@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
19 lines (18 loc) • 1.75 kB
JavaScript
export default {
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
"intl-common:characters:ampersand": "perluète", // short name or description of the "&" character
"intl-common:characters:asterisk": "astérisque", // short name or description of the "*" character
"intl-common:characters:backslash": "barre oblique inversée", // short name or description of the "\" character
"intl-common:characters:colon": "deux-points", // short name or description of the ":" character
"intl-common:characters:comma": "virgule", // short name or description of the "," character
"intl-common:characters:greaterThan": "symbole supérieur à", // short name or description of the ">" character
"intl-common:characters:lessThan": "symbole inférieur à", // short name or description of the "<" character
"intl-common:characters:numberSign": "symbole de chiffre", // short name or description of the "#" character
"intl-common:characters:percentSign": "symbole de pourcentage", // short name or description of the "%" character
"intl-common:characters:pipe": "barre verticale", // short name or description of the "|" character
"intl-common:characters:questionMark": "point d'interrogation", // short name or description of the "?" character
"intl-common:characters:quotationMark": "guillemet", // short name or description of the '"' character
"intl-common:navigation:back:title": "Retour", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:next:title": "Suivant", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "Précédent", // term for navigating to the previous page or item (in Title Case)
};