Skip to content

Commit

Permalink
chore(i18n,docs): processed translations (#50390)
Browse files Browse the repository at this point in the history
  • Loading branch information
camperbot committed May 15, 2023
1 parent d40d0e6 commit 9232a49
Show file tree
Hide file tree
Showing 30 changed files with 385 additions and 289 deletions.
6 changes: 3 additions & 3 deletions docs/i18n/chinese-traditional/how-to-add-cypress-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To learn how to write Cypress tests, or 'specs', please see Cypress' official [d

## How to Run Tests

> [!NOTE] If using GitPod, please see [Cypress-GitPod Setup](how-to-add-cypress-tests.md#cypress-gitpod-setup)
> [!NOTE] If using Gitpod, please see [Cypress-Gitpod Setup](how-to-add-cypress-tests.md#cypress-gitpod-setup)
### 1. Ensure that MongoDB and Client Applications are Running

Expand Down Expand Up @@ -48,11 +48,11 @@ To run tests against production builds, replace `dev` with `prd` below.
pnpm run e2e:dev:run
```

## Cypress-GitPod Setup
## Cypress-Gitpod Setup

### 1. 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:

- Follow the [MongoDB installation guide](https://www.mongodb.com/basics/get-started).
- Create a config file.
Expand Down
20 changes: 16 additions & 4 deletions docs/i18n/chinese-traditional/how-to-setup-freecodecamp-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Here are some pros and cons which should help you decide which option is best fo
### How to Prepare a Gitpod Workspace

We have automated the process of installing all the dependencies & tools you will need. With GitPod you get a free ready-to-code environment in a few minutes, and is useful if you do not have access to computer or want to make one-time changes.
We have automated the process of installing all the dependencies & tools you will need. With Gitpod you get a free ready-to-code environment in a few minutes, and is useful if you do not have access to computer or want to make one-time changes.

There are various ways to launch an GitPod workspace:
There are various ways to launch an Gitpod workspace:

1. **(Fastest)** Prepend `gitpod.io/#` in front of any URL from GitHub.

Expand All @@ -34,9 +34,21 @@ There are various ways to launch an GitPod workspace:
- [Chrome Webstore](https://chrome.google.com/webstore/detail/gitpod-always-ready-to-co/dodmmooeoklaejobgleioelladacbeki) - works with Chromium-based browsers like Google Chrome, Brave, Edge, etc.
- [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/gitpod) - Firefox

Once installed you will see a 'GitPod' button on every repository, pull-request, etc. as a handy shortcut to launch a workspace from there. See the extension page for details, screenshots, etc.
Once installed you will see a 'Gitpod' button on every repository, pull-request, etc. as a handy shortcut to launch a workspace from there. See the extension page for details, screenshots, etc.

That's it, you can now skip to the 'syncing up from parent' section after you have launched a GitPod workspace. Most parts of this guide applies to GitPod workspaces, but be mindful of [how the URLs & Ports work within a GitPod](https://www.gitpod.io/docs/configure/workspaces/ports) workspace.
That's it, you can now skip to the 'syncing up from parent' section after you have launched a Gitpod workspace. Most parts of this guide applies to Gitpod workspaces, but be mindful of [how the URLs & Ports work within a Gitpod](https://www.gitpod.io/docs/configure/workspaces/ports) workspace.

**Note: Troubleshooting port issues on Gitpod**

Sometimes the service on port `8000` doesn't go live. This is common when you are restarting an inactive workspace.

If the service is not coming up on port `8000`, you can troubleshoot using these steps:

- **Start the server**: Run `pnpm run develop:server` in one terminal window from the root project directory (`/workspace/freeCodeCamp`) to start the server.

- **Start the client**: In another terminal window, run `pnpm run develop -- -H '0.0.0.0'` from the client directory (`/workspace/freeCodeCamp/client`) to start the client.

This should make port `8000` available.

### How to Prepare your Local Machine

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ There is a "Preview Custom 404 Page" button, click it to see the profile.

If you get errors while installing the dependencies, please make sure that you are not in a restricted network or your firewall settings do not prevent you from accessing resources.

The first time setup can take a while depending on your network bandwidth. Be patient, and if you are still stuck we recommend using GitPod instead of an offline setup.
The first time setup can take a while depending on your network bandwidth. Be patient, and if you are still stuck we recommend using Gitpod instead of an offline setup.

> [!NOTE] If you are using Apple Devices with M1 Chip to run the application locally, it is suggested to use Node v14.7 or above. You might run into issues with dependencies like Sharp otherwise.
Expand Down
6 changes: 3 additions & 3 deletions docs/i18n/chinese/how-to-add-cypress-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To learn how to write Cypress tests, or 'specs', please see Cypress' official [d

## How to Run Tests

> [!NOTE] If using GitPod, please see [Cypress-GitPod Setup](how-to-add-cypress-tests.md#cypress-gitpod-setup)
> [!NOTE] If using Gitpod, please see [Cypress-Gitpod Setup](how-to-add-cypress-tests.md#cypress-gitpod-setup)
### 1. Ensure that MongoDB and Client Applications are Running

Expand Down Expand Up @@ -48,11 +48,11 @@ To run tests against production builds, replace `dev` with `prd` below.
pnpm run e2e:dev:run
```

## Cypress-GitPod Setup
## Cypress-Gitpod Setup

### 1. 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:

- Follow the [MongoDB installation guide](https://www.mongodb.com/basics/get-started).
- Create a config file.
Expand Down
20 changes: 16 additions & 4 deletions docs/i18n/chinese/how-to-setup-freecodecamp-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Here are some pros and cons which should help you decide which option is best fo
### How to Prepare a Gitpod Workspace

We have automated the process of installing all the dependencies & tools you will need. With GitPod you get a free ready-to-code environment in a few minutes, and is useful if you do not have access to computer or want to make one-time changes.
We have automated the process of installing all the dependencies & tools you will need. With Gitpod you get a free ready-to-code environment in a few minutes, and is useful if you do not have access to computer or want to make one-time changes.

There are various ways to launch an GitPod workspace:
There are various ways to launch an Gitpod workspace:

1. **(Fastest)** Prepend `gitpod.io/#` in front of any URL from GitHub.

Expand All @@ -34,9 +34,21 @@ There are various ways to launch an GitPod workspace:
- [Chrome Webstore](https://chrome.google.com/webstore/detail/gitpod-always-ready-to-co/dodmmooeoklaejobgleioelladacbeki) - works with Chromium-based browsers like Google Chrome, Brave, Edge, etc.
- [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/gitpod) - Firefox

Once installed you will see a 'GitPod' button on every repository, pull-request, etc. as a handy shortcut to launch a workspace from there. See the extension page for details, screenshots, etc.
Once installed you will see a 'Gitpod' button on every repository, pull-request, etc. as a handy shortcut to launch a workspace from there. See the extension page for details, screenshots, etc.

That's it, you can now skip to the 'syncing up from parent' section after you have launched a GitPod workspace. Most parts of this guide applies to GitPod workspaces, but be mindful of [how the URLs & Ports work within a GitPod](https://www.gitpod.io/docs/configure/workspaces/ports) workspace.
That's it, you can now skip to the 'syncing up from parent' section after you have launched a Gitpod workspace. Most parts of this guide applies to Gitpod workspaces, but be mindful of [how the URLs & Ports work within a Gitpod](https://www.gitpod.io/docs/configure/workspaces/ports) workspace.

**Note: Troubleshooting port issues on Gitpod**

Sometimes the service on port `8000` doesn't go live. This is common when you are restarting an inactive workspace.

If the service is not coming up on port `8000`, you can troubleshoot using these steps:

- **Start the server**: Run `pnpm run develop:server` in one terminal window from the root project directory (`/workspace/freeCodeCamp`) to start the server.

- **Start the client**: In another terminal window, run `pnpm run develop -- -H '0.0.0.0'` from the client directory (`/workspace/freeCodeCamp/client`) to start the client.

This should make port `8000` available.

### How to Prepare your Local Machine

Expand Down
2 changes: 1 addition & 1 deletion docs/i18n/chinese/troubleshooting-development-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ There is a "Preview Custom 404 Page" button, click it to see the profile.

If you get errors while installing the dependencies, please make sure that you are not in a restricted network or your firewall settings do not prevent you from accessing resources.

The first time setup can take a while depending on your network bandwidth. Be patient, and if you are still stuck we recommend using GitPod instead of an offline setup.
The first time setup can take a while depending on your network bandwidth. Be patient, and if you are still stuck we recommend using Gitpod instead of an offline setup.

> [!NOTE] If you are using Apple Devices with M1 Chip to run the application locally, it is suggested to use Node v14.7 or above. You might run into issues with dependencies like Sharp otherwise.
Expand Down
6 changes: 3 additions & 3 deletions docs/i18n/espanol/how-to-add-cypress-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Para aprender como escribir pruebas de Cypress, o especificaciones, observa la [

## How to Run Tests

> [!NOTE] Si utilizas GitPod, por favor mira [Cypress-GitPod Setup](how-to-add-cypress-tests.md#cypress-gitpod-setup)
> [!NOTE] If using Gitpod, please see [Cypress-Gitpod Setup](how-to-add-cypress-tests.md#cypress-gitpod-setup)
### 1. Ensure that MongoDB and Client Applications are Running

Expand Down Expand Up @@ -48,11 +48,11 @@ Para ejecutar pruebas en las compilaciones de producción, reemplaza `dev` con `
pnpm run e2e:dev:run
```

## Configuración de Cypress-GitPod
## Cypress-Gitpod Setup

### 1. 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:
If starting the Gitpod environment did not automatically develop the environment:

- Follow the [MongoDB installation guide](https://www.mongodb.com/basics/get-started).
- Create a config file.
Expand Down
34 changes: 23 additions & 11 deletions docs/i18n/espanol/how-to-setup-freecodecamp-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Estos son algunos pros y contras que deberían ayudarte a decidir cuál es la me
### How to Prepare a Gitpod Workspace

Hemos automatizado el proceso de instalación de todas las dependencias & herramientas que necesitarás. Con GitPod obtienes un entorno gratuito listo para codificar en pocos minutos, y es útil si no tienes acceso a ordenador o quieres hacer cambios puntuales.
Hemos automatizado el proceso de instalación de todas las dependencias & herramientas que necesitarás. With Gitpod you get a free ready-to-code environment in a few minutes, and is useful if you do not have access to computer or want to make one-time changes.

Hay varias formas de lanzar un espacio de trabajo GitPod:
There are various ways to launch an Gitpod workspace:

1. **(Más rápido)** Añade `gitpod.io/#` a cualquier URL de GitHub.

Expand All @@ -34,21 +34,33 @@ Hay varias formas de lanzar un espacio de trabajo GitPod:
- [Chrome Webstore](https://chrome.google.com/webstore/detail/gitpod-always-ready-to-co/dodmmooeoklaejobgleioelladacbeki) - funciona con navegadores basados en Chromium como Google Chrome, Brave, Edge, etc.
- [Complemento para Firefox](https://addons.mozilla.org/en-US/firefox/addon/gitpod) - Firefox

Una vez instalado, verás un botón 'GitPod' en cada repositorio, pull-request, etc. como un práctico atajo para lanzar un espacio de trabajo desde allí. Consulta la página de la extensión para más detalles, capturas de pantalla, etc.
Once installed you will see a 'Gitpod' button on every repository, pull-request, etc. as a handy shortcut to launch a workspace from there. Consulta la página de la extensión para más detalles, capturas de pantalla, etc.

Spanish Eso es todo, ahora puedes saltar a la sección 'sincronizar desde el padre' después de haber lanzado un espacio de trabajo GitPod. La mayor parte de esta guía se aplica a los espacios de trabajo GitPod, pero ten en cuenta [cómo funcionan las URLs & Puertos dentro de un GitPod](https://www.gitpod.io/docs/configure/workspaces/ports).
That's it, you can now skip to the 'syncing up from parent' section after you have launched a Gitpod workspace. Most parts of this guide applies to Gitpod workspaces, but be mindful of [how the URLs & Ports work within a Gitpod](https://www.gitpod.io/docs/configure/workspaces/ports) workspace.

**Note: Troubleshooting port issues on Gitpod**

Sometimes the service on port `8000` doesn't go live. This is common when you are restarting an inactive workspace.

If the service is not coming up on port `8000`, you can troubleshoot using these steps:

- **Start the server**: Run `pnpm run develop:server` in one terminal window from the root project directory (`/workspace/freeCodeCamp`) to start the server.

- **Start the client**: In another terminal window, run `pnpm run develop -- -H '0.0.0.0'` from the client directory (`/workspace/freeCodeCamp/client`) to start the client.

This should make port `8000` available.

### How to Prepare your Local Machine

A continuación se indican los requisitos mínimos del sistema para ejecutar freeCodeCamp localmente:
Here is a minimum system requirement for running freeCodeCamp locally:

- 8 GB RAM
- CPU relativamente rápida (más de 4 núcleos)
- Windows 10 u 11 (con WSL), macOS o Linux
- Relatively fast CPU (4+ cores)
- Windows 10 or 11 (with WSL), macOS, or Linux

Comienza por instalar el software necesario para tu sistema operativo.
Start by installing the prerequisite software for your operating system.

Apoyamos principalmente el desarrollo en Linux y sistemas basados en Unix como Ubuntu y macOS. Puedes desarrollar en Windows 10 u 11 sólo con WSL2. Puedes seguir [esta guía](how-to-setup-wsl.md) para configurar WSL2. No puedes utilizar Command Prompt, Git Bash o PowerShell para ejecutar freeCodeCamp de forma nativa dentro de windows.
We primarily support development on Linux and Unix-based systems like Ubuntu and macOS. You can develop on Windows 10 or 11 with WSL2 only. You can follow [this guide](how-to-setup-wsl.md) to set up WSL2. You can't use Command Prompt, Git Bash or PowerShell to run freeCodeCamp natively within windows.


#### Pre-requisitos:
Expand All @@ -61,7 +73,7 @@ Apoyamos principalmente el desarrollo en Linux y sistemas basados en Unix como U

> [!ATTENTION] Si tienes una versión diferente, instala la versión recomendada. Sólo podemos resolver problemas de instalación de las versiones recomendadas. Consulta [solución de problemas](#troubleshooting) para obtener más detalles.
Si Node.js ya está instalado en tu máquina, ejecuta los siguientes comandos para validar las versiones:
If Node.js is already installed on your machine, run the following commands to validate the versions:

```console
node -v
Expand All @@ -70,7 +82,7 @@ pnpm -v

> [!TIP] Recomendamos encarecidamente actualizar a las últimas versiones estables del software mencionado anteriormente, también conocidas como versiones de soporte a largo plazo (LTS).
Una vez instalados los requisitos previos, debe preparar su entorno de desarrollo. Esto es habitual en muchos flujos de trabajo de desarrollo, y sólo tendrá que hacerlo una vez.
Once you have the prerequisites installed, you need to prepare your development environment. This is common for many development workflows, and you will only need to do this once.

##### Sigue estos pasos para dejar listo tu entorno de desarrollo:

Expand Down
2 changes: 1 addition & 1 deletion docs/i18n/espanol/troubleshooting-development-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Hay un botón de "Vista previa de página 404 personalizada", haga clic en él p

Si tienes errores mientras instalas dependencias, por favor asegúrate de que no estes en una red restringida o tu configuración de firewall no te impida acceder a los recursos.

La primera configuración puede tardar un rato dependiendo del ancho de banda de tu red. Ten paciencia, y si todavía estás atascado recomendamos usar GitPod en lugar de una configuración sin conexión.
La primera configuración puede tardar un rato dependiendo del ancho de banda de tu red. Be patient, and if you are still stuck we recommend using Gitpod instead of an offline setup.

> [!NOTE] Si estás utilizando dispositivos de Apple con el chip M1 para iniciar la aplicación localmente, es sugerido usar Node v14.7 or superior. De lo contrario, podrías tener problemas con dependencias como Sharp.
Expand Down
6 changes: 3 additions & 3 deletions docs/i18n/german/how-to-add-cypress-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Wie man Cypress-Tests oder "Specs" schreibt, erfährst du in der offiziellen [Do

## How to Run Tests

> [!NOTE] Wenn du GitPod verwendest, lies bitte [Cypress-GitPod Setup](how-to-add-cypress-tests.md#cypress-gitpod-setup)
> [!NOTE] If using Gitpod, please see [Cypress-Gitpod Setup](how-to-add-cypress-tests.md#cypress-gitpod-setup)
### 1. Ensure that MongoDB and Client Applications are Running

Expand Down Expand Up @@ -48,11 +48,11 @@ Um Tests mit Produktions-Builds durchzuführen, ersetze unten `dev` durch `prd`.
pnpm run e2e:dev:run
```

## Cypress-GitPod Setup
## Cypress-Gitpod Setup

### 1. Sicherstellen, dass die Entwicklungsumgebung läuft

Wenn das Starten der GitPod-Umgebung nicht automatisch die Umgebung aufgebaut hat:
If starting the Gitpod environment did not automatically develop the environment:

- Follow the [MongoDB installation guide](https://www.mongodb.com/basics/get-started).
- Create a config file.
Expand Down
20 changes: 16 additions & 4 deletions docs/i18n/german/how-to-setup-freecodecamp-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Here are some pros and cons which should help you decide which option is best fo
### How to Prepare a Gitpod Workspace

We have automated the process of installing all the dependencies & tools you will need. With GitPod you get a free ready-to-code environment in a few minutes, and is useful if you do not have access to computer or want to make one-time changes.
We have automated the process of installing all the dependencies & tools you will need. With Gitpod you get a free ready-to-code environment in a few minutes, and is useful if you do not have access to computer or want to make one-time changes.

There are various ways to launch an GitPod workspace:
There are various ways to launch an Gitpod workspace:

1. **(Fastest)** Prepend `gitpod.io/#` in front of any URL from GitHub.

Expand All @@ -34,9 +34,21 @@ There are various ways to launch an GitPod workspace:
- [Chrome Webstore](https://chrome.google.com/webstore/detail/gitpod-always-ready-to-co/dodmmooeoklaejobgleioelladacbeki) - works with Chromium-based browsers like Google Chrome, Brave, Edge, etc.
- [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/gitpod) - Firefox

Once installed you will see a 'GitPod' button on every repository, pull-request, etc. as a handy shortcut to launch a workspace from there. See the extension page for details, screenshots, etc.
Once installed you will see a 'Gitpod' button on every repository, pull-request, etc. as a handy shortcut to launch a workspace from there. See the extension page for details, screenshots, etc.

That's it, you can now skip to the 'syncing up from parent' section after you have launched a GitPod workspace. Most parts of this guide applies to GitPod workspaces, but be mindful of [how the URLs & Ports work within a GitPod](https://www.gitpod.io/docs/configure/workspaces/ports) workspace.
That's it, you can now skip to the 'syncing up from parent' section after you have launched a Gitpod workspace. Most parts of this guide applies to Gitpod workspaces, but be mindful of [how the URLs & Ports work within a Gitpod](https://www.gitpod.io/docs/configure/workspaces/ports) workspace.

**Note: Troubleshooting port issues on Gitpod**

Sometimes the service on port `8000` doesn't go live. This is common when you are restarting an inactive workspace.

If the service is not coming up on port `8000`, you can troubleshoot using these steps:

- **Start the server**: Run `pnpm run develop:server` in one terminal window from the root project directory (`/workspace/freeCodeCamp`) to start the server.

- **Start the client**: In another terminal window, run `pnpm run develop -- -H '0.0.0.0'` from the client directory (`/workspace/freeCodeCamp/client`) to start the client.

This should make port `8000` available.

### How to Prepare your Local Machine

Expand Down
Loading

0 comments on commit 9232a49

Please sign in to comment.