From 02e1deebeae63377cc59fcf5590183040290fb18 Mon Sep 17 00:00:00 2001 From: camperbot Date: Wed, 29 Nov 2023 03:28:24 +0530 Subject: [PATCH] chore(i18n,docs): processed translations (#52432) --- docs/i18n/chinese-traditional/how-to-add-playwright-tests.md | 4 ++-- .../chinese-traditional/how-to-setup-freecodecamp-locally.md | 2 +- docs/i18n/chinese/how-to-add-playwright-tests.md | 4 ++-- docs/i18n/chinese/how-to-setup-freecodecamp-locally.md | 2 +- docs/i18n/espanol/how-to-add-playwright-tests.md | 4 ++-- docs/i18n/espanol/how-to-setup-freecodecamp-locally.md | 2 +- docs/i18n/german/how-to-add-playwright-tests.md | 4 ++-- docs/i18n/german/how-to-setup-freecodecamp-locally.md | 2 +- docs/i18n/italian/how-to-add-playwright-tests.md | 4 ++-- docs/i18n/italian/how-to-setup-freecodecamp-locally.md | 2 +- docs/i18n/japanese/how-to-add-playwright-tests.md | 4 ++-- docs/i18n/japanese/how-to-setup-freecodecamp-locally.md | 2 +- docs/i18n/portuguese/how-to-add-playwright-tests.md | 4 ++-- docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md | 2 +- docs/i18n/ukrainian/how-to-add-playwright-tests.md | 4 ++-- docs/i18n/ukrainian/how-to-setup-freecodecamp-locally.md | 2 +- 16 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/i18n/chinese-traditional/how-to-add-playwright-tests.md b/docs/i18n/chinese-traditional/how-to-add-playwright-tests.md index 0f450480fea..cd06568ad3a 100644 --- a/docs/i18n/chinese-traditional/how-to-add-playwright-tests.md +++ b/docs/i18n/chinese-traditional/how-to-add-playwright-tests.md @@ -171,7 +171,7 @@ describe('The campers landing page', () => { ### 1. Ensure that MongoDB and Client Applications are Running -- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database) +- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database). In order for Playwright tests to work, be sure that you use the `pnpm run seed:certified-user` command. - [Start the freeCodeCamp client application and API server](how-to-setup-freecodecamp-locally.md#step-4-start-the-freecodecamp-client-application-and-api-server) @@ -318,7 +318,7 @@ If starting the Gitpod environment did not automatically develop the environment - Seed the database ```bash - pnpm run seed + pnpm run seed:certified-user ``` - Develop the server and client diff --git a/docs/i18n/chinese-traditional/how-to-setup-freecodecamp-locally.md b/docs/i18n/chinese-traditional/how-to-setup-freecodecamp-locally.md index c93351f700f..244eb990c34 100644 --- a/docs/i18n/chinese-traditional/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/chinese-traditional/how-to-setup-freecodecamp-locally.md @@ -246,7 +246,7 @@ Next, let's seed the database. In this step, we run the below command that fills pnpm run seed ``` -By default, you will be signed in as a new user without any completed certifications. Run the following commands if you need to develop with completed certifications: +By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications or write Playwright tests: ```bash pnpm run seed:certified-user diff --git a/docs/i18n/chinese/how-to-add-playwright-tests.md b/docs/i18n/chinese/how-to-add-playwright-tests.md index 0f450480fea..cd06568ad3a 100644 --- a/docs/i18n/chinese/how-to-add-playwright-tests.md +++ b/docs/i18n/chinese/how-to-add-playwright-tests.md @@ -171,7 +171,7 @@ describe('The campers landing page', () => { ### 1. Ensure that MongoDB and Client Applications are Running -- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database) +- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database). In order for Playwright tests to work, be sure that you use the `pnpm run seed:certified-user` command. - [Start the freeCodeCamp client application and API server](how-to-setup-freecodecamp-locally.md#step-4-start-the-freecodecamp-client-application-and-api-server) @@ -318,7 +318,7 @@ If starting the Gitpod environment did not automatically develop the environment - Seed the database ```bash - pnpm run seed + pnpm run seed:certified-user ``` - Develop the server and client diff --git a/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md b/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md index c93351f700f..244eb990c34 100644 --- a/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md @@ -246,7 +246,7 @@ Next, let's seed the database. In this step, we run the below command that fills pnpm run seed ``` -By default, you will be signed in as a new user without any completed certifications. Run the following commands if you need to develop with completed certifications: +By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications or write Playwright tests: ```bash pnpm run seed:certified-user diff --git a/docs/i18n/espanol/how-to-add-playwright-tests.md b/docs/i18n/espanol/how-to-add-playwright-tests.md index 0f450480fea..cd06568ad3a 100644 --- a/docs/i18n/espanol/how-to-add-playwright-tests.md +++ b/docs/i18n/espanol/how-to-add-playwright-tests.md @@ -171,7 +171,7 @@ describe('The campers landing page', () => { ### 1. Ensure that MongoDB and Client Applications are Running -- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database) +- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database). In order for Playwright tests to work, be sure that you use the `pnpm run seed:certified-user` command. - [Start the freeCodeCamp client application and API server](how-to-setup-freecodecamp-locally.md#step-4-start-the-freecodecamp-client-application-and-api-server) @@ -318,7 +318,7 @@ If starting the Gitpod environment did not automatically develop the environment - Seed the database ```bash - pnpm run seed + pnpm run seed:certified-user ``` - Develop the server and client diff --git a/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md b/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md index fd43d1d63e9..bac508d895a 100644 --- a/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md @@ -246,7 +246,7 @@ Next, let's seed the database. In this step, we run the below command that fills pnpm run seed ``` -By default, you will be signed in as a new user without any completed certifications. Run the following commands if you need to develop with completed certifications: +By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications or write Playwright tests: ```bash pnpm run seed:certified-user diff --git a/docs/i18n/german/how-to-add-playwright-tests.md b/docs/i18n/german/how-to-add-playwright-tests.md index 0f450480fea..cd06568ad3a 100644 --- a/docs/i18n/german/how-to-add-playwright-tests.md +++ b/docs/i18n/german/how-to-add-playwright-tests.md @@ -171,7 +171,7 @@ describe('The campers landing page', () => { ### 1. Ensure that MongoDB and Client Applications are Running -- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database) +- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database). In order for Playwright tests to work, be sure that you use the `pnpm run seed:certified-user` command. - [Start the freeCodeCamp client application and API server](how-to-setup-freecodecamp-locally.md#step-4-start-the-freecodecamp-client-application-and-api-server) @@ -318,7 +318,7 @@ If starting the Gitpod environment did not automatically develop the environment - Seed the database ```bash - pnpm run seed + pnpm run seed:certified-user ``` - Develop the server and client diff --git a/docs/i18n/german/how-to-setup-freecodecamp-locally.md b/docs/i18n/german/how-to-setup-freecodecamp-locally.md index 8fd90b1a07b..244c7825b63 100644 --- a/docs/i18n/german/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/german/how-to-setup-freecodecamp-locally.md @@ -246,7 +246,7 @@ Next, let's seed the database. In this step, we run the below command that fills pnpm run seed ``` -By default, you will be signed in as a new user without any completed certifications. Run the following commands if you need to develop with completed certifications: +By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications or write Playwright tests: ```bash pnpm run seed:certified-user diff --git a/docs/i18n/italian/how-to-add-playwright-tests.md b/docs/i18n/italian/how-to-add-playwright-tests.md index 0f450480fea..cd06568ad3a 100644 --- a/docs/i18n/italian/how-to-add-playwright-tests.md +++ b/docs/i18n/italian/how-to-add-playwright-tests.md @@ -171,7 +171,7 @@ describe('The campers landing page', () => { ### 1. Ensure that MongoDB and Client Applications are Running -- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database) +- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database). In order for Playwright tests to work, be sure that you use the `pnpm run seed:certified-user` command. - [Start the freeCodeCamp client application and API server](how-to-setup-freecodecamp-locally.md#step-4-start-the-freecodecamp-client-application-and-api-server) @@ -318,7 +318,7 @@ If starting the Gitpod environment did not automatically develop the environment - Seed the database ```bash - pnpm run seed + pnpm run seed:certified-user ``` - Develop the server and client diff --git a/docs/i18n/italian/how-to-setup-freecodecamp-locally.md b/docs/i18n/italian/how-to-setup-freecodecamp-locally.md index 205713acf7b..59bdf56314c 100644 --- a/docs/i18n/italian/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/italian/how-to-setup-freecodecamp-locally.md @@ -246,7 +246,7 @@ Next, let's seed the database. In this step, we run the below command that fills pnpm run seed ``` -By default, you will be signed in as a new user without any completed certifications. Run the following commands if you need to develop with completed certifications: +By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications or write Playwright tests: ```bash pnpm run seed:certified-user diff --git a/docs/i18n/japanese/how-to-add-playwright-tests.md b/docs/i18n/japanese/how-to-add-playwright-tests.md index 0f450480fea..cd06568ad3a 100644 --- a/docs/i18n/japanese/how-to-add-playwright-tests.md +++ b/docs/i18n/japanese/how-to-add-playwright-tests.md @@ -171,7 +171,7 @@ describe('The campers landing page', () => { ### 1. Ensure that MongoDB and Client Applications are Running -- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database) +- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database). In order for Playwright tests to work, be sure that you use the `pnpm run seed:certified-user` command. - [Start the freeCodeCamp client application and API server](how-to-setup-freecodecamp-locally.md#step-4-start-the-freecodecamp-client-application-and-api-server) @@ -318,7 +318,7 @@ If starting the Gitpod environment did not automatically develop the environment - Seed the database ```bash - pnpm run seed + pnpm run seed:certified-user ``` - Develop the server and client diff --git a/docs/i18n/japanese/how-to-setup-freecodecamp-locally.md b/docs/i18n/japanese/how-to-setup-freecodecamp-locally.md index 9b0d377f500..79b0265b8c4 100644 --- a/docs/i18n/japanese/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/japanese/how-to-setup-freecodecamp-locally.md @@ -246,7 +246,7 @@ Next, let's seed the database. In this step, we run the below command that fills pnpm run seed ``` -By default, you will be signed in as a new user without any completed certifications. Run the following commands if you need to develop with completed certifications: +By default, you will be signed in as a new user without any completed certifications. Run the following command if you need to develop with completed certifications or write Playwright tests: ```bash pnpm run seed:certified-user diff --git a/docs/i18n/portuguese/how-to-add-playwright-tests.md b/docs/i18n/portuguese/how-to-add-playwright-tests.md index 5d2de16375a..a51fee93183 100644 --- a/docs/i18n/portuguese/how-to-add-playwright-tests.md +++ b/docs/i18n/portuguese/how-to-add-playwright-tests.md @@ -171,7 +171,7 @@ describe('The campers landing page', () => { ### 1. Veja se as aplicações de client e do MongoDB estão em execução -- [Inicie o MongoDB e crie o banco de dados](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database) +- [Inicie o MongoDB e crie o banco de dados](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database). Para que os testes do Playwright funcionem, certifique-se de usar o comando `pnpm run seed:certified-user`. - [Inicie também a aplicação de client do freeCodeCamp e o servidor da API](how-to-setup-freecodecamp-locally.md#step-4-start-the-freecodecamp-client-application-and-api-server) @@ -318,7 +318,7 @@ Se, ao iniciar o ambiente do Gitpod, o ambiente não foi desenvolvido automatica - Crie o banco de dados ```bash - pnpm run seed + pnpm run seed:certified-user ``` - Desenvolva o servidor e o client diff --git a/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md b/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md index 38ddc8ea7a1..1f8c7b95786 100644 --- a/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md @@ -246,7 +246,7 @@ Em seguida, vamos criar o banco de dados. Nesta etapa, executamos o comando abai pnpm run seed ``` -Por padrão, você será conectado como um novo usuário sem nenhuma certificação concluída. Execute os seguintes comandos se precisar desenvolver com certificados concluídos: +Por padrão, você será conectado como um novo usuário sem nenhuma certificação concluída. Execute o seguinte comando se precisar desenvolver com certificados concluídos ou escrever testes do Playwright: ```bash pnpm run seed:certified-user diff --git a/docs/i18n/ukrainian/how-to-add-playwright-tests.md b/docs/i18n/ukrainian/how-to-add-playwright-tests.md index 240cc88408d..14780cc924c 100644 --- a/docs/i18n/ukrainian/how-to-add-playwright-tests.md +++ b/docs/i18n/ukrainian/how-to-add-playwright-tests.md @@ -171,7 +171,7 @@ describe('The campers landing page', () => { ### 1. Переконайтеся, що MongoDB і клієнтські програми запущені -- [Запустіть MongoDB і заповнiть базу даних](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database) +- [Запустіть MongoDB та додайте базу даних](how-to-setup-freecodecamp-locally.md#step-3-start-mongodb-and-seed-the-database). Щоб тести Playwright працювали, переконайтесь, що використали команду `pnpm run seed:certified-user`. - [Запустіть клієнтський застосунок freeCodeCamp і сервер API](how-to-setup-freecodecamp-locally.md#step-4-start-the-freecodecamp-client-application-and-api-server) @@ -318,7 +318,7 @@ Playwright, як правило, є інструментом з дуже мал - Заповніть базу даних ```bash - pnpm run seed + pnpm run seed:certified-user ``` - Розробіть сервер та клієнта diff --git a/docs/i18n/ukrainian/how-to-setup-freecodecamp-locally.md b/docs/i18n/ukrainian/how-to-setup-freecodecamp-locally.md index 3fc3bbf5f8e..d0e429bf163 100644 --- a/docs/i18n/ukrainian/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/ukrainian/how-to-setup-freecodecamp-locally.md @@ -246,7 +246,7 @@ mongod pnpm run seed ``` -Ви увійдете як новий користувач без будь-яких завершених сертифікацій за замовчуванням. Запустіть ці команди, якщо потрібні наявні виконані сертифікації: +Ви увійдете як новий користувач без будь-яких завершених сертифікацій за замовчуванням. Запустіть цю команду, якщо потрібно використати виконані сертифікації або написати тести Playwright: ```bash pnpm run seed:certified-user