castopod/app/Language/da/Episode.php

51 lines
1.8 KiB
PHP
Raw Permalink 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-08-28 14:13:45 +00:00
'season' => 'Sæson {seasonNumber}',
2023-05-05 14:28:51 +00:00
'season_abbr' => 'S{seasonNumber}',
'number' => 'Episode {episodeNumber}',
'number_abbr' => 'Ep. {episodeNumber}',
2023-08-28 14:13:45 +00:00
'season_episode' => 'Sæson {seasonNumber} episode {episodeNumber}',
2023-05-05 14:28:51 +00:00
'season_episode_abbr' => 'S{seasonNumber}:E{episodeNumber}',
'persons' => '{personsCount, plural,
one {# person}
2023-08-28 14:13:45 +00:00
other {# personer}
2023-05-05 14:28:51 +00:00
}',
2023-08-28 14:13:45 +00:00
'persons_list' => 'Personer',
'back_to_episodes' => 'Tilbage til episoderne af {podcast}',
'comments' => 'Kommentarer',
'activity' => 'Aktivitet',
2024-02-22 10:11:10 +00:00
'chapters' => 'Chapters',
2024-04-17 09:57:14 +00:00
'transcript' => 'Transcript',
2023-08-28 14:13:45 +00:00
'description' => 'Episodebeskrivelse',
2023-05-05 14:28:51 +00:00
'number_of_comments' => '{numberOfComments, plural,
2023-08-28 14:13:45 +00:00
one {# kommentar}
other {# kommentarer}
2023-05-05 14:28:51 +00:00
}',
2023-08-28 14:13:45 +00:00
'all_podcast_episodes' => 'Alle podcastepisoder',
'back_to_podcast' => 'Tilbage til podcast',
2023-11-29 17:27:10 +00:00
'preview' => [
'title' => 'Preview',
'not_published' => 'Not published',
'text' => '{publication_status, select,
published {This episode is not yet published.}
scheduled {This episode is scheduled for publication on {publication_date}.}
with_podcast {This episode will be published at the same time as the podcast.}
other {This episode is not yet published.}
}',
'publish' => 'Publish',
'publish_edit' => 'Edit publication',
],
2024-02-22 10:11:10 +00:00
'no_chapters' => 'No chapters are available for this episode.',
2024-04-17 09:57:14 +00:00
'download_transcript' => 'Download transcript ({extension})',
'no_transcript' => 'No transcript available for this episode.',
2023-05-05 14:28:51 +00:00
];