@telerik/kendo-intl
Version:
A package exporting functions for date and number parsing and formatting
16 lines (14 loc) • 1.27 kB
JavaScript
//The error is represented by unique name and corresponding message
//The message can contain placeholders with index, e.g. {0}, {1}
export default {
"NoLocale": "Missing locale info for '{0}'",
"NoCurrency": "Cannot determine currency information. Please load the locale currencies data.",
"NoSupplementalCurrency": "Cannot determine currency. Please load the supplemental currencyData.",
"NoCurrencyRegion": "No currency data for region '{0}'",
"NoCurrencyDisplay": "Cannot determine currency display information. Please load the locale currencies data. The default culture does not include the all currencies data.",
"NoGMTInfo": "Cannot determine locale GMT format. Please load the locale timeZoneNames data.",
"NoWeekData": "Cannot determine locale first day of week. Please load the supplemental weekData.",
"NoFirstDay": "Cannot determine locale first day of week. Please load the supplemental weekData. The default culture includes only the 'en-US' first day info.",
"NoValidCurrency": "Cannot determine a default currency for the {0} locale. Please specify explicitly the currency with the format options.",
"NoDateFieldNames": "Cannot determine the locale date field names. Please load the locale dateFields data."
};