ten-design-vue
Version:
ten-vue
53 lines (52 loc) • 1.27 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
confirm: '确定',
cancel: '取消',
noData: '暂无数据',
datePicker: {
weeks: ['日', '一', '二', '三', '四', '五', '六'],
months: ['1 月', '2 月', '3 月', '4 月', '5 月', '6 月', '7 月', '8 月', '9 月', '10 月', '11 月', '12 月'],
to: '至',
start: '开始',
end: '结束',
pleaseSelect: '请选择',
year: '年',
month: '月',
day: '日',
yearName: '年份',
monthName: '月份',
dayName: '日期',
yearTitle: '{year}年',
dateTimeFormatter: 'YYYY 年 MM 月 DD 日',
selectDate: '选择日期',
selectTime: '选择时间'
},
timePicker: {
pleaseSelect: '请选择时间',
start: '开始时间',
end: '结束时间'
},
transfer: {
searchPlaceholder: '请输入搜索内容',
source: '源列表',
target: '目的列表',
count: '条'
},
imageViewer: {
size: '原始尺寸',
save: '保存到本地',
close: '收起缩略图',
expand: '展开缩略图'
},
pagination: {
total: '共 {0} 条',
pageSize: '{0}条/页',
goto: '跳至',
pageUnit: '页'
}
};
exports.default = _default;
;