修复web服务页面未处理多语言

This commit is contained in:
xintaofei
2026-03-27 20:49:56 +08:00
parent 31a8195ebd
commit f50c85ce84
11 changed files with 224 additions and 16 deletions

View File

@@ -1630,5 +1630,25 @@
"directoryExists": "対象ディレクトリは既に存在します",
"commandFailed": "プロジェクト作成コマンドが失敗しました。"
}
},
"WebServiceSettings": {
"sectionTitle": "Webサービス",
"sectionDescription": "有効にするとブラウザからCodegにリモートアクセスできます",
"port": "ポート",
"status": "ステータス",
"running": "実行中",
"stopped": "停止中",
"processing": "処理中...",
"start": "開始",
"stop": "停止",
"startFailed": "開始に失敗しました",
"stopFailed": "停止に失敗しました",
"open": "開く",
"hide": "非表示",
"show": "表示",
"copy": "コピー",
"addressLabel": "アクセスアドレス",
"tokenLabel": "アクセストークン",
"tokenHint": "Webクライアントの初回アクセス時にこのトークンを入力してください"
}
}