add strings for /kick

This commit is contained in:
Lea 2023-06-19 12:23:26 +02:00
parent 202a6da3ed
commit 7e0a028d9d
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -51,16 +51,20 @@
} }
}, },
"warn": { "warn": {
"title": "Warn user",
"no_user_one": "The provided user could not be found",
"no_user_other": "The provided users could not be found",
"user_warned": "### User warned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nInfraction number: **{{count}}**" "user_warned": "### User warned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nInfraction number: **{{count}}**"
},
"kick": {
"user_kicked": "### User kicked\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nInfraction number: **{{count}}**",
"not_a_member": "The target (<@{{userid}}>) is not a member of this server."
} }
}, },
"infractions": { "infractions": {
"title_create": "Create infraction",
"infraction_created": "Infraction created", "infraction_created": "Infraction created",
"operation_completed": "Operation completed", "operation_completed": "Operation completed",
"too_many_users": "Too many users provided! Please provide no more than {{max}} users." "too_many_users": "Too many users provided! Please provide no more than {{max}} users.",
"no_user_one": "The provided user could not be found",
"no_user_other": "The provided users could not be found"
}, },
"target_uncertain": { "target_uncertain": {
"title": "Confirm action", "title": "Confirm action",
@ -70,6 +74,11 @@
"confirmed": "Action confirmed!", "confirmed": "Action confirmed!",
"canceled": "Action cancelled." "canceled": "Action cancelled."
}, },
"permissions": {
"target_higher_than_you": "The target user has a ranking equal to or higher than yours.",
"bot_cant_kick": "AutoMod does not have sufficient permission to kick the target user.",
"bot_cant_ban": "AutoMod does not have sufficient permission to ban the target user."
},
"command_failed": { "command_failed": {
"title": "Command execution failed", "title": "Command execution failed",
"bug_report": "File a bug report", "bug_report": "File a bug report",