diff --git a/frontend/src/lang/modules/en.ts b/frontend/src/lang/modules/en.ts index 233ced5a9..e4c9530e5 100644 --- a/frontend/src/lang/modules/en.ts +++ b/frontend/src/lang/modules/en.ts @@ -1980,7 +1980,7 @@ const message = { pullImageHelper: 'Execute docker pull to pull the image before the application starts', gpuConfig: 'GPU Acceleration', gpuConfigHelper: - 'Please ensure the machine has an NVIDIA GPU and that NVIDIA drivers and the NVIDIA Docker Container Toolkit are installed', + 'Please ensure that the server has NVIDIA drivers and NVIDIA Container Toolkit installed', }, website: { website: 'Website | Websites', diff --git a/frontend/src/lang/modules/ja.ts b/frontend/src/lang/modules/ja.ts index 6a4e50ef0..493dacc7f 100644 --- a/frontend/src/lang/modules/ja.ts +++ b/frontend/src/lang/modules/ja.ts @@ -1953,7 +1953,7 @@ const message = { pullImageHelper: 'アプリケーションが開始する前に、Docker Pullを実行して画像をプルします', gpuConfig: 'GPU アクセラレーション', gpuConfigHelper: - 'マシンにNVIDIA GPUが搭載されていることを確認し、NVIDIAドライバーとNVIDIA Docker Container Toolkitをインストールしてください。', + 'サーバーにNVIDIAドライバーとNVIDIA Container Toolkitがインストールされていることを確認してください', }, website: { website: 'ウェブサイト|ウェブサイト', diff --git a/frontend/src/lang/modules/ko.ts b/frontend/src/lang/modules/ko.ts index c421471bb..fbde36ce2 100644 --- a/frontend/src/lang/modules/ko.ts +++ b/frontend/src/lang/modules/ko.ts @@ -1921,7 +1921,7 @@ const message = { pullImageHelper: '애플리케이션 시작 전에 docker pull 을 실행하여 이미지를 다운로드하세요.', gpuConfig: 'GPU 가속', gpuConfigHelper: - '기계에 NVIDIA GPU가 설치되어 있고 NVIDIA 드라이버와 NVIDIA Docker Container Toolkit이 설치되어 있는지 확인하십시오.', + '서버에 NVIDIA 드라이버와 NVIDIA Container Toolkit이 설치되어 있는지 확인하십시오', }, website: { website: '웹사이트 | 웹사이트들', diff --git a/frontend/src/lang/modules/ms.ts b/frontend/src/lang/modules/ms.ts index f87c5f185..097d1ba64 100644 --- a/frontend/src/lang/modules/ms.ts +++ b/frontend/src/lang/modules/ms.ts @@ -2005,7 +2005,7 @@ const message = { pullImageHelper: 'Laksanakan docker pull untuk menarik imej sebelum aplikasi dimulakan.', gpuConfig: 'Pecutan GPU', gpuConfigHelper: - 'Pastikan mesin mempunyai GPU NVIDIA dan pasang pemacu NVIDIA serta NVIDIA Docker Container Toolkit.', + 'Sila pastikan bahawa pelayan telah dipasang pemacu NVIDIA dan NVIDIA Container Toolkit', }, website: { website: 'Laman Web | Laman Web', diff --git a/frontend/src/lang/modules/pt-br.ts b/frontend/src/lang/modules/pt-br.ts index 39f8ce456..c7bc20263 100644 --- a/frontend/src/lang/modules/pt-br.ts +++ b/frontend/src/lang/modules/pt-br.ts @@ -1996,7 +1996,7 @@ const message = { pullImageHelper: 'Execute o comando docker pull para puxar a imagem antes de iniciar o aplicativo', gpuConfig: 'Aceleração de GPU', gpuConfigHelper: - 'Certifique-se de que a máquina possui uma GPU NVIDIA e instale os drivers NVIDIA e o NVIDIA Docker Container Toolkit.', + 'Por favor, certifique-se de que o servidor tenha os drivers NVIDIA e o NVIDIA Container Toolkit instalados', }, website: { website: 'Website | Websites', diff --git a/frontend/src/lang/modules/ru.ts b/frontend/src/lang/modules/ru.ts index 987d172f1..ab24d3934 100644 --- a/frontend/src/lang/modules/ru.ts +++ b/frontend/src/lang/modules/ru.ts @@ -1998,7 +1998,7 @@ const message = { pullImageHelper: 'Выполнить docker pull для загрузки образа перед запуском приложения', gpuConfig: 'GPU Hızlandırma', gpuConfigHelper: - 'Пожалуйста, убедитесь, что на машине есть NVIDIA GPU и установлены драйвера NVIDIA и NVIDIA Docker Container Toolkit', + 'Пожалуйста, убедитесь, что на сервере установлены драйверы NVIDIA и NVIDIA Container Toolkit', }, website: { website: 'Веб-сайт | Веб-сайты', diff --git a/frontend/src/lang/modules/tw.ts b/frontend/src/lang/modules/tw.ts index 07ee9c055..0021e3923 100644 --- a/frontend/src/lang/modules/tw.ts +++ b/frontend/src/lang/modules/tw.ts @@ -1852,7 +1852,7 @@ const message = { pullImage: '拉取鏡像', pullImageHelper: '在應用啟動之前執行 docker pull 來拉取鏡像', gpuConfig: 'GPU 加速', - gpuConfigHelper: '請確保機器有 NVIDIA GPU 並且安裝 NVIDIA 驅動程式和 NVIDIA Docker Container Toolkit。', + gpuConfigHelper: '請確保伺服器已安裝 NVIDIA 驅動程式和 NVIDIA Container Toolkit', }, website: { website: '網站', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index c9a8532a3..96929d36d 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1852,7 +1852,7 @@ const message = { pullImage: '拉取镜像', pullImageHelper: '在应用启动之前执行 docker pull 来拉取镜像', gpuConfig: 'GPU 加速', - gpuConfigHelper: '请确保机器有 NVIDIA GPU 并且安装 NVIDIA 驱动 和 NVIDIA docker Container Toolkit', + gpuConfigHelper: '请确保服务器已安装 NVIDIA 驱动和 NVIDIA Container Toolkit', }, website: { website: '网站',