Skip to content
Snippets Groups Projects
Platforms.php 1.37 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?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' => [
    
    crowdin's avatar
    crowdin committed
            'podcasting' => 'Podcast-Plattformen',
            'social' => 'Soziale Medien',
            'funding' => 'Finanzierungslinks',
    
    crowdin's avatar
    crowdin committed
        'website' => 'Webseite',
    
        'home_url' => 'Gehe zu {platformName} Webseite',
    
    crowdin's avatar
    crowdin committed
        'register' => 'Registrieren',
    
        'submit_url' => 'Sende deinen Podcast an {platformName}',
    
    crowdin's avatar
    crowdin committed
        'your_link' => 'Dein Link',
    
        'your_id' => [
    
    crowdin's avatar
    crowdin committed
            'podcasting' => 'Deine ID',
            'social' => 'Deine ID',
            'funding' => 'Deine CTA',
    
    crowdin's avatar
    crowdin committed
        'your_cta' => 'Dein Aufruf zur Aktion',
    
        'visible' => 'Auf Podcast-Homepage anzeigen?',
        'on_embed' => 'Auf einbettbarem Player anzeigen?',
        'remove' => 'Entferne {platformName}',
        'submit' => 'Speichern',
    
            'updateSuccess' => 'Plattform-Links wurden erfolgreich aktualisiert!',
            'removeLinkSuccess' => 'Der Plattform-Link wurde entfernt.',
    
                'Der Plattform-Link konnte nicht entfernt werden. Versuche es erneut.',
    
            'podcasting' => 'Die Podcast-ID auf dieser Plattform',
            'social' => 'Die Podcast-Account-ID auf dieser Plattform',
            'funding' => 'Nachricht zum Handlungsaufruf',