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:
oop7
2025-10-25 19:49:25 +03:00
parent 08021f6c53
commit 9bc5935d12
14 changed files with 14 additions and 210 deletions
+1 -15
View File
@@ -194,30 +194,16 @@
"found_at": "📍 yt-dlp найден в: {path}",
"error_getting_path": "❌ Ошибка получения пути yt-dlp: {error}",
"updating_binary": "📦 Обновление бинарного файла yt-dlp, управляемого приложением...",
"updating_pip": "🐍 Обновление системного yt-dlp через pip...",
"update_failed": "❌ Не удалось обновить yt-dlp. Попробуйте еще раз или проверьте подключение к интернету.",
"binary_updated": "✅ Бинарный файл успешно обновлен!",
"update_failed_stderr": "❌ Обновление yt-dlp не удалось: {error}",
"update_timeout": "❌ Время ожидания обновления yt-dlp истекло.",
"unexpected_error": "❌ Неожиданная ошибка во время обновления: {error}",
"checking_pip": "🔍 Проверка текущей установки pip...",
"current_version": "📋 Текущая версия: {version}",
"not_found_pip": "⚠️ yt-dlp не найден через pip, попытка установки...",
"checking_latest": "🌐 Проверка последней версии...",
"failed_check_updates": "❌ Не удалось проверить обновления",
"latest_version": "🆕 Последняя версия: {version}",
"updating_from_to": "⬆️ Обновление с {current} до {latest}...",
"running_pip_install": "📦 Выполнение pip install --upgrade...",
"pip_completed": "✅ Обновление pip завершено успешно!",
"pip_failed": "❌ Обновление pip не удалось: {error}",
"already_up_to_date": "✅ yt-dlp уже актуален!",
"pip_timeout": "❌ Время ожидания обновления pip истекло через 5 минут",
"update_success": "✅ yt-dlp был успешно обновлен!",
"already_latest": "yt-dlp актуален (версия {version})",
"network_error": "❌ Ошибка сети во время обновления: {error}",
"general_error": "❌ Обновление не удалось: {error}",
"error_pip_update": "❌ Ошибка во время обновления pip: {error}",
"pip_update_failed": "❌ Обновление pip не удалось: {error}"
"general_error": "❌ Обновление не удалось: {error}"
},
"about": {
"title": "О YTSage",