2022-03-30 15:09:35 +00: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 17:27:10 +00:00
|
|
|
'title' => [
|
|
|
|
'podcasting' => 'Podcasting platforms',
|
|
|
|
'social' => 'Social networks',
|
|
|
|
'funding' => 'Funding links',
|
|
|
|
],
|
|
|
|
'website' => 'Website',
|
2022-11-04 11:03:24 +00:00
|
|
|
'home_url' => 'Gå till {platformName} webbplats',
|
2023-11-29 17:27:10 +00:00
|
|
|
'register' => 'Register',
|
2022-11-04 11:03:24 +00:00
|
|
|
'submit_url' => 'Skicka din podcast den {platformName}',
|
2023-11-29 17:27:10 +00:00
|
|
|
'your_link' => 'Your link',
|
|
|
|
'your_id' => [
|
|
|
|
'podcasting' => 'Your ID',
|
|
|
|
'social' => 'Your ID',
|
|
|
|
'funding' => 'Your CTA',
|
|
|
|
],
|
|
|
|
'your_cta' => 'Your call to action',
|
2022-11-04 11:03:24 +00:00
|
|
|
'visible' => 'Visa på podcastens hemsida?',
|
|
|
|
'on_embed' => 'Visa på inbäddbar spelare?',
|
|
|
|
'remove' => 'Ta bort {platformName}',
|
|
|
|
'submit' => 'Spara',
|
2022-03-30 15:09:35 +00:00
|
|
|
'messages' => [
|
2022-11-04 11:03:24 +00:00
|
|
|
'updateSuccess' => 'Plattformslänkarna har uppdaterats!',
|
|
|
|
'removeLinkSuccess' => 'Plattformslänken har tagits bort.',
|
2022-03-30 15:09:35 +00:00
|
|
|
'removeLinkError' =>
|
2022-11-04 11:03:24 +00:00
|
|
|
'Plattformslänken kunde inte tas bort. Försök igen.',
|
2022-03-30 15:09:35 +00:00
|
|
|
],
|
|
|
|
'description' => [
|
2022-11-04 11:03:24 +00:00
|
|
|
'podcasting' => 'Podcast ID på denna plattform',
|
|
|
|
'social' => 'Den podcast konto ID på denna plattform',
|
|
|
|
'funding' => 'Ring till åtgärdsmeddelande',
|
2022-03-30 15:09:35 +00:00
|
|
|
],
|
|
|
|
];
|