2022-09-06 14:55:46 +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-09-06 14:55:46 +00:00
|
|
|
'home_url' => 'Visitar el lloc web de {platformName}',
|
2023-11-29 17:27:10 +00:00
|
|
|
'register' => 'Register',
|
2022-09-06 14:55:46 +00:00
|
|
|
'submit_url' => 'Enviar el vostre podcast a {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-09-06 14:55:46 +00:00
|
|
|
'visible' => 'Mostrar a la pàgina d\'inici del podcast?',
|
|
|
|
'on_embed' => 'Mostrar al reproductor incrustable?',
|
|
|
|
'remove' => 'Suprimir {platformName}',
|
|
|
|
'submit' => 'Desar',
|
|
|
|
'messages' => [
|
|
|
|
'updateSuccess' => 'Els enllaços de les plataformes s\'han actualitzat correctament.',
|
|
|
|
'removeLinkSuccess' => 'S\'ha eliminat l\'enllaç de la plataforma.',
|
|
|
|
'removeLinkError' =>
|
|
|
|
'No s\'ha pogut eliminar l\'enllaç de la plataforma. Torneu a provar-ho.',
|
|
|
|
],
|
|
|
|
'description' => [
|
|
|
|
'podcasting' => 'L\'identificador del podcast en aquesta plataforma',
|
|
|
|
'social' => 'L\'identificador del compte del podcast en aquesta plataforma',
|
|
|
|
'funding' => 'Missatge de crida a l\'acció',
|
|
|
|
],
|
|
|
|
];
|