From 1795a27ae37d9ab5db9b5f99b98caa20e75d0ec4 Mon Sep 17 00:00:00 2001 From: WindLi001 Date: Thu, 9 Feb 2023 15:15:51 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20translation=20error=20of=20Chinese=20UI.?= =?UTF-8?q?=20The=20"detach=5Fimage"=20should=20be=20"=E8=A7=A3=E9=99=A4?= =?UTF-8?q?=E9=9D=A2=E5=AD=94=E6=A0=87=E8=AE=B0",=20but=20not=20"=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=9D=A2=E5=AD=94=E5=91=BD=E5=90=8D".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/extractedTranslations/zh-CN/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/extractedTranslations/zh-CN/translation.json b/ui/src/extractedTranslations/zh-CN/translation.json index 74b81523..a3a3f143 100644 --- a/ui/src/extractedTranslations/zh-CN/translation.json +++ b/ui/src/extractedTranslations/zh-CN/translation.json @@ -311,7 +311,7 @@ }, "people": { "action_label": { - "detach_image": "修改面孔命名", + "detach_image": "解除面孔标记", "merge_face": "合并面孔", "move_face": "移动面孔" },