fix: server tasks panel polish

This commit is contained in:
edde746
2026-03-27 09:37:53 +01:00
parent 25e3c4a543
commit 8e9968628a
32 changed files with 460 additions and 90 deletions
+7 -1
View File
@@ -53,7 +53,8 @@
"refreshingServers": "サーバーを更新中...",
"loadingServers": "サーバーを読み込み中...",
"connectingToServers": "サーバーに接続中...",
"startingOfflineMode": "オフラインモードを開始中..."
"startingOfflineMode": "オフラインモードを開始中...",
"loading": "読み込み中..."
},
"screens": {
"licenses": "ライセンス",
@@ -884,5 +885,10 @@
"manuallySelected": "手動選択",
"shownWithForeignAudio": "外国語音声時に表示",
"alwaysEnabled": "常に有効"
},
"serverTasks": {
"title": "サーバータスク",
"failedToLoad": "タスクの読み込みに失敗しました",
"noTasks": "実行中のタスクはありません"
}
}