castopod/modules/Admin/Language/gl/Platforms.php

44 lines
1.4 KiB
PHP
Raw Normal View History

2022-08-22 17:56:51 +02: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 18:27:10 +01:00
'title' => [
'podcasting' => 'Podcasting platforms',
'social' => 'Social networks',
'funding' => 'Funding links',
],
'website' => 'Website',
2023-08-28 16:13:45 +02:00
'home_url' => 'Ir á web de {platformName}',
2023-11-29 18:27:10 +01:00
'register' => 'Register',
2023-08-28 16:13:45 +02:00
'submit_url' => 'Envía o teu podcast en {platformName}',
2023-11-29 18:27:10 +01:00
'your_link' => 'Your link',
'your_id' => [
'podcasting' => 'Your ID',
'social' => 'Your ID',
'funding' => 'Your CTA',
],
'your_cta' => 'Your call to action',
2023-08-28 16:13:45 +02:00
'visible' => 'Mostrar na páxina de inicio do podcast?',
'on_embed' => 'Mostrar no navegador incrustable?',
'remove' => 'Eliminar {platformName}',
'submit' => 'Gardar',
2022-08-22 17:56:51 +02:00
'messages' => [
2023-08-28 16:13:45 +02:00
'updateSuccess' => 'Actualizáronse correctamente as ligazóns á plataforma!',
'removeLinkSuccess' => 'Eliminouse a ligazón á plataforma.',
2022-08-22 17:56:51 +02:00
'removeLinkError' =>
2023-08-28 16:13:45 +02:00
'A ligazón á plataforma non se puido eliminar. Inténtao outra vez.',
2022-08-22 17:56:51 +02:00
],
'description' => [
2023-08-28 16:13:45 +02: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 17:56:51 +02:00
],
];