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

31 lines
996 B
PHP
Raw Normal View History

2022-07-04 15:27:21 +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 [
2022-08-22 17:56:51 +02:00
'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?',
2022-07-04 15:27:21 +02:00
'remove' => 'Remove {platformName}',
2023-03-16 17:45:41 +01:00
'submit' => 'Uložiť',
2022-07-04 15:27:21 +02:00
'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',
],
];