Files
community-plugins/shell-command/translations/en.json
T
2026-08-08 17:23:59 -04:00

26 lines
991 B
JSON

{
"cd_empty": "No folders found",
"cd_empty_subtitle": "Type path or check workspace setting",
"cd_open_subtitle": "Opens terminal in this folder",
"cd_open_title": "Open in: {path}",
"hint_subtitle": "Type a command after /sh and press Enter to open it in your terminal",
"hint_title": "Run a shell command",
"history_subtitle": "Recent command",
"run_subtitle": "Opens in your default terminal",
"run_subtitle_found": "{command} found — opens in your default terminal",
"run_title": "Run: {command}",
"settings": {
"default_workspace": {
"description": "Working directory commands run in. Leave empty to use the terminal's current directory.",
"label": "Default Workspace"
},
"snippets": {
"description": "Commands shown when /sh is empty. Each entry is one command.",
"label": "Snippets"
}
},
"snap_subtitle": "Complete: {command} — Enter to run",
"snippet_subtitle": "Snippet",
"suggest_subtitle": "Suggestion"
}