@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
19 lines (18 loc) • 1.74 kB
JavaScript
export default {
"intl-common:characters:apostrophe": "Apostroph", // short name or description of the "'" character
"intl-common:characters:ampersand": "Kaufmännisches Und", // short name or description of the "&" character
"intl-common:characters:asterisk": "Sternchen", // short name or description of the "*" character
"intl-common:characters:backslash": "Umgekehrter Schrägstrich", // short name or description of the "\" character
"intl-common:characters:colon": "Doppelpunkt", // short name or description of the ":" character
"intl-common:characters:comma": "Komma", // short name or description of the "," character
"intl-common:characters:greaterThan": "Größer-als-Zeichen", // short name or description of the ">" character
"intl-common:characters:lessThan": "Kleiner-als-Zeichen", // short name or description of the "<" character
"intl-common:characters:numberSign": "Nummernzeichen", // short name or description of the "#" character
"intl-common:characters:percentSign": "Prozentzeichen", // short name or description of the "%" character
"intl-common:characters:pipe": "Senkrechter Strich", // short name or description of the "|" character
"intl-common:characters:questionMark": "Fragezeichen", // short name or description of the "?" character
"intl-common:characters:quotationMark": "Anführungszeichen", // short name or description of the '"' character
"intl-common:navigation:back:title": "Zurück", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:next:title": "Weiter", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "Zurück", // term for navigating to the previous page or item (in Title Case)
};