2023-06-06 20:53:15 +00:00
|
|
|
{
|
2023-06-06 20:56:32 +00:00
|
|
|
"test": "Test message in English",
|
2023-06-06 20:53:15 +00:00
|
|
|
"i18n_test": "They shat themselves",
|
|
|
|
"i18n_test_f": "She shat herself",
|
2023-06-06 21:32:23 +00:00
|
|
|
"i18n_test_m": "He shat himself",
|
|
|
|
"commands": {
|
|
|
|
"ping": {
|
|
|
|
"title": "Latency",
|
|
|
|
"body": "WebSocket: {{latency.ws}}\nRound trip: {{latency.roundtrip}}"
|
2023-06-07 11:44:06 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"title": "Configuration",
|
|
|
|
"unknown_setting": "Unknown setting \"{{setting}}\"",
|
2023-06-08 11:31:24 +00:00
|
|
|
"usage_hint": "Use **{{command}} <option> <new value>** to change a setting, or use **clear** as value to reset it.",
|
2023-06-07 11:44:06 +00:00
|
|
|
"setting_info": {
|
|
|
|
"title": "Setting: {{setting}}",
|
2023-06-07 12:38:34 +00:00
|
|
|
"type": "Type: {{type}}",
|
2023-06-07 11:44:06 +00:00
|
|
|
"current": "Current value: {{value}}",
|
|
|
|
"options": "Available options: {{options}}"
|
|
|
|
},
|
|
|
|
"invalid_value": "The value you provided is not applicable to this option.\nAllowed values are: {{values}}",
|
|
|
|
"setting_updated": "Setting {{setting}} has been changed from {{old}} to {{value}}.",
|
2023-06-07 12:38:34 +00:00
|
|
|
"setting_unchanged": "Setting {{setting}} is already set to {{value}}.",
|
|
|
|
"needs_server": "This setting can only be changed in a server.",
|
|
|
|
"no_permission": "You don't have permission to change this server's configuration."
|
2023-06-10 12:49:23 +00:00
|
|
|
},
|
|
|
|
"whois": {
|
|
|
|
"title": "User info",
|
|
|
|
"title_member": "Member info",
|
|
|
|
"not_found": "Cannot find the requested user.",
|
|
|
|
"data": {
|
|
|
|
"id": "User ID: `{{id}}`",
|
2023-06-21 17:46:54 +00:00
|
|
|
"displayname": "Display name: `{{displayname}}`",
|
2023-06-10 12:49:23 +00:00
|
|
|
"username": "Username: `{{username}}`",
|
2023-06-21 17:46:54 +00:00
|
|
|
"discriminator": "Discriminator: `{{discriminator}}`",
|
2023-06-10 12:49:23 +00:00
|
|
|
"created": "Account created: <t:{{ts}}:R> (<t:{{ts}}:F>)",
|
|
|
|
"flags": "User Flags: {{flags}} (`{{flagsNum}}`)",
|
|
|
|
"badges": "Badges: {{badges}} (`{{badgesNum}}`)",
|
|
|
|
"icons": {
|
|
|
|
"text": "Avatar: {{links}}",
|
|
|
|
"global": "Global",
|
|
|
|
"server": "Server",
|
|
|
|
"banner": "Banner"
|
|
|
|
},
|
|
|
|
"privileged": "🔨 This user is **privileged** and has a global permission override",
|
|
|
|
"nickname": "Nickname: `{{nickname}}`",
|
|
|
|
"colour": "Role colour: `{{colour}}`",
|
|
|
|
"ranking": "Role ranking: `{{rank}}` (Yours: `{{own_rank}}`)",
|
|
|
|
"roles": "Roles: {{roles}}",
|
|
|
|
"owner": "🦞 **Server owner**",
|
|
|
|
"inferior": "⬇️ This user is ranked lower than you",
|
|
|
|
"superior": "⬆️ This user is ranked higher than you"
|
|
|
|
}
|
2023-06-19 07:51:13 +00:00
|
|
|
},
|
|
|
|
"warn": {
|
|
|
|
"user_warned": "### User warned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nInfraction number: **{{count}}**"
|
2023-06-19 10:23:26 +00:00
|
|
|
},
|
|
|
|
"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."
|
2023-06-20 14:50:28 +00:00
|
|
|
},
|
2023-06-21 13:55:57 +00:00
|
|
|
"ban": {
|
|
|
|
"user_banned": "### User banned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nBan expiry: {{expires}}\nInfraction number: **{{count}}**"
|
|
|
|
},
|
2023-06-20 14:50:28 +00:00
|
|
|
"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!",
|
|
|
|
"no_time": "#### You haven't provided a valid timestamp!\nExample: `{{prefix}}remindme 10m Take the pizza out of the oven`",
|
|
|
|
"message_too_long": "That reminder is too long! It can't exceed {{length}} characters."
|
2023-06-06 21:32:23 +00:00
|
|
|
}
|
|
|
|
},
|
2023-06-19 07:51:13 +00:00
|
|
|
"infractions": {
|
2023-06-23 18:27:55 +00:00
|
|
|
"names": {
|
|
|
|
"ban_permanent": "Permanent ban",
|
|
|
|
"ban_temporary": "Temporary ban",
|
|
|
|
"kick": "Kick",
|
|
|
|
"warn": "Warn",
|
|
|
|
"timeout": "Timeout"
|
|
|
|
},
|
2023-06-19 10:23:26 +00:00
|
|
|
"title_create": "Create infraction",
|
2023-06-19 07:51:13 +00:00
|
|
|
"infraction_created": "Infraction created",
|
|
|
|
"operation_completed": "Operation completed",
|
2023-06-19 10:23:26 +00:00
|
|
|
"too_many_users": "Too many users provided! Please provide no more than {{max}} users.",
|
|
|
|
"no_user_one": "The provided user could not be found",
|
2023-06-20 14:54:53 +00:00
|
|
|
"no_user_other": "The provided users could not be found",
|
2023-06-21 13:55:57 +00:00
|
|
|
"death_threats": "I know where you live :3",
|
2023-06-23 18:27:55 +00:00
|
|
|
"permanent": "Permanent",
|
|
|
|
"unknown_reason": "Unknown reason"
|
2023-06-19 07:51:13 +00:00
|
|
|
},
|
2023-06-23 11:35:02 +00:00
|
|
|
"server_logs": {
|
2023-06-23 18:27:55 +00:00
|
|
|
"details": {
|
|
|
|
"infraction_id": "Infraction ID: `{{id}}`",
|
|
|
|
"target_user": "Target user: {{username}} (`{{id}}`)",
|
|
|
|
"moderator": "Moderator: {{username}} (`{{id}}`)",
|
|
|
|
"ban_expiry": "Ban expires: {{ts}}",
|
|
|
|
"reason": "Reason: {{reason}}",
|
|
|
|
"warn_number_one": "This is **the first** warn for this user.",
|
|
|
|
"warn_number_other": "This is warn number **{{count}}** for this user."
|
|
|
|
},
|
2023-06-23 11:35:02 +00:00
|
|
|
"create_infraction": {
|
2023-06-23 18:27:55 +00:00
|
|
|
"title": "Infraction created",
|
|
|
|
"message": {
|
|
|
|
"ban_permanent": "{{moderator}} permanently banned {{target}}",
|
|
|
|
"ban_temporary": "{{moderator}} temporarily banned {{target}}",
|
|
|
|
"timeout": "{{moderator}} timed out {{target}}",
|
|
|
|
"kick": "{{moderator}} kicked {{target}}",
|
|
|
|
"warn": "{{moderator}} warned {{target}}"
|
|
|
|
}
|
2023-06-23 11:35:02 +00:00
|
|
|
},
|
|
|
|
"remove_infraction": {
|
2023-06-23 18:27:55 +00:00
|
|
|
"title": "Infraction removed",
|
|
|
|
"content": "An infraction for {{user}} (`{{infraction.user}}`) has been removed"
|
2023-06-23 11:35:02 +00:00
|
|
|
},
|
|
|
|
"temp_ban_expire": {
|
2023-06-23 18:27:55 +00:00
|
|
|
"title": "Temporary ban expired",
|
2023-06-24 08:51:31 +00:00
|
|
|
"content": "`{{username}}` has been unbanned because their temporary ban expired.",
|
|
|
|
"content_f": "`{{username}}` has been unbanned because her temporary ban expired.",
|
|
|
|
"content_m": "`{{username}}` has been unbanned because his temporary ban expired."
|
2023-06-23 11:35:02 +00:00
|
|
|
}
|
|
|
|
},
|
2023-06-19 07:51:13 +00:00
|
|
|
"target_uncertain": {
|
|
|
|
"title": "Confirm action",
|
|
|
|
"body_one": "This action will affect the following user: {{users}}.",
|
|
|
|
"body_other": "This action will affect the following users: {{users}}.",
|
|
|
|
"not_all_found": "{{count}} of the provided users could not be found. Do you want to proceed anyway?\nThe following users will be affected: {{users}}",
|
|
|
|
"confirmed": "Action confirmed!",
|
|
|
|
"canceled": "Action cancelled."
|
|
|
|
},
|
2023-06-19 10:23:26 +00:00
|
|
|
"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."
|
|
|
|
},
|
2023-06-20 14:50:28 +00:00
|
|
|
"reminder": {
|
|
|
|
"title": "Here's your reminder!",
|
|
|
|
"body": "#### You asked me to remind you of the following {{timestamp}}:\n{{message}}",
|
|
|
|
"no_message": "*You didn't set a reminder message, click [here]({{url}}) to jump to context*"
|
|
|
|
},
|
2023-06-06 21:32:23 +00:00
|
|
|
"command_failed": {
|
|
|
|
"title": "Command execution failed",
|
|
|
|
"bug_report": "File a bug report",
|
|
|
|
"support_server": "Join support server"
|
2023-06-19 07:51:13 +00:00
|
|
|
},
|
|
|
|
"no_permission": {
|
|
|
|
"title": "No permission",
|
|
|
|
"body": "### ❌ Access denied\nYou need the following permissions to run this command: {{permissions}}"
|
|
|
|
},
|
|
|
|
"server_only": {
|
|
|
|
"title": "Not in a server",
|
|
|
|
"body": "This command can only be used in a server."
|
|
|
|
},
|
|
|
|
"error_generic": "An error occurred"
|
2023-06-06 20:56:32 +00:00
|
|
|
}
|