updated languages

This commit is contained in:
denisdulici
2019-03-07 16:37:05 +03:00
parent 4ca76aad2a
commit aaa0c53d8a
64 changed files with 768 additions and 381 deletions

View 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>.',
],
];

View File

@@ -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' => [