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 Providers",
"description": "Configure your AI model providers and API keys",
"overview": {
"title": "Provider Accounts",
"description": "A summary of the provider accounts and models currently configured.",
"noModelSelected": "No model selected",
"multiAccountReady": "Multi-account ready",
"singletonVendor": "Single-account vendor"
},
"authModes": {
"apiKey": "API Key",
"oauthDevice": "OAuth Device",
"oauthBrowser": "OAuth Browser",
"local": "Local"
},
"sections": {
"model": "Model Settings",
"fallback": "Fallback Settings"
@@ -85,6 +98,7 @@
"cancel": "Cancel",
"codeCopied": "Code copied to clipboard",
"authFailed": "Authentication Failed",
"browserFlowUnavailable": "Browser OAuth is not wired for this provider yet.",
"tryAgain": "Try Again",
"approveLogin": "Approve Login",
"step1": "Copy the authorization code below.",

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": "以下の認証コードをコピーしてください。",

View File

@@ -13,6 +13,19 @@
"aiProviders": {
"title": "AI 模型提供商",
"description": "配置 AI 模型提供商和 API 密钥",
"overview": {
"title": "提供商账户",
"description": "这里汇总当前已配置的 provider 账户与模型信息。",
"noModelSelected": "未选择模型",
"multiAccountReady": "支持多账户",
"singletonVendor": "单例提供商"
},
"authModes": {
"apiKey": "API 密钥",
"oauthDevice": "OAuth 设备登录",
"oauthBrowser": "OAuth 浏览器登录",
"local": "本地"
},
"sections": {
"model": "模型配置",
"fallback": "回退配置"
@@ -85,6 +98,7 @@
"cancel": "取消",
"codeCopied": "代码已复制到剪贴板",
"authFailed": "认证失败",
"browserFlowUnavailable": "该提供商的浏览器 OAuth 登录链路暂未接通。",
"tryAgain": "重试",
"approveLogin": "确认登录",
"step1": "复制下方的授权码。",