From bc72b18d55220fce3c8f650475e5ba115fd82037 Mon Sep 17 00:00:00 2001 From: deluxghost Date: Fri, 30 Jun 2023 03:44:52 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (162 of 162 strings) Translation: AutoMod/Bot Translate-URL: http://weblate.insrt.uk/projects/automod/bot/zh_Hans/ --- bot/zh_Hans.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/bot/zh_Hans.json b/bot/zh_Hans.json index ed186f2..0e156a6 100644 --- a/bot/zh_Hans.json +++ b/bot/zh_Hans.json @@ -204,6 +204,31 @@ "edit_infraction": { "title": "违规原因已修改", "content": "{{username}} 的一项违规已被修改" + }, + "message": { + "info": { + "embeds_one": "1 个嵌入内容", + "embeds_other": "{{count}} 个嵌入内容", + "attachments_one": "1 个附件", + "show_more": "显示更多", + "content_unknown": "消息为空", + "header": "{{channel}} • {{user}} • [上下文]({{url}})", + "attachments_other": "{{count}} 个附件" + }, + "edit": { + "title": "消息已编辑", + "new_content": "新内容", + "old_content": "旧内容" + }, + "delete": { + "title": "消息已删除", + "content": "消息内容" + }, + "bulk_delete": { + "title": "批量删除", + "content_other": "{{channel}} 中的 {{count}} 条消息被删除 - [显示]({{url}})", + "content_one": "{{channel}} 中的一条消息被删除 - [显示]({{url}})" + } } } }