<?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å til {platformName}-nettstaden',
    'register' => 'Register',
    'submit_url' => 'Send podkasten din til {platformName}',
    'your_link' => 'Your link',
    'your_id' => [
        'podcasting' => 'Your ID',
        'social' => 'Your ID',
        'funding' => 'Your CTA',
    ],
    'your_cta' => 'Your call to action',
    'visible' => 'Vis på heimesida til podkasten?',
    'on_embed' => 'Vis i den innbyggbare spelaren?',
    'remove' => 'Fjern {platformName}',
    'submit' => 'Lagre',
    'messages' => [
        'updateSuccess' => 'Plattformlenkene er oppdaterte!',
        'removeLinkSuccess' => 'Plattformlenka er fjerna.',
        'removeLinkError' =>
            'Greidde ikkje fjerna plattformlenka. Prøv ein gong til.',
    ],
    'description' => [
        'podcasting' => 'Podkast-IDen på denne plattforma',
        'social' => 'Konto-IDen til podkastane på denne plattforma',
        'funding' => 'Oppmodingsmelding',
    ],
];