-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathzh-cn.js
15 lines (15 loc) · 1.28 KB
/
zh-cn.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
};