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

31 lines
996 B
PHP

<?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 [
'title' => 'Platformy',
'home_url' => 'Prejsť na stránku {platformName}',
'submit_url' => 'Uverejniť podcast na platforme {platformName}',
'visible' => 'Zobraziť na úvodnej stránke podcastu?',
'on_embed' => 'Zobraziť na vnorenom prehrávači?',
'remove' => 'Remove {platformName}',
'submit' => 'Uložiť',
'messages' => [
'updateSuccess' => 'Platform links have been successfully updated!',
'removeLinkSuccess' => 'The platform link has been removed.',
'removeLinkError' =>
'The platform link could not be removed. Try again.',
],
'description' => [
'podcasting' => 'The podcast ID on this platform',
'social' => 'The podcast account ID on this platform',
'funding' => 'Call to action message',
],
];