From 4a840288c5a3f15888534044acf45543f16a874b Mon Sep 17 00:00:00 2001 From: jym503558564 <503558564@qq.com> Date: Fri, 4 Sep 2020 10:02:19 +0800 Subject: [PATCH] =?UTF-8?q?pref(assetSelect):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E9=80=89=E6=8B=A9=E8=A1=A8=E5=8D=95=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AssetSelect/index.vue | 2 +- src/i18n/langs/cn.json | 3 ++- src/i18n/langs/en.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/AssetSelect/index.vue b/src/components/AssetSelect/index.vue index af379e4c4..c5a372b6e 100644 --- a/src/components/AssetSelect/index.vue +++ b/src/components/AssetSelect/index.vue @@ -81,7 +81,7 @@ export default { }, { prop: 'ip', - label: this.$t('assets.ip'), + label: this.$t('assets.ipDomain'), sortable: 'custom' } ], diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index 3fa8e0b98..afd5639b4 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -144,7 +144,8 @@ "GroupsHelpMessage": "请输入用户组,多个用户组使用逗号分隔(需填写已存在的用户组)", "HomeHelpMessage": "默认家目录 /home/系统用户名: /home/username", "Home": "家目录", - "LinuxUserAffiliateGroup": "用户附属组" + "LinuxUserAffiliateGroup": "用户附属组", + "ipDomain": "IP(域名)" }, "audits": { diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index a3a994e74..6c0e29aa2 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -144,7 +144,8 @@ "GroupsHelpMessage": "Please fill in user groups, separated by commas if there are multiple user groups(Please fill in the existing user groups)", "HomeHelpMessage": "Default home directory: /home/system username", "Home": "Home", - "LinuxUserAffiliateGroup": "Linux user affiliate group" + "LinuxUserAffiliateGroup": "Linux user affiliate group", + "ipDomain": "IP(Domain)" }, "audits": { "Hosts": "Host",