(function (global, factory) { if (typeof define === "function" && define.amd) { define('element/locale/zh-cn', ['module', 'exports'], factory); } else if (typeof exports !== "undefined") { factory(module, exports); } else { var mod = { exports: {} }; factory(mod, mod.exports); global.element.lang = global.element.lang || {}; global.element.lang.zhcn = mod.exports; } })(this, function (module, exports) { 'use strict'; exports.__esmodule = true; exports.default = { el: { colorpicker: { confirm: '确定', clear: '清空' }, datepicker: { now: '此刻', today: '今天', cancel: '取消', clear: '清空', confirm: '确定', selectdate: '选择日期', selecttime: '选择时间', startdate: '开始日期', starttime: '开始时间', enddate: '结束日期', endtime: '结束时间', prevyear: '前一年', nextyear: '后一年', prevmonth: '上个月', nextmonth: '下个月', year: '年', month1: '1 月', month2: '2 月', month3: '3 月', month4: '4 月', month5: '5 月', month6: '6 月', month7: '7 月', month8: '8 月', month9: '9 月', month10: '10 月', month11: '11 月', month12: '12 月', // week: '周次', weeks: { sun: '日', mon: '一', tue: '二', wed: '三', thu: '四', fri: '五', sat: '六' }, months: { jan: '一月', feb: '二月', mar: '三月', apr: '四月', may: '五月', jun: '六月', jul: '七月', aug: '八月', sep: '九月', oct: '十月', nov: '十一月', dec: '十二月' } }, select: { loading: '加载中', nomatch: '无匹配数据', nodata: '无数据', placeholder: '请选择' }, cascader: { nomatch: '无匹配数据', loading: '加载中', placeholder: '请选择', nodata: '暂无数据' }, pagination: { goto: '前往', pagesize: '条/页', total: '共 {total} 条', pageclassifier: '页' }, messagebox: { title: '提示', confirm: '确定', cancel: '取消', error: '输入的数据不合法!' }, upload: { deletetip: '按 delete 键可删除', delete: '删除', preview: '查看图片', continue: '继续上传' }, table: { emptytext: '暂无数据', confirmfilter: '筛选', resetfilter: '重置', clearfilter: '全部', sumtext: '合计' }, tree: { emptytext: '暂无数据' }, transfer: { nomatch: '无匹配数据', nodata: '无数据', titles: ['列表 1', '列表 2'], filterplaceholder: '请输入搜索内容', nocheckedformat: '共 {total} 项', hascheckedformat: '已选 {checked}/{total} 项' }, image: { error: '加载失败' }, pageheader: { title: '返回' }, popconfirm: { confirmbuttontext: '确定', cancelbuttontext: '取消' }, empty: { description: '暂无数据' } } }; module.exports = exports['default']; });