castopod/app/Language/oc/Podcast.php

56 lines
1.6 KiB
PHP
Raw Normal View History

2022-04-14 15:11:07 +02: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 [
2024-02-05 18:03:36 +01:00
'feed' => 'Flux RSS del podcast',
'season' => 'Sason {seasonNumber}',
'list_of_episodes_year' => '{year} episòdis ({episodeCount})',
2022-04-14 15:11:07 +02:00
'list_of_episodes_season' =>
2024-02-05 18:03:36 +01:00
'Sason {seasonNumber} episòdis ({episodeCount})',
'no_episode' => 'Cap depisòdi pas trobat !',
'follow' => 'Seguir',
'followTitle' => 'Seguissètz {actorDisplayName} pell fedivèrs !',
2022-04-14 15:11:07 +02:00
'followers' => '{numberOfFollowers, plural,
2024-02-05 18:03:36 +01:00
one {# abonat}
other {# abonats}
2022-04-14 15:11:07 +02:00
}',
'posts' => '{numberOfPosts, plural,
2024-02-05 18:03:36 +01:00
one {# publicacion}
other {# publicacions}
2022-04-14 15:11:07 +02:00
}',
2024-02-05 18:03:36 +01:00
'links' => 'Ligams',
'activity' => 'Activitat',
'episodes' => 'Episòdis',
'episodes_title' => 'Episòdi de {podcastTitle}',
'about' => 'A prepaus',
2022-04-14 15:11:07 +02:00
'stats' => [
2024-02-05 18:03:36 +01:00
'title' => 'Estatisticas',
2022-04-14 15:11:07 +02:00
'number_of_seasons' => '{0, plural,
2024-02-05 18:03:36 +01:00
one {# sason}
other {# sasons}
2022-04-14 15:11:07 +02:00
}',
'number_of_episodes' => '{0, plural,
2024-02-05 18:03:36 +01:00
one {# episòdi}
other {# episòdis}
2022-04-14 15:11:07 +02:00
}',
2024-02-05 18:03:36 +01:00
'first_published_at' => 'Primièr episòdi publicat lo {0, date, medium}',
2022-04-14 15:11:07 +02:00
],
2024-02-05 18:03:36 +01:00
'sponsor' => 'Sosténer',
'funding_links' => 'Ligams de finançament per {podcastTitle}',
'find_on' => 'Trobatz {podcastTitle} sus',
'listen_on' => 'Escotar sus',
2022-04-14 15:11:07 +02:00
'persons' => '{personsCount, plural,
2024-02-05 18:03:36 +01:00
one {# persona}
other {# personas}
2022-04-14 15:11:07 +02:00
}',
2024-02-05 18:03:36 +01:00
'persons_list' => 'Personas',
2023-11-29 18:27:10 +01:00
'castopod_website' => 'Castopod (website)',
2022-04-14 15:11:07 +02:00
];