castopod/app/Language/pt/Podcast.php
Yassine Doghri a74ad1b18a chore: new Crowdin updates
otetranome - Portuguese, Brazilian; Portuguese
forght - German
glottis0q - German
ernestoacostame - Spanish
Lucian I. Last (lil5) - Dutch
ButterflyOfFire (BoFFire) - Arabic
eorn - Breton
Angelos Chouvardas (achouvardas) - Greek
Russian Retro (retrograde) - Russian
cExplorer - German
GabiSnow - Spanish
CTHTC - German
Romain de Laage (rdelaage) - Spanish
LuuzViir (Spanish)
Samuel Roland (samuelroland) - French
thelama - Portuguese
2022-04-05 15:45:54 +00:00

54 lines
1.9 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 [
'feed' => 'Feed RSS do podcast',
'season' => 'Temporada {seasonNumber}',
'list_of_episodes_year' => 'Episódios de {year} ({episodeCount})',
'list_of_episodes_season' =>
'Episódios da temporada {seasonNumber} ({episodeCount})',
'no_episode' => 'Nenhum episódio encontrado!',
'follow' => 'Seguir',
'followTitle' => 'Siga {actorDisplayName} no fediverso!',
'followers' => '{numberOfFollowers, plural,
one {<span class="font-semibold">#</span> seguidor}
other {<span class="font-semibold">#</span> seguidores}
}',
'posts' => '{numberOfPosts, plural,
one {<span class="font-semibold">#</span> publicação}
other {<span class="font-semibold">#</span> publicações}
}',
'activity' => 'Atividade',
'episodes' => 'Episódios',
'episodes_title' => 'Episódios de {podcastTitle}',
'about' => 'Sobre',
'stats' => [
'title' => 'Estatísticas',
'number_of_seasons' => '{0, plural,
one {<span class="font-semibold">#</span> temporada}
other {<span class="font-semibold">#</span> temporadas}
}',
'number_of_episodes' => '{0, plural,
one {<span class="font-semibold">#</span> episódio}
other {<span class="font-semibold">#</span> episódios}
}',
'first_published_at' => 'Primeiro episódio publicado em <span class="font-semibold">{0, date, medium}</span>',
],
'sponsor' => 'Patrocinador',
'funding_links' => 'Links de financiamento para {podcastTitle}',
'find_on' => 'Encontrar {podcastTitle} em',
'listen_on' => 'Ouvir em',
'persons' => '{personsCount, plural,
one {# pessoa}
other {# pessoas}
}',
'persons_list' => 'Pessoas',
];