generated from Laravel-Lang/translations-template
-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from rinodrummer/it-translation
Added italian translations
- Loading branch information
Showing
1 changed file
with
71 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,81 @@ | ||
<?php | ||
|
||
return [ | ||
'unknownError' => 'Unknown Error', | ||
'0' => 'Unknown Error', | ||
'unknownError' => 'Errore sconosciuto', | ||
'0' => 'Errore sconosciuto', | ||
|
||
'100' => 'Continue', | ||
'101' => 'Switching Protocols', | ||
'102' => 'Processing', | ||
'100' => 'Continua', | ||
'101' => 'Scambiando protocolli', | ||
'102' => 'In processo', | ||
|
||
'200' => 'OK', | ||
'201' => 'Created', | ||
'202' => 'Accepted', | ||
'203' => 'Non-Authoritative Information', | ||
'204' => 'No Content', | ||
'205' => 'Reset Content', | ||
'206' => 'Partial Content', | ||
'207' => 'Multi-Status', | ||
'208' => 'Already Reported', | ||
'226' => 'IM Used', | ||
'201' => 'Creato', | ||
'202' => 'Accettato', | ||
'203' => 'Informazione non autorevole', | ||
'204' => 'Nessun contenuto', | ||
'205' => 'Resetta il contenuto', | ||
'206' => 'Contenuto parziale', | ||
'207' => 'Stati multipli', | ||
'208' => 'Già riportato', | ||
'226' => 'IM utilizzati', | ||
|
||
'300' => 'Multiple Choices', | ||
'301' => 'Moved Permanently', | ||
'302' => 'Found', | ||
'303' => 'See Other', | ||
'304' => 'Not Modified', | ||
'305' => 'Use Proxy', | ||
'307' => 'Temporary Redirect', | ||
'308' => 'Permanent Redirect', | ||
'300' => 'Scelte multiple', | ||
'301' => 'Trasferito permanentemente', | ||
'302' => 'Trovato', | ||
'303' => 'Guarda altro', | ||
'304' => 'Non modificata', | ||
'305' => 'Usa un proxy', | ||
'307' => 'Re-indirizzamento temporaneo', | ||
'308' => 'Re-indirizzamento permanente', | ||
|
||
'400' => 'Bad Request', | ||
'401' => 'Unauthorized', | ||
'402' => 'Payment Required', | ||
'403' => 'Forbidden', | ||
'404' => 'Page Not Found', | ||
'405' => 'Method Not Allowed', | ||
'406' => 'Not Acceptable', | ||
'407' => 'Proxy Authentication Required', | ||
'408' => 'Request Timeout', | ||
'409' => 'Conflict', | ||
'410' => 'Gone', | ||
'411' => 'Length Required', | ||
'412' => 'Precondition Failed', | ||
'413' => 'Payload Too Large', | ||
'414' => 'URI Too Long', | ||
'415' => 'Unsupported Media Type', | ||
'416' => 'Range Not Satisfiable', | ||
'417' => 'Expectation Failed', | ||
'418' => 'I\'m a teapot', | ||
'419' => 'Session Has Expired', | ||
'421' => 'Misdirected Request', | ||
'422' => 'Unprocessable Entity', | ||
'423' => 'Locked', | ||
'424' => 'Failed Dependency', | ||
'426' => 'Upgrade Required', | ||
'428' => 'Precondition Required', | ||
'429' => 'Too Many Requests', | ||
'431' => 'Request Header Fields Too Large', | ||
'449' => 'Retry With', | ||
'451' => 'Unavailable For Legal Reasons', | ||
'400' => 'Cattiva richiesta', | ||
'401' => 'Non autorizzata', | ||
'402' => 'Pagamento richiesto', | ||
'403' => 'Accesso vietato', | ||
'404' => 'Pagina non trovata', | ||
'405' => 'Metodo non consentito', | ||
'406' => 'Non accettabile', | ||
'407' => 'Autenticazione al proxy richiesta', | ||
'408' => 'Tempo scaduto per la richiesta', | ||
'409' => 'Conflitto', | ||
'410' => 'Andata', | ||
'411' => 'Lunghezza necessaria', | ||
'412' => 'Precondizione fallita', | ||
'413' => 'Payload troppo grande', | ||
'414' => 'URI troppo lungo', | ||
'415' => 'Media Type non supportato', | ||
'416' => 'intervallo non soddisfacibile', | ||
'417' => 'Aspettativa fallita', | ||
'418' => 'Sono una teiera', | ||
'419' => 'Sessione scaduta', | ||
'421' => 'Richiesta mal indirizzata', | ||
'422' => 'Entità improcessabile', | ||
'423' => 'Bloccata', | ||
'424' => 'Dipendenza fallita', | ||
'426' => 'Aggiornamento richiesto', | ||
'428' => 'Precondizione necessaria', | ||
'429' => 'Troppe richieste', | ||
'431' => 'Campi header della richiesta troppo grandi', | ||
'449' => 'Riprova con', | ||
'451' => 'Non disponibile per motivi legali', | ||
|
||
'500' => 'Internal Server Error', | ||
'501' => 'Not Implemented', | ||
'502' => 'Bad Gateway', | ||
'503' => 'Maintenance Mode', | ||
'504' => 'Gateway Timeout', | ||
'505' => 'HTTP Version Not Supported', | ||
'506' => 'Variant Also Negotiates', | ||
'507' => 'Insufficient Storage', | ||
'508' => 'Loop Detected', | ||
'509' => 'Bandwidth Limit Exceeded', | ||
'510' => 'Not Extended', | ||
'511' => 'Network Authentication Required', | ||
'520' => 'Unknown Error', | ||
'521' => 'Web Server is Down', | ||
'522' => 'Connection Timed Out', | ||
'523' => 'Origin Is Unreachable', | ||
'524' => 'A Timeout Occurred', | ||
'525' => 'SSL Handshake Failed', | ||
'526' => 'Invalid SSL Certificate', | ||
'500' => 'Errore interno al server', | ||
'501' => 'Non implementato', | ||
'502' => 'Gateway cattivo', | ||
'503' => 'In manutenzione', | ||
'504' => 'Tempo scaduto per il gateway', | ||
'505' => 'Versione HTTP non supportata', | ||
'506' => 'Variante anche negozia', | ||
'507' => 'Spazio insufficiente', | ||
'508' => 'Loop identificato', | ||
'509' => 'Limita di banda superato', | ||
'510' => 'Non esteso', | ||
'511' => 'Autenticazione di rete necessaria', | ||
'520' => 'Errore sconosciuto', | ||
'521' => 'Web server spento', | ||
'522' => 'Tempo scaduto per la connessione', | ||
'523' => 'Origine non raggiungibile', | ||
'524' => 'Un timeout è avvenuto', | ||
'525' => 'Handshake SSL fallita', | ||
'526' => 'Certificato SSL invalido', | ||
]; |