updated translations
This commit is contained in:
@ -41,6 +41,18 @@ 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.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Created on :date',
|
||||
'receive' => [
|
||||
'draft' => 'Not sent',
|
||||
'received' => 'Received on :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'Awaiting payment',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -7,5 +7,10 @@ return [
|
||||
|
||||
'error' => [
|
||||
'email' => 'L\'email è già stata presa.'
|
||||
]
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => ':customer made :amount payment to invoice number :invoice_number.',
|
||||
'button' => 'Show',
|
||||
],
|
||||
];
|
||||
|
@ -4,6 +4,7 @@ return [
|
||||
|
||||
'version' => 'Versione',
|
||||
'powered' => 'Powered By Akaunting',
|
||||
'link' => 'https://akaunting.com',
|
||||
'software' => 'Free Accounting Software',
|
||||
|
||||
];
|
||||
|
@ -38,6 +38,10 @@ return [
|
||||
'numbers' => 'Numero|Numeri',
|
||||
'statuses' => 'Stato|Stati',
|
||||
'others' => 'Altro|Altri',
|
||||
'contacts' => 'Contact|Contacts',
|
||||
'reconciliations' => 'Reconciliation|Reconciliations',
|
||||
'deposits' => 'Deposit|Deposits',
|
||||
'withdrawals' => 'Withdrawal|Withdrawals',
|
||||
|
||||
'dashboard' => 'Cruscotto',
|
||||
'banking' => 'Banca',
|
||||
@ -81,6 +85,7 @@ return [
|
||||
'color' => 'Colore',
|
||||
'save' => 'Salva',
|
||||
'cancel' => 'Annulla',
|
||||
'loading' => 'Loading...',
|
||||
'from' => 'Da',
|
||||
'to' => 'A',
|
||||
'print' => 'Stampa',
|
||||
@ -101,12 +106,27 @@ return [
|
||||
'partially' => 'Parzialmente',
|
||||
'partially_paid' => 'Parzialmente Pagato',
|
||||
'export' => 'Esporta',
|
||||
'finish' => 'Finish',
|
||||
'wizard' => 'Wizard',
|
||||
'skip' => 'Skip',
|
||||
'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',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Nuovo :type',
|
||||
'edit' => 'Modifica :type',
|
||||
'create' => 'Create :type',
|
||||
'send' => 'Send :type',
|
||||
'get' => 'Get :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
@ -118,4 +138,11 @@ return [
|
||||
'no_file_selected' => 'Nessun file selezionato...',
|
||||
],
|
||||
|
||||
'date_range' => [
|
||||
'today' => 'Today',
|
||||
'yesterday' => 'Yesterday',
|
||||
'last_days' => 'Last :day Days',
|
||||
'this_month' => 'This Month',
|
||||
'last_month' => 'Last Month',
|
||||
],
|
||||
];
|
||||
|
@ -11,5 +11,6 @@ return [
|
||||
'items_stock' => '{1} :count articolo esaurito|[2, *] :count articoli esauriti',
|
||||
'view_all' => 'Visualizza tutti'
|
||||
],
|
||||
'docs_link' => 'https://akaunting.com/docs',
|
||||
|
||||
];
|
||||
|
@ -31,6 +31,7 @@ return [
|
||||
'mark_sent' => 'Segna come inviata',
|
||||
'download_pdf' => 'Scarica PDF',
|
||||
'send_mail' => 'Invia email',
|
||||
'all_invoices' => 'Login to view all invoices',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Bozza',
|
||||
@ -45,6 +46,18 @@ return [
|
||||
'email_sent' => 'La mail è stata inviata con successo.',
|
||||
'marked_sent' => 'La mail è stata contrassegnata con successo come inviata.',
|
||||
'email_required' => 'Nessun indirizzo email per questo cliente!',
|
||||
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Created on :date',
|
||||
'send' => [
|
||||
'draft' => 'Not sent',
|
||||
'sent' => 'Sent on :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'Awaiting payment',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
|
@ -8,7 +8,10 @@ return [
|
||||
'sku' => 'Cod.Art.',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Hai ricevuto questa e-mail perché il :name è in esaurimento.',
|
||||
'message' => [
|
||||
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
|
||||
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
|
||||
],
|
||||
'button' => 'Mostra ora',
|
||||
],
|
||||
|
||||
|
@ -8,18 +8,18 @@ return [
|
||||
'deleted' => ':type eliminato!',
|
||||
'duplicated' => ':type duplicato!',
|
||||
'imported' => ':type importato!',
|
||||
'enabled' => ':type enabled!',
|
||||
'disabled' => ':type disabled!',
|
||||
'enabled' => ':type abilitato!',
|
||||
'disabled' => ':type disabilitato!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'Errore: Pagamento non aggiunto! L\'importo supera il totale.',
|
||||
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
|
||||
'not_user_company' => 'Errore: Non hai i permessi per gestire questa azienda!',
|
||||
'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!',
|
||||
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
|
||||
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
|
||||
'last_category' => 'Errore: Non è possibile eliminare l\'ultimo categoria di :type!',
|
||||
'invalid_token' => 'Errore: Il token inserito non è valido!',
|
||||
'import_column' => 'Errore: :message Foglio nome: :sheet. Riga numero: :line.',
|
||||
'import_sheet' => 'Errore: Il nome del foglio non è valido. Vi preghiamo di controllare il file di esempio.',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Attenzione: Non è consentito eliminare <b>:name</b> perché ha :text collegato.',
|
||||
|
@ -16,6 +16,8 @@ return [
|
||||
'no_apps' => 'Non c\'è nessuna apps in questa categoria, ancora.',
|
||||
'developer' => 'Sei uno sviluppatore? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Qui</a> si può imparare a creare un\'app e iniziare a vendere oggi!',
|
||||
|
||||
'recommended_apps' => 'Recommended Apps',
|
||||
|
||||
'about' => 'Info',
|
||||
|
||||
'added' => 'Aggiunto',
|
||||
@ -32,15 +34,28 @@ return [
|
||||
'installation' => 'Installazione',
|
||||
'faq' => 'FAQ',
|
||||
'changelog' => 'Modifiche di Versione',
|
||||
'reviews' => 'Reviews',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Installazione di App',
|
||||
'download' => 'Scaricamento del file del modulo :module.',
|
||||
'unzip' => 'Estrazione files del modulo :module.',
|
||||
'file_copy' => 'Copying :module files.',
|
||||
'migrate' => 'Applying :module updates.',
|
||||
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
|
||||
'install' => 'Installazione dei files del modulo :module.',
|
||||
],
|
||||
|
||||
'errors' => [
|
||||
'download' => ':module can not download!',
|
||||
'upload' => 'Downloaded :module can not saved!',
|
||||
'unzip' => ':module can not unzip!',
|
||||
'file_copy' => ':module files can not copy!',
|
||||
'migrate' => ':module migrate broken!',
|
||||
'migrate core' => ':module already latest version so then yon can not update.',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'Installato',
|
||||
],
|
||||
@ -55,4 +70,11 @@ return [
|
||||
'purchased' => 'Acquistato',
|
||||
'installed' => 'Installato',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'button' => [
|
||||
'add' => 'Add a Review'
|
||||
],
|
||||
'na' => 'There are no reviews.'
|
||||
]
|
||||
];
|
||||
|
14
resources/lang/it-IT/reconciliations.php
Normal file
14
resources/lang/it-IT/reconciliations.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'reconcile' => 'Reconcile',
|
||||
'reconciled' => 'Reconciled',
|
||||
'closing_balance' => 'Closing Balance',
|
||||
'unreconciled' => 'Unreconciled',
|
||||
'list_transactions' => 'List Transactions',
|
||||
'start_date' => 'Start Date',
|
||||
'end_date' => 'End Date',
|
||||
'cleared_amount' => 'Cleared Amount',
|
||||
|
||||
];
|
@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Recurring',
|
||||
'recurring' => 'Ricorrenti',
|
||||
'every' => 'Ogni',
|
||||
'period' => 'Periodo',
|
||||
'times' => 'Volte',
|
||||
@ -10,11 +10,11 @@ return [
|
||||
'weekly' => 'Settimanalmente',
|
||||
'monthly' => 'Mensile',
|
||||
'yearly' => 'Annuale',
|
||||
'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',
|
||||
'custom' => 'Personalizzato',
|
||||
'days' => 'Giorno(i)',
|
||||
'weeks' => 'Settimana(e)',
|
||||
'months' => 'Mese(i)',
|
||||
'years' => 'Anno(i)',
|
||||
'message' => 'Questo è un :type ricorrente ed il successivo :type verrà generato automaticamente il :date',
|
||||
|
||||
];
|
||||
|
@ -7,24 +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',
|
||||
'profit_loss' => 'Profitti e perdite',
|
||||
'gross_profit' => 'Utile lordo',
|
||||
'net_profit' => 'Utile netto',
|
||||
'total_expenses' => 'Totale spese',
|
||||
'net' => 'NET',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Riepilogo di reddito',
|
||||
'expense' => 'Riepilogo spese',
|
||||
'income_expense' => 'Reddito vs Spese',
|
||||
'tax' => 'Tax Summary',
|
||||
'tax' => 'Riepilogo fiscale',
|
||||
],
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Jan-Mar',
|
||||
'2' => 'Apr-Jun',
|
||||
'3' => 'Jul-Sep',
|
||||
'4' => 'Oct-Dec',
|
||||
'1' => 'Gen-Mar',
|
||||
'2' => 'Apr-Giu',
|
||||
'3' => 'Lug-Set',
|
||||
'4' => 'Ott-Dic',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -33,6 +33,16 @@ return [
|
||||
'digit' => 'Numero cifre',
|
||||
'next' => 'Codice fiscale',
|
||||
'logo' => 'Logo',
|
||||
'custom' => 'Custom',
|
||||
'item_name' => 'Item Name',
|
||||
'item' => 'Items',
|
||||
'product' => 'Products',
|
||||
'service' => 'Services',
|
||||
'price_name' => 'Price Name',
|
||||
'price' => 'Price',
|
||||
'rate' => 'Rate',
|
||||
'quantity_name' => 'Quantity Name',
|
||||
'quantity' => 'Quantity',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'Predefiniti',
|
||||
@ -66,6 +76,8 @@ return [
|
||||
'bill_days' => 'Inviare entro Due giorni',
|
||||
'cron_command' => 'Comando cron',
|
||||
'schedule_time' => 'Ora di esecuzione',
|
||||
'send_item_reminder'=> 'Send Item Reminder',
|
||||
'item_stocks' => 'Send When Item Stock',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'Aspetto',
|
||||
|
@ -6,7 +6,7 @@ return [
|
||||
'to_account' => 'Al Conto',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from to :to (:amount)',
|
||||
'delete' => ':from da :to a (:amount)',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -102,6 +102,7 @@ return [
|
||||
'rule-name' => 'messaggio-personalizzato',
|
||||
],
|
||||
'invalid_currency' => ':attribute codice non è valido.',
|
||||
'invalid_amount' => 'The amount :attribute is invalid.',
|
||||
],
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user