From 3565c1326de2ad997f123f374fa5c984899db9a5 Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 28 Jun 2023 11:17:57 +0200 Subject: [PATCH] need.... more..... strings........ --- bot/en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bot/en.json b/bot/en.json index 0c48376..a117b02 100644 --- a/bot/en.json +++ b/bot/en.json @@ -63,12 +63,16 @@ "user_banned": "### User banned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nBan expiry: {{expires}}\nInfraction number: **{{count}}**" }, "infractions": { + "title": "User 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" + "user_not_found_one": "A provided user could not be found!", + "user_not_found_other": "{{count}} of the provided users could be found!", + "members_cant_view_infractions": "This server has disabled the ability for server members to view infractions.", + "members_can_only_view_own": "This server only allows you to view your own infractions." }, "timeout": { "title": "Timeout",