Commit e9d70bda authored by Medicean's avatar Medicean

Add db conf edit i18n

添加语言字符串
parent 8a30b15f
...@@ -338,9 +338,11 @@ module.exports = { ...@@ -338,9 +338,11 @@ module.exports = {
title: 'Config list', title: 'Config list',
add: 'Add', add: 'Add',
del: 'Del', del: 'Del',
edit: 'Edit',
menu: { menu: {
add: 'Add conf', add: 'Add conf',
del: 'Del conf' del: 'Del conf',
edit: 'Edit conf'
} }
}, },
query: { query: {
......
...@@ -339,9 +339,11 @@ module.exports = { ...@@ -339,9 +339,11 @@ module.exports = {
title: '配置列表', title: '配置列表',
add: '添加', add: '添加',
del: '删除', del: '删除',
edit: '编辑',
menu: { menu: {
add: '添加配置', add: '添加配置',
del: '删除配置' del: '删除配置',
edit: '编辑配置'
} }
}, },
query: { 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