mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
perf: refine copywriting
This commit is contained in:
parent
ce7efd4758
commit
0b60a03e5d
|
|
@ -1,5 +1,6 @@
|
|||
export default {
|
||||
title: 'System',
|
||||
subTitle: 'Setting',
|
||||
test: 'Test Connection',
|
||||
testSuccess: 'Successful',
|
||||
testFailed: 'Test connection failed',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
export default {
|
||||
title: '系统设置',
|
||||
title: '系统管理',
|
||||
subTitle: '系统设置',
|
||||
test: '测试连接',
|
||||
testSuccess: '测试连接成功',
|
||||
testFailed: '测试连接失败',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
export default {
|
||||
title: '系統設置',
|
||||
title: '系統管理',
|
||||
subTitle: '系統設置',
|
||||
test: '測試連線',
|
||||
testSuccess: '測試連線成功',
|
||||
testFailed: '測試連線失敗',
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ const settingRouter = {
|
|||
meta: {
|
||||
icon: 'app-setting',
|
||||
iconActive: 'app-setting-active',
|
||||
title: 'common.setting',
|
||||
title: 'views.system.subTitle',
|
||||
activeMenu: '/setting',
|
||||
parentPath: '/setting',
|
||||
parentName: 'setting',
|
||||
|
|
|
|||
Loading…
Reference in New Issue