updated translations
This commit is contained in:
@@ -13,18 +13,27 @@ return [
|
||||
'current_email' => 'Email attuale',
|
||||
'reset' => 'Reimposta',
|
||||
'never' => 'mai',
|
||||
|
||||
'password' => [
|
||||
'current' => 'Password',
|
||||
'current_confirm' => 'Conferma Password',
|
||||
'new' => 'Nuova Password',
|
||||
'new_confirm' => 'Conferma Nuova Password',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'self_delete' => 'Errore: Non puoi eliminarlo!'
|
||||
'self_delete' => 'Errore: Non puoi eliminarlo!',
|
||||
'no_company' => 'Errore: Nessuna società assegnata al tuo account. Per favore, contatta l\'amministratore di sistema.',
|
||||
],
|
||||
|
||||
'failed' => 'Credenziali non corrispondenti ai dati registrati.',
|
||||
'disabled' => 'Questo account è disattivato. Si prega di contattare l\'amministratore di sistema.',
|
||||
'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
|
||||
|
||||
'notification' => [
|
||||
'message_1' => 'Hai ricevuto questa email perché abbiamo ricevuto una richiesta di reimpostazione della password per il tuo account.',
|
||||
'message_2' => 'Se non hai richiesto la reimpostazione della password, non sono necessarie ulteriori azioni.',
|
||||
'button' => 'Resetta la Password',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -12,15 +12,15 @@ return [
|
||||
'quantity' => 'Quantità',
|
||||
'price' => 'Prezzo',
|
||||
'sub_total' => 'Subtotale',
|
||||
'discount' => 'Discount',
|
||||
'discount' => 'Sconto',
|
||||
'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',
|
||||
'show_discount' => ': discount% Sconto',
|
||||
'add_discount' => 'Aggiungi Sconto',
|
||||
'discount_desc' => 'di subtotale',
|
||||
|
||||
'payment_due' => 'Scadenza pagamento',
|
||||
'amount_due' => 'Importo dovuto',
|
||||
|
@@ -3,7 +3,6 @@
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Contanti',
|
||||
'categories_uncat' => 'Non categorizzato',
|
||||
'categories_deposit' => 'Deposito',
|
||||
'categories_sales' => 'Vendite',
|
||||
'currencies_usd' => 'Dollaro USA',
|
||||
|
@@ -37,7 +37,7 @@ return [
|
||||
'updates' => 'Aggiornamento|Aggiornamenti',
|
||||
'numbers' => 'Numero|Numeri',
|
||||
'statuses' => 'Stato|Stati',
|
||||
'others' => 'Other|Others',
|
||||
'others' => 'Altro|Altri',
|
||||
|
||||
'dashboard' => 'Cruscotto',
|
||||
'banking' => 'Banca',
|
||||
@@ -100,11 +100,15 @@ return [
|
||||
'overdue' => 'In Ritardo',
|
||||
'partially' => 'Parzialmente',
|
||||
'partially_paid' => 'Parzialmente Pagato',
|
||||
'export' => 'Esporta',
|
||||
'enable' => 'Attiva',
|
||||
'disable' => 'Disattiva',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Nuovo :type',
|
||||
'edit' => 'Modifica :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
'enter' => 'Immettere :field',
|
||||
'select' => [
|
||||
|
@@ -4,6 +4,6 @@ return [
|
||||
|
||||
'import' => 'Importa',
|
||||
'title' => 'Importazione :type',
|
||||
'message' => 'Tipi di file consentiti: CSV, XLS. Prego, <a target="_blank" href=":link"> <strong>scaricare</strong></a> il file di esempio.',
|
||||
'message' => 'Tipi di file consentiti: XLS, XLSX. Prego, <a target="_blank" href=":link"><strong>scaricare</strong></a> il file di esempio.',
|
||||
|
||||
];
|
||||
|
@@ -6,7 +6,7 @@ return [
|
||||
'refresh' => 'Aggiorna',
|
||||
|
||||
'steps' => [
|
||||
'requirements' => 'Per favore, segui i seguenti requisiti!',
|
||||
'requirements' => 'Per favore, chiedi al tuo fornitore di hosting di correggere gli errori!',
|
||||
'language' => 'Passo 1/3: Selezione della lingua',
|
||||
'database' => 'Passo 2/3: Configurazione del Database',
|
||||
'settings' => 'Passo 3/3: Azienda e dettagli Amministrazione',
|
||||
@@ -19,7 +19,7 @@ return [
|
||||
'requirements' => [
|
||||
'enabled' => ':feature deve essere abilitata!',
|
||||
'disabled' => ':feature deve essere disabilitata!',
|
||||
'extension' => 'l\'esetnsione :extension deve essere caricata!',
|
||||
'extension' => ':extension estensione deve essere installata e caricata!',
|
||||
'directory' => 'la cartella :directory deve essere scrivibile!',
|
||||
],
|
||||
|
||||
|
@@ -12,15 +12,15 @@ return [
|
||||
'quantity' => 'Quantità',
|
||||
'price' => 'Prezzo',
|
||||
'sub_total' => 'Subtotale',
|
||||
'discount' => 'Discount',
|
||||
'discount' => 'Sconto',
|
||||
'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',
|
||||
'show_discount' => ': discount% Sconto',
|
||||
'add_discount' => 'Aggiungi Sconto',
|
||||
'discount_desc' => 'di subtotale',
|
||||
|
||||
'payment_due' => 'Scadenza pagamento',
|
||||
'paid' => 'Pagato',
|
||||
|
@@ -8,6 +8,8 @@ return [
|
||||
'deleted' => ':type eliminato!',
|
||||
'duplicated' => ':type duplicato!',
|
||||
'imported' => ':type importato!',
|
||||
'enabled' => ':type enabled!',
|
||||
'disabled' => ':type disabled!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'Errore: Pagamento non aggiunto! L\'importo supera il totale.',
|
||||
@@ -16,6 +18,8 @@ return [
|
||||
'no_file' => 'Errore: Nessun file selezionato!',
|
||||
'last_category' => 'Error: Can not delete the last :type category!',
|
||||
'invalid_token' => 'Error: The token entered is invalid!',
|
||||
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
|
||||
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Attenzione: Non è consentito eliminare <b>:name</b> perché ha :text collegato.',
|
||||
|
@@ -4,11 +4,12 @@ return [
|
||||
|
||||
'title' => 'API Token',
|
||||
'api_token' => 'Token',
|
||||
'my_apps' => 'Le mie Applicazioni',
|
||||
'top_paid' => 'Più pagate',
|
||||
'new' => 'Nuovo',
|
||||
'top_free' => 'Top gratis',
|
||||
'free' => 'GRATIS',
|
||||
'search' => 'Search',
|
||||
'search' => 'Ricerca',
|
||||
'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.',
|
||||
@@ -40,9 +41,18 @@ return [
|
||||
'install' => 'Installazione dei files del modulo :module.',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'Installato',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Disinstalla',
|
||||
'disable' => 'Disabilita',
|
||||
'enable' => 'Attiva',
|
||||
],
|
||||
|
||||
'my' => [
|
||||
'purchased' => 'Acquistato',
|
||||
'installed' => 'Installato',
|
||||
],
|
||||
];
|
||||
|
10
resources/lang/it-IT/notifications.php
Normal file
10
resources/lang/it-IT/notifications.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'whoops' => 'Whoops!',
|
||||
'hello' => 'Ciao!',
|
||||
'salutation' => 'Saluti,<br> : company_name',
|
||||
'subcopy' => 'Se stai avendo problemi cliccando il ":testo" pulsante, copiare e incollare l\'URL qui sotto nel tuo browser web: [:url](:url)',
|
||||
|
||||
];
|
@@ -3,13 +3,13 @@
|
||||
return [
|
||||
|
||||
'recurring' => 'Recurring',
|
||||
'every' => 'Every',
|
||||
'period' => 'Period',
|
||||
'times' => 'Times',
|
||||
'daily' => 'Daily',
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'yearly' => 'Yearly',
|
||||
'every' => 'Ogni',
|
||||
'period' => 'Periodo',
|
||||
'times' => 'Volte',
|
||||
'daily' => 'Quotidiano',
|
||||
'weekly' => 'Settimanalmente',
|
||||
'monthly' => 'Mensile',
|
||||
'yearly' => 'Annuale',
|
||||
'custom' => 'Custom',
|
||||
'days' => 'Day(s)',
|
||||
'weeks' => 'Week(s)',
|
||||
|
@@ -22,9 +22,9 @@ return [
|
||||
],
|
||||
'timezone' => 'Fuso Orario',
|
||||
'percent' => [
|
||||
'title' => 'Percent (%) Position',
|
||||
'before' => 'Before Number',
|
||||
'after' => 'After Number',
|
||||
'title' => 'Percentuale (%) Posizione',
|
||||
'before' => 'Prima del Numero',
|
||||
'after' => 'Dopo il Numero',
|
||||
],
|
||||
],
|
||||
'invoice' => [
|
||||
|
@@ -5,4 +5,8 @@ return [
|
||||
'from_account' => 'Dal conto',
|
||||
'to_account' => 'Al Conto',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from to :to (:amount)',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -101,6 +101,7 @@ return [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'messaggio-personalizzato',
|
||||
],
|
||||
'invalid_currency' => ':attribute codice non è valido.',
|
||||
],
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user