From 533b3a2c6dd94db49f8bc99c87ef8cb58cd96992 Mon Sep 17 00:00:00 2001 From: deluxghost Date: Mon, 19 Jun 2023 07:57:32 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 83.0% (49 of 59 strings) Translation: AutoMod/Bot Translate-URL: http://weblate.insrt.uk/projects/automod/bot/zh_Hans/ --- bot/zh_Hans.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bot/zh_Hans.json b/bot/zh_Hans.json index 56140fe..fd82b3b 100644 --- a/bot/zh_Hans.json +++ b/bot/zh_Hans.json @@ -53,7 +53,14 @@ }, "warn": { "title": "警告用户", - "user_warned": "### 警告的用户\n违规 ID:`{{id}}`\n用户:`{{user}}`\n原因:{{reason}}\n违规次数:**{{count}}**" + "user_warned": "### 警告的用户\n违规 ID:`{{id}}`\n用户:`{{user}}`\n原因:{{reason}}\n违规次数:**{{count}}**", + "no_user_one": "无法找到指定的用户", + "no_user_other": "无法找到指定的用户" } + }, + "infractions": { + "infraction_created": "已创建违规", + "operation_completed": "操作完成", + "too_many_users": "指定用户过多!请指定不超过 {{max}} 个用户。" } }