-
Notifications
You must be signed in to change notification settings - Fork 261
/
en-US.json
97 lines (97 loc) · 2.76 KB
/
en-US.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": "Home",
"profile": "My Center",
"darkMode": "🌗 Dark Mode",
"mockGuide": "💿 Mock Guide",
"language": "📚 Language",
"404Demo": "🙅 Page 404 Demo",
"echartsDemo": "📊 Echarts Demo",
"persistPiniaState": "🍍 Persistent Pinia state",
"unocssExample": "🎨 Unocss example",
"keepAlive": "🧡 KeepAlive Demo",
"login": "🔒 Login",
"register": "Register",
"settings": "Settings",
"basicSettings": "Basic Settings",
"exampleComponents": "Example components",
"forgot-password": "Forgot Password"
},
"mock": {
"fromAsyncData": "Data from asynchronous requests",
"noData": "No data",
"pull": "Pull",
"reset": "Reset"
},
"charts": {
"January": "Jan",
"February": "Feb",
"March": "Mar",
"April": "Apr",
"May": "May",
"June": "Jun"
},
"layouts": {
"home": "HOME",
"profile": "PROFILE"
},
"profile": {
"login": "Login",
"settings": "Settings",
"docs": "Docs"
},
"keepAlive": {
"label": "The current component will be cached"
},
"login": {
"login": "Sign In",
"logout": "Sign Out",
"email": "Email",
"password": "Password",
"pleaseEnterEmail": "Please enter email",
"pleaseEnterPassword": "Please enter password",
"sign-up": "Click to sign up",
"forgot-password": "Forgot password?"
},
"forgot-password": {
"email": "Email",
"code": "Code",
"password": "Password",
"comfirmPassword": "Password again",
"pleaseEnterEmail": "Please enter email",
"pleaseEnterCode": "Please enter code",
"pleaseEnterPassword": "Please enter password",
"pleaseEnterConfirmPassword": "Please enter password again",
"passwordsDoNotMatch": "Passwords do not match",
"confirm": "Confirm",
"backToLogin": "Back to login",
"getCode": "Get code",
"gettingCode": "Getting code",
"sendCodeSuccess": "Sent, the code is",
"passwordResetSuccess": "Password reset succeeded"
},
"register": {
"email": "Email",
"code": "Code",
"nickname": "Nickname",
"password": "Password",
"comfirmPassword": "Password again",
"pleaseEnterEmail": "Please enter email",
"pleaseEnterCode": "Please enter code",
"pleaseEnterNickname": "Please enter nickname",
"pleaseEnterPassword": "Please enter password",
"pleaseEnterConfirmPassword": "Please enter password again",
"passwordsDoNotMatch": "Passwords do not match",
"confirm": "Confirm",
"backToLogin": "Back to login",
"getCode": "Get code",
"gettingCode": "Getting code",
"sendCodeSuccess": "Sent, the code is",
"registerSuccess": "Register succeeded"
},
"settings": {
"logout": "Sign Out",
"currentVersion": "Current Version",
"comfirmTitle": "Confirm Exit?"
}
}