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