diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index ae1cf0a7af142758f15866d69619c2e054ca0ca8..fdf9e9193e7441048eb42041ece428517f727855 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 20bb4ec0299f0f24dcbf0c8e681d5e5b4b5d3337..c85a471902b5813a0c67b31620f68b364d7ff5bd 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": "是否必填",