Localize Deno updater strings in all supported languages
Updated translations for the Deno updater feature across all language files, replacing English strings with localized versions for improved internationalization and user experience.
This commit is contained in:
+15
-15
@@ -505,20 +505,20 @@
|
||||
"setup_error": "Setup Error"
|
||||
},
|
||||
"deno_updater": {
|
||||
"title": "Deno Version Checker & Updater",
|
||||
"description": "Check your Deno version and update to the latest release.",
|
||||
"current_version": "Current Version:",
|
||||
"latest_version": "Latest Version:",
|
||||
"status_idle": "Click 'Check for Updates' to get started",
|
||||
"status_checking": "🔄 Checking for updates...",
|
||||
"status_up_to_date": "✓ Up to date",
|
||||
"status_update_available": "⚠ Update available",
|
||||
"status_not_installed": "✗ Not installed",
|
||||
"check_updates": "Check for Updates",
|
||||
"update_now": "Update Deno",
|
||||
"updating": "🔄 Updating Deno...",
|
||||
"update_success": "✅ Deno has been successfully updated!",
|
||||
"update_failed": "❌ Update failed: {error}",
|
||||
"check_failed": "Failed to check for updates. Please check your internet connection."
|
||||
"title": "Denoバージョンチェッカーとアップデーター",
|
||||
"description": "Denoのバージョンを確認し、最新バージョンに更新します。",
|
||||
"current_version": "現在のバージョン:",
|
||||
"latest_version": "最新バージョン:",
|
||||
"status_idle": "開始するには「更新を確認」をクリックしてください",
|
||||
"status_checking": "🔄 更新を確認中...",
|
||||
"status_up_to_date": "✓ 最新",
|
||||
"status_update_available": "⚠ 更新が利用可能",
|
||||
"status_not_installed": "✗ インストールされていません",
|
||||
"check_updates": "更新を確認",
|
||||
"update_now": "Denoを更新",
|
||||
"updating": "🔄 Denoを更新中...",
|
||||
"update_success": "✅ Denoが正常に更新されました!",
|
||||
"update_failed": "❌ 更新が失敗しました:{error}",
|
||||
"check_failed": "更新の確認に失敗しました。インターネット接続を確認してください。"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user