@brightspace-ui/intl
Version:
Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.
44 lines (43 loc) • 3.55 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)
};