-
Notifications
You must be signed in to change notification settings - Fork 5
/
en-US.json
43 lines (43 loc) · 998 Bytes
/
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
{
"app": {
"pleaseUseMobileVisit": "Please use a mobile device to access",
"warning": "WARNING",
"notFound": "Not found",
"backBtn": "Back"
},
"home": {
"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",
"iconx": "🎉 Iconx example"
},
"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": {
"placeholder": "WIP"
},
"keepAlive": {
"label": "The current component will be cached"
}
}