New translations install.mdx (Spanish)

[ci skip]
This commit is contained in:
crowdin 2024-07-04 13:46:37 +00:00
parent 5924924773
commit 705701ebcd

View File

@ -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 dedicado o compartido, puedes instalarlo en la mayoría de servidores web
compatibles con PHP-MySQL. compatibles con PHP-MySQL.
<Aside>
¡Hemos publicado imágenes oficiales de Docker para Castopod!
Si prefieres usar Docker, puedes saltarte esto e ir directamente a la
[documentación sobre docker](./docker.md) para Castopod.
</Aside>
## Requisitos ## Requisitos
- PHP v8.3 or higher - PHP v8.3 or higher
@ -120,6 +111,7 @@ manually based on the `.env.example` file.
### Using CLI ### Using CLI
1. Create a `.env` file in the package root based on the `.env.example` file. 1. Create a `.env` file in the package root based on the `.env.example` file.
2. Initialize the database using: 2. Initialize the database using:
```sh ```sh
@ -134,7 +126,7 @@ manually based on the `.env.example` file.
4. Head on to your admin gateway to start podcasting! 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 La configuración del correo electrónico es necesaria para que algunas
características funcionen correctamente (por ejemplo, recuperar su contraseña características funcionen correctamente (por ejemplo, recuperar su contraseña
@ -152,17 +144,17 @@ email.SMTPUser="your_smtp_user"
email.SMTPPass="your_smtp_password" email.SMTPPass="your_smtp_password"
``` ```
#### Opciones de configuración de email #### Configuración de Correo Electrónico/SMTP
| Nombre de la variable | Tipo | Predeterminado | | Nombre de variable | Type | Default |
| --------------------- | -------------------- | -------------- | | --------------------- | -------------------- | ------------ |
| **`fromEmail`** | string | `undefined` | | **`fromEmail`** | string | `undefined` |
| **`fromName`** | string | `"Castopod"` | | **`fromName`** | string | `"Castopod"` |
| **`SMTPHost`** | string | `undefined` | | **`SMTPHost`** | string | `undefined` |
| **`SMTPUser`** | string | `undefined` | | **`SMTPUser`** | string | `undefined` |
| **`SMTPPass`** | string | `undefined` | | **`SMTPPass`** | string | `undefined` |
| **`SMTPPort`** | number | `25` | | **`SMTPPort`** | number | `25` |
| **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` | | **`SMTPCrypto`** | [`"tls"` or `"ssl"`] | `"tls"` |
### Media storage ### Media storage
@ -197,16 +189,16 @@ media.s3.region="your_s3_region"
#### S3 config options #### S3 config options
| Nombre de variable | Type | Default | | Nombre de la variable | Type | Default |
| ----------------------- | ------- | ----------- | | ------------------------------- | ------- | ----------- |
| **`endpoint`** | string | `undefined` | | **`endpoint`** | string | `undefined` |
| **`key`** | string | `undefined` | | **`key`** | string | `undefined` |
| **`secret`** | string | `undefined` | | **`secret`** | string | `undefined` |
| **`region`** | string | `undefined` | | **`region`** | string | `undefined` |
| **`bucket`** | string | `castopod` | | **`bucket`** | string | `castopod` |
| **`protocol`** | number | `undefined` | | **`protocol`** | number | `undefined` |
| **`pathStyleEndpoint`** | boolean | `false` | | **`pathStyleEndpoint`** | boolean | `false` |
| **`keyPrefix`** | string | `undefined` | | **`keyPrefix`** | string | `undefined` |
## Paquetes de la comunidad ## Paquetes de la comunidad
@ -228,8 +220,7 @@ self-hosting for you.
> >
<img <img
src="https://install-app.yunohost.org/install-with-yunohost.svg" src="https://install-app.yunohost.org/install-with-yunohost.svg"
alt="Instalar Castopod con YunoHost." alt="Instalar Castopod con YunoHost." class="align-middle"
class="align-middle"
/> />
</a> </a>