castopod/app/Language/da/Podcast.php

56 lines
1.6 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
'feed' => 'RSS podcast feed',
'season' => 'Sæson {seasonNumber}',
'list_of_episodes_year' => '{year} episoder ({episodeCount})',
2023-05-05 14:28:51 +00:00
'list_of_episodes_season' =>
2023-08-28 14:13:45 +00:00
'Sæson {seasonNumber} episoder ({episodeCount})',
'no_episode' => 'Ingen afsnit fundet!',
'follow' => 'Følg',
'followTitle' => 'Følg {actorDisplayName} i fediverset!',
2023-05-05 14:28:51 +00:00
'followers' => '{numberOfFollowers, plural,
2023-08-28 14:13:45 +00:00
one {# følger}
other {# føgere}
2023-05-05 14:28:51 +00:00
}',
'posts' => '{numberOfPosts, plural,
2023-08-28 14:13:45 +00:00
one {# indlæg}
other {# indlæg}
2023-05-05 14:28:51 +00:00
}',
2023-07-27 10:49:25 +00:00
'links' => 'Links',
2023-08-28 14:13:45 +00:00
'activity' => 'Aktivitet',
'episodes' => 'Episoder',
'episodes_title' => 'Episoder af {podcastTitle}',
'about' => 'Om',
2023-05-05 14:28:51 +00:00
'stats' => [
2023-08-28 14:13:45 +00:00
'title' => 'Statistikker',
2023-05-05 14:28:51 +00:00
'number_of_seasons' => '{0, plural,
2023-08-28 14:13:45 +00:00
one {# sæson}
other {# sæsoner}
}',
2023-05-05 14:28:51 +00:00
'number_of_episodes' => '{0, plural,
one {# episode}
2023-08-28 14:13:45 +00:00
other {# episoder}
2023-05-05 14:28:51 +00:00
}',
2023-08-28 14:13:45 +00:00
'first_published_at' => 'Første episode offentliggjort den {0, date, medium}',
2023-05-05 14:28:51 +00:00
],
'sponsor' => 'Sponsor',
2023-08-28 14:13:45 +00:00
'funding_links' => 'Finansieringslinks til {podcastTitle}',
'find_on' => 'Find {podcastTitle} på',
'listen_on' => 'Lyt på',
2023-05-05 14:28:51 +00:00
'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',
2023-11-29 17:27:10 +00:00
'castopod_website' => 'Castopod (website)',
2023-05-05 14:28:51 +00:00
];