Add strings for /timeout

This commit is contained in:
Lea 2023-06-25 11:25:51 +02:00
parent 2950c0964d
commit 52c7470278
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -62,6 +62,15 @@
"ban": {
"user_banned": "### User banned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nBan expiry: {{expires}}\nInfraction number: **{{count}}**"
},
"timeout": {
"title": "Timeout",
"title_clear": "Clear timeout",
"prompt_clear_one": "This will clear the timeout for the selected user. Continue?",
"prompt_clear_other": "This will clear the timeout for the selected users. Continue?",
"no_permission": "I don't have permission to time out members!",
"cleared_timeout": "Timeout for `{{displayname}}` cleared!\nUser: {{username}} (`{{userid}}`)",
"user_timed_out": "### User timed out\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nDuration: {{expires}}\nInfraction number: **{{count}}**"
},
"remindme": {
"title": "Reminder",
"reminder_set": "#### Reminder set!\nYou will receive a direct message {{time}}. Make sure you always share at least one mutual server with AutoMod!",