From e0b79316f8b19cc869717c28699a047ad83c5941 Mon Sep 17 00:00:00 2001 From: deluxghost Date: Tue, 20 Jun 2023 18:48:07 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (72 of 72 strings) Translation: AutoMod/Bot Translate-URL: http://weblate.insrt.uk/projects/automod/bot/zh_Hans/ --- bot/zh_Hans.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/bot/zh_Hans.json b/bot/zh_Hans.json index e593990..5af4030 100644 --- a/bot/zh_Hans.json +++ b/bot/zh_Hans.json @@ -57,6 +57,12 @@ "kick": { "user_kicked": "### 踢出的用户\n违规 ID:`{{id}}`\n用户:`{{user}}`\n原因:{{reason}}\n违规次数:**{{count}}**", "not_a_member": "目标(<@{{userid}}>)不是此服务器的成员。" + }, + "remindme": { + "title": "提醒", + "reminder_set": "#### 提醒已设置!\n您将会在 {{time}} 收到私人消息。请确保您与 AutoMod 始终至少有一个共同的服务器!", + "no_time": "#### 您未提供有效的时间戳!\n示例:`{{prefix}}remindme 10m 从烤箱里拿出披萨`", + "message_too_long": "提醒过长!不能超过 {{length}} 个字符。" } }, "infractions": { @@ -65,7 +71,8 @@ "too_many_users": "指定用户过多!请指定不超过 {{max}} 个用户。", "title_create": "创建违规", "no_user_one": "无法找到指定的用户", - "no_user_other": "无法找到指定的用户" + "no_user_other": "无法找到指定的用户", + "death_threats": "我知道你住在哪 :3" }, "target_uncertain": { "title": "确认操作", @@ -88,5 +95,14 @@ "bot_cant_kick": "AutoMod 没有足够的权限踢出目标用户。", "target_higher_than_you": "目标用户的等级与您相同或比您高。", "bot_cant_ban": "AutoMod 没有足够的权限封禁目标用户。" + }, + "test": "英语测试消息", + "i18n_test": "They shat themselves", + "i18n_test_f": "She shat herself", + "i18n_test_m": "He shat himself", + "reminder": { + "title": "给您的提醒!", + "body": "#### 您要求我在 {{timestamp}} 提醒您:\n{{message}}", + "no_message": "*您没有设置提醒消息,点击[这里]({{url}})跳转到上下文*" } }