{
    "forms": {
        "username": "Username",
        "email": "Email",
        "new_email": "New Email",
        "confirm_email": "Confirm Email",
        "password": "Password",
        "new_password": "New Password",
        "confirm_password": "Confirm Password",
        "current_password": "Current Password"
    },
    "buttons": {
        "login": "Login",
        "register": "Register",
        "client": "Client",
        "logout": "Logout",
        "return_web": "Web",
        "enter_hotel": "Enter Hotel"
    },
    "dialogs": {
        "title": "HabboAPI",
        "ok": "Close",
        "ok_logout": "Logout",
        "ok_reload": "Reload",
        "cancel": "Cancel",
        "close": "Close",
        "invalid_login": "That login was invalid, please try again.",
        "something_wrong": "Something went wrong, please try again.",
        "disconnected": "Your client has been disconnected.",
        "logout": "Are you sure you would like to logout?",
        "password_updated": "Your password has been updated!",
        "email_updated": "Your email address has been updated!",
        "client_updated": "Your client settings have been updated! You must reload the client for the changes to take effect."
    },
    "messages": {
        "required": "This field is required",
        "maxlength": "This field has exceeded the maximum length",
        "email": "Please enter a valid email address",
        "username_unavailable": "That username is not available",
        "email_unavailable": "That email address is already registered"
    },
    "login": {
        "login_header": "Welcome to {{site_name}},",
        "login_description": "a strange place with awesome people",
        "login_info": "{{site_name}} Hotel is a virtual world where you can create your very own character and design your room just the way you like it. You'll meet new friends, chat, organize parties, look after virtual pets, create and play games and complete quests.",
        "login_card_header": "Login"
    },
    "register": {
        "register_header": "This is where the fun begins,",
        "register_description": "create your very own {{site_name}} character!",
        "register_info": "",
        "register_card_header": "Register"
    },
    "navigation": {
        "view_profile": "My Profile",
        "account_settings": "Account Settings",
        "user_online": "User Online",
        "users_online": "Users Online"
    },
    "community": {
        "statistic_users": "Total Users",
        "statistic_rooms": "Total Rooms",
        "statistic_groups": "Total Groups",
        "statistic_furniture": "Total Furniture",
        "latest_user": "Latest User",
        "latest_room": "Latest Room",
        "active_rooms": "Active Rooms"
    },
    "staff": {
        "about_staff": "Our Staff",
        "about_desc": "The {{site_name}} staff team consists of multiple users that each have different roles in the hotel. Most of the management team has been aronud since the start, but we will recruit anyone who sticks out & shows dedication!"
    },
    "group": {
        "group_details": "Group Details",
        "group_owner": "Group Owner",
        "group_created": "Created",
        "total_members": "Total Members",
        "group_room": "Group Room",
        "room_name": "Name",
        "room_owner": "Owner",
        "room_users": "Users",
        "group_members": "Group Members",
        "no_members": "{{group_name}} has no members!",
        "group_forums": "Group Forums",
        "member_since": "Member Since"
    },
    "room": {
        "room_name": "Name",
        "room_owner": "Owner",
        "room_owner_title": "Room Owner",
        "room_users": "Users",
        "room_score": "Score",
        "room_details": "Room Details",
        "enter_room": "Enter Room"
    },
    "settings": {
        "password": "Password",
        "email": "Email",
        "client": {
            "header": "Client",
            "block_following": "Block Following",
            "block_friend_requests": "Block Friend Requests",
            "block_room_invites": "Block Room Invites",
            "old_chat": "Old Chat",
            "ignore_bots": "Ignore Bots",
            "ignore_pets": "Ignore Pets"
        },
        "user_info": {
            "created": "Created",
            "rank": "Rank",
            "email": "Email",
            "credits": "Credits",
            "pixels": "Pixels",
            "diamonds": "Diamonds"
        }
    },
    "client": {
        "revolving": "We all live in igloos./For science, you monster/Loading funny message... please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It's not you, it's me./Shhh! I'm trying to think here./Loading pixel universe."
    },
    "profile": {
        "user_badges": "Badges",
        "no_badges": "{{user_name}} doesn't own any badges!",
        "user_friends": "Friends",
        "no_friends": "{{user_name}} doesn't have any friends!",
        "user_rooms": "Rooms",
        "no_rooms": "{{user_name}} doesn't own any rooms!",
        "user_groups": "Group Memberships",
        "no_groups": "{{user_name}} doesn't belong to any groups!"
    },
    "user_info_card": {
        "last_login": "Last Login",
        "last_online": "Last Online",
        "account_created": "Joined"
    },
    "forums": {
        "forum_threads": "Threads"
    }
}