From 2ad72c514828c3cb6c40fd3791538cf0113671a5 Mon Sep 17 00:00:00 2001 From: deluxghost Date: Sun, 25 Jun 2023 12:14:46 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (108 of 108 strings) Translation: AutoMod/Bot Translate-URL: http://weblate.insrt.uk/projects/automod/bot/zh_Hans/ --- bot/zh_Hans.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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": {