translations/bot/en.json

108 lines
5.3 KiB
JSON
Raw Normal View History

2023-06-06 20:53:15 +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}}`",
"username": "Username: `{{username}}`",
"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
},
"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-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",
"no_user_other": "The provided users could not be found"
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"
}