UNPKG

2.84 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: '合计'
100 },
101 tree: {
102 emptyText: '暂无数据'
103 },
104 transfer: {
105 noMatch: '无匹配数据',
106 noData: '无数据',
107 titles: ['列表 1', '列表 2'],
108 filterPlaceholder: '请输入搜索内容',
109 noCheckedFormat: '共 {total} 项',
110 hasCheckedFormat: '已选 {checked}/{total} 项'
111 },
112 image: {
113 error: '加载失败'
114 },
115 pageHeader: {
116 title: '返回'
117 },
118 popconfirm: {
119 confirmButtonText: '确定',
120 cancelButtonText: '取消'
121 },
122 empty: {
123 description: '暂无数据'
124 }
125 }
126};
\No newline at end of file