From 96c718e45fa2c073d7eeb4b90b81d00f5e166e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Wed, 6 Jul 2022 19:51:11 +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 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/i18n/zh.js b/src/i18n/zh.js index d01766c..f1514d5 100644 --- a/src/i18n/zh.js +++ b/src/i18n/zh.js @@ -172,11 +172,11 @@ const zh = { } }, reports: { - name: "报告事件", + name: "举报事件", fields: { id: "ID", - received_ts: "报告时间", - user_id: "报告者", + received_ts: "举报时间", + user_id: "举报者", name: "房间名", score: "分数", reason: "原因", @@ -295,6 +295,9 @@ const zh = { }, forward_extremities: { name: "扩展" + }, + registration_tokens: { + name: "注册" } }, };