zcf
Version:
Zero-Config Code Flow - One-click configuration tool for Code Cli
80 lines (79 loc) âĸ 4.6 kB
JSON
{
"configsAddedSuccessfully": "API configurations added successfully",
"configsFailed": "Failed to add API configurations",
"defaultProfileSet": "Set default profile: {{name}}",
"providerAdded": "Added provider: {{name}}",
"defaultProviderSet": "Set default provider: {{name}}",
"noClaudeCodeProfilesAvailable": "No Claude Code profiles available",
"availableClaudeCodeProfiles": "Available Claude Code Profiles",
"selectClaudeCodeConfiguration": "Select Claude Code configuration:",
"cancelled": "Cancelled",
"successfullySwitchedToOfficial": "Successfully switched to official login",
"failedToSwitchToOfficial": "Failed to switch to official login: {{error}}",
"successfullySwitchedToCcr": "Successfully switched to CCR proxy",
"failedToSwitchToCcr": "Failed to switch to CCR proxy: {error}",
"successfullySwitchedToProfile": "Successfully switched to profile: {{name}}",
"failedToSwitchToProfile": "Failed to switch to profile: {{error}}",
"incrementalManagementTitle": "đ Claude Code Configuration Management",
"currentProfileCount": "Current profile count: {{count}}",
"currentDefaultProfile": "Current default profile: {{profile}}",
"addProfile": "Add Profile",
"editProfile": "Edit Profile",
"copyProfile": "Copy Profile",
"deleteProfile": "Delete Profile",
"selectAction": "Select action",
"addingNewProfile": "Adding New Profile",
"profileNamePrompt": "Profile name (letters, numbers, spaces, . _ -)",
"profileNameRequired": "Profile name is required",
"profileNameInvalid": "Profile name can only contain letters, numbers, spaces, hyphens, and underscores",
"authTypePrompt": "Select authentication type",
"apiKeyPrompt": "Enter API key",
"apiKeyRequired": "API key is required",
"baseUrlPrompt": "Enter API base URL",
"baseUrlRequired": "API base URL is required",
"baseUrlInvalid": "Please enter a valid URL",
"setAsDefaultPrompt": "Set as default profile",
"authType.api_key": "API Key",
"authType.auth_token": "Auth Token",
"authType.ccr_proxy": "CCR Proxy",
"ccrProxyOption": "Use CCR Proxy",
"profileAdded": "â Successfully added profile: {{name}}",
"profileAddFailed": "â Failed to add profile: {{error}}",
"profileDuplicatePrompt": "Profile '{{name}}' already exists in {{source}}, overwrite it?",
"profileDuplicateSkipped": "Skipped duplicate profile configuration",
"existingConfig": "existing configuration",
"addAnotherProfilePrompt": "Add another Claude Code profile?",
"profileSetAsDefault": "â Set profile {{name}} as default",
"profileNotFound": "Profile not found",
"editingProfile": "Editing Profile: {{name}}",
"profileUpdated": "â Successfully updated profile: {{name}}",
"profileUpdateFailed": "â Failed to update profile: {{error}}",
"selectProfileToEdit": "Select profile to edit",
"selectProfileToCopy": "Select profile to copy",
"copyingProfile": "Copying profile: {{name}}",
"profileCopied": "â Successfully copied profile: {{name}}",
"profileCopyFailed": "â Failed to copy profile: {{error}}",
"selectProfilesToDelete": "Select profiles to delete (multiple)",
"selectAtLeastOne": "Please select at least one profile",
"cannotDeleteAll": "Cannot delete all profiles, at least one must remain",
"cannotDeleteLast": "Cannot delete the last profile",
"confirmDeleteProfiles": "Confirm deletion of the following profiles: {{providers}}?",
"profilesDeleted": "â Successfully deleted {{count}} profiles",
"profilesDeleteFailed": "â Failed to delete profiles: {{error}}",
"newDefaultProfile": "âšī¸ New default profile: {{profile}}",
"settingsApplied": "â Settings applied",
"failedToApplySettings": "Failed to apply settings",
"profileNameNotFound": "Profile \"{{name}}\" not found",
"conflictingParams": "Cannot specify both --api-configs and --api-configs-file at the same time",
"mustBeArray": "API configs must be an array",
"mustHaveValidName": "Each config must have a valid name",
"invalidAuthType": "Invalid auth type: {{type}}",
"duplicateName": "Duplicate config name: {{name}}",
"configApiKeyRequired": "Config \"{{name}}\" requires API key",
"ccrProxyReserved": "CCR proxy type is reserved and cannot be added manually (config: \"{{name}}\")",
"configProfileAddFailed": "Failed to add profile \"{{name}}\": {{error}}",
"providerAddFailed": "Failed to add provider \"{{name}}\": {{error}}",
"invalidJson": "Invalid API configs JSON: {{error}}",
"fileReadFailed": "Failed to read API configs file: {{error}}",
"providerOrTypeRequired": "Must provide either provider or type field"
}