{
    "errors": {
        "languageNotValid": "The language is not valid.",
        "notType": "The value is not of the right type.",
        "valueUndefined": "The value is not defined.",
        "notTypeOption": "The value is not of the right type. ($s)"
    },
    "time": {
        "months": [
            "January",
            "February",
            "March",
            "April",
            "May",
            "June",
            "July",
            "August",
            "September",
            "October",
            "November",
            "December"
        ],
        "days": [
            "Sunday",
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday",
            "Saturday"
        ],
        "day": [
            "st",
            "nd",
            "rd"
        ],
        "th": "th",
        "times": [
            [
                "year",
                "years",
                "y"
            ],
            [
                "month",
                "months",
                "mo"
            ],
            [
                "week",
                "weeks",
                "w"
            ],
            [
                "day",
                "days",
                "d"
            ],
            [
                "hour",
                "hours",
                "h"
            ],
            [
                "minute",
                "minutes",
                "m"
            ],
            [
                "second",
                "seconds",
                "s"
            ],
            [
                "millisecond",
                "milliseconds",
                "ms"
            ]
        ]
    },
    "convert": {
        "symbol": [
            "",
            "K",
            "M",
            "B",
            "T"
        ],
        "decimal": ".",
        "separator": ","
    },
    "test": {
        "test": "test.test"
    }
}
