ccjk 3.7.3 → 3.8.0
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/README.md +103 -896
- package/dist/chunks/ccr.mjs +1 -0
- package/dist/chunks/doctor.mjs +58 -0
- package/dist/chunks/index.mjs +6 -0
- package/dist/chunks/package.mjs +1 -1
- package/dist/chunks/permissions.mjs +164 -342
- package/dist/chunks/thinking.mjs +615 -0
- package/dist/chunks/vim.mjs +891 -0
- package/dist/cli.mjs +49 -0
- package/dist/i18n/locales/en/configuration.json +97 -1
- package/dist/i18n/locales/en/lsp.json +78 -0
- package/dist/i18n/locales/en/mcp.json +11 -0
- package/dist/i18n/locales/en/permissions.json +53 -1
- package/dist/i18n/locales/en/thinking.json +65 -0
- package/dist/i18n/locales/en/vim.json +169 -0
- package/dist/i18n/locales/zh-CN/configuration.json +97 -1
- package/dist/i18n/locales/zh-CN/lsp.json +78 -0
- package/dist/i18n/locales/zh-CN/mcp.json +11 -0
- package/dist/i18n/locales/zh-CN/permissions.json +53 -1
- package/dist/i18n/locales/zh-CN/thinking.json +65 -0
- package/dist/i18n/locales/zh-CN/vim.json +169 -0
- package/dist/shared/ccjk.pi0nsyn3.mjs +1242 -0
- package/package.json +55 -55
- package/templates/claude-code/common/settings.json +63 -30
- package/templates/CLAUDE.md +0 -219
- package/templates/claude-code/CLAUDE.md +0 -250
- package/templates/claude-code/en/workflow/bmad/commands/bmad-init.md +0 -165
- package/templates/claude-code/en/workflow/common/agents/get-current-datetime.md +0 -29
- package/templates/claude-code/en/workflow/common/agents/init-architect.md +0 -114
- package/templates/claude-code/en/workflow/common/commands/init-project.md +0 -53
- package/templates/claude-code/en/workflow/essential/agents/get-current-datetime.md +0 -29
- package/templates/claude-code/en/workflow/essential/agents/init-architect.md +0 -114
- package/templates/claude-code/en/workflow/essential/agents/planner.md +0 -116
- package/templates/claude-code/en/workflow/essential/agents/ui-ux-designer.md +0 -91
- package/templates/claude-code/en/workflow/essential/commands/feat.md +0 -250
- package/templates/claude-code/en/workflow/essential/commands/init-project.md +0 -53
- package/templates/claude-code/en/workflow/plan/agents/planner.md +0 -116
- package/templates/claude-code/en/workflow/plan/agents/ui-ux-designer.md +0 -91
- package/templates/claude-code/en/workflow/plan/commands/feat.md +0 -105
- package/templates/claude-code/zh-CN/workflow/bmad/commands/bmad-init.md +0 -172
- package/templates/claude-code/zh-CN/workflow/common/agents/get-current-datetime.md +0 -29
- package/templates/claude-code/zh-CN/workflow/common/agents/init-architect.md +0 -114
- package/templates/claude-code/zh-CN/workflow/common/commands/init-project.md +0 -53
- package/templates/claude-code/zh-CN/workflow/essential/agents/get-current-datetime.md +0 -29
- package/templates/claude-code/zh-CN/workflow/essential/agents/init-architect.md +0 -114
- package/templates/claude-code/zh-CN/workflow/essential/agents/planner.md +0 -116
- package/templates/claude-code/zh-CN/workflow/essential/agents/ui-ux-designer.md +0 -91
- package/templates/claude-code/zh-CN/workflow/essential/commands/feat.md +0 -248
- package/templates/claude-code/zh-CN/workflow/essential/commands/init-project.md +0 -53
- package/templates/claude-code/zh-CN/workflow/plan/agents/planner.md +0 -116
- package/templates/claude-code/zh-CN/workflow/plan/agents/ui-ux-designer.md +0 -91
- package/templates/claude-code/zh-CN/workflow/plan/commands/feat.md +0 -105
- package/templates/codex/common/config.toml +0 -0
- package/templates/common/output-styles/en/casual-friendly.md +0 -97
- package/templates/common/output-styles/en/expert-concise.md +0 -93
- package/templates/common/output-styles/en/pair-programmer.md +0 -177
- package/templates/common/output-styles/en/senior-architect.md +0 -121
- package/templates/common/output-styles/en/speed-coder.md +0 -185
- package/templates/common/output-styles/en/teaching-mode.md +0 -102
- package/templates/common/output-styles/en/technical-precise.md +0 -101
- package/templates/common/output-styles/zh-CN/pair-programmer.md +0 -177
- package/templates/common/output-styles/zh-CN/senior-architect.md +0 -297
- package/templates/common/output-styles/zh-CN/speed-coder.md +0 -185
- package/templates/common/skills/code-review.md +0 -343
- package/templates/common/skills/en/agent-browser.md +0 -258
- package/templates/common/skills/en/brainstorming.md +0 -64
- package/templates/common/skills/en/code-review.md +0 -81
- package/templates/common/skills/en/documentation-gen.md +0 -808
- package/templates/common/skills/en/executing-plans.md +0 -75
- package/templates/common/skills/en/git-commit.md +0 -216
- package/templates/common/skills/en/interview.md +0 -223
- package/templates/common/skills/en/migration-assistant.md +0 -312
- package/templates/common/skills/en/performance-profiling.md +0 -576
- package/templates/common/skills/en/pr-review.md +0 -341
- package/templates/common/skills/en/refactoring.md +0 -384
- package/templates/common/skills/en/security-audit.md +0 -462
- package/templates/common/skills/en/systematic-debugging.md +0 -82
- package/templates/common/skills/en/tdd-workflow.md +0 -93
- package/templates/common/skills/en/verification.md +0 -81
- package/templates/common/skills/en/workflow.md +0 -370
- package/templates/common/skills/en/writing-plans.md +0 -78
- package/templates/common/skills/summarize.md +0 -312
- package/templates/common/skills/translate.md +0 -202
- package/templates/common/skills/zh-CN/agent-browser.md +0 -260
- package/templates/common/skills/zh-CN/documentation-gen.md +0 -807
- package/templates/common/skills/zh-CN/migration-assistant.md +0 -318
- package/templates/common/skills/zh-CN/performance-profiling.md +0 -746
- package/templates/common/skills/zh-CN/pr-review.md +0 -341
- package/templates/common/skills/zh-CN/refactoring.md +0 -384
- package/templates/common/skills/zh-CN/security-audit.md +0 -462
- package/templates/common/smart-guide/en/smart-guide.md +0 -72
- package/templates/common/smart-guide/zh-CN/smart-guide.md +0 -72
- package/templates/common/workflow/git/en/git-cleanBranches.md +0 -102
- package/templates/common/workflow/git/en/git-commit.md +0 -205
- package/templates/common/workflow/git/en/git-rollback.md +0 -90
- package/templates/common/workflow/git/en/git-worktree.md +0 -276
- package/templates/common/workflow/git/zh-CN/git-cleanBranches.md +0 -102
- package/templates/common/workflow/git/zh-CN/git-commit.md +0 -205
- package/templates/common/workflow/git/zh-CN/git-rollback.md +0 -90
- package/templates/common/workflow/git/zh-CN/git-worktree.md +0 -276
- package/templates/common/workflow/interview/en/interview.md +0 -212
- package/templates/common/workflow/interview/zh-CN/interview.md +0 -212
- package/templates/common/workflow/sixStep/en/workflow.md +0 -357
- package/templates/common/workflow/sixStep/zh-CN/workflow.md +0 -357
- package/templates/industry/devops/en/ci-cd-pipeline.md +0 -410
- package/templates/industry/web-dev/en/api-design.md +0 -299
- package/templates/industry/web-dev/en/react-nextjs-setup.md +0 -236
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "LSP 语言服务器",
|
|
3
|
+
"status": "LSP 服务器状态",
|
|
4
|
+
"statusRunning": "运行中",
|
|
5
|
+
"statusStopped": "已停止",
|
|
6
|
+
"statusStarting": "启动中",
|
|
7
|
+
"statusError": "错误",
|
|
8
|
+
"statusNotInstalled": "未安装",
|
|
9
|
+
"servers": {
|
|
10
|
+
"typescript": "TypeScript 语言服务器",
|
|
11
|
+
"javascript": "JavaScript 语言服务器",
|
|
12
|
+
"python": "Python LSP 服务器",
|
|
13
|
+
"rust": "Rust 分析器",
|
|
14
|
+
"go": "Go PLPS",
|
|
15
|
+
"cpp": "Clangd (C/C++)",
|
|
16
|
+
"java": "Eclipse JDT.LS",
|
|
17
|
+
"yaml": "YAML 语言服务器",
|
|
18
|
+
"json": "JSON 语言服务器",
|
|
19
|
+
"css": "CSS 语言服务器",
|
|
20
|
+
"html": "HTML 语言服务器",
|
|
21
|
+
"markdown": "Markdown 语言服务器"
|
|
22
|
+
},
|
|
23
|
+
"commands": {
|
|
24
|
+
"status": "查看 LSP 服务器状态",
|
|
25
|
+
"list": "列出所有可用的 LSP 服务器",
|
|
26
|
+
"start": "启动所有 LSP 服务器",
|
|
27
|
+
"stop": "停止所有 LSP 服务器",
|
|
28
|
+
"enable": "启用指定的 LSP 服务器",
|
|
29
|
+
"disable": "禁用指定的 LSP 服务器",
|
|
30
|
+
"restart": "重启指定的 LSP 服务器",
|
|
31
|
+
"help": "显示 LSP 命令帮助"
|
|
32
|
+
},
|
|
33
|
+
"messages": {
|
|
34
|
+
"serverEnabled": "已启用 LSP 服务器: {{server}}",
|
|
35
|
+
"serverDisabled": "已禁用 LSP 服务器: {{server}}",
|
|
36
|
+
"serverStarted": "所有 LSP 服务器已启动",
|
|
37
|
+
"serverStopped": "所有 LSP 服务器已停止",
|
|
38
|
+
"serverRestarted": "已重启 LSP 服务器: {{server}}",
|
|
39
|
+
"serverNotAvailable": "LSP 服务器不可用: {{server}}",
|
|
40
|
+
"enableFailed": "启用 LSP 服务器失败: {{error}}",
|
|
41
|
+
"disableFailed": "禁用 LSP 服务器失败: {{error}}",
|
|
42
|
+
"startFailed": "启动 LSP 服务器失败: {{error}}",
|
|
43
|
+
"stopFailed": "停止 LSP 服务器失败: {{error}}",
|
|
44
|
+
"restartFailed": "重启 LSP 服务器失败: {{error}}",
|
|
45
|
+
"serverIdRequired": "需要服务器 ID。使用: npx ccjk lsp {{command}} <server>",
|
|
46
|
+
"pleaseInstall": "请安装: {{commands}}"
|
|
47
|
+
},
|
|
48
|
+
"features": {
|
|
49
|
+
"completion": "补全",
|
|
50
|
+
"hover": "悬停",
|
|
51
|
+
"definition": "定义",
|
|
52
|
+
"references": "引用",
|
|
53
|
+
"symbols": "符号",
|
|
54
|
+
"typeDefinition": "类型定义",
|
|
55
|
+
"implementation": "实现"
|
|
56
|
+
},
|
|
57
|
+
"categories": {
|
|
58
|
+
"core": "核心 / Web 开发",
|
|
59
|
+
"backend": "后端开发",
|
|
60
|
+
"scripting": "脚本语言",
|
|
61
|
+
"config": "配置文件",
|
|
62
|
+
"tools": "工具"
|
|
63
|
+
},
|
|
64
|
+
"summary": {
|
|
65
|
+
"running": "运行中",
|
|
66
|
+
"stopped": "已停止",
|
|
67
|
+
"error": "错误",
|
|
68
|
+
"notInstalled": "未安装"
|
|
69
|
+
},
|
|
70
|
+
"installedServers": "已安装的服务器",
|
|
71
|
+
"availableServers": "可用的服务器",
|
|
72
|
+
"notInstalledServers": "可用但未安装",
|
|
73
|
+
"requires": "需要",
|
|
74
|
+
"extensions": "扩展名",
|
|
75
|
+
"needsInstall": "需要安装",
|
|
76
|
+
"files": "文件",
|
|
77
|
+
"capabilities": "能力"
|
|
78
|
+
}
|
|
@@ -123,5 +123,16 @@
|
|
|
123
123
|
"name": "健康检查",
|
|
124
124
|
"description": "运行健康检查和诊断"
|
|
125
125
|
}
|
|
126
|
+
},
|
|
127
|
+
"search": {
|
|
128
|
+
"invalidAutoSyntax": "无效的自动模式语法: {{value}}",
|
|
129
|
+
"invalidThresholdRange": "阈值必须在 {{min}} 到 {{max}} 之间,当前值: {{value}}",
|
|
130
|
+
"noConfigFound": "未找到 MCP 配置",
|
|
131
|
+
"initializedConfig": "已初始化 MCP 工具搜索配置",
|
|
132
|
+
"updatedThreshold": "已更新阈值为 {{threshold}}",
|
|
133
|
+
"updatedDynamicDiscovery": "动态发现已{{enabled}}",
|
|
134
|
+
"updatedListChanged": "列表变更通知已{{enabled}}",
|
|
135
|
+
"updatedExcludedServices": "已更新排除服务列表",
|
|
136
|
+
"addedMcpSearchTool": "已添加 MCPSearch 工具用于按需工具发现"
|
|
126
137
|
}
|
|
127
138
|
}
|
|
@@ -39,5 +39,57 @@
|
|
|
39
39
|
"checkPermission": "检查权限",
|
|
40
40
|
"clearRules": "清除规则",
|
|
41
41
|
"showExamples": "显示示例",
|
|
42
|
-
"unknownAction": "未知操作"
|
|
42
|
+
"unknownAction": "未知操作",
|
|
43
|
+
"search": "搜索",
|
|
44
|
+
"searchPlaceholder": "输入搜索词...",
|
|
45
|
+
"searchResults": "搜索结果",
|
|
46
|
+
"noResults": "未找到匹配的规则",
|
|
47
|
+
"foundResults": "找到 {{count}} 条规则",
|
|
48
|
+
"testPattern": "测试模式",
|
|
49
|
+
"testPatternDesc": "测试权限模式与示例目标的匹配",
|
|
50
|
+
"enterPattern": "输入要测试的模式",
|
|
51
|
+
"testTargets": "测试目标",
|
|
52
|
+
"matches": "匹配",
|
|
53
|
+
"noMatches": "不匹配",
|
|
54
|
+
"patternType": "模式类型",
|
|
55
|
+
"diagnostics": "诊断",
|
|
56
|
+
"diagnosticsDesc": "检查权限规则问题",
|
|
57
|
+
"unreachableRules": "无法访问的规则",
|
|
58
|
+
"shadowedRules": "被遮蔽的规则",
|
|
59
|
+
"conflictedRules": "冲突的规则",
|
|
60
|
+
"ruleReachable": "规则可访问",
|
|
61
|
+
"ruleNotReachable": "规则无法匹配任何目标",
|
|
62
|
+
"shadowedBy": "被以下遮蔽",
|
|
63
|
+
"shadows": "遮蔽了",
|
|
64
|
+
"suggestions": "建议",
|
|
65
|
+
"noIssues": "没有发现问题的规则",
|
|
66
|
+
"problematicRules": "发现 {{count}} 个有问题的规则",
|
|
67
|
+
"allRulesHealthy": "所有规则看起来都很正常",
|
|
68
|
+
"bashPatterns": "Bash 命令模式",
|
|
69
|
+
"mcpPatterns": "MCP 工具模式",
|
|
70
|
+
"filesystemPatterns": "文件系统模式",
|
|
71
|
+
"networkPatterns": "网络模式",
|
|
72
|
+
"wildcardGuide": "通配符说明",
|
|
73
|
+
"wildcardStar": "匹配任意字符(0个或多个)",
|
|
74
|
+
"wildcardQuestion": "匹配单个字符",
|
|
75
|
+
"wildcardDoubleStar": "匹配嵌套路径",
|
|
76
|
+
"wildcardBashInstall": "匹配任意 \"* install\" 命令",
|
|
77
|
+
"wildcardMcp": "匹配 MCP 服务器的所有工具",
|
|
78
|
+
"descriptionAllNpm": "所有 npm 命令",
|
|
79
|
+
"descriptionOnlyNpmInstall": "仅 npm install",
|
|
80
|
+
"descriptionOnlyNpmTest": "仅 npm test",
|
|
81
|
+
"descriptionAllGit": "所有 git 命令",
|
|
82
|
+
"descriptionOnlyGitStatus": "仅 git status",
|
|
83
|
+
"descriptionAnyInstall": "任何 \"* install\" 命令",
|
|
84
|
+
"descriptionMcpServer": "服务器的所有工具",
|
|
85
|
+
"descriptionMcpFilesystem": "文件系统的所有操作",
|
|
86
|
+
"descriptionMcpGithub": "GitHub 的所有操作",
|
|
87
|
+
"descriptionAnyMcp": "任何 MCP 工具",
|
|
88
|
+
"descriptionHomeUser": "用户目录下的所有文件",
|
|
89
|
+
"descriptionHomeUserTxt": "用户目录下所有 .txt 文件(包括子目录)",
|
|
90
|
+
"descriptionMdFiles": "当前目录所有 .md 文件",
|
|
91
|
+
"descriptionTmpFiles": "临时目录的所有文件",
|
|
92
|
+
"descriptionApiEndpoints": "API 的所有端点",
|
|
93
|
+
"descriptionGithubPaths": "GitHub 的所有路径",
|
|
94
|
+
"descriptionWebSocket": "特定的 WebSocket 连接"
|
|
43
95
|
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"thinkingModeStatus": "Thinking Mode 状态",
|
|
3
|
+
"thinkingEnabled": "已启用",
|
|
4
|
+
"thinkingDisabled": "已禁用",
|
|
5
|
+
"thinkingAlreadyEnabled": "Thinking Mode 已启用",
|
|
6
|
+
"thinkingAlreadyDisabled": "Thinking Mode 已禁用",
|
|
7
|
+
"thinkingModeEnabledSuccess": "Thinking Mode 已启用",
|
|
8
|
+
"thinkingModeDisabledSuccess": "Thinking Mode 已禁用",
|
|
9
|
+
"thinkingBudgetTokens": "预算 Token",
|
|
10
|
+
"thinkingSubAgentInheritance": "子代理继承",
|
|
11
|
+
"thinkingSubAgentBudget": "子代理获得 {tokens} tokens",
|
|
12
|
+
"thinkingAlwaysUse": "始终使用 Thinking",
|
|
13
|
+
"thinkingNoSimpleTasks": "否(仅中等/复杂任务)",
|
|
14
|
+
"thinkingSupportedModels": "支持的模型",
|
|
15
|
+
"thinkingTip": "提示:使用 \"ccjk thinking enable/disable\" 切换 thinking mode",
|
|
16
|
+
"thinkingInvalidTokens": "无效的 token 值",
|
|
17
|
+
"thinkingTokensRange": "预算必须是 {min} 到 {max} 之间的数字",
|
|
18
|
+
"thinkingBudgetUpdated": "预算 token 已更新",
|
|
19
|
+
"thinkingNewBudget": "新预算: {tokens} tokens",
|
|
20
|
+
"thinkingInheritanceEnabled": "子代理继承已启用",
|
|
21
|
+
"thinkingInheritanceDisabled": "子代理继承已禁用",
|
|
22
|
+
"thinkingSubAgentsReceive": "子代理将获得 {tokens} tokens",
|
|
23
|
+
"thinkingConfiguration": "Thinking Mode 配置",
|
|
24
|
+
"thinkingSelectOption": "选择配置选项:",
|
|
25
|
+
"thinkingToggle": "切换 thinking mode",
|
|
26
|
+
"thinkingSetBudget": "设置预算 token",
|
|
27
|
+
"thinkingReduction": "缩减比例",
|
|
28
|
+
"thinkingReset": "重置为默认值",
|
|
29
|
+
"thinkingDone": "完成",
|
|
30
|
+
"thinkingEnterBudget": "输入预算 token ({min} - {max}):",
|
|
31
|
+
"thinkingEnterValidNumber": "请输入有效的数字",
|
|
32
|
+
"thinkingMustBeBetween": "必须在 {min} 到 {max} 之间",
|
|
33
|
+
"thinkingEnableInheritance": "启用子代理继承?",
|
|
34
|
+
"thinkingEnterReduction": "输入缩减系数 (0.1 - 1.0):",
|
|
35
|
+
"thinkingReductionUpdated": "缩减系数已更新",
|
|
36
|
+
"thinkingNewReduction": "新缩减: {percent}%",
|
|
37
|
+
"thinkingAlwaysUsePrompt": "始终使用 thinking mode(即使是简单任务)?",
|
|
38
|
+
"thinkingAlwaysUseEnabled": "始终使用 thinking 已启用",
|
|
39
|
+
"thinkingAlwaysUseDisabled": "始终使用 thinking 已禁用",
|
|
40
|
+
"thinkingResetConfirm": "将 thinking mode 重置为默认设置?",
|
|
41
|
+
"thinkingResetSuccess": "Thinking mode 已重置为默认值",
|
|
42
|
+
"thinkingResetEnabled": "状态: {enabled}",
|
|
43
|
+
"thinkingResetBudget": "预算: {tokens} tokens",
|
|
44
|
+
"thinkingCancelled": "已取消",
|
|
45
|
+
"thinkingCheck": "Thinking Mode 检查",
|
|
46
|
+
"thinkingTaskComplexity": "任务复杂度",
|
|
47
|
+
"thinkingSimple": "简单",
|
|
48
|
+
"thinkingMedium": "中等",
|
|
49
|
+
"thinkingComplex": "复杂",
|
|
50
|
+
"thinkingModel": "模型",
|
|
51
|
+
"thinkingUseThinking": "使用 Thinking Mode",
|
|
52
|
+
"thinkingCommands": "Thinking Mode 命令",
|
|
53
|
+
"thinkingStatusDesc": "显示 thinking mode 状态",
|
|
54
|
+
"thinkingEnableDesc": "启用 thinking mode",
|
|
55
|
+
"thinkingDisableDesc": "禁用 thinking mode",
|
|
56
|
+
"thinkingToggleDesc": "切换 thinking mode 开关",
|
|
57
|
+
"thinkingBudgetDesc": "设置预算 token (1000-200000)",
|
|
58
|
+
"thinkingConfigDesc": "交互式配置菜单",
|
|
59
|
+
"thinkingCheckDesc": "检查是否使用 thinking",
|
|
60
|
+
"thinkingResetDesc": "重置为默认设置",
|
|
61
|
+
"thinkingTipDefault": "Opus 4.5 默认启用 Thinking Mode",
|
|
62
|
+
"thinkingTipExtended": "它为复杂任务提供扩展推理能力",
|
|
63
|
+
"thinkingSpecifyTokens": "请指定 token 数量",
|
|
64
|
+
"thinkingUsage": "用法: ccjk thinking budget <tokens>"
|
|
65
|
+
}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "CCJK Vim 模式",
|
|
3
|
+
"description": "Claude Code CLI 终端的增强 Vim 动作",
|
|
4
|
+
"status": {
|
|
5
|
+
"title": "Vim 模式状态",
|
|
6
|
+
"status": "状态",
|
|
7
|
+
"enabled": "已启用",
|
|
8
|
+
"disabled": "已禁用",
|
|
9
|
+
"keybindings": "快捷键",
|
|
10
|
+
"installed": "已安装",
|
|
11
|
+
"notInstalled": "未安装",
|
|
12
|
+
"configuration": "配置",
|
|
13
|
+
"modeIndicator": "模式指示器",
|
|
14
|
+
"autoIndent": "自动缩进",
|
|
15
|
+
"expandTab": "空格代替 Tab",
|
|
16
|
+
"tabWidth": "Tab 宽度",
|
|
17
|
+
"smartCase": "智能大小写",
|
|
18
|
+
"language": "语言",
|
|
19
|
+
"fileLocation": "文件位置",
|
|
20
|
+
"inputrc": "InputRC",
|
|
21
|
+
"reloadHint": "运行 `source ~/.inputrc` 或重启终端使更改生效"
|
|
22
|
+
},
|
|
23
|
+
"menu": {
|
|
24
|
+
"title": "CCJK Vim 模式配置",
|
|
25
|
+
"enable": "启用 Vim 模式",
|
|
26
|
+
"disable": "禁用 Vim 模式",
|
|
27
|
+
"toggle": "切换 Vim 模式",
|
|
28
|
+
"installKeybindings": "安装快捷键",
|
|
29
|
+
"uninstallKeybindings": "卸载快捷键",
|
|
30
|
+
"configure": "配置选项",
|
|
31
|
+
"keybindingReference": "快捷键参考",
|
|
32
|
+
"testCommand": "测试命令",
|
|
33
|
+
"back": "返回",
|
|
34
|
+
"selectAction": "选择操作:"
|
|
35
|
+
},
|
|
36
|
+
"config": {
|
|
37
|
+
"title": "Vim 模式配置",
|
|
38
|
+
"selectOption": "选择配置项:",
|
|
39
|
+
"modeIndicator": "显示模式指示器",
|
|
40
|
+
"autoIndent": "自动缩进",
|
|
41
|
+
"expandTab": "使用空格代替 Tab",
|
|
42
|
+
"tabWidth": "Tab 宽度",
|
|
43
|
+
"smartCase": "智能大小写搜索",
|
|
44
|
+
"language": "语言",
|
|
45
|
+
"applyChanges": "应用更改",
|
|
46
|
+
"cancel": "取消",
|
|
47
|
+
"saved": "配置已保存",
|
|
48
|
+
"enterTabWidth": "输入 Tab 宽度:",
|
|
49
|
+
"selectLanguage": "选择语言:"
|
|
50
|
+
},
|
|
51
|
+
"actions": {
|
|
52
|
+
"enabling": "正在启用 Vim 模式...",
|
|
53
|
+
"disabling": "正在禁用 Vim 模式...",
|
|
54
|
+
"enabled": "Vim 模式已启用",
|
|
55
|
+
"disabled": "Vim 模式已禁用",
|
|
56
|
+
"alreadyEnabled": "Vim 模式已经是启用状态",
|
|
57
|
+
"alreadyDisabled": "Vim 模式已经是禁用状态",
|
|
58
|
+
"toggled": "Vim 模式已{{status}}",
|
|
59
|
+
"installing": "正在安装 Vim 快捷键到 .inputrc...",
|
|
60
|
+
"uninstalling": "正在从 .inputrc 卸载 Vim 快捷键...",
|
|
61
|
+
"installed": "快捷键安装成功!",
|
|
62
|
+
"uninstalled": "快捷键已卸载",
|
|
63
|
+
"installFailed": "快捷键安装失败",
|
|
64
|
+
"uninstallFailed": "快捷键卸载失败",
|
|
65
|
+
"notInstalled": "Vim 模式快捷键尚未安装",
|
|
66
|
+
"installNow": "是否现在安装 Vim 快捷键?"
|
|
67
|
+
},
|
|
68
|
+
"test": {
|
|
69
|
+
"title": "Vim 命令测试",
|
|
70
|
+
"input": "输入",
|
|
71
|
+
"valid": "有效",
|
|
72
|
+
"invalid": "无效的 Vim 命令",
|
|
73
|
+
"parsedResult": "解析结果",
|
|
74
|
+
"operator": "操作符",
|
|
75
|
+
"motion": "动作",
|
|
76
|
+
"count": "计数",
|
|
77
|
+
"textObject": "文本对象",
|
|
78
|
+
"description": "描述",
|
|
79
|
+
"enterCommand": "输入要测试的 Vim 命令:",
|
|
80
|
+
"none": "无"
|
|
81
|
+
},
|
|
82
|
+
"keys": {
|
|
83
|
+
"title": "CCJK Vim 模式快捷键参考卡",
|
|
84
|
+
"operators": "操作符",
|
|
85
|
+
"textObjects": "文本对象",
|
|
86
|
+
"motionRepetition": "动作重复",
|
|
87
|
+
"combinations": "操作符组合",
|
|
88
|
+
"yankLine": "复制当前行",
|
|
89
|
+
"pasteAfter": "在光标后粘贴",
|
|
90
|
+
"pasteBefore": "在光标前粘贴",
|
|
91
|
+
"indent": "缩进行",
|
|
92
|
+
"dedent": "减少缩进",
|
|
93
|
+
"join": "与下一行合并",
|
|
94
|
+
"innerWord": "内部单词",
|
|
95
|
+
"aroundWord": "周围单词",
|
|
96
|
+
"innerWORD": "内部 WORD",
|
|
97
|
+
"aroundWORD": "周围 WORD",
|
|
98
|
+
"innerQuote": "内部双引号",
|
|
99
|
+
"aroundQuote": "周围双引号",
|
|
100
|
+
"innerSingleQuote": "内部单引号",
|
|
101
|
+
"aroundSingleQuote": "周围单引号",
|
|
102
|
+
"innerParen": "内部括号",
|
|
103
|
+
"aroundParen": "周围括号",
|
|
104
|
+
"innerBracket": "内部方括号",
|
|
105
|
+
"aroundBracket": "周围方括号",
|
|
106
|
+
"innerBrace": "内部花括号",
|
|
107
|
+
"aroundBrace": "周围花括号",
|
|
108
|
+
"repeatSame": "重复上次字符查找(同向)",
|
|
109
|
+
"repeatReverse": "重复上次字符查找(反向)",
|
|
110
|
+
"findForward": "向前查找字符",
|
|
111
|
+
"findBackward": "向后查找字符",
|
|
112
|
+
"tillForward": "向前查找字符(直到)",
|
|
113
|
+
"tillBackward": "向后查找字符(直到)",
|
|
114
|
+
"changeInnerWord": "修改内部单词",
|
|
115
|
+
"changeAroundWord": "修改周围单词",
|
|
116
|
+
"deleteInnerWord": "删除内部单词",
|
|
117
|
+
"deleteAroundWord": "删除周围单词",
|
|
118
|
+
"yankQuoted": "复制引号内容",
|
|
119
|
+
"changeQuoted": "修改引号内容",
|
|
120
|
+
"deleteQuoted": "删除引号内容",
|
|
121
|
+
"changeParentheses": "修改括号内容",
|
|
122
|
+
"deleteParentheses": "删除括号内容",
|
|
123
|
+
"yank3Lines": "复制 3 行",
|
|
124
|
+
"indent3Lines": "缩进 3 行",
|
|
125
|
+
"join3Lines": "合并 3 行",
|
|
126
|
+
"tip": "提示: 输入 /vim toggle 来启用/禁用 Vim 模式"
|
|
127
|
+
},
|
|
128
|
+
"modes": {
|
|
129
|
+
"normal": "[普通]",
|
|
130
|
+
"insert": "[插入]",
|
|
131
|
+
"visual": "[可视]",
|
|
132
|
+
"replace": "[替换]"
|
|
133
|
+
},
|
|
134
|
+
"operators": {
|
|
135
|
+
"delete": "删除",
|
|
136
|
+
"change": "修改",
|
|
137
|
+
"yank": "复制",
|
|
138
|
+
"paste": "粘贴",
|
|
139
|
+
"pasteBefore": "粘贴到前面",
|
|
140
|
+
"indent": "缩进",
|
|
141
|
+
"dedent": "减少缩进",
|
|
142
|
+
"join": "合并",
|
|
143
|
+
"motion": "移动"
|
|
144
|
+
},
|
|
145
|
+
"help": {
|
|
146
|
+
"title": "CCJK Vim 模式",
|
|
147
|
+
"usage": "用法:",
|
|
148
|
+
"options": "选项:",
|
|
149
|
+
"examples": "示例:",
|
|
150
|
+
"description": {
|
|
151
|
+
"enable": "启用 Vim 模式",
|
|
152
|
+
"disable": "禁用 Vim 模式",
|
|
153
|
+
"toggle": "切换 Vim 模式",
|
|
154
|
+
"status": "显示状态",
|
|
155
|
+
"install": "安装快捷键",
|
|
156
|
+
"uninstall": "卸载快捷键",
|
|
157
|
+
"keys": "显示快捷键参考",
|
|
158
|
+
"test": "测试命令解析",
|
|
159
|
+
"lang": "语言 (en, zh-CN)"
|
|
160
|
+
},
|
|
161
|
+
"example": {
|
|
162
|
+
"menu": "打开配置菜单",
|
|
163
|
+
"enable": "启用 Vim 模式",
|
|
164
|
+
"toggle": "切换状态",
|
|
165
|
+
"keys": "显示快捷键",
|
|
166
|
+
"test": "测试命令"
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|