@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
44 lines (43 loc) • 3.63 kB
JavaScript
export default {
"intl-common:actions:add": "Toevoegen", // add action (in Title Case)
"intl-common:actions:apply": "Toepassen", // apply action (in Title Case)
"intl-common:actions:browse": "Bladeren", // browse action (in Title Case)
"intl-common:actions:cancel": "Annuleren", // cancel action (in Title Case)
"intl-common:actions:clear": "Wissen", // clear action (in Title Case)
"intl-common:actions:close": "Sluiten", // close action (in Title Case)
"intl-common:actions:confirm": "Bevestigen", // confirm action (in Title Case)
"intl-common:actions:copy": "Kopiëren", // copy action (in Title Case)
"intl-common:actions:create": "Maken", // create action (in Title Case)
"intl-common:actions:delete": "Verwijderen", // delete action (in Title Case)
"intl-common:actions:done": "Gereed", // done action (in Title Case)
"intl-common:actions:edit": "Bewerken", // edit action (in Title Case)
"intl-common:actions:finish": "Voltooien", // finish action (in Title Case)
"intl-common:actions:print": "Afdrukken", // print action (in Title Case)
"intl-common:actions:remove": "Verwijderen", // remove action (in Title Case)
"intl-common:actions:save": "Opslaan", // save action (in Title Case)
"intl-common:actions:saveAndClose": "Opslaan en sluiten", // save and close action (in Title Case)
"intl-common:actions:saveAndNew": "Opslaan en nieuw", // save and new action (in Title Case)
"intl-common:actions:search": "Zoeken", // search action (in Title Case)
"intl-common:actions:submit": "Indienen", // submit action (in Title Case)
"intl-common:actions:update": "Bijwerken", // update action (in Title Case)
"intl-common:characters:ampersand": "en-teken", // short name or description of the "&" character
"intl-common:characters:apostrophe": "apostrof", // 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:confirm:no": "Nee", // 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": "Terug", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:continue:title": "Doorgaan", // continue action (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)
};