castopod/modules/Admin/Language/de/Platforms.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' => 'Gehe zu {platformName} Webseite',
'register' => 'Register',
'submit_url' => 'Sende deinen Podcast an {platformName}',
'your_link' => 'Your link',
'your_id' => [
'podcasting' => 'Your ID',
'social' => 'Your ID',
'funding' => 'Your CTA',
],
'your_cta' => 'Your call to action',
'visible' => 'Auf Podcast-Homepage anzeigen?',
'on_embed' => 'Auf einbettbarem Player anzeigen?',
'remove' => 'Entferne {platformName}',
'submit' => 'Speichern',
'messages' => [
'updateSuccess' => 'Plattform-Links wurden erfolgreich aktualisiert!',
'removeLinkSuccess' => 'Der Plattform-Link wurde entfernt.',
'removeLinkError' =>
'Der Plattform-Link konnte nicht entfernt werden. Versuche es erneut.',
],
'description' => [
'podcasting' => 'Die Podcast-ID auf dieser Plattform',
'social' => 'Die Podcast-Account-ID auf dieser Plattform',
'funding' => 'Nachricht zum Handlungsaufruf',
],
];