mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
44 lines
1.4 KiB
PHP
44 lines
1.4 KiB
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' => [
|
|
'podcasting' => 'Podcasting platforms',
|
|
'social' => 'Social networks',
|
|
'funding' => 'Funding links',
|
|
],
|
|
'website' => 'Website',
|
|
'home_url' => 'Idź do strony {platformName}',
|
|
'register' => 'Register',
|
|
'submit_url' => 'Prześlij swój podcast na {platformName}',
|
|
'your_link' => 'Your link',
|
|
'your_id' => [
|
|
'podcasting' => 'Your ID',
|
|
'social' => 'Your ID',
|
|
'funding' => 'Your CTA',
|
|
],
|
|
'your_cta' => 'Your call to action',
|
|
'visible' => 'Wyświetlać na stronie głównej podcastu?',
|
|
'on_embed' => 'Wyświetlać w osadzalnym odtwarzaczu?',
|
|
'remove' => 'Usuń {platformName}',
|
|
'submit' => 'Zapisz',
|
|
'messages' => [
|
|
'updateSuccess' => 'Linki do platform zostały pomyślnie zaktualizowane!',
|
|
'removeLinkSuccess' => 'Link do platformy został usunięty.',
|
|
'removeLinkError' =>
|
|
'Link do platformy nie mógł zostać usunięty. Spróbuj ponownie.',
|
|
],
|
|
'description' => [
|
|
'podcasting' => 'ID podcastu na tej platformie',
|
|
'social' => 'ID konta podcastu na tej platformie',
|
|
'funding' => 'Wiadomość z wezwaniem do działania',
|
|
],
|
|
];
|