2022-08-22 15:56: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 [
|
|
|
|
'yes' => 'Si',
|
|
|
|
'no' => 'Non',
|
|
|
|
'cancel' => 'Cancelar',
|
|
|
|
'optional' => 'Optativo',
|
|
|
|
'more' => 'Máis',
|
|
|
|
'no_data' => 'Non se atopan datos!',
|
|
|
|
'close' => 'Pechar',
|
|
|
|
'edit' => 'Editar',
|
|
|
|
'copy' => 'Copiar',
|
|
|
|
'copied' => 'Copiado!',
|
|
|
|
'home' => 'Inicio',
|
|
|
|
'explicit' => 'Explícito',
|
|
|
|
'powered_by' => 'Grazas a {castopod}',
|
|
|
|
'actions' => 'Accións',
|
|
|
|
'pageInfo' => 'Páxina {currentPage} de {pageCount}',
|
|
|
|
'go_back' => 'Volver',
|
|
|
|
'forms' => [
|
|
|
|
'editor' => [
|
|
|
|
'write' => 'Escribir',
|
|
|
|
'preview' => 'Vista previa',
|
|
|
|
'help' => 'Con soporte markdown',
|
|
|
|
],
|
|
|
|
'multiSelect' => [
|
|
|
|
'selectText' => 'Preme para seleccionar',
|
|
|
|
'loadingText' => 'Cargando…',
|
|
|
|
'noResultsText' => 'Non se atoparon resultados',
|
|
|
|
'noChoicesText' => 'Non hai opcións para elexir',
|
|
|
|
'maxItemText' => 'Non podes engadir máis elementos',
|
|
|
|
],
|
|
|
|
'upload_file' => 'Subir un ficheiro',
|
|
|
|
'remote_url' => 'URL remoto',
|
2023-11-29 17:27:10 +00:00
|
|
|
'save' => 'Save',
|
2022-08-22 15:56:51 +00:00
|
|
|
],
|
|
|
|
'play_episode_button' => [
|
|
|
|
'play' => 'Reproducir',
|
|
|
|
'playing' => 'Reproducindo',
|
|
|
|
],
|
|
|
|
'size_limit' => 'Límite do tamaño: {0}.',
|
|
|
|
'choose_interact' => 'Elixe como interactuar',
|
|
|
|
'view' => 'Ver',
|
|
|
|
];
|