{
    "Invalid credentials.": "Invalid login/password combination.",
    "Username could not be found.": "This account does not exist!",

    "auth": {
        "login": {
            "title": "Login",
            "fields": {
                "@email": {
                    "placeholder": "Your account's email"
                },
                "@password": {
                    "placeholder": "Password"
                }
            },
            "actions": {
                "login": "Log in",
                "password-forgotten": "Forgot your password?"
            }
        },
        "logout": {
            "menu": "Log out"
        },
        "work-in-progress": "Page under construction",
        "errors": {
            "account-disabled": "Account disabled"
        },
        "reset-password": {
            "title": "Reset your password",
            "fields": {
                "@email": {
                    "placeholder": "Your account's email",
                    "validation": "Invalid email.",
                    "help": "Enter your email address and you will receive a link to reset your password."
                },
                "@new-password": {
                    "label": "New password",
                    "placeholder": "New password",
                    "errors": {
                        "min-length": "The password must be at least {{ limit }} characters"
                    }
                },
                "@confirm-new-password": {
                    "label": "Confirm new password",
                    "placeholder": "Confirm new password",
                    "errors": {
                        "not-match-new-password": "Both passwords must match."
                    }
                }
            },
            "actions": {
                "send-reset-email": "Send password reset email",
                "reset-password": "Reset your password"
            },
            "email-sent": {
                "reset": {
                    "title": "Password reset email has been sent",
                    "page-title": "Email Sent",
                    "if-account-exits": "If an account associated with this email exists, you have just been sent an email containing a link you can use to reset your password."
                },
                "create": {
                    "title": "Password creation email has been sent",
                    "page-title": "Email Sent",
                    "if-account-exits": "If an account associated with this email exists, you have just been sent an email containing a link you can use to create your password."
                },
                "link-expires-in": "This link expires in",
                "if-not-receiving": "If you haven't received an email, please check your 'spam' folder or",
                "if-not-receiving-try-again": "try again"
            },
            "email": {
                "reset-password": {
                    "subject": "Reset your password",
                    "visit-following-link": "Reset your password by clicking on the link below.",
                    "link-expired": "As a security measure, this link will expire in "
                },
                "create-password": {
                    "subject": "Create your password",
                    "visit-following-link": "Create your password by clicking on the link below.",
                    "link-expired": "As a security measure, this link will expire in "
                }
            }
        }  
    }
}