From b005a1ae006259dfb2b1ce85a39465e7cd89b28d Mon Sep 17 00:00:00 2001 From: Lea Date: Tue, 27 Jun 2023 22:26:45 +0200 Subject: [PATCH] add strings --- bot/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bot/en.json b/bot/en.json index 8655316..0c48376 100644 --- a/bot/en.json +++ b/bot/en.json @@ -62,6 +62,14 @@ "ban": { "user_banned": "### User banned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nBan expiry: {{expires}}\nInfraction number: **{{count}}**" }, + "infractions": { + "embed_header_zero": "There are no infractions stored for {{username}}.", + "embed_header_one": "#### One infraction stored for {{username}}", + "embed_header_other": "#### {{count}} infractions stored for {{username}}", + "more_infractions_one": "###### (One more - view [here]({{url}}))", + "more_infractions_other": "###### ({{count}} more - view [here]({{url}}))", + "title": "User infractions" + }, "timeout": { "title": "Timeout", "title_clear": "Clear timeout",