diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index db189a0564..a85e06bcdf 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -3225,5 +3225,7 @@ "Sending invites... (%(progress)s out of %(count)s)|one": "正在发送邀请…", "Sending invites... (%(progress)s out of %(count)s)|other": "正在发送邀请… (%(count)s 中的 %(progress)s)", "Loading new room": "正在加载新聊天室", - "Upgrading room": "正在升级聊天室" + "Upgrading room": "正在升级聊天室", + "Kick from %(roomName)s": "从 %(roomName)s 中踢出去", + "Threads": "帖子" }