@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
44 lines (43 loc) • 3.54 kB
JavaScript
export default {
"intl-common:actions:add": "Add", // add action (in Title Case)
"intl-common:actions:apply": "Apply", // apply action (in Title Case)
"intl-common:actions:browse": "Browse", // browse action (in Title Case)
"intl-common:actions:cancel": "Cancel", // cancel action (in Title Case)
"intl-common:actions:clear": "Clear", // clear action (in Title Case)
"intl-common:actions:close": "Close", // close action (in Title Case)
"intl-common:actions:confirm": "Confirm", // confirm action (in Title Case)
"intl-common:actions:copy": "Copy", // copy action (in Title Case)
"intl-common:actions:create": "Create", // create action (in Title Case)
"intl-common:actions:delete": "Delete", // delete action (in Title Case)
"intl-common:actions:done": "Done", // done action (in Title Case)
"intl-common:actions:edit": "Edit", // edit action (in Title Case)
"intl-common:actions:finish": "Finish", // finish action (in Title Case)
"intl-common:actions:print": "Print", // print action (in Title Case)
"intl-common:actions:remove": "Remove", // remove action (in Title Case)
"intl-common:actions:save": "Save", // save action (in Title Case)
"intl-common:actions:saveAndClose": "Save and Close", // save and close action (in Title Case)
"intl-common:actions:saveAndNew": "Save and New", // save and new action (in Title Case)
"intl-common:actions:search": "Search", // search action (in Title Case)
"intl-common:actions:submit": "Submit", // submit action (in Title Case)
"intl-common:actions:update": "Update", // update action (in Title Case)
"intl-common:characters:ampersand": "ampersand", // short name or description of the "&" character
"intl-common:characters:apostrophe": "apostrophe", // short name or description of the "'" character
"intl-common:characters:asterisk": "asterisk", // short name or description of the "*" character
"intl-common:characters:backslash": "backslash", // short name or description of the "\" character
"intl-common:characters:colon": "colon", // short name or description of the ":" character
"intl-common:characters:comma": "comma", // short name or description of the "," character
"intl-common:characters:greaterThan": "greater-than sign", // short name or description of the ">" character
"intl-common:characters:lessThan": "less-than sign", // short name or description of the "<" character
"intl-common:characters:numberSign": "number sign", // short name or description of the "#" character
"intl-common:characters:percentSign": "percent sign", // short name or description of the "%" character
"intl-common:characters:pipe": "pipe", // short name or description of the "|" character
"intl-common:characters:questionMark": "question mark", // short name or description of the "?" character
"intl-common:characters:quotationMark": "quotation mark", // short name or description of the '"' character
"intl-common:confirm:no": "No", // no response to a question (in Title Case)
"intl-common:confirm:ok": "OK", // okay response to a question
"intl-common:confirm:yes": "Yes", // yes response to a question (in Title Case)
"intl-common:navigation:back:title": "Back", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:continue:title": "Continue", // continue action (in Title Case)
"intl-common:navigation:next:title": "Next", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "Previous", // term for navigating to the previous page or item (in Title Case)
};