i18n: push/pull no overwrite

This commit is contained in:
Lemmy
2026-08-08 17:23:59 -04:00
parent 60b053c076
commit 95595088d9
11 changed files with 335 additions and 331 deletions
+16 -16
View File
@@ -1,25 +1,25 @@
{
"hint_title": "Run a shell command",
"hint_subtitle": "Type a command after /sh and press Enter to open it in your terminal",
"run_title": "Run: {command}",
"run_subtitle": "Opens in your default terminal",
"run_subtitle_found": "{command} found — opens in your default terminal",
"history_subtitle": "Recent command",
"suggest_subtitle": "Suggestion",
"snap_subtitle": "Complete: {command} — Enter to run",
"snippet_subtitle": "Snippet",
"cd_open_title": "Open in: {path}",
"cd_open_subtitle": "Opens terminal in this folder",
"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": {
"label": "Default Workspace",
"description": "Working directory commands run in. Leave empty to use the terminal's current directory."
"description": "Working directory commands run in. Leave empty to use the terminal's current directory.",
"label": "Default Workspace"
},
"snippets": {
"label": "Snippets",
"description": "Commands shown when /sh is empty. Each entry is one command."
"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"
}