diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 13af7aaa82ec..573a769731c5 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -337,7 +337,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 7db1b73f16ff..38dc4d6d5556 100644 --- a/frontend/src/lang/modules/ja.ts +++ b/frontend/src/lang/modules/ja.ts @@ -331,7 +331,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 2b4a345b6288..359827f23304 100644 --- a/frontend/src/lang/modules/ko.ts +++ b/frontend/src/lang/modules/ko.ts @@ -332,7 +332,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 8ffd4f3cea50..1642f08fabf8 100644 --- a/frontend/src/lang/modules/ms.ts +++ b/frontend/src/lang/modules/ms.ts @@ -338,7 +338,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 c67237149f15..ed3ff0451671 100644 --- a/frontend/src/lang/modules/pt-br.ts +++ b/frontend/src/lang/modules/pt-br.ts @@ -336,7 +336,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 17f52a6f2eea..60e5a276b846 100644 --- a/frontend/src/lang/modules/ru.ts +++ b/frontend/src/lang/modules/ru.ts @@ -332,7 +332,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 3acda2d69ff0..ecac06d9cc2a 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -331,7 +331,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 f333368a9f6b..8719d4fba1cb 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -329,7 +329,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 34293a11fc7b..1305c744cb1b 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 4a12d437b815..363a6b0d5c26 100644 --- a/frontend/src/views/home/app/index.vue +++ b/frontend/src/views/home/app/index.vue @@ -4,7 +4,7 @@