feat: i18n
This commit is contained in:
parent
c5585da57d
commit
6c18ae1ebe
@ -1,4 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
|
title: 'System Settings',
|
||||||
authentication: {
|
authentication: {
|
||||||
title: 'Login Authentication',
|
title: 'Login Authentication',
|
||||||
ldap: {
|
ldap: {
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
|
title: '系统设置',
|
||||||
authentication: {
|
authentication: {
|
||||||
title: '登录认证',
|
title: '登录认证',
|
||||||
ldap: {
|
ldap: {
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
|
title: '系統設置',
|
||||||
authentication: {
|
authentication: {
|
||||||
title: '登入認證',
|
title: '登入認證',
|
||||||
ldap: {
|
ldap: {
|
||||||
|
|||||||
@ -20,7 +20,7 @@ const settingRouter = {
|
|||||||
meta: {
|
meta: {
|
||||||
icon: 'User',
|
icon: 'User',
|
||||||
iconActive: 'UserFilled',
|
iconActive: 'UserFilled',
|
||||||
title: '用户管理',
|
title: t('views.user.title'),
|
||||||
activeMenu: '/setting',
|
activeMenu: '/setting',
|
||||||
parentPath: '/setting',
|
parentPath: '/setting',
|
||||||
parentName: 'setting',
|
parentName: 'setting',
|
||||||
@ -34,7 +34,7 @@ const settingRouter = {
|
|||||||
meta: {
|
meta: {
|
||||||
icon: 'app-team',
|
icon: 'app-team',
|
||||||
iconActive: 'app-team-active',
|
iconActive: 'app-team-active',
|
||||||
title: '团队成员',
|
title: t('views.team.title'),
|
||||||
activeMenu: '/setting',
|
activeMenu: '/setting',
|
||||||
parentPath: '/setting',
|
parentPath: '/setting',
|
||||||
parentName: 'setting'
|
parentName: 'setting'
|
||||||
@ -47,7 +47,7 @@ const settingRouter = {
|
|||||||
meta: {
|
meta: {
|
||||||
icon: 'app-template',
|
icon: 'app-template',
|
||||||
iconActive: 'app-template-active',
|
iconActive: 'app-template-active',
|
||||||
title: '模型设置',
|
title: t('views.template.title'),
|
||||||
activeMenu: '/setting',
|
activeMenu: '/setting',
|
||||||
parentPath: '/setting',
|
parentPath: '/setting',
|
||||||
parentName: 'setting'
|
parentName: 'setting'
|
||||||
@ -60,7 +60,7 @@ const settingRouter = {
|
|||||||
meta: {
|
meta: {
|
||||||
icon: 'app-setting',
|
icon: 'app-setting',
|
||||||
iconActive: 'app-setting-active',
|
iconActive: 'app-setting-active',
|
||||||
title: '系统设置',
|
title: t('views.system.title'),
|
||||||
activeMenu: '/setting',
|
activeMenu: '/setting',
|
||||||
parentPath: '/setting',
|
parentPath: '/setting',
|
||||||
parentName: 'setting',
|
parentName: 'setting',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user