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' => 'Podcast-Plattformen',
|
|
'social' => 'Soziale Medien',
|
|
'funding' => 'Finanzierungslinks',
|
|
],
|
|
'website' => 'Webseite',
|
|
'home_url' => 'Gehe zu {platformName} Webseite',
|
|
'register' => 'Registrieren',
|
|
'submit_url' => 'Sende deinen Podcast an {platformName}',
|
|
'your_link' => 'Dein Link',
|
|
'your_id' => [
|
|
'podcasting' => 'Deine ID',
|
|
'social' => 'Deine ID',
|
|
'funding' => 'Deine CTA',
|
|
],
|
|
'your_cta' => 'Dein Aufruf zur Aktion',
|
|
'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',
|
|
],
|
|
];
|