@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
19 lines (18 loc) • 1.71 kB
JavaScript
export default {
"intl-common:characters:apostrophe": "apóstrofe", // short name or description of the "'" character
"intl-common:characters:ampersand": "et", // short name or description of the "&" character
"intl-common:characters:asterisk": "asterisco", // short name or description of the "*" character
"intl-common:characters:backslash": "barra invertida", // short name or description of the "\" character
"intl-common:characters:colon": "dos puntos", // short name or description of the ":" character
"intl-common:characters:comma": "coma", // short name or description of the "," character
"intl-common:characters:greaterThan": "signo \"mayor que\"", // short name or description of the ">" character
"intl-common:characters:lessThan": "signo \"menor que\"", // short name or description of the "<" character
"intl-common:characters:numberSign": "signo de número", // short name or description of the "#" character
"intl-common:characters:percentSign": "signo de porcentaje", // short name or description of the "%" character
"intl-common:characters:pipe": "pleca", // short name or description of the "|" character
"intl-common:characters:questionMark": "signo de interrogación", // short name or description of the "?" character
"intl-common:characters:quotationMark": "comillas", // short name or description of the '"' character
"intl-common:navigation:back:title": "Anterior", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:next:title": "Siguiente", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "Anterior", // term for navigating to the previous page or item (in Title Case)
};