From 08277ae202f248056f1bdabec376a73a2c1bec75 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Sat, 19 Apr 2025 09:35:51 +0800 Subject: [PATCH] update --- packages/frontend/src/locales/en.json | 5 ++++- packages/frontend/src/locales/zh.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/locales/en.json b/packages/frontend/src/locales/en.json index ae2272c..224ce23 100644 --- a/packages/frontend/src/locales/en.json +++ b/packages/frontend/src/locales/en.json @@ -148,7 +148,10 @@ "keyUpdateNote": "Leave private key and passphrase blank to keep the existing key.", "proxy": "Proxy:", "noProxy": "No Proxy", - "tags": "Tags:" + "tags": "Tags:", + "sectionBasic": "Basic Information", + "sectionAuth": "Authentication", + "sectionAdvanced": "Advanced Options" }, "prompts": { "confirmDelete": "Are you sure you want to delete the connection \"{name}\"? This cannot be undone." diff --git a/packages/frontend/src/locales/zh.json b/packages/frontend/src/locales/zh.json index ce92e3f..f96d8c8 100644 --- a/packages/frontend/src/locales/zh.json +++ b/packages/frontend/src/locales/zh.json @@ -148,7 +148,10 @@ "keyUpdateNote": "将私钥和密码短语留空以保留现有密钥。", "proxy": "代理:", "noProxy": "无代理", - "tags": "标签:" + "tags": "标签:", + "sectionBasic": "基本信息", + "sectionAuth": "认证信息", + "sectionAdvanced": "高级选项" }, "prompts": { "confirmDelete": "确定要删除连接 \"{name}\" 吗?此操作不可撤销。"