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