chore(i18n,docs): processed translations (#44864)

pull/44877/head^2
camperbot 2022-01-22 20:32:35 +05:30 committed by GitHub
parent 9cf0a935aa
commit d039479e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 26 additions and 54 deletions

View File

@ -44,11 +44,7 @@ To run tests against production builds, replace `dev` with `prd` below.
## Cypress-GitPod Setup ## Cypress-GitPod Setup
### 1. Ensure you are on the _Feature Preview_ of GitPod _as of 01/02/2021_ ### 1. Ensure Development Environment is Running
- Go to [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/) to see how to enable _Feature Preview_
### 2. Ensure Development Environment is Running
If starting the GitPod environment did not automatically develop the environment: If starting the GitPod environment did not automatically develop the environment:
@ -70,7 +66,7 @@ npm run seed
npm run develop npm run develop
``` ```
### 3. Install Cypress Build Tools ### 2. Install Cypress Build Tools
```console ```console
npm run cypress:install-build-tools npm run cypress:install-build-tools

View File

@ -44,11 +44,7 @@ To run tests against production builds, replace `dev` with `prd` below.
## Cypress-GitPod Setup ## Cypress-GitPod Setup
### 1. Ensure you are on the _Feature Preview_ of GitPod _as of 01/02/2021_ ### 1. Ensure Development Environment is Running
- Go to [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/) to see how to enable _Feature Preview_
### 2. Ensure Development Environment is Running
If starting the GitPod environment did not automatically develop the environment: If starting the GitPod environment did not automatically develop the environment:
@ -70,7 +66,7 @@ npm run seed
npm run develop npm run develop
``` ```
### 3. Install Cypress Build Tools ### 2. Install Cypress Build Tools
```console ```console
npm run cypress:install-build-tools npm run cypress:install-build-tools

View File

@ -44,38 +44,34 @@ Para ejecutar pruebas en las compilaciones de producción, reemplaza `dev` con `
## Configuración de Cypress-GitPod ## Configuración de Cypress-GitPod
### 1. Asegúrate de estar en la _Feature Preview_ (vista previa de funciones) de GitPod _a partir del 01/02/2021_ ### 1. Ensure Development Environment is Running
- Ve hacia [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/) para ver como habilitar la _Feature Preview_
### 2. Asegúrate de que el entorno de desarrollo se esté ejecutando
Si al iniciar el entorno de GitPod no se creó automáticamente el ambiente: Si al iniciar el entorno de GitPod no se creó automáticamente el ambiente:
- Inicia la base de datos - Start the database
```console ```console
mongod mongod
``` ```
- Propaga la base de datos - Seed the database
```console ```console
npm run seed npm run seed
``` ```
- Inicia el servidor de desarrollo y cliente - Develop the server and client
```console ```console
npm run develop npm run develop
``` ```
### 3. Instala las herramientas de compilación de Cypress ### 2. Install Cypress Build Tools
```console ```console
npm run cypress:install-build-tools npm run cypress:install-build-tools
``` ```
- Cuando se te solicite en la terminal, selecciona la distribución de tu teclado por idioma / área - When prompted in the terminal, select your keyboard layout by language/area
Ahora, [Cypress puede ejecutarse](/how-to-add-cypress-tests#_2-run-the-cypress-tests) Ahora, [Cypress puede ejecutarse](/how-to-add-cypress-tests#_2-run-the-cypress-tests)

View File

@ -44,38 +44,34 @@ Per eseguire i test su build di produzione, sostituisci `dev` con `prd` nella pa
## Setup di Cypress su GitPod ## Setup di Cypress su GitPod
### 1. Assicurati di essere nella _Feature Preview_ di GitPod _dalla data del 02/01/2021_ ### 1. Ensure Development Environment is Running
- Vai a [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/) per vedere come attivare la _Feature Preview_
### 2. Assicurati che l'ambiente di sviluppo sia in esecuzione
Se l'avvio di GitPod non sviluppa automaticamente l'ambiente: Se l'avvio di GitPod non sviluppa automaticamente l'ambiente:
- Avvia il database - Start the database
```console ```console
mongod mongod
``` ```
- Fai il seed del database - Seed the database
```console ```console
npm run seed npm run seed
``` ```
- Sviluppa il server e il client - Develop the server and client
```console ```console
npm run develop npm run develop
``` ```
### 3. Installa Cypress Build Tools ### 2. Install Cypress Build Tools
```console ```console
npm run cypress:install-build-tools npm run cypress:install-build-tools
``` ```
- Quando chiesto dal terminale, seleziona il layout della tua tastiera per lingua/area - When prompted in the terminal, select your keyboard layout by language/area
Ora, [puoi eseguire Cypress](#_2-esegui-i-test-cypress) Ora, [puoi eseguire Cypress](#_2-esegui-i-test-cypress)

View File

@ -44,11 +44,7 @@ To run tests against production builds, replace `dev` with `prd` below.
## Cypress-GitPod Setup ## Cypress-GitPod Setup
### 1. Ensure you are on the _Feature Preview_ of GitPod _as of 01/02/2021_ ### 1. Ensure Development Environment is Running
- Go to [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/) to see how to enable _Feature Preview_
### 2. Ensure Development Environment is Running
If starting the GitPod environment did not automatically develop the environment: If starting the GitPod environment did not automatically develop the environment:
@ -70,7 +66,7 @@ npm run seed
npm run develop npm run develop
``` ```
### 3. Install Cypress Build Tools ### 2. Install Cypress Build Tools
```console ```console
npm run cypress:install-build-tools npm run cypress:install-build-tools

View File

@ -44,11 +44,7 @@ Para executar testes usando compilações de produção, substitua `dev` por `pr
## Configuração do Cypress-GitPod ## Configuração do Cypress-GitPod
### 1. Certifique-se de estar na _Feature Preview_ do GitPod _a partir de 02/01/2021_ ### 1. Certifique-se que o ambiente de desenvolvimento está em execução
- Visite [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/) para ver como ativar a _Feature Preview_
### 2. Certifique-se que o ambiente de desenvolvimento está em execução
Se o ambiente GitPod não foi criado automaticamente: Se o ambiente GitPod não foi criado automaticamente:
@ -64,13 +60,13 @@ mongod
npm run seed npm run seed
``` ```
- Desenvolva o servidor e o cliente - Desenvolva o servidor e o client
```console ```console
npm run develop npm run develop
``` ```
### 3. Instale ferramentas de compilação do Cypress ### 2. Instale as ferramentas de compilação do Cypress
```console ```console
npm run cypress:install-build-tools npm run cypress:install-build-tools

View File

@ -44,21 +44,17 @@ To run tests against production builds, replace `dev` with `prd` below.
## Налаштування Cypress-GitPod ## Налаштування Cypress-GitPod
### 1. Ensure you are on the _Feature Preview_ of GitPod _as of 01/02/2021_ ### 1. Ensure Development Environment is Running
- Перейдіть на [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/), щоб подивитись як увімкнути _Feature Preview_
### 2. Переконайтеся, що середовище розробки запущене
If starting the GitPod environment did not automatically develop the environment: If starting the GitPod environment did not automatically develop the environment:
- Запустіть базу даних - Start the database
```console ```console
mongod mongod
``` ```
- Заповніть базу даних - Seed the database
```console ```console
npm run seed npm run seed
@ -70,12 +66,12 @@ npm run seed
npm run develop npm run develop
``` ```
### 3. Встановіть інструменти збірки Cypress ### 2. Install Cypress Build Tools
```console ```console
npm run cypress:install-build-tools npm run cypress:install-build-tools
``` ```
- Коли запитається у терміналі, виберіть вашу розкладку клавіатури за мовою/регіоном - When prompted in the terminal, select your keyboard layout by language/area
Тепер, [Cypress може бути запущений](/how-to-add-cypress-tests#_2-run-the-cypress-tests) Тепер, [Cypress може бути запущений](/how-to-add-cypress-tests#_2-run-the-cypress-tests)