diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 108ff6112..ba5ac6414 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -438,10 +438,12 @@ "ReLoginErr": "Login time has exceeded 5 minutes, please login again" }, "common": { - "DownloadCenter": "Download center", - "RestoreDefault": "Restore default", - "ImportOrg": "Import organization", + "CommunityEdition": "Community Edition", + "EnterpriseEdition": "Enterprise Edition", + "Product": "Product", "About": "About", + "DownloadCenter": "Download center", + "ImportOrg": "Import organization", "PermissionCompany": "Permission company", "ApproverNumbers": "Approver numbers", "ConvenientOperate": "Convenient operate", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 237a31726..aaa7921bc 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -434,6 +434,9 @@ "ReLoginErr": "登录时长已超过 5 分钟,请重新登录" }, "common": { + "CommunityEdition": "社区版", + "EnterpriseEdition": "企业版", + "Product": "产品", "RestoreDefault": "恢复默认", "DownloadCenter": "下载中心", "ImportOrg": "导入组织", diff --git a/src/layout/components/NavHeader/About.vue b/src/layout/components/NavHeader/About.vue index 7d5191028..0041520a0 100644 --- a/src/layout/components/NavHeader/About.vue +++ b/src/layout/components/NavHeader/About.vue @@ -3,7 +3,7 @@ v-if="iVisible" :show-cancel="false" :show-confirm="false" - :title="''" + :title="$tc('common.About')" :visible.sync="iVisible" class="about-dialog" top="10%" @@ -11,10 +11,12 @@ >