Update en.ts

This commit is contained in:
pobb 2026-05-14 15:02:08 +08:00 committed by GitHub
parent e4a487dd4b
commit ad367c4b88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,6 +149,12 @@ export const en = {
'settings.terminal.status.exited': 'Exited',
'settings.terminal.status.error': 'Error',
'settings.terminal.status.unavailable': 'Unavailable',
'settings.terminal.bashPathLabel': 'Bash Path',
'settings.terminal.bashPathDescription': 'Windows defaults to CMD as the terminal shell. If tool calls use Unix commands (grep, sed, etc.), configure the path to a Bash executable here (e.g., Git Bash).',
'settings.terminal.bashPathSave': 'Save',
'settings.terminal.bashPathReset': 'Reset to default',
'settings.terminal.bashPathSaved': 'Saved',
'settings.terminal.bashPathInvalid': 'Path does not exist. Select a valid Bash executable.',
'terminal.newTab': 'New Terminal',
'terminal.openInTab': 'Open in Tab',
'terminal.closePanel': 'Close terminal panel',