{
    "views": {
        "Home": {
            "title": "home",
            "subTitle1": "Welcome to the {0} site!",
            "aboutButton": "Discover the team"
        },
        "About": {
            "title": "about",
            "subTitle": "Who are we?"
        },
        "Settings": {
            "Index": {
                "title": "settings"
            },
            "EditAccount": {
                "Index": {
                    "title": "edit my account"
                }
            },
            "VerifyEmail": {
                "Index": {
                    "title": "email confirmation",
                    "beingVerified": "wait for verification",
                    "success": "your mail address has been successfuly verified ✔",
                    "redirectMessage": "You will be redirected to home in {0} seconds..."
                }
            }
        },
        "Login": {
            "Index": {
                "title": "log in"
            }
        },
        "SignUp": {
            "Index": {
                "title": "create account"
            }
        },
        "ForgotPassword": {
            "Index": {
                "title": "reset password"
            }
        },
        "ResetPassword": {
            "Index": {
                "title": "reset password"
            }
        },
        "NotFound": {
            "Index": {
                "title": "page not found"
            }
        }
    }
}