Add new translation keys for file exists and auto-update dialogs
Introduces new translation keys for file exists and auto-update dialogs in all supported languages. Updates the settings and main GUI to use these i18n strings instead of hardcoded English text, improving localization and user experience.
This commit is contained in:
@@ -375,5 +375,21 @@
|
||||
},
|
||||
"subtitle_selection": {
|
||||
"count_selected": "{count} محدد"
|
||||
},
|
||||
"file_exists_dialog": {
|
||||
"title": "الملف موجود بالفعل",
|
||||
"message": "الملف موجود بالفعل:\n{filename}",
|
||||
"info": "تم تنزيل هذا الفيديو بالفعل."
|
||||
},
|
||||
"auto_update": {
|
||||
"last_check_never": "آخر فحص للتحديث: أبداً",
|
||||
"last_check": "آخر فحص للتحديث: {time}",
|
||||
"next_check_disabled": "الفحص التالي: معطل",
|
||||
"next_check_startup": "الفحص التالي: عند بدء التشغيل",
|
||||
"next_check_overdue": "الفحص التالي: الآن (متأخر)",
|
||||
"next_check": "الفحص التالي: {time}",
|
||||
"next_check_error": "الفحص التالي: خطأ في الحساب",
|
||||
"checking": "🔄 جاري الفحص...",
|
||||
"check_now": "🔍 التحقق من التحديثات الآن"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user