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

44 lines
1.3 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' => 'Gå till {platformName} webbplats',
'register' => 'Register',
'submit_url' => 'Skicka din podcast den {platformName}',
'your_link' => 'Your link',
'your_id' => [
'podcasting' => 'Your ID',
'social' => 'Your ID',
'funding' => 'Your CTA',
],
'your_cta' => 'Your call to action',
'visible' => 'Visa på podcastens hemsida?',
'on_embed' => 'Visa på inbäddbar spelare?',
'remove' => 'Ta bort {platformName}',
'submit' => 'Spara',
'messages' => [
'updateSuccess' => 'Plattformslänkarna har uppdaterats!',
'removeLinkSuccess' => 'Plattformslänken har tagits bort.',
'removeLinkError' =>
'Plattformslänken kunde inte tas bort. Försök igen.',
],
'description' => [
'podcasting' => 'Podcast ID på denna plattform',
'social' => 'Den podcast konto ID på denna plattform',
'funding' => 'Ring till åtgärdsmeddelande',
],
];