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

58 lines
1.2 KiB
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 {
'GenCode': {
'title': '编码',
'table': {
'code': '编码',
'name': '名称',
'demo': '测试值',
'remark': '备注'
},
'dialog': {
'code': '编码',
'name': '名称'
},
'rules': {
'NotNull': '不能为空'
},
'msg': {
'm1': '输入编码或者名称搜索'
}
},
'Code_detail': {
'title': '编码详情',
'table': {
'dictName': '所属编码',
'type': '类型',
'init_value': '初始值',
'current_value': '当前值'
},
'dialog': {
'type': '编码类型',
'init_value': '初始值',
'format': '格式',
'step': '步长',
'fillchar': '填充值',
'length': '长度',
'max_value': '最大值',
'sort_num': '排序'
},
'msg': {
'm1': '输入日期格式例yyyyMMdd',
'm2': '点击编码查看详情',
'm3': '输入编码标签查询'
},
'rules': {
'r1': '请输入编码标签',
'r2': '请输入初始值',
'r3': '请输入序号',
'r4': '请输入日期格式',
'r5': '请输入最大值'
},
'options': {
'o1': '固定',
'o2': '日期',
'o3': '顺序'
}
}
}