rev: i18n位置挪动
This commit is contained in:
36
nladmin-ui/src/views/system/dict/locale/en.js
Normal file
36
nladmin-ui/src/views/system/dict/locale/en.js
Normal file
@@ -0,0 +1,36 @@
|
||||
export default {
|
||||
'Dict': {
|
||||
'title': 'Dictionary',
|
||||
'placeholder': {
|
||||
'blurry': 'Enter a name or description to search'
|
||||
},
|
||||
'table': {
|
||||
'code': 'code',
|
||||
'name': 'name',
|
||||
'dict_code': 'dictionary encoding',
|
||||
'dict_name': 'dictionary name',
|
||||
'dict_detail': 'Dictionary details'
|
||||
},
|
||||
'detail': {
|
||||
'see_title': 'Click on the dictionary for details',
|
||||
'input_tip': 'Enter a dictionary label query',
|
||||
'table': {
|
||||
'code': 'owning dictionary',
|
||||
'label': 'dictionary tag',
|
||||
'value': 'dictionary value',
|
||||
'sort': 'sort',
|
||||
'param1': 'param1',
|
||||
'param2': 'param2',
|
||||
'param3': 'param3'
|
||||
},
|
||||
'rules': {
|
||||
'r1': 'Please enter the dictionary label',
|
||||
'r2': 'Please enter a dictionary value',
|
||||
'r3': 'Please enter serial number'
|
||||
}
|
||||
},
|
||||
'rules': {
|
||||
'r1': 'Please enter the code'
|
||||
}
|
||||
}
|
||||
}
|
||||
36
nladmin-ui/src/views/system/dict/locale/in.js
Normal file
36
nladmin-ui/src/views/system/dict/locale/in.js
Normal file
@@ -0,0 +1,36 @@
|
||||
export default {
|
||||
'Dict': {
|
||||
'title': 'Dictionary',
|
||||
'placeholder': {
|
||||
'blurry': 'Enter name or description to search'
|
||||
},
|
||||
'table': {
|
||||
'code': 'kode',
|
||||
'name': 'nama',
|
||||
'dict_code': 'pengkodean kamus',
|
||||
'dict_name': 'nama kamus',
|
||||
'dict_detail': 'Detail kamus'
|
||||
},
|
||||
'detail': {
|
||||
'see_title': 'Klik kamus untuk melihat detailnya',
|
||||
'input_tip': 'Masukkan kueri tag kamus',
|
||||
'table': {
|
||||
'code': 'milik kamus',
|
||||
'label': 'tag kamus',
|
||||
'value': 'nilai kamus',
|
||||
'sort': 'menyortir',
|
||||
'param1': 'parameter1',
|
||||
'param2': 'parameter2',
|
||||
'param3': 'parameter3'
|
||||
},
|
||||
'rules': {
|
||||
'r1': 'Silakan masukkan tag kamus',
|
||||
'r2': 'Silakan masukkan nilai kamus',
|
||||
'r3': 'Silakan masukkan nomor seri'
|
||||
}
|
||||
},
|
||||
'rules': {
|
||||
'r1': 'Silakan masukkan kodenya'
|
||||
}
|
||||
}
|
||||
}
|
||||
36
nladmin-ui/src/views/system/dict/locale/zh.js
Normal file
36
nladmin-ui/src/views/system/dict/locale/zh.js
Normal file
@@ -0,0 +1,36 @@
|
||||
export default {
|
||||
'Dict': {
|
||||
'title': '字典',
|
||||
'placeholder': {
|
||||
'blurry': '输入名称或者描述搜索'
|
||||
},
|
||||
'table': {
|
||||
'code': '编码',
|
||||
'name': '名称',
|
||||
'dict_code': '字典编码',
|
||||
'dict_name': '字典名称',
|
||||
'dict_detail': '字典详情'
|
||||
},
|
||||
'detail': {
|
||||
'see_title': '点击字典查看详情',
|
||||
'input_tip': '输入字典标签查询',
|
||||
'table': {
|
||||
'code': '所属字典',
|
||||
'label': '字典标签',
|
||||
'value': '字典值',
|
||||
'sort': '排序',
|
||||
'param1': '参数1',
|
||||
'param2': '参数2',
|
||||
'param3': '参数3'
|
||||
},
|
||||
'rules': {
|
||||
'r1': '请输入字典标签',
|
||||
'r2': '请输入字典值',
|
||||
'r3': '请输入序号'
|
||||
}
|
||||
},
|
||||
'rules': {
|
||||
'r1': '请输入编码'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user