diff --git a/bot/zh_Hans.json b/bot/zh_Hans.json index 4cccc5d..7bfeccf 100644 --- a/bot/zh_Hans.json +++ b/bot/zh_Hans.json @@ -68,6 +68,15 @@ }, "ban": { "user_banned": "### 封禁的用户\n违规 ID:`{{id}}`\n用户:`{{user}}`\n原因:{{reason}}\n封禁期限:{{expires}}\n违规次数:**{{count}}**" + }, + "timeout": { + "title_clear": "解除静默", + "prompt_clear_other": "这将会解除所选用户的静默。要继续吗?", + "no_permission": "我没有静默成员的权限!", + "title": "静默", + "prompt_clear_one": "这将会解除所选用户的静默。要继续吗?", + "cleared_timeout": "`{{displayname}}` 的静默已解除!\n用户:{{username}}(`{{userid}}`)", + "user_timed_out": "### 静默的用户\n违规 ID:`{{id}}`\n用户:`{{user}}`\n原因:{{reason}}\n期限:{{expires}}\n违规次数:**{{count}}**" } }, "infractions": {