zcf
Version:
Zero-Config Code Flow - One-click configuration tool for Code Cli
81 lines (80 loc) • 4.79 kB
JSON
{
"alreadyInstalled": "Claude Code is already installed",
"installFailed": "Failed to install Claude Code",
"installPrompt": "Claude Code not found. Install automatically?",
"installSuccess": "Claude Code installed successfully",
"installing": "Installing Claude Code...",
"usingSudo": "Detected non-root Linux user. Elevating with sudo for global installation (password prompt may appear).",
"termuxDetected": "Termux environment detected",
"termuxEnvironmentInfo": "Termux environment provides Node.js and npm through pkg manager",
"termuxInstallHint": "In Termux, please run first: pkg install nodejs or pkg install nodejs-lts",
"windowsDetected": "Windows detected, will configure compatible format",
"termuxPathInfo": "Termux environment path prefix: {path}",
"multipleInstallationsDetected": "Multiple Claude Code installations detected",
"chooseInstallationMethod": "Please choose the installation method to use:",
"chooseGlobal": "Use Global Installation (Recommended)",
"chooseLocal": "Use Local Installation (Project-specific)",
"globalInstallation": "Global Installation",
"localInstallation": "Local Installation",
"available": "available",
"removingLocalInstallation": "Removing local installation",
"localInstallationRemoved": "Local installation removed",
"usingLocalInstallation": "Using local installation",
"failedToRemoveLocalInstallation": "Failed to remove local installation",
"failedToSaveInstallationConfig": "Failed to save installation config",
"onlyLocalInstallationDetected": "Only local installation detected",
"notInstalled": "not installed",
"installingGlobalClaudeCode": "Installing global Claude Code",
"globalInstallationCompleted": "Global installation completed",
"wslDetected": "WSL environment detected ({distro})",
"wslDetectedGeneric": "WSL environment detected",
"wslPathInfo": "Configuration path: {path}",
"wslInstallSuccess": "Claude Code successfully installed in WSL environment",
"selectInstallMethod": "Please select installation method for {{codeType}}:",
"recommendedMethod": "Recommended",
"notRecommended": "Not Recommended",
"installMethodNpm": "npm",
"installMethodHomebrew": "homebrew",
"installMethodCurl": "curl",
"installMethodPowershell": "powershell",
"installMethodCmd": "cmd",
"installingWith": "Installing {{codeType}} using {{method}}...",
"installMethodSuccess": "Successfully installed using {{method}}",
"installMethodFailed": "Failed to install using {{method}}",
"tryAnotherMethod": "Installation failed. Try another method?",
"noMoreMethods": "No more installation methods available",
"detectedVersion": "Detected version {{version}}",
"uninstallingWith": "Uninstalling {{codeType}} using {{method}}...",
"uninstallSuccess": "Successfully uninstalled using {{method}}",
"uninstallFailed": "Failed to uninstall using {{method}}",
"manualUninstallRequired": "{{codeType}} requires manual uninstallation",
"binaryLocation": "Binary location: {{path}}",
"failedToLocateBinary": "Failed to locate {{command}} binary",
"verificationSuccess": "installation verified successfully",
"verificationFailed": "installation verification failed",
"symlinkCreated": "Symlink created at {{path}}",
"foundAtPath": "Found at: {{path}}",
"manualSymlinkHint": "You may need to manually add the tool to your PATH or create a symlink",
"duplicateInstallationsDetected": "⚠️ Multiple Claude Code installations detected",
"duplicateInstallationsWarning": "Having multiple installations may cause version confusion and update issues",
"currentActiveInstallation": "Current active installation",
"inactiveInstallations": "Inactive installations",
"installationSource": "Installation source",
"installationPath": "Path",
"installationVersion": "Version",
"sourceHomebrewCask": "Homebrew Cask",
"sourceNpm": "npm global",
"sourceNpmHomebrewNode": "npm (via Homebrew Node)",
"sourceCurl": "curl installation",
"sourceOther": "Other",
"recommendRemoveNpm": "Recommend removing npm installation to maintain single installation source",
"confirmRemoveDuplicate": "Remove redundant {source}?",
"removingDuplicateInstallation": "Removing redundant installation...",
"duplicateRemoved": "Redundant installation removed",
"duplicateRemovalFailed": "Failed to remove redundant installation",
"keepBothInstallations": "Keep both installations (not recommended)",
"duplicateWarningContinue": "Acknowledged duplicate installation risk, continue",
"versionMismatchWarning": "⚠️ Version mismatch: npm is {npmVersion}, Homebrew is {homebrewVersion}",
"activatingHomebrew": "Activating Homebrew installation...",
"autoRemovingNpm": "Silent mode: Auto-removing npm installation and keeping Homebrew..."
}