diff --git a/web/src/locales/ar.json b/web/src/locales/ar.json index c55abc492..393bf694c 100644 --- a/web/src/locales/ar.json +++ b/web/src/locales/ar.json @@ -542,6 +542,7 @@ "ipLimitTime": "وقت الحد من IP", "langFilesPath": "مسار ملفات اللغة", "language": "اللغة", + "defaultLanguage": "اللغة الإفتراضية", "level": "المستوى", "localFileConfig": "تكوين الملف المحلي", "localFilePath": "مسار الملف المحلي", diff --git a/web/src/locales/en.json b/web/src/locales/en.json index 8ae8e133c..bbef77d37 100644 --- a/web/src/locales/en.json +++ b/web/src/locales/en.json @@ -550,6 +550,7 @@ "ipLimitTime": "IP Limit Time", "langFilesPath": "Language Files Address", "language": "Language", + "defaultLanguage" : "Default Language", "level": "Level", "localFileConfig": "Local File Configuration", "localFilePath": "Local File Path", diff --git a/web/src/locales/zh.json b/web/src/locales/zh.json index 9530ac784..6494c06ae 100644 --- a/web/src/locales/zh.json +++ b/web/src/locales/zh.json @@ -136,6 +136,7 @@ "enterDBUsername": "", "initNow": "立即初始化", "language": "语", + "defaultLanguage": "默认语言", "note": "初始化须知", "note1": "1.您需有用一定的VUE和GOLANG基础", "note2-1": "2.请您确认是否已经阅读过", diff --git a/web/src/view/superAdmin/dictionary/sysDictionary.vue b/web/src/view/superAdmin/dictionary/sysDictionary.vue index 063d00187..3c3d6b02b 100644 --- a/web/src/view/superAdmin/dictionary/sysDictionary.vue +++ b/web/src/view/superAdmin/dictionary/sysDictionary.vue @@ -2,7 +2,7 @@
-
+
{{ t('view.dictionary.sysDictionary.listOfDictionaries') }} @@ -34,7 +34,7 @@
@@ -51,12 +51,12 @@
- + - - + + diff --git a/web/src/view/superAdmin/menu/menu.vue b/web/src/view/superAdmin/menu/menu.vue index 156b516df..17adf05cc 100644 --- a/web/src/view/superAdmin/menu/menu.vue +++ b/web/src/view/superAdmin/menu/menu.vue @@ -25,7 +25,7 @@