feat: i18n

This commit is contained in:
wxg0103 2025-01-14 10:28:50 +08:00
parent c5585da57d
commit 6c18ae1ebe
4 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,5 @@
export default {
title: 'System Settings',
authentication: {
title: 'Login Authentication',
ldap: {

View File

@ -1,4 +1,5 @@
export default {
title: '系统设置',
authentication: {
title: '登录认证',
ldap: {

View File

@ -1,4 +1,5 @@
export default {
title: '系統設置',
authentication: {
title: '登入認證',
ldap: {

View File

@ -20,7 +20,7 @@ const settingRouter = {
meta: {
icon: 'User',
iconActive: 'UserFilled',
title: '用户管理',
title: t('views.user.title'),
activeMenu: '/setting',
parentPath: '/setting',
parentName: 'setting',
@ -34,7 +34,7 @@ const settingRouter = {
meta: {
icon: 'app-team',
iconActive: 'app-team-active',
title: '团队成员',
title: t('views.team.title'),
activeMenu: '/setting',
parentPath: '/setting',
parentName: 'setting'
@ -47,7 +47,7 @@ const settingRouter = {
meta: {
icon: 'app-template',
iconActive: 'app-template-active',
title: '模型设置',
title: t('views.template.title'),
activeMenu: '/setting',
parentPath: '/setting',
parentName: 'setting'
@ -60,7 +60,7 @@ const settingRouter = {
meta: {
icon: 'app-setting',
iconActive: 'app-setting-active',
title: '系统设置',
title: t('views.system.title'),
activeMenu: '/setting',
parentPath: '/setting',
parentName: 'setting',