castopod/modules/Admin/Language/ca/Common.php

53 lines
1.5 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 [
'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',
'save' => 'Save',
],
'play_episode_button' => [
'play' => 'Reproduir',
'playing' => 'S\'està reproduint',
],
'size_limit' => 'Límit de mida: {0}.',
'choose_interact' => 'Escolliu com interactuar',
'view' => 'Vista',
];