import setLang from '../lang'; const lang = { i: { locale: 'zh-TW', select: { placeholder: 'è«‹é¸æ“‡', noMatch: '無匹é…資料', loading: 'åŠ è¼‰ä¸' }, table: { noDataText: '暫無資料', noFilteredDataText: '暫無篩é¸çµæžœ', confirmFilter: '篩é¸', resetFilter: 'é‡ç½®', clearFilter: '全部', sumText: 'åˆè¨ˆ' }, datepicker: { selectDate: '鏿“‡æ—¥æœŸ', selectTime: '鏿“‡æ™‚é–“', startTime: '開始時間', endTime: 'çµæŸæ™‚é–“', clear: '清空', ok: '確定', datePanelLabel: '[yyyyå¹´] [m月]', month: '月', month1: '1 月', month2: '2 月', month3: '3 月', month4: '4 月', month5: '5 月', month6: '6 月', month7: '7 月', month8: '8 月', month9: '9 月', month10: '10 月', month11: '11 月', month12: '12 月', year: 'å¹´', weekStartDay: '0', weeks: { sun: 'æ—¥', mon: '一', tue: '二', wed: '三', thu: 'å››', fri: '五', sat: 'å…' }, months: { m1: '1月', m2: '2月', m3: '3月', m4: '4月', m5: '5月', m6: '6月', m7: '7月', m8: '8月', m9: '9月', m10: '10月', m11: '11月', m12: '12月' } }, transfer: { titles: { source: '來æºåˆ—表', target: '目標列表' }, filterPlaceholder: '請輸入æœå°‹å…§å®¹', notFoundText: '列表爲空' }, modal: { okText: '確定', cancelText: 'å–æ¶ˆ' }, poptip: { okText: '確定', cancelText: 'å–æ¶ˆ' }, page: { prev: '上一é ', next: '下一é ', total: 'å…±', item: 'æ¢', items: 'æ¢', prev5: 'å‘å‰ 5 é ', next5: 'å‘後 5 é ', page: 'æ¢/é ', goto: '跳至', p: 'é ' }, rate: { star: '星', stars: '星' }, tree: { emptyText: '暫無資料' } } }; setLang(lang); export default lang;