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}\" 吗?此操作不可撤销。"