updated translations

This commit is contained in:
denisdulici
2018-11-16 16:02:06 +03:00
parent 3317483e39
commit aa69f07368
29 changed files with 174 additions and 156 deletions

View File

@@ -41,16 +41,16 @@ return [
'messages' => [
'received' => 'Fattura segnata con successo come ricevuta!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'draft' => 'Questa è una <b>BOZZA</b> della fattura e si rifletterà sui grafici dopo che sarà ricevuta.',
'status' => [
'created' => 'Created on :date',
'created' => 'Creato il :data',
'receive' => [
'draft' => 'Not sent',
'received' => 'Received on :date',
'draft' => 'Non inviato',
'received' => 'Ricevuto il :data',
],
'paid' => [
'await' => 'Awaiting payment',
'await' => 'In attesa del pagamento',
],
],
],