From dffea49e0e4daeb6c9050f2949dfff9600a01eb0 Mon Sep 17 00:00:00 2001 From: fanchenxuan Date: Sat, 14 Sep 2024 14:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fanchenxuan --- .../src/main/resources/bo_CN/element/string.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/permissionmanager/src/main/resources/bo_CN/element/string.json b/permissionmanager/src/main/resources/bo_CN/element/string.json index 8f193e8..da5a95f 100644 --- a/permissionmanager/src/main/resources/bo_CN/element/string.json +++ b/permissionmanager/src/main/resources/bo_CN/element/string.json @@ -50,7 +50,10 @@ }, { "name":"ban", - "value":"བཀག་འགོག" + "value":"མི་ཆོག", + "attr":{ + "priority":"LT" + } }, { "name":"group_label_document_folder", @@ -78,7 +81,10 @@ }, { "name":"per_inquiry", - "value":"ཐེངས་སོ་སོར་བློ་འདྲི་བ།" + "value":"ཐེངས་རེར་བློ་འདྲི་བ།", + "attr":{ + "priority":"LT" + } }, { "name":"group_label_download_folder", @@ -94,7 +100,10 @@ }, { "name":"This_time_only", - "value":"ཐེངས་གཅིག་ཁ་ནར་ཆོག་པ།" + "value":"ཐེངས་འདི་ཁ་ོནར་ཆོག་པ།", + "attr":{ + "priority":"LT" + } }, { "name":"group_label_health", -- Gitee