Skip to content
Snippets Groups Projects
en.json 3.95 KiB
{
    "general": {
        "about": "About",
        "tos": "Terms of Service",
        "privacy": "Privacy Policy",
        "image_by": "Image by"
    },
    "login": {
        "title": "Login",
        "register": "Register",
        "username": "Username",
        "email": "Email",
        "password": "Password",
        "enter": {
            "username": "Enter a username.",
            "email": "Enter your email.",
            "password": "Enter your password."
        },
        "forgot": "Forgot your password?",
        "reset": "Reset password",
        "remembered": "Go back to login.",
        "new": "New to REVOLT?",
        "existing": "Already have an account?",
        "create": "Create a new account.",
        "cancel": "Cancel request."
    },
    "app": {
        "status": {
            "online": "Online",
            "idle": "Idle",
            "busy": "Busy",
            "invisible": "Invisible",
            "offline": "Offline"
        },
        "navigation": {
            "tabs": {
                "home": "Home",
                "dev": "Developer",
                "friends": "Friends",
                "unreads": "Unreads"
            }
        },
        "main": {
            "categories": {
                "conversations": "Conversations",
                "channels": "Channels",
                "members": "Members"
            },
            "channel": {
                "message": "Message {{name}}"
            }
        },
        "special": {
            "friends": {
                "pending": "Pending",
                "blocked": "Blocked",
                "incoming": "Incoming friend request.",
                "outgoing": "Outgoing friend request."
            },
            "status": {
                "offline": "Offline.",
                "disconnected": "Disconnected.",
                "connecting": "Connecting...",
                "reconnecting": "Reconnecting..."
            },
            "modals": {
                "error": "An error occurred!",
                "clipboard": {
                    "unavailable": "Clipboard is unavailable!",
                    "https": "You are not currently in a HTTPS context.",
                    "copy": "Manual Copy:"
                },
                "signed_out": "You were signed out!",
                "actions": {
                    "ok": "Ok",
                    "close": "Close",
                    "reload": "Reload App"
                }
            },
            "requires_online": "You need to be online to view this."
        },
        "context_menu": {
            "copy_id": "Copy ID",
            "block_user": "Block User"
        }
    },
    "dayjs": {
        "lastDay": "[Yesterday at] LT",
        "sameDay": "[Today at] LT",
        "nextDay": "[Tomorrow at] LT",
        "lastWeek": "[Last] dddd [at] LT",
        "nextWeek": "dddd [at] LT",
        "sameElse": "L"
    },
    "error": {
        "unlabelled": "Something happened.",
        "failed_validation": "Failed to validate fields.",
        "database_error": "Database error.",
        "internal_error": "Internal error.",
        "unknown_error": "See console.",
        "operation_failed": "Operation failed.",
        "missing_headers": "Missing headers.",
        "invalid_session": "Invalid session.",
        "unverified_account": "Unverified account.",
        "unknown_user": "Unknown user.",
        "email_in_use": "Email in use.",
        "wrong_password": "Wrong password.",
        "already_onboarded": "Already finished onboarding.",
        "username_taken": "Username is taken.",
        "already_friends": "Already friends with this user.",
        "already_sent_request": "Already sent a request to this user.",
        "blocked": "You have blocked this user.",
        "blocked_other": "This user has blocked you.",
        "no_effect": "This request had no effect.",
        "required_field": "Required",
        "too_short": "Too short",
        "too_long": "Too long",
        "invalid_email": "Invalid email address"
    }
}