Skip to content

Commit

Permalink
fixed some italian translations
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Nov 16, 2018
1 parent aa69f07 commit 65c08b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions resources/lang/it-IT/bills.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
'draft' => 'Questa è una <b>BOZZA</b> della fattura e si rifletterà sui grafici dopo che sarà ricevuta.',

'status' => [
'created' => 'Creato il :data',
'created' => 'Creato il :date',
'receive' => [
'draft' => 'Non inviato',
'received' => 'Ricevuto il :data',
'received' => 'Ricevuto il :date',
],
'paid' => [
'await' => 'In attesa del pagamento',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/it-IT/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
'disable' => 'Disattiva',
'select_all' => 'Seleziona tutto',
'unselect_all' => 'Deseleziona Tutto',
'go_to' => 'Vai a :nome',
'go_to' => 'Vai a :name',
'created_date' => 'Data di Creazione',
'period' => 'Periodo',
'start' => 'Avvia',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/it-IT/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
'draft' => 'Questa è una <b>BOZZA</b> della fattura e si rifletterà sui grafici dopo che sarà inviata.',

'status' => [
'created' => 'Creato il :data',
'created' => 'Creato il :date',
'send' => [
'draft' => 'Non inviato',
'sent' => 'Inviato il :data',
'sent' => 'Inviato il :date',
],
'paid' => [
'await' => 'In attesa del pagamento',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/it-IT/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'disabled' => ':type disabilitato!',
],
'error' => [
'over_payment' => 'Errore: pagamento non aggiunto! L\'importo inserito supera il totale: :importo',
'over_payment' => 'Errore: pagamento non aggiunto! L\'importo inserito supera il totale: :amount',
'not_user_company' => 'Errore: Non hai i permessi per gestire questa azienda!',
'customer' => 'Errore: Utente non creato! :name usa già questo indirizzo email.',
'no_file' => 'Errore: Nessun file selezionato!',
Expand Down

0 comments on commit 65c08b5

Please sign in to comment.