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.",