diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 5b5b9e258..f833e6924 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -2384,6 +2384,7 @@ const message = { volcengine: 'Volcengine', runtimePortHelper: 'The current runtime environment has multiple ports. Please select a proxy port.', runtimePortWarn: 'The current runtime environment has no ports, unable to proxy', + cacheWarn: 'Please turn off the cache switch in the reverse proxy first', }, php: { short_open_tag: 'Short tag support', diff --git a/frontend/src/lang/modules/ja.ts b/frontend/src/lang/modules/ja.ts index ff95ec7f5..876ff657e 100644 --- a/frontend/src/lang/modules/ja.ts +++ b/frontend/src/lang/modules/ja.ts @@ -2242,6 +2242,7 @@ const message = { volcengine: 'volcengine', runtimePortHelper: '現在の実行環境には複数のポートがあります。プロキシポートを選択してください。', runtimePortWarn: '現在の実行環境にはポートがありません。プロキシできません', + cacheWarn: 'まずリバースプロキシのキャッシュスイッチをオフにしてください', }, php: { short_open_tag: '短いタグサポート', diff --git a/frontend/src/lang/modules/ko.ts b/frontend/src/lang/modules/ko.ts index 9fb3e5605..41356569b 100644 --- a/frontend/src/lang/modules/ko.ts +++ b/frontend/src/lang/modules/ko.ts @@ -2206,6 +2206,7 @@ const message = { volcengine: 'volcengine', runtimePortHelper: '현재 실행 환경에 여러 포트가 있습니다. 프록시 포트를 선택하세요.', runtimePortWarn: '현재 실행 환경에 포트가 없습니다. 프록시할 수 없습니다', + cacheWarn: '먼저 리버스 프록시의 캐시 스위치를 끄십시오', }, php: { short_open_tag: '짧은 태그 지원', diff --git a/frontend/src/lang/modules/ms.ts b/frontend/src/lang/modules/ms.ts index c747a39f9..859f4e32d 100644 --- a/frontend/src/lang/modules/ms.ts +++ b/frontend/src/lang/modules/ms.ts @@ -2297,6 +2297,7 @@ const message = { volcengine: 'Volcengine', runtimePortHelper: 'Persekitaran runtime semasa mempunyai beberapa port. Sila pilih port proksi.', runtimePortWarn: 'Persekitaran runtime semasa tidak mempunyai port, tidak dapat proksi', + cacheWarn: 'Sila matikan suis cache dalam pembalikan proksi terlebih dahulu', }, php: { short_open_tag: 'Sokongan tag pendek', diff --git a/frontend/src/lang/modules/pt-br.ts b/frontend/src/lang/modules/pt-br.ts index c15e20f51..9650d981d 100644 --- a/frontend/src/lang/modules/pt-br.ts +++ b/frontend/src/lang/modules/pt-br.ts @@ -2292,6 +2292,7 @@ const message = { volcengine: 'Volcengine', runtimePortHelper: 'O ambiente de runtime atual possui várias portas. Por favor, selecione uma porta de proxy.', runtimePortWarn: 'O ambiente de execução atual não possui portos, não é possível proxiar', + cacheWarn: 'Por favor, desligue o interruptor de cache no proxy reverso primeiro', }, php: { short_open_tag: 'Suporte para short tags', diff --git a/frontend/src/lang/modules/ru.ts b/frontend/src/lang/modules/ru.ts index 276cf3fc6..8b4f09773 100644 --- a/frontend/src/lang/modules/ru.ts +++ b/frontend/src/lang/modules/ru.ts @@ -2294,6 +2294,7 @@ const message = { volcengine: 'Volcengine', runtimePortHelper: 'O ambiente de runtime atual possui várias portas. Por favor, selecione uma porta de proxy.', runtimePortWarn: 'В текущей среде выполнения нет портов, невозможно проксировать', + cacheWarn: 'Пожалуйста, сначала выключите кэш в обратном прокси', }, php: { short_open_tag: 'Поддержка коротких тегов', diff --git a/frontend/src/lang/modules/zh-Hant.ts b/frontend/src/lang/modules/zh-Hant.ts index 4dd241826..dbb7b7c70 100644 --- a/frontend/src/lang/modules/zh-Hant.ts +++ b/frontend/src/lang/modules/zh-Hant.ts @@ -2211,6 +2211,7 @@ const message = { volcengine: 'Volcengine', runtimePortHelper: '當前運行環境存在多個端口,請選擇一個代理端口。', runtimePortWarn: '當前運行環境沒有端口,無法代理', + cacheWarn: '請先關閉反代中的緩存開關', }, php: { short_open_tag: '短標簽支持', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index d435e4bc7..29c3236a1 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -2201,6 +2201,7 @@ const message = { volcengine: '火山引擎', runtimePortHelper: '当前运行环境存在多个端口,请选择一个代理端口', runtimePortWarn: '当前运行环境没有端口,无法代理', + cacheWarn: '请先关闭反代中的缓存开关', }, php: { short_open_tag: '短标签支持', diff --git a/frontend/src/views/host/file-management/code-editor/index.vue b/frontend/src/views/host/file-management/code-editor/index.vue index 1163bf650..5abc2ce1d 100644 --- a/frontend/src/views/host/file-management/code-editor/index.vue +++ b/frontend/src/views/host/file-management/code-editor/index.vue @@ -2,7 +2,7 @@ -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-
- - - - - - - - - - - - - - - - - -
- - - - -
-
- - - - - - - -
-
+