{
    "page": {
        "title": "Profile"
    },
    "tabs": {
        "myProfile": "Profile",
        "password": "Password",
        "myAds": "My proposals",
        "carpoolSettings": "My settings",
        "alerts": "Alerts",
        "bankCoordinates": "Bank details",
        "carpoolsAccepted": "Accepted carpools",
        "myAccount": "Account",
        "reviews": "Reviews"
    },
    "form": {
        "newPassword": "New password",
        "newPasswordRepeat": "New password (confirmation)",
        "errors": {
            "required": "Password is required",
            "notIdentiquals": "Passwords are not identical"
        }
    },
    "snackBar": {
        "passwordUpdated": "Password updated",
        "textSnackError": "Error in updating the password"
    },
    "errors": {
        "required": "Password is required",
        "min": "The password must be at least 8 characters in length.",
        "upper": "The password must contain 1 uppercase letter.",
        "lower": "The password must contain 1 lower case letter.",
        "number": "The password must contain 1 digit."
    },
    "save": "Register",
    "getMyCarpools": "/getMyCarpools"
}
