From aad54426824407d1b9998443fd6c2757eca0ff64 Mon Sep 17 00:00:00 2001
From: lideqin <694785430@qq.com>
Date: Fri, 13 Sep 2024 15:40:17 +0800
Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9UAT=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=EF=BC=9A=E5=AD=97=E5=85=B8=E9=A1=B9=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E7=BC=96=E8=BE=91=E5=92=8C=E6=A0=87=E7=AD=BE=E5=86=85=E5=AE=B9?=
=?UTF-8?q?=E9=A1=B9=E5=AD=97=E5=85=B8=E9=85=8D=E7=BD=AE=E5=A2=9E=E5=8A=A0?=
=?UTF-8?q?=E8=8B=B1=E6=96=87=E7=AE=80=E5=86=99=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/common/lang/en-us.js | 1 +
src/common/lang/system/en.js | 1 +
src/common/lang/system/zh.js | 1 +
src/common/lang/zh-cn.js | 1 +
src/views/system/modules/DictItemModal.vue | 9 +++++++++
.../system/tags/modules/TagContentDictItemModal.vue | 8 ++++++++
6 files changed, 21 insertions(+)
diff --git a/src/common/lang/en-us.js b/src/common/lang/en-us.js
index 261a2ed..508817d 100644
--- a/src/common/lang/en-us.js
+++ b/src/common/lang/en-us.js
@@ -439,6 +439,7 @@ module.exports = {
dictList: 'Dictionary List',
// 字典配置项新增,编辑弹框
dataValue: 'Data Value',
+ englishAbbreviation: 'English abbreviation',
rankingValue: 'Ranking Value',
valueSmallerIsHigher: 'The smaller the value, the higher the value',
valueCannotContainSpecChar: 'Data values cannot contain special characters!',
diff --git a/src/common/lang/system/en.js b/src/common/lang/system/en.js
index c6f04c7..5a2c0e5 100644
--- a/src/common/lang/system/en.js
+++ b/src/common/lang/system/en.js
@@ -50,6 +50,7 @@ module.exports = {
// 字段列表
name: 'Name',
dataValue: 'Value',
+ englishAbbreviation: 'English abbreviation',
parentName: 'Parent Name',
select: 'Select',
tree: 'Tree',
diff --git a/src/common/lang/system/zh.js b/src/common/lang/system/zh.js
index 2f62801..ce0c595 100644
--- a/src/common/lang/system/zh.js
+++ b/src/common/lang/system/zh.js
@@ -50,6 +50,7 @@ module.exports = {
// 字段列表
name: '名称',
dataValue: '数据值',
+ englishAbbreviation: '英文简称',
parentName: '父级名称',
select: '下拉选择',
tree: '树形结构',
diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js
index 05a1197..1063c29 100644
--- a/src/common/lang/zh-cn.js
+++ b/src/common/lang/zh-cn.js
@@ -439,6 +439,7 @@ module.exports = {
dictList: '字典列表',
// 字典配置项新增,编辑弹框
dataValue: '数据值',
+ englishAbbreviation: '英文简称',
rankingValue: '排序值',
valueSmallerIsHigher: '值越小越靠前',
valueCannotContainSpecChar: '数据值不能包含特殊字符!',
diff --git a/src/views/system/modules/DictItemModal.vue b/src/views/system/modules/DictItemModal.vue
index bfb8a27..0fcd0ff 100644
--- a/src/views/system/modules/DictItemModal.vue
+++ b/src/views/system/modules/DictItemModal.vue
@@ -40,6 +40,15 @@
+
+
+
+
+
+
+
+
+
+