From 21079723bf588f01222a65bad75d02c5a48c4ada Mon Sep 17 00:00:00 2001 From: camperbot Date: Tue, 8 Aug 2023 19:38:39 +0530 Subject: [PATCH] chore(i18n,docs): processed translations (#51186) --- .../how-to-setup-freecodecamp-locally.md | 21 ++++++++--- .../how-to-setup-freecodecamp-locally.md | 21 ++++++++--- .../how-to-setup-freecodecamp-locally.md | 21 ++++++++--- .../how-to-setup-freecodecamp-locally.md | 21 ++++++++--- .../how-to-setup-freecodecamp-locally.md | 23 ++++++++---- .../how-to-setup-freecodecamp-locally.md | 21 ++++++++--- .../how-to-setup-freecodecamp-locally.md | 21 ++++++++--- .../how-to-setup-freecodecamp-locally.md | 37 ++++++++++++------- 8 files changed, 129 insertions(+), 57 deletions(-) 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 febf2801c15..ce24789d153 100644 --- a/docs/i18n/chinese-traditional/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/chinese-traditional/how-to-setup-freecodecamp-locally.md @@ -274,6 +274,14 @@ 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 command if you need to develop with completed certifications: + +```console +pnpm run seed:certified-user +``` + +> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again. + #### Step 4: Start the freeCodeCamp Client Application and API Server You can now start up the API server and the client applications. @@ -298,9 +306,10 @@ If you have issues while installing it, check out the [troubleshooting section]( A quick reference to the commands that you will need when working locally. -| command | description | -| ------------------ | ------------------------------------------------------------------------------ | -| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. | -| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. | -| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | -| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. | +| command | description | +| ------------------------------ | ------------------------------------------------------------------------------------------------- | +| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. | +| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. | +| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. | +| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | +| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. | diff --git a/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md b/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md index febf2801c15..ce24789d153 100644 --- a/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md @@ -274,6 +274,14 @@ 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 command if you need to develop with completed certifications: + +```console +pnpm run seed:certified-user +``` + +> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again. + #### Step 4: Start the freeCodeCamp Client Application and API Server You can now start up the API server and the client applications. @@ -298,9 +306,10 @@ If you have issues while installing it, check out the [troubleshooting section]( A quick reference to the commands that you will need when working locally. -| command | description | -| ------------------ | ------------------------------------------------------------------------------ | -| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. | -| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. | -| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | -| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. | +| command | description | +| ------------------------------ | ------------------------------------------------------------------------------------------------- | +| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. | +| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. | +| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. | +| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | +| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. | diff --git a/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md b/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md index 230025ecb98..9db2c63b964 100644 --- a/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md @@ -274,6 +274,14 @@ 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 command if you need to develop with completed certifications: + +```console +pnpm run seed:certified-user +``` + +> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again. + #### Step 4: Start the freeCodeCamp Client Application and API Server You can now start up the API server and the client applications. @@ -298,9 +306,10 @@ If you have issues while installing it, check out the [troubleshooting section]( A quick reference to the commands that you will need when working locally. -| command | description | -| ------------------ | ------------------------------------------------------------------------------ | -| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. | -| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. | -| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | -| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. | +| command | description | +| ------------------------------ | ------------------------------------------------------------------------------------------------- | +| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. | +| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. | +| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. | +| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | +| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. | diff --git a/docs/i18n/german/how-to-setup-freecodecamp-locally.md b/docs/i18n/german/how-to-setup-freecodecamp-locally.md index 79eb65fbcaf..6ce9ae0da52 100644 --- a/docs/i18n/german/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/german/how-to-setup-freecodecamp-locally.md @@ -274,6 +274,14 @@ 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 command if you need to develop with completed certifications: + +```console +pnpm run seed:certified-user +``` + +> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again. + #### Step 4: Start the freeCodeCamp Client Application and API Server You can now start up the API server and the client applications. @@ -298,9 +306,10 @@ If you have issues while installing it, check out the [troubleshooting section]( A quick reference to the commands that you will need when working locally. -| command | description | -| ------------------ | ------------------------------------------------------------------------------ | -| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. | -| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. | -| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | -| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. | +| command | description | +| ------------------------------ | ------------------------------------------------------------------------------------------------- | +| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. | +| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. | +| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. | +| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | +| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. | diff --git a/docs/i18n/italian/how-to-setup-freecodecamp-locally.md b/docs/i18n/italian/how-to-setup-freecodecamp-locally.md index 650d96d39c3..793b70de9f4 100644 --- a/docs/i18n/italian/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/italian/how-to-setup-freecodecamp-locally.md @@ -274,6 +274,14 @@ 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 command if you need to develop with completed certifications: + +```console +pnpm run seed:certified-user +``` + +> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again. + #### Step 4: Start the freeCodeCamp Client Application and API Server You can now start up the API server and the client applications. @@ -290,7 +298,7 @@ The API server serves endpoints at `http://localhost:3000`. The Gatsby app serve While you are logged in, if you visit you should see the available APIs. -> [!WARNING] Se pulisci i cookie o esegui `pnpm run seed:certified-user` perderai l'accesso e dovrai fare di nuovo l'accesso. +> [!WARNING] Clearing your cookies or running `pnpm run seed:certified-user` will log you out, and you will have to sign in again. If you have issues while installing it, check out the [troubleshooting section](troubleshooting-development-issues.md). @@ -298,9 +306,10 @@ If you have issues while installing it, check out the [troubleshooting section]( A quick reference to the commands that you will need when working locally. -| command | description | -| ------------------ | ------------------------------------------------------------------------------ | -| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. | -| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. | -| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | -| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. | +| command | description | +| ------------------------------ | ------------------------------------------------------------------------------------------------- | +| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. | +| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. | +| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. | +| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | +| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. | diff --git a/docs/i18n/japanese/how-to-setup-freecodecamp-locally.md b/docs/i18n/japanese/how-to-setup-freecodecamp-locally.md index aa9ce7ba6a4..7230757023e 100644 --- a/docs/i18n/japanese/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/japanese/how-to-setup-freecodecamp-locally.md @@ -274,6 +274,14 @@ 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 command if you need to develop with completed certifications: + +```console +pnpm run seed:certified-user +``` + +> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again. + #### Step 4: Start the freeCodeCamp Client Application and API Server You can now start up the API server and the client applications. @@ -298,9 +306,10 @@ If you have issues while installing it, check out the [troubleshooting section]( A quick reference to the commands that you will need when working locally. -| command | description | -| ------------------ | ------------------------------------------------------------------------------ | -| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. | -| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. | -| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | -| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. | +| command | description | +| ------------------------------ | ------------------------------------------------------------------------------------------------- | +| `pnpm install` | Installs / re-installs all dependencies and bootstraps the different services. | +| `pnpm run seed` | Creates authorized test users and inserts them into MongoDB. | +| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. | +| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | +| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. | diff --git a/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md b/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md index d6513dba25f..322a849c8ee 100644 --- a/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md @@ -274,6 +274,14 @@ 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 o seguinte comando se precisar desenvolver com certificados concluídos: + +```console +pnpm run seed:certified-user +``` + +> [!WARNING] Executar `pnpm run seed:certified-user` desconectará você. Você precisará limpar os cookies do seu navegador e fazer login novamente. + #### Passo 4: Inicie o aplicativo de client do freeCodeCamp e o servidor de API Agora você pode iniciar o servidor de API e as aplicações de client. @@ -298,9 +306,10 @@ Se você tiver problemas durante a instalação, confira a [seção de solução Uma rápida referência aos comandos que você precisará ao trabalhar localmente. -| comando | descrição | -| ------------------ | ---------------------------------------------------------------------------- | -| `pnpm install` | Instala/reinstala todas as dependências e inicializa os diferentes serviços. | -| `pnpm run seed` | Cria usuários de testes autorizados e os insere no MongoDB. | -| `pnpm run develop` | Inicia o servidor de API freeCodeCamp e aplicativos Cliente. | -| `pnpm run clean` | Desinstala todas as dependências e limpa os caches. | +| comando | descrição | +| ------------------------------ | -------------------------------------------------------------------------------------------------- | +| `pnpm install` | Instala/reinstala todas as dependências e inicializa os diferentes serviços. | +| `pnpm run seed` | Cria usuários de testes autorizados e os insere no MongoDB. | +| `pnpm run seed:certified-user` | Cria usuários de testes autorizados com certificações totalmente completas e os insere no MongoDB. | +| `pnpm run develop` | Inicia o servidor de API freeCodeCamp e aplicativos Cliente. | +| `pnpm run clean` | Desinstala todas as dependências e limpa os caches. | diff --git a/docs/i18n/ukrainian/how-to-setup-freecodecamp-locally.md b/docs/i18n/ukrainian/how-to-setup-freecodecamp-locally.md index a69c6fd665d..4989643f519 100644 --- a/docs/i18n/ukrainian/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/ukrainian/how-to-setup-freecodecamp-locally.md @@ -274,33 +274,42 @@ mongod pnpm run seed ``` +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: + +```console +pnpm run seed:certified-user +``` + +> [!WARNING] Running `pnpm run seed:certified-user` will log you out. You will have to clear your browser cookies and sign in again. + #### Крок 4: запустіть клієнтську програму freeCodeCamp та сервер API -Тепер ви можете запустити сервер API та клієнтську програму. +You can now start up the API server and the client applications. ```console pnpm run develop ``` -Ця команда запустить всі служби, включно з сервером API та клієнтською програмою, з якими ви можете працювати. +This single command will fire up all the services, including the API server and the client applications available for you to work on. -Після цього відкрийте веббраузер та відвідайте . Якщо застосунок завантажується, увійдіть в систему. Вітання — все готово! Тепер ви маєте копію повної навчальної платформи freeCodeCamp на своїй локальній машині. +Once ready, open a web browser and visit . If the app loads, sign in. Congratulations – you're all set! You now have a copy of freeCodeCamp's entire learning platform running on your local machine. -Сервер API обслуговує кінцеві точки на `http://localhost:3000`. Gatsby обслуговує клієнтську програму на `http://localhost:8000`. +The API server serves endpoints at `http://localhost:3000`. The Gatsby app serves the client application at `http://localhost:8000`. -Якщо ви увійшли в систему, відвідайте і побачите доступні API. +While you are logged in, if you visit you should see the available APIs. -> [!WARNING] Якщо очистити cookies чи запустити `pnpm run seed:certified-user`, ви вийдете з системи та вам доведеться увійти знову. +> [!WARNING] Clearing your cookies or running `pnpm run seed:certified-user` will log you out, and you will have to sign in again. -Якщо у вас виникли проблеми, див. розділ з [розв’язання проблем розробки](troubleshooting-development-issues.md). +If you have issues while installing it, check out the [troubleshooting section](troubleshooting-development-issues.md). ## Коротко про команди -Короткий довідник команд, які знадобляться при локальній роботі. +A quick reference to the commands that you will need when working locally. -| команда | опис | -| ------------------ | -------------------------------------------------------------------- | -| `pnpm install` | Встановлює/перевстановлює всі залежності та запускає різні служби. | -| `pnpm run seed` | Створює авторизованих тестових користувачів і розміщує їх у MongoDB. | -| `pnpm run develop` | Запускає сервер API та клієнтські програми freeCodeCamp. | -| `pnpm run clean` | Видаляє всі залежності та очищує кеш. | +| команда | опис | +| ------------------------------ | ------------------------------------------------------------------------------------------------- | +| `pnpm install` | Встановлює/перевстановлює всі залежності та запускає різні служби. | +| `pnpm run seed` | Створює авторизованих тестових користувачів і розміщує їх у MongoDB. | +| `pnpm run seed:certified-user` | Creates authorized test users with certifications fully completed, and inserts them into MongoDB. | +| `pnpm run develop` | Starts the freeCodeCamp API Server and Client Applications. | +| `pnpm run clean` | Uninstalls all dependencies and cleans up caches. |