Add a whole bunch of new strings for infractions

This commit is contained in:
Lea 2023-06-28 14:28:17 +02:00
parent 486ce5da11
commit a82937c782
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -69,10 +69,34 @@
"embed_header_other": "#### {{count}} infractions stored for {{username}}", "embed_header_other": "#### {{count}} infractions stored for {{username}}",
"more_infractions_one": "###### (One more - view [here]({{url}}))", "more_infractions_one": "###### (One more - view [here]({{url}}))",
"more_infractions_other": "###### ({{count}} 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_one": "A provided user could not be found!",
"user_not_found_other": "{{count}} of the provided users could 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_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": { "timeout": {
"title": "Timeout", "title": "Timeout",