From ef216af787b18aef237043a0ea69ee041c06df36 Mon Sep 17 00:00:00 2001 From: camperbot Date: Fri, 24 Mar 2023 18:06:08 +0530 Subject: [PATCH] chore(i18n,docs): processed translations (#49822) --- docs/i18n/chinese-traditional/how-to-add-cypress-tests.md | 5 +++-- docs/i18n/chinese/how-to-add-cypress-tests.md | 5 +++-- docs/i18n/espanol/how-to-add-cypress-tests.md | 5 +++-- docs/i18n/german/how-to-add-cypress-tests.md | 5 +++-- docs/i18n/italian/how-to-add-cypress-tests.md | 5 +++-- docs/i18n/japanese/how-to-add-cypress-tests.md | 5 +++-- docs/i18n/portuguese/how-to-add-cypress-tests.md | 5 +++-- docs/i18n/ukrainian/how-to-add-cypress-tests.md | 5 +++-- 8 files changed, 24 insertions(+), 16 deletions(-) diff --git a/docs/i18n/chinese-traditional/how-to-add-cypress-tests.md b/docs/i18n/chinese-traditional/how-to-add-cypress-tests.md index 77022d0c3e4..51e50f3e29f 100644 --- a/docs/i18n/chinese-traditional/how-to-add-cypress-tests.md +++ b/docs/i18n/chinese-traditional/how-to-add-cypress-tests.md @@ -54,10 +54,11 @@ To run tests against production builds, replace `dev` with `prd` below. If starting the GitPod environment did not automatically develop the environment: -- Start the database +- Follow the [MongoDB installation guide](https://www.mongodb.com/basics/get-started). +- Create a config file. ```console -mongod +pnpm run create:config ``` - Seed the database diff --git a/docs/i18n/chinese/how-to-add-cypress-tests.md b/docs/i18n/chinese/how-to-add-cypress-tests.md index 77022d0c3e4..51e50f3e29f 100644 --- a/docs/i18n/chinese/how-to-add-cypress-tests.md +++ b/docs/i18n/chinese/how-to-add-cypress-tests.md @@ -54,10 +54,11 @@ To run tests against production builds, replace `dev` with `prd` below. If starting the GitPod environment did not automatically develop the environment: -- Start the database +- Follow the [MongoDB installation guide](https://www.mongodb.com/basics/get-started). +- Create a config file. ```console -mongod +pnpm run create:config ``` - Seed the database diff --git a/docs/i18n/espanol/how-to-add-cypress-tests.md b/docs/i18n/espanol/how-to-add-cypress-tests.md index 28f6ec1ad25..9baaae49ddc 100644 --- a/docs/i18n/espanol/how-to-add-cypress-tests.md +++ b/docs/i18n/espanol/how-to-add-cypress-tests.md @@ -54,10 +54,11 @@ Para ejecutar pruebas en las compilaciones de producción, reemplaza `dev` con ` Si al iniciar el entorno de GitPod no se creó automáticamente el ambiente: -- Inicia la base de datos +- Follow the [MongoDB installation guide](https://www.mongodb.com/basics/get-started). +- Create a config file. ```console -mongod +pnpm run create:config ``` - Propaga la base de datos diff --git a/docs/i18n/german/how-to-add-cypress-tests.md b/docs/i18n/german/how-to-add-cypress-tests.md index 297fab2d4ba..d1d7d728952 100644 --- a/docs/i18n/german/how-to-add-cypress-tests.md +++ b/docs/i18n/german/how-to-add-cypress-tests.md @@ -54,10 +54,11 @@ Um Tests mit Produktions-Builds durchzuführen, ersetze unten `dev` durch `prd`. Wenn das Starten der GitPod-Umgebung nicht automatisch die Umgebung aufgebaut hat: -- Starte die Datenbank +- Follow the [MongoDB installation guide](https://www.mongodb.com/basics/get-started). +- Create a config file. ```console -mongod +pnpm run create:config ``` - Richte die Datenbank ein diff --git a/docs/i18n/italian/how-to-add-cypress-tests.md b/docs/i18n/italian/how-to-add-cypress-tests.md index e7b50a3eadc..7a90a737257 100644 --- a/docs/i18n/italian/how-to-add-cypress-tests.md +++ b/docs/i18n/italian/how-to-add-cypress-tests.md @@ -54,10 +54,11 @@ Per eseguire i test su build di produzione, sostituisci `dev` con `prd` nella pa Se l'avvio di GitPod non sviluppa automaticamente l'ambiente: -- Avvia il database +- Follow the [MongoDB installation guide](https://www.mongodb.com/basics/get-started). +- Create a config file. ```console -mongod +pnpm run create:config ``` - Fai il seed del database diff --git a/docs/i18n/japanese/how-to-add-cypress-tests.md b/docs/i18n/japanese/how-to-add-cypress-tests.md index cc342ce2549..4a520b0a2e5 100644 --- a/docs/i18n/japanese/how-to-add-cypress-tests.md +++ b/docs/i18n/japanese/how-to-add-cypress-tests.md @@ -54,10 +54,11 @@ Cypress テストもしくは「specs」の書き方については、Cypress GitPod 環境を起動しても自動的に環境が構築されない場合は、以下を実行します。 -- データベースを起動します。 +- Follow the [MongoDB installation guide](https://www.mongodb.com/basics/get-started). +- Create a config file. ```console -mongod +pnpm run create:config ``` - データベースをシードします。 diff --git a/docs/i18n/portuguese/how-to-add-cypress-tests.md b/docs/i18n/portuguese/how-to-add-cypress-tests.md index 54a09086b19..f3d09bdd377 100644 --- a/docs/i18n/portuguese/how-to-add-cypress-tests.md +++ b/docs/i18n/portuguese/how-to-add-cypress-tests.md @@ -54,10 +54,11 @@ Para executar testes usando compilações de produção, substitua `dev` por `pr Se o ambiente GitPod não foi criado automaticamente: -- Inicie a base de dados +- Follow the [MongoDB installation guide](https://www.mongodb.com/basics/get-started). +- Create a config file. ```console -mongod +pnpm run create:config ``` - Crie a base de dados diff --git a/docs/i18n/ukrainian/how-to-add-cypress-tests.md b/docs/i18n/ukrainian/how-to-add-cypress-tests.md index d2f92230157..ac34c490d0e 100644 --- a/docs/i18n/ukrainian/how-to-add-cypress-tests.md +++ b/docs/i18n/ukrainian/how-to-add-cypress-tests.md @@ -54,10 +54,11 @@ Якщо запуск середовища GitPod не розробив середовище автоматично: -- Запустіть базу даних +- Follow the [MongoDB installation guide](https://www.mongodb.com/basics/get-started). +- Create a config file. ```console -mongod +pnpm run create:config ``` - Заповніть базу даних