diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index fc426a8eb..7df81dd4c 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -2506,6 +2506,7 @@ const message = { containerConfig: 'Container Configuration', containerConfigHelper: 'Environment variables and other information can be modified in Configuration - Container Configuration after creation', + dateTimezoneHelper: 'Example: TZ=Asia/Shanghai (Please add as needed)', }, nginx: { serverNamesHashBucketSizeHelper: 'The hash table size of the server name', diff --git a/frontend/src/lang/modules/ja.ts b/frontend/src/lang/modules/ja.ts index 63b1af1cf..c1aca87b1 100644 --- a/frontend/src/lang/modules/ja.ts +++ b/frontend/src/lang/modules/ja.ts @@ -2420,6 +2420,7 @@ const message = { toExtensionsList: '拡張リストを表示します', containerConfig: 'コンテナ設定', containerConfigHelper: '環境変数などの情報は、作成完了後に設定 - コンテナ設定で変更できます', + dateTimezoneHelper: '例:TZ=Asia/Shanghai(必要に応じて追加してください)', }, nginx: { serverNamesHashBucketSizeHelper: 'サーバー名のハッシュテーブルサイズ', diff --git a/frontend/src/lang/modules/ko.ts b/frontend/src/lang/modules/ko.ts index 828086020..35a68a276 100644 --- a/frontend/src/lang/modules/ko.ts +++ b/frontend/src/lang/modules/ko.ts @@ -2378,6 +2378,7 @@ const message = { toExtensionsList: '확장 목록 보기', containerConfig: '컨테이너 구성', containerConfigHelper: '환경 변수 및 기타 정보는 생성 후 구성 - 컨테이너 구성에서 수정할 수 있습니다', + dateTimezoneHelper: '예: TZ=Asia/Shanghai(필요에 따라 추가하세요)', }, nginx: { serverNamesHashBucketSizeHelper: '서버 이름의 해시 테이블 크기', diff --git a/frontend/src/lang/modules/ms.ts b/frontend/src/lang/modules/ms.ts index a3a5f2415..148a617a2 100644 --- a/frontend/src/lang/modules/ms.ts +++ b/frontend/src/lang/modules/ms.ts @@ -2476,6 +2476,7 @@ const message = { containerConfig: 'Konfigurasi Bekas', containerConfigHelper: 'Pembolehubah persekitaran dan maklumat lain boleh diubah suai dalam Konfigurasi - Konfigurasi Bekas selepas penciptaan', + dateTimezoneHelper: 'Contoh: TZ=Asia/Shanghai (Sila tambahkan jika perlu)', }, nginx: { serverNamesHashBucketSizeHelper: 'Saiz jadual hash nama pelayan', diff --git a/frontend/src/lang/modules/pt-br.ts b/frontend/src/lang/modules/pt-br.ts index 9d9264f45..d3517e7dd 100644 --- a/frontend/src/lang/modules/pt-br.ts +++ b/frontend/src/lang/modules/pt-br.ts @@ -2473,6 +2473,7 @@ const message = { containerConfig: 'Configuração do Contêiner', containerConfigHelper: 'Variáveis de ambiente e outras informações podem ser modificadas em Configuração - Configuração do Contêiner após a criação', + dateTimezoneHelper: 'Exemplo: TZ=Asia/Shanghai (Adicione conforme necessário)', }, nginx: { serverNamesHashBucketSizeHelper: 'The hash table size of the server name', diff --git a/frontend/src/lang/modules/ru.ts b/frontend/src/lang/modules/ru.ts index 2d42007c2..f0f5a75f9 100644 --- a/frontend/src/lang/modules/ru.ts +++ b/frontend/src/lang/modules/ru.ts @@ -2471,6 +2471,7 @@ const message = { containerConfig: 'Конфигурация контейнера', containerConfigHelper: 'Переменные окружения и другие данные можно изменить в разделе Конфигурация - Конфигурация контейнера после создания', + dateTimezoneHelper: 'Пример: TZ=Asia/Shanghai (Пожалуйста, добавьте по мере необходимости)', }, nginx: { serverNamesHashBucketSizeHelper: 'Размер хэш-таблицы для имен серверов', diff --git a/frontend/src/lang/modules/zh-Hant.ts b/frontend/src/lang/modules/zh-Hant.ts index 1894bcc79..1739064a8 100644 --- a/frontend/src/lang/modules/zh-Hant.ts +++ b/frontend/src/lang/modules/zh-Hant.ts @@ -2338,6 +2338,7 @@ const message = { toExtensionsList: '檢視擴充清單', containerConfig: '容器配置', containerConfigHelper: '環境變量等信息可以在創建完成之後在配置-容器配置中修改', + dateTimezoneHelper: '示例:TZ=Asia/Shanghai(請根據需要自行添加)', }, nginx: { serverNamesHashBucketSizeHelper: '服務器名字的hash表大小', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index a3d7f67ef..948f43c9c 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -2326,6 +2326,7 @@ const message = { toExtensionsList: '查看扩展列表', containerConfig: '容器配置', containerConfigHelper: '环境变量等信息可以在创建完成之后在配置-容器配置中修改', + dateTimezoneHelper: '示例:TZ=Asia/Shanghai(请根据需要自行添加)', }, nginx: { serverNamesHashBucketSizeHelper: '服务器名字的hash表大小', diff --git a/frontend/src/views/website/runtime/environment/index.vue b/frontend/src/views/website/runtime/environment/index.vue index 43054f152..fb0dbfcf9 100644 --- a/frontend/src/views/website/runtime/environment/index.vue +++ b/frontend/src/views/website/runtime/environment/index.vue @@ -1,5 +1,5 @@