From cb819da0c51c0662e1bc3835f475459b4a218367 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Tue, 22 Apr 2025 02:35:47 +0800 Subject: [PATCH] update --- packages/frontend/src/locales/en.json | 4 +++- packages/frontend/src/locales/zh.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/locales/en.json b/packages/frontend/src/locales/en.json index 750e431..f18e66e 100644 --- a/packages/frontend/src/locales/en.json +++ b/packages/frontend/src/locales/en.json @@ -841,7 +841,9 @@ "fileEditorActive": "File Editor" }, "confirmClose": "You have unsaved changes. Are you sure you want to close?", - "shortcutPlaceholder": "e.g., Alt+K" + "shortcutPlaceholder": "e.g., Alt+K", + "shortcutSettings": "Shortcut Settings", + "noInputsAvailable": "No configurable inputs available" }, "dockerManager": { "loading": "Loading Docker Containers...", diff --git a/packages/frontend/src/locales/zh.json b/packages/frontend/src/locales/zh.json index 2c64e79..b416d4b 100644 --- a/packages/frontend/src/locales/zh.json +++ b/packages/frontend/src/locales/zh.json @@ -846,7 +846,9 @@ "fileEditorActive": "文件编辑器" }, "confirmClose": "有未保存的更改,确定要关闭吗?", - "shortcutPlaceholder": "例如 Alt+K" + "shortcutPlaceholder": "例如 Alt+K", + "shortcutSettings": "快捷键设置", + "noInputsAvailable": "没有可配置的输入项" }, "dockerManager": { "loading": "正在加载 Docker 容器...",