Add i18n entries for defaults and playlist save
Add new localization keys across multiple languages to support default selection settings and playlist saving UI. New keys include defaults_settings, default_video_quality, default_subtitle_language, defaults_help, and playlist save messages (save_as, save_success_title, saved_successfully, save_error_title, no_videos_to_save, save_error_msg). Files updated: ar, de, es, fr, hi, id, it, ja, pl, pt, ru, tr, zh.
This commit is contained in:
@@ -342,7 +342,11 @@
|
||||
"tab_format": "Biçim",
|
||||
"tab_file": "Dosya",
|
||||
"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.",
|
||||
"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."
|
||||
},
|
||||
"main_ui": {
|
||||
"url_placeholder": "YouTube video veya oynatma listesi URL'sini girin",
|
||||
@@ -467,7 +471,13 @@
|
||||
"unknown": "Bilinmeyen Oynatma Listesi",
|
||||
"total_videos": "Toplam Video: {count}",
|
||||
"display_format": "Oynatma Listesi: {title} | {count} video",
|
||||
"select_videos_title": "Oynatma Listesi Videolarını Seç"
|
||||
"select_videos_title": "Oynatma Listesi Videolarını Seç",
|
||||
"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": {
|
||||
"count_selected": "{count} seçildi"
|
||||
|
||||
Reference in New Issue
Block a user