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

@ -38,10 +38,10 @@ return [
'numbers' => 'Numero|Numeri',
'statuses' => 'Stato|Stati',
'others' => 'Altro|Altri',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'contacts' => 'Contatto|Contatti',
'reconciliations' => 'Riconciliazione | Riconciliazioni',
'deposits' => 'Deposito | Depositi',
'withdrawals' => 'Prelievo|Prelievi',
'dashboard' => 'Cruscotto',
'banking' => 'Banca',
@ -85,7 +85,7 @@ return [
'color' => 'Colore',
'save' => 'Salva',
'cancel' => 'Annulla',
'loading' => 'Loading...',
'loading' => 'Caricamento...',
'from' => 'Da',
'to' => 'A',
'print' => 'Stampa',
@ -106,27 +106,27 @@ return [
'partially' => 'Parzialmente',
'partially_paid' => 'Parzialmente Pagato',
'export' => 'Esporta',
'finish' => 'Finish',
'wizard' => 'Wizard',
'skip' => 'Skip',
'finish' => 'Conclusione',
'wizard' => 'Procedura guidata',
'skip' => 'Salta',
'enable' => 'Attiva',
'disable' => 'Disattiva',
'select_all' => 'Select All',
'unselect_all' => 'Unselect All',
'go_to' => 'Go to :name',
'created_date' => 'Created Date',
'period' => 'Period',
'start' => 'Start',
'end' => 'End',
'clear' => 'Clear',
'difference' => 'Difference',
'select_all' => 'Seleziona tutto',
'unselect_all' => 'Deseleziona Tutto',
'go_to' => 'Vai a :nome',
'created_date' => 'Data di Creazione',
'period' => 'Periodo',
'start' => 'Avvia',
'end' => 'Fine',
'clear' => 'Cancella',
'difference' => 'Differenza',
'title' => [
'new' => 'Nuovo :type',
'edit' => 'Modifica :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
'create' => 'Crea :type',
'send' => 'Invia :type',
'get' => 'Ottieni :type',
],
'form' => [
@ -139,10 +139,10 @@ return [
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
'today' => 'Oggi',
'yesterday' => 'Ieri',
'last_days' => 'Ultimi :day Giorni',
'this_month' => 'Questo mese',
'last_month' => 'Ultimo mese',
],
];