Press n or j to go to the next uncovered block, b, p or k for the previous block.
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 | export default { en: { "query.filter.search": "Search", "query.numberRange.placeholder": "Enter number", "query.sort.label": "Sort by", "query.filter.text.placeholder": "Filter by", "query.filter.select.placeholder": "Filter by", "hocs.route.loadingTip": "loading...", "hocs.route.deployingTip": "deploying...", "hocs.route.resetingTip": "reseting...", "hocs.route.confirm.title": "Do you want to discard all changes?", "hocs.route.confirm.content": "Your changes will be lost. Are you sure?", "hocs.route.confirm.okText": "Discard", "hocs.route.confirm.cancelText": "Cancel", "hocs.route.backText": 'Back', "hocs.route.confirmText": 'Confirm', "hocs.route.resetText": 'Reset' }, zh: { "query.filter.search": "搜尋", "query.numberRange.placeholder": "輸入數字", "query.sort.label": "排序依照", "query.filter.text.placeholder": "輸入過濾條件", "query.filter.select.placeholder": "輸入過濾條件", "hocs.route.loadingTip": "載入中...", "hocs.route.deployingTip": "發佈中...", "hocs.route.resetingTip": "重置中...", "hocs.route.confirm.title": '是否要捨棄未儲存資訊?', "hocs.route.confirm.content": '如果不儲存修改過的資訊,這些更改將會被捨棄。', "hocs.route.confirm.okText": "捨棄", "hocs.route.confirm.cancelText": "取消", "hocs.route.backText": '返回', "hocs.route.confirmText": "確認", "hocs.route.resetText": "取消更改" } }; |