ccjk 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.ja.md +455 -0
- package/README.ko.md +455 -0
- package/README.md +550 -0
- package/README.zh-CN.md +488 -0
- package/bin/ccjk.mjs +2 -0
- package/dist/chunks/api-providers.mjs +89 -0
- package/dist/chunks/claude-code-config-manager.mjs +733 -0
- package/dist/chunks/claude-code-incremental-manager.mjs +603 -0
- package/dist/chunks/codex-config-switch.mjs +427 -0
- package/dist/chunks/codex-provider-manager.mjs +232 -0
- package/dist/chunks/codex-uninstaller.mjs +404 -0
- package/dist/chunks/commands.mjs +120 -0
- package/dist/chunks/features.mjs +642 -0
- package/dist/chunks/simple-config.mjs +10445 -0
- package/dist/cli.d.mts +1 -0
- package/dist/cli.d.ts +1 -0
- package/dist/cli.mjs +5972 -0
- package/dist/i18n/locales/en/api.json +63 -0
- package/dist/i18n/locales/en/ccjk.json +276 -0
- package/dist/i18n/locales/en/ccr.json +65 -0
- package/dist/i18n/locales/en/cli.json +57 -0
- package/dist/i18n/locales/en/codex.json +124 -0
- package/dist/i18n/locales/en/cometix.json +29 -0
- package/dist/i18n/locales/en/common.json +20 -0
- package/dist/i18n/locales/en/configuration.json +77 -0
- package/dist/i18n/locales/en/errors.json +26 -0
- package/dist/i18n/locales/en/installation.json +80 -0
- package/dist/i18n/locales/en/interview.json +104 -0
- package/dist/i18n/locales/en/language.json +19 -0
- package/dist/i18n/locales/en/mcp.json +38 -0
- package/dist/i18n/locales/en/menu.json +51 -0
- package/dist/i18n/locales/en/multi-config.json +79 -0
- package/dist/i18n/locales/en/shencha.json +14 -0
- package/dist/i18n/locales/en/team.json +7 -0
- package/dist/i18n/locales/en/tools.json +42 -0
- package/dist/i18n/locales/en/uninstall.json +56 -0
- package/dist/i18n/locales/en/updater.json +25 -0
- package/dist/i18n/locales/en/workflow.json +25 -0
- package/dist/i18n/locales/zh-CN/api.json +63 -0
- package/dist/i18n/locales/zh-CN/ccjk.json +276 -0
- package/dist/i18n/locales/zh-CN/ccr.json +65 -0
- package/dist/i18n/locales/zh-CN/cli.json +57 -0
- package/dist/i18n/locales/zh-CN/codex.json +124 -0
- package/dist/i18n/locales/zh-CN/cometix.json +29 -0
- package/dist/i18n/locales/zh-CN/common.json +20 -0
- package/dist/i18n/locales/zh-CN/configuration.json +77 -0
- package/dist/i18n/locales/zh-CN/errors.json +26 -0
- package/dist/i18n/locales/zh-CN/installation.json +80 -0
- package/dist/i18n/locales/zh-CN/interview.json +104 -0
- package/dist/i18n/locales/zh-CN/language.json +19 -0
- package/dist/i18n/locales/zh-CN/mcp.json +38 -0
- package/dist/i18n/locales/zh-CN/menu.json +51 -0
- package/dist/i18n/locales/zh-CN/multi-config.json +79 -0
- package/dist/i18n/locales/zh-CN/shencha.json +14 -0
- package/dist/i18n/locales/zh-CN/team.json +7 -0
- package/dist/i18n/locales/zh-CN/tools.json +42 -0
- package/dist/i18n/locales/zh-CN/uninstall.json +56 -0
- package/dist/i18n/locales/zh-CN/updater.json +25 -0
- package/dist/i18n/locales/zh-CN/workflow.json +25 -0
- package/dist/index.d.mts +2644 -0
- package/dist/index.d.ts +2644 -0
- package/dist/index.mjs +1706 -0
- package/package.json +157 -0
- package/templates/CLAUDE.md +219 -0
- package/templates/claude-code/CLAUDE.md +250 -0
- package/templates/claude-code/common/settings.json +38 -0
- package/templates/claude-code/en/workflow/bmad/commands/bmad-init.md +165 -0
- package/templates/claude-code/en/workflow/common/agents/get-current-datetime.md +29 -0
- package/templates/claude-code/en/workflow/common/agents/init-architect.md +114 -0
- package/templates/claude-code/en/workflow/common/commands/init-project.md +53 -0
- package/templates/claude-code/en/workflow/plan/agents/planner.md +116 -0
- package/templates/claude-code/en/workflow/plan/agents/ui-ux-designer.md +91 -0
- package/templates/claude-code/en/workflow/plan/commands/feat.md +105 -0
- package/templates/claude-code/zh-CN/workflow/bmad/commands/bmad-init.md +172 -0
- package/templates/claude-code/zh-CN/workflow/common/agents/get-current-datetime.md +29 -0
- package/templates/claude-code/zh-CN/workflow/common/agents/init-architect.md +114 -0
- package/templates/claude-code/zh-CN/workflow/common/commands/init-project.md +53 -0
- package/templates/claude-code/zh-CN/workflow/plan/agents/planner.md +116 -0
- package/templates/claude-code/zh-CN/workflow/plan/agents/ui-ux-designer.md +91 -0
- package/templates/claude-code/zh-CN/workflow/plan/commands/feat.md +105 -0
- package/templates/codex/common/config.toml +0 -0
- package/templates/common/output-styles/en/casual-friendly.md +97 -0
- package/templates/common/output-styles/en/engineer-professional.md +88 -0
- package/templates/common/output-styles/en/expert-concise.md +93 -0
- package/templates/common/output-styles/en/laowang-engineer.md +127 -0
- package/templates/common/output-styles/en/nekomata-engineer.md +120 -0
- package/templates/common/output-styles/en/ojousama-engineer.md +121 -0
- package/templates/common/output-styles/en/teaching-mode.md +102 -0
- package/templates/common/output-styles/en/technical-precise.md +101 -0
- package/templates/common/output-styles/zh-CN/engineer-professional.md +89 -0
- package/templates/common/output-styles/zh-CN/laowang-engineer.md +127 -0
- package/templates/common/output-styles/zh-CN/nekomata-engineer.md +120 -0
- package/templates/common/output-styles/zh-CN/ojousama-engineer.md +121 -0
- package/templates/common/workflow/git/en/git-cleanBranches.md +102 -0
- package/templates/common/workflow/git/en/git-commit.md +205 -0
- package/templates/common/workflow/git/en/git-rollback.md +90 -0
- package/templates/common/workflow/git/en/git-worktree.md +276 -0
- package/templates/common/workflow/git/zh-CN/git-cleanBranches.md +102 -0
- package/templates/common/workflow/git/zh-CN/git-commit.md +205 -0
- package/templates/common/workflow/git/zh-CN/git-rollback.md +90 -0
- package/templates/common/workflow/git/zh-CN/git-worktree.md +276 -0
- package/templates/common/workflow/interview/en/interview.md +212 -0
- package/templates/common/workflow/interview/zh-CN/interview.md +212 -0
- package/templates/common/workflow/sixStep/en/workflow.md +251 -0
- package/templates/common/workflow/sixStep/zh-CN/workflow.md +215 -0
- package/templates/industry/devops/en/ci-cd-pipeline.md +410 -0
- package/templates/industry/web-dev/en/api-design.md +299 -0
- package/templates/industry/web-dev/en/react-nextjs-setup.md +236 -0
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"addedLanguageDirective": "Added language directive",
|
|
3
|
+
"aiLanguageConfigured": "AI output language configured",
|
|
4
|
+
"backupAndOverwrite": "Backup and overwrite all",
|
|
5
|
+
"backupSuccess": "All config files backed up to",
|
|
6
|
+
"cleanupLegacyFiles": "Clean up legacy configuration files?",
|
|
7
|
+
"configSuccess": "Config files copied to",
|
|
8
|
+
"configureAiLanguage": "Configure AI output language",
|
|
9
|
+
"configureOutputStyle": "Configure global AI output style",
|
|
10
|
+
"configureSystemPromptStyle": "Configure global AI system prompt style",
|
|
11
|
+
"customModelConfigured": "Custom model configuration completed",
|
|
12
|
+
"customModelOption": "Custom - Specify custom model names",
|
|
13
|
+
"customModelSkipped": "Custom model configuration skipped",
|
|
14
|
+
"currentLanguage": "Current language",
|
|
15
|
+
"currentModel": "Current model",
|
|
16
|
+
"defaultModelOption": "Default - Let Claude Code choose",
|
|
17
|
+
"defaultStyle": "Default style",
|
|
18
|
+
"enterHaikuModel": "Enter default Haiku model",
|
|
19
|
+
"enterSonnetModel": "Enter default Sonnet model",
|
|
20
|
+
"enterOpusModel": "Enter default Opus model",
|
|
21
|
+
"enterPrimaryModel": "Enter primary model name",
|
|
22
|
+
"envImportSuccess": "Environment variables imported",
|
|
23
|
+
"existingConfig": "Existing config detected. How to proceed?",
|
|
24
|
+
"existingLanguageConfig": "Existing AI output language configuration detected",
|
|
25
|
+
"existingModelConfig": "Existing model configuration detected",
|
|
26
|
+
"fixWindowsMcp": "Fix Windows MCP configuration?",
|
|
27
|
+
"importRecommendedEnv": "Import CCJK recommended environment variables",
|
|
28
|
+
"importRecommendedEnvDesc": "Privacy protection variables, MCP timeout settings, etc.",
|
|
29
|
+
"importRecommendedPermissions": "Import CCJK recommended permissions",
|
|
30
|
+
"importRecommendedPermissionsDesc": "Almost all permissions, reduce frequent permission requests, dangerous ops limited by rules",
|
|
31
|
+
"keepLanguage": "Keeping existing language configuration",
|
|
32
|
+
"keepModel": "Keeping existing model configuration",
|
|
33
|
+
"legacyFilesDetected": "Legacy personality configuration files detected",
|
|
34
|
+
"legacyFilesRemoved": "Legacy configuration files removed",
|
|
35
|
+
"mergeConfig": "Merge config",
|
|
36
|
+
"modelConfigured": "Default model configured",
|
|
37
|
+
"modifyLanguage": "Modify AI output language?",
|
|
38
|
+
"modifyModel": "Modify model configuration?",
|
|
39
|
+
"openSettingsJson": "Open settings.json for manual configuration",
|
|
40
|
+
"openSettingsJsonDesc": "Advanced user customization",
|
|
41
|
+
"openingSettingsJson": "Opening settings.json...",
|
|
42
|
+
"opusModelOption": "Opus - Only use opus, high token consumption, use with caution",
|
|
43
|
+
"sonnet1mModelOption": "Sonnet 1M - 1M context version",
|
|
44
|
+
"outputStyleInstalled": "Output styles installed successfully",
|
|
45
|
+
"outputStyles.default.description": "Claude completes coding tasks efficiently and provides concise responses (Claude Code built-in)",
|
|
46
|
+
"outputStyles.default.name": "Default",
|
|
47
|
+
"outputStyles.engineer-professional.description": "Professional software engineer following SOLID, KISS, DRY, YAGNI principles",
|
|
48
|
+
"outputStyles.engineer-professional.name": "Engineer Professional",
|
|
49
|
+
"outputStyles.explanatory.description": "Claude explains its implementation choices and codebase patterns (Claude Code built-in)",
|
|
50
|
+
"outputStyles.explanatory.name": "Explanatory",
|
|
51
|
+
"outputStyles.laowang-engineer.description": "Laowang grumpy tech style, never tolerates code errors and non-standard code",
|
|
52
|
+
"outputStyles.laowang-engineer.name": "Laowang Grumpy Tech",
|
|
53
|
+
"outputStyles.learning.description": "Learn-by-doing mode where Claude pauses and asks you to write small pieces of code for hands-on practice (Claude Code built-in)",
|
|
54
|
+
"outputStyles.learning.name": "Learning",
|
|
55
|
+
"outputStyles.nekomata-engineer.description": "Professional catgirl engineer UFO Nya, combining rigorous engineering with cute catgirl traits",
|
|
56
|
+
"outputStyles.nekomata-engineer.name": "Nekomata Engineer",
|
|
57
|
+
"outputStyles.ojousama-engineer.description": "Tsundere blonde ojou-sama programmer Halley-chan, combining rigorous engineering excellence with tsundere ojou-sama traits",
|
|
58
|
+
"outputStyles.ojousama-engineer.name": "Ojou-sama Engineer",
|
|
59
|
+
"permissionsImportSuccess": "Permissions imported",
|
|
60
|
+
"selectAtLeastOne": "Please select at least one output style",
|
|
61
|
+
"selectDefaultModel": "Select default model",
|
|
62
|
+
"selectDefaultOutputStyle": "Select global default output style",
|
|
63
|
+
"selectEnvPermissionOption": "Select configuration option",
|
|
64
|
+
"selectMemoryOption": "Select configuration option",
|
|
65
|
+
"selectOutputStyles": "Select output styles to install",
|
|
66
|
+
"selectedStyles": "Selected styles",
|
|
67
|
+
"singleConfigSaved": "Configuration {{name}} saved",
|
|
68
|
+
"singleConfigSaveFailed": "Failed to save configuration",
|
|
69
|
+
"updateDocsOnly": "Update workflow-related md files only with backup",
|
|
70
|
+
"updatingPrompts": "Updating Claude Code memory documents...",
|
|
71
|
+
"enterCustomModel": "Enter custom model name",
|
|
72
|
+
"systemPromptConfigured": "System prompt style configured",
|
|
73
|
+
"codexModelOptions.gpt5": "GPT-5 - General powerful model, suitable for complex tasks",
|
|
74
|
+
"codexModelOptions.gpt5Codex": "GPT-5-Codex - Code-optimized model, recommended for programming tasks",
|
|
75
|
+
"codexModelOptions.custom": "Custom - Specify custom model names",
|
|
76
|
+
"windowsMcpConfigFixed": "Windows MCP configuration fixed"
|
|
77
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"failedToRemoveFile": "Failed to remove file:",
|
|
3
|
+
"failedToSetOnboarding": "Failed to set onboarding completion flag:",
|
|
4
|
+
"failedToWriteMcpConfig": "Failed to write MCP config:",
|
|
5
|
+
"invalidConfigAction": "Invalid configAction value: {value}. Must be 'new', 'backup', 'merge', 'docs-only', or 'skip'",
|
|
6
|
+
"invalidApiType": "Invalid apiType value: {value}. Must be 'auth_token', 'api_key', 'ccr_proxy', or 'skip'",
|
|
7
|
+
"apiKeyRequiredForApiKey": "API key is required when apiType is \"api_key\"",
|
|
8
|
+
"apiKeyRequiredForAuthToken": "API key is required when apiType is \"auth_token\"",
|
|
9
|
+
"invalidMcpService": "Invalid MCP service: {service}. Available services: {validServices}",
|
|
10
|
+
"invalidOutputStyle": "Invalid output style: {style}. Available styles: {validStyles}",
|
|
11
|
+
"invalidDefaultOutputStyle": "Invalid default output style: {style}. Available styles: {validStyles}",
|
|
12
|
+
"invalidWorkflow": "Invalid workflow: {workflow}. Available workflows: {validWorkflows}",
|
|
13
|
+
"invalidModel": "Invalid model: {model}. Expected 'opus', 'sonnet', or 'sonnet[1m]'",
|
|
14
|
+
"invalidApiModel": "Invalid API model parameter: {value}",
|
|
15
|
+
"invalidModelParam": "Invalid model parameter {key}: {value}",
|
|
16
|
+
"invalidEnvConfig": "Invalid env configuration: expected object",
|
|
17
|
+
"invalidBaseUrl": "Invalid ANTHROPIC_BASE_URL: expected string",
|
|
18
|
+
"invalidApiKeyConfig": "Invalid ANTHROPIC_API_KEY: expected string",
|
|
19
|
+
"invalidAuthTokenConfig": "Invalid ANTHROPIC_AUTH_TOKEN: expected string",
|
|
20
|
+
"invalidPermissionsConfig": "Invalid permissions configuration: expected object",
|
|
21
|
+
"invalidPermissionsAllow": "Invalid permissions.allow: expected array",
|
|
22
|
+
"invalidCodeType": "Invalid code type: \"{value}\". Valid options are: {validOptions}. Using default: {defaultValue}.",
|
|
23
|
+
"invalidProvider": "Invalid provider: {provider}. Available providers: {validProviders}",
|
|
24
|
+
"generalError": "Error",
|
|
25
|
+
"stackTrace": "Stack"
|
|
26
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"alreadyInstalled": "Claude Code is already installed",
|
|
3
|
+
"installFailed": "Failed to install Claude Code",
|
|
4
|
+
"installPrompt": "Claude Code not found. Install automatically?",
|
|
5
|
+
"installSuccess": "Claude Code installed successfully",
|
|
6
|
+
"installing": "Installing Claude Code...",
|
|
7
|
+
"usingSudo": "Detected non-root Linux user. Elevating with sudo for global installation (password prompt may appear).",
|
|
8
|
+
"termuxDetected": "Termux environment detected",
|
|
9
|
+
"termuxEnvironmentInfo": "Termux environment provides Node.js and npm through pkg manager",
|
|
10
|
+
"termuxInstallHint": "In Termux, please run first: pkg install nodejs or pkg install nodejs-lts",
|
|
11
|
+
"windowsDetected": "Windows detected, will configure compatible format",
|
|
12
|
+
"termuxPathInfo": "Termux environment path prefix: {path}",
|
|
13
|
+
"multipleInstallationsDetected": "Multiple Claude Code installations detected",
|
|
14
|
+
"chooseInstallationMethod": "Please choose the installation method to use:",
|
|
15
|
+
"chooseGlobal": "Use Global Installation (Recommended)",
|
|
16
|
+
"chooseLocal": "Use Local Installation (Project-specific)",
|
|
17
|
+
"globalInstallation": "Global Installation",
|
|
18
|
+
"localInstallation": "Local Installation",
|
|
19
|
+
"available": "available",
|
|
20
|
+
"removingLocalInstallation": "Removing local installation",
|
|
21
|
+
"localInstallationRemoved": "Local installation removed",
|
|
22
|
+
"usingLocalInstallation": "Using local installation",
|
|
23
|
+
"failedToRemoveLocalInstallation": "Failed to remove local installation",
|
|
24
|
+
"failedToSaveInstallationConfig": "Failed to save installation config",
|
|
25
|
+
"onlyLocalInstallationDetected": "Only local installation detected",
|
|
26
|
+
"notInstalled": "not installed",
|
|
27
|
+
"installingGlobalClaudeCode": "Installing global Claude Code",
|
|
28
|
+
"globalInstallationCompleted": "Global installation completed",
|
|
29
|
+
"wslDetected": "WSL environment detected ({distro})",
|
|
30
|
+
"wslDetectedGeneric": "WSL environment detected",
|
|
31
|
+
"wslPathInfo": "Configuration path: {path}",
|
|
32
|
+
"wslInstallSuccess": "Claude Code successfully installed in WSL environment",
|
|
33
|
+
"selectInstallMethod": "Please select installation method for {{codeType}}:",
|
|
34
|
+
"recommendedMethod": "Recommended",
|
|
35
|
+
"notRecommended": "Not Recommended",
|
|
36
|
+
"installMethodNpm": "npm",
|
|
37
|
+
"installMethodHomebrew": "homebrew",
|
|
38
|
+
"installMethodCurl": "curl",
|
|
39
|
+
"installMethodPowershell": "powershell",
|
|
40
|
+
"installMethodCmd": "cmd",
|
|
41
|
+
"installingWith": "Installing {{codeType}} using {{method}}...",
|
|
42
|
+
"installMethodSuccess": "Successfully installed using {{method}}",
|
|
43
|
+
"installMethodFailed": "Failed to install using {{method}}",
|
|
44
|
+
"tryAnotherMethod": "Installation failed. Try another method?",
|
|
45
|
+
"noMoreMethods": "No more installation methods available",
|
|
46
|
+
"detectedVersion": "Detected version {{version}}",
|
|
47
|
+
"uninstallingWith": "Uninstalling {{codeType}} using {{method}}...",
|
|
48
|
+
"uninstallSuccess": "Successfully uninstalled using {{method}}",
|
|
49
|
+
"uninstallFailed": "Failed to uninstall using {{method}}",
|
|
50
|
+
"manualUninstallRequired": "{{codeType}} requires manual uninstallation",
|
|
51
|
+
"binaryLocation": "Binary location: {{path}}",
|
|
52
|
+
"failedToLocateBinary": "Failed to locate {{command}} binary",
|
|
53
|
+
"verificationSuccess": "installation verified successfully",
|
|
54
|
+
"verificationFailed": "installation verification failed",
|
|
55
|
+
"symlinkCreated": "Symlink created at {{path}}",
|
|
56
|
+
"foundAtPath": "Found at: {{path}}",
|
|
57
|
+
"manualSymlinkHint": "You may need to manually add the tool to your PATH or create a symlink",
|
|
58
|
+
"duplicateInstallationsDetected": "⚠️ Multiple Claude Code installations detected",
|
|
59
|
+
"duplicateInstallationsWarning": "Having multiple installations may cause version confusion and update issues",
|
|
60
|
+
"currentActiveInstallation": "Current active installation",
|
|
61
|
+
"inactiveInstallations": "Inactive installations",
|
|
62
|
+
"installationSource": "Installation source",
|
|
63
|
+
"installationPath": "Path",
|
|
64
|
+
"installationVersion": "Version",
|
|
65
|
+
"sourceHomebrewCask": "Homebrew Cask",
|
|
66
|
+
"sourceNpm": "npm global",
|
|
67
|
+
"sourceNpmHomebrewNode": "npm (via Homebrew Node)",
|
|
68
|
+
"sourceCurl": "curl installation",
|
|
69
|
+
"sourceOther": "Other",
|
|
70
|
+
"recommendRemoveNpm": "Recommend removing npm installation to maintain single installation source",
|
|
71
|
+
"confirmRemoveDuplicate": "Remove redundant {source}?",
|
|
72
|
+
"removingDuplicateInstallation": "Removing redundant installation...",
|
|
73
|
+
"duplicateRemoved": "Redundant installation removed",
|
|
74
|
+
"duplicateRemovalFailed": "Failed to remove redundant installation",
|
|
75
|
+
"keepBothInstallations": "Keep both installations (not recommended)",
|
|
76
|
+
"duplicateWarningContinue": "Acknowledged duplicate installation risk, continue",
|
|
77
|
+
"versionMismatchWarning": "⚠️ Version mismatch: npm is {npmVersion}, Homebrew is {homebrewVersion}",
|
|
78
|
+
"activatingHomebrew": "Activating Homebrew installation...",
|
|
79
|
+
"autoRemovingNpm": "Silent mode: Auto-removing npm installation and keeping Homebrew..."
|
|
80
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"banner": {
|
|
3
|
+
"title": "Interview-Driven Development (IDD)",
|
|
4
|
+
"subtitle": "Interview first. Spec second. Code last.",
|
|
5
|
+
"credit": "Based on Thariq (@trq212) workflow from Anthropic"
|
|
6
|
+
},
|
|
7
|
+
"templates": {
|
|
8
|
+
"title": "Available Interview Templates:",
|
|
9
|
+
"usage": "Usage: ccjk interview --template <template-id> [SPEC.md]",
|
|
10
|
+
"webapp": {
|
|
11
|
+
"name": "Web Application",
|
|
12
|
+
"description": "Standard web application interview template"
|
|
13
|
+
},
|
|
14
|
+
"api": {
|
|
15
|
+
"name": "API Service",
|
|
16
|
+
"description": "Backend API/microservice interview template"
|
|
17
|
+
},
|
|
18
|
+
"saas": {
|
|
19
|
+
"name": "SaaS Product",
|
|
20
|
+
"description": "Full SaaS product interview with all categories"
|
|
21
|
+
},
|
|
22
|
+
"ecommerce": {
|
|
23
|
+
"name": "E-commerce",
|
|
24
|
+
"description": "Online store interview template"
|
|
25
|
+
},
|
|
26
|
+
"quick": {
|
|
27
|
+
"name": "Quick Validation",
|
|
28
|
+
"description": "Fast interview for quick project validation"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"depth": {
|
|
32
|
+
"title": "Interview depth:",
|
|
33
|
+
"quick": "Quick (~10 questions)",
|
|
34
|
+
"quickDesc": "Fast validation, surface-level decisions",
|
|
35
|
+
"standard": "Standard (~25 questions)",
|
|
36
|
+
"standardDesc": "Standard coverage of all major areas",
|
|
37
|
+
"deep": "Deep (~40+ questions)",
|
|
38
|
+
"deepDesc": "Comprehensive exploration for complex features",
|
|
39
|
+
"recommended": "(Recommended)"
|
|
40
|
+
},
|
|
41
|
+
"specFile": {
|
|
42
|
+
"prompt": "Spec file path (where to save the specification):",
|
|
43
|
+
"required": "Please enter a file path",
|
|
44
|
+
"extension": "File should have .md extension"
|
|
45
|
+
},
|
|
46
|
+
"confirm": {
|
|
47
|
+
"title": "Interview Configuration:",
|
|
48
|
+
"template": "Template:",
|
|
49
|
+
"depth": "Depth:",
|
|
50
|
+
"output": "Output:",
|
|
51
|
+
"start": "Start interview?"
|
|
52
|
+
},
|
|
53
|
+
"progress": {
|
|
54
|
+
"starting": "Starting interview...",
|
|
55
|
+
"pauseHint": "Press Ctrl+C at any time to pause and save progress.",
|
|
56
|
+
"question": "Question {{current}} of ~{{total}}",
|
|
57
|
+
"selectOne": "Select one:",
|
|
58
|
+
"selectMultiple": "Select all that apply (space to select, enter to confirm):",
|
|
59
|
+
"customInput": "Enter your custom answer:",
|
|
60
|
+
"typeOther": "Type something else..."
|
|
61
|
+
},
|
|
62
|
+
"pause": {
|
|
63
|
+
"title": "Interview paused.",
|
|
64
|
+
"saveProgress": "Save progress for later?",
|
|
65
|
+
"sessionSaved": "Session saved to: {{path}}",
|
|
66
|
+
"resumeHint": "Resume with: ccjk interview --resume {{path}}"
|
|
67
|
+
},
|
|
68
|
+
"resume": {
|
|
69
|
+
"loading": "Resuming interview session...",
|
|
70
|
+
"sessionId": "Session ID: {{id}}",
|
|
71
|
+
"progress": "Progress: {{count}} questions answered",
|
|
72
|
+
"sessionNotFound": "Session file not found: {{path}}",
|
|
73
|
+
"loadFailed": "Failed to load session file.",
|
|
74
|
+
"resumeFailed": "Failed to resume session."
|
|
75
|
+
},
|
|
76
|
+
"complete": {
|
|
77
|
+
"title": "Interview Complete!",
|
|
78
|
+
"questionsAnswered": "Questions answered:",
|
|
79
|
+
"duration": "Duration:",
|
|
80
|
+
"specFile": "Spec file:",
|
|
81
|
+
"categorySummary": "Category Summary:",
|
|
82
|
+
"nextSteps": "Next steps:",
|
|
83
|
+
"step1": "Review the spec: cat {{path}}",
|
|
84
|
+
"step2": "Start planning: /plan",
|
|
85
|
+
"step3": "Begin coding: Use the spec as context"
|
|
86
|
+
},
|
|
87
|
+
"generate": {
|
|
88
|
+
"generating": "Generating specification..."
|
|
89
|
+
},
|
|
90
|
+
"cancelled": "Interview cancelled.",
|
|
91
|
+
"templateNotFound": "Template not found: {{id}}",
|
|
92
|
+
"availableTemplates": "Available templates:",
|
|
93
|
+
"categories": {
|
|
94
|
+
"projectFoundation": "Project Foundation",
|
|
95
|
+
"targetAudience": "Target Audience",
|
|
96
|
+
"technicalImplementation": "Technical Implementation",
|
|
97
|
+
"featuresScope": "Features & Scope",
|
|
98
|
+
"uiUx": "UI & UX",
|
|
99
|
+
"concerns": "Concerns",
|
|
100
|
+
"tradeoffs": "Tradeoffs",
|
|
101
|
+
"businessLogic": "Business Logic",
|
|
102
|
+
"securityCompliance": "Security & Compliance"
|
|
103
|
+
}
|
|
104
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"selectScriptLang": "Select CCJK display language",
|
|
3
|
+
"selectConfigLang": "Select Claude Code configuration language",
|
|
4
|
+
"selectAiOutputLang": "Select AI output language",
|
|
5
|
+
"aiOutputLangHint": "AI will respond to you in this language",
|
|
6
|
+
"enterCustomLanguage": "Enter custom language (e.g., Japanese, French, etc.)",
|
|
7
|
+
"languageChanged": "Language changed",
|
|
8
|
+
"configLangHint.zh-CN": "easier for Chinese users to customize",
|
|
9
|
+
"configLangHint.en": "lower token consumption",
|
|
10
|
+
"languageRequired": "Language is required",
|
|
11
|
+
"labels.custom": "Custom",
|
|
12
|
+
"currentConfigFound": "Current AI output language configuration",
|
|
13
|
+
"modifyConfigPrompt": "Would you like to modify the AI output language configuration?",
|
|
14
|
+
"currentTemplateLanguageFound": "Current template language configuration",
|
|
15
|
+
"modifyTemplateLanguagePrompt": "Would you like to modify the template language configuration?",
|
|
16
|
+
"usingFallbackTemplate": "Using interface language as template language?",
|
|
17
|
+
"currentSystemPromptFound": "Current system prompt style configuration",
|
|
18
|
+
"modifySystemPromptPrompt": "Would you like to modify the system prompt style configuration?"
|
|
19
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"configureMcp": "Configure MCP services?",
|
|
3
|
+
"mcpBackupSuccess": "Original MCP config backed up",
|
|
4
|
+
"mcpConfigSuccess": "MCP services configured",
|
|
5
|
+
"selectMcpServices": "Select MCP services to install",
|
|
6
|
+
"services.playwright.description": "Direct browser control for automation",
|
|
7
|
+
"services.playwright.name": "Playwright Browser Control",
|
|
8
|
+
"services.context7.description": "Query latest library documentation and code examples",
|
|
9
|
+
"services.context7.name": "Context7 Docs",
|
|
10
|
+
"services.open-websearch.description": "Web search using DuckDuckGo, Bing, and Brave search engines",
|
|
11
|
+
"services.open-websearch.name": "Open Web Search",
|
|
12
|
+
"services.exa.apiKeyPrompt": "Enter Exa API Key",
|
|
13
|
+
"services.exa.description": "Web search using Exa AI",
|
|
14
|
+
"services.exa.name": "Exa AI Search",
|
|
15
|
+
"services.mcp-deepwiki.description": "Query GitHub repository documentation and examples",
|
|
16
|
+
"services.mcp-deepwiki.name": "DeepWiki",
|
|
17
|
+
"services.spec-workflow.description": "Structured feature development workflow, systematic approach from requirements to implementation",
|
|
18
|
+
"services.spec-workflow.name": "Spec Workflow",
|
|
19
|
+
"services.serena.name": "Serena Assistant",
|
|
20
|
+
"services.serena.description": "Semantic code retrieval and editing akin to an IDE; extracts symbol-level entities and leverages relations to greatly improve token efficiency with coding agents",
|
|
21
|
+
"apiKeyApprovalFailed": "Failed to manage API key approval status",
|
|
22
|
+
"apiKeyPrompt": "Enter API Key",
|
|
23
|
+
"primaryApiKeySetFailed": "Failed to set primaryApiKey",
|
|
24
|
+
"market": {
|
|
25
|
+
"noResults": "No servers found for: {{keyword}}",
|
|
26
|
+
"searchResults": "Found {{count}} server(s) for: {{keyword}}",
|
|
27
|
+
"trending": "🔥 Trending MCP Servers",
|
|
28
|
+
"installing": "Installing {{name}}...",
|
|
29
|
+
"confirmInstall": "Add to Claude Code config?",
|
|
30
|
+
"cancelled": "Installation cancelled",
|
|
31
|
+
"installSuccess": "✓ {{name}} installed successfully",
|
|
32
|
+
"manualConfig": "Note: Manual configuration may be required",
|
|
33
|
+
"serverNotFound": "Server not found: {{name}}",
|
|
34
|
+
"searchKeywordRequired": "Search keyword required",
|
|
35
|
+
"installNameRequired": "Server name required",
|
|
36
|
+
"unknownAction": "Unknown action: {{action}}"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"menuDescriptions.ccrManagement": "Configure Claude Code Router to use multiple AI models",
|
|
3
|
+
"menuDescriptions.ccusage": "Claude Code usage analysis",
|
|
4
|
+
"menuDescriptions.changeLanguage": "Change CCJK interface language",
|
|
5
|
+
"menuDescriptions.checkUpdates": "Check and update Claude Code, CCR and CCometixLine versions",
|
|
6
|
+
"menuDescriptions.uninstall": "Remove Claude Code configurations and tools from your system",
|
|
7
|
+
"menuDescriptions.cometixLine": "High-performance Claude Code statusline tool with Git integration and real-time usage tracking",
|
|
8
|
+
"menuDescriptions.configureAiMemory": "Configure AI output language and output styles",
|
|
9
|
+
"menuDescriptions.configureApiOrCcr": "Configure API URL, authentication or CCR proxy",
|
|
10
|
+
"menuDescriptions.configureEnvPermission": "Import privacy protection environment variables and system permissions",
|
|
11
|
+
"menuDescriptions.configureMcp": "Configure MCP services (includes Windows fix)",
|
|
12
|
+
"menuDescriptions.configureModel": "Set default model (opus/sonnet/sonnet 1m/custom)",
|
|
13
|
+
"menuDescriptions.fullInit": "Install Claude Code + Import workflow + Configure API or CCR proxy + Configure MCP services",
|
|
14
|
+
"menuDescriptions.importWorkflow": "Import/update workflow-related files only",
|
|
15
|
+
"menuOptions.ccrManagement": "CCR",
|
|
16
|
+
"menuOptions.ccusage": "ccusage",
|
|
17
|
+
"menuOptions.changeLanguage": "Select display language / 更改显示语言",
|
|
18
|
+
"menuOptions.checkUpdates": "Check updates",
|
|
19
|
+
"menuOptions.uninstall": "Uninstall & Remove Configurations",
|
|
20
|
+
"menuOptions.cometixLine": "CCometixLine",
|
|
21
|
+
"menuOptions.configureAiMemory": "Configure Claude global memory",
|
|
22
|
+
"menuOptions.configureApiOrCcr": "Configure API / CCR proxy",
|
|
23
|
+
"menuOptions.configureEnvPermission": "Import recommended environment variables and permissions",
|
|
24
|
+
"menuOptions.configureMcp": "Configure MCP",
|
|
25
|
+
"menuOptions.configureModel": "Configure default model",
|
|
26
|
+
"menuOptions.switchCodeTool": "Switch code tool",
|
|
27
|
+
"menuOptions.exit": "Exit",
|
|
28
|
+
"menuOptions.fullInit": "Full initialization",
|
|
29
|
+
"menuOptions.importWorkflow": "Import workflow",
|
|
30
|
+
"menuOptions.codexFullInit": "Full initialization",
|
|
31
|
+
"menuOptions.codexImportWorkflow": "Import workflow",
|
|
32
|
+
"menuOptions.codexConfigureApi": "Configure API",
|
|
33
|
+
"menuOptions.codexConfigureMcp": "Configure MCP",
|
|
34
|
+
"menuOptions.codexConfigureModel": "Configure default model",
|
|
35
|
+
"menuOptions.codexConfigureAiMemory": "Configure Codex global memory",
|
|
36
|
+
"menuOptions.codexUninstall": "Uninstall Codex",
|
|
37
|
+
"menuOptions.codexCheckUpdates": "Check Codex updates",
|
|
38
|
+
"menuSections.otherTools": "Other Tools",
|
|
39
|
+
"menuDescriptions.switchCodeTool": "Switch between supported code tools (Claude Code, Codex)",
|
|
40
|
+
"menuDescriptions.codexFullInit": "Install Codex + Import workflow + Configure API + Configure MCP",
|
|
41
|
+
"menuDescriptions.codexImportWorkflow": "Import/update Codex workflow-related files",
|
|
42
|
+
"menuDescriptions.codexConfigureApi": "Configure Codex API providers",
|
|
43
|
+
"menuDescriptions.codexConfigureMcp": "Configure Codex MCP services",
|
|
44
|
+
"menuDescriptions.codexConfigureModel": "Set default model (gpt-5/gpt-5-codex/custom)",
|
|
45
|
+
"menuDescriptions.codexConfigureAiMemory": "Configure AI output language and system prompt style",
|
|
46
|
+
"menuDescriptions.codexUninstall": "Remove Codex configuration and files",
|
|
47
|
+
"menuDescriptions.codexCheckUpdates": "Check and update Codex",
|
|
48
|
+
"switchCodeToolPrompt": "Select code tool type",
|
|
49
|
+
"codeToolSwitched": "Code tool switched to {{tool}}",
|
|
50
|
+
"selectFunction": "Select function"
|
|
51
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
{
|
|
2
|
+
"configsAddedSuccessfully": "API configurations added successfully",
|
|
3
|
+
"configsFailed": "Failed to add API configurations",
|
|
4
|
+
"defaultProfileSet": "Set default profile: {{name}}",
|
|
5
|
+
"providerAdded": "Added provider: {{name}}",
|
|
6
|
+
"defaultProviderSet": "Set default provider: {{name}}",
|
|
7
|
+
"noClaudeCodeProfilesAvailable": "No Claude Code profiles available",
|
|
8
|
+
"availableClaudeCodeProfiles": "Available Claude Code Profiles",
|
|
9
|
+
"selectClaudeCodeConfiguration": "Select Claude Code configuration:",
|
|
10
|
+
"cancelled": "Cancelled",
|
|
11
|
+
"successfullySwitchedToOfficial": "Successfully switched to official login",
|
|
12
|
+
"failedToSwitchToOfficial": "Failed to switch to official login: {{error}}",
|
|
13
|
+
"successfullySwitchedToCcr": "Successfully switched to CCR proxy",
|
|
14
|
+
"failedToSwitchToCcr": "Failed to switch to CCR proxy: {error}",
|
|
15
|
+
"successfullySwitchedToProfile": "Successfully switched to profile: {{name}}",
|
|
16
|
+
"failedToSwitchToProfile": "Failed to switch to profile: {{error}}",
|
|
17
|
+
"incrementalManagementTitle": "📋 Claude Code Configuration Management",
|
|
18
|
+
"currentProfileCount": "Current profile count: {{count}}",
|
|
19
|
+
"currentDefaultProfile": "Current default profile: {{profile}}",
|
|
20
|
+
"addProfile": "Add Profile",
|
|
21
|
+
"editProfile": "Edit Profile",
|
|
22
|
+
"copyProfile": "Copy Profile",
|
|
23
|
+
"deleteProfile": "Delete Profile",
|
|
24
|
+
"selectAction": "Select action",
|
|
25
|
+
"addingNewProfile": "Adding New Profile",
|
|
26
|
+
"profileNamePrompt": "Profile name (letters, numbers, spaces, . _ -)",
|
|
27
|
+
"profileNameRequired": "Profile name is required",
|
|
28
|
+
"profileNameInvalid": "Profile name can only contain letters, numbers, spaces, hyphens, and underscores",
|
|
29
|
+
"authTypePrompt": "Select authentication type",
|
|
30
|
+
"apiKeyPrompt": "Enter API key",
|
|
31
|
+
"apiKeyRequired": "API key is required",
|
|
32
|
+
"baseUrlPrompt": "Enter API base URL",
|
|
33
|
+
"baseUrlRequired": "API base URL is required",
|
|
34
|
+
"baseUrlInvalid": "Please enter a valid URL",
|
|
35
|
+
"setAsDefaultPrompt": "Set as default profile",
|
|
36
|
+
"authType.api_key": "API Key",
|
|
37
|
+
"authType.auth_token": "Auth Token",
|
|
38
|
+
"authType.ccr_proxy": "CCR Proxy",
|
|
39
|
+
"ccrProxyOption": "Use CCR Proxy",
|
|
40
|
+
"profileAdded": "✔ Successfully added profile: {{name}}",
|
|
41
|
+
"profileAddFailed": "❌ Failed to add profile: {{error}}",
|
|
42
|
+
"profileDuplicatePrompt": "Profile '{{name}}' already exists in {{source}}, overwrite it?",
|
|
43
|
+
"profileDuplicateSkipped": "Skipped duplicate profile configuration",
|
|
44
|
+
"existingConfig": "existing configuration",
|
|
45
|
+
"addAnotherProfilePrompt": "Add another Claude Code profile?",
|
|
46
|
+
"profileSetAsDefault": "✔ Set profile {{name}} as default",
|
|
47
|
+
"profileNotFound": "Profile not found",
|
|
48
|
+
"editingProfile": "Editing Profile: {{name}}",
|
|
49
|
+
"profileUpdated": "✔ Successfully updated profile: {{name}}",
|
|
50
|
+
"profileUpdateFailed": "❌ Failed to update profile: {{error}}",
|
|
51
|
+
"selectProfileToEdit": "Select profile to edit",
|
|
52
|
+
"selectProfileToCopy": "Select profile to copy",
|
|
53
|
+
"copyingProfile": "Copying profile: {{name}}",
|
|
54
|
+
"profileCopied": "✔ Successfully copied profile: {{name}}",
|
|
55
|
+
"profileCopyFailed": "❌ Failed to copy profile: {{error}}",
|
|
56
|
+
"selectProfilesToDelete": "Select profiles to delete (multiple)",
|
|
57
|
+
"selectAtLeastOne": "Please select at least one profile",
|
|
58
|
+
"cannotDeleteAll": "Cannot delete all profiles, at least one must remain",
|
|
59
|
+
"cannotDeleteLast": "Cannot delete the last profile",
|
|
60
|
+
"confirmDeleteProfiles": "Confirm deletion of the following profiles: {{providers}}?",
|
|
61
|
+
"profilesDeleted": "✔ Successfully deleted {{count}} profiles",
|
|
62
|
+
"profilesDeleteFailed": "❌ Failed to delete profiles: {{error}}",
|
|
63
|
+
"newDefaultProfile": "ℹ️ New default profile: {{profile}}",
|
|
64
|
+
"settingsApplied": "✔ Settings applied",
|
|
65
|
+
"failedToApplySettings": "Failed to apply settings",
|
|
66
|
+
"profileNameNotFound": "Profile \"{{name}}\" not found",
|
|
67
|
+
"conflictingParams": "Cannot specify both --api-configs and --api-configs-file at the same time",
|
|
68
|
+
"mustBeArray": "API configs must be an array",
|
|
69
|
+
"mustHaveValidName": "Each config must have a valid name",
|
|
70
|
+
"invalidAuthType": "Invalid auth type: {{type}}",
|
|
71
|
+
"duplicateName": "Duplicate config name: {{name}}",
|
|
72
|
+
"configApiKeyRequired": "Config \"{{name}}\" requires API key",
|
|
73
|
+
"ccrProxyReserved": "CCR proxy type is reserved and cannot be added manually (config: \"{{name}}\")",
|
|
74
|
+
"configProfileAddFailed": "Failed to add profile \"{{name}}\": {{error}}",
|
|
75
|
+
"providerAddFailed": "Failed to add provider \"{{name}}\": {{error}}",
|
|
76
|
+
"invalidJson": "Invalid API configs JSON: {{error}}",
|
|
77
|
+
"fileReadFailed": "Failed to read API configs file: {{error}}",
|
|
78
|
+
"providerOrTypeRequired": "Must provide either provider or type field"
|
|
79
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"scanning": "Scanning codebase...",
|
|
3
|
+
"analyzing": "Analyzing code quality...",
|
|
4
|
+
"fixing": "Applying fixes...",
|
|
5
|
+
"reportGenerated": "Report generated: {{path}}",
|
|
6
|
+
"scanComplete": "Scan complete",
|
|
7
|
+
"fixesApplied": "{{count}} fixes applied",
|
|
8
|
+
"noIssuesFound": "No issues found",
|
|
9
|
+
"errorScanning": "Error during scanning: {{error}}",
|
|
10
|
+
"errorAnalyzing": "Error during analysis: {{error}}",
|
|
11
|
+
"errorFixing": "Error applying fixes: {{error}}",
|
|
12
|
+
"errorGeneratingReport": "Error generating report: {{error}}",
|
|
13
|
+
"successMessage": "ShenCha analysis completed successfully"
|
|
14
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ccusageDescription": "CCUsage is a tool for Claude Code usage analytics",
|
|
3
|
+
"ccusageFailed": "CCUsage failed to run",
|
|
4
|
+
"ccusageModes.blocks": "Analyze code blocks",
|
|
5
|
+
"ccusageModes.custom": "Custom parameters",
|
|
6
|
+
"ccusageModes.daily": "Daily usage",
|
|
7
|
+
"ccusageModes.monthly": "Monthly usage",
|
|
8
|
+
"ccusageModes.session": "Session statistics",
|
|
9
|
+
"checkNetworkConnection": "Check network connection",
|
|
10
|
+
"enterCustomArgs": "Enter custom arguments",
|
|
11
|
+
"errorDetails": "Error details:",
|
|
12
|
+
"pressEnterToContinue": "Press Enter to continue...",
|
|
13
|
+
"runningCcusage": "Running Claude Code usage analysis tool...",
|
|
14
|
+
"selectAnalysisMode": "Select analysis mode:",
|
|
15
|
+
"title": "AI Coding Tools Status",
|
|
16
|
+
"scanning": "Scanning installed AI tools...",
|
|
17
|
+
"cliTools": "CLI Tools",
|
|
18
|
+
"ideExtensions": "IDE Extensions",
|
|
19
|
+
"aiEditors": "AI Editors",
|
|
20
|
+
"configured": "configured",
|
|
21
|
+
"notConfigured": "not configured",
|
|
22
|
+
"installed": "Installed",
|
|
23
|
+
"notInstalled": "Not installed",
|
|
24
|
+
"summary": "Summary: {installed}/{total} installed, {configured}/{installedCount} configured",
|
|
25
|
+
"unknownTool": "Unknown tool: {tool}",
|
|
26
|
+
"availableTools": "Available tools: {tools}",
|
|
27
|
+
"alreadyInstalled": "{name} is already installed ({version})",
|
|
28
|
+
"installing": "Installing {name}...",
|
|
29
|
+
"specifyTool": "Please specify a tool to install",
|
|
30
|
+
"usage": "Usage: ccjk tools {action} <tool>",
|
|
31
|
+
"unknownAction": "Unknown action: {action}",
|
|
32
|
+
"availableActions": "Available actions: list, install, status, recommend",
|
|
33
|
+
"recommended": "Recommended AI Coding Tools:",
|
|
34
|
+
"installCmd": "Install: {cmd}",
|
|
35
|
+
"status": "Status",
|
|
36
|
+
"version": "Version",
|
|
37
|
+
"config": "Config",
|
|
38
|
+
"configPath": "Config Path",
|
|
39
|
+
"category": "Category",
|
|
40
|
+
"website": "Website",
|
|
41
|
+
"installCommand": "Install Command"
|
|
42
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "CCJK Uninstaller",
|
|
3
|
+
"selectMainOption": "Select uninstall option:",
|
|
4
|
+
"completeUninstall": "Complete Uninstall",
|
|
5
|
+
"completeUninstallDesc": "Remove all Claude Code related configurations and tools",
|
|
6
|
+
"customUninstall": "Custom Uninstall",
|
|
7
|
+
"customUninstallDesc": "Select specific items to remove",
|
|
8
|
+
"selectCustomItems": "Select items to remove:",
|
|
9
|
+
"selectItemsToRemove": "Choose configurations and tools to remove:",
|
|
10
|
+
"selectAtLeastOne": "Please select at least one item to remove.",
|
|
11
|
+
"executingComplete": "🗑️ Executing Complete Uninstall",
|
|
12
|
+
"executingCustom": "🗑️ Executing Custom Uninstall",
|
|
13
|
+
"completeWarning": "⚠️ This will remove ALL Claude Code configurations, directories, and tools. This action cannot be undone!",
|
|
14
|
+
"confirmComplete": "Are you sure you want to completely uninstall Claude Code and all related tools?",
|
|
15
|
+
"confirmCustom": "Are you sure you want to remove the selected items?",
|
|
16
|
+
"processingComplete": "🔄 Processing complete uninstall...",
|
|
17
|
+
"processingCustom": "🔄 Processing custom uninstall...",
|
|
18
|
+
"selectedItems": "Selected items:",
|
|
19
|
+
"movedToTrash": "Moved to trash/recycle bin",
|
|
20
|
+
"removedConfigs": "Configuration removed",
|
|
21
|
+
"errors": "Errors occurred",
|
|
22
|
+
"warnings": "Warnings",
|
|
23
|
+
"completeSuccess": "Complete uninstall completed successfully! All files moved to trash/recycle bin.",
|
|
24
|
+
"completePartialSuccess": "Complete uninstall completed with some warnings.",
|
|
25
|
+
"customSuccess": "Custom uninstall completed successfully! Processed {{count}} items.",
|
|
26
|
+
"customSuccessFiles": "Custom uninstall completed successfully! Moved {{count}} files/directories to trash/recycle bin.",
|
|
27
|
+
"customSuccessConfigs": "Custom uninstall completed successfully! Removed {{count}} configuration items.",
|
|
28
|
+
"customSuccessBoth": "Custom uninstall completed successfully! Moved {{fileCount}} files/directories to trash/recycle bin and removed {{configCount}} configuration items.",
|
|
29
|
+
"errorsCount": "{{count}} errors occurred during uninstall.",
|
|
30
|
+
"warningsCount": "{{count}} warnings occurred during uninstall.",
|
|
31
|
+
|
|
32
|
+
"outputStyles": "Output Styles - Remove output style configurations",
|
|
33
|
+
"commands": "Commands - Remove custom CCJK commands",
|
|
34
|
+
"agents": "Agents - Remove custom CCJK agents",
|
|
35
|
+
"claudeMd": "CLAUDE.md - Remove global memory file",
|
|
36
|
+
"permissionsEnvs": "Permissions & Envs - Remove permissions and environment variables",
|
|
37
|
+
"mcps": "MCPs - Remove MCP server configurations",
|
|
38
|
+
"ccr": "Claude Code Router - Uninstall CCR and remove configurations",
|
|
39
|
+
"ccline": "CCometixLine - Uninstall status line tool",
|
|
40
|
+
"claudeCode": "Claude Code - Uninstall Claude Code and configurations",
|
|
41
|
+
"backups": "Backups - Remove backup files",
|
|
42
|
+
"ccjkConfig": "CCJK Config - Remove CCJK preference configurations",
|
|
43
|
+
|
|
44
|
+
"settingsJsonNotFound": "settings.json not found",
|
|
45
|
+
"commandsNotFound": "Commands directory not found",
|
|
46
|
+
"agentsNotFound": "Agents directory not found",
|
|
47
|
+
"claudeMdNotFound": "CLAUDE.md file not found",
|
|
48
|
+
"claudeJsonNotFound": ".claude.json file not found",
|
|
49
|
+
"ccrPackageNotFound": "Claude Code Router package not found",
|
|
50
|
+
"cclinePackageNotFound": "CCometixLine package not found",
|
|
51
|
+
"claudeCodePackageNotFound": "Claude Code package not found",
|
|
52
|
+
"backupsNotFound": "Backup directory not found",
|
|
53
|
+
"ccjkConfigNotFound": "CCJK configuration file not found",
|
|
54
|
+
"outputStylesDirectoryNotFound": "Output styles directory not found",
|
|
55
|
+
"uninstallFailed": "Failed to uninstall {{codeType}}{{message}}"
|
|
56
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"autoUpdating": "Auto-updating {tool}...",
|
|
3
|
+
"usingSudo": "Detected non-root Linux user. Using sudo for update (password prompt may appear).",
|
|
4
|
+
"cannotCheckVersion": "Cannot check latest version",
|
|
5
|
+
"ccrNotInstalled": "CCR is not installed",
|
|
6
|
+
"ccrUpToDate": "CCR is up to date (v{version})",
|
|
7
|
+
"checkFailed": "Version check failed",
|
|
8
|
+
"checkingTools": "Checking tool versions",
|
|
9
|
+
"checkingVersion": "Checking version...",
|
|
10
|
+
"claudeCodeNotInstalled": "Claude Code is not installed",
|
|
11
|
+
"claudeCodeUpToDate": "Claude Code is up to date (v{version})",
|
|
12
|
+
"cometixLineNotInstalled": "CCometixLine is not installed",
|
|
13
|
+
"cometixLineUpToDate": "CCometixLine is up to date (v{version})",
|
|
14
|
+
"confirmUpdate": "Update {tool} to the latest version?",
|
|
15
|
+
"currentVersion": "Current version: v{version}",
|
|
16
|
+
"errorCheckingUpdates": "Error checking updates:",
|
|
17
|
+
"failed": "failed",
|
|
18
|
+
"latestVersion": "Latest version: v{version}",
|
|
19
|
+
"success": "success",
|
|
20
|
+
"updateFailed": "{tool} update failed",
|
|
21
|
+
"updateSkipped": "Update skipped",
|
|
22
|
+
"updateSuccess": "{tool} updated successfully!",
|
|
23
|
+
"updateSummary": "Update Summary",
|
|
24
|
+
"updating": "Updating {tool}..."
|
|
25
|
+
}
|