zcf
Version:
Zero-Config Code Flow - One-click configuration tool for Code Cli
54 lines (52 loc) • 2.37 kB
JSON
{
"apiConfigAuthType": "Auth Type",
"apiConfigKey": "Key",
"apiConfigSuccess": "API configured",
"apiConfigUrl": "URL",
"modelConfigSuccess": "API models configured",
"primaryModel": "Primary model",
"fastModel": "Fast model",
"apiKeyDesc": "For API keys from Anthropic Console",
"apiKeyValidation.example": "Example format: sk-abcdef123456_789xyz",
"authTokenDesc": "For tokens obtained via OAuth or browser login",
"configureApi": "Select API authentication method",
"enterApiKey": "Enter API Key",
"enterApiUrl": "Enter API URL",
"enterAuthToken": "Enter Auth Token",
"enterNewApiKey": "Enter new API Key (current: {key})",
"enterNewApiUrl": "Enter new API URL (current: {url})",
"existingApiConfig": "Existing API configuration detected:",
"invalidKeyFormat": "Invalid key format",
"invalidUrl": "Invalid URL",
"keepExistingConfig": "Keep existing configuration",
"keyRequired": "Key is required",
"modificationSaved": "Configuration saved",
"modifyAllConfig": "Modify all configuration",
"modifyApiKey": "Modify API Key",
"modifyApiUrl": "Modify API URL",
"modifyAuthType": "Modify auth type",
"modifyPartialConfig": "Modify partial configuration",
"selectApiMode": "Select API configuration mode",
"selectCustomConfigAction": "Select custom configuration action",
"selectModifyItems": "Select items to modify",
"selectNewAuthType": "Select new auth type (current: {type})",
"skipApi": "Skip (configure manually later)",
"customApiConfig": "Custom API configuration",
"urlRequired": "URL is required",
"useApiKey": "Use API Key (Key authentication)",
"useAuthToken": "Use Auth Token (OAuth authentication)",
"useCcrProxy": "Use CCR Proxy",
"useOfficialLogin": "Use Official Login",
"officialLoginConfigured": "Switched to official login mode",
"officialLoginFailed": "Failed to switch to official login mode",
"apiModeOfficial": "Use Official Login (No API Configuration)",
"apiModeCustom": "Custom API Configuration",
"apiModeCcr": "Use CCR Proxy",
"apiModeSwitch": "Switch API Configuration",
"apiModeSkip": "Skip",
"apiModePrompt": "Select API configuration mode",
"selectApiProvider": "Select API Provider",
"customProvider": "Custom Configuration",
"providerSelected": "Provider selected: {{name}}",
"enterProviderApiKey": "Enter API Key for {{provider}}"
}