更新 'src/i18n/zh.js'

This commit is contained in:
钟进 2022-07-09 08:22:08 +08:00
parent 36bf2dff3e
commit 8804bdc94d

View File

@ -170,6 +170,9 @@ const zh = {
world_readable: "任何人", world_readable: "任何人",
}, },
unencrypted: "未加密", unencrypted: "未加密",
},
helper: {
forward_extremities: "转发"
} }
}, },
reports: { reports: {
@ -297,13 +300,18 @@ const zh = {
} }
}, },
forward_extremities: { forward_extremities: {
name: "扩展" name: "转发"
}, },
registration_tokens: { registration_tokens: {
name: "注册" name: "注册"
}, },
p3url: { p3url: {
name: "第三方链接" name: "第三方链接"
},
quarantine_media: {
action: {
name: "隔离"
}
} }
}, },
}; };