Add remember_settings and private_video keys
Add two new localization keys across multiple language files: "remember_settings" (cookie dialog) and "private_video" (download/error message) to inform users about remembering cookie settings and private videos. Also fix minor formatting in en.json (split combined line for open_folder/save_playlist/reset). Updated locale files: ar, de, en, es, fr, hi, id, it, ja, pl, pt, ru, tr, zh.
This commit is contained in:
@@ -131,7 +131,8 @@
|
||||
"cleared_message": "कुकी सेटिंग्स साफ़ कर दी गई हैं",
|
||||
"active_browser": "✓ सक्रिय: ब्राउज़र कुकीज़ ({browser})",
|
||||
"active_file": "✓ सक्रिय: कुकी फ़ाइल ({file})",
|
||||
"none_active": "○ कोई कुकी सक्रिय नहीं"
|
||||
"none_active": "○ कोई कुकी सक्रिय नहीं",
|
||||
"remember_settings": "अगले स्टार्टअप पर कुकी सेटिंग्स याद रखें"
|
||||
},
|
||||
"custom_command": {
|
||||
"help_text": "नीचे अपना कस्टम yt-dlp कमांड दर्ज करें। वर्तमान URL स्वचालित रूप से जोड़ा जाएगा।<br><br>विकल्पों की पूरी सूची और उपयोग के उदाहरणों के लिए <a href=\"{docs_url}\">आधिकारिक yt-dlp दस्तावेज़ देखने के लिए यहाँ क्लिक करें</a>।<br><br>नोट: डाउनलोड पथ और फ़ाइलनाम टेम्प्लेट स्वचालित रूप से संभाले जाते हैं।",
|
||||
@@ -460,7 +461,8 @@
|
||||
"generic_error": "त्रुटि: {error}",
|
||||
"download_failed_return_code_conflict": "डाउनलोड {return_code} रिटर्न कोड के साथ विफल हुआ। यह कई yt-dlp इंस्टॉलेशन के टकराव के कारण हो सकता है। किसी भी सिस्टम-इंस्टॉल्ड yt-dlp (जैसे snap या apt) को हटाकर ऐप को रीस्टार्ट करें।",
|
||||
"download_failed_return_code": "डाउनलोड {return_code} रिटर्न कोड के साथ विफल हुआ",
|
||||
"direct_command_error": "सीधे कमांड में त्रुटि: {error}"
|
||||
"direct_command_error": "सीधे कमांड में त्रुटि: {error}",
|
||||
"private_video": "यह वीडियो निजी हो सकता है। कृपया कस्टम विकल्पों से कुकीज़ का उपयोग करें।"
|
||||
},
|
||||
"update_dialog": {
|
||||
"title": "अपडेट उपलब्ध",
|
||||
|
||||
Reference in New Issue
Block a user