From 699e0754684c2824628ad96dd8ec1d90ccd4ab00 Mon Sep 17 00:00:00 2001 From: deluxghost Date: Fri, 23 Jun 2023 14:59:21 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (79 of 79 strings) Translation: AutoMod/Bot Translate-URL: http://weblate.insrt.uk/projects/automod/bot/zh_Hans/ --- bot/zh_Hans.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bot/zh_Hans.json b/bot/zh_Hans.json index 2d02157..4302770 100644 --- a/bot/zh_Hans.json +++ b/bot/zh_Hans.json @@ -71,7 +71,7 @@ } }, "infractions": { - "infraction_created": "已创建违规", + "infraction_created": "违规已创建", "operation_completed": "操作完成", "too_many_users": "指定用户过多!请指定不超过 {{max}} 个用户。", "title_create": "创建违规", @@ -110,5 +110,16 @@ "title": "给您的提醒!", "body": "#### 您要求我在 {{timestamp}} 提醒您:\n{{message}}", "no_message": "*您没有设置提醒消息,点击[这里]({{url}})跳转到上下文*" + }, + "server_logs": { + "create_infraction": { + "title": "违规已创建" + }, + "remove_infraction": { + "title": "违规已删除" + }, + "temp_ban_expire": { + "title": "临时封禁已过期" + } } }