@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
44 lines (43 loc) • 3.56 kB
JavaScript
export default {
"intl-common:actions:add": "Tilføj", // add action (in Title Case)
"intl-common:actions:apply": "Anvend", // apply action (in Title Case)
"intl-common:actions:browse": "Søg", // browse action (in Title Case)
"intl-common:actions:cancel": "Annuller", // cancel action (in Title Case)
"intl-common:actions:clear": "Ryd", // clear action (in Title Case)
"intl-common:actions:close": "Luk", // close action (in Title Case)
"intl-common:actions:confirm": "Bekræft", // confirm action (in Title Case)
"intl-common:actions:copy": "Kopiér", // copy action (in Title Case)
"intl-common:actions:create": "Opret", // create action (in Title Case)
"intl-common:actions:delete": "Slet", // delete action (in Title Case)
"intl-common:actions:done": "Udført", // done action (in Title Case)
"intl-common:actions:edit": "Rediger", // edit action (in Title Case)
"intl-common:actions:finish": "Afslut", // finish action (in Title Case)
"intl-common:actions:print": "Udskriv", // print action (in Title Case)
"intl-common:actions:remove": "Fjern", // remove action (in Title Case)
"intl-common:actions:save": "Gem", // save action (in Title Case)
"intl-common:actions:saveAndClose": "Gem og luk", // save and close action (in Title Case)
"intl-common:actions:saveAndNew": "Gem og ny", // save and new action (in Title Case)
"intl-common:actions:search": "Søg", // search action (in Title Case)
"intl-common:actions:submit": "Indsend", // submit action (in Title Case)
"intl-common:actions:update": "Opdater", // update action (in Title Case)
"intl-common:characters:ampersand": "og-tegn", // short name or description of the "&" character
"intl-common:characters:apostrophe": "apostrof", // short name or description of the "'" character
"intl-common:characters:asterisk": "stjerne", // short name or description of the "*" character
"intl-common:characters:backslash": "omvendt skråstreg", // short name or description of the "\" character
"intl-common:characters:colon": "kolon", // short name or description of the ":" character
"intl-common:characters:comma": "komma", // short name or description of the "," character
"intl-common:characters:greaterThan": "større end-tegn", // short name or description of the ">" character
"intl-common:characters:lessThan": "mindre end-tegn", // short name or description of the "<" character
"intl-common:characters:numberSign": "nummertegn", // short name or description of the "#" character
"intl-common:characters:percentSign": "procenttegn", // short name or description of the "%" character
"intl-common:characters:pipe": "lodret streg", // short name or description of the "|" character
"intl-common:characters:questionMark": "spørgsmålstegn", // short name or description of the "?" character
"intl-common:characters:quotationMark": "anførselstegn", // short name or description of the '"' character
"intl-common:confirm:no": "Nej", // 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": "Tilbage", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:continue:title": "Fortsæt", // continue action (in Title Case)
"intl-common:navigation:next:title": "Næste", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "Forrige", // term for navigating to the previous page or item (in Title Case)
};