UNPKG

2.95 kBJavaScriptView Raw
1'use strict';
2
3exports.__esModule = true;
4exports.default = {
5 el: {
6 colorpicker: {
7 confirm: '確認',
8 clear: '清空'
9 },
10 datepicker: {
11 now: '現在',
12 today: '今天',
13 cancel: '取消',
14 clear: '清空',
15 confirm: '確認',
16 selectDate: '選擇日期',
17 selectTime: '選擇時間',
18 startDate: '開始日期',
19 startTime: '開始時間',
20 endDate: '結束日期',
21 endTime: '結束時間',
22 prevYear: '前一年',
23 nextYear: '後一年',
24 prevMonth: '上個月',
25 nextMonth: '下個月',
26 year: '年',
27 month1: '1 月',
28 month2: '2 月',
29 month3: '3 月',
30 month4: '4 月',
31 month5: '5 月',
32 month6: '6 月',
33 month7: '7 月',
34 month8: '8 月',
35 month9: '9 月',
36 month10: '10 月',
37 month11: '11 月',
38 month12: '12 月',
39 // week: '周次',
40 weeks: {
41 sun: '日',
42 mon: '一',
43 tue: '二',
44 wed: '三',
45 thu: '四',
46 fri: '五',
47 sat: '六'
48 },
49 months: {
50 jan: '一月',
51 feb: '二月',
52 mar: '三月',
53 apr: '四月',
54 may: '五月',
55 jun: '六月',
56 jul: '七月',
57 aug: '八月',
58 sep: '九月',
59 oct: '十月',
60 nov: '十一月',
61 dec: '十二月'
62 }
63 },
64 select: {
65 loading: '加載中',
66 noMatch: '無匹配資料',
67 noData: '無資料',
68 placeholder: '請選擇'
69 },
70 cascader: {
71 noMatch: '無匹配資料',
72 loading: '加載中',
73 placeholder: '請選擇',
74 noData: '無資料'
75 },
76 pagination: {
77 goto: '前往',
78 pagesize: '項/頁',
79 total: '共 {total} 項',
80 pageClassifier: '頁'
81 },
82 messagebox: {
83 title: '提示',
84 confirm: '確定',
85 cancel: '取消',
86 error: '輸入的資料不符規定!'
87 },
88 upload: {
89 deleteTip: '按 delete 鍵可刪除',
90 delete: '刪除',
91 preview: '查看圖片',
92 continue: '繼續上傳'
93 },
94 table: {
95 emptyText: '暫無資料',
96 confirmFilter: '篩選',
97 resetFilter: '重置',
98 clearFilter: '全部',
99 sumText: 'Sum' // to be translated
100 },
101 tree: {
102 emptyText: '暫無資料'
103 },
104 transfer: {
105 noMatch: '無匹配資料',
106 noData: '無資料',
107 titles: ['List 1', 'List 2'], // to be translated
108 filterPlaceholder: 'Enter keyword', // to be translated
109 noCheckedFormat: '{total} items', // to be translated
110 hasCheckedFormat: '{checked}/{total} checked' // to be translated
111 },
112 image: {
113 error: '加載失敗'
114 },
115 pageHeader: {
116 title: '返回'
117 },
118 popconfirm: {
119 confirmButtonText: 'Yes', // to be translated
120 cancelButtonText: 'No' // to be translated
121 },
122 empty: {
123 description: '暫無資料'
124 }
125 }
126};
\No newline at end of file