2022-03-30 15:09:35 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @copyright 2020 Ad Aures
|
|
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
|
|
* @link https://castopod.org/
|
|
|
|
*/
|
|
|
|
|
|
|
|
return [
|
2023-11-29 17:27:10 +00:00
|
|
|
'title' => [
|
|
|
|
'podcasting' => 'Podcasting platforms',
|
|
|
|
'social' => 'Social networks',
|
|
|
|
'funding' => 'Funding links',
|
|
|
|
],
|
|
|
|
'website' => 'Website',
|
2022-04-22 07:56:31 +00:00
|
|
|
'home_url' => 'Ir al sitio web de {platformName}',
|
2023-11-29 17:27:10 +00:00
|
|
|
'register' => 'Register',
|
2022-04-22 07:56:31 +00:00
|
|
|
'submit_url' => 'Envía tu podcast en {platformName}',
|
2023-11-29 17:27:10 +00:00
|
|
|
'your_link' => 'Your link',
|
|
|
|
'your_id' => [
|
|
|
|
'podcasting' => 'Your ID',
|
|
|
|
'social' => 'Your ID',
|
|
|
|
'funding' => 'Your CTA',
|
|
|
|
],
|
|
|
|
'your_cta' => 'Your call to action',
|
2022-04-22 07:56:31 +00:00
|
|
|
'visible' => '¿Mostrar en la página de inicio del podcast?',
|
|
|
|
'on_embed' => '¿Mostrar en el reproductor incrustable?',
|
|
|
|
'remove' => 'Eliminar {platformName}',
|
|
|
|
'submit' => 'Guardar',
|
2022-03-30 15:09:35 +00:00
|
|
|
'messages' => [
|
2022-04-22 07:56:31 +00:00
|
|
|
'updateSuccess' => '¡Los enlaces de la plataforma se han actualizado correctamente!',
|
|
|
|
'removeLinkSuccess' => 'El enlace de la plataforma ha sido eliminado.',
|
2022-03-30 15:09:35 +00:00
|
|
|
'removeLinkError' =>
|
2022-04-22 07:56:31 +00:00
|
|
|
'No se ha podido eliminar el enlace de la plataforma. Inténtalo de nuevo.',
|
2022-03-30 15:09:35 +00:00
|
|
|
],
|
|
|
|
'description' => [
|
2022-04-22 07:56:31 +00:00
|
|
|
'podcasting' => 'El ID del podcast en esta plataforma',
|
|
|
|
'social' => 'El ID de la cuenta del podcast en esta plataforma',
|
|
|
|
'funding' => 'Mensaje de llamada a la acción',
|
2022-03-30 15:09:35 +00:00
|
|
|
],
|
|
|
|
];
|