More translations

This commit is contained in:
lordwilbur
2018-05-18 16:02:49 +02:00
committed by Nabeel Shahzad
parent 89ebcbdb10
commit 81c148fc4d
7 changed files with 75 additions and 18 deletions

View File

@@ -87,6 +87,33 @@ return [
'nodownloads' => 'There are no downloads!',
],
'emails' => [
'whoops' => 'Whoops',
'hello' => 'Hello',
'regards' => 'Regards',
'buttontroubles' => [
'If youre having trouble clicking the ":actiontext" button,',
'copy and paste the URL below into your web browser:',
],
'allrightsreserved' => 'All Rights Reserved',
],
'errors' => [
'401title' => 'Not Authorized',
'401header' => 'Unauthorized Access',
'401message' => [
'Well, this is embarrassing, you are not authorized to access or perform this function.',
'Click <a href=":link">here</a> to go back to the home page.',
],
'404title' => 'Not Found',
'404header' => 'Page Not Found',
'404message' => [
'Well, this is embarrassing, the page you requested does not exist.',
'Click <a href=":link">here</a> to go back to the home page.',
],
'503message' => 'Be right back.',
],
'flights' => [
'mybid' => 'My Bid|My Bids',
'search' => 'Search',

View File

@@ -83,6 +83,33 @@ return [
'recentreports' => 'Rapporti Recenti',
],
'emails' => [
'whoops' => 'Ops',
'hello' => 'Ciao',
'regards' => 'Saluti',
'buttontroubles' => [
'Se hai problemi a cliccare il bottone ":actiontext",',
'copia e incolla l\'URL qui sotto nel tuo browser:',
],
'allrightsreserved' => 'Tutti i Diritti Riservati',
],
'errors' => [
'401title' => 'Non Autorizzato',
'401header' => 'Accesso Non Autorizzato',
'401message' => [
'Beh, è imbarazzante, non sei autorizzato ad accedere o ad eseguire questa funzionalità.',
'Clicca <a href=":link">qui</a> per tornare alla home page.',
],
'404title' => 'Not Found',
'404header' => 'Page Not Found',
'404message' => [
'Beh, è imbarazzante, la pagina che hai richiesto non esiste.',
'Clicca <a href=":link">qui</a> per tornare alla home page.',
],
'503message' => 'Torniamo subito.',
],
'downloads' => [
'nodownloads' => 'Non ci sono downloads!',
],