add option to hide fetch confirmation

This commit is contained in:
jeffvli
2025-11-18 20:53:10 -08:00
parent 8e1cdac3a2
commit 00565cccb9
2 changed files with 37 additions and 11 deletions
+6
View File
@@ -8,6 +8,7 @@
"deselectAll": "deselect all",
"editPlaylist": "edit $t(entity.playlist_one)",
"goToPage": "go to page",
"largeFetch": "this action will attempt to fetch {{count}} items from your server",
"moveToNext": "move to next",
"moveToBottom": "move to bottom",
"moveToTop": "move to top",
@@ -64,6 +65,7 @@
"disable": "disable",
"disc": "disc",
"dismiss": "dismiss",
"doNotShowAgain": "do not show this again",
"duration": "duration",
"edit": "edit",
"enable": "enable",
@@ -259,6 +261,10 @@
"success": "server added successfully",
"title": "add server"
},
"largeFetchConfirmation": {
"title": "add items to the queue",
"description": "This request will attempt to fetch {{count}} items from the server"
},
"addToPlaylist": {
"create": "create $t(entity.playlist_one) {{playlist}}",
"input_playlists": "$t(entity.playlist_other)",