-
Notifications
You must be signed in to change notification settings - Fork 261
/
zh-CN.json
97 lines (97 loc) · 2.78 KB
/
zh-CN.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"menus": {
"home": "主页",
"profile": "个人中心",
"darkMode": "🌗 暗黑模式",
"mockGuide": "💿 Mock 指南",
"language": "📚 语言",
"echartsDemo": "📊 Echarts 演示",
"persistPiniaState": "🍍 持久化 Pinia 状态",
"404Demo": "🙅 404页 演示",
"unocssExample": "🎨 Unocss 示例",
"keepAlive": "🧡 KeepAlive 演示",
"login": "🔒 用户登录",
"register": "用户注册",
"settings": "设置",
"basicSettings": "基本设置",
"exampleComponents": "示例组件",
"forgot-password": "忘记密码"
},
"mock": {
"fromAsyncData": "来自异步请求的数据",
"pull": "请求",
"reset": "清空",
"noData": "暂无数据"
},
"charts": {
"January": "1月",
"February": "2月",
"March": "3月",
"April": "4月",
"May": "5月",
"June": "6月"
},
"layouts": {
"home": "首页",
"profile": "我的"
},
"profile": {
"login": "登录",
"settings": "设置",
"docs": "文档"
},
"keepAlive": {
"label": "当前组件将会被缓存"
},
"login": {
"login": "登录",
"logout": "退出",
"email": "邮箱",
"password": "密码",
"pleaseEnterEmail": "请输入邮箱",
"pleaseEnterPassword": "请输入密码",
"sign-up": "还没有账号?点击注册",
"forgot-password": "忘记密码?"
},
"forgot-password": {
"email": "邮箱",
"code": "验证码",
"password": "密码",
"comfirmPassword": "再次输入密码",
"pleaseEnterEmail": "请输入邮箱",
"pleaseEnterCode": "请输入验证码",
"pleaseEnterPassword": "请输入密码",
"pleaseEnterConfirmPassword": "请再次输入密码",
"passwordsDoNotMatch": "两次输入的密码不一致",
"confirm": "确认",
"backToLogin": "返回登录",
"getCode": "获取验证码",
"gettingCode": "获取中",
"sendCodeSuccess": "已发送,验证码为",
"passwordResetSuccess": "密码重置成功"
},
"register": {
"email": "邮箱",
"code": "验证码",
"nickname": "昵称",
"password": "密码",
"comfirmPassword": "再次输入密码",
"pleaseEnterEmail": "请输入邮箱",
"pleaseEnterCode": "请输入验证码",
"pleaseEnterNickname": "请输入昵称",
"pleaseEnterPassword": "请输入密码",
"pleaseEnterConfirmPassword": "请再次输入密码",
"passwordsDoNotMatch": "两次输入的密码不一致",
"confirm": "确认",
"backToLogin": "返回登录",
"getCode": "获取验证码",
"gettingCode": "获取中",
"sendCodeSuccess": "已发送,验证码为",
"registerSuccess": "注册成功"
},
"settings": {
"logout": "退出登录",
"currentVersion": "当前版本",
"comfirmTitle": "确认退出?"
}
}