Skip to content
Snippets Groups Projects
en.json 1.64 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",
                "friends": "Friends",
                "unreads": "Unreads"
            }
        },
        "main": {
            "categories": {
                "conversations": "Conversations",
                "channels": "Channels",
                "members": "Members"
            },
            "channel": {
                "message": "Message {{name}}"
            }
        }
    },
    "dayjs": {
        "lastDay": "[Yesterday at] LT",
        "sameDay": "[Today at] LT",
        "nextDay": "[Tomorrow at] LT",
        "lastWeek": "[Last] dddd [at] LT",
        "nextWeek": "dddd [at] LT",
        "sameElse": "L"
    }
}