Commit f701cbb1 authored by Medicean's avatar Medicean

(Update:Settings) 默认设置「数据操作」i18n 遗漏处理

parent dc56dc52
......@@ -807,7 +807,7 @@ module.exports = {
},
},
database: {
title: '数据管理',
title: '数据操作',
bookmark: {
title: '全局书签',
nodata: '当前暂无数据, 请单击鼠标右键添加',
......
......@@ -806,7 +806,7 @@ module.exports = {
},
},
database: {
title: '數據管理',
title: '數據操作',
bookmark: {
title: '全局書籤',
nodata: '當前暫無數據, 請單擊鼠標右鍵添加',
......
......@@ -806,7 +806,7 @@ module.exports = {
},
},
database: {
title: '數據管理',
title: '數據操作',
bookmark: {
title: '全局書籤',
nodata: '當前暫無數據, 請單擊鼠標右鍵添加',
......
......@@ -64,9 +64,9 @@ class ADefault {
]},
]
}, {
type: 'fieldset', label: '<i class="fa fa-database"></i> 数据管理', list: [
type: 'fieldset', label: `<i class="fa fa-database"></i> ${LANG['database']['title']}`, list: [
{ type: 'block', list: [
{ type: 'label', label: '全局书签' },
{ type: 'label', label: `${LANG['database']['bookmark']['title']}` },
{type: 'container', name: 'database_bookmarks', inputWidth: 600, inputHeight: 200},
]},
]
......
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