forked from surmon-china/surmon.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathi18n.config.js
353 lines (352 loc) · 7.02 KB
/
i18n.config.js
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
/**
* @file I18n config / Commonjs module
* @module i18n.config
* @author Surmon <https://github.com/surmon-china>
*/
module.exports = {
default: 'zh',
languages: [
{
code: 'zh',
iso: 'zh-CN',
name: '简体中文',
},
{
code: 'en',
iso: 'en-US',
name: 'English',
}
],
data: {
nav: {
home: {
zh: '明殿',
en: 'Home'
},
think: {
zh: '无色庵',
en: 'think'
},
code: {
zh: '宁静寺',
en: 'code'
},
project: {
zh: '穷宝阁',
en: 'project'
},
music: {
zh: '乐斋',
en: 'music'
},
about: {
zh: '狂浪生',
en: 'about'
},
service: {
zh: '德道',
en: 'service'
},
guestbook: {
zh: '百鸣苑',
en: 'Guestbook'
},
taobao: {
zh: '淘宝',
en: 'taobao'
},
aliyun: {
zh: '阿里云',
en: 'aliyun'
},
app: {
zh: '客户端',
en: 'app'
},
map: {
zh: '怀柔天下',
en: 'SiteMap.XML'
}
},
text: {
empty: {
zh: '空空如也',
en: 'No Result Data.'
},
guestbook: {
zh: '此心光明 亦复何言',
en: 'You have come a long way'
},
service: {
slogan: {
zh: '为我一挥手,如听万壑松',
en: 'Talk is cheap. Show me the code'
},
emailMe: {
zh: '即破楼兰',
en: 'Email ME'
}
},
device: {
android: {
zh: '安卓',
en: 'Android'
},
ios: {
zh: '苹果',
en: 'IOS'
}
},
webrtc: {
zh: '视频会议',
en: ' WebRTC'
},
barrage: {
name: {
zh: '弹幕吐槽',
en: 'Barrage'
}
},
feedback: {
zh: '邮件反馈',
en: 'Feedback'
},
totop: {
zh: '从头开始',
en: 'To top'
},
tobottom: {
zh: '再来一屏',
en: 'Next screen'
},
origin: {
original: {
zh: '原创',
en: 'og'
},
reprint: {
zh: '转载',
en: 'rp'
},
hybrid: {
zh: ' 混撰',
en: 'hb'
}
},
action: {
open: {
zh: '展开描述',
en: 'open description'
},
close: {
zh: '收起描述',
en: 'close description'
},
on: {
zh: '开',
en: 'on'
},
off: {
zh: '关',
en: 'off'
}
},
slogan: {
zh: '欢喜勇猛,向死而生',
en: 'Talk is cheap. Show me the code'
},
music: {
empty: {
zh: '唯音乐是灵魂最好的解药',
en: 'Music is the eye of ear.'
}
},
category: {
name: {
zh: '分门别类',
en: 'Categories'
},
empty: {
zh: '未分类',
en: 'no cate'
}
},
search: {
zh: '向外探索,向内觉知',
en: 'Search...'
},
tag: {
name: {
zh: '画龙点睛',
en: 'Tags'
},
empty: {
zh: '无标签',
en: 'No tags.'
}
},
article: {
fullcolread: {
zh: '通栏阅读',
en: 'Full Column'
},
fullscreenread: {
zh: '全屏阅读',
en: 'Full Screen'
},
readAll: {
zh: '阅读全文',
en: 'Read all'
},
rendering: {
zh: '渲染中...',
en: 'rendering...'
},
name: {
zh: '文不加点',
en: 'Articles'
},
empty: {
zh: '空空如也',
en: 'No Result Article.'
},
hotlist: {
zh: '群贤毕至',
en: 'hot'
},
loadmore: {
zh: '山河入梦',
en: 'loadmore'
},
loading: {
zh: '人面桃花',
en: 'loading'
},
nomore: {
zh: '春尽江南',
en: 'no more'
}
},
page: {
name: {
zh: '黄卷青灯',
en: 'pages'
}
},
announcement: {
empty: {
zh: '空空如也',
en: 'No announcements.'
}
},
comment: {
empty: {
zh: '期待你的捷足先登',
en: 'Go right to the heart of the matter.'
},
anonymous: {
zh: '匿名用户',
en: 'anonymous'
},
ding: {
zh: '顶',
en: 'like'
},
reply: {
zh: '回复',
en: 'reply'
},
pagenation: {
new: {
zh: '更新',
en: 'new'
},
old: {
zh: '更旧',
en: 'old'
}
},
profile: {
name: {
zh: '名字',
en: 'name'
},
email: {
zh: '邮箱',
en: 'email'
},
site: {
zh: '网址',
en: 'site'
},
content: {
zh: '内容',
en: 'content'
},
emailerr: {
zh: '邮箱不合法',
en: 'Email address is not legitimate!'
},
siteerr: {
zh: '网址不合法',
en: 'Site is not legitimate!'
},
contenterr: {
zh: '内容需要在2000字/36行以内',
en: 'Content requirements are within 2000 words / 36 lines!'
},
submiterr: {
zh: '发布失败,原因 => 控制台',
en: 'Submit err, get err in dev console!'
},
actionerr: {
zh: '操作失败,原因 => 控制台',
en: 'Action err, get err in dev console!'
},
},
setting: {
account: {
zh: '设置账户信息',
en: 'account setting'
},
edit: {
zh: '编辑信息',
en: 'edit profile'
},
clear: {
zh: '清空信息',
en: 'clear profile'
},
},
placeholder: {
zh: '愿你的见解一针见血',
en: 'Go right to the heart of the matter.'
},
count: {
zh: '条看法',
en: 'comments'
},
like: {
zh: '人觉得有点牛逼',
en: ' likes'
},
new: {
zh: '最新',
en: 'new'
},
hot: {
zh: '最热',
en: 'hot'
},
submit: {
zh: '发射',
en: 'submit'
},
submiting: {
zh: '发射中...',
en: 'submitinng'
}
}
}
}
}