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: "扩展" } }, };