X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/bccf4653cb11df5e5c36bf9e9c48b528fcad90ef..refs/pull/2791/head:/resources/lang/it/errors.php diff --git a/resources/lang/it/errors.php b/resources/lang/it/errors.php index 3e48ad762..9a20c744b 100755 --- a/resources/lang/it/errors.php +++ b/resources/lang/it/errors.php @@ -83,20 +83,23 @@ return [ '404_page_not_found' => 'Pagina Non Trovata', 'sorry_page_not_found' => 'La pagina che stavi cercando non è stata trovata.', 'sorry_page_not_found_permission_warning' => 'Se pensi che questa pagina possa esistere, potresti non avere i permessi per visualizzarla.', + 'image_not_found' => 'Immagine non trovata', + 'image_not_found_subtitle' => 'Spiacente, l\'immagine che stai cercando non è stata trovata.', + 'image_not_found_details' => 'Se ti aspettavi che questa immagine esistesse, potrebbe essere stata cancellata.', 'return_home' => 'Ritorna alla home', 'error_occurred' => 'C\'è Stato un errore', 'app_down' => ':appName è offline', 'back_soon' => 'Ritornerà presto.', // API errors - 'api_no_authorization_found' => 'No authorization token found on the request', + 'api_no_authorization_found' => 'Nessun token di autorizzazione trovato nella richiesta', 'api_bad_authorization_format' => 'Un token di autorizzazione è stato trovato nella richiesta, ma il formato sembra non corretto', - 'api_user_token_not_found' => 'No matching API token was found for the provided authorization token', - 'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect', + 'api_user_token_not_found' => 'Nessun token API valido è stato trovato nel token di autorizzazione fornito', + 'api_incorrect_token_secret' => 'Il token segreto fornito per il token API utilizzato non è corretto', 'api_user_no_api_permission' => 'Il proprietario del token API utilizzato non ha il permesso di effettuare chiamate API', - 'api_user_token_expired' => 'The authorization token used has expired', + 'api_user_token_expired' => 'Il token di autorizzazione utilizzato è scaduto', // Settings & Maintenance - 'maintenance_test_email_failure' => 'Error thrown when sending a test email:', + 'maintenance_test_email_failure' => 'Si è verificato un errore durante l\'invio di una e-mail di prova:', ];