Localize update dialog strings in all languages
Added new translation keys for update dialog fields (new version available, current/latest version labels, changelog, download update, remind later) in all supported languages. Updated the GUI code to use these localized strings instead of hardcoded English text for improved internationalization.
This commit is contained in:
+7
-1
@@ -379,7 +379,13 @@
|
||||
"generic_error": "Hata: {error}"
|
||||
},
|
||||
"update_dialog": {
|
||||
"title": "Güncelleme Mevcut"
|
||||
"title": "Güncelleme Mevcut",
|
||||
"new_version_available": "YTSage'in yeni bir sürümü mevcut!",
|
||||
"current_version_label": "Mevcut sürüm:",
|
||||
"latest_version_label": "En son sürüm:",
|
||||
"changelog": "Değişiklik günlüğü",
|
||||
"download_update": "Güncellemeyi İndir",
|
||||
"remind_later": "Daha Sonra Hatırlat"
|
||||
},
|
||||
"playlist": {
|
||||
"unknown": "Bilinmeyen Oynatma Listesi",
|
||||
|
||||
Reference in New Issue
Block a user