add strings

This commit is contained in:
Lea 2023-06-27 22:26:45 +02:00
parent 100dc3a98e
commit b005a1ae00

View file

@ -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",