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": "خطأ: {error}"
|
||||
},
|
||||
"update_dialog": {
|
||||
"title": "تحديث متاح"
|
||||
"title": "تحديث متاح",
|
||||
"new_version_available": "يتوفر إصدار جديد من YTSage!",
|
||||
"current_version_label": "الإصدار الحالي:",
|
||||
"latest_version_label": "أحدث إصدار:",
|
||||
"changelog": "سجل التغييرات",
|
||||
"download_update": "تنزيل التحديث",
|
||||
"remind_later": "ذكرني لاحقاً"
|
||||
},
|
||||
"playlist": {
|
||||
"unknown": "قائمة تشغيل غير معروفة",
|
||||
|
||||
Reference in New Issue
Block a user