Add new i18n keys to language files
Add new localization keys across multiple ytsage language JSONs. Common addition: "filter_playlist_placeholder" added to most languages. Spanish, Turkish and Chinese receive several new strings for custom commands, proxy settings, FFmpeg installation messages, history loading, time/placeholders and validation messages. Also ensure files end with newline. Files modified: ar, de, es, fr, hi, id, it, ja, pl, pt, ru, tr, zh.
This commit is contained in:
@@ -96,7 +96,8 @@
|
||||
"filter_languages_placeholder": "Dilleri filtrele (örn: tr, en)...",
|
||||
"no_subtitles_available": "Altyazı mevcut değil",
|
||||
"matching": "eşleşen",
|
||||
"ytdlp_log_title": "yt-dlp Günlüğü"
|
||||
"ytdlp_log_title": "yt-dlp Günlüğü",
|
||||
"filter_playlist_placeholder": "Filter videos..."
|
||||
},
|
||||
"tabs": {
|
||||
"cookies": "Çerezlerle giriş yap",
|
||||
@@ -178,7 +179,9 @@
|
||||
"geo_set_title": "Coğrafi proxy ayarlandı",
|
||||
"geo_set_message": "Coğrafi doğrulama proxy'si ayarlandı ve kaydedildi: {proxy}",
|
||||
"cleared_title": "Proxy ayarları temizlendi",
|
||||
"cleared_message": "Tüm proxy ayarları temizlendi ve kaydedildi."
|
||||
"cleared_message": "Tüm proxy ayarları temizlendi ve kaydedildi.",
|
||||
"saved_main": "Saved main proxy: {proxy}",
|
||||
"saved_geo": "Saved geo proxy: {proxy}"
|
||||
},
|
||||
"download": {
|
||||
"preparing": "İndirme hazırlanıyor...",
|
||||
@@ -549,14 +552,21 @@
|
||||
"redownload_confirm_message": "Tekrar indir?\n\n{title}",
|
||||
"redownload_started": "İndirme başladı",
|
||||
"no_url_error": "Geçmiş kaydında URL bulunamadı",
|
||||
"redownload_failed": "Yeniden indirme başlatılamadı: {error}"
|
||||
"redownload_failed": "Yeniden indirme başlatılamadı: {error}",
|
||||
"loading": "Loading history..."
|
||||
},
|
||||
"ffmpeg": {
|
||||
"installation_title": "FFmpeg Kurulumu",
|
||||
"installation_message": "YTSage, videoları işlemek için FFmpeg'e ihtiyaç duyar.\n\nAşağıdan bir kurulum seçeneği seçin:",
|
||||
"install_button": "FFmpeg Kur",
|
||||
"manual_guide": "Manuel Kılavuz",
|
||||
"installation_failed": "FFmpeg kurulumu bir sorunla karşılaştı."
|
||||
"installation_failed": "FFmpeg kurulumu bir sorunla karşılaştı.",
|
||||
"already_installed": "FFmpeg is already installed!",
|
||||
"installation_complete": "Installation complete. You can close this dialog and continue using YTSage.",
|
||||
"installing": "Installing FFmpeg... Please wait",
|
||||
"install_success": "FFmpeg has been installed successfully!",
|
||||
"installation_complete_close": "Installation complete. You can now close this dialog and continue using YTSage.",
|
||||
"try_manual": "Please try using the manual installation guide instead."
|
||||
},
|
||||
"ytdlp_setup": {
|
||||
"required_title": "yt-dlp Kurulumu Gerekli",
|
||||
@@ -628,4 +638,4 @@
|
||||
"update_failed": "❌ Güncelleme başarısız: {error}",
|
||||
"check_failed": "Güncellemeler kontrol edilemedi. Lütfen internet bağlantınızı kontrol edin."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user