updated languages
This commit is contained in:
24
resources/lang/it-IT/errors.php
Normal file
24
resources/lang/it-IT/errors.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'forbidden_access' => 'Accesso vietato',
|
||||
'error_page' => 'Pagina di errore',
|
||||
'page_not_found' => 'Pagina non trovata',
|
||||
|
||||
'body' => [
|
||||
'forbidden_access' => 'Oops! Accesso vietato.',
|
||||
'error_page' => 'Oops! Qualcosa è andato storto.',
|
||||
'page_not_found' => 'Oops! Pagina non trovata.',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'forbidden_access' => 'Non puoi accedere a questa pagina.
|
||||
Nel frattempo, puoi <a href=":link">tornare alla dashboard</a>.',
|
||||
'error_page' => 'Lavoreremo subito per sistemarlo nel modo giusto.
|
||||
Nel frattempo, puoi <a href=":link">tornare alla dashboard</a>.',
|
||||
'page_not_found' => 'Non siamo riusciti a trovare la pagina che stavi cercando.
|
||||
Nel frattempo, puoi <a href=":link">tornare alla dashboard</a>.',
|
||||
],
|
||||
|
||||
];
|
@@ -5,6 +5,7 @@ return [
|
||||
'title' => 'API Token',
|
||||
'api_token' => 'Token',
|
||||
'my_apps' => 'Le mie Applicazioni',
|
||||
'pre_sale' => 'Pre-vendita',
|
||||
'top_paid' => 'Più pagate',
|
||||
'new' => 'Nuovo',
|
||||
'top_free' => 'Top gratis',
|
||||
@@ -61,6 +62,7 @@ return [
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'Installato',
|
||||
'pre_sale' => 'Pre-vendita',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
|
Reference in New Issue
Block a user