2022-10-14 16:12:14 +00:00
< ? php
declare ( strict_types = 1 );
/**
* @ copyright 2022 Ad Aures
* @ license https :// www . gnu . org / licenses / agpl - 3.0 . en . html AGPL3
* @ link https :// castopod . org /
*/
return [
2022-11-04 11:03:24 +00:00
'podcast_subscriptions' => 'Podcast-Abonnements' ,
'add' => 'Neues Abonnement' ,
'view' => 'Abonnement anzeigen' ,
'edit' => 'Abonnement bearbeiten' ,
'regenerate_token' => 'Token neu generieren' ,
'suspend' => 'Abonnement unterbrechen' ,
'resume' => 'Abonnement fortsetzen' ,
'delete' => 'Abonnement löschen' ,
2022-10-14 16:12:14 +00:00
'status' => [
2022-11-04 11:03:24 +00:00
'active' => 'Aktiv' ,
'suspended' => 'Unterbrochen' ,
'expired' => 'Abgelaufen' ,
2022-10-14 16:12:14 +00:00
],
'list' => [
2022-11-04 11:03:24 +00:00
'number' => 'Nummer' ,
'email' => 'E-Mail' ,
2022-12-14 11:18:11 +00:00
'expiration_date' => 'Ablaufdatum' ,
2022-11-04 11:03:24 +00:00
'unlimited' => 'Unbegrenzt' ,
2022-10-14 16:12:14 +00:00
'downloads' => 'Downloads' ,
'status' => 'Status' ,
],
'form' => [
2022-11-04 11:03:24 +00:00
'email' => 'E-Mail' ,
'expiration_date' => 'Ablaufdatum' ,
'expiration_date_hint' => 'Das Datum und die Uhrzeit, zu der das Abonnement abläuft. Leer lassen für ein unbegrenztes Abonnement.' ,
'submit_add' => 'Abonnement hinzufügen' ,
'submit_edit' => 'Abonnement bearbeiten' ,
2022-10-14 16:12:14 +00:00
],
'form_link_add' => [
'link' => 'Subscription page link' ,
'link_hint' => 'This will add a call to action in the website inviting listeners to subscribe to the podcast.' ,
2022-11-04 11:03:24 +00:00
'submit' => 'Link speichern' ,
2022-10-14 16:12:14 +00:00
],
'suspend_form' => [
'disclaimer' => 'Suspending the subscription will restrict the subscriber from having access to the premium content. You will still be able to lift the suspension afterwards.' ,
2022-11-04 11:03:24 +00:00
'reason' => 'Grund' ,
'reason_placeholder' => 'Warum unterbrechen Sie Ihr Abonnement?' ,
" submit " => 'Abonnement unterbrechen' ,
2022-10-14 16:12:14 +00:00
],
'delete_form' => [
'disclaimer' => 'Deleting {subscriber}\'s subscription will remove all analytics data associated with it.' ,
2022-12-14 11:18:11 +00:00
'understand' => 'Ich verstehe, entferne das Abonnement dauerhaft' ,
2022-11-04 11:03:24 +00:00
'submit' => 'Abonnement entfernen' ,
2022-10-14 16:12:14 +00:00
],
'messages' => [
'addSuccess' => 'New subscription added! A welcome email was sent to {subscriber}.' ,
'addError' => 'Subscription could not be added.' ,
'editSuccess' => 'Subscription expiry date was updated! An email was sent to {subscriber}.' ,
2022-12-14 11:18:11 +00:00
'editError' => 'Abonnement konnte nicht bearbeitet werden.' ,
2022-10-14 16:12:14 +00:00
'regenerateTokenSuccess' => 'Token regenerated! An email was sent to {subscriber} with the new token.' ,
2022-12-14 11:18:11 +00:00
'regenerateTokenError' => 'Schlüssel konnte nicht neu generiert werden.' ,
2022-10-14 16:12:14 +00:00
'deleteSuccess' => 'Subscription was removed! An email was sent to {subscriber}.' ,
'deleteError' => 'Subscription could not be removed.' ,
'suspendSuccess' => 'Subscription was suspended! An email was sent to {subscriber}.' ,
'suspendError' => 'Subscription could not be suspended.' ,
'resumeSuccess' => 'Subscription was resumed! An email was sent to {subscriber}.' ,
'resumeError' => 'Subscription could not be resumed.' ,
'linkSaveSuccess' => 'Subscription link was saved successfully! It will appear in the website as a Call To Action!' ,
'linkRemoveSuccess' => 'Subscription link was removed successfully!' ,
],
'emails' => [
'greeting' => 'Hey,' ,
2022-11-04 11:03:24 +00:00
'token' => 'Ihr Token: {0}' ,
'unique_feed_link' => 'Ihr eindeutiger Feed-Link: {0}' ,
'how_to_use' => 'Wie nutzt man es?' ,
2022-10-14 16:12:14 +00:00
'two_ways' => 'You have two ways of unlocking the premium episodes:' ,
'import_into_app' => 'Copy your unique feed url inside your favourite podcast app (import it as a private feed to prevent exposing your credentials).' ,
'go_to_website' => 'Go to {podcastWebsite}\'s website and unlock the podcast with your token.' ,
2022-12-14 11:18:11 +00:00
'welcome_subject' => 'Willkommen bei {podcastTitle}' ,
2022-10-14 16:12:14 +00:00
'welcome' => 'You have subscribed to {podcastTitle}, thank you and welcome aboard!' ,
'welcome_token_title' => 'Here are your credentials to unlock the podcast\'s premium episodes:' ,
'welcome_expires' => 'Your subscription was set to expire on {0}.' ,
'welcome_never_expires' => 'Your subscription was set to never expire.' ,
'reset_subject' => 'Your token was reset!' ,
'reset_token' => 'Your access to {podcastTitle} has been reset!' ,
'reset_token_title' => 'New credentials have been generated for you to unlock the podcast\'s premium episodes:' ,
2022-12-14 11:18:11 +00:00
'edited_subject' => 'Ihr Abonnement wurde aktualisiert!' ,
2022-10-14 16:12:14 +00:00
'edited_expires' => 'Your subscription for {podcastTitle} was set to expire on {expiresAt}.' ,
'edited_never_expires' => 'Your subscription for {podcastTitle} was set to never expire!' ,
2022-12-14 11:18:11 +00:00
'suspended_subject' => 'Ihr Abonnement wurde pausiert!' ,
2022-10-14 16:12:14 +00:00
'suspended' => 'Your subscription for {podcastTitle} has been suspended! You can no longer access the podcast\'s premium episodes.' ,
2022-12-14 11:18:11 +00:00
'suspended_reason' => 'Das ist aus dem folgenden Grund: {0}' ,
'resumed_subject' => 'Ihr Abonnement wurde wieder aufgenommen!' ,
2022-10-14 16:12:14 +00:00
'resumed' => 'Your subscription for {podcastTitle} has been resumed! You may access the podcast\'s premium episodes again.' ,
2022-12-14 11:18:11 +00:00
'deleted_subject' => 'Ihr Abonnement wurde entfernt!' ,
2022-10-14 16:12:14 +00:00
'deleted' => 'Your subscription for {podcastTitle} has been removed! You no longer have access to the podcast\'s premium episodes.' ,
2022-12-14 11:18:11 +00:00
'footer' => '{castopod} betrieben auf {host}' ,
2022-10-14 16:12:14 +00:00
],
];