From 8804bdc94db126ad816b2cd382f2fe4b6ac552b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sat, 9 Jul 2022 08:22:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/i18n/zh.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/zh.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/i18n/zh.js b/src/i18n/zh.js index 05b42ea..c0102cc 100644 --- a/src/i18n/zh.js +++ b/src/i18n/zh.js @@ -170,6 +170,9 @@ const zh = { world_readable: "任何人", }, unencrypted: "未加密", + }, + helper: { + forward_extremities: "转发" } }, reports: { @@ -297,13 +300,18 @@ const zh = { } }, forward_extremities: { - name: "扩展" + name: "转发" }, registration_tokens: { name: "注册" }, p3url: { name: "第三方链接" + }, + quarantine_media: { + action: { + name: "隔离" + } } }, };