From 705701ebcd18b47fc1d98fbff3f8dd42ec356cb5 Mon Sep 17 00:00:00 2001 From: crowdin Date: Thu, 4 Jul 2024 13:46:37 +0000 Subject: [PATCH] New translations install.mdx (Spanish) [ci skip] --- .../docs/es/getting-started/install.mdx | 55 ++++++++----------- 1 file changed, 23 insertions(+), 32 deletions(-) diff --git a/docs/src/content/docs/es/getting-started/install.mdx b/docs/src/content/docs/es/getting-started/install.mdx index eaa341e2..7ef4c535 100644 --- a/docs/src/content/docs/es/getting-started/install.mdx +++ b/docs/src/content/docs/es/getting-started/install.mdx @@ -8,15 +8,6 @@ Castopod está pensado para ser fácil de instalar. Ya sea usando un alojamiento dedicado o compartido, puedes instalarlo en la mayoría de servidores web compatibles con PHP-MySQL. - - ## Requisitos - PHP v8.3 or higher @@ -120,6 +111,7 @@ manually based on the `.env.example` file. ### Using CLI 1. Create a `.env` file in the package root based on the `.env.example` file. + 2. Initialize the database using: ```sh @@ -134,7 +126,7 @@ manually based on the `.env.example` file. 4. Head on to your admin gateway to start podcasting! -### Configuración de Correo Electrónico/SMTP +### Email/SMTP setup La configuración del correo electrónico es necesaria para que algunas características funcionen correctamente (por ejemplo, recuperar su contraseña @@ -152,17 +144,17 @@ email.SMTPUser="your_smtp_user" email.SMTPPass="your_smtp_password" ``` -#### Opciones de configuración de email +#### Configuración de Correo Electrónico/SMTP -| Nombre de la variable | Tipo | Predeterminado | -| --------------------- | -------------------- | -------------- | -| **`fromEmail`** | string | `undefined` | -| **`fromName`** | string | `"Castopod"` | -| **`SMTPHost`** | string | `undefined` | -| **`SMTPUser`** | string | `undefined` | -| **`SMTPPass`** | string | `undefined` | -| **`SMTPPort`** | number | `25` | -| **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | +| Nombre de variable | Type | Default | +| --------------------- | -------------------- | ------------ | +| **`fromEmail`** | string | `undefined` | +| **`fromName`** | string | `"Castopod"` | +| **`SMTPHost`** | string | `undefined` | +| **`SMTPUser`** | string | `undefined` | +| **`SMTPPass`** | string | `undefined` | +| **`SMTPPort`** | number | `25` | +| **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | ### Media storage @@ -197,16 +189,16 @@ media.s3.region="your_s3_region" #### S3 config options -| Nombre de variable | Type | Default | -| ----------------------- | ------- | ----------- | -| **`endpoint`** | string | `undefined` | -| **`key`** | string | `undefined` | -| **`secret`** | string | `undefined` | -| **`region`** | string | `undefined` | -| **`bucket`** | string | `castopod` | -| **`protocol`** | number | `undefined` | -| **`pathStyleEndpoint`** | boolean | `false` | -| **`keyPrefix`** | string | `undefined` | +| Nombre de la variable | Type | Default | +| ------------------------------- | ------- | ----------- | +| **`endpoint`** | string | `undefined` | +| **`key`** | string | `undefined` | +| **`secret`** | string | `undefined` | +| **`region`** | string | `undefined` | +| **`bucket`** | string | `castopod` | +| **`protocol`** | number | `undefined` | +| **`pathStyleEndpoint`** | boolean | `false` | +| **`keyPrefix`** | string | `undefined` | ## Paquetes de la comunidad @@ -228,8 +220,7 @@ self-hosting for you. > Instalar Castopod con YunoHost.