diff --git a/nezha-fronted/src/components/common/language/cn.js b/nezha-fronted/src/components/common/language/cn.js index 13e7956d7..510830d0b 100644 --- a/nezha-fronted/src/components/common/language/cn.js +++ b/nezha-fronted/src/components/common/language/cn.js @@ -504,6 +504,7 @@ const cn = { number: '必须是数字', email: '不合法的E-mail地址', tel: '不合法的电话号码', + telephone: '电话号码不能为空', host: '不合法的IP', fileSize: '文件过大', port: '不合法的端口', diff --git a/nezha-fronted/src/components/common/language/en.js b/nezha-fronted/src/components/common/language/en.js index 7212246a0..4cff73fc1 100644 --- a/nezha-fronted/src/components/common/language/en.js +++ b/nezha-fronted/src/components/common/language/en.js @@ -225,7 +225,7 @@ const en = { dashboard: { title: 'Dashboard', addChartTemp: 'Add chart temp', - connect: 'Connect', + connect: ' Open terminal', panel: { title: 'Panel', // '面板' searchItem: { @@ -515,6 +515,7 @@ const en = { positiveInteger: 'Positive integer', email: 'Invalid email', // '不合法的E-mail地址' tel: 'Invalid phone number', // '不合法的电话号码' + telephone: 'Phone number cannot be empty', host: 'Invalid Host', // '不合法的Host' domain: 'Invalid domain', usize: 'Must be number(1 - 47)', diff --git a/nezha-fronted/src/components/common/project/topologyL5.vue b/nezha-fronted/src/components/common/project/topologyL5.vue index c3420f420..8a44cbce1 100644 --- a/nezha-fronted/src/components/common/project/topologyL5.vue +++ b/nezha-fronted/src/components/common/project/topologyL5.vue @@ -272,13 +272,14 @@ {{ $t('overall.name') }} - + {{ $t('overall.folder') }} - + @@ -69,16 +69,16 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/nezha-fronted/src/components/common/rightBox/administration/roleBox.vue b/nezha-fronted/src/components/common/rightBox/administration/roleBox.vue index 66ff9eefc..9f36b2c50 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/roleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/roleBox.vue @@ -15,7 +15,7 @@ show-word-limit size="small" type="text" v-model="editRole.name"> - + diff --git a/nezha-fronted/src/components/common/rightBox/administration/userBox.vue b/nezha-fronted/src/components/common/rightBox/administration/userBox.vue index e1f09ca8a..9d22da4cf 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/userBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/userBox.vue @@ -21,21 +21,21 @@ - - - + - + @@ -81,7 +81,9 @@