mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-11 22:19:47 -06:00
81 lines
3.7 KiB
PHP
81 lines
3.7 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'add-request' => 'Aggiungi richiesta',
|
|
'age' => 'Età',
|
|
'all-requests' => 'Tutte le richieste',
|
|
'approve' => 'Approvare',
|
|
'bounty' => 'generosità',
|
|
'bounty-claimed' => 'Bounty ha sostenuto',
|
|
'bounty-unclaimed' => 'La taglia non reclamata',
|
|
'category' => 'Categoria',
|
|
'claim' => 'Richiesta',
|
|
'claim-anon-choose' => 'Si prega di scegliere con saggezza',
|
|
'claim-as-anon' => 'Vorresti rivendicare questo in modo anonimo',
|
|
'claim-now' => 'Richiedi ora',
|
|
'claimed' => 'Ha sostenuto',
|
|
'current' => 'attuale',
|
|
'delete' => 'Elimina questa richiesta',
|
|
'delete-confirmation' => 'Sei sicuro di voler eliminare questa richiesta',
|
|
'delete-filled' => 'Questa richiesta può essere cancellata solo se non è stata compilata',
|
|
'description' => 'Descrizione',
|
|
'dont-have-bps' => 'Non hai abbastanza bonus',
|
|
'edit-request' => 'Modifica richiesta',
|
|
'enter-bp' => 'Inserisci punti bonus (minimo 100)',
|
|
'enter-hash' => 'Inserisci l\'ID di informazioni del torrente caricato',
|
|
'fill' => 'Riempire',
|
|
'fill-request' => 'Compila questa richiesta',
|
|
'filled' => 'pieno',
|
|
'filled-by' => 'Riempito da',
|
|
'for' => 'per',
|
|
'fulfill' => 'Adempiere',
|
|
'last-vote' => 'Ultimo voto',
|
|
'my-requests' => 'Le mie richieste',
|
|
'no' => 'No,',
|
|
'no-imdb-id' => 'Tutte le richieste devono contenere un numero IMDB',
|
|
'no-privileges' => 'Errore: i tuoi diritti di richiesta sono stati disabilitati',
|
|
'no-privileges-desc' => 'Se ritieni che ciò sia dovuto a errori, contatta il personale',
|
|
'no-refunds' => 'Gli scambi BON su creazione, riempimento e taglie sono definitivi! <br> <strong>NESSUN RIMBORSO!</strong>',
|
|
'pending' => 'in attesa di',
|
|
'reason' => 'Ragionare',
|
|
'reject' => 'Rifiutare',
|
|
'report' => 'Segnala richiesta',
|
|
'request' => 'Richiesta',
|
|
'request-details' => 'Richiedi dettagli',
|
|
'requested-by' => 'Richiesto da',
|
|
'requests' => 'richieste',
|
|
'required' => 'necessario',
|
|
'reset' => 'Reset',
|
|
'reset-confirmation' => 'Sei sicuro di voler resettare questa richiesta',
|
|
'reset-request' => 'Resetta questa richiesta',
|
|
'reward' => 'Ricompensa',
|
|
'reward-desc' => 'Quanto bonus ti piacerebbe premiare? Minimo 100 BP',
|
|
'reward-from' => 'A partire dal',
|
|
'title' => 'Titolo',
|
|
'torrent-hash' => 'Torrent Hash',
|
|
'total-bounty' => 'Taglia totale',
|
|
'type' => 'genere',
|
|
'unclaim' => 'Annulla la richiesta',
|
|
'unfilled' => 'unfilled',
|
|
'view-filled' => 'Visualizza pieno',
|
|
'view-unfilled' => 'Visualizza vuoto',
|
|
'vote' => 'Votazione',
|
|
'vote-that' => 'Vota questa richiesta',
|
|
'voters' => 'Gli elettori',
|
|
'votes' => 'voti',
|
|
'yes' => 'sì',
|
|
];
|