updated translations

This commit is contained in:
denisdulici
2018-05-03 12:16:18 +03:00
parent 7beb5a7fad
commit d67ec0ff9c
214 changed files with 1682 additions and 466 deletions

View File

@@ -12,11 +12,16 @@ return [
'quantity' => 'Quantità',
'price' => 'Prezzo',
'sub_total' => 'Subtotale',
'discount' => 'Discount',
'tax_total' => 'Totale imposta',
'total' => 'Totale',
'item_name' => 'Nome dell\'articolo|Nomi degli articoli',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
'payment_due' => 'Scadenza pagamento',
'amount_due' => 'Importo dovuto',
'paid' => 'Pagato',

View File

@@ -26,6 +26,7 @@ return [
'companies' => 'Azienda|Aziende',
'profits' => 'Profitto|Profitti',
'taxes' => 'Tasso|Tassi',
'logos' => 'Logo|Loghi',
'pictures' => 'Immagine|Immagini',
'types' => 'Tipo|Tipi',
'payment_methods' => 'Metodo di pagamento|Metodi di pagamento',
@@ -36,6 +37,7 @@ return [
'updates' => 'Aggiornamento|Aggiornamenti',
'numbers' => 'Numero|Numeri',
'statuses' => 'Stato|Stati',
'others' => 'Other|Others',
'dashboard' => 'Cruscotto',
'banking' => 'Banca',

View File

@@ -12,11 +12,16 @@ return [
'quantity' => 'Quantità',
'price' => 'Prezzo',
'sub_total' => 'Subtotale',
'discount' => 'Discount',
'tax_total' => 'Totale imposte',
'total' => 'Totale',
'item_name' => 'Nome dell\'articolo|Nomi degli articoli',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
'payment_due' => 'Scadenza pagamento',
'paid' => 'Pagato',
'histories' => 'Storico',

View File

@@ -10,10 +10,12 @@ return [
'imported' => ':type importato!',
],
'error' => [
'payment_add' => 'Errore: Non è possibile aggiungere il pagamento! Si dovrebbe verificare di aggiungere la quantità.',
'over_payment' => 'Errore: Pagamento non aggiunto! L\'importo supera il totale.',
'not_user_company' => 'Errore: Non hai i permessi per gestire questa azienda!',
'customer' => 'Errore: Non è stato possibile creare l\'utente! :name usa questo indirizzo e-mail.',
'customer' => 'Errore: Utente non creato! :name usa già questo indirizzo email.',
'no_file' => 'Errore: Nessun file selezionato!',
'last_category' => 'Error: Can not delete the last :type category!',
'invalid_token' => 'Error: The token entered is invalid!',
],
'warning' => [
'deleted' => 'Attenzione: Non è consentito eliminare <b>:name</b> perché ha :text collegato.',

View File

@@ -8,6 +8,7 @@ return [
'new' => 'Nuovo',
'top_free' => 'Top gratis',
'free' => 'GRATIS',
'search' => 'Search',
'install' => 'Installa',
'buy_now' => 'Acquista ora',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank"> Clicca qui</a> per ottenere il tuo API token.',

View File

@@ -0,0 +1,20 @@
<?php
return [
'recurring' => 'Recurring',
'every' => 'Every',
'period' => 'Period',
'times' => 'Times',
'daily' => 'Daily',
'weekly' => 'Weekly',
'monthly' => 'Monthly',
'yearly' => 'Yearly',
'custom' => 'Custom',
'days' => 'Day(s)',
'weeks' => 'Week(s)',
'months' => 'Month(s)',
'years' => 'Year(s)',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
];

View File

@@ -7,11 +7,24 @@ return [
'this_quarter' => 'Trimestre Corrente',
'previous_quarter' => 'Trimestre precedente',
'last_12_months' => 'Ultimi 12 mesi',
'profit_loss' => 'Profit & Loss',
'gross_profit' => 'Gross Profit',
'net_profit' => 'Net Profit',
'total_expenses' => 'Total Expenses',
'net' => 'NET',
'summary' => [
'income' => 'Riepilogo di reddito',
'expense' => 'Riepilogo spese',
'income_expense' => 'Reddito vs Spese',
'tax' => 'Tax Summary',
],
'quarter' => [
'1' => 'Jan-Mar',
'2' => 'Apr-Jun',
'3' => 'Jul-Sep',
'4' => 'Oct-Dec',
],
];

View File

@@ -21,6 +21,11 @@ return [
'space' => 'Spazio ( )',
],
'timezone' => 'Fuso Orario',
'percent' => [
'title' => 'Percent (%) Position',
'before' => 'Before Number',
'after' => 'After Number',
],
],
'invoice' => [
'tab' => 'Fattura',