fix: downloader display

This commit is contained in:
xkeyC
2025-12-05 18:03:56 +08:00
parent 53ffab783f
commit 3f5aaaecd9
13 changed files with 1047 additions and 966 deletions

View File

@@ -81,8 +81,6 @@
"@downloader_info_no_download_tasks": {},
"downloader_info_total_size": "合計サイズ:{v1}",
"@downloader_info_total_size": {},
"downloader_info_verifying": "検証中...{v2}",
"@downloader_info_verifying": {},
"downloader_info_downloading": "ダウンロード中... ({v0}%)",
"@downloader_info_downloading": {},
"downloader_info_status": "ステータス:{v0}",
@@ -91,6 +89,8 @@
"@downloader_info_uploaded": {},
"downloader_info_downloaded": "ダウンロード済み:{v0}",
"@downloader_info_downloaded": {},
"downloader_info_checked": "検証済み:{v0}",
"@downloader_info_checked": {},
"downloader_action_options": "オプション",
"@downloader_action_options": {},
"downloader_action_continue_download": "ダウンロードを続ける",
@@ -105,6 +105,10 @@
"@downloader_info_download_upload_speed": {},
"downloader_info_downloading_status": "ダウンロード中...",
"@downloader_info_downloading_status": {},
"downloader_info_checking": "検証中",
"@downloader_info_checking": {},
"downloader_info_checking_progress": "検証中... ({v0}%)",
"@downloader_info_checking_progress": {},
"downloader_info_waiting": "待機中",
"@downloader_info_waiting": {},
"downloader_info_paused": "一時停止中",