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": "临时封禁已过期" + } } }