Refactor clawx (#344)

Co-authored-by: ashione <skyzlxuan@gmail.com>
This commit is contained in:
paisley
2026-03-09 13:10:42 +08:00
committed by GitHub
Unverified
parent 3d804a9f5e
commit 2c5c82bb74
75 changed files with 7640 additions and 3106 deletions

View File

@@ -13,6 +13,19 @@
"aiProviders": {
"title": "AI プロバイダー",
"description": "AI モデルプロバイダーと API キーを設定",
"overview": {
"title": "プロバイダーアカウント",
"description": "現在設定されているプロバイダーアカウントとモデルの概要です。",
"noModelSelected": "モデル未選択",
"multiAccountReady": "複数アカウント対応",
"singletonVendor": "単一アカウントのプロバイダー"
},
"authModes": {
"apiKey": "API キー",
"oauthDevice": "OAuth デバイス",
"oauthBrowser": "OAuth ブラウザ",
"local": "ローカル"
},
"sections": {
"model": "モデル設定",
"fallback": "フォールバック設定"
@@ -84,6 +97,7 @@
"cancel": "キャンセル",
"codeCopied": "コードをクリップボードにコピーしました",
"authFailed": "認証に失敗しました",
"browserFlowUnavailable": "このプロバイダーのブラウザ OAuth はまだ接続されていません。",
"tryAgain": "再試行",
"approveLogin": "ログインを承認",
"step1": "以下の認証コードをコピーしてください。",