|
1 | 1 | { |
2 | | - "menus": { |
3 | | - "home": "Home", |
4 | | - "profile": "My Center", |
| 2 | + "navbar": { |
| 3 | + "Home": "Home", |
| 4 | + "Profile": "Profile", |
| 5 | + "Mock": "🗂️ Mock", |
| 6 | + "Charts": "📊 Charts", |
| 7 | + "UnoCSS": "⚡ UnoCSS", |
| 8 | + "Counter": "🍍 Persistent State", |
| 9 | + "KeepAlive": "♻️ Page Cache", |
| 10 | + "ScrollCache": "📍 Scroll Cache", |
| 11 | + "Login": "🧑💻 Login", |
| 12 | + "Register": "🧑💻 Register", |
| 13 | + "ForgotPassword": "❓ Forgot Password", |
| 14 | + "Settings": "⚙️ Settings", |
| 15 | + "404": "⚠️ Page 404", |
| 16 | + "Undefined": "🤷 Undefined title" |
| 17 | + }, |
| 18 | + |
| 19 | + "tabbar": { |
| 20 | + "home": "HOME", |
| 21 | + "profile": "PROFILE" |
| 22 | + }, |
| 23 | + |
| 24 | + "home": { |
5 | 25 | "darkMode": "🌗 Dark Mode", |
6 | | - "mockGuide": "💿 Mock Guide", |
7 | 26 | "language": "📚 Language", |
8 | | - "404Demo": "🙅 Page 404 Demo", |
9 | | - "echartsDemo": "📊 Echarts Demo", |
10 | | - "persistPiniaState": "🍍 Persistent Pinia state", |
11 | | - "unocssExample": "🎨 Unocss example", |
12 | | - "keepAlive": "🧡 KeepAlive Demo", |
13 | | - "scrollCache": "📜 Scroll Cache Demo", |
14 | | - "login": "🔒 Login", |
15 | | - "register": "Register", |
16 | 27 | "settings": "Settings", |
17 | | - "basicSettings": "Basic Settings", |
18 | | - "exampleComponents": "Example components", |
19 | | - "forgot-password": "Forgot Password" |
| 28 | + "examples": "Examples" |
20 | 29 | }, |
| 30 | + |
| 31 | + "profile": { |
| 32 | + "login": "Login", |
| 33 | + "settings": "Settings", |
| 34 | + "docs": "Docs" |
| 35 | + }, |
| 36 | + |
21 | 37 | "mock": { |
22 | 38 | "fromAsyncData": "Data from asynchronous requests", |
23 | 39 | "noData": "No data", |
24 | 40 | "pull": "Pull", |
25 | 41 | "reset": "Reset" |
26 | 42 | }, |
| 43 | + |
27 | 44 | "charts": { |
28 | 45 | "January": "Jan", |
29 | 46 | "February": "Feb", |
|
32 | 49 | "May": "May", |
33 | 50 | "June": "Jun" |
34 | 51 | }, |
35 | | - "layouts": { |
36 | | - "home": "HOME", |
37 | | - "profile": "PROFILE" |
| 52 | + |
| 53 | + "counter": { |
| 54 | + "description": "This counter's state is persisted via Pinia. Try refreshing the page to see it in action." |
38 | 55 | }, |
39 | | - "profile": { |
40 | | - "login": "Login", |
41 | | - "settings": "Settings", |
42 | | - "docs": "Docs" |
| 56 | + |
| 57 | + "unocss": { |
| 58 | + "title": "Hello, Unocss!", |
| 59 | + "description": "This is a simple example of Unocss in action.", |
| 60 | + "button": "Button" |
43 | 61 | }, |
| 62 | + |
44 | 63 | "keepAlive": { |
45 | 64 | "label": "The current component will be cached" |
46 | 65 | }, |
| 66 | + |
47 | 67 | "scrollCache": { |
48 | 68 | "sectionTitle": "Section title", |
49 | 69 | "sectionText": "Section text text text text text text text text text text", |
50 | 70 | "finished": "Already at the bottom ~", |
51 | 71 | "loading": "Loading..." |
52 | 72 | }, |
| 73 | + |
53 | 74 | "login": { |
54 | 75 | "login": "Sign In", |
55 | 76 | "logout": "Sign Out", |
56 | 77 | "email": "Email", |
57 | 78 | "password": "Password", |
58 | 79 | "pleaseEnterEmail": "Please enter email", |
59 | 80 | "pleaseEnterPassword": "Please enter password", |
60 | | - "sign-up": "Click to sign up", |
61 | | - "forgot-password": "Forgot password?" |
| 81 | + "signUp": "Click to sign up", |
| 82 | + "forgotPassword": "Forgot password?" |
62 | 83 | }, |
63 | | - "forgot-password": { |
| 84 | + |
| 85 | + "forgotPassword": { |
64 | 86 | "email": "Email", |
65 | 87 | "code": "Code", |
66 | 88 | "password": "Password", |
67 | | - "comfirmPassword": "Password again", |
| 89 | + "confirmPassword": "Password again", |
68 | 90 | "pleaseEnterEmail": "Please enter email", |
69 | 91 | "pleaseEnterCode": "Please enter code", |
70 | 92 | "pleaseEnterPassword": "Please enter password", |
|
77 | 99 | "sendCodeSuccess": "Sent, the code is", |
78 | 100 | "passwordResetSuccess": "Password reset succeeded" |
79 | 101 | }, |
| 102 | + |
80 | 103 | "register": { |
81 | 104 | "email": "Email", |
82 | 105 | "code": "Code", |
83 | 106 | "nickname": "Nickname", |
84 | 107 | "password": "Password", |
85 | | - "comfirmPassword": "Password again", |
| 108 | + "confirmPassword": "Password again", |
86 | 109 | "pleaseEnterEmail": "Please enter email", |
87 | 110 | "pleaseEnterCode": "Please enter code", |
88 | 111 | "pleaseEnterNickname": "Please enter nickname", |
|
96 | 119 | "sendCodeSuccess": "Sent, the code is", |
97 | 120 | "registerSuccess": "Register succeeded" |
98 | 121 | }, |
| 122 | + |
99 | 123 | "settings": { |
100 | 124 | "logout": "Sign Out", |
101 | 125 | "currentVersion": "Current Version", |
102 | | - "comfirmTitle": "Confirm Exit?" |
| 126 | + "confirmTitle": "Confirm Exit?" |
103 | 127 | } |
104 | 128 | } |
0 commit comments