{
    "general": {
        "about": "About",
        "tos": "Terms of Service",
        "privacy": "Privacy Policy",
        "image_by": "Image by"
    },
    "login": {
        "title": "Login",
        "email": "Email",
        "password": "Password",
        "enter": {
            "email": "Enter your email.",
            "password": "Enter your password."
        },
        "forgot": "Forgot your password?",
        "new": "New to REVOLT?",
        "create": "Create a new account."
    },
    "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",
        "sameDay": "Today at",
        "nextDay": "Tomorrow at",
        "last": "last",
        "at": "at"
    }
}