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が見つかりました: {path}",
|
||||
"error_getting_path": "❌ yt-dlpパスの取得エラー: {error}",
|
||||
"updating_binary": "📦 アプリ管理のyt-dlpバイナリを更新中...",
|
||||
"updating_pip": "🐍 pipでシステムyt-dlpを更新中...",
|
||||
"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": "⚠️ pipでyt-dlpが見つかりません、インストールを試みています...",
|
||||
"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について",
|
||||
|
||||
Reference in New Issue
Block a user