diff --git a/nezha-fronted/src/components/common/rightBox/setting/globalizationBox.vue b/nezha-fronted/src/components/common/rightBox/setting/globalizationBox.vue index 8f0292dca..222695353 100644 --- a/nezha-fronted/src/components/common/rightBox/setting/globalizationBox.vue +++ b/nezha-fronted/src/components/common/rightBox/setting/globalizationBox.vue @@ -2,7 +2,7 @@
-
{{editGlobalization.id ? ($t("i18n.editI18n")) : $t("i18n.createI18n")}}
+
{{editGlobalization.id ? ($t("config.menus.editI18n")) : $t("config.menus.createI18n")}}
@@ -11,13 +11,13 @@
- + - + - + - + diff --git a/nezha-fronted/src/components/common/table/settings/globalizationTable.vue b/nezha-fronted/src/components/common/table/settings/globalizationTable.vue index 4c2c01c21..8abf4f98c 100644 --- a/nezha-fronted/src/components/common/table/settings/globalizationTable.vue +++ b/nezha-fronted/src/components/common/table/settings/globalizationTable.vue @@ -89,23 +89,27 @@ export default { width: 80, sortable: 'custom' }, { - label: this.$t('i18n.name'), + label: this.$t('config.menus.name'), prop: 'name', show: true, + minWidth: 150, sortable: 'custom' }, { - label: this.$t('i18n.code'), + label: this.$t('config.menus.code'), prop: 'code', show: true, + minWidth: 150, sortable: 'custom' }, { - label: this.$t('i18n.lang'), + label: this.$t('config.menus.lang'), prop: 'lang', show: true, + minWidth: 150, sortable: 'custom' }, { - label: this.$t('i18n.value'), + label: this.$t('config.menus.value'), prop: 'value', + minWidth: 150, show: true } // , {