From bc53c405a5b2f2053166d845df8053380a408d00 Mon Sep 17 00:00:00 2001 From: Lykin <137850705+tiny-craft@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:50:10 +0800 Subject: [PATCH] chore: update some text --- frontend/src/components/dialogs/ImportKeyDialog.vue | 2 +- frontend/src/langs/en-us.json | 2 +- frontend/src/langs/zh-cn.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/dialogs/ImportKeyDialog.vue b/frontend/src/components/dialogs/ImportKeyDialog.vue index 1317d9e..0fd85c0 100644 --- a/frontend/src/components/dialogs/ImportKeyDialog.vue +++ b/frontend/src/components/dialogs/ImportKeyDialog.vue @@ -166,7 +166,7 @@ const onClose = () => { :loading="loading" type="primary" @click="onConfirmImport"> - {{ $t('dialogue.export.export') }} + {{ $t('dialogue.import.import') }} diff --git a/frontend/src/langs/en-us.json b/frontend/src/langs/en-us.json index 5834b64..6cc0226 100644 --- a/frontend/src/langs/en-us.json +++ b/frontend/src/langs/en-us.json @@ -43,7 +43,7 @@ "key_icon_style0": "Short", "key_icon_style1": "Full", "key_icon_style2": "Point", - "key_icon_style3": "Key Icon", + "key_icon_style3": "Common", "proxy": "Proxy", "use_system_proxy": "Use system proxy", "use_system_proxy_http": "Use system proxy only for HTTP(S) request", diff --git a/frontend/src/langs/zh-cn.json b/frontend/src/langs/zh-cn.json index 42132a8..79dc984 100644 --- a/frontend/src/langs/zh-cn.json +++ b/frontend/src/langs/zh-cn.json @@ -43,7 +43,7 @@ "key_icon_style0": "紧凑类型", "key_icon_style1": "全称类型", "key_icon_style2": "圆点类型", - "key_icon_style3": "键图标", + "key_icon_style3": "通用图标", "proxy": "代理", "use_system_proxy": "使用系统代理", "use_system_proxy_http": "仅在HTTP请求时使用系统代理",