Skip to content

Commit 2589eb2

Browse files
committed
tweak(app): shorten prompt mode toggle tooltips
1 parent ec7c72d commit 2589eb2

17 files changed

Lines changed: 33 additions & 33 deletions

File tree

packages/app/src/components/prompt-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
13631363
<TooltipKeybind
13641364
placement="top"
13651365
gutter={4}
1366-
title={language.t(mode === "shell" ? "command.prompt.mode.shell" : "command.prompt.mode.normal")}
1366+
title={language.t(mode === "shell" ? "prompt.mode.shell" : "prompt.mode.normal")}
13671367
keybind={command.keybind(mode === "shell" ? "prompt.mode.shell" : "prompt.mode.normal")}
13681368
class="size-full flex items-center justify-center"
13691369
>

packages/app/src/i18n/ar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export const dict = {
6363
"command.agent.cycle.reverse.description": "التبديل إلى الوكيل السابق",
6464
"command.model.variant.cycle": "تغيير جهد التفكير",
6565
"command.model.variant.cycle.description": "التبديل إلى مستوى الجهد التالي",
66-
"command.prompt.mode.shell": "التبديل إلى وضع Shell",
67-
"command.prompt.mode.normal": "التبديل إلى وضع Prompt",
66+
"command.prompt.mode.shell": "Shell",
67+
"command.prompt.mode.normal": "Prompt",
6868
"command.permissions.autoaccept.enable": "قبول التعديلات تلقائيًا",
6969
"command.permissions.autoaccept.disable": "إيقاف قبول التعديلات تلقائيًا",
7070
"command.workspace.toggle": "تبديل مساحات العمل",

packages/app/src/i18n/br.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export const dict = {
6363
"command.agent.cycle.reverse.description": "Mudar para o agente anterior",
6464
"command.model.variant.cycle": "Alternar nível de raciocínio",
6565
"command.model.variant.cycle.description": "Mudar para o próximo nível de esforço",
66-
"command.prompt.mode.shell": "Alternar para o modo Shell",
67-
"command.prompt.mode.normal": "Alternar para o modo Prompt",
66+
"command.prompt.mode.shell": "Shell",
67+
"command.prompt.mode.normal": "Prompt",
6868
"command.permissions.autoaccept.enable": "Aceitar edições automaticamente",
6969
"command.permissions.autoaccept.disable": "Parar de aceitar edições automaticamente",
7070
"command.workspace.toggle": "Alternar espaços de trabalho",

packages/app/src/i18n/bs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export const dict = {
6969
"command.agent.cycle.reverse.description": "Prebaci na prethodnog agenta",
7070
"command.model.variant.cycle": "Promijeni nivo razmišljanja",
7171
"command.model.variant.cycle.description": "Prebaci na sljedeći nivo",
72-
"command.prompt.mode.shell": "Prebaci na Shell način",
73-
"command.prompt.mode.normal": "Prebaci na Prompt način",
72+
"command.prompt.mode.shell": "Shell",
73+
"command.prompt.mode.normal": "Prompt",
7474
"command.permissions.autoaccept.enable": "Automatski prihvataj izmjene",
7575
"command.permissions.autoaccept.disable": "Zaustavi automatsko prihvatanje izmjena",
7676
"command.workspace.toggle": "Prikaži/sakrij radne prostore",

packages/app/src/i18n/da.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export const dict = {
6969
"command.agent.cycle.reverse.description": "Skift til forrige agent",
7070
"command.model.variant.cycle": "Skift tænkeindsats",
7171
"command.model.variant.cycle.description": "Skift til næste indsatsniveau",
72-
"command.prompt.mode.shell": "Skift til shell-tilstand",
73-
"command.prompt.mode.normal": "Skift til prompt-tilstand",
72+
"command.prompt.mode.shell": "Shell",
73+
"command.prompt.mode.normal": "Prompt",
7474
"command.permissions.autoaccept.enable": "Accepter ændringer automatisk",
7575
"command.permissions.autoaccept.disable": "Stop automatisk accept af ændringer",
7676
"command.workspace.toggle": "Skift arbejdsområder",

packages/app/src/i18n/de.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ export const dict = {
6767
"command.agent.cycle.reverse.description": "Zum vorherigen Agenten wechseln",
6868
"command.model.variant.cycle": "Denkaufwand wechseln",
6969
"command.model.variant.cycle.description": "Zum nächsten Aufwandslevel wechseln",
70-
"command.prompt.mode.shell": "In den Shell-Modus wechseln",
71-
"command.prompt.mode.normal": "In den Prompt-Modus wechseln",
70+
"command.prompt.mode.shell": "Shell",
71+
"command.prompt.mode.normal": "Prompt",
7272
"command.permissions.autoaccept.enable": "Änderungen automatisch akzeptieren",
7373
"command.permissions.autoaccept.disable": "Automatische Annahme von Änderungen stoppen",
7474
"command.workspace.toggle": "Arbeitsbereiche umschalten",

packages/app/src/i18n/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export const dict = {
6969
"command.agent.cycle.reverse.description": "Switch to the previous agent",
7070
"command.model.variant.cycle": "Cycle thinking effort",
7171
"command.model.variant.cycle.description": "Switch to the next effort level",
72-
"command.prompt.mode.shell": "Switch to shell mode",
73-
"command.prompt.mode.normal": "Switch to prompt mode",
72+
"command.prompt.mode.shell": "Shell",
73+
"command.prompt.mode.normal": "Prompt",
7474
"command.permissions.autoaccept.enable": "Auto-accept edits",
7575
"command.permissions.autoaccept.disable": "Stop auto-accepting edits",
7676
"command.workspace.toggle": "Toggle workspaces",

packages/app/src/i18n/es.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export const dict = {
6969
"command.agent.cycle.reverse.description": "Cambiar al agente anterior",
7070
"command.model.variant.cycle": "Alternar esfuerzo de pensamiento",
7171
"command.model.variant.cycle.description": "Cambiar al siguiente nivel de esfuerzo",
72-
"command.prompt.mode.shell": "Cambiar al modo Shell",
73-
"command.prompt.mode.normal": "Cambiar al modo Prompt",
72+
"command.prompt.mode.shell": "Shell",
73+
"command.prompt.mode.normal": "Prompt",
7474
"command.permissions.autoaccept.enable": "Aceptar ediciones automáticamente",
7575
"command.permissions.autoaccept.disable": "Dejar de aceptar ediciones automáticamente",
7676
"command.workspace.toggle": "Alternar espacios de trabajo",

packages/app/src/i18n/fr.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export const dict = {
6363
"command.agent.cycle.reverse.description": "Passer à l'agent précédent",
6464
"command.model.variant.cycle": "Changer l'effort de réflexion",
6565
"command.model.variant.cycle.description": "Passer au niveau d'effort suivant",
66-
"command.prompt.mode.shell": "Passer en mode Shell",
67-
"command.prompt.mode.normal": "Passer en mode Prompt",
66+
"command.prompt.mode.shell": "Shell",
67+
"command.prompt.mode.normal": "Prompt",
6868
"command.permissions.autoaccept.enable": "Accepter automatiquement les modifications",
6969
"command.permissions.autoaccept.disable": "Arrêter l'acceptation automatique des modifications",
7070
"command.workspace.toggle": "Basculer les espaces de travail",

packages/app/src/i18n/ja.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export const dict = {
6363
"command.agent.cycle.reverse.description": "前のエージェントに切り替え",
6464
"command.model.variant.cycle": "思考レベルの切り替え",
6565
"command.model.variant.cycle.description": "次の思考レベルに切り替え",
66-
"command.prompt.mode.shell": "シェルモードに切り替える",
67-
"command.prompt.mode.normal": "プロンプトモードに切り替える",
66+
"command.prompt.mode.shell": "シェル",
67+
"command.prompt.mode.normal": "プロンプト",
6868
"command.permissions.autoaccept.enable": "編集を自動承認",
6969
"command.permissions.autoaccept.disable": "編集の自動承認を停止",
7070
"command.workspace.toggle": "ワークスペースを切り替え",

0 commit comments

Comments
 (0)