-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathzh-CN.ts
76 lines (76 loc) · 1.74 KB
/
zh-CN.ts
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
const I18n_zhCN = {
amountInput: {
thousand: '千',
tenThousand: '万',
hundredThousand: '十万',
million: '百万',
tenMillion: '千万',
hundredMillion: '亿',
billion: '十亿',
},
avatar: {
error: 'Avatar: 不允许设置 desc 但不定义 name',
},
calendar: {
year: '年',
month: '月',
sunday: '日',
monday: '一',
tuesday: '二',
wednesday: '三',
thursday: '四',
friday: '五',
saturday: '六',
},
coupon: {
ruleBtn: '规则详情',
},
filter: {
reset: '重置',
confirm: '确定',
},
footer: {
endLine: '我是有底线的',
},
guide: {
nextBtn: '下一步',
jumpBtn: '跳过',
overBtn: '知道了',
},
list: {
loadMore: '加载更多...',
loadOver: '-- 数据加载完了 --',
},
notice: {
detail: '查看详情',
},
pageResult: {
refresh: '重新刷新',
networkTitle: '网络不给力',
errorTitle: '页面遇到一些小问题',
busyTitle: '请稍等哦,马上出来',
emptyTitle: '什么都没有',
logoffTitle: '此用户已注销',
paymentTitle: '付款没成功',
redpacketTitle: '什么都没有',
networkBrief: '世界上最遥远的距离莫过于此',
errorBrief: '请稍后刷新',
busyBrief: '前面还有很多朋友在排队',
emptyBrief: '前不见古人,后不见来者',
logoffBrief: '',
paymentBrief: '请重新付款',
redpacketBrief: '红包已领空',
timeOut: '秒后',
},
searchBar: {
cancel: '取消',
},
verifyCode: {
label: '验证码',
placeholder: '请输入验证码',
sendBtn: '发送验证码',
sendAgainBtn: '重发验证码',
countDown: '秒后重试',
},
};
export default I18n_zhCN;