|
250 | 250 | "notFound": "Provider not found", |
251 | 251 | "antigravityType": "Antigravity Provider", |
252 | 252 | "codexType": "Codex Provider", |
| 253 | + "claudeType": "Claude Provider", |
| 254 | + "claudeAccountDetails": "Account Details", |
| 255 | + "organizationId": "Organization ID", |
253 | 256 | "subscription": "Subscription", |
254 | 257 | "planType": "Plan Type", |
255 | 258 | "subscriptionPeriod": "Subscription Period", |
|
400 | 403 | "validateFirst": "Please validate the token first" |
401 | 404 | } |
402 | 405 | }, |
| 406 | + "claudeTokenImport": { |
| 407 | + "title": "Add Claude Account", |
| 408 | + "connectTitle": "Connect Claude Account", |
| 409 | + "connectDescription": "Sign in with your Anthropic account or import a refresh token manually.", |
| 410 | + "oauthLogin": "OAuth Login", |
| 411 | + "tokenImport": "Token Import", |
| 412 | + "anthropicOauth": "Anthropic OAuth", |
| 413 | + "anthropicOauthDesc": "Sign in with your Anthropic account", |
| 414 | + "signInWithAnthropic": "Sign in with Anthropic", |
| 415 | + "popupClosed": "Popup window closed", |
| 416 | + "waitingAuth": "Waiting for authorization...", |
| 417 | + "pasteCallbackHint": "You can paste the callback URL below to continue", |
| 418 | + "completeSignIn": "Complete the sign-in in the popup window", |
| 419 | + "copyAuthUrlHint": "Copy the auth URL to open in your browser, then paste the callback URL.", |
| 420 | + "popupNotWorkingHint": "Popup window not working? Copy the auth URL or paste the callback URL manually.", |
| 421 | + "copyAuthUrl": "Copy Auth URL", |
| 422 | + "pasteCallbackUrl": "Paste Callback URL", |
| 423 | + "callbackNote": "After signing in, copy the URL from your browser's address bar (it will show an error page, that's expected).", |
| 424 | + "exchanging": "Exchanging...", |
| 425 | + "submitCallbackUrl": "Submit Callback URL", |
| 426 | + "authorizationSuccessful": "Authorization Successful", |
| 427 | + "signedInAs": "Signed in as", |
| 428 | + "creatingProvider": "Creating Provider...", |
| 429 | + "completeSetup": "Complete Setup", |
| 430 | + "credentials": "Credentials", |
| 431 | + "credentialsDesc": "Enter your Anthropic refresh token", |
| 432 | + "emailAddress": "Email Address", |
| 433 | + "optional": "Optional", |
| 434 | + "emailPlaceholder": "e.g. user@example.com", |
| 435 | + "displayOnlyNote": "Used for display purposes only. Auto-detected if valid token provided.", |
| 436 | + "refreshToken": "Refresh Token", |
| 437 | + "refreshTokenPlaceholder": "Paste your Anthropic refresh token here...", |
| 438 | + "chars": "chars", |
| 439 | + "validatingToken": "Validating Token...", |
| 440 | + "revalidate": "Re-validate", |
| 441 | + "validateToken": "Validate Token", |
| 442 | + "tokenVerified": "Token Verified Successfully", |
| 443 | + "readyToConnectAs": "Ready to connect as", |
| 444 | + "error": "Error", |
| 445 | + "errors": { |
| 446 | + "oauthFailed": "OAuth authorization failed", |
| 447 | + "invalidCallbackUrl": "Invalid callback URL. Please paste the complete URL from the browser address bar.", |
| 448 | + "stateMismatch": "State mismatch. Please make sure you are using the callback URL from the current OAuth session.", |
| 449 | + "exchangeFailed": "Failed to exchange callback", |
| 450 | + "startOAuthFailed": "Failed to start OAuth flow", |
| 451 | + "invalidRefreshToken": "Please enter a valid refresh token", |
| 452 | + "tokenValidationFailed": "Token validation failed", |
| 453 | + "validationFailed": "Validation failed", |
| 454 | + "oauthResultMissing": "No valid OAuth result", |
| 455 | + "createFailed": "Failed to create provider", |
| 456 | + "validateFirst": "Please validate the token first" |
| 457 | + } |
| 458 | + }, |
403 | 459 | "kiroTokenImport": { |
404 | 460 | "title": "Add Kiro Account", |
405 | 461 | "importTitle": "Import Kiro Social Token", |
|
1060 | 1116 | "name": "Kiro (Q Developer)", |
1061 | 1117 | "description": "AWS CodeWhisperer / Q Developer" |
1062 | 1118 | }, |
| 1119 | + "claude": { |
| 1120 | + "name": "Claude", |
| 1121 | + "description": "Anthropic Claude with OAuth authentication" |
| 1122 | + }, |
1063 | 1123 | "custom": { |
1064 | 1124 | "name": "Custom Provider", |
1065 | 1125 | "description": "Configure your own API endpoint" |
|
0 commit comments