castopod/app/Language/pt/Common.php

31 lines
703 B
PHP
Raw Permalink Normal View History

2022-04-14 13:11:07 +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 [
2024-02-22 10:11:10 +00:00
'yes' => 'Sim',
'no' => 'Não',
'cancel' => 'Cancelar',
'optional' => 'Opcional',
'close' => 'Fechar',
'home' => 'Início',
'explicit' => 'Explícito',
'powered_by' => 'Distribuído por {castopod}',
'go_back' => 'Voltar',
2022-04-14 13:11:07 +00:00
'play_episode_button' => [
'play' => 'Play',
'playing' => 'Playing',
],
'read_more' => 'Read more',
'read_less' => 'Read less',
'see_more' => 'See more',
'see_less' => 'See less',
2022-07-14 09:03:44 +00:00
'legal_notice' => 'Legal notice',
2022-04-14 13:11:07 +00:00
];