|
59 | 59 | } |
60 | 60 | }, |
61 | 61 | "runCommand": { |
62 | | - "title": "Run Command", |
| 62 | + "title": "Run", |
63 | 63 | "tooltip": "Execute this command" |
64 | 64 | }, |
65 | 65 | "proceedWhileRunning": { |
66 | 66 | "title": "Proceed While Running", |
67 | 67 | "tooltip": "Continue despite warnings" |
68 | 68 | }, |
69 | 69 | "killCommand": { |
70 | | - "title": "Kill Command", |
| 70 | + "title": "Kill", |
71 | 71 | "tooltip": "Kill the current command" |
72 | 72 | }, |
73 | 73 | "resumeTask": { |
|
114 | 114 | "addContext": "@ to add context, / to switch modes", |
115 | 115 | "dragFiles": "hold shift to drag in files", |
116 | 116 | "dragFilesImages": "hold shift to drag in files/images", |
117 | | - "errorReadingFile": "Error reading file:", |
| 117 | + "errorReadingFile": "Error reading file", |
118 | 118 | "noValidImages": "No valid images were processed", |
119 | 119 | "separator": "Separator", |
120 | 120 | "edit": "Edit...", |
|
150 | 150 | "tokens": "tokens" |
151 | 151 | }, |
152 | 152 | "instructions": { |
153 | | - "wantsToFetch": "Roo wants to fetch detailed instructions to assist with the current task" |
| 153 | + "wantsToFetch": " fetch detailed instructions to assist with the current task" |
154 | 154 | }, |
155 | 155 | "fileOperations": { |
156 | | - "wantsToRead": "Roo wants to read this file:", |
157 | | - "wantsToReadMultiple": "Roo wants to read multiple files:", |
158 | | - "wantsToReadAndXMore": "Roo wants to read this file and {{count}} more:", |
159 | | - "wantsToReadOutsideWorkspace": "Roo wants to read this file outside of the workspace:", |
160 | | - "didRead": "Roo read this file:", |
161 | | - "wantsToEdit": "Roo wants to edit this file:", |
162 | | - "wantsToEditOutsideWorkspace": "Roo wants to edit this file outside of the workspace:", |
163 | | - "wantsToEditProtected": "Roo wants to edit a protected configuration file:", |
164 | | - "wantsToApplyBatchChanges": "Roo wants to apply changes to multiple files:", |
165 | | - "wantsToCreate": "Roo wants to create a new file:", |
166 | | - "wantsToSearchReplace": "Roo wants to search and replace in this file:", |
167 | | - "didSearchReplace": "Roo performed search and replace on this file:", |
168 | | - "wantsToInsert": "Roo wants to insert content into this file:", |
169 | | - "wantsToInsertWithLineNumber": "Roo wants to insert content into this file at line {{lineNumber}}:", |
170 | | - "wantsToInsertAtEnd": "Roo wants to append content to the end of this file:" |
| 156 | + "wantsToRead": "Read", |
| 157 | + "wantsToReadMultiple": "Read files", |
| 158 | + "wantsToReadAndXMore": "Read and {{count}} more", |
| 159 | + "wantsToReadOutsideWorkspace": "Read this file outside", |
| 160 | + "didRead": "Read", |
| 161 | + "wantsToEdit": "Edit", |
| 162 | + "wantsToEditOutsideWorkspace": "Edit outside of the workspace", |
| 163 | + "wantsToEditProtected": " edit a protected configuration file", |
| 164 | + "wantsToApplyBatchChanges": " apply changes to multiple files", |
| 165 | + "wantsToCreate": "Create", |
| 166 | + "wantsToSearchReplace": " search and replace in this file", |
| 167 | + "didSearchReplace": "Roo performed search and replace on this file", |
| 168 | + "wantsToInsert": "Insert", |
| 169 | + "wantsToInsertWithLineNumber": "Insert at line {{lineNumber}}", |
| 170 | + "wantsToInsertAtEnd": " append content to the end of this file" |
171 | 171 | }, |
172 | 172 | "directoryOperations": { |
173 | | - "wantsToViewTopLevel": "Roo wants to view the top level files in this directory:", |
174 | | - "didViewTopLevel": "Roo viewed the top level files in this directory:", |
175 | | - "wantsToViewTopLevelOutsideWorkspace": "Roo wants to view the top level files in this directory (outside workspace):", |
176 | | - "didViewTopLevelOutsideWorkspace": "Roo viewed the top level files in this directory (outside workspace):", |
177 | | - "wantsToViewRecursive": "Roo wants to recursively view all files in this directory:", |
178 | | - "didViewRecursive": "Roo recursively viewed all files in this directory:", |
179 | | - "wantsToViewRecursiveOutsideWorkspace": "Roo wants to recursively view all files in this directory (outside workspace):", |
180 | | - "didViewRecursiveOutsideWorkspace": "Roo recursively viewed all files in this directory (outside workspace):", |
181 | | - "wantsToViewDefinitions": "Roo wants to view source code definition names used in this directory:", |
182 | | - "didViewDefinitions": "Roo viewed source code definition names used in this directory:", |
183 | | - "wantsToViewDefinitionsOutsideWorkspace": "Roo wants to view source code definition names used in this directory (outside workspace):", |
184 | | - "didViewDefinitionsOutsideWorkspace": "Roo viewed source code definition names used in this directory (outside workspace):", |
185 | | - "wantsToSearch": "Roo wants to search this directory for <code>{{regex}}</code>:", |
186 | | - "didSearch": "Roo searched this directory for <code>{{regex}}</code>:", |
187 | | - "wantsToSearchOutsideWorkspace": "Roo wants to search this directory (outside workspace) for <code>{{regex}}</code>:", |
188 | | - "didSearchOutsideWorkspace": "Roo searched this directory (outside workspace) for <code>{{regex}}</code>:" |
| 173 | + "wantsToViewTopLevel": " view the top level files in this directory", |
| 174 | + "didViewTopLevel": "Roo viewed the top level files in this directory", |
| 175 | + "wantsToViewTopLevelOutsideWorkspace": " view the top level files in this directory (outside workspace)", |
| 176 | + "didViewTopLevelOutsideWorkspace": "Roo viewed the top level files in this directory (outside workspace)", |
| 177 | + "wantsToViewRecursive": "View files", |
| 178 | + "didViewRecursive": "Roo recursively viewed all files in this directory", |
| 179 | + "wantsToViewRecursiveOutsideWorkspace": "View files (outside workspace)", |
| 180 | + "didViewRecursiveOutsideWorkspace": "Roo recursively viewed all files in this directory (outside workspace)", |
| 181 | + "wantsToViewDefinitions": " view source code definition names used in this directory", |
| 182 | + "didViewDefinitions": "Roo viewed source code definition names used in this directory", |
| 183 | + "wantsToViewDefinitionsOutsideWorkspace": " view source code definition names used in this directory (outside workspace)", |
| 184 | + "didViewDefinitionsOutsideWorkspace": "Roo viewed source code definition names used in this directory (outside workspace)", |
| 185 | + "wantsToSearch": " search this directory for <code>{{regex}}</code>", |
| 186 | + "didSearch": "Roo searched this directory for <code>{{regex}}</code>", |
| 187 | + "wantsToSearchOutsideWorkspace": " search this directory (outside workspace) for <code>{{regex}}</code>", |
| 188 | + "didSearchOutsideWorkspace": "Roo searched this directory (outside workspace) for <code>{{regex}}</code>" |
189 | 189 | }, |
190 | 190 | "codebaseSearch": { |
191 | | - "wantsToSearch": "Roo wants to search the codebase for <code>{{query}}</code>:", |
192 | | - "wantsToSearchWithPath": "Roo wants to search the codebase for <code>{{query}}</code> in <code>{{path}}</code>:", |
193 | | - "didSearch": "Found {{count}} result(s) for <code>{{query}}</code>:" |
| 191 | + "wantsToSearch": " search the codebase for <code>{{query}}</code>", |
| 192 | + "wantsToSearchWithPath": " search the codebase for <code>{{query}}</code> in <code>{{path}}</code>", |
| 193 | + "didSearch": "Found {{count}} result(s) for <code>{{query}}</code>" |
194 | 194 | }, |
195 | 195 | "commandOutput": "Command Output", |
196 | 196 | "response": "Response", |
197 | 197 | "arguments": "Arguments", |
198 | 198 | "mcp": { |
199 | | - "wantsToUseTool": "Roo wants to use a tool on the {{serverName}} MCP server:", |
200 | | - "wantsToAccessResource": "Roo wants to access a resource on the {{serverName}} MCP server:" |
| 199 | + "wantsToUseTool": " use a tool on the {{serverName}} MCP server", |
| 200 | + "wantsToAccessResource": " access a resource on the {{serverName}} MCP server" |
201 | 201 | }, |
202 | 202 | "modes": { |
203 | | - "wantsToSwitch": "Roo wants to switch to {{mode}} mode", |
204 | | - "wantsToSwitchWithReason": "Roo wants to switch to {{mode}} mode because: {{reason}}", |
| 203 | + "wantsToSwitch": " switch to {{mode}} mode", |
| 204 | + "wantsToSwitchWithReason": " switch to {{mode}} mode because: {{reason}}", |
205 | 205 | "didSwitch": "Roo switched to {{mode}} mode", |
206 | 206 | "didSwitchWithReason": "Roo switched to {{mode}} mode because: {{reason}}" |
207 | 207 | }, |
208 | 208 | "subtasks": { |
209 | | - "wantsToCreate": "Roo wants to create a new subtask in {{mode}} mode:", |
210 | | - "wantsToFinish": "Roo wants to finish this subtask", |
| 209 | + "wantsToCreate": " create a new subtask in {{mode}} mode", |
| 210 | + "wantsToFinish": " finish this subtask", |
211 | 211 | "newTaskContent": "Subtask Instructions", |
212 | 212 | "completionContent": "Subtask Completed", |
213 | 213 | "resultContent": "Subtask Results", |
214 | 214 | "defaultResult": "Please continue to the next task.", |
215 | 215 | "completionInstructions": "Subtask completed! You can review the results and suggest any corrections or next steps. If everything looks good, confirm to return the result to the parent task." |
216 | 216 | }, |
217 | 217 | "questions": { |
218 | | - "hasQuestion": "Roo has a question:" |
| 218 | + "hasQuestion": "Question" |
219 | 219 | }, |
220 | 220 | "taskCompleted": "Task Completed", |
221 | 221 | "error": "Error", |
|
227 | 227 | "issues": "It seems like you're having Windows PowerShell issues, please see this" |
228 | 228 | }, |
229 | 229 | "autoApprove": { |
230 | | - "title": "Auto-approve:", |
| 230 | + "title": "Auto-approve", |
231 | 231 | "none": "None", |
232 | 232 | "description": "Auto-approve allows Roo Code to perform actions without asking for permission. Only enable for actions you fully trust. More detailed configuration available in <settingsLink>Settings</settingsLink>." |
233 | 233 | }, |
|
249 | 249 | "copyToInput": "Copy to input (same as shift + click)" |
250 | 250 | }, |
251 | 251 | "browser": { |
252 | | - "rooWantsToUse": "Roo wants to use the browser:", |
| 252 | + "rooWantsToUse": " use the browser", |
253 | 253 | "consoleLogs": "Console Logs", |
254 | 254 | "noNewLogs": "(No new logs)", |
255 | 255 | "screenshot": "Browser screenshot", |
|
0 commit comments