rev: i18n位置挪动
This commit is contained in:
57
nladmin-ui/src/views/tools/codeGen/locale/zh.js
Normal file
57
nladmin-ui/src/views/tools/codeGen/locale/zh.js
Normal file
@@ -0,0 +1,57 @@
|
||||
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': '顺序'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user