From a82937c78219a5f08e51e12b0930ebf9e26fabaf Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 28 Jun 2023 14:28:17 +0200 Subject: [PATCH] Add a whole bunch of new strings for infractions --- bot/en.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/bot/en.json b/bot/en.json index a117b02..bbbb933 100644 --- a/bot/en.json +++ b/bot/en.json @@ -69,10 +69,34 @@ "embed_header_other": "#### {{count}} infractions stored for {{username}}", "more_infractions_one": "###### (One more - view [here]({{url}}))", "more_infractions_other": "###### ({{count}} more - view [here]({{url}}))", + "details_hint": "To view or manage a specific infraction, run:\n`{{prefix}}infractions #0000 [view | edit | revoke]`", "user_not_found_one": "A provided user could not be found!", "user_not_found_other": "{{count}} of the provided users could be found!", + "no_permission": "Sorry, only moderators can do this.", "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." + "members_can_only_view_own": "This server only allows you to view your own infractions.", + "infraction_does_not_exist": "I can't find any infraction with an ID of `{{id}}` in this server.", + "unknown_action": "I'm not sure what you mean by \"{{action}}\". Available options are \"edit\", \"revoke\" or \"show\".", + "already_revoked": "This infraction has already been revoked!", + "cant_edit_revoked": "This infraction has been revoked, and can no longer be edited.", + "no_new_reason": "Please provide the new infraction reason after the \"{{command}}\"!", + "revoke_confirm": "Are you sure you want to revoke infraction `{{id}}`?", + "revoke_confirmed": "Revoked infraction `{{id}}`!", + "revoke_cancelled": "Got it, infraction will not be revoked.", + "edit_confirm": "Are you sure you want to change the reason of infraction `{{id}}`?", + "edit_new_reason": "New reason: {{reason}}", + "edit_confirmed": "Changed reason of infraction `{{id}}`!", + "edit_cancelled": "Got it, infraction reason will not be edited.", + "details": { + "header": "#### Infraction: `{{id}}`", + "target": "User: {{username}}", + "moderator": "Moderator: {{username}}", + "created": "Created: {{ts}} ({{tsRelative}})", + "reason": "Reason: {{reason}}", + "context": "Context: [here]({{url}})", + "type": "Action: {{type}}", + "revoked": "> **Revoked:** This infraction has been revoked by a moderator." + } }, "timeout": { "title": "Timeout",