2022-08-22 15:56:51 +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' => [
|
2023-12-21 15:57:44 +00:00
|
|
|
'podcasting' => 'Plataformas de podcast',
|
|
|
|
'social' => 'Redes sociais',
|
|
|
|
'funding' => 'Finanzamento',
|
2023-11-29 17:27:10 +00:00
|
|
|
],
|
2023-12-21 15:57:44 +00:00
|
|
|
'website' => 'Sitio web',
|
2023-08-28 14:13:45 +00:00
|
|
|
'home_url' => 'Ir á web de {platformName}',
|
2023-12-21 15:57:44 +00:00
|
|
|
'register' => 'Crear conta',
|
2023-08-28 14:13:45 +00:00
|
|
|
'submit_url' => 'Envía o teu podcast en {platformName}',
|
2023-12-21 15:57:44 +00:00
|
|
|
'your_link' => 'A túa ligazón',
|
2023-11-29 17:27:10 +00:00
|
|
|
'your_id' => [
|
2023-12-21 15:57:44 +00:00
|
|
|
'podcasting' => 'O teu ID',
|
|
|
|
'social' => 'O teu ID',
|
|
|
|
'funding' => 'O teu CTA',
|
2023-11-29 17:27:10 +00:00
|
|
|
],
|
2023-12-21 15:57:44 +00:00
|
|
|
'your_cta' => 'Chamar á acción',
|
2023-08-28 14:13:45 +00:00
|
|
|
'visible' => 'Mostrar na páxina de inicio do podcast?',
|
|
|
|
'on_embed' => 'Mostrar no navegador incrustable?',
|
|
|
|
'remove' => 'Eliminar {platformName}',
|
|
|
|
'submit' => 'Gardar',
|
2022-08-22 15:56:51 +00:00
|
|
|
'messages' => [
|
2023-08-28 14:13:45 +00:00
|
|
|
'updateSuccess' => 'Actualizáronse correctamente as ligazóns á plataforma!',
|
|
|
|
'removeLinkSuccess' => 'Eliminouse a ligazón á plataforma.',
|
2022-08-22 15:56:51 +00:00
|
|
|
'removeLinkError' =>
|
2023-08-28 14:13:45 +00:00
|
|
|
'A ligazón á plataforma non se puido eliminar. Inténtao outra vez.',
|
2022-08-22 15:56:51 +00:00
|
|
|
],
|
|
|
|
'description' => [
|
2023-08-28 14:13:45 +00:00
|
|
|
'podcasting' => 'ID do podcast nesta plataforma',
|
|
|
|
'social' => 'ID da conta do podcast nesta plataforma',
|
|
|
|
'funding' => 'Mensaxe de convite a realizar acción',
|
2022-08-22 15:56:51 +00:00
|
|
|
],
|
|
|
|
];
|