From 36548a13f294395eb2538edf58d12fbb89caadaa Mon Sep 17 00:00:00 2001 From: camperbot Date: Thu, 13 May 2021 18:02:33 +0530 Subject: [PATCH] chore(i18n,docs): processed translations (#42126) --- .../how-to-setup-freecodecamp-locally.md | 1 + .../how-to-setup-freecodecamp-locally.md | 29 ++++++++++--------- .../how-to-setup-freecodecamp-locally.md | 1 + 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md b/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md index 98287c73d9..c18e776ea5 100644 --- a/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/chinese/how-to-setup-freecodecamp-locally.md @@ -457,6 +457,7 @@ A quick reference to the commands that you will need when working locally. | `npm ci` | Installs / re-install all dependencies and bootstraps the different services. | | `npm run seed` | Parses all the challenge markdown files and inserts them into MongoDB. | | `npm run develop` | Starts the freeCodeCamp API Server and Client Applications. | +| `npm run storybook` | Starts Storybook for component library development. | | `npm test` | Run all JS tests in the system, including client, server, lint and challenge tests. | | `npm run test:client` | Run the client test suite. | | `npm run test:curriculum` | Run the curriculum test suite. | diff --git a/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md b/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md index 11d3d8bfaf..5dde9fc3e8 100644 --- a/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/espanol/how-to-setup-freecodecamp-locally.md @@ -452,20 +452,21 @@ Después de que hayas cometido tus cambios, consulta aquí [cómo abrir una Pull Una referencia rápida a los comandos que necesitará cuando trabaje localmente. -| comando | descripción | -| -------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -| `npm ci` | Instala / reinstala todas las dependencias y arranca los diferentes servicios. | -| `npm run seed` | Analiza todos los archivos markdown del desafío e inserta en MongoDB. | -| `npm run develop` | Inicia el servidor freeCodeCamp API y las aplicaciones de cliente. | -| `npm test` | Ejecutar todas las pruebas JS en el sistema, incluyendo las pruebas de clientes, servidores, lint y challenge. | -| `npm run test:client` | Ejecute la suite de pruebas del cliente. | -| `npm run test:curriculum` | Ejecute la suite de pruebas de currículum. | -| `npm run test:curriculum --block='Basic HTML and HTML5'` | Evalúa un bloque específico. | -| `npm run test:curriculum --superblock='responsive-web-design'` | Evalúa un SuperBlock específico. | -| `npm run test-curriculum-full-output` | Ejecutar el programa de prueba de currículo, sin tener que pagar después del primer error | -| `npm run test:server` | Ejecute la suite de pruebas del servidor. | -| `npm run e2e` | Ejecute el Cypress end para terminar las pruebas. | -| `npm run clean` | Desinstala todas las dependencias y limpia los cachés. | +| comando | descripción | +| -------------------------------------------------------------- | ----------------------------------------------------------------------------------- | +| `npm ci` | Instala / reinstala todas las dependencias y arranca los diferentes servicios. | +| `npm run seed` | Analiza todos los archivos markdown del desafío e inserta en MongoDB. | +| `npm run develop` | Inicia el servidor freeCodeCamp API y las aplicaciones de cliente. | +| `npm run storybook` | Starts Storybook for component library development. | +| `npm test` | Run all JS tests in the system, including client, server, lint and challenge tests. | +| `npm run test:client` | Run the client test suite. | +| `npm run test:curriculum` | Run the curriculum test suite. | +| `npm run test:curriculum --block='Basic HTML and HTML5'` | Test a specific Block. | +| `npm run test:curriculum --superblock='responsive-web-design'` | Test a specific SuperBlock. | +| `npm run test-curriculum-full-output` | Run the curriculum test suite, without bailing after the first error | +| `npm run test:server` | Run the server test suite. | +| `npm run e2e` | Run the Cypress end to end tests. | +| `npm run clean` | Uninstalls all dependencies and cleans up caches. | ## Solución de problemas diff --git a/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md b/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md index 98287c73d9..c18e776ea5 100644 --- a/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md +++ b/docs/i18n/portuguese/how-to-setup-freecodecamp-locally.md @@ -457,6 +457,7 @@ A quick reference to the commands that you will need when working locally. | `npm ci` | Installs / re-install all dependencies and bootstraps the different services. | | `npm run seed` | Parses all the challenge markdown files and inserts them into MongoDB. | | `npm run develop` | Starts the freeCodeCamp API Server and Client Applications. | +| `npm run storybook` | Starts Storybook for component library development. | | `npm test` | Run all JS tests in the system, including client, server, lint and challenge tests. | | `npm run test:client` | Run the client test suite. | | `npm run test:curriculum` | Run the curriculum test suite. |