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

This commit is contained in:
camperbot
2021-05-18 19:06:17 +05:30
committed by GitHub
parent 064179e508
commit f68fc5a5a8
3 changed files with 42 additions and 54 deletions

View File

@ -1,23 +1,19 @@
> **Note:** This is an **optional** step and is required only when working with email workflows
- [Introduction](#introduction)
- [Installing MailHog](#installing-mailhog)
- [Using MailHog](#using-mailhog)
- [Useful Links](#useful-links)
## Introduction
Some email workflows, like updating a user's email, requires the back-end api-server to send outgoing emails. An alternative to using an email service provider to send actual email messages, Mailhog is a developer tool for email testing that will catch the email messages sent by your freeCodeCamp instance.
## Installing MailHog
MailHog can be installed on macOS, Windows and Linux.
MailHog can be installed on macOS, Windows and Linux or used via Docker
- [Introduction](#introduction)
- [Installing MailHog](#installing-mailhog)
- [Installing MailHog with Docker](#installing-mailhog-with-docker)
- [Installing MailHog on macOS](#installing-mailhog-on-macos)
- [Installing MailHog on Windows](#installing-mailhog-on-windows)
- [Installing MailHog on Linux](#installing-mailhog-on-linux)
- [Using MailHog](#using-mailhog)
- [Useful Links](#useful-links)
### Installing MailHog with Docker
<details><summary>Installing MailHog with Docker</summary>
If you have Docker installed then you can use
@ -33,9 +29,9 @@ docker stop mailhog
to stop it.
When the installation completes, you can start [using MailHog](#using-mailhog).
When the installation completes, you can start [using MailHog](#using-mailhog). </details>
### Installing MailHog on macOS
<details><summary>Installing MailHog on macOS</summary>
Install MailHog on macOS with [Homebrew](https://brew.sh/):
@ -46,9 +42,9 @@ brew services start mailhog
The above commands will start a mailhog service in the background.
When the installation completes, you can start [using MailHog](#using-mailhog).
When the installation completes, you can start [using MailHog](#using-mailhog). </details>
### Installing MailHog on Windows
<details><summary>Installing MailHog on Windows</summary>
Download the latest version of MailHog from [MailHog's official repository](https://github.com/mailhog/MailHog/releases). Locate and click on the link for your Windows version (32 or 64 bit) and a .exe file will be downloaded to your computer.
@ -56,9 +52,9 @@ When the download completes, click to open the file. A Windows firewall notifica
Close MailHog by closing the command prompt window. To start MailHog again, click on the MailHog executable (.exe) file that was downloaded initially - it is not necessary to download a new MailHog installation file.
Start [using MailHog](#using-mailhog).
Start [using MailHog](#using-mailhog). </details>
### Installing MailHog on Linux
<details><summary>Installing MailHog on Linux</summary>
First, install [Go](https://golang.org).
@ -96,7 +92,7 @@ sudo cp /home/$(whoami)/go/bin/MailHog /usr/local/bin/mailhog
mailhog
```
Start [using MailHog](#using-mailhog).
Start [using MailHog](#using-mailhog). </details>
## Using MailHog

View File

@ -1,23 +1,19 @@
> **Nota:** Este es un **paso opcional** y es necesario solo cuando se trabaja con flujos de trabajo de correo electrónico
- [Introducción](#introduction)
- [Instalando MailHog](#installing-mailhog)
- [Usando MailHog](#using-mailhog)
- [Enlaces útiles](#useful-links)
## Introducción
Algunos flujos de trabajo de correo electrónico, como actualizar el correo electrónico de un usuario, requiere del servidor API en back-end para enviar correos salientes. Una alternativa al uso de un proveedor de correo electrónico para enviar mensajes de correo reales, es Mailhog, una herramienta de desarrollo para pruebas por correo electrónico que captará los mensajes de correo electrónico enviados por tu instancia de freeCodeCamp.
## Instalando MailHog
MailHog puede instalarse en macOS, Windows y Linux.
MailHog can be installed on macOS, Windows and Linux or used via Docker
- [Introducción](#introduction)
- [Instalando MailHog](#installing-mailhog)
- [Installing MailHog with Docker](#installing-mailhog-with-docker)
- [Installing MailHog on macOS](#installing-mailhog-on-macos)
- [Installing MailHog on Windows](#installing-mailhog-on-windows)
- [Installing MailHog on Linux](#installing-mailhog-on-linux)
- [Usando MailHog](#using-mailhog)
- [Enlaces útiles](#useful-links)
### Installing MailHog with Docker
<details><summary>Installing MailHog with Docker</summary>
If you have Docker installed then you can use
@ -33,9 +29,9 @@ docker stop mailhog
to stop it.
When the installation completes, you can start [using MailHog](#using-mailhog).
When the installation completes, you can start [using MailHog](#using-mailhog). </details>
### Installing MailHog on macOS
<details><summary>Installing MailHog on macOS</summary>
Install MailHog on macOS with [Homebrew](https://brew.sh/):
@ -46,9 +42,9 @@ brew services start mailhog
The above commands will start a mailhog service in the background.
When the installation completes, you can start [using MailHog](#using-mailhog).
When the installation completes, you can start [using MailHog](#using-mailhog). </details>
### Installing MailHog on Windows
<details><summary>Installing MailHog on Windows</summary>
Download the latest version of MailHog from [MailHog's official repository](https://github.com/mailhog/MailHog/releases). Locate and click on the link for your Windows version (32 or 64 bit) and a .exe file will be downloaded to your computer.
@ -56,9 +52,9 @@ When the download completes, click to open the file. A Windows firewall notifica
Close MailHog by closing the command prompt window. To start MailHog again, click on the MailHog executable (.exe) file that was downloaded initially - it is not necessary to download a new MailHog installation file.
Start [using MailHog](#using-mailhog).
Start [using MailHog](#using-mailhog). </details>
### Installing MailHog on Linux
<details><summary>Installing MailHog on Linux</summary>
First, install [Go](https://golang.org).
@ -96,7 +92,7 @@ sudo cp /home/$(whoami)/go/bin/MailHog /usr/local/bin/mailhog
mailhog
```
Start [using MailHog](#using-mailhog).
Start [using MailHog](#using-mailhog). </details>
## Usando MailHog

View File

@ -1,23 +1,19 @@
> **Note:** This is an **optional** step and is required only when working with email workflows
- [Introduction](#introduction)
- [Installing MailHog](#installing-mailhog)
- [Using MailHog](#using-mailhog)
- [Useful Links](#useful-links)
## Introduction
Some email workflows, like updating a user's email, requires the back-end api-server to send outgoing emails. An alternative to using an email service provider to send actual email messages, Mailhog is a developer tool for email testing that will catch the email messages sent by your freeCodeCamp instance.
## Installing MailHog
MailHog can be installed on macOS, Windows and Linux.
MailHog can be installed on macOS, Windows and Linux or used via Docker
- [Introduction](#introduction)
- [Installing MailHog](#installing-mailhog)
- [Installing MailHog with Docker](#installing-mailhog-with-docker)
- [Installing MailHog on macOS](#installing-mailhog-on-macos)
- [Installing MailHog on Windows](#installing-mailhog-on-windows)
- [Installing MailHog on Linux](#installing-mailhog-on-linux)
- [Using MailHog](#using-mailhog)
- [Useful Links](#useful-links)
### Installing MailHog with Docker
<details><summary>Installing MailHog with Docker</summary>
If you have Docker installed then you can use
@ -33,9 +29,9 @@ docker stop mailhog
to stop it.
When the installation completes, you can start [using MailHog](#using-mailhog).
When the installation completes, you can start [using MailHog](#using-mailhog). </details>
### Installing MailHog on macOS
<details><summary>Installing MailHog on macOS</summary>
Install MailHog on macOS with [Homebrew](https://brew.sh/):
@ -46,9 +42,9 @@ brew services start mailhog
The above commands will start a mailhog service in the background.
When the installation completes, you can start [using MailHog](#using-mailhog).
When the installation completes, you can start [using MailHog](#using-mailhog). </details>
### Installing MailHog on Windows
<details><summary>Installing MailHog on Windows</summary>
Download the latest version of MailHog from [MailHog's official repository](https://github.com/mailhog/MailHog/releases). Locate and click on the link for your Windows version (32 or 64 bit) and a .exe file will be downloaded to your computer.
@ -56,9 +52,9 @@ When the download completes, click to open the file. A Windows firewall notifica
Close MailHog by closing the command prompt window. To start MailHog again, click on the MailHog executable (.exe) file that was downloaded initially - it is not necessary to download a new MailHog installation file.
Start [using MailHog](#using-mailhog).
Start [using MailHog](#using-mailhog). </details>
### Installing MailHog on Linux
<details><summary>Installing MailHog on Linux</summary>
First, install [Go](https://golang.org).
@ -96,7 +92,7 @@ sudo cp /home/$(whoami)/go/bin/MailHog /usr/local/bin/mailhog
mailhog
```
Start [using MailHog](#using-mailhog).
Start [using MailHog](#using-mailhog). </details>
## Using MailHog