@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
19 lines (18 loc) • 1.7 kB
JavaScript
export default {
"intl-common:characters:apostrophe": "apostrof", // short name or description of the "'" character
"intl-common:characters:ampersand": "en-teken", // short name or description of the "&" character
"intl-common:characters:asterisk": "sterretje", // short name or description of the "*" character
"intl-common:characters:backslash": "schuine streep", // short name or description of the "\" character
"intl-common:characters:colon": "dubbele punt", // short name or description of the ":" character
"intl-common:characters:comma": "komma", // short name or description of the "," character
"intl-common:characters:greaterThan": "groter-dan-teken", // short name or description of the ">" character
"intl-common:characters:lessThan": "kleiner-dan-teken", // short name or description of the "<" character
"intl-common:characters:numberSign": "nummerteken", // short name or description of the "#" character
"intl-common:characters:percentSign": "procentuele teken", // short name or description of the "%" character
"intl-common:characters:pipe": "sluisteken", // short name or description of the "|" character
"intl-common:characters:questionMark": "vraagteken", // short name or description of the "?" character
"intl-common:characters:quotationMark": "aanhalingsteken", // short name or description of the '"' character
"intl-common:navigation:back:title": "Terug", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:next:title": "Volgende", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "Vorige", // term for navigating to the previous page or item (in Title Case)
};