diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index c2db8d7e6..b93258df8 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -338,7 +338,7 @@ const message = { aiTools: 'AI', container: 'Container', cronjob: 'Cronjob', - host: 'Host', + system: 'System', security: 'Security', files: 'File', monitor: 'Monitor', diff --git a/frontend/src/lang/modules/ja.ts b/frontend/src/lang/modules/ja.ts index 54fa46477..ec6d57e2e 100644 --- a/frontend/src/lang/modules/ja.ts +++ b/frontend/src/lang/modules/ja.ts @@ -332,7 +332,6 @@ const message = { aiTools: 'AI', container: 'コンテナ|コンテナ', cronjob: 'クロンジョブ|クロンの仕事', - host: 'ホスト|ホスト', system: 'システム', security: '安全', files: 'ファイル', diff --git a/frontend/src/lang/modules/ko.ts b/frontend/src/lang/modules/ko.ts index a27713df1..9d5a464f4 100644 --- a/frontend/src/lang/modules/ko.ts +++ b/frontend/src/lang/modules/ko.ts @@ -333,7 +333,6 @@ const message = { aiTools: 'AI', container: '컨테이너 | 컨테이너들', cronjob: '크론 작업 | 크론 작업들', - host: '호스트 | 호스트들', system: '시스템', security: '보안', files: '파일', diff --git a/frontend/src/lang/modules/ms.ts b/frontend/src/lang/modules/ms.ts index 78bdbc186..f82d70ffc 100644 --- a/frontend/src/lang/modules/ms.ts +++ b/frontend/src/lang/modules/ms.ts @@ -339,7 +339,6 @@ const message = { aiTools: 'AI', container: 'Container | Containers', cronjob: 'Cron Job | Cron Jobs', - host: 'Host | Hosts', system: 'System', security: 'Security', files: 'Files', diff --git a/frontend/src/lang/modules/pt-br.ts b/frontend/src/lang/modules/pt-br.ts index 6a966d5dc..9f57250d6 100644 --- a/frontend/src/lang/modules/pt-br.ts +++ b/frontend/src/lang/modules/pt-br.ts @@ -337,7 +337,6 @@ const message = { aiTools: 'AI', container: 'Container | Containers', cronjob: 'Tarefa Cron | Tarefas Cron', - host: 'Host | Hosts', system: 'Sistema', security: 'Segurança', files: 'Arquivos', diff --git a/frontend/src/lang/modules/ru.ts b/frontend/src/lang/modules/ru.ts index f98c3610e..87f6f2aec 100644 --- a/frontend/src/lang/modules/ru.ts +++ b/frontend/src/lang/modules/ru.ts @@ -333,7 +333,6 @@ const message = { aiTools: 'AI', container: 'Контейнер | Контейнеры', cronjob: 'Cron | Задачи Cron', - host: 'Хост | Хосты', system: 'Система', security: 'Безопасность', files: 'Файлы', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 6e2bdb688..022ac7bf0 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -332,7 +332,7 @@ const message = { aiTools: 'AI', container: '容器', cronjob: '計劃任務', - host: '主機', + system: '系統', files: '文件', monitor: '監控', terminal: '終端', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 5620d0da6..20d921e40 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -330,7 +330,7 @@ const message = { aiTools: 'AI', container: '容器', cronjob: '计划任务', - host: '主机', + system: '系统', files: '文件', monitor: '监控', terminal: '终端', diff --git a/frontend/src/routers/modules/host.ts b/frontend/src/routers/modules/host.ts index 34293a11f..1305c744c 100644 --- a/frontend/src/routers/modules/host.ts +++ b/frontend/src/routers/modules/host.ts @@ -7,7 +7,7 @@ const hostRouter = { redirect: '/hosts/security', meta: { icon: 'p-host', - title: 'menu.host', + title: 'menu.system', }, children: [ { diff --git a/frontend/src/views/home/app/index.vue b/frontend/src/views/home/app/index.vue index 4a12d437b..363a6b0d5 100644 --- a/frontend/src/views/home/app/index.vue +++ b/frontend/src/views/home/app/index.vue @@ -4,7 +4,7 @@