chowa
Version:
UI component library based on React
105 lines (104 loc) • 2.99 kB
JavaScript
/**
* @license chowa v1.1.3
*
* Copyright (c) Chowa Techonlogies Co.,Ltd.(http://www.chowa.cn).
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Common = {
confirm: '确认',
cancel: '取消',
clear: '清空'
};
exports.Calendar = {
year: '年',
month: '月',
week: '周',
day: '日',
yearFormat: 'YYYY年',
monthFormat: 'YYYY年MM月',
weeksFormat: '第{{weeks}}周',
dayFormat: 'YYYY年MM月DD日',
weeks: ['一', '二', '三', '四', '五', '六', '日'],
months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
date: '日期',
time: '时间',
today: '今天',
now: '现在',
contextmenu: {
createEvent: '在此创建新事件',
editEvent: '编辑此事件',
removeEvent: '删除此事件'
},
editModal: {
createTitle: '新建事件',
editTitle: '编辑事件',
startTime: '开始时间',
startTimePlaceholder: '选择开始时间',
startTimeNotice: '开始时间不能为空',
finishTime: '结束时间',
finishTimePlaceholder: '选择结束时间',
finishTimeNotice: '结束时间不能为空',
type: '类型',
typeNotice: '事件类型不能为空',
category: '类别',
categoryPlaceholder: '选择事件类别',
categoryNotice: '事件类别不能为空',
content: '事件内容',
contentPlaceholder: '输入事件内容',
contentNotice: '事件内容不能为空'
}
};
exports.Cascader = {
placeholder: '选择',
noDataDescription: '无匹配数据'
};
exports.DatePicker = {
datePlaceholder: '选择日期',
dateFormat: 'YYYY年MM月DD日',
monthPlaceholder: '选择月份',
monthFormat: 'YYYY年MM月',
yearPlaceholder: '选择年份',
yearFormat: 'YYYY年',
weeksPlaceholder: '选择周数',
weeksFormat: '{{year}}年 第{{weeks}}周',
rangePlaceholder: '选择开始~结束日期',
rangeFormat: '{{start}} ~ {{end}}'
};
exports.Modal = {
alertTitle: '提示',
confirmTitle: '请确认',
promptTitle: '请输入'
};
exports.NoData = {
description: '暂无数据'
};
exports.Pagination = {
pageSizeUnit: '条/页'
};
exports.Rate = {
valueUnit: '分'
};
exports.Select = {
placeholder: '选择',
noDataDescription: '无匹配数据'
};
exports.TimePicker = {
placehoder: '选择时间'
};
exports.Transfer = {
searchPlaceholder: '搜索',
noDataDescription: '无匹配结果',
titles: ['源列表', '目标列表']
};
exports.Table = {
expandedOpenNode: '展开',
expandedCloseNode: '收起'
};
exports.Upload = {
select: '上传文件',
drag: '点击或拖拽文件上传'
};