UNPKG

@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
export default { "intl-common:characters:apostrophe": "apóstrofo", // short name or description of the "'" character "intl-common:characters:ampersand": "E comercial", // 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": "dois-pontos", // short name or description of the ":" character "intl-common:characters:comma": "vírgula", // short name or description of the "," character "intl-common:characters:greaterThan": "sinal de maior que", // short name or description of the ">" character "intl-common:characters:lessThan": "sinal de menor que", // short name or description of the "<" character "intl-common:characters:numberSign": "cerquilha", // short name or description of the "#" character "intl-common:characters:percentSign": "sinal de porcentagem", // short name or description of the "%" character "intl-common:characters:pipe": "pipe", // short name or description of the "|" character "intl-common:characters:questionMark": "ponto de interrogação", // short name or description of the "?" character "intl-common:characters:quotationMark": "aspas", // short name or description of the '"' character "intl-common:navigation:back:title": "Voltar", // term for navigating back to the previous page (in Title Case) "intl-common:navigation:next:title": "Avançar", // 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) };