2022-09-06 14:55:46 +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' => 'Sí',
|
|
|
|
'no' => 'No',
|
|
|
|
'cancel' => 'Cancel·lar',
|
|
|
|
'optional' => 'Opcional',
|
|
|
|
'more' => 'Més',
|
|
|
|
'no_data' => 'No s\'han trobat dades.',
|
|
|
|
'close' => 'Tancar',
|
|
|
|
'edit' => 'Editar',
|
|
|
|
'copy' => 'Copiar',
|
|
|
|
'copied' => 'Copiat.',
|
|
|
|
'home' => 'Inici',
|
|
|
|
'explicit' => 'Explícit',
|
|
|
|
'powered_by' => 'Powered by {castopod}',
|
|
|
|
'actions' => 'Accions',
|
|
|
|
'pageInfo' => 'Pàgina {currentPage} de {pageCount}',
|
|
|
|
'go_back' => 'Tornar enrere',
|
|
|
|
'forms' => [
|
|
|
|
'editor' => [
|
|
|
|
'write' => 'Escriure',
|
|
|
|
'preview' => 'Vista prèvia',
|
|
|
|
'help' => 'Powered by markdown',
|
|
|
|
],
|
|
|
|
'multiSelect' => [
|
|
|
|
'selectText' => 'Premeu per seleccionar',
|
|
|
|
'loadingText' => 'S\'està carregant…',
|
|
|
|
'noResultsText' => 'No s\'han trobat resultats.',
|
|
|
|
'noChoicesText' => 'No hi ha opcions per triar',
|
|
|
|
'maxItemText' => 'No es poden afegir més elements',
|
|
|
|
],
|
|
|
|
'upload_file' => 'Pujar un fitxer',
|
|
|
|
'remote_url' => 'URL remota',
|
2023-11-29 17:27:10 +00:00
|
|
|
'save' => 'Save',
|
2022-09-06 14:55:46 +00:00
|
|
|
],
|
|
|
|
'play_episode_button' => [
|
|
|
|
'play' => 'Reproduir',
|
|
|
|
'playing' => 'S\'està reproduint',
|
|
|
|
],
|
|
|
|
'size_limit' => 'Límit de mida: {0}.',
|
|
|
|
'choose_interact' => 'Escolliu com interactuar',
|
|
|
|
'view' => 'Vista',
|
|
|
|
];
|