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

44 lines
1.4 KiB
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 [
2023-11-29 18:27:10 +01:00
'title' => [
2024-01-15 15:59:13 +01:00
'podcasting' => 'Podcastové platformy',
'social' => 'Sociálne siete',
2023-11-29 18:27:10 +01:00
'funding' => 'Funding links',
],
'website' => 'Webová stránka',
2022-08-22 17:56:51 +02:00
'home_url' => 'Prejsť na stránku {platformName}',
'register' => 'Registrovať',
2022-08-22 17:56:51 +02:00
'submit_url' => 'Uverejniť podcast na platforme {platformName}',
'your_link' => 'Váš odkaz',
2023-11-29 18:27:10 +01:00
'your_id' => [
'podcasting' => 'Your ID',
'social' => 'Your ID',
'funding' => 'Your CTA',
],
'your_cta' => 'Your call to action',
2022-08-22 17:56:51 +02:00
'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',
],
];