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: "隔离" + } } }, };