|
6 | 6 | "Add folder to workspace": "ワークスペースにフォルダを追加", |
7 | 7 | "Remove folder from workspace": "ワークスペースからフォルダを削除", |
8 | 8 | "Open Settings": "設定を開く", |
9 | | - "Delete worktree": "ワークツリーを削除", |
| 9 | + "Remove worktree": "ワークツリーを削除", |
10 | 10 | "Prune worktree": "ワークツリーを整理", |
11 | 11 | "Find Worktree": "ワークツリーを検索", |
12 | 12 | "Add Worktree": "ワークツリーを追加", |
|
30 | 30 | "Select the folder": "フォルダを選択", |
31 | 31 | "Select the folder where you want to create the worktree": "ワークツリーを作成するフォルダを選択してください", |
32 | 32 | "Select the new location to move the Worktree's folder from {0}": "{0} からワークツリーのフォルダを移動する新しい場所を選択してください", |
33 | | - "The worktree for the {0} folder will be deleted": "{0} フォルダのワークツリーを削除します", |
| 33 | + "The worktree for the {0} folder will be removed": "{0} フォルダのワークツリーを削除します", |
34 | 34 | "The following worktree folders will be pruned": "以下のワークツリーフォルダを整理します", |
35 | 35 | "Add a git repository folder path": "Gitリポジトリのフォルダパスを追加", |
36 | 36 | "Please select the git repository folder path": "Gitリポジトリのフォルダパスを選択してください", |
|
43 | 43 | "Select the command you need to execute in the terminal": "ターミナルで実行するコマンドを選択してください", |
44 | 44 | "Sort by branch name": "ブランチ名でソート", |
45 | 45 | "Sort by repository": "リポジトリでソート", |
46 | | - "Successfully deleted the worktree for the {0} folder": "{0} フォルダのワークツリーを削除しました", |
| 46 | + "Successfully removed the worktree for the {0} folder": "{0} フォルダのワークツリーを削除しました", |
47 | 47 | "Worktree removal failed\n\n {0}": "ワークツリーの削除に失敗しました\n\n {0}", |
48 | 48 | "Worktree {0} successfully": "ワークツリー {0} が成功しました", |
49 | 49 | "Worktree {0} failed {1}": "ワークツリー {0} が失敗しました {1}", |
|
126 | 126 | "Deleting branch {branch}": "ブランチ {branch} を削除中", |
127 | 127 | "Creating worktree {path}": "ワークツリー {path} を作成中", |
128 | 128 | "Copying files to worktree {path}": "ファイルをワークツリー {path} にコピー中", |
129 | | - "Deleting worktree {path}": "ワークツリー {path} を削除中", |
130 | | - "Force delete": "強制削除", |
| 129 | + "Removing worktree {path}": "ワークツリー {path} を削除中", |
| 130 | + "Force remove": "強制削除", |
131 | 131 | "Searching folders": "フォルダを検索中", |
132 | 132 | "Loading...": "ロード中...", |
133 | 133 | "Bundling repo..., {path}": "リポジトリをバンドル中..., {path}", |
|
0 commit comments