From 7faf3213463ddd0462f43a8c01255dc215994421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Wed, 6 Jul 2022 19:41:37 +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 19857c4..e9ffda8 100644 --- a/src/i18n/zh.js +++ b/src/i18n/zh.js @@ -286,7 +286,15 @@ const zh = { }, }, room_state: { - name: "状态" + name: "状态", + room_directory:{ + action: { + create: "新建" + } + } + }, + forward_extremities: { + name: "扩展" } }, };