colyn-cli 3.1.4
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-en.md +85 -0
- package/README.md +85 -0
- package/bin/colyn +25 -0
- package/dist/cli.d.ts +2 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +116 -0
- package/dist/cli.js.map +1 -0
- package/dist/commands/add.d.ts +6 -0
- package/dist/commands/add.d.ts.map +1 -0
- package/dist/commands/add.helpers.d.ts +48 -0
- package/dist/commands/add.helpers.d.ts.map +1 -0
- package/dist/commands/add.helpers.js +251 -0
- package/dist/commands/add.helpers.js.map +1 -0
- package/dist/commands/add.js +286 -0
- package/dist/commands/add.js.map +1 -0
- package/dist/commands/checkout.d.ts +16 -0
- package/dist/commands/checkout.d.ts.map +1 -0
- package/dist/commands/checkout.js +428 -0
- package/dist/commands/checkout.js.map +1 -0
- package/dist/commands/completion.d.ts +10 -0
- package/dist/commands/completion.d.ts.map +1 -0
- package/dist/commands/completion.js +380 -0
- package/dist/commands/completion.js.map +1 -0
- package/dist/commands/config.d.ts +11 -0
- package/dist/commands/config.d.ts.map +1 -0
- package/dist/commands/config.js +338 -0
- package/dist/commands/config.js.map +1 -0
- package/dist/commands/index.d.ts +10 -0
- package/dist/commands/index.d.ts.map +1 -0
- package/dist/commands/index.js +41 -0
- package/dist/commands/index.js.map +1 -0
- package/dist/commands/info.d.ts +6 -0
- package/dist/commands/info.d.ts.map +1 -0
- package/dist/commands/info.js +374 -0
- package/dist/commands/info.js.map +1 -0
- package/dist/commands/init.d.ts +6 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.handlers.d.ts +27 -0
- package/dist/commands/init.handlers.d.ts.map +1 -0
- package/dist/commands/init.handlers.js +314 -0
- package/dist/commands/init.handlers.js.map +1 -0
- package/dist/commands/init.helpers.d.ts +42 -0
- package/dist/commands/init.helpers.d.ts.map +1 -0
- package/dist/commands/init.helpers.js +275 -0
- package/dist/commands/init.helpers.js.map +1 -0
- package/dist/commands/init.js +61 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/install.d.ts +6 -0
- package/dist/commands/install.d.ts.map +1 -0
- package/dist/commands/install.helpers.d.ts +32 -0
- package/dist/commands/install.helpers.d.ts.map +1 -0
- package/dist/commands/install.helpers.js +124 -0
- package/dist/commands/install.helpers.js.map +1 -0
- package/dist/commands/install.js +104 -0
- package/dist/commands/install.js.map +1 -0
- package/dist/commands/list-project.d.ts +11 -0
- package/dist/commands/list-project.d.ts.map +1 -0
- package/dist/commands/list-project.js +260 -0
- package/dist/commands/list-project.js.map +1 -0
- package/dist/commands/list.d.ts +15 -0
- package/dist/commands/list.d.ts.map +1 -0
- package/dist/commands/list.helpers.d.ts +50 -0
- package/dist/commands/list.helpers.d.ts.map +1 -0
- package/dist/commands/list.helpers.js +143 -0
- package/dist/commands/list.helpers.js.map +1 -0
- package/dist/commands/list.js +530 -0
- package/dist/commands/list.js.map +1 -0
- package/dist/commands/merge.d.ts +6 -0
- package/dist/commands/merge.d.ts.map +1 -0
- package/dist/commands/merge.helpers.d.ts +74 -0
- package/dist/commands/merge.helpers.d.ts.map +1 -0
- package/dist/commands/merge.helpers.js +307 -0
- package/dist/commands/merge.helpers.js.map +1 -0
- package/dist/commands/merge.js +260 -0
- package/dist/commands/merge.js.map +1 -0
- package/dist/commands/release.d.ts +6 -0
- package/dist/commands/release.d.ts.map +1 -0
- package/dist/commands/release.helpers.d.ts +61 -0
- package/dist/commands/release.helpers.d.ts.map +1 -0
- package/dist/commands/release.helpers.js +277 -0
- package/dist/commands/release.helpers.js.map +1 -0
- package/dist/commands/release.js +127 -0
- package/dist/commands/release.js.map +1 -0
- package/dist/commands/remove.d.ts +6 -0
- package/dist/commands/remove.d.ts.map +1 -0
- package/dist/commands/remove.helpers.d.ts +59 -0
- package/dist/commands/remove.helpers.d.ts.map +1 -0
- package/dist/commands/remove.helpers.js +190 -0
- package/dist/commands/remove.helpers.js.map +1 -0
- package/dist/commands/remove.js +137 -0
- package/dist/commands/remove.js.map +1 -0
- package/dist/commands/repair.d.ts +6 -0
- package/dist/commands/repair.d.ts.map +1 -0
- package/dist/commands/repair.helpers.d.ts +5 -0
- package/dist/commands/repair.helpers.d.ts.map +1 -0
- package/dist/commands/repair.helpers.js +499 -0
- package/dist/commands/repair.helpers.js.map +1 -0
- package/dist/commands/repair.js +28 -0
- package/dist/commands/repair.js.map +1 -0
- package/dist/commands/status.d.ts +6 -0
- package/dist/commands/status.d.ts.map +1 -0
- package/dist/commands/status.js +116 -0
- package/dist/commands/status.js.map +1 -0
- package/dist/commands/system-integration.d.ts +6 -0
- package/dist/commands/system-integration.d.ts.map +1 -0
- package/dist/commands/system-integration.helpers.d.ts +70 -0
- package/dist/commands/system-integration.helpers.d.ts.map +1 -0
- package/dist/commands/system-integration.helpers.js +313 -0
- package/dist/commands/system-integration.helpers.js.map +1 -0
- package/dist/commands/system-integration.js +132 -0
- package/dist/commands/system-integration.js.map +1 -0
- package/dist/commands/tmux.d.ts +11 -0
- package/dist/commands/tmux.d.ts.map +1 -0
- package/dist/commands/tmux.js +500 -0
- package/dist/commands/tmux.js.map +1 -0
- package/dist/commands/todo.d.ts +6 -0
- package/dist/commands/todo.d.ts.map +1 -0
- package/dist/commands/todo.helpers.d.ts +50 -0
- package/dist/commands/todo.helpers.d.ts.map +1 -0
- package/dist/commands/todo.helpers.js +297 -0
- package/dist/commands/todo.helpers.js.map +1 -0
- package/dist/commands/todo.js +579 -0
- package/dist/commands/todo.js.map +1 -0
- package/dist/commands/update.d.ts +18 -0
- package/dist/commands/update.d.ts.map +1 -0
- package/dist/commands/update.helpers.d.ts +89 -0
- package/dist/commands/update.helpers.d.ts.map +1 -0
- package/dist/commands/update.helpers.js +335 -0
- package/dist/commands/update.helpers.js.map +1 -0
- package/dist/commands/update.js +187 -0
- package/dist/commands/update.js.map +1 -0
- package/dist/core/config-loader.d.ts +47 -0
- package/dist/core/config-loader.d.ts.map +1 -0
- package/dist/core/config-loader.js +188 -0
- package/dist/core/config-loader.js.map +1 -0
- package/dist/core/config-merger.d.ts +29 -0
- package/dist/core/config-merger.d.ts.map +1 -0
- package/dist/core/config-merger.js +100 -0
- package/dist/core/config-merger.js.map +1 -0
- package/dist/core/config-migration.d.ts +64 -0
- package/dist/core/config-migration.d.ts.map +1 -0
- package/dist/core/config-migration.js +340 -0
- package/dist/core/config-migration.js.map +1 -0
- package/dist/core/config-new.d.ts +19 -0
- package/dist/core/config-new.d.ts.map +1 -0
- package/dist/core/config-new.js +58 -0
- package/dist/core/config-new.js.map +1 -0
- package/dist/core/config-schema.d.ts +221 -0
- package/dist/core/config-schema.d.ts.map +1 -0
- package/dist/core/config-schema.js +168 -0
- package/dist/core/config-schema.js.map +1 -0
- package/dist/core/config.d.ts +55 -0
- package/dist/core/config.d.ts.map +1 -0
- package/dist/core/config.js +143 -0
- package/dist/core/config.js.map +1 -0
- package/dist/core/dev-server.d.ts +29 -0
- package/dist/core/dev-server.d.ts.map +1 -0
- package/dist/core/dev-server.js +54 -0
- package/dist/core/dev-server.js.map +1 -0
- package/dist/core/discovery.d.ts +51 -0
- package/dist/core/discovery.d.ts.map +1 -0
- package/dist/core/discovery.js +247 -0
- package/dist/core/discovery.js.map +1 -0
- package/dist/core/env.d.ts +13 -0
- package/dist/core/env.d.ts.map +1 -0
- package/dist/core/env.js +75 -0
- package/dist/core/env.js.map +1 -0
- package/dist/core/git.d.ts +31 -0
- package/dist/core/git.d.ts.map +1 -0
- package/dist/core/git.js +56 -0
- package/dist/core/git.js.map +1 -0
- package/dist/core/paths.d.ts +86 -0
- package/dist/core/paths.d.ts.map +1 -0
- package/dist/core/paths.js +256 -0
- package/dist/core/paths.js.map +1 -0
- package/dist/core/tmux-config.d.ts +174 -0
- package/dist/core/tmux-config.d.ts.map +1 -0
- package/dist/core/tmux-config.js +545 -0
- package/dist/core/tmux-config.js.map +1 -0
- package/dist/core/tmux-config.legacy.d.ts +243 -0
- package/dist/core/tmux-config.legacy.d.ts.map +1 -0
- package/dist/core/tmux-config.legacy.js +896 -0
- package/dist/core/tmux-config.legacy.js.map +1 -0
- package/dist/core/tmux.d.ts +214 -0
- package/dist/core/tmux.d.ts.map +1 -0
- package/dist/core/tmux.js +712 -0
- package/dist/core/tmux.js.map +1 -0
- package/dist/core/toolchain-resolver.d.ts +51 -0
- package/dist/core/toolchain-resolver.d.ts.map +1 -0
- package/dist/core/toolchain-resolver.js +364 -0
- package/dist/core/toolchain-resolver.js.map +1 -0
- package/dist/core/worktree-status.d.ts +20 -0
- package/dist/core/worktree-status.d.ts.map +1 -0
- package/dist/core/worktree-status.js +67 -0
- package/dist/core/worktree-status.js.map +1 -0
- package/dist/i18n/index.d.ts +36 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/index.js +157 -0
- package/dist/i18n/index.js.map +1 -0
- package/dist/i18n/locales/en.d.ts +866 -0
- package/dist/i18n/locales/en.d.ts.map +1 -0
- package/dist/i18n/locales/en.js +985 -0
- package/dist/i18n/locales/en.js.map +1 -0
- package/dist/i18n/locales/zh-CN.d.ts +865 -0
- package/dist/i18n/locales/zh-CN.d.ts.map +1 -0
- package/dist/i18n/locales/zh-CN.js +985 -0
- package/dist/i18n/locales/zh-CN.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -0
- package/dist/plugins/builtin/gradle.d.ts +9 -0
- package/dist/plugins/builtin/gradle.d.ts.map +1 -0
- package/dist/plugins/builtin/gradle.js +164 -0
- package/dist/plugins/builtin/gradle.js.map +1 -0
- package/dist/plugins/builtin/maven.d.ts +9 -0
- package/dist/plugins/builtin/maven.d.ts.map +1 -0
- package/dist/plugins/builtin/maven.js +127 -0
- package/dist/plugins/builtin/maven.js.map +1 -0
- package/dist/plugins/builtin/npm.d.ts +9 -0
- package/dist/plugins/builtin/npm.d.ts.map +1 -0
- package/dist/plugins/builtin/npm.js +238 -0
- package/dist/plugins/builtin/npm.js.map +1 -0
- package/dist/plugins/builtin/pip.d.ts +9 -0
- package/dist/plugins/builtin/pip.d.ts.map +1 -0
- package/dist/plugins/builtin/pip.js +210 -0
- package/dist/plugins/builtin/pip.js.map +1 -0
- package/dist/plugins/builtin/xcode.d.ts +12 -0
- package/dist/plugins/builtin/xcode.d.ts.map +1 -0
- package/dist/plugins/builtin/xcode.js +438 -0
- package/dist/plugins/builtin/xcode.js.map +1 -0
- package/dist/plugins/index.d.ts +13 -0
- package/dist/plugins/index.d.ts.map +1 -0
- package/dist/plugins/index.js +24 -0
- package/dist/plugins/index.js.map +1 -0
- package/dist/plugins/manager.d.ts +93 -0
- package/dist/plugins/manager.d.ts.map +1 -0
- package/dist/plugins/manager.js +270 -0
- package/dist/plugins/manager.js.map +1 -0
- package/dist/plugins/utils.d.ts +42 -0
- package/dist/plugins/utils.d.ts.map +1 -0
- package/dist/plugins/utils.js +175 -0
- package/dist/plugins/utils.js.map +1 -0
- package/dist/types/index.d.ts +104 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +21 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/plugin.d.ts +200 -0
- package/dist/types/plugin.d.ts.map +1 -0
- package/dist/types/plugin.js +19 -0
- package/dist/types/plugin.js.map +1 -0
- package/dist/utils/logger.d.ts +42 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +80 -0
- package/dist/utils/logger.js.map +1 -0
- package/docs/en/manual/04-command-reference/README.md +58 -0
- package/docs/en/manual/README.md +108 -0
- package/docs/zh-CN/manual/04-command-reference/README.md +58 -0
- package/docs/zh-CN/manual/README.md +108 -0
- package/package.json +65 -0
- package/shell/colyn.sh +55 -0
- package/shell/completion.bash +270 -0
- package/shell/completion.zsh +167 -0
|
@@ -0,0 +1,866 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* English translations (default)
|
|
3
|
+
*/
|
|
4
|
+
export declare const en: {
|
|
5
|
+
readonly common: {
|
|
6
|
+
readonly error: "Error";
|
|
7
|
+
readonly success: "Success";
|
|
8
|
+
readonly hint: "Hint";
|
|
9
|
+
readonly canceled: "Canceled";
|
|
10
|
+
readonly unknown: "Unknown";
|
|
11
|
+
readonly unknownError: "Unknown error";
|
|
12
|
+
readonly yes: "Yes";
|
|
13
|
+
readonly no: "No";
|
|
14
|
+
readonly and: "and";
|
|
15
|
+
readonly files: "{{count}} file";
|
|
16
|
+
readonly files_other: "{{count}} files";
|
|
17
|
+
readonly commits: "{{count}} commit";
|
|
18
|
+
readonly commits_other: "{{count}} commits";
|
|
19
|
+
};
|
|
20
|
+
readonly cli: {
|
|
21
|
+
readonly description: "Git worktree management tool";
|
|
22
|
+
readonly noColorOption: "Disable color output";
|
|
23
|
+
readonly usage: "Usage:";
|
|
24
|
+
readonly options: "Options:";
|
|
25
|
+
readonly commands: "Commands:";
|
|
26
|
+
readonly arguments: "Arguments:";
|
|
27
|
+
readonly versionDescription: "output the version number";
|
|
28
|
+
readonly helpDescription: "display help for command";
|
|
29
|
+
readonly helpCommand: "help [command]";
|
|
30
|
+
readonly helpCommandDescription: "display help for command";
|
|
31
|
+
readonly showHelpHint: "(Run with --help for usage information)";
|
|
32
|
+
readonly missingArgument: "Missing required argument: {{arg}}";
|
|
33
|
+
};
|
|
34
|
+
readonly logger: {
|
|
35
|
+
readonly hintPrefix: "Hint:";
|
|
36
|
+
readonly errorPrefix: "Error:";
|
|
37
|
+
};
|
|
38
|
+
readonly commands: {
|
|
39
|
+
readonly add: {
|
|
40
|
+
readonly description: "Create a new worktree";
|
|
41
|
+
readonly branchNameEmpty: "Branch name cannot be empty";
|
|
42
|
+
readonly branchNameEmptyHint: "Please provide a branch name parameter";
|
|
43
|
+
readonly invalidBranchName: "Invalid branch name";
|
|
44
|
+
readonly invalidBranchNameHint: "Branch name can only contain letters, numbers, underscores, hyphens, and slashes";
|
|
45
|
+
readonly notInitialized: "Current directory not initialized";
|
|
46
|
+
readonly notInitializedHint: "Please run colyn init first to initialize the project";
|
|
47
|
+
readonly notGitRepo: "Current directory is not a git repository";
|
|
48
|
+
readonly notGitRepoHint: "Please run this command in a git repository";
|
|
49
|
+
readonly missingEnvFile: "Main branch directory is missing .env.local file";
|
|
50
|
+
readonly missingEnvFileHint: "Please configure environment variables in the main branch directory first";
|
|
51
|
+
readonly branchExists: "Branch \"{{branch}}\" already has a worktree";
|
|
52
|
+
readonly branchExistsHint: "ID: {{id}}, Path: {{path}}";
|
|
53
|
+
readonly usingLocalBranch: "Using local branch: {{branch}}";
|
|
54
|
+
readonly checkingRemote: "Checking remote branches...";
|
|
55
|
+
readonly creatingFromRemote: "Creating branch from remote: {{branch}}";
|
|
56
|
+
readonly createdFromRemote: "Created branch from remote: {{branch}}";
|
|
57
|
+
readonly creatingNewBranch: "Creating new branch based on main: {{branch}}";
|
|
58
|
+
readonly createdNewBranch: "Created new branch: {{branch}}";
|
|
59
|
+
readonly branchHandleFailed: "Branch handling failed";
|
|
60
|
+
readonly creatingWorktree: "Creating worktree...";
|
|
61
|
+
readonly worktreeCreated: "Worktree created: task-{{id}}";
|
|
62
|
+
readonly worktreeCreateFailed: "Failed to create worktree";
|
|
63
|
+
readonly branchAlreadyUsed: "Branch \"{{branch}}\" is already associated with an existing worktree";
|
|
64
|
+
readonly branchAlreadyUsedHint: "Worktree info:\n ID: {{id}}\n Path: {{path}}\n Port: {{port}}\n\nHints:\n - To switch to this worktree: cd {{path}}\n - To delete this worktree: colyn remove {{id}}\n - Or use a different branch name";
|
|
65
|
+
readonly branchUsedByOther: "Branch \"{{branch}}\" is used by another worktree";
|
|
66
|
+
readonly branchUsedByOtherHint: "This branch is currently used by:\n {{path}}\n\nHints:\n - This might be from another colyn project or manually created worktree\n - To remove it manually: git worktree remove \"{{path}}\"\n - Or use a different branch name";
|
|
67
|
+
readonly branchUsedUnknown: "Branch \"{{branch}}\" is used by another worktree";
|
|
68
|
+
readonly branchUsedUnknownHint: "Hints:\n - Run \"git worktree list\" to see all worktrees\n - Remove unwanted worktree: git worktree remove <path>\n - Or use a different branch name";
|
|
69
|
+
readonly worktreeError: "Error occurred while creating worktree";
|
|
70
|
+
readonly worktreeErrorHint: "Error: {{error}}\n\nHints:\n - Check if the branch exists\n - Check if the worktree directory is writable\n - Run \"git worktree list\" to see existing worktrees";
|
|
71
|
+
readonly configuringEnv: "Configuring environment variables...";
|
|
72
|
+
readonly envConfigured: "Environment variables configured";
|
|
73
|
+
readonly envConfigFailed: "Failed to configure environment variables";
|
|
74
|
+
readonly successTitle: "Worktree created successfully!";
|
|
75
|
+
readonly worktreeInfo: "Worktree info:";
|
|
76
|
+
readonly infoId: "ID: {{id}}";
|
|
77
|
+
readonly infoBranch: "Branch: {{branch}}";
|
|
78
|
+
readonly infoPath: "Path: {{path}}";
|
|
79
|
+
readonly infoPort: "Port: {{port}}";
|
|
80
|
+
readonly nextSteps: "Next steps:";
|
|
81
|
+
readonly step1: "1. Enter worktree directory:";
|
|
82
|
+
readonly step2: "2. Start dev server (port auto-configured):";
|
|
83
|
+
readonly step3: "3. View all worktrees:";
|
|
84
|
+
readonly tmuxWindowCreated: "Created Window {{windowIndex}}: {{windowName}}";
|
|
85
|
+
readonly tmuxWindowSwitched: "Automatically switched to Window {{windowIndex}}";
|
|
86
|
+
readonly tmuxWindowCreatedInSession: "Created Window {{windowIndex}}: {{windowName}} in background session \"{{sessionName}}\"";
|
|
87
|
+
readonly tmuxPaneClaude: " |- Claude Code (left 60%)";
|
|
88
|
+
readonly tmuxPaneDevServer: " |- Dev Server (top-right 12%)";
|
|
89
|
+
readonly tmuxPaneBash: " `- Bash (bottom-right 28%)";
|
|
90
|
+
readonly tmuxHintTitle: "Hint: Colyn supports tmux integration for a better multi-worktree experience";
|
|
91
|
+
readonly tmuxHintAttach: " Run 'tmux attach -t {{session}}' to enter tmux environment";
|
|
92
|
+
readonly installingDeps: "Installing project dependencies...";
|
|
93
|
+
readonly depsInstalled: "Dependencies installed";
|
|
94
|
+
readonly depsInstallFailed: "Failed to install dependencies (you can run install manually)";
|
|
95
|
+
};
|
|
96
|
+
readonly list: {
|
|
97
|
+
readonly description: "List all worktrees";
|
|
98
|
+
readonly jsonOption: "Output in JSON format";
|
|
99
|
+
readonly pathsOption: "Output paths only (one per line)";
|
|
100
|
+
readonly noMainOption: "Do not show main branch";
|
|
101
|
+
readonly refreshOption: "Auto-refresh on file changes";
|
|
102
|
+
readonly optionConflict: "Option conflict: --json and --paths cannot be used together";
|
|
103
|
+
readonly optionConflictHint: "Please choose one output format";
|
|
104
|
+
readonly refreshConflict: "Option conflict: --refresh cannot be used with --json or --paths";
|
|
105
|
+
readonly refreshConflictHint: "Refresh mode only supports table output";
|
|
106
|
+
readonly refreshingData: "Refreshing data...";
|
|
107
|
+
readonly watchMode: "Watching for file changes (press Ctrl+C to exit)";
|
|
108
|
+
readonly watchError: "File watch error: {{error}}";
|
|
109
|
+
readonly refreshStopped: "Refresh stopped";
|
|
110
|
+
readonly noWorktrees: "No worktrees";
|
|
111
|
+
readonly noWorktreesHint: "Hint: Use colyn add <branch> to create a new worktree";
|
|
112
|
+
readonly tableId: "ID";
|
|
113
|
+
readonly tableBranch: "Branch";
|
|
114
|
+
readonly tablePort: "Port";
|
|
115
|
+
readonly tableGit: "Git";
|
|
116
|
+
readonly tableDiff: "Diff";
|
|
117
|
+
readonly tablePath: "Path";
|
|
118
|
+
readonly tableWtStatus: "Status";
|
|
119
|
+
readonly tableWtStatusShort: "st.";
|
|
120
|
+
readonly tmuxSwitchHint: "Use Ctrl-b 0-9 to switch to the corresponding Window";
|
|
121
|
+
readonly gitColumnHelp: "Git column abbreviations:\n M - Modified (uncommitted changes)\n S - Staged (changes added to index)\n ? - Untracked (new files not in git)";
|
|
122
|
+
};
|
|
123
|
+
readonly release: {
|
|
124
|
+
readonly description: "Run release process in main branch directory (default: patch)";
|
|
125
|
+
readonly versionArgument: "version type (patch/minor/major) or version (e.g. 1.2.3)";
|
|
126
|
+
readonly versionMissing: "Please specify a version type or version number";
|
|
127
|
+
readonly versionMissingHint: "Examples: colyn release patch / colyn release 1.2.3";
|
|
128
|
+
readonly execFailed: "Failed to execute release script";
|
|
129
|
+
readonly runInMain: "Running release script in main branch directory: {{path}}";
|
|
130
|
+
readonly noUpdateOption: "Skip automatic update of all worktrees";
|
|
131
|
+
readonly verboseOption: "Output detailed logs from failed commands";
|
|
132
|
+
readonly updatingWorktrees: "Updating all worktrees...";
|
|
133
|
+
readonly updateFailed: "⚠ Failed to update worktrees, but release completed successfully";
|
|
134
|
+
readonly currentDirNotClean: "Current directory has uncommitted changes";
|
|
135
|
+
readonly currentDirNotCleanHint: "Please commit or stash changes before releasing:\ncd \"{{path}}\"\ngit add .\ngit commit -m \"...\"\n\nDetected {{count}} changed file(s):\n{{files}}";
|
|
136
|
+
readonly branchNotMerged: "Branch \"{{branch}}\" has not been merged to \"{{main}}\"";
|
|
137
|
+
readonly branchNotMergedHint: "Please merge the branch to main branch before releasing:\ncolyn merge {{branch}}\n\nOr run release from main branch directory";
|
|
138
|
+
readonly invalidVersion: "Invalid version format: {{version}}";
|
|
139
|
+
readonly invalidVersionHint: "Version format should be: 1.2.3";
|
|
140
|
+
readonly step1: "Step 1: Check git status";
|
|
141
|
+
readonly step2: "Step 2: Determine new version";
|
|
142
|
+
readonly step3: "Step 3: Install dependencies";
|
|
143
|
+
readonly step4: "Step 4: Run code quality check";
|
|
144
|
+
readonly step5: "Step 5: Build project";
|
|
145
|
+
readonly step6: "Step 6: Update version";
|
|
146
|
+
readonly step7: "Step 7: Create git commit";
|
|
147
|
+
readonly step8: "Step 8: Create git tag";
|
|
148
|
+
readonly step9: "Step 9: Push to remote";
|
|
149
|
+
readonly step10: "Step 10: Publish to package registry";
|
|
150
|
+
readonly workingDirNotClean: "Working directory not clean";
|
|
151
|
+
readonly workingDirNotCleanHint: "Please commit or stash all changes";
|
|
152
|
+
readonly workingDirClean: "Working directory clean";
|
|
153
|
+
readonly currentBranch: "Current branch: {{branch}}";
|
|
154
|
+
readonly currentVersion: "Current version: {{version}}";
|
|
155
|
+
readonly newVersion: "New version: {{old}} -> {{new}}";
|
|
156
|
+
readonly runningInstall: "Installing dependencies...";
|
|
157
|
+
readonly installSucceeded: "Dependencies installed successfully";
|
|
158
|
+
readonly runningLint: "Running lint...";
|
|
159
|
+
readonly lintPassed: "Lint check passed";
|
|
160
|
+
readonly runningBuild: "Running build...";
|
|
161
|
+
readonly buildSucceeded: "Build succeeded";
|
|
162
|
+
readonly targetVersion: "Target version: {{version}}";
|
|
163
|
+
readonly versionUpdated: "Version updated: {{old}} -> {{new}}";
|
|
164
|
+
readonly commitCreated: "Created commit: {{message}}";
|
|
165
|
+
readonly commitSkipped: "No version file changes, skipping commit";
|
|
166
|
+
readonly commitFailed: "Failed to create commit";
|
|
167
|
+
readonly commitFailedHint: "Error: {{error}}";
|
|
168
|
+
readonly tagCreated: "Created tag: {{tag}}";
|
|
169
|
+
readonly tagFailed: "Failed to create tag";
|
|
170
|
+
readonly tagFailedHint: "Error: {{error}}";
|
|
171
|
+
readonly pushing: "Pushing...";
|
|
172
|
+
readonly pushedBranch: "Pushed to branch: {{branch}}";
|
|
173
|
+
readonly pushedTag: "Pushed tag: {{tag}}";
|
|
174
|
+
readonly pushSucceeded: "Pushed to remote repository";
|
|
175
|
+
readonly runningPublish: "Publishing to package registry...";
|
|
176
|
+
readonly checkingPublishable: "Checking toolchain publishability...";
|
|
177
|
+
readonly publishSucceeded: "Published to package registry";
|
|
178
|
+
readonly publishSkippedForToolchain: "Skipped {{toolchain}} ({{path}}): publish conditions not met";
|
|
179
|
+
readonly publishSkippedAll: "No publishable toolchain found, publish stage skipped";
|
|
180
|
+
readonly publishSkippedSummary: "Skipped {{count}} toolchain(s) that do not meet publish conditions";
|
|
181
|
+
readonly pushFailed: "Push failed";
|
|
182
|
+
readonly pushFailedHint: "Error: {{error}}";
|
|
183
|
+
readonly releaseComplete: "Release complete!";
|
|
184
|
+
readonly releaseInfo: "Release info:";
|
|
185
|
+
readonly releaseVersion: "Version: v{{version}}";
|
|
186
|
+
readonly releaseBranch: "Branch: {{branch}}";
|
|
187
|
+
readonly releaseTag: "Tag: v{{version}}";
|
|
188
|
+
readonly nextSteps: "Next steps:";
|
|
189
|
+
readonly nextStep1: "1. Create GitHub Release:";
|
|
190
|
+
readonly nextStep2: "2. Update installation docs (if needed)";
|
|
191
|
+
readonly nextStep3: "3. Notify users of new release";
|
|
192
|
+
readonly rollbackHint: "If rollback is needed, run:";
|
|
193
|
+
};
|
|
194
|
+
readonly init: {
|
|
195
|
+
readonly description: "Initialize worktree management structure";
|
|
196
|
+
readonly portOption: "Main branch dev server port";
|
|
197
|
+
readonly yesOption: "Skip confirmation prompt when initializing existing project";
|
|
198
|
+
readonly alreadyInProject: "Current directory is already in a colyn project";
|
|
199
|
+
readonly alreadyInProjectHint: "Project root: {{root}}\nPlease do not run init in a project subdirectory";
|
|
200
|
+
readonly invalidPort: "Invalid port number";
|
|
201
|
+
readonly invalidPortHint: "Port must be between 1-65535";
|
|
202
|
+
readonly nonInteractivePort: "Cannot prompt for port in non-interactive mode";
|
|
203
|
+
readonly nonInteractivePortHint: "Please provide port with --port <port>";
|
|
204
|
+
readonly enterPort: "Enter main branch dev server port";
|
|
205
|
+
readonly portValidation: "Port must be between 1-65535";
|
|
206
|
+
readonly directoryConflict: "Main branch directory name \"{{name}}\" conflicts with existing file";
|
|
207
|
+
readonly directoryConflictHint: "Please rename the file before running init";
|
|
208
|
+
readonly creatingStructure: "Creating directory structure...";
|
|
209
|
+
readonly structureCreated: "Directory structure created";
|
|
210
|
+
readonly movingFiles: "Moving project files...";
|
|
211
|
+
readonly moving: "Moving: {{file}}";
|
|
212
|
+
readonly filesMoved: "Project files moved";
|
|
213
|
+
readonly moveFilesFailed: "Failed to move files";
|
|
214
|
+
readonly moveFilesError: "Error occurred while moving files";
|
|
215
|
+
readonly moveFilesErrorHint: "Please check file permissions or manually restore directory structure";
|
|
216
|
+
readonly configuringEnv: "Configuring environment file...";
|
|
217
|
+
readonly envConfigured: "Environment variables configured";
|
|
218
|
+
readonly envConfigFailed: "Failed to configure environment variables";
|
|
219
|
+
readonly configuringGitignore: "Configuring .gitignore...";
|
|
220
|
+
readonly gitignoreConfigured: ".gitignore configured (added .env.local)";
|
|
221
|
+
readonly gitignoreSkipped: ".gitignore already has ignore rules, skipped";
|
|
222
|
+
readonly gitignoreFailed: "Failed to configure .gitignore";
|
|
223
|
+
readonly successTitle: "Initialization successful!";
|
|
224
|
+
readonly directoryStructure: "Directory structure:";
|
|
225
|
+
readonly mainDirComment: "# Main branch directory";
|
|
226
|
+
readonly mainDirCommentEmpty: "# Main branch directory (initialize your project here)";
|
|
227
|
+
readonly worktreesDirComment: "# Worktrees directory";
|
|
228
|
+
readonly configDirComment: "# Config directory";
|
|
229
|
+
readonly configInfo: "Configuration:";
|
|
230
|
+
readonly mainBranch: "Main branch: {{branch}}";
|
|
231
|
+
readonly port: "Port: {{port}}";
|
|
232
|
+
readonly nextSteps: "Next steps:";
|
|
233
|
+
readonly step1CreateWorktree: "1. Create worktree:";
|
|
234
|
+
readonly step2ListWorktrees: "2. View worktree list:";
|
|
235
|
+
readonly step1EnterDir: "1. Enter main branch directory:";
|
|
236
|
+
readonly step2InitGit: "2. Initialize git repository (if not already):";
|
|
237
|
+
readonly step3InitProject: "3. Initialize your project (e.g., npm/yarn init)";
|
|
238
|
+
readonly step4CreateWorktree: "4. Create worktree:";
|
|
239
|
+
readonly detectedInitialized: "Detected initialized, entering completion mode...";
|
|
240
|
+
readonly createMainDir: "Create main branch directory: {{name}}";
|
|
241
|
+
readonly createWorktreesDir: "Create worktrees directory";
|
|
242
|
+
readonly createConfigDir: "Create .colyn config directory";
|
|
243
|
+
readonly checkEnvLocal: "Check and configure .env.local";
|
|
244
|
+
readonly checkGitignore: "Check and configure .gitignore";
|
|
245
|
+
readonly completionDone: "Completion done!";
|
|
246
|
+
readonly noCompletionNeeded: "All configurations are complete, no completion needed.";
|
|
247
|
+
readonly detectedExistingFiles: "Detected existing files, will perform the following:";
|
|
248
|
+
readonly existingStep1: "1. Create main branch directory and worktrees directory";
|
|
249
|
+
readonly existingStep2: "2. Move all files in current directory to {{name}}/ directory";
|
|
250
|
+
readonly currentFileList: "Current directory file list:";
|
|
251
|
+
readonly moreFiles: "... and {{count}} more files";
|
|
252
|
+
readonly confirmContinue: "Confirm to continue initialization?";
|
|
253
|
+
readonly nonInteractiveConfirm: "Cannot prompt for confirmation in non-interactive mode";
|
|
254
|
+
readonly nonInteractiveConfirmHint: "Use --yes to continue initialization without prompt";
|
|
255
|
+
readonly initCanceled: "Initialization canceled";
|
|
256
|
+
readonly tmuxDetectedInSession: "Detected inside a tmux session";
|
|
257
|
+
readonly tmuxUseCurrentSession: "Using current session: {{session}}";
|
|
258
|
+
readonly tmuxWindow0Set: "Window 0 (main) configured";
|
|
259
|
+
readonly tmuxDetectedNotInSession: "Detected outside tmux";
|
|
260
|
+
readonly tmuxSessionCreated: "Created tmux session: {{session}}";
|
|
261
|
+
readonly tmuxPaneClaude: " |- Claude Code (left 60%)";
|
|
262
|
+
readonly tmuxPaneDevServer: " |- Dev Server (top-right 12%)";
|
|
263
|
+
readonly tmuxPaneBash: " `- Bash (bottom-right 28%)";
|
|
264
|
+
readonly tmuxAttachHint: "Hint: Run 'tmux attach -t {{session}}' to enter workspace";
|
|
265
|
+
readonly noPluginsDetected: "No toolchain detected. Please select plugins to enable (multi-select, press Enter to skip):";
|
|
266
|
+
readonly selectPlugins: "Select toolchain plugins";
|
|
267
|
+
};
|
|
268
|
+
readonly merge: {
|
|
269
|
+
readonly description: "Merge worktree branch back to main branch";
|
|
270
|
+
readonly pushOption: "Auto push to remote after merge";
|
|
271
|
+
readonly noPushOption: "Do not push after merge (skip prompt)";
|
|
272
|
+
readonly noRebaseOption: "Use merge instead of rebase to update worktree";
|
|
273
|
+
readonly noUpdateOption: "Do not auto-update after merge";
|
|
274
|
+
readonly updateAllOption: "Update all worktrees after merge";
|
|
275
|
+
readonly verboseOption: "Show detailed step information";
|
|
276
|
+
readonly noFetchOption: "Skip fetching latest code from remote";
|
|
277
|
+
readonly cannotAutoDetect: "Cannot auto-detect worktree";
|
|
278
|
+
readonly cannotAutoDetectHint: "Please run this command in a worktree directory, or specify ID/branch name:\n colyn merge <id>\n colyn merge <branch-name>\n\nView all worktrees:\n colyn list";
|
|
279
|
+
readonly worktreeNotFound: "Cannot find worktree with ID {{id}}";
|
|
280
|
+
readonly worktreeNotFoundHint: "The WORKTREE value in current directory's .env.local may be outdated\n\nView all worktrees:\n colyn list";
|
|
281
|
+
readonly branchNotFound: "Cannot find worktree for branch \"{{branch}}\"";
|
|
282
|
+
readonly branchNotFoundHint: "View all worktrees:\n colyn list";
|
|
283
|
+
readonly detectedWorktree: "Detected worktree:";
|
|
284
|
+
readonly detectedBranchLabel: "Branch";
|
|
285
|
+
readonly detectedPathLabel: "Path";
|
|
286
|
+
readonly preCheck: "Running pre-checks...";
|
|
287
|
+
readonly preCheckPassed: "Pre-checks passed";
|
|
288
|
+
readonly preCheckFailed: "Pre-checks failed";
|
|
289
|
+
readonly mainDirClean: "✓ Main branch working directory clean";
|
|
290
|
+
readonly worktreeDirClean: "✓ Worktree working directory clean";
|
|
291
|
+
readonly dirHasUncommitted: "{{name}} directory has uncommitted changes";
|
|
292
|
+
readonly dirHasUncommittedHint: "{{name}} directory: {{path}}\n\nChanged files ({{count}}):\n{{files}}\n\nHints:\n - View status: cd \"{{path}}\" && git status\n - Commit changes: git add . && git commit -m \"...\"\n - Or stash: git stash";
|
|
293
|
+
readonly step1Title: "Step 1/2: Update main branch code in worktree";
|
|
294
|
+
readonly step1Dir: " Directory: {{path}}";
|
|
295
|
+
readonly step1Cmd: " Execute: git merge {{branch}}";
|
|
296
|
+
readonly step1CmdRebase: " Execute: git rebase {{branch}}";
|
|
297
|
+
readonly mergingMain: "Merging main branch into worktree...";
|
|
298
|
+
readonly rebasingMain: "Rebasing main branch onto worktree...";
|
|
299
|
+
readonly mainMergeFailed: "Failed to merge main branch";
|
|
300
|
+
readonly mainRebaseFailed: "Failed to rebase main branch";
|
|
301
|
+
readonly mainMerged: "Main branch merged into worktree";
|
|
302
|
+
readonly mainRebased: "Main branch rebased onto worktree";
|
|
303
|
+
readonly step2Title: "Step 2/2: Merge worktree branch into main";
|
|
304
|
+
readonly step2Dir: " Directory: {{path}}";
|
|
305
|
+
readonly step2Cmd: " Execute: git merge --no-ff {{branch}}";
|
|
306
|
+
readonly mergingWorktree: "Merging worktree into main branch...";
|
|
307
|
+
readonly worktreeMergeFailed: "Failed to merge into main branch";
|
|
308
|
+
readonly worktreeMerged: "Worktree merged into main branch";
|
|
309
|
+
readonly mergeComplete: "Merge complete!";
|
|
310
|
+
readonly unexpectedConflict: "Unexpected conflict while merging into main branch";
|
|
311
|
+
readonly unexpectedConflictHint: "This should not happen. Please check git status and resolve manually.\nMain branch directory: {{path}}";
|
|
312
|
+
readonly mergeFailed: "Failed to merge into main branch";
|
|
313
|
+
readonly pushToRemote: "Pushing to remote repository...";
|
|
314
|
+
readonly pushed: "Pushed to remote repository";
|
|
315
|
+
readonly pushFailed: "Push failed";
|
|
316
|
+
readonly shouldPush: "Push to remote repository?";
|
|
317
|
+
readonly mergeSuccess: "Merge successful!";
|
|
318
|
+
readonly mergeInfo: "Merge info:";
|
|
319
|
+
readonly mainBranchLabel: "Main branch: {{branch}}";
|
|
320
|
+
readonly mergeBranchLabel: "Merged branch: {{branch}}";
|
|
321
|
+
readonly commitLabel: "Commit: {{hash}} Merge branch '{{branch}}'";
|
|
322
|
+
readonly mergeAndPushed: "Merge complete and pushed to remote!";
|
|
323
|
+
readonly mergeCompleteNoPush: "Merge complete!";
|
|
324
|
+
readonly pushLaterHint: "Hint: You can push later manually:";
|
|
325
|
+
readonly nextSteps: "Next steps:";
|
|
326
|
+
readonly step1ViewCode: "1. View merged code:";
|
|
327
|
+
readonly step2ContinueWorktree: "2. To continue using worktree:";
|
|
328
|
+
readonly step3RemoveWorktree: "3. To delete worktree:";
|
|
329
|
+
readonly conflictTitle: "Conflict while merging {{main}} into {{branch}}";
|
|
330
|
+
readonly conflictFiles: "Conflict files:";
|
|
331
|
+
readonly resolveSteps: "Resolution steps:";
|
|
332
|
+
readonly resolveStep1: "1. Enter worktree directory to resolve conflicts:";
|
|
333
|
+
readonly resolveStep2: "2. Edit conflict files, resolve conflict markers";
|
|
334
|
+
readonly resolveStep3: "3. Add resolved files:";
|
|
335
|
+
readonly resolveStep4: "4. Complete merge:";
|
|
336
|
+
readonly resolveStep4Rebase: "4. Continue rebase:";
|
|
337
|
+
readonly resolveStep4RebaseAbort: "5. To abort rebase:";
|
|
338
|
+
readonly resolveStep5: "5. Re-run merge command:";
|
|
339
|
+
readonly pushFailedTitle: "Failed to push to remote repository";
|
|
340
|
+
readonly pushFailedError: "Error: {{error}}";
|
|
341
|
+
readonly pushFailedHint: "Local merge complete, you can push later manually:";
|
|
342
|
+
readonly updatingCurrentWorktree: "Updating current worktree...";
|
|
343
|
+
readonly updatingAllWorktrees: "Updating all worktrees...";
|
|
344
|
+
readonly updatePartialSuccess: "⚠ Some worktrees failed to update, see details above";
|
|
345
|
+
readonly skipBuildOption: "Skip lint and build checks";
|
|
346
|
+
readonly skippingBuild: "Skipping lint and build checks (--skip-build)";
|
|
347
|
+
readonly runningLint: "Running lint check...";
|
|
348
|
+
readonly lintPassed: "Lint check passed";
|
|
349
|
+
readonly lintFailed: "Lint check failed";
|
|
350
|
+
readonly lintFailedHint: "Error: {{error}}";
|
|
351
|
+
readonly runningBuild: "Running build check...";
|
|
352
|
+
readonly buildPassed: "Build succeeded";
|
|
353
|
+
readonly buildFailed: "Build failed";
|
|
354
|
+
readonly buildFailedHint: "Error: {{error}}";
|
|
355
|
+
};
|
|
356
|
+
readonly update: {
|
|
357
|
+
readonly description: "Update worktree with main branch code";
|
|
358
|
+
readonly noRebaseOption: "Use merge instead of rebase";
|
|
359
|
+
readonly allOption: "Update all worktrees";
|
|
360
|
+
readonly noFetchOption: "Skip fetching latest code from remote";
|
|
361
|
+
readonly cannotAutoDetect: "Cannot auto-detect worktree";
|
|
362
|
+
readonly cannotAutoDetectHint: "Please run this command in a worktree directory, or specify ID/branch name:\n colyn update <id>\n colyn update <branch-name>\n\nView all worktrees:\n colyn list";
|
|
363
|
+
readonly worktreeNotFound: "Cannot find worktree with ID {{id}}";
|
|
364
|
+
readonly worktreeNotFoundHint: "The WORKTREE value in current directory's .env.local may be outdated\n\nView all worktrees:\n colyn list";
|
|
365
|
+
readonly branchNotFound: "Cannot find worktree for branch \"{{branch}}\"";
|
|
366
|
+
readonly branchNotFoundHint: "View all worktrees:\n colyn list";
|
|
367
|
+
readonly detectedWorktree: "Detected worktree:";
|
|
368
|
+
readonly branchLabel: "Branch";
|
|
369
|
+
readonly pathLabel: "Path";
|
|
370
|
+
readonly pullingMain: "Pulling main branch latest code...";
|
|
371
|
+
readonly pullSuccess: "Main branch updated";
|
|
372
|
+
readonly pullFailed: "Failed to pull main branch";
|
|
373
|
+
readonly pullFailedHint: "Please check network connection or remote repository configuration\nError: {{error}}";
|
|
374
|
+
readonly checkingStatus: "Checking working directory status...";
|
|
375
|
+
readonly statusClean: "Working directory clean";
|
|
376
|
+
readonly statusDirty: "Working directory has uncommitted changes";
|
|
377
|
+
readonly dirHasUncommitted: "{{name}} has uncommitted changes";
|
|
378
|
+
readonly dirHasUncommittedHint: "{{name}} directory: {{path}}\n\nChanged files ({{count}}):\n{{files}}\n\nHints:\n - View status: cd \"{{path}}\" && git status\n - Commit changes: git add . && git commit -m \"...\"\n - Or stash: git stash";
|
|
379
|
+
readonly updating: "Updating with {{strategy}}...";
|
|
380
|
+
readonly updateDir: " Directory: {{path}}";
|
|
381
|
+
readonly updateCmd: " Execute: {{cmd}}";
|
|
382
|
+
readonly updateSuccess: "Update successful";
|
|
383
|
+
readonly updateFailed: "Update failed";
|
|
384
|
+
readonly updateComplete: "Update complete!";
|
|
385
|
+
readonly mainBranchLabel: "Main branch ({{branch}})";
|
|
386
|
+
readonly strategyLabel: "Strategy";
|
|
387
|
+
readonly rebaseConflictTitle: "Rebase failed, conflicts exist";
|
|
388
|
+
readonly mergeConflictTitle: "Merge failed, conflicts exist";
|
|
389
|
+
readonly conflictFiles: "Conflict files:";
|
|
390
|
+
readonly resolveSteps: "Resolution steps:";
|
|
391
|
+
readonly rebaseStep1: "1. Edit conflict files, resolve conflict markers";
|
|
392
|
+
readonly rebaseStep2: "2. Add resolved files:";
|
|
393
|
+
readonly rebaseStep3: "3. Continue rebase:";
|
|
394
|
+
readonly rebaseStep4: "4. To abort rebase:";
|
|
395
|
+
readonly mergeStep1: "1. Edit conflict files, resolve conflict markers";
|
|
396
|
+
readonly mergeStep2: "2. Add resolved files:";
|
|
397
|
+
readonly mergeStep3: "3. Complete merge:";
|
|
398
|
+
readonly mergeStep4: "4. To abort merge:";
|
|
399
|
+
readonly noWorktrees: "No worktrees found";
|
|
400
|
+
readonly noWorktreesHint: "Please use colyn add to create a worktree first";
|
|
401
|
+
readonly foundWorktrees: "Found {{count}} worktrees:";
|
|
402
|
+
readonly batchUpdating: "Batch updating (strategy: {{strategy}})...";
|
|
403
|
+
readonly batchResult: "Update results:";
|
|
404
|
+
readonly batchSucceeded: "✓ {{count}} worktrees updated successfully";
|
|
405
|
+
readonly batchFailed: "✗ {{count}} worktrees failed to update";
|
|
406
|
+
readonly batchSkipped: "○ {{count}} worktrees skipped";
|
|
407
|
+
readonly failedDetails: "Failed details:";
|
|
408
|
+
readonly dirtySkipped: "Working directory not clean, skipped";
|
|
409
|
+
readonly hasConflict: "Conflicts exist, please resolve manually";
|
|
410
|
+
};
|
|
411
|
+
readonly remove: {
|
|
412
|
+
readonly description: "Delete worktree";
|
|
413
|
+
readonly forceOption: "Force delete (ignore uncommitted changes)";
|
|
414
|
+
readonly yesOption: "Skip confirmation prompt";
|
|
415
|
+
readonly cannotAutoDetect: "Cannot auto-detect worktree";
|
|
416
|
+
readonly cannotAutoDetectHint: "Please run this command in a worktree directory, or specify ID/branch name:\n colyn remove <id>\n colyn remove <branch-name>\n\nView all worktrees:\n colyn list";
|
|
417
|
+
readonly worktreeNotFound: "Cannot find worktree with ID {{id}}";
|
|
418
|
+
readonly worktreeNotFoundHint: "The WORKTREE value in current directory's .env.local may be outdated\n\nView all worktrees:\n colyn list";
|
|
419
|
+
readonly branchNotFound: "Cannot find worktree for branch \"{{branch}}\"";
|
|
420
|
+
readonly branchNotFoundHint: "View all worktrees:\n colyn list";
|
|
421
|
+
readonly toBeDeleted: "Worktree to be deleted:";
|
|
422
|
+
readonly uncommittedChanges: "Detected uncommitted changes";
|
|
423
|
+
readonly changedFiles: "Changed files:";
|
|
424
|
+
readonly moreFiles: "... and {{count}} more files";
|
|
425
|
+
readonly cannotDelete: "Cannot delete: uncommitted changes exist";
|
|
426
|
+
readonly cannotDeleteHint: "Please commit or stash changes first, or use --force to force delete:\n cd \"{{path}}\"\n git add . && git commit -m \"...\"\n\nOr force delete:\n colyn remove {{id}} --force";
|
|
427
|
+
readonly unmergedWarning: "Branch \"{{branch}}\" has not been merged into {{main}}";
|
|
428
|
+
readonly unmergedWarningHint: "Deleting may lose unmerged changes";
|
|
429
|
+
readonly confirmDelete: "Are you sure you want to delete this worktree?";
|
|
430
|
+
readonly deleteCanceled: "Delete canceled";
|
|
431
|
+
readonly deleting: "Deleting worktree...";
|
|
432
|
+
readonly deleteFailed: "Failed to delete worktree";
|
|
433
|
+
readonly deleted: "Worktree deleted";
|
|
434
|
+
readonly deleteBranch: "Also delete local branch \"{{branch}}\"?";
|
|
435
|
+
readonly skipDeleteBranchPrompt: "Skipped branch deletion prompt (--yes). Local branch is kept by default.";
|
|
436
|
+
readonly deletingBranch: "Deleting branch...";
|
|
437
|
+
readonly branchDeleted: "Branch \"{{branch}}\" deleted";
|
|
438
|
+
readonly branchDeleteFailed: "Failed to delete branch: {{error}}";
|
|
439
|
+
readonly successTitle: "Worktree deleted";
|
|
440
|
+
readonly deleteInfo: "Delete info:";
|
|
441
|
+
readonly branchStatus: "Branch: {{branch}}{{status}}";
|
|
442
|
+
readonly branchStatusDeleted: " (deleted)";
|
|
443
|
+
readonly branchStatusKept: " (kept)";
|
|
444
|
+
readonly switchedToMain: "Auto-switched to main branch directory:";
|
|
445
|
+
};
|
|
446
|
+
readonly checkout: {
|
|
447
|
+
readonly description: "Switch branch in worktree";
|
|
448
|
+
readonly coDescription: "Alias for checkout";
|
|
449
|
+
readonly noFetchOption: "Skip fetching remote branch info";
|
|
450
|
+
readonly inMainBranch: "Currently in main branch directory";
|
|
451
|
+
readonly inMainBranchHint: "Please specify worktree ID, or switch to worktree directory:\n colyn checkout <worktree-id> <branch>\n colyn list # View all worktrees";
|
|
452
|
+
readonly cannotDetermineWorktree: "Cannot determine target worktree";
|
|
453
|
+
readonly cannotDetermineWorktreeHint: "Please specify worktree ID:\n colyn checkout <worktree-id> <branch>\n colyn list # View all worktrees";
|
|
454
|
+
readonly alreadyOnBranch: "Already on branch {{branch}}";
|
|
455
|
+
readonly checkingStatus: "Checking working directory status...";
|
|
456
|
+
readonly dirClean: "Working directory clean";
|
|
457
|
+
readonly dirHasChanges: "Working directory has uncommitted changes";
|
|
458
|
+
readonly cannotSwitchToMain: "Cannot switch to main branch in worktree";
|
|
459
|
+
readonly cannotSwitchToMainHint: "Please use main branch directory directly:\n cd \"{{path}}\"";
|
|
460
|
+
readonly branchUsedByOther: "Branch {{branch}} is already used in task-{{id}}";
|
|
461
|
+
readonly branchUsedByOtherHint: "Please switch to that worktree directory:\n cd \"{{path}}\"";
|
|
462
|
+
readonly branchNotMerged: "⚠ Current branch {{branch}} has not been merged into main branch";
|
|
463
|
+
readonly branchNotMergedInfo: "If you switch branches, these changes will remain on the original branch.";
|
|
464
|
+
readonly confirmSwitch: "Continue switching?";
|
|
465
|
+
readonly switchCanceled: "Switch canceled";
|
|
466
|
+
readonly fetchingRemote: "Fetching latest branch info from remote...";
|
|
467
|
+
readonly fetchedRemote: "Fetched remote branch info";
|
|
468
|
+
readonly fetchFailed: "Failed to fetch remote branch info";
|
|
469
|
+
readonly mainBranchUpdated: "✓ {{message}}";
|
|
470
|
+
readonly mainBranchUpdateMsg: "Main branch updated (merged {{count}} commits)";
|
|
471
|
+
readonly switchingTo: "Switching to branch {{branch}}...";
|
|
472
|
+
readonly switchedTo: "Switched to branch {{branch}}";
|
|
473
|
+
readonly switchedToTrack: "Switched to branch {{branch}} (tracking {{remote}})";
|
|
474
|
+
readonly switchedToNew: "Created and switched to new branch {{branch}}";
|
|
475
|
+
readonly switchFailed: "Failed to switch branch";
|
|
476
|
+
readonly gitCheckoutFailed: "Git checkout failed";
|
|
477
|
+
readonly branchMerged: "✓ Branch {{branch}} has been merged into main branch";
|
|
478
|
+
readonly deleteOldBranch: "Delete old branch {{branch}}?";
|
|
479
|
+
readonly deletingBranch: "Deleting branch {{branch}}...";
|
|
480
|
+
readonly branchDeleted: "Deleted branch {{branch}}";
|
|
481
|
+
readonly branchDeleteFailed: "Failed to delete branch";
|
|
482
|
+
readonly branchDeleteHint: "Hint: {{error}}";
|
|
483
|
+
readonly branchDeleteManual: "You can delete later manually: git branch -d {{branch}}";
|
|
484
|
+
readonly successTitle: "Switched to branch {{branch}}";
|
|
485
|
+
readonly logsArchived: "Logs archived to: .claude/logs/archived/{{branch}}/ ({{count}} items)";
|
|
486
|
+
readonly oldBranchDeleted: "Old branch {{branch}} deleted";
|
|
487
|
+
readonly currentStatus: "Current status:";
|
|
488
|
+
readonly statusWorktree: "Worktree: task-{{id}}";
|
|
489
|
+
readonly statusBranch: "Branch: {{branch}}";
|
|
490
|
+
readonly statusPath: "Path: {{path}}";
|
|
491
|
+
readonly argError: "Argument error";
|
|
492
|
+
readonly argErrorHint: "Usage: colyn checkout [worktree-id] <branch>";
|
|
493
|
+
readonly tmuxWindowRenamed: "tmux window name updated to: {{windowName}}";
|
|
494
|
+
};
|
|
495
|
+
readonly info: {
|
|
496
|
+
readonly description: "Show current directory colyn project info";
|
|
497
|
+
readonly shortOption: "Output short identifier (with branch info)";
|
|
498
|
+
readonly fieldOption: "Output specified field (can be used multiple times)";
|
|
499
|
+
readonly formatOption: "Format output using template string";
|
|
500
|
+
readonly separatorOption: "Separator for multiple fields (default: tab)";
|
|
501
|
+
readonly invalidField: "Invalid field name: {{field}}";
|
|
502
|
+
readonly invalidFieldHint: "Valid fields: {{fields}}";
|
|
503
|
+
readonly notInWorktree: "Current directory is not in worktree or main branch";
|
|
504
|
+
readonly notInWorktreeHint: "Please switch to main branch directory or a worktree directory";
|
|
505
|
+
readonly notColynProject: "Current directory is not in a colyn project";
|
|
506
|
+
readonly notColynProjectHint: "--format and --field options require a colyn project";
|
|
507
|
+
readonly labelProject: "Project:";
|
|
508
|
+
readonly labelProjectPath: "Project Path:";
|
|
509
|
+
readonly labelWorktreeId: "Worktree ID:";
|
|
510
|
+
readonly labelWorktreeDir: "Worktree Dir:";
|
|
511
|
+
readonly labelWorktreePath: "Worktree Path:";
|
|
512
|
+
readonly labelBranch: "Branch:";
|
|
513
|
+
readonly labelRepository: "Repository:";
|
|
514
|
+
readonly labelRepositoryPath: "Repo Path:";
|
|
515
|
+
readonly labelDirectory: "Directory:";
|
|
516
|
+
readonly labelDirectoryPath: "Path:";
|
|
517
|
+
readonly mainIndicator: "0 (main)";
|
|
518
|
+
readonly labelStatus: "Status:";
|
|
519
|
+
readonly labelLastUpdatedAt: "Last Updated:";
|
|
520
|
+
readonly statusNeverSet: "(never set)";
|
|
521
|
+
};
|
|
522
|
+
readonly status: {
|
|
523
|
+
readonly description: "Query or set the workflow status of the current worktree";
|
|
524
|
+
readonly getDescription: "Get current worktree status (default)";
|
|
525
|
+
readonly setDescription: "Set current worktree status";
|
|
526
|
+
readonly jsonOption: "Output in JSON format";
|
|
527
|
+
readonly statusArgument: "Status value: idle | running | waiting-confirm | finish";
|
|
528
|
+
readonly labelStatus: "Status:";
|
|
529
|
+
readonly labelUpdatedAt: "Updated:";
|
|
530
|
+
readonly neverUpdated: "(never set)";
|
|
531
|
+
readonly statusUpdated: "Status updated: {{status}}";
|
|
532
|
+
readonly invalidStatus: "Invalid status value: {{status}}";
|
|
533
|
+
readonly invalidStatusHint: "Valid statuses: idle, running, waiting-confirm, finish";
|
|
534
|
+
};
|
|
535
|
+
readonly repair: {
|
|
536
|
+
readonly description: "Check and repair project configuration (use after moving directory)";
|
|
537
|
+
readonly notGitRepo: "Main branch directory is not a git repository";
|
|
538
|
+
readonly notGitRepoHint: "Please make sure to run repair command in a git project";
|
|
539
|
+
readonly checkingMainEnv: "Checking main branch .env.local...";
|
|
540
|
+
readonly mainEnvCorrect: "Main branch .env.local configuration correct";
|
|
541
|
+
readonly mainEnvFixed: "Fixed main branch .env.local";
|
|
542
|
+
readonly mainEnvFailed: "Failed to fix main branch .env.local";
|
|
543
|
+
readonly checkingWorktreeEnv: "Checking worktree task-{{id}} .env.local...";
|
|
544
|
+
readonly worktreeEnvCorrect: "Worktree task-{{id}} .env.local configuration correct";
|
|
545
|
+
readonly worktreeEnvFixed: "Fixed worktree task-{{id}} .env.local";
|
|
546
|
+
readonly worktreeEnvFailed: "Failed to fix worktree task-{{id}} .env.local";
|
|
547
|
+
readonly repairingGit: "Repairing git worktree connections...";
|
|
548
|
+
readonly gitRepaired: "Git worktree connections repaired";
|
|
549
|
+
readonly gitRepairFailed: "Git worktree repair failed";
|
|
550
|
+
readonly detectingOrphans: "Detecting and repairing orphan worktree directories...";
|
|
551
|
+
readonly noOrphans: "No orphan worktree directories found";
|
|
552
|
+
readonly orphansRepaired: "Repaired {{count}} path-invalid worktrees";
|
|
553
|
+
readonly orphansFound: "Found {{count}} orphan worktree directories";
|
|
554
|
+
readonly repairComplete: "Repair complete!";
|
|
555
|
+
readonly repairSummary: "Repair summary:";
|
|
556
|
+
readonly fixedItems: "✓ Fixed {{count}} configuration items";
|
|
557
|
+
readonly allCorrect: "✓ All configurations correct, no repair needed";
|
|
558
|
+
readonly failedItems: "⚠ {{count}} items failed to repair (see details below)";
|
|
559
|
+
readonly repairedOrphans: "✓ Repaired {{count}} path-invalid worktrees";
|
|
560
|
+
readonly trueOrphans: "⚠ Found {{count}} orphan worktree directories";
|
|
561
|
+
readonly noOrphansFound: "✓ No orphan worktree directories found";
|
|
562
|
+
readonly detailsTitle: "Details:";
|
|
563
|
+
readonly configCorrect: "✓ Configuration correct";
|
|
564
|
+
readonly repairFailed: "✗ Repair failed: {{error}}";
|
|
565
|
+
readonly repairedOrphansTitle: "Repaired path-invalid worktrees:";
|
|
566
|
+
readonly orphanRepaired: "✓ {{dir}} (git path updated)";
|
|
567
|
+
readonly repairFailedTitle: "Failed to repair worktrees:";
|
|
568
|
+
readonly orphanFailed: "✗ {{dir}}: {{error}}";
|
|
569
|
+
readonly trueOrphansTitle: "Orphan worktree directories:";
|
|
570
|
+
readonly orphanDir: "- {{dir}} (directory exists but git does not recognize)";
|
|
571
|
+
readonly orphanSuggestion: "Suggested action:";
|
|
572
|
+
readonly orphanSuggestionHint: "Run colyn remove to clean up, or manually delete the directory";
|
|
573
|
+
readonly addPort: "Add PORT={{port}}";
|
|
574
|
+
readonly addWorktree: "Add WORKTREE={{value}}";
|
|
575
|
+
readonly updateWorktree: "WORKTREE: {{old}} → {{new}}";
|
|
576
|
+
readonly updatePort: "PORT: {{old}} → {{new}}";
|
|
577
|
+
readonly gitRepairDetail: "Git worktree connections repaired";
|
|
578
|
+
readonly initializingPlugins: "Checking .gitignore rules for runtime config files...";
|
|
579
|
+
readonly pluginsInitialized: ".gitignore check complete";
|
|
580
|
+
readonly pluginsInitFailed: ".gitignore check failed (non-fatal)";
|
|
581
|
+
};
|
|
582
|
+
readonly config: {
|
|
583
|
+
readonly description: "Manage configuration";
|
|
584
|
+
readonly getDescription: "Get a configuration value";
|
|
585
|
+
readonly setDescription: "Set a configuration value";
|
|
586
|
+
readonly userOption: "Operate on user-level config";
|
|
587
|
+
readonly jsonOption: "Output in JSON format";
|
|
588
|
+
readonly title: "Tmux Configuration Info";
|
|
589
|
+
readonly userConfig: "User Config";
|
|
590
|
+
readonly projectConfig: "Project Config";
|
|
591
|
+
readonly effectiveConfig: "Effective Configuration";
|
|
592
|
+
readonly availableBuiltinCommands: "Available Builtin Commands";
|
|
593
|
+
readonly path: "Path";
|
|
594
|
+
readonly status: "Status";
|
|
595
|
+
readonly exists: "exists";
|
|
596
|
+
readonly notExists: "not exists";
|
|
597
|
+
readonly content: "Content";
|
|
598
|
+
readonly default: "(default)";
|
|
599
|
+
readonly noCommand: "(no command)";
|
|
600
|
+
readonly builtin: "(builtin)";
|
|
601
|
+
readonly autoClaudeDesc: "Continue Claude session (auto-detect existing session)";
|
|
602
|
+
readonly autoDevServerDesc: "Start dev server (auto-detect package.json)";
|
|
603
|
+
readonly invalidKey: "Invalid config key \"{{key}}\", valid keys are: {{validKeys}}";
|
|
604
|
+
readonly invalidLang: "Invalid language value \"{{value}}\", valid values are: {{validLangs}}";
|
|
605
|
+
readonly setSuccess: "Config set: {{key}} = {{value}} ({{scope}})";
|
|
606
|
+
readonly userScope: "user";
|
|
607
|
+
readonly projectScope: "project";
|
|
608
|
+
};
|
|
609
|
+
readonly completion: {
|
|
610
|
+
readonly description: "Generate shell auto-completion script";
|
|
611
|
+
readonly installOption: "Show installation instructions";
|
|
612
|
+
readonly usage: "Usage: colyn completion <shell>";
|
|
613
|
+
readonly supportedShells: "Supported shells:";
|
|
614
|
+
readonly bashDesc: "Generate Bash completion script";
|
|
615
|
+
readonly zshDesc: "Generate Zsh completion script";
|
|
616
|
+
readonly options: "Options:";
|
|
617
|
+
readonly installDesc: "Show installation instructions";
|
|
618
|
+
readonly examples: "Examples:";
|
|
619
|
+
readonly unsupportedShell: "Unsupported shell: {{shell}}";
|
|
620
|
+
readonly unsupportedShellHint: "Supported shells: {{shells}}";
|
|
621
|
+
readonly cannotReadScript: "Cannot read {{shell}} completion script";
|
|
622
|
+
readonly cannotReadScriptHint: "Please ensure the project is fully installed, script path: shell/completion.{{shell}}";
|
|
623
|
+
readonly fieldProject: "Project name";
|
|
624
|
+
readonly fieldProjectPath: "Project path";
|
|
625
|
+
readonly fieldWorktreeId: "Worktree ID";
|
|
626
|
+
readonly fieldWorktreeDir: "Worktree directory name";
|
|
627
|
+
readonly fieldBranch: "Branch name";
|
|
628
|
+
readonly installTitle: "📝 Manual installation instructions:";
|
|
629
|
+
readonly installStep1: "1. Add the following to {{config}}:";
|
|
630
|
+
readonly installStep2: "2. Reload configuration:";
|
|
631
|
+
readonly installAuto: "Or run the following command to auto-install:";
|
|
632
|
+
};
|
|
633
|
+
readonly systemIntegration: {
|
|
634
|
+
readonly description: "Configure shell integration (supports auto directory switching and command completion)";
|
|
635
|
+
readonly windowsNotSupported: "⚠ Windows platform does not support auto configuration";
|
|
636
|
+
readonly windowsManualHint: "Please refer to documentation for manual shell integration configuration:";
|
|
637
|
+
readonly detectingEnv: "Detecting system environment...";
|
|
638
|
+
readonly shellType: "✓ Shell type: {{type}}";
|
|
639
|
+
readonly configFile: "✓ Config file: {{path}}";
|
|
640
|
+
readonly installPath: "✓ Colyn install path: {{path}}";
|
|
641
|
+
readonly shellScriptNotFound: "Shell integration script not found";
|
|
642
|
+
readonly shellScriptNotFoundHint: "Path: {{path}}\n\nPossible reasons:\n - colyn installation incomplete\n\nSolution:\n Reinstall: npm install -g colyn";
|
|
643
|
+
readonly completionNotFound: "⚠ Completion script not found: {{path}}";
|
|
644
|
+
readonly completionNotFoundHint: "Will only configure shell integration";
|
|
645
|
+
readonly configuringShell: "Configuring shell integration...";
|
|
646
|
+
readonly configCreated: "✓ Created {{file}}";
|
|
647
|
+
readonly configAdded: "✓ Added shell integration to {{file}}";
|
|
648
|
+
readonly completionAdded: "✓ Added completion script to {{file}}";
|
|
649
|
+
readonly configUpdated: "✓ Updated shell integration in {{file}}";
|
|
650
|
+
readonly completionUpdated: "✓ Updated completion script";
|
|
651
|
+
readonly installComplete: "Installation complete!";
|
|
652
|
+
readonly updateComplete: "Update complete!";
|
|
653
|
+
readonly activateConfig: "Activate configuration:";
|
|
654
|
+
readonly activateMethod1: "Method 1 (recommended): Reopen terminal";
|
|
655
|
+
readonly activateMethod2: "Method 2: Run command:";
|
|
656
|
+
readonly features: "Features:";
|
|
657
|
+
readonly featureAutoSwitch: "✓ colyn command supports auto directory switching";
|
|
658
|
+
readonly featureCompletion: "✓ Use Tab key for auto-completion";
|
|
659
|
+
readonly configuringClaudeHooks: "Configuring Claude Code hooks...";
|
|
660
|
+
readonly claudeHooksAdded: "✓ Claude Code status hooks configured";
|
|
661
|
+
readonly claudeHooksUpdated: "✓ Claude Code status hooks updated";
|
|
662
|
+
readonly claudeHooksFailed: "⚠ Failed to configure Claude Code hooks (Claude Code may not be installed)";
|
|
663
|
+
};
|
|
664
|
+
readonly tmux: {
|
|
665
|
+
readonly description: "Manage tmux session and windows for the project";
|
|
666
|
+
readonly startDescription: "Start and repair tmux session and windows";
|
|
667
|
+
readonly stopDescription: "Stop the current project tmux session";
|
|
668
|
+
readonly forceOption: "Skip confirmation and stop directly";
|
|
669
|
+
readonly confirmStop: "Confirm to stop current session \"{{sessionName}}\"? This will disconnect you.";
|
|
670
|
+
readonly stopCanceled: "Canceled";
|
|
671
|
+
readonly sessionNotExists: "Session \"{{sessionName}}\" does not exist";
|
|
672
|
+
readonly stoppingSession: "Stopping tmux session \"{{sessionName}}\"...";
|
|
673
|
+
readonly detachingAndStopping: "Detaching and stopping session \"{{sessionName}}\"...";
|
|
674
|
+
readonly sessionStopped: "Stopped tmux session \"{{sessionName}}\"";
|
|
675
|
+
readonly stopFailed: "Failed to stop tmux session \"{{sessionName}}\"";
|
|
676
|
+
readonly notInstalled: "tmux is not installed";
|
|
677
|
+
readonly installHint: "Please install tmux first (e.g. brew install tmux)";
|
|
678
|
+
readonly repairing: "Checking and repairing tmux session and windows...";
|
|
679
|
+
readonly sessionCreateFailed: "Failed to create tmux session";
|
|
680
|
+
readonly sessionCreateFailedHint: "Please verify tmux is running and you can create session manually: tmux new -s {{sessionName}}";
|
|
681
|
+
readonly failedWindowsTitle: "Failed windows:";
|
|
682
|
+
readonly renameWindowFailed: "Rename failed: {{currentName}} -> {{expectedName}}";
|
|
683
|
+
readonly createWindowFailed: "Failed to create window";
|
|
684
|
+
readonly repairComplete: "Tmux repair complete";
|
|
685
|
+
readonly repairSummary: "Summary";
|
|
686
|
+
readonly repairCreatedSession: " ✓ Created tmux session: {{sessionName}}";
|
|
687
|
+
readonly repairCreatedWindows: " ✓ Created {{count}} tmux window(s)";
|
|
688
|
+
readonly repairRenamedWindows: " ✓ Renamed {{count}} tmux window(s)";
|
|
689
|
+
readonly repairExistingWindows: " ✓ {{count}} tmux window(s) already exist (layout preserved)";
|
|
690
|
+
readonly repairFailedWindows: " ⚠ {{count}} tmux window(s) failed to repair";
|
|
691
|
+
readonly repairDetails: "Details";
|
|
692
|
+
readonly createdWindowsTitle: "Created tmux windows:";
|
|
693
|
+
readonly createdWindowItem: " ✓ Window {{id}}: {{name}}";
|
|
694
|
+
readonly renamedWindowsTitle: "Renamed tmux windows:";
|
|
695
|
+
readonly renamedWindowItem: " ✓ Window {{id}}: {{oldName}} -> {{newName}}";
|
|
696
|
+
readonly failedWindowItem: " ✗ Window {{id}}: {{error}}";
|
|
697
|
+
readonly failedWindowItemCompact: " - Window {{id}}: {{error}}";
|
|
698
|
+
readonly createdSessionAndWindows: "Created session \"{{sessionName}}\" and {{count}} window(s)";
|
|
699
|
+
readonly createdSession: "Created session \"{{sessionName}}\"";
|
|
700
|
+
readonly createdWindows: "Created {{count}} tmux window(s)";
|
|
701
|
+
readonly windowsCreateFailed: "{{count}} tmux window(s) failed to create";
|
|
702
|
+
readonly allWindowsExist: "All tmux windows already exist";
|
|
703
|
+
readonly switchingSession: "Switching to session \"{{sessionName}}\"...";
|
|
704
|
+
readonly switchedSession: "Switched to session \"{{sessionName}}\"";
|
|
705
|
+
readonly switchSessionFailed: "Failed to switch session";
|
|
706
|
+
readonly attachingSession: "Attaching to session \"{{sessionName}}\"...";
|
|
707
|
+
readonly passthroughNotEnabled: "tmux allow-passthrough is not enabled";
|
|
708
|
+
readonly passthroughDescription: "When enabled, colyn can automatically update iTerm2 tab titles even when pane 0 is running Claude or other interactive programs";
|
|
709
|
+
readonly passthroughConfirm: "Would you like to enable allow-passthrough in your tmux config?";
|
|
710
|
+
readonly passthroughSkipped: "Skipped. Continuing (iTerm2 tab titles may not update when pane 0 is busy)";
|
|
711
|
+
readonly passthroughUnsupported: "Your tmux version does not support allow-passthrough (requires tmux 3.3+). iTerm2 tab titles may not update when pane 0 is busy";
|
|
712
|
+
readonly passthroughAdded: "Added allow-passthrough setting to {{configPath}}";
|
|
713
|
+
readonly passthroughReloadHint: "Please reload your tmux config:\n tmux source-file {{configPath}}";
|
|
714
|
+
readonly passthroughRerunHint: "After reloading, run colyn tmux start again";
|
|
715
|
+
};
|
|
716
|
+
readonly todo: {
|
|
717
|
+
readonly description: "Manage Todo tasks";
|
|
718
|
+
readonly add: {
|
|
719
|
+
readonly description: "Add a Todo task";
|
|
720
|
+
readonly invalidFormat: "Invalid Todo ID format, expected {type}/{name}";
|
|
721
|
+
readonly alreadyExists: "Todo \"{{todoId}}\" already exists";
|
|
722
|
+
readonly success: "Added Todo: {{todoId}} - {{message}}";
|
|
723
|
+
readonly emptyMessage: "Task message cannot be empty";
|
|
724
|
+
readonly emptyName: "Name cannot be empty";
|
|
725
|
+
readonly editorCanceled: "Edit canceled, todo not added";
|
|
726
|
+
readonly editorFailed: "Cannot open editor: {{editor}}";
|
|
727
|
+
readonly selectType: "Select task type";
|
|
728
|
+
readonly inputName: "Enter task name (e.g. login, fix-crash)";
|
|
729
|
+
};
|
|
730
|
+
readonly start: {
|
|
731
|
+
readonly description: "Start a Todo task (create corresponding branch)";
|
|
732
|
+
readonly notFound: "Todo \"{{todoId}}\" not found";
|
|
733
|
+
readonly notPending: "Todo \"{{todoId}}\" is not in pending status";
|
|
734
|
+
readonly checkoutFailed: "Failed to create branch, Todo status unchanged";
|
|
735
|
+
readonly success: "Todo \"{{todoId}}\" marked as completed";
|
|
736
|
+
readonly noClipboardOption: "Skip copying message to clipboard";
|
|
737
|
+
readonly messageTitle: "Task message:";
|
|
738
|
+
readonly clipboardCopied: "Copied to clipboard";
|
|
739
|
+
readonly clipboardFailed: "Failed to copy to clipboard";
|
|
740
|
+
readonly noPending: "No pending tasks";
|
|
741
|
+
readonly selectTodo: "Select a task to start";
|
|
742
|
+
};
|
|
743
|
+
readonly list: {
|
|
744
|
+
readonly description: "List Todo tasks";
|
|
745
|
+
readonly completedOption: "Show completed tasks";
|
|
746
|
+
readonly archivedOption: "Show archived tasks";
|
|
747
|
+
readonly idOnlyOption: "Output todo IDs only, one per line (for script integration)";
|
|
748
|
+
readonly jsonOption: "Output in JSON format";
|
|
749
|
+
readonly jsonConflict: "Option conflict: --json and --id-only cannot be used together";
|
|
750
|
+
readonly empty: "No tasks";
|
|
751
|
+
readonly headerType: "Type";
|
|
752
|
+
readonly headerName: "Name";
|
|
753
|
+
readonly headerMessage: "Message";
|
|
754
|
+
readonly headerStatus: "Status";
|
|
755
|
+
readonly headerCreatedAt: "Created";
|
|
756
|
+
readonly statusPending: "Pending";
|
|
757
|
+
readonly statusCompleted: "Completed";
|
|
758
|
+
readonly statusArchived: "Archived";
|
|
759
|
+
};
|
|
760
|
+
readonly remove: {
|
|
761
|
+
readonly description: "Remove a Todo task";
|
|
762
|
+
readonly yesOption: "Skip confirmation and remove directly";
|
|
763
|
+
readonly notFound: "Todo \"{{todoId}}\" not found";
|
|
764
|
+
readonly confirm: "Confirm remove Todo \"{{todoId}}\"?";
|
|
765
|
+
readonly success: "Removed Todo: {{todoId}}";
|
|
766
|
+
readonly canceled: "Remove canceled";
|
|
767
|
+
readonly selectTodo: "Select a task to remove";
|
|
768
|
+
};
|
|
769
|
+
readonly archive: {
|
|
770
|
+
readonly description: "Archive all completed Todo tasks";
|
|
771
|
+
readonly yesOption: "Skip confirmation and archive directly";
|
|
772
|
+
readonly noCompleted: "No completed tasks to archive";
|
|
773
|
+
readonly confirm: "Confirm archive {{count}} completed task(s)?";
|
|
774
|
+
readonly success: "Archived {{count}} task(s)";
|
|
775
|
+
readonly canceled: "Archive canceled";
|
|
776
|
+
};
|
|
777
|
+
readonly uncomplete: {
|
|
778
|
+
readonly description: "Revert a completed Todo task back to pending";
|
|
779
|
+
readonly notFound: "Todo \"{{todoId}}\" not found";
|
|
780
|
+
readonly notCompleted: "Todo \"{{todoId}}\" is not in completed status";
|
|
781
|
+
readonly noBranch: "Not in a worktree branch, please specify a Todo ID";
|
|
782
|
+
readonly success: "Todo \"{{todoId}}\" reverted to pending";
|
|
783
|
+
readonly usingCurrentBranch: "Using current branch name: {{branch}}";
|
|
784
|
+
};
|
|
785
|
+
readonly edit: {
|
|
786
|
+
readonly description: "Edit the message of a Todo task";
|
|
787
|
+
readonly notFound: "Todo \"{{todoId}}\" not found";
|
|
788
|
+
readonly noTodos: "No Todo tasks available to edit";
|
|
789
|
+
readonly selectTodo: "Select a Todo task to edit";
|
|
790
|
+
readonly isCompleted: "Todo \"{{todoId}}\" is completed. Revert to pending?";
|
|
791
|
+
readonly revertCanceled: "Canceled, Todo status unchanged";
|
|
792
|
+
readonly success: "Todo \"{{todoId}}\" message updated";
|
|
793
|
+
readonly messageEmpty: "Message cannot be empty";
|
|
794
|
+
readonly editorFailed: "Editor exited unexpectedly, message not updated";
|
|
795
|
+
};
|
|
796
|
+
};
|
|
797
|
+
readonly listProject: {
|
|
798
|
+
readonly description: "List all projects in tmux sessions";
|
|
799
|
+
readonly jsonOption: "Output in JSON format";
|
|
800
|
+
readonly pathsOption: "Output paths only (one per line)";
|
|
801
|
+
readonly optionConflict: "Option conflict: --json and --paths cannot be used together";
|
|
802
|
+
readonly optionConflictHint: "Please choose one output format";
|
|
803
|
+
readonly tmuxNotInstalled: "tmux is not installed";
|
|
804
|
+
readonly tmuxInstallHint: "Please install tmux first: brew install tmux (macOS) or apt install tmux (Linux)";
|
|
805
|
+
readonly noProjects: "No projects found";
|
|
806
|
+
readonly noProjectsHint: "Hint: Use colyn init to initialize a project, and colyn tmux to create a tmux session";
|
|
807
|
+
readonly noProjectsFound: "No projects found";
|
|
808
|
+
readonly tableSession: "Session";
|
|
809
|
+
readonly tableProject: "Project";
|
|
810
|
+
readonly tablePath: "Path";
|
|
811
|
+
readonly tableWorktrees: "Worktrees";
|
|
812
|
+
readonly projectWorktrees: "Worktrees for {{project}}";
|
|
813
|
+
};
|
|
814
|
+
};
|
|
815
|
+
readonly toolchain: {
|
|
816
|
+
readonly unrecognizedDirectory: "Subdirectory {{path}} was not recognized by any toolchain";
|
|
817
|
+
readonly selectForDirectory: "Select toolchain for {{path}}";
|
|
818
|
+
readonly noToolchain: "(No toolchain)";
|
|
819
|
+
readonly monoRepoDetected: "Mono Repo structure detected, found {{count}} sub-projects";
|
|
820
|
+
readonly singleProjectDetected: "Single project detected ({{toolchain}})";
|
|
821
|
+
readonly subProjectSkipped: "Subdirectory {{path}} does not exist in current Worktree, skipping";
|
|
822
|
+
};
|
|
823
|
+
readonly plugins: {
|
|
824
|
+
readonly autoMigrated: "ℹ Auto-configured toolchain plugins: {{plugins}}";
|
|
825
|
+
readonly autoMigratedNone: "ℹ Toolchain configured (no matching plugins detected)";
|
|
826
|
+
readonly autoMigratedHint: "To change, edit the plugins field in .colyn/settings.json";
|
|
827
|
+
readonly xcode: {
|
|
828
|
+
readonly autoSelectedScheme: "Auto-selected scheme: {{scheme}}";
|
|
829
|
+
readonly noSharedSchemes: "No shared scheme found, please enter manually";
|
|
830
|
+
readonly selectScheme: "Select Xcode scheme";
|
|
831
|
+
readonly inputScheme: "Enter scheme name (view in Xcode → Product → Scheme)";
|
|
832
|
+
readonly inferredDestination: "Inferred target platform: {{destination}}";
|
|
833
|
+
readonly selectDestination: "Select target platform";
|
|
834
|
+
};
|
|
835
|
+
};
|
|
836
|
+
readonly errors: {
|
|
837
|
+
readonly notGitRepo: "Not a git repository";
|
|
838
|
+
readonly projectNotInitialized: "Project not initialized";
|
|
839
|
+
readonly projectNotInitializedHint: "Please run colyn init first to initialize the project";
|
|
840
|
+
readonly projectRootNotFound: "Project root not found";
|
|
841
|
+
readonly projectRootNotFoundHint: "Current directory is not in a colyn project, please run colyn init first";
|
|
842
|
+
readonly mainDirNotFound: "Main branch directory not found";
|
|
843
|
+
readonly worktreesDirNotFound: "Worktrees directory not found";
|
|
844
|
+
readonly pathExistsNotDir: "Path exists but is not a directory: {{path}}";
|
|
845
|
+
readonly pathNotFound: "Directory not found: {{path}}";
|
|
846
|
+
readonly workingDirNotClean: "Working directory not clean, uncommitted changes exist";
|
|
847
|
+
readonly workingDirNotCleanHint: "Please commit or stash changes before running init";
|
|
848
|
+
readonly cannotGetMainPort: "Cannot get main branch port";
|
|
849
|
+
readonly cannotGetMainPortHint: "Please ensure PORT is configured in {{path}}";
|
|
850
|
+
readonly worktreeConfigIncomplete: "Worktree configuration incomplete";
|
|
851
|
+
readonly worktreeConfigIncompleteHint: "Missing WORKTREE variable in .env.local\nFile path: {{path}}\n\nPlease ensure .env.local contains WORKTREE configuration";
|
|
852
|
+
readonly worktreeConfigInvalid: "Worktree configuration invalid";
|
|
853
|
+
readonly worktreeConfigInvalidHint: "WORKTREE value in .env.local is not a valid number: \"{{value}}\"\nFile path: {{path}}";
|
|
854
|
+
readonly worktreeConfigMismatch: "Worktree configuration mismatch";
|
|
855
|
+
readonly worktreeConfigMismatchHint: "Directory name does not match WORKTREE value in .env.local\n\n Directory: {{dirName}} (ID: {{dirId}})\n WORKTREE: {{envId}}\n\nPossible causes:\n - .env.local was manually modified\n - Directory was renamed\n\nPlease correct WORKTREE value in .env.local to {{dirId}}, or check if directory is correct";
|
|
856
|
+
};
|
|
857
|
+
readonly output: {
|
|
858
|
+
readonly projectRoot: "Project root";
|
|
859
|
+
readonly mainBranchDir: "Main branch directory";
|
|
860
|
+
readonly worktreeDir: "Worktree directory";
|
|
861
|
+
readonly configDir: "Config directory";
|
|
862
|
+
readonly subDir: "Subdirectory ({{path}})";
|
|
863
|
+
};
|
|
864
|
+
};
|
|
865
|
+
export type TranslationKeys = typeof en;
|
|
866
|
+
//# sourceMappingURL=en.d.ts.map
|