UNPKG

@brightspace-ui/intl

Version:

Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.

19 lines (18 loc) 1.67 kB
export default { "intl-common:characters:apostrophe": "撇號", // short name or description of the "'" character "intl-common:characters:ampersand": "& 符號", // 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:navigation:back:title": "返回", // term for navigating back to the previous page (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) };