67 lines
2.9 KiB
PHP
Raw Normal View History

2023-05-05 14:28:51 +00:00
<?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 [
2023-06-21 17:17:32 +00:00
'banner' => [
2024-02-05 17:03:36 +00:00
'disclaimer' => 'Importeren',
'text' => '{podcastTitle} wordt momenteel geïmporteerd.',
'cta' => 'Bekijk importstatus',
2023-06-21 17:17:32 +00:00
],
2024-02-05 17:03:36 +00:00
'old_podcast_section_title' => 'De te importeren podcast',
'old_podcast_legal_disclaimer_title' => 'Wettelijke disclaimer',
2023-06-21 17:17:32 +00:00
'old_podcast_legal_disclaimer' =>
2023-05-05 14:28:51 +00:00
'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.',
'imported_feed_url' => 'Feed URL',
'imported_feed_url_hint' => 'The feed must be in xml or rss format.',
2024-02-05 17:03:36 +00:00
'new_podcast_section_title' => 'De nieuwe podcast',
2023-05-05 14:28:51 +00:00
'lock_import' =>
2023-06-21 17:17:32 +00:00
'This feed is protected. You cannot import it. If you are the owner, unlock it on the origin platform.',
2024-02-05 17:03:36 +00:00
'submit' => 'Import toevoegen aan wachtrij',
2023-06-21 17:17:32 +00:00
'queue' => [
'status' => [
'label' => 'Status',
2024-02-05 17:03:36 +00:00
'queued' => 'in wachtrij',
2023-06-21 17:17:32 +00:00
'queued_hint' => 'Import task is awaiting to be processed.',
2024-02-05 17:03:36 +00:00
'canceled' => 'geannuleerd',
2023-06-21 17:17:32 +00:00
'canceled_hint' => 'Import task was canceled.',
2024-02-05 17:03:36 +00:00
'running' => 'actief',
2023-06-21 17:17:32 +00:00
'running_hint' => 'Import task is being processed.',
2024-02-05 17:03:36 +00:00
'failed' => 'mislukt',
2023-06-21 17:17:32 +00:00
'failed_hint' => 'Import task could not complete: script failure.',
'passed' => 'passed',
'passed_hint' => 'Import task was completed successfully!',
],
'feed' => 'Feed',
2024-02-05 17:03:36 +00:00
'duration' => 'Duur van importeren',
'imported_episodes' => 'Geïmporteerde afleveringen',
2023-06-21 17:17:32 +00:00
'imported_episodes_hint' => '{newlyImportedCount} newly imported, {alreadyImportedCount} already imported.',
'actions' => [
2024-02-05 17:03:36 +00:00
'cancel' => 'Annuleer',
'retry' => 'Opnieuw proberen',
'delete' => 'Verwijderen',
2023-06-21 17:17:32 +00:00
],
],
2023-11-29 17:27:10 +00:00
'syncForm' => [
'title' => 'Synchronize feeds',
'feed_url' => 'Feed URL',
'feed_url_hint' => 'The feed URL you want to synchronize with the current podcast.',
2024-02-05 17:03:36 +00:00
'submit' => 'Aan wachtrij toevoegen',
2023-11-29 17:27:10 +00:00
],
2023-06-21 17:17:32 +00:00
'messages' => [
'canceled' => 'Import task has been successfully canceled!',
2023-06-27 10:47:52 +00:00
'notRunning' => 'Cannot cancel Import Task as it is not running.',
2023-06-21 17:17:32 +00:00
'alreadyRunning' => 'Import Task is already running. You may cancel it before retrying.',
'retried' => 'Import task has been queued, it will be retried shortly!',
'deleted' => 'Import task has been successfully deleted!',
'importTaskQueued' => 'An new task has been queued, import will start shortly!',
'syncTaskQueued' => 'A new import task has been queued, synchronization will start shortly!',
],
2023-05-05 14:28:51 +00:00
];