From 2386b58c58c0ede19c4824da1781a734f3e9e846 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Mon, 22 Jul 2024 15:26:54 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E8=AE=BE=E7=BD=AE=E4=B8=BA=E4=BC=98=E5=85=88?= =?UTF-8?q?=E7=BA=A7=E7=9B=B8=E5=85=B3=E9=80=BB=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1204412238757888]后端-服务设置为优先级相关逻辑优化 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1204412238757888 --- localconfig/i18n/language_en.json | 3 ++- localconfig/i18n/language_zh.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index ae1cf0a..fdf9e91 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -156,6 +156,7 @@ "int": "int", "isactive": "Activate or not", "isactived": "Activated", + "isactivepriority": "Whether to enable priority", "isauthenticate": "Do you need authentication", "isautofill": "Auto Fill", "iscancheck": "Can we review it", @@ -164,6 +165,7 @@ "iscanview": "Can I view it", "isdefault": "Is it default", "isdeleted": "Has it been deleted", + "isdisplaypriority": "Whether to display priority", "isend": "Completed or not", "isexpired": "Expired or not", "isfavoried": "Favorite or not", @@ -174,7 +176,6 @@ "ismultiple": "Do you want to select multiple options", "ismycreated": "Do I create", "isneedpage": "Do you need pagination", - "isneedpriority": "Display priority", "isoverride": "Overwrite or not", "isregister": "Register or not", "isrequired": "Is it mandatory", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 20bb4ec..c85a471 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -156,6 +156,7 @@ "int": "整形", "isactive": "是否激活", "isactived": "已激活", + "isactivepriority": "是否启用优先级", "isauthenticate": "是否需要鉴权", "isautofill": "是否自动填充", "iscancheck": "是否能审核", @@ -164,6 +165,7 @@ "iscanview": "是否能查看", "isdefault": "是否默认", "isdeleted": "是否已删除", + "isdisplaypriority": "是否显示优先级", "isend": "是否完结", "isexpired": "是否过期", "isfavoried": "是否收藏", @@ -174,7 +176,6 @@ "ismultiple": "是否多选", "ismycreated": "是否我创建", "isneedpage": "是否需要分页", - "isneedpriority": "是否显示优先级", "isoverride": "是否覆盖", "isregister": "是否注册", "isrequired": "是否必填", -- Gitee