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:
Your Name
2025-10-04 13:10:56 +03:00
parent 720c315d33
commit d48a474e00
15 changed files with 40 additions and 17 deletions
+4 -3
View File
@@ -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": "الرجاء إدخال رابط أولاً.",
"please_set_path": "الرجاء تحديد مسار التنزيل أولاً.",
"please_enter_url_and_path": "الرجاء إدخال رابط وتحديد مسار التنزيل.",