updated translations
This commit is contained in:
@@ -13,6 +13,7 @@ return [
|
||||
'current_email' => 'Email attuale',
|
||||
'reset' => 'Reimposta',
|
||||
'never' => 'mai',
|
||||
'landing_page' => 'Pagina di destinazione',
|
||||
|
||||
'password' => [
|
||||
'current' => 'Password',
|
||||
|
@@ -35,11 +35,13 @@ return [
|
||||
'receive_bill' => 'Ricevere Bolletta',
|
||||
'make_payment' => 'Fare un pagamento',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => 'Bozza',
|
||||
'received' => 'Ricevuto',
|
||||
'partial' => 'Parziale',
|
||||
'paid' => 'Pagato',
|
||||
'overdue' => 'In Ritardo',
|
||||
'unpaid' => 'Non pagato',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
@@ -4,12 +4,10 @@ return [
|
||||
|
||||
'domain' => 'Dominio',
|
||||
'logo' => 'Logo',
|
||||
'manage' => 'Gestisci aziende',
|
||||
'all' => 'Tutte le aziende',
|
||||
|
||||
'error' => [
|
||||
'not_user_company' => 'Errore: Non hai i permessi per cambiare questa azienda!',
|
||||
'delete_active' => 'Errore: Non puoi eliminare un\'azienda attiva, per favore, cambiala prima!',
|
||||
'delete_active' => 'Errore: Non è possibile eliminare l\'azienda attiva. Per favore, prima passa a un altro!',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -6,7 +6,7 @@ return [
|
||||
'user_created' => 'Utente creato',
|
||||
|
||||
'error' => [
|
||||
'email' => 'L\'email è già stata presa.'
|
||||
'email' => 'L\'email è già stata presa.',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -1,23 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_incomes' => 'Totale entrate',
|
||||
'receivables' => 'Crediti',
|
||||
'open_invoices' => 'Fatture aperte',
|
||||
'overdue_invoices' => 'Fatture scadute',
|
||||
'total_expenses' => 'Totale spese',
|
||||
'payables' => 'Debiti',
|
||||
'open_bills' => 'Fatture aperte',
|
||||
'overdue_bills' => 'Fatture scadute',
|
||||
'total_profit' => 'Totale profitto',
|
||||
'open_profit' => 'Profitto aperto',
|
||||
'overdue_profit' => 'Profitto scaduto',
|
||||
'cash_flow' => 'Flusso di cassa',
|
||||
'no_profit_loss' => 'Nessuna perdita di profitto',
|
||||
'incomes_by_category' => 'Redditi di categoria',
|
||||
'expenses_by_category' => 'Spese per categoria',
|
||||
'account_balance' => 'Saldo del conto',
|
||||
'latest_incomes' => 'Redditi più recenti',
|
||||
'latest_expenses' => 'Spese più recenti',
|
||||
];
|
11
resources/lang/it-IT/dashboards.php
Normal file
11
resources/lang/it-IT/dashboards.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'error' => [
|
||||
'not_user_dashboard' => 'Errore: Non sei autorizzato a modificare questo pannello!',
|
||||
'delete_last' => 'Errore: Non è possibile eliminare l\'ultima dashboard. Si prega di crearne una nuova!',
|
||||
'disable_last' => 'Errore: Non è possibile disattivare l\'ultima dashboard. Si prega di crearne una nuova!',
|
||||
],
|
||||
|
||||
];
|
@@ -2,12 +2,33 @@
|
||||
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Contanti',
|
||||
'categories_deposit' => 'Deposito',
|
||||
'categories_sales' => 'Vendite',
|
||||
'currencies_usd' => 'Dollaro USA',
|
||||
'currencies_eur' => 'Euro',
|
||||
'currencies_gbp' => 'Sterlina Regno Unito',
|
||||
'currencies_try' => 'Lira turca',
|
||||
'accounts' => [
|
||||
'cash' => 'Contanti',
|
||||
],
|
||||
|
||||
'categories' => [
|
||||
'deposit' => 'Deposito',
|
||||
'sales' => 'Vendite',
|
||||
],
|
||||
|
||||
'currencies' => [
|
||||
'usd' => 'Dollaro USA',
|
||||
'eur' => 'Euro',
|
||||
'gbp' => 'Sterlina Regno Unito',
|
||||
'try' => 'Lira turca',
|
||||
],
|
||||
|
||||
'offline_payments' => [
|
||||
'cash' => 'Contanti',
|
||||
'bank' => 'Bonifico Bancario',
|
||||
],
|
||||
|
||||
'reports' => [
|
||||
'income' => 'Sommario mensile delle entrate per categoria.',
|
||||
'expense' => 'Riepilogo spese mensili per categoria.',
|
||||
'income_expense' => 'Entrate mensili vs spese per categoria.',
|
||||
'tax' => 'Sintesi fiscale trimestrale.',
|
||||
'profit_loss' => 'Utili e perdite trimestrali per categoria.',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -2,23 +2,22 @@
|
||||
|
||||
return [
|
||||
|
||||
'forbidden_access' => 'Accesso vietato',
|
||||
'error_page' => 'Pagina di errore',
|
||||
'page_not_found' => 'Pagina non trovata',
|
||||
|
||||
'body' => [
|
||||
'forbidden_access' => 'Oops! Accesso vietato.',
|
||||
'error_page' => 'Oops! Qualcosa è andato storto.',
|
||||
'page_not_found' => 'Oops! Pagina non trovata.',
|
||||
'title' => [
|
||||
'403' => 'Oops! Accesso vietato',
|
||||
'404' => 'Oops! Pagina non trovata',
|
||||
'500' => 'Oops! Qualcosa è andato storto',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'forbidden_access' => 'Non puoi accedere a questa pagina.
|
||||
Nel frattempo, puoi <a href=":link">tornare alla dashboard</a>.',
|
||||
'error_page' => 'Lavoreremo subito per sistemarlo nel modo giusto.
|
||||
Nel frattempo, puoi <a href=":link">tornare alla dashboard</a>.',
|
||||
'page_not_found' => 'Non siamo riusciti a trovare la pagina che stavi cercando.
|
||||
Nel frattempo, puoi <a href=":link">tornare alla dashboard</a>.',
|
||||
'header' => [
|
||||
'403' => '403 Vietato',
|
||||
'404' => 'Pagina non trovata',
|
||||
'500' => 'Errore interno del server',
|
||||
],
|
||||
|
||||
'message' => [
|
||||
'403' => 'Non puoi accedere a questa pagina.',
|
||||
'404' => 'Non siamo riusciti a trovare la pagina che stavi cercando.',
|
||||
'500' => 'Ci adopereremo per porvi rimedio immediatamente.',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -48,8 +48,10 @@ return [
|
||||
'localisations' => 'Localizzazione|Localizzazioni',
|
||||
'defaults' => 'Predefinito|Predefiniti',
|
||||
'widgets' => 'Widget|Widget',
|
||||
'templates' => 'Modelli Template',
|
||||
'sales' => 'Vendita - Vendite',
|
||||
'purchases' => 'Acquisto|Acquisti',
|
||||
|
||||
'dashboard' => 'Cruscotto',
|
||||
'welcome' => 'Benvenuto',
|
||||
'banking' => 'Banca',
|
||||
'general' => 'Generale',
|
||||
@@ -68,6 +70,8 @@ return [
|
||||
'yearly' => 'Annuale',
|
||||
'add' => 'Aggiungi',
|
||||
'add_new' => 'Aggiungi nuovo',
|
||||
'add_income' => 'Aggiungi Reddito',
|
||||
'add_expense' => 'Aggiungi Spesa',
|
||||
'show' => 'Mostra',
|
||||
'edit' => 'Modifica',
|
||||
'delete' => 'Elimina',
|
||||
@@ -133,11 +137,27 @@ return [
|
||||
'difference' => 'Differenza',
|
||||
'footer' => 'Piè di pagina',
|
||||
'start_date' => 'Data di inzio',
|
||||
'end_date' => 'Data di Fine',
|
||||
'basis' => 'Base',
|
||||
'accrual' => 'Rateo',
|
||||
'cash' => 'Contanti',
|
||||
'group_by' => 'Raggruppa per',
|
||||
'accounting' => 'Contabilità',
|
||||
'sort' => 'Ordine',
|
||||
'width' => 'Larghezza',
|
||||
'month' => 'Mese',
|
||||
'year' => 'Anno',
|
||||
'type_item_name' => 'Digita un nome articolo',
|
||||
'no_data' => 'Nessun dato',
|
||||
'no_matching_data' => 'Nessun dato corrispondente',
|
||||
'clear_cache' => 'Svuota Cache',
|
||||
|
||||
'card' => [
|
||||
'name' => 'Nome sulla carta',
|
||||
'number' => 'Numero della carta',
|
||||
'expiration_date' => 'Data di scadenza',
|
||||
'cvv' => 'CVV carta',
|
||||
],
|
||||
|
||||
'title' => [
|
||||
'new' => 'Nuovo :type',
|
||||
@@ -147,6 +167,7 @@ return [
|
||||
'send' => 'Invia :type',
|
||||
'get' => 'Ottieni :type',
|
||||
'add' => 'Aggiungi :type',
|
||||
'manage' => 'Gestisci :tipo',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
@@ -29,6 +29,7 @@ return [
|
||||
'add_payment' => 'Aggiungere pagamento',
|
||||
'mark_paid' => 'Segna come pagata',
|
||||
'mark_sent' => 'Segna come inviata',
|
||||
'mark_viewed' => 'Segna come visto',
|
||||
'download_pdf' => 'Scarica PDF',
|
||||
'send_mail' => 'Invia email',
|
||||
'all_invoices' => 'Accedi per visualizzare tutte le fatture',
|
||||
@@ -37,13 +38,15 @@ return [
|
||||
'get_paid' => 'Essere pagato',
|
||||
'accept_payments' => 'Accetta pagamenti online',
|
||||
|
||||
'status' => [
|
||||
'statuses' => [
|
||||
'draft' => 'Bozza',
|
||||
'sent' => 'Inviato',
|
||||
'viewed' => 'Visto',
|
||||
'approved' => 'Approvato',
|
||||
'partial' => 'Parziale',
|
||||
'paid' => 'Pagato',
|
||||
'overdue' => 'In Ritardo',
|
||||
'unpaid' => 'Non pagato',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
@@ -8,6 +8,7 @@ return [
|
||||
'deleted' => ':type eliminato!',
|
||||
'duplicated' => ':type duplicato!',
|
||||
'imported' => ':type importato!',
|
||||
'exported' => ':tipo esportato!',
|
||||
'enabled' => ':type abilitato!',
|
||||
'disabled' => ':type disabilitato!',
|
||||
],
|
||||
|
@@ -12,10 +12,9 @@ return [
|
||||
'search' => 'Ricerca',
|
||||
'install' => 'Installa',
|
||||
'buy_now' => 'Acquista ora',
|
||||
'api_key_link' => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">Clicca qui</a> per ottenere la tua chiave API.',
|
||||
'get_api_key' => '<a href=":url" target="_blank">Clicca qui</a> per ottenere la tua chiave API.',
|
||||
'no_apps' => 'Non c\'è nessuna apps in questa categoria, ancora.',
|
||||
'developer' => 'Sei uno sviluppatore? <a href="https://akaunting.com/developers" target="_blank">Qui</a> puoi imparare a creare un\'app e iniziare a vendere oggi!',
|
||||
|
||||
'become_developer' => 'Sei uno sviluppatore? <a href=":url" target="_blank">Qui</a> puoi imparare a creare un\'app e iniziare a vendere oggi!',
|
||||
'recommended_apps' => 'App consigliate',
|
||||
|
||||
'about' => 'Info',
|
||||
@@ -80,5 +79,6 @@ return [
|
||||
],
|
||||
|
||||
'na' => 'Non sono presenti recensioni.'
|
||||
]
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -2,8 +2,8 @@
|
||||
|
||||
return [
|
||||
|
||||
'previous' => '« Precedente',
|
||||
'next' => 'Prossimo »',
|
||||
'previous' => 'Precedente',
|
||||
'next' => 'Successivo',
|
||||
'showing' => ':first-:last di :total recordi.',
|
||||
'page' => 'per pagina.',
|
||||
|
||||
|
@@ -12,7 +12,7 @@ return [
|
||||
'net_profit' => 'Utile netto',
|
||||
'total_expenses' => 'Totale spese',
|
||||
'net' => 'NET',
|
||||
'income-expense' => 'Reddito & Spese',
|
||||
'income_expense' => 'Entrate e Uscite',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Riepilogo di reddito',
|
||||
|
@@ -52,6 +52,10 @@ return [
|
||||
'subheading' => 'Sottotitolo',
|
||||
'due_receipt' => 'Scaduto al ricevimento',
|
||||
'due_days' => 'Scade entro :days',
|
||||
'choose_template' => 'Scegli modello di fattura',
|
||||
'default' => 'Predefinito',
|
||||
'classic' => 'Classico',
|
||||
'modern' => 'Moderno',
|
||||
],
|
||||
|
||||
'default' => [
|
||||
|
23
resources/lang/it-IT/widgets.php
Normal file
23
resources/lang/it-IT/widgets.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'total_income' => 'Totale Entrate',
|
||||
'receivables' => 'Crediti',
|
||||
'open_invoices' => 'Fatture aperte',
|
||||
'overdue_invoices' => 'Fatture Scadute',
|
||||
'total_expenses' => 'Totale Spese',
|
||||
'payables' => 'Pagamenti',
|
||||
'open_bills' => 'Fatture aperte',
|
||||
'overdue_bills' => 'Fatture Scadute',
|
||||
'total_profit' => 'Totale Profitto',
|
||||
'open_profit' => 'Apri profitto',
|
||||
'overdue_profit' => 'Utile scaduto',
|
||||
'cash_flow' => 'Flusso di cassa',
|
||||
'no_profit_loss' => 'Nessuna perdita di profitto',
|
||||
'income_by_category' => 'Entrate per categoria',
|
||||
'expenses_by_category' => 'Spese per categoria',
|
||||
'account_balance' => 'Saldo del conto',
|
||||
'latest_income' => 'Ultime entrate',
|
||||
'latest_expenses' => 'Ultime spese',
|
||||
];
|
Reference in New Issue
Block a user