From 7c81c913cba7ec3d0ed01bf6f0ff50b51f311bf2 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 21 Feb 2023 21:49:37 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=20account=20template?= =?UTF-8?q?=20add=20error=20msg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 1 + src/i18n/langs/ja.json | 1 + src/i18n/langs/zh.json | 1 + src/layout/components/NavHeader/About.vue | 18 +++++++++--------- src/views/assets/Asset/AssetDetail/Account.vue | 12 +++++------- 5 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 89751267a..0f59efdfc 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -435,6 +435,7 @@ "ReLoginErr": "Login time has exceeded 5 minutes, please login again" }, "common": { + "DownloadCenter": "Download center", "ImportOrg": "Import organization", "About": "About", "PermissionCompany": "Permission company", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index 1be77c671..61b419d23 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -436,6 +436,7 @@ }, "common": { "RestoreDefault": "デフォルトに戻す", + "DownloadCenter": "ダウンロードセンター", "ImportOrg": "組織をインポート", "About": "について", "PermissionCompany": "授权公司", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 2e8053eaf..f014fa7bb 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -432,6 +432,7 @@ }, "common": { "RestoreDefault": "恢复默认", + "DownloadCenter": "下载中心", "ImportOrg": "导入组织", "About": "关于", "PermissionCompany": "授权公司", diff --git a/src/layout/components/NavHeader/About.vue b/src/layout/components/NavHeader/About.vue index b411ec3cd..81a490bb8 100644 --- a/src/layout/components/NavHeader/About.vue +++ b/src/layout/components/NavHeader/About.vue @@ -1,24 +1,24 @@