Files
fengtianDL_lms/nladmin-ui/src/views/tools/storage/locale/zh.js
2024-05-29 09:09:47 +08:00

29 lines
704 B
JavaScript
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 {
'Storage': {
'title': '文件',
'table': {
'name': '文件名',
'path': '路径',
'show': '预览图',
'suffix': '文件类型',
'type': '类别',
'size': '大小',
'createName': '操作人',
'createTime': '创建日期'
},
'dialog': {
'button_upload': '上传',
'button_upload2': '上传',
'name': '文件名',
'button_add': '添加文件',
'tip': '可上传任意格式文件且不超过100M',
'button_a': '文件上传',
'button_e': '编辑文件',
'p': '输入内容模糊搜索'
},
'rules': {
'r1': '上传文件大小不能超过 100MB!'
}
}
}