translations/bot/en.json

245 lines
14 KiB
JSON
Raw Permalink 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}}`",
"displayname": "Display name: `{{displayname}}`",
2023-06-10 12:49:23 +00:00
"username": "Username: `{{username}}`",
"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-27 20:26:45 +00:00
"infractions": {
2023-06-28 09:17:57 +00:00
"title": "User infractions",
2023-06-27 20:26:45 +00:00
"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}}))",
"details_hint": "To view or manage a specific infraction, run:\n`{{prefix}}infractions #0000 [view | edit | revoke]`",
2023-06-28 09:17:57 +00:00
"user_not_found_one": "A provided user could not be found!",
"user_not_found_other": "{{count}} of the provided users could be found!",
"no_permission": "Sorry, only moderators can do this.",
2023-06-28 09:17:57 +00:00
"members_cant_view_infractions": "This server has disabled the ability for server members to view infractions.",
"members_can_only_view_own": "This server only allows you to view your own infractions.",
"infraction_does_not_exist": "I can't find any infraction with an ID of `{{id}}` in this server.",
"unknown_action": "I'm not sure what you mean by \"{{action}}\". Available options are \"edit\", \"revoke\" or \"show\".",
"already_revoked": "This infraction has already been revoked!",
"cant_edit_revoked": "This infraction has been revoked, and can no longer be edited.",
"no_new_reason": "Please provide the new infraction reason after \"{{command}}\"!",
"revoke_confirm": "Are you sure you want to revoke infraction `{{id}}`?",
"revoke_confirmed": "Revoked infraction `{{id}}`!",
"revoke_cancelled": "Got it, infraction will not be revoked.",
"edit_confirm": "Are you sure you want to change the reason of infraction `{{id}}`?",
"edit_new_reason": "New reason: {{reason}}",
"edit_confirmed": "Changed reason of infraction `{{id}}`!",
"edit_cancelled": "Got it, infraction reason will not be edited.",
"details": {
"header": "#### Infraction: `{{id}}`",
"target": "User: {{username}}",
"moderator": "Moderator: {{username}}",
"created": "Created: {{ts}} ({{tsRelative}})",
"reason": "Reason: {{reason}}",
"context": "Context: [here]({{url}})",
"type": "Action: {{type}}",
"revoked": "> **Revoked:** This infraction has been revoked by a moderator."
}
2023-06-27 20:26:45 +00:00
},
2023-06-25 09:25:51 +00:00
"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}}**"
},
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-27 13:26:03 +00:00
},
"help": {
"title": "AutoMod command list",
"header": "### 👋 Heya!\n##### I'm AutoMod, the friendly moderation assistant. Below is a list of available commands to get you started!",
"legend": "A 🔒 padlock means that you don't have permission to run the command, while ~~strikethrough~~ commands are unavailable in this chat."
2023-07-13 22:42:08 +00:00
},
"login": {
"title": "Log in",
"info": "You can log into AutoMod's dashboard here: {{url}}\nIf you already have a login OTP, run `{{prefix}}login <OTP>`.",
"not_found": "Hmm, it doesn't look like the OTP you provided is valid.",
"prompt": "### Was this really you?\nIf someone told you to run this, **stop!** Someone is trying to **gain access to your account**!\n\nThe **only place** that you should run this command from is {{url}}.\n\nThink someone is trying to scam you? Right click their avatar and click \"Report user\". Don't respond to any other messages. Stay safe!\n\nIf this was you and you are trying to log into {{url}}, click on ✅ below to approve this request.",
"approved": "Login request approved! Refresh your browser if nothing happened.",
"denied": "Login request denied! If you think someone is trying to scam you, please report them immediately.",
"check_dm": "Check your [direct messages]({{dm_url}})! Please run this command in my DM chat in the future to avoid spamming servers and exposing potentially private information.",
"details": "#### Login request details\n##### This login attempt was created from the following location:\nCountry: `{{country}}`\nRegion: `{{region}}`\nCity: `{{city}}`\nTime: {{time}}"
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}}",
2023-06-29 14:57:58 +00:00
"old_reason": "Old reason: {{reason}}",
"new_reason": "New reason: {{reason}}",
2023-06-23 18:27:55 +00:00
"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",
2023-06-29 14:57:58 +00:00
"content": "An infraction for {{username}} has been removed"
},
"edit_infraction": {
"title": "Infraction reason changed",
"content": "An infraction for {{username}} has been edited"
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-29 20:54:45 +00:00
},
"message": {
"info": {
"header": "{{channel}} • {{user}} • [Context]({{url}})",
"embeds_one": "1 embed",
"embeds_other": "{{count}} embeds",
"attachments_one": "1 attachment",
"attachments_other": "{{count}} attachments",
"show_more": "show more",
"content_unknown": "Message was empty"
},
"edit": {
"title": "Message edited",
"old_content": "Old content",
"new_content": "New content"
},
"delete": {
"title": "Message deleted",
"content": "Message content"
},
"bulk_delete": {
"title": "Bulk delete",
"content_one": "One message was deleted in {{channel}} - [Show]({{url}})",
"content_other": "{{count}} messages were deleted in {{channel}} - [Show]({{url}})"
}
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"
}