Remove pip update strings from translations
Deleted pip-related update messages from all language JSON files to simplify and unify the update flow messaging for yt-dlp. This change removes unused or deprecated strings related to pip installation and update status.
This commit is contained in:
+1
-15
@@ -194,30 +194,16 @@
|
||||
"found_at": "📍 yt-dlp ditemukan di: {path}",
|
||||
"error_getting_path": "❌ Kesalahan mendapatkan jalur yt-dlp: {error}",
|
||||
"updating_binary": "📦 Memperbarui binary yt-dlp yang dikelola aplikasi...",
|
||||
"updating_pip": "🐍 Memperbarui yt-dlp sistem melalui pip...",
|
||||
"update_failed": "❌ Pembaruan yt-dlp gagal. Silakan coba lagi atau periksa koneksi internet Anda.",
|
||||
"binary_updated": "✅ Binary berhasil diperbarui!",
|
||||
"update_failed_stderr": "❌ Pembaruan yt-dlp gagal: {error}",
|
||||
"update_timeout": "❌ Timeout pembaruan yt-dlp.",
|
||||
"unexpected_error": "❌ Kesalahan tak terduga selama pembaruan: {error}",
|
||||
"checking_pip": "🔍 Memeriksa instalasi pip saat ini...",
|
||||
"current_version": "📋 Versi saat ini: {version}",
|
||||
"not_found_pip": "⚠️ yt-dlp tidak ditemukan melalui pip, mencoba menginstal...",
|
||||
"checking_latest": "🌐 Memeriksa versi terbaru...",
|
||||
"failed_check_updates": "❌ Gagal memeriksa pembaruan",
|
||||
"latest_version": "🆕 Versi terbaru: {version}",
|
||||
"updating_from_to": "⬆️ Memperbarui dari {current} ke {latest}...",
|
||||
"running_pip_install": "📦 Menjalankan pip install --upgrade...",
|
||||
"pip_completed": "✅ Pembaruan pip berhasil diselesaikan!",
|
||||
"pip_failed": "❌ Pembaruan pip gagal: {error}",
|
||||
"already_up_to_date": "✅ yt-dlp sudah terbaru!",
|
||||
"pip_timeout": "❌ Waktu habis untuk pembaruan pip setelah 5 menit",
|
||||
"update_success": "✅ yt-dlp telah berhasil diperbarui!",
|
||||
"already_latest": "yt-dlp sudah terbaru (versi {version})",
|
||||
"network_error": "❌ Kesalahan jaringan selama pembaruan: {error}",
|
||||
"general_error": "❌ Pembaruan gagal: {error}",
|
||||
"error_pip_update": "❌ Kesalahan selama pembaruan pip: {error}",
|
||||
"pip_update_failed": "❌ Pembaruan pip gagal: {error}"
|
||||
"general_error": "❌ Pembaruan gagal: {error}"
|
||||
},
|
||||
"about": {
|
||||
"title": "Tentang YTSage",
|
||||
|
||||
Reference in New Issue
Block a user