From 17670cab2a8c9c6665efc574aa3f7a83fded7991 Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:43:45 +0800 Subject: [PATCH] =?UTF-8?q?[i18n]=20=E5=B0=86=E3=80=8C=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E3=80=8D=E6=94=B9=E4=B8=BA=E3=80=8C=E5=A4=8D=E5=88=B6=E4=B8=BA?= =?UTF-8?q?=E5=89=AF=E6=9C=AC=E3=80=8D=EF=BC=88=E5=8F=AA=E6=94=B9=E7=AE=80?= =?UTF-8?q?=E4=BD=93=E4=B8=AD=E6=96=87=EF=BC=89=20(#10854)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [i18n] 将「重复」改为「复制为副本」 * Revert "[i18n] 将「重复」改为「复制为副本」" This reverts commit 908965710b74309042080eda61ec5db25b68acbf. * [i18n] 将「重复」改为「复制为副本」(只改简体中文) --- app/appearance/langs/zh_CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/appearance/langs/zh_CN.json b/app/appearance/langs/zh_CN.json index 2111384a7..198da0c61 100644 --- a/app/appearance/langs/zh_CN.json +++ b/app/appearance/langs/zh_CN.json @@ -731,7 +731,7 @@ "sub": "下标", "enter": "聚焦", "enterBack": "聚焦到上层", - "duplicate": "重复", + "duplicate": "复制为副本", "turnInto": "转换为", "split": "分屏", "underline": "下划线",