Add speed and ETA translations; localize status message
Added 'speed' and 'eta' translation keys to all language files for download status. Updated ytsage_downloader.py to use localized labels for speed and ETA in the status message.
This commit is contained in:
+4
-3
@@ -43,7 +43,6 @@
|
||||
"will_merge_audio": "ऑडियो मर्ज किया जाएगा",
|
||||
"has_audio": "✓ ऑडियो है",
|
||||
"audio_only": "केवल ऑडियो",
|
||||
|
||||
"best_4k": "सर्वोत्तम (4K)",
|
||||
"best_2k": "सर्वोत्तम (2K)",
|
||||
"high_1080p": "उच्च (1080p)",
|
||||
@@ -59,7 +58,7 @@
|
||||
"buttons": {
|
||||
"download": "डाउनलोड",
|
||||
"pause": "रोकें",
|
||||
"resume": "जारी रखें",
|
||||
"resume": "जारी रखें",
|
||||
"cancel": "रद्द करें",
|
||||
"browse": "ब्राउज़",
|
||||
"clear": "साफ़ करें",
|
||||
@@ -96,7 +95,7 @@
|
||||
"tabs": {
|
||||
"cookies": "कुकीज़ के साथ लॉगिन",
|
||||
"custom_command": "कस्टम कमांड",
|
||||
"proxy": "प्रॉक्सी",
|
||||
"proxy": "प्रॉक्सी",
|
||||
"language": "भाषा"
|
||||
},
|
||||
"cookies": {
|
||||
@@ -169,6 +168,8 @@
|
||||
"processing_playlist": "📋 प्लेलिस्ट डेटा प्रोसेस हो रहा है...",
|
||||
"paused": "डाउनलोड रोका गया",
|
||||
"resumed": "डाउनलोड जारी रखा गया",
|
||||
"speed": "गति",
|
||||
"eta": "शेष समय",
|
||||
"please_enter_url": "कृपया पहले URL दर्ज करें।",
|
||||
"please_set_path": "कृपया पहले डाउनलोड पथ सेट करें।",
|
||||
"please_enter_url_and_path": "कृपया URL दर्ज करें और डाउनलोड पथ सेट करें।",
|
||||
|
||||
Reference in New Issue
Block a user