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;