@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
19 lines (18 loc) • 1.73 kB
JavaScript
export default {
"intl-common:characters:apostrophe": "apóstrofo", // short name or description of the "'" character
"intl-common:characters:ampersand": "&", // 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": "símbolo “mayor que”", // short name or description of the ">" character
"intl-common:characters:lessThan": "símbolo “menor que”", // short name or description of the "<" character
"intl-common:characters:numberSign": "símbolo numérico", // short name or description of the "#" character
"intl-common:characters:percentSign": "símbolo de porcentaje", // short name or description of the "%" character
"intl-common:characters:pipe": "Barra vertical", // 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": "comilla", // 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)
};