NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/vxe-table/packages/locale/lang/zh-CN.js
2023-09-14 14:47:11 +08:00

196 lines
6.2 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
vxe: {
error: {
groupFixed: '如果使用分组表头固定列必须按组设置',
groupMouseRange: '分组表头与 "{{0}}" 不能同时使用这可能會出現错误',
scrollErrProp: '启用虚拟滚动后不支持该参数 "{{0}}"',
scrollXNotGroup: '横向虚拟滚动不支持分组表头请修改正确 "scroll-x.gt" 的参数否则可能会导致出现错误',
errConflicts: '参数 "{{0}}" "{{1}}" 有冲突',
unableInsert: '无法插入到指定位置请检查参数是否正确',
useErr: '安装 "{{0}}" 模块时发生错误可能顺序不正确依赖的模块需要在 Table 之前安装',
barUnableLink: '工具栏无法关联表格',
expandContent: '展开行的插槽应该是 "content"请检查是否正确',
reqModule: '缺少 "{{0}}" 模块',
reqProp: '缺少必要的 "{{0}}" 参数这可能会导致出现错误',
emptyProp: '参数 "{{0}}" 不允许为空',
errProp: '不支持的参数 "{{0}}"可能为 "{{1}}"',
notFunc: '方法 "{{0}}" 不存在',
notSlot: '插槽 "{{0}}" 不存在',
noTree: '树结构不支持 "{{0}}"',
delFunc: '方法 "{{0}}" 已废弃请使用 "{{1}}"',
delProp: '参数 "{{0}}" 已废弃请使用 "{{1}}"',
delEvent: '事件 "{{0}}" 已废弃请使用 "{{1}}"',
removeProp: '参数 "{{0}}" 已废弃不建议使用这可能会导致出现错误',
errFormat: '全局的格式化内容应该使用 "VXETable.formats" 定义挂载 "formatter={{0}}" 的方式已不建议使用',
notType: '不支持的文件类型 "{{0}}"',
notExp: '该浏览器不支持导入/导出功能',
impFields: '导入失败请检查字段名和数据格式是否正确',
treeNotImp: '树表格不支持导入'
},
table: {
emptyText: '暂无数据',
allTitle: '全选/取消',
seqTitle: '#',
confirmFilter: '筛选',
resetFilter: '重置',
allFilter: '全部',
sortAsc: '升序最低到最高',
sortDesc: '降序最高到最低',
filter: '对所选的列启用筛选',
impSuccess: '成功导入 {{0}} 条记录',
expLoading: '正在导出中',
expSuccess: '导出成功',
expFilename: '导出_{{0}}',
expOriginFilename: '导出_源_{{0}}',
customTitle: '列设置',
customAll: '全部',
customConfirm: '确认',
customRestore: '还原'
},
grid: {
selectOneRecord: '请至少选择一条记录',
deleteSelectRecord: '您确定要删除所选记录吗',
removeSelectRecord: '您确定要移除所选记录吗',
dataUnchanged: '数据未改动',
delSuccess: '成功删除所选记录',
saveSuccess: '保存成功',
operError: '发生错误操作失败'
},
pager: {
goto: '前往',
pagesize: '{{0}}/',
total: ' {{0}} 条记录',
pageClassifier: '页',
prevPage: '上一页',
nextPage: '下一页',
prevJump: '向上跳页',
nextJump: '向下跳页'
},
alert: {
title: '消息提示'
},
button: {
confirm: '确认',
cancel: '取消'
},
import: {
modes: {
covering: '覆盖',
insert: '新增'
},
impTitle: '导入参数设置',
impFile: '文件名',
impSelect: '选择文件',
impType: '文件类型',
impOpts: '导入选项',
impConfirm: '导入'
},
export: {
types: {
csv: 'CSV (逗号分隔)(*.csv)',
html: '网页(*.html)',
xml: 'XML 数据(*.xml)',
txt: '文本文件(制表符分隔)(*.txt)',
xlsx: 'Excel 工作簿(*.xlsx)',
pdf: 'PDF (*.pdf)'
},
modes: {
current: '当前数据',
selected: '选中数据',
all: '全部数据'
},
expTitle: '导出参数设置',
expName: '文件名',
expNamePlaceholder: '请输入文件名',
expSheetName: '标题',
expSheetNamePlaceholder: '请输入标题',
expType: '保存类型',
expMode: '要导出的数据',
expCurrentColumn: '全部字段',
expColumn: '要导出的字段',
expOpts: '导出选项',
expOptHeader: '表头',
expHeaderTitle: '是否需要导出表头',
expOptFooter: '表尾',
expFooterTitle: '是否需要导出表尾',
expOptOriginal: '源数据',
expOriginalTitle: '是否需要导出源数据如果勾上则支持导入到表格中',
expPrint: '打印',
expConfirm: '导出'
},
modal: {
zoomIn: '最大化',
zoomOut: '还原',
close: '关闭'
},
form: {
folding: '收起',
unfolding: '展开'
},
toolbar: {
import: '导入',
export: '导出',
print: '打印',
refresh: '刷新',
zoomIn: '全屏',
zoomOut: '还原',
custom: '列设置',
customAll: '全部',
customConfirm: '确认',
customRestore: '还原'
},
input: {
date: {
m1: '01 ',
m2: '02 ',
m3: '03 ',
m4: '04 ',
m5: '05 ',
m6: '06 ',
m7: '07 ',
m8: '08 ',
m9: '09 ',
m10: '10 ',
m11: '11 ',
m12: '12 ',
today: '今天',
prevMonth: '上个月',
nextMonth: '下个月',
monthLabel: '{{0}} ',
dayLabel: '{{0}} {{1}}',
labelFormat: {
date: 'yyyy-MM-dd',
datetime: 'yyyy-MM-dd HH:mm:ss',
week: 'yyyy 年第 WW ',
month: 'yyyy-MM',
year: 'yyyy'
},
weeks: {
w: '周',
w0: '周日',
w1: '周一',
w2: '周二',
w3: '周三',
w4: '周四',
w5: '周五',
w6: '周六'
},
months: {
m0: '一月',
m1: '二月',
m2: '三月',
m3: '四月',
m4: '五月',
m5: '六月',
m6: '七月',
m7: '八月',
m8: '九月',
m9: '十月',
m10: '十一月',
m11: '十二月'
}
}
}
}
}