Add playlist save and default selection strings

Update English locale with new UI strings for playlist saving and default selections. Adds 'save_playlist' and related save messages (save_as, save_success_title, saved_successfully, save_error_title, no_videos_to_save, save_error_msg), adds default selection settings keys (defaults_settings, default_video_quality, default_subtitle_language, defaults_help), and documents the %(playlist_index)s variable in filename_format_help. Also minor formatting cleanup in the file.
This commit is contained in:
oop7
2026-04-25 10:33:10 +03:00
parent cf4c4e37c8
commit 3b6ac7ce81
+13 -4
View File
@@ -82,8 +82,7 @@
"select_defaults": "Select Defaults", "select_defaults": "Select Defaults",
"select_all": "Select All", "select_all": "Select All",
"deselect_all": "Deselect All", "deselect_all": "Deselect All",
"open_folder": "Open folder location", "open_folder": "Open folder location", "save_playlist": "Save Playlist As", "reset": "Reset"
"reset": "Reset"
}, },
"dialogs": { "dialogs": {
"custom_options": "Custom Options", "custom_options": "Custom Options",
@@ -330,7 +329,11 @@
"audio_normalization": "Audio Normalization (EBU R128)", "audio_normalization": "Audio Normalization (EBU R128)",
"audio_normalization_help": "When enabled, audio tracks will be normalized. Note: This requires re-encoding, so a specific audio format (like MP3 or M4A) must be forced.", "audio_normalization_help": "When enabled, audio tracks will be normalized. Note: This requires re-encoding, so a specific audio format (like MP3 or M4A) must be forced.",
"filename_format": "Output Filename Format", "filename_format": "Output Filename Format",
"filename_format_help": "Available variables: %(title)s, %(uploader)s, %(upload_date)s, %(resolution)s, %(id)s, %(ext)s. Standard yt-dlp output template syntax is supported.", "filename_format_help": "Available variables: %(title)s, %(uploader)s, %(upload_date)s, %(resolution)s, %(id)s, %(ext)s, %(playlist_index)s. Standard yt-dlp output template syntax is supported.",
"defaults_settings": "Default Selection Settings",
"default_video_quality": "Default Video Resolution (Height):",
"default_subtitle_language": "Default Subtitle Language(s):",
"defaults_help": "Set your preferred video height and subtitle languages (comma-separated). They will be auto-selected if available.",
"concurrent_fragments": "Concurrent Connections", "concurrent_fragments": "Concurrent Connections",
"concurrent_fragments_help": "Number of connections per download. Higher values bypass throttling but may cause temporary blocks if set too high. Default: 1.", "concurrent_fragments_help": "Number of connections per download. Higher values bypass throttling but may cause temporary blocks if set too high. Default: 1.",
"preferred_audio_format": "Preferred audio format:", "preferred_audio_format": "Preferred audio format:",
@@ -470,7 +473,13 @@
"unknown": "Unknown Playlist", "unknown": "Unknown Playlist",
"total_videos": "Total Videos: {count}", "total_videos": "Total Videos: {count}",
"display_format": "Playlist: {title} | {count} videos", "display_format": "Playlist: {title} | {count} videos",
"select_videos_title": "Select Playlist Videos" "select_videos_title": "Select Playlist Videos",
"save_as": "Save Playlist As",
"save_success_title": "Success",
"saved_successfully": "Playlist saved successfully.",
"save_error_title": "Save Error",
"no_videos_to_save": "No playlist entries gathered!",
"save_error_msg": "Failed to save playlist."
}, },
"subtitle_selection": { "subtitle_selection": {
"count_selected": "{count} selected" "count_selected": "{count} selected"