Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create zh-CN.json #15

Merged
merged 1 commit into from
Oct 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions zh-CN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"zh-CN": {
"accept": "是",
"reject": "否",
"choose": "选择",
"upload": "上传",
"cancel": "取消",
"dayNames": ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
"dayNamesShort": ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
"dayNamesMin": ["日", "一", "二", "三", "四", "五", "六"],
"monthNames": ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
"monthNamesShort": ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"],
"today": "今天",
"clear": "清空",
"weekHeader": "周",
"firstDayOfWeek": 1,
"dateFormat": "yyyy-MM-dd",
"weak": "弱",
"medium": "中",
"strong": "强",
"passwordPrompt": "输入密码"
}
}