need.... more..... strings........

This commit is contained in:
Lea 2023-06-28 11:17:57 +02:00
parent cd7d2f6f27
commit 3565c1326d
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -63,12 +63,16 @@
"user_banned": "### User banned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nBan expiry: {{expires}}\nInfraction number: **{{count}}**" "user_banned": "### User banned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nBan expiry: {{expires}}\nInfraction number: **{{count}}**"
}, },
"infractions": { "infractions": {
"title": "User infractions",
"embed_header_zero": "There are no infractions stored for {{username}}.", "embed_header_zero": "There are no infractions stored for {{username}}.",
"embed_header_one": "#### One infraction stored for {{username}}", "embed_header_one": "#### One infraction stored for {{username}}",
"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}}))",
"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": { "timeout": {
"title": "Timeout", "title": "Timeout",