UNPKG

3.28 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define('element/locale/zh-CN', ['module', 'exports'], factory);
4 } else if (typeof exports !== "undefined") {
5 factory(module, exports);
6 } else {
7 var mod = {
8 exports: {}
9 };
10 factory(mod, mod.exports);
11 global.ELEMENT.lang = global.ELEMENT.lang || {};
12 global.ELEMENT.lang.zhCN = mod.exports;
13 }
14})(this, function (module, exports) {
15 'use strict';
16
17 exports.__esModule = true;
18 exports.default = {
19 el: {
20 colorpicker: {
21 confirm: '确定',
22 clear: '清空'
23 },
24 datepicker: {
25 now: '此刻',
26 today: '今天',
27 cancel: '取消',
28 clear: '清空',
29 confirm: '确定',
30 selectDate: '选择日期',
31 selectTime: '选择时间',
32 startDate: '开始日期',
33 startTime: '开始时间',
34 endDate: '结束日期',
35 endTime: '结束时间',
36 prevYear: '前一年',
37 nextYear: '后一年',
38 prevMonth: '上个月',
39 nextMonth: '下个月',
40 year: '年',
41 month1: '1 月',
42 month2: '2 月',
43 month3: '3 月',
44 month4: '4 月',
45 month5: '5 月',
46 month6: '6 月',
47 month7: '7 月',
48 month8: '8 月',
49 month9: '9 月',
50 month10: '10 月',
51 month11: '11 月',
52 month12: '12 月',
53 // week: '周次',
54 weeks: {
55 sun: '日',
56 mon: '一',
57 tue: '二',
58 wed: '三',
59 thu: '四',
60 fri: '五',
61 sat: '六'
62 },
63 months: {
64 jan: '一月',
65 feb: '二月',
66 mar: '三月',
67 apr: '四月',
68 may: '五月',
69 jun: '六月',
70 jul: '七月',
71 aug: '八月',
72 sep: '九月',
73 oct: '十月',
74 nov: '十一月',
75 dec: '十二月'
76 }
77 },
78 select: {
79 loading: '加载中',
80 noMatch: '无匹配数据',
81 noData: '无数据',
82 placeholder: '请选择'
83 },
84 cascader: {
85 noMatch: '无匹配数据',
86 loading: '加载中',
87 placeholder: '请选择'
88 },
89 pagination: {
90 goto: '前往',
91 pagesize: '条/页',
92 total: '共 {total} 条',
93 pageClassifier: '页'
94 },
95 messagebox: {
96 title: '提示',
97 confirm: '确定',
98 cancel: '取消',
99 error: '输入的数据不合法!'
100 },
101 upload: {
102 deleteTip: '按 delete 键可删除',
103 delete: '删除',
104 preview: '查看图片',
105 continue: '继续上传'
106 },
107 table: {
108 emptyText: '暂无数据',
109 confirmFilter: '筛选',
110 resetFilter: '重置',
111 clearFilter: '全部',
112 sumText: '合计'
113 },
114 tree: {
115 emptyText: '暂无数据'
116 },
117 transfer: {
118 noMatch: '无匹配数据',
119 noData: '无数据',
120 titles: ['列表 1', '列表 2'],
121 filterPlaceholder: '请输入搜索内容',
122 noCheckedFormat: '共 {total} 项',
123 hasCheckedFormat: '已选 {checked}/{total} 项'
124 }
125 }
126 };
127 module.exports = exports['default'];
128});
\No newline at end of file