@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
44 lines (43 loc) • 3.69 kB
JavaScript
export default {
"intl-common:actions:add": "Hinzufügen", // add action (in Title Case)
"intl-common:actions:apply": "Anwenden", // apply action (in Title Case)
"intl-common:actions:browse": "Durchsuchen", // browse action (in Title Case)
"intl-common:actions:cancel": "Abbrechen", // cancel action (in Title Case)
"intl-common:actions:clear": "Löschen", // clear action (in Title Case)
"intl-common:actions:close": "Schließen", // close action (in Title Case)
"intl-common:actions:confirm": "Bestätigen", // confirm action (in Title Case)
"intl-common:actions:copy": "Kopieren", // copy action (in Title Case)
"intl-common:actions:create": "Erstellen", // create action (in Title Case)
"intl-common:actions:delete": "Löschen", // delete action (in Title Case)
"intl-common:actions:done": "Fertig", // done action (in Title Case)
"intl-common:actions:edit": "Bearbeiten", // edit action (in Title Case)
"intl-common:actions:finish": "Fertigstellen", // finish action (in Title Case)
"intl-common:actions:print": "Drucken", // print action (in Title Case)
"intl-common:actions:remove": "Entfernen", // remove action (in Title Case)
"intl-common:actions:save": "Speichern", // save action (in Title Case)
"intl-common:actions:saveAndClose": "Speichern und schließen", // save and close action (in Title Case)
"intl-common:actions:saveAndNew": "Speichern und neu", // save and new action (in Title Case)
"intl-common:actions:search": "Suchen", // search action (in Title Case)
"intl-common:actions:submit": "Senden", // submit action (in Title Case)
"intl-common:actions:update": "Aktualisieren", // update action (in Title Case)
"intl-common:characters:ampersand": "Kaufmännisches Und", // short name or description of the "&" character
"intl-common:characters:apostrophe": "Apostroph", // 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:confirm:no": "Nein", // no response to a question (in Title Case)
"intl-common:confirm:ok": "OK", // okay response to a question
"intl-common:confirm:yes": "Ja", // yes response to a question (in Title Case)
"intl-common:navigation:back:title": "Zurück", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:continue:title": "Weiter", // continue action (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)
};