Commit e9d70bda authored by Medicean's avatar Medicean

Add db conf edit i18n

添加语言字符串
parent 8a30b15f
......@@ -338,9 +338,11 @@ module.exports = {
title: 'Config list',
add: 'Add',
del: 'Del',
edit: 'Edit',
menu: {
add: 'Add conf',
del: 'Del conf'
del: 'Del conf',
edit: 'Edit conf'
}
},
query: {
......
......@@ -339,9 +339,11 @@ module.exports = {
title: '配置列表',
add: '添加',
del: '删除',
edit: '编辑',
menu: {
add: '添加配置',
del: '删除配置'
del: '删除配置',
edit: '编辑配置'
}
},
query: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment