@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 action (in Title Case)
"intl-common:actions:apply": "应用", // apply action (in Title Case)
"intl-common:actions:browse": "浏览", // browse action (in Title Case)
"intl-common:actions:cancel": "取消", // cancel action (in Title Case)
"intl-common:actions:clear": "清除", // clear action (in Title Case)
"intl-common:actions:close": "关闭", // close action (in Title Case)
"intl-common:actions:confirm": "确认", // confirm action (in Title Case)
"intl-common:actions:copy": "复制", // copy action (in Title Case)
"intl-common:actions:create": "创建", // create action (in Title Case)
"intl-common:actions:delete": "删除", // delete action (in Title Case)
"intl-common:actions:done": "完成", // done action (in Title Case)
"intl-common:actions:edit": "编辑", // edit action (in Title Case)
"intl-common:actions:finish": "完成", // finish action (in Title Case)
"intl-common:actions:print": "打印", // print action (in Title Case)
"intl-common:actions:remove": "移除", // remove action (in Title Case)
"intl-common:actions:save": "保存", // save action (in Title Case)
"intl-common:actions:saveAndClose": "保存并关闭", // save and close action (in Title Case)
"intl-common:actions:saveAndNew": "保存并创建", // save and new action (in Title Case)
"intl-common:actions:search": "搜索", // search action (in Title Case)
"intl-common:actions:submit": "提交", // submit action (in Title Case)
"intl-common:actions:update": "更新", // update action (in Title Case)
"intl-common:characters:ampersand": "和号 (&)", // short name or description of the "&" character
"intl-common:characters:apostrophe": "撇号", // short name or description of the "'" character
"intl-common:characters:asterisk": "星号", // short name or description of the "*" character
"intl-common:characters:backslash": "反斜杠", // short name or description of the "\" character
"intl-common:characters:colon": "冒号", // short name or description of the ":" character
"intl-common:characters:comma": "逗号", // short name or description of the "," character
"intl-common:characters:greaterThan": "大于号", // short name or description of the ">" character
"intl-common:characters:lessThan": "小于号", // short name or description of the "<" character
"intl-common:characters:numberSign": "数字符号", // short name or description of the "#" character
"intl-common:characters:percentSign": "百分号", // short name or description of the "%" character
"intl-common:characters:pipe": "管道符号", // short name or description of the "|" character
"intl-common:characters:questionMark": "问号", // short name or description of the "?" character
"intl-common:characters:quotationMark": "引号", // short name or description of the '"' character
"intl-common:confirm:no": "否", // no response to a question (in Title Case)
"intl-common:confirm:ok": "确定", // okay response to a question
"intl-common:confirm:yes": "是", // yes response to a question (in Title Case)
"intl-common:navigation:back:title": "返回", // term for navigating back to the previous page (in Title Case)
"intl-common:navigation:continue:title": "继续", // continue action (in Title Case)
"intl-common:navigation:next:title": "下一个", // term for navigating to the next page or item (in Title Case)
"intl-common:navigation:previous:title": "上一页", // term for navigating to the previous page or item (in Title Case)
};