{
    "test": "Test message in English",
    "i18n_test": "They shat themselves",
    "i18n_test_f": "She shat herself",
    "i18n_test_m": "He shat himself",
    "commands": {
        "ping": {
            "title": "Latency",
            "body": "WebSocket: {{latency.ws}}\nRound trip: {{latency.roundtrip}}"
        },
        "config": {
            "title": "Configuration",
            "unknown_setting": "Unknown setting \"{{setting}}\"",
            "usage_hint": "Use **{{command}} <option> <new value>** to change a setting, or use **clear** as value to reset it.",
            "setting_info": {
                "title": "Setting: {{setting}}",
                "type": "Type: {{type}}",
                "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}}.",
            "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."
        },
        "whois": {
            "title": "User info",
            "title_member": "Member info",
            "not_found": "Cannot find the requested user.",
            "data": {
                "id": "User ID: `{{id}}`",
                "displayname": "Display name: `{{displayname}}`",
                "username": "Username: `{{username}}`",
                "discriminator": "Discriminator: `{{discriminator}}`",
                "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"
            }
        },
        "warn": {
            "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."
        },
        "ban": {
            "user_banned": "### User banned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nBan expiry: {{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!",
            "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."
        }
    },
    "infractions": {
        "title_create": "Create infraction",
        "infraction_created": "Infraction created",
        "operation_completed": "Operation completed",
        "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",
        "death_threats": "I know where you live :3",
        "permanent": "Permanent"
    },
    "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."
    },
    "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."
    },
    "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*"
    },
    "command_failed": {
        "title": "Command execution failed",
        "bug_report": "File a bug report",
        "support_server": "Join support server"
    },
    "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"
}