From 7f799004c359fe3b1fe4972aae22fb2aa9dc36cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B4=BA?= Date: Thu, 19 Mar 2026 14:31:54 +0800 Subject: [PATCH] fix: fix openresty logs (#12219) --- frontend/src/lang/modules/en.ts | 1 + frontend/src/lang/modules/es-es.ts | 1 + frontend/src/lang/modules/ja.ts | 1 + frontend/src/lang/modules/ko.ts | 1 + frontend/src/lang/modules/ms.ts | 1 + frontend/src/lang/modules/pt-br.ts | 1 + frontend/src/lang/modules/ru.ts | 1 + frontend/src/lang/modules/tr.ts | 1 + frontend/src/lang/modules/zh-Hant.ts | 1 + frontend/src/lang/modules/zh.ts | 1 + frontend/src/views/log/operation/index.vue | 1 + 11 files changed, 11 insertions(+) diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 50e35b33e..c2d4b4638 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -1537,6 +1537,7 @@ const message = { groups: 'Group', hosts: 'Host', apps: 'App', + openresty: 'OpenResty', websites: 'Website', containers: 'Container', files: 'File', diff --git a/frontend/src/lang/modules/es-es.ts b/frontend/src/lang/modules/es-es.ts index 4e01422e0..00a857c23 100644 --- a/frontend/src/lang/modules/es-es.ts +++ b/frontend/src/lang/modules/es-es.ts @@ -1569,6 +1569,7 @@ const message = { groups: 'Grupo', hosts: 'Host', apps: 'Aplicación', + openresty: 'OpenResty', websites: 'Sitio web', containers: 'Contenedor', files: 'Archivo', diff --git a/frontend/src/lang/modules/ja.ts b/frontend/src/lang/modules/ja.ts index 47c7e1013..c24a67a82 100644 --- a/frontend/src/lang/modules/ja.ts +++ b/frontend/src/lang/modules/ja.ts @@ -1545,6 +1545,7 @@ const message = { groups: 'グループ', hosts: 'ホスト', apps: 'アプリケーション', + openresty: 'OpenResty', websites: 'ウェブサイト', containers: 'コンテナ', files: 'ファイル管理', diff --git a/frontend/src/lang/modules/ko.ts b/frontend/src/lang/modules/ko.ts index fb4a05f62..30cd9e87f 100644 --- a/frontend/src/lang/modules/ko.ts +++ b/frontend/src/lang/modules/ko.ts @@ -1514,6 +1514,7 @@ const message = { groups: '그룹', hosts: '호스트', apps: '애플리케이션', + openresty: 'OpenResty', websites: '웹사이트', containers: '컨테이너', files: '파일 관리', diff --git a/frontend/src/lang/modules/ms.ts b/frontend/src/lang/modules/ms.ts index 97abc1d69..3aaed30a0 100644 --- a/frontend/src/lang/modules/ms.ts +++ b/frontend/src/lang/modules/ms.ts @@ -1567,6 +1567,7 @@ const message = { groups: 'Kumpulan', hosts: 'Hos', apps: 'Aplikasi', + openresty: 'OpenResty', websites: 'Laman Web', containers: 'Kontena', files: 'Pengurusan Fail', diff --git a/frontend/src/lang/modules/pt-br.ts b/frontend/src/lang/modules/pt-br.ts index f2a73156d..fc36489d4 100644 --- a/frontend/src/lang/modules/pt-br.ts +++ b/frontend/src/lang/modules/pt-br.ts @@ -1680,6 +1680,7 @@ const message = { groups: 'Grupos', hosts: 'Hosts', apps: 'Aplicativos', + openresty: 'OpenResty', websites: 'Sites', containers: 'Contêineres', files: 'Gerenciamento de Arquivos', diff --git a/frontend/src/lang/modules/ru.ts b/frontend/src/lang/modules/ru.ts index aa72696b2..d8a48de7d 100644 --- a/frontend/src/lang/modules/ru.ts +++ b/frontend/src/lang/modules/ru.ts @@ -1556,6 +1556,7 @@ const message = { groups: 'Группы', hosts: 'Хосты', apps: 'Приложения', + openresty: 'OpenResty', websites: 'Вебсайты', containers: 'Контейнеры', files: 'Управление файлами', diff --git a/frontend/src/lang/modules/tr.ts b/frontend/src/lang/modules/tr.ts index c31f6d891..7f03953f0 100644 --- a/frontend/src/lang/modules/tr.ts +++ b/frontend/src/lang/modules/tr.ts @@ -1564,6 +1564,7 @@ const message = { groups: 'Grup', hosts: 'Ana Bilgisayar', apps: 'Uygulama', + openresty: 'OpenResty', websites: 'Website', containers: 'Konteyner', files: 'Dosya', diff --git a/frontend/src/lang/modules/zh-Hant.ts b/frontend/src/lang/modules/zh-Hant.ts index 1c82ab7cb..1d2a8df84 100644 --- a/frontend/src/lang/modules/zh-Hant.ts +++ b/frontend/src/lang/modules/zh-Hant.ts @@ -1445,6 +1445,7 @@ const message = { groups: '分組', hosts: '主機', apps: '應用', + openresty: 'OpenResty', websites: '網站', containers: '容器', files: '檔案管理', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 3c0b3c1dd..3fc8b4b7c 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1450,6 +1450,7 @@ const message = { groups: '分组', hosts: '主机', apps: '应用', + openresty: 'OpenResty', websites: '网站', containers: '容器', files: '文件管理', diff --git a/frontend/src/views/log/operation/index.vue b/frontend/src/views/log/operation/index.vue index 1b1e97bac..ea558828e 100644 --- a/frontend/src/views/log/operation/index.vue +++ b/frontend/src/views/log/operation/index.vue @@ -14,6 +14,7 @@ +