mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-11 16:55:46 +00:00
43 lines
1.5 KiB
PHP
43 lines
1.5 KiB
PHP
<?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 [
|
|
'go_to_page' => 'Gå till podcast sida',
|
|
'rss_feed' => 'RSS feed',
|
|
'dashboard' => 'Podcast instrumentpanel',
|
|
'podcast-view' => 'Hem',
|
|
'podcast-edit' => 'Redigera podcast',
|
|
'podcast-persons-manage' => 'Hantera personer',
|
|
'podcast-imports' => 'Podcast imports',
|
|
'podcast-imports-sync' => 'Sync feeds',
|
|
'episodes' => 'Avsnitt',
|
|
'episode-list' => 'Alla avsnitt',
|
|
'episode-create' => 'Nytt avsnitt',
|
|
'analytics' => 'Statistik',
|
|
'podcast-analytics' => 'Lyssnar översikt',
|
|
'podcast-analytics-webpages' => 'Besök på webbsidor',
|
|
'podcast-analytics-locations' => 'Platser',
|
|
'podcast-analytics-unique-listeners' => 'Unika lyssnare',
|
|
'podcast-analytics-players' => 'Spelare',
|
|
'podcast-analytics-listening-time' => 'Lyssningstid',
|
|
'podcast-analytics-time-periods' => 'Tidsperioder',
|
|
'monetization' => 'Monetization',
|
|
'subscription-list' => 'Alla prenumerationer',
|
|
'subscription-create' => 'Add subscription',
|
|
'contributors' => 'Bidragsgivare',
|
|
'contributor-list' => 'Alla bidragsgivare',
|
|
'contributor-add' => 'Lägg till bidragsgivare',
|
|
'broadcast' => 'Broadcast',
|
|
'platforms-podcasting' => 'Podcasting apps',
|
|
'platforms-social' => 'Sociala nätverk',
|
|
'platforms-funding' => 'Funding links',
|
|
'podcast-monetization-other' => 'Other',
|
|
];
|