diff --git a/resources/lang/de-DE/taxes.php b/resources/lang/de-DE/taxes.php index f239d9c0f..b2a2e578f 100644 --- a/resources/lang/de-DE/taxes.php +++ b/resources/lang/de-DE/taxes.php @@ -4,5 +4,8 @@ return [ 'rate' => 'Steuersatz', 'rate_percent' => 'Steuersatz (%)', + 'normal' => 'Normal', + 'inclusive' => 'Inklusive', + 'compound' => 'Compound', ]; diff --git a/resources/lang/es-ES/taxes.php b/resources/lang/es-ES/taxes.php index 7365b2ea5..360db91d3 100644 --- a/resources/lang/es-ES/taxes.php +++ b/resources/lang/es-ES/taxes.php @@ -4,5 +4,8 @@ return [ 'rate' => 'Tasa', 'rate_percent' => 'Tasa (%)', + 'normal' => 'Normal', + 'inclusive' => 'Incluido', + 'compound' => 'Compuesto', ]; diff --git a/resources/lang/it-IT/bills.php b/resources/lang/it-IT/bills.php index d9d8fa74f..327a72eff 100644 --- a/resources/lang/it-IT/bills.php +++ b/resources/lang/it-IT/bills.php @@ -41,16 +41,16 @@ return [ 'messages' => [ 'received' => 'Fattura segnata con successo come ricevuta!', - 'draft' => 'This is a DRAFT bill and will be reflected to charts after it gets received.', + 'draft' => 'Questa è una BOZZA della fattura e si rifletterà sui grafici dopo che sarà ricevuta.', 'status' => [ - 'created' => 'Created on :date', + 'created' => 'Creato il :date', 'receive' => [ - 'draft' => 'Not sent', - 'received' => 'Received on :date', + 'draft' => 'Non inviato', + 'received' => 'Ricevuto il :date', ], 'paid' => [ - 'await' => 'Awaiting payment', + 'await' => 'In attesa del pagamento', ], ], ], diff --git a/resources/lang/it-IT/customers.php b/resources/lang/it-IT/customers.php index ad42c5b04..99bbdecee 100644 --- a/resources/lang/it-IT/customers.php +++ b/resources/lang/it-IT/customers.php @@ -10,7 +10,7 @@ return [ ], 'notification' => [ - 'message' => ':customer made :amount payment to invoice number :invoice_number.', - 'button' => 'Show', + 'message' => ':cliente effettuato :importo pagamento al numero di fattura :numero_fattura.', + 'button' => 'Mostra', ], ]; diff --git a/resources/lang/it-IT/general.php b/resources/lang/it-IT/general.php index 677de63a4..1b26f9727 100644 --- a/resources/lang/it-IT/general.php +++ b/resources/lang/it-IT/general.php @@ -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 :name', + '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', ], ]; diff --git a/resources/lang/it-IT/invoices.php b/resources/lang/it-IT/invoices.php index 3dbc27cd9..020941034 100644 --- a/resources/lang/it-IT/invoices.php +++ b/resources/lang/it-IT/invoices.php @@ -31,7 +31,7 @@ return [ 'mark_sent' => 'Segna come inviata', 'download_pdf' => 'Scarica PDF', 'send_mail' => 'Invia email', - 'all_invoices' => 'Login to view all invoices', + 'all_invoices' => 'Accedi per visualizzare tutte le fatture', 'status' => [ 'draft' => 'Bozza', @@ -46,16 +46,16 @@ 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 DRAFT invoice and will be reflected to charts after it gets sent.', + 'draft' => 'Questa è una BOZZA della fattura e si rifletterà sui grafici dopo che sarà inviata.', 'status' => [ - 'created' => 'Created on :date', + 'created' => 'Creato il :date', 'send' => [ - 'draft' => 'Not sent', - 'sent' => 'Sent on :date', + 'draft' => 'Non inviato', + 'sent' => 'Inviato il :date', ], 'paid' => [ - 'await' => 'Awaiting payment', + 'await' => 'In attesa del pagamento', ], ], ], diff --git a/resources/lang/it-IT/items.php b/resources/lang/it-IT/items.php index 87c56cc11..d162f0885 100644 --- a/resources/lang/it-IT/items.php +++ b/resources/lang/it-IT/items.php @@ -9,8 +9,8 @@ return [ 'notification' => [ '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.', + 'reminder' => 'Stai ricevendo questa email perché è rimasto solo :quantity di :name.', + 'out_of_stock' => 'Hai ricevuto questa email perché :name è esaurito.', ], 'button' => 'Mostra ora', ], diff --git a/resources/lang/it-IT/messages.php b/resources/lang/it-IT/messages.php index 4e77024a2..ca49359e8 100644 --- a/resources/lang/it-IT/messages.php +++ b/resources/lang/it-IT/messages.php @@ -12,7 +12,7 @@ return [ 'disabled' => ':type disabilitato!', ], 'error' => [ - 'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount', + 'over_payment' => 'Errore: pagamento non aggiunto! L\'importo inserito supera il totale: :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!', diff --git a/resources/lang/it-IT/modules.php b/resources/lang/it-IT/modules.php index 50298c535..c98284c6a 100644 --- a/resources/lang/it-IT/modules.php +++ b/resources/lang/it-IT/modules.php @@ -16,7 +16,7 @@ return [ 'no_apps' => 'Non c\'è nessuna apps in questa categoria, ancora.', 'developer' => 'Sei uno sviluppatore? Qui si può imparare a creare un\'app e iniziare a vendere oggi!', - 'recommended_apps' => 'Recommended Apps', + 'recommended_apps' => 'App consigliate', 'about' => 'Info', @@ -34,26 +34,26 @@ return [ 'installation' => 'Installazione', 'faq' => 'FAQ', 'changelog' => 'Modifiche di Versione', - 'reviews' => 'Reviews', + 'reviews' => 'Recensioni', ], '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.', + 'file_copy' => 'Copia file del :module.', + 'migrate' => 'Applicazione aggiornamenti del :module.', + 'finish' => 'L\'aggiornamento è stato installato con successo. Verrai reindirizzato al Centro aggiornamenti.', '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.', + 'download' => ':module non può essere scaricato!', + 'upload' => 'Il :module Scaricato non può essere salvato!', + 'unzip' => ':module non può essere estratto!', + 'file_copy' => 'I file del :module non possono essere copiati!', + 'migrate' => 'Migrazione del :modulo interrotta!', + 'migrate core' => ':module ha già la versione più recente, quindi non è possibile aggiornare.', ], 'badge' => [ @@ -73,8 +73,8 @@ return [ 'reviews' => [ 'button' => [ - 'add' => 'Add a Review' + 'add' => 'Aggiungi una recensione' ], - 'na' => 'There are no reviews.' + 'na' => 'Non sono presenti recensioni.' ] ]; diff --git a/resources/lang/it-IT/reconciliations.php b/resources/lang/it-IT/reconciliations.php index 0ab0e4022..959343357 100644 --- a/resources/lang/it-IT/reconciliations.php +++ b/resources/lang/it-IT/reconciliations.php @@ -2,13 +2,13 @@ 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', + 'reconcile' => 'Riconcilia', + 'reconciled' => 'Riconciliato', + 'closing_balance' => 'Chiusura Bilancio', + 'unreconciled' => 'Non riconciliato', + 'list_transactions' => 'Lista Transazioni', + 'start_date' => 'Data di inzio', + 'end_date' => 'Data di fine', + 'cleared_amount' => 'Importo cancellato', ]; diff --git a/resources/lang/it-IT/settings.php b/resources/lang/it-IT/settings.php index 4ffd7780a..2706a5844 100644 --- a/resources/lang/it-IT/settings.php +++ b/resources/lang/it-IT/settings.php @@ -33,16 +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', + 'custom' => 'Personalizzato', + 'item_name' => 'Nome dell\'elemento', + 'item' => 'Elementi', + 'product' => 'Prodotti', + 'service' => 'Servizi', + 'price_name' => 'Nome del prezzo', + 'price' => 'Prezzo', + 'rate' => 'Valutazione', + 'quantity_name' => 'Quantità Nome', + 'quantity' => 'Quantità', ], 'default' => [ 'tab' => 'Predefiniti', @@ -76,8 +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', + 'send_item_reminder'=> 'Invia promemoria oggetto', + 'item_stocks' => 'Invia quando l\'oggetto è in Stock', ], 'appearance' => [ 'tab' => 'Aspetto', diff --git a/resources/lang/it-IT/taxes.php b/resources/lang/it-IT/taxes.php index 9b6870de0..ff5aad6b6 100644 --- a/resources/lang/it-IT/taxes.php +++ b/resources/lang/it-IT/taxes.php @@ -4,5 +4,8 @@ return [ 'rate' => 'Tasso', 'rate_percent' => 'Tasso (%)', + 'normal' => 'Normale', + 'inclusive' => 'Inclusivo', + 'compound' => 'Composto', ]; diff --git a/resources/lang/it-IT/validation.php b/resources/lang/it-IT/validation.php index 0a9eb15ac..c5b85b5cf 100644 --- a/resources/lang/it-IT/validation.php +++ b/resources/lang/it-IT/validation.php @@ -102,7 +102,7 @@ return [ 'rule-name' => 'messaggio-personalizzato', ], 'invalid_currency' => ':attribute codice non è valido.', - 'invalid_amount' => 'The amount :attribute is invalid.', + 'invalid_amount' => 'La quantità :l\'attributo non è valido.', ], /* diff --git a/resources/lang/sq-AL/bills.php b/resources/lang/sq-AL/bills.php index 65a8d581b..5df5dd495 100644 --- a/resources/lang/sq-AL/bills.php +++ b/resources/lang/sq-AL/bills.php @@ -41,16 +41,16 @@ return [ 'messages' => [ 'received' => 'Fatura shënohet si i marrë me sukses!', - 'draft' => 'This is a DRAFT bill and will be reflected to charts after it gets received.', + 'draft' => 'Ky është një faturë DRAFT dhe do të pasqyrohet në skema pas marrjes së tij.', 'status' => [ - 'created' => 'Created on :date', + 'created' => 'Krijuar më :date', 'receive' => [ - 'draft' => 'Not sent', - 'received' => 'Received on :date', + 'draft' => 'Nuk është dërguar', + 'received' => 'Pranuar më :date', ], 'paid' => [ - 'await' => 'Awaiting payment', + 'await' => 'Duke pritur pagesen', ], ], ], diff --git a/resources/lang/sq-AL/customers.php b/resources/lang/sq-AL/customers.php index 83f389eb2..41e8e9ac5 100644 --- a/resources/lang/sq-AL/customers.php +++ b/resources/lang/sq-AL/customers.php @@ -10,7 +10,7 @@ return [ ], 'notification' => [ - 'message' => ':customer made :amount payment to invoice number :invoice_number.', - 'button' => 'Show', + 'message' => ':customer bëri :amount pagesën në numrin e faturës :invoice_number.', + 'button' => 'Shfaq', ], ]; diff --git a/resources/lang/sq-AL/general.php b/resources/lang/sq-AL/general.php index b01e3a657..10ac8ebba 100644 --- a/resources/lang/sq-AL/general.php +++ b/resources/lang/sq-AL/general.php @@ -38,10 +38,10 @@ return [ 'numbers' => 'Numri | Numrat', 'statuses' => 'Statusi | Statuset', 'others' => 'Tjetër | Të tjera', - 'contacts' => 'Contact|Contacts', - 'reconciliations' => 'Reconciliation|Reconciliations', - 'deposits' => 'Deposit|Deposits', - 'withdrawals' => 'Withdrawal|Withdrawals', + 'contacts' => 'Kontakti | Kontaktet', + 'reconciliations' => 'Pajtimi | Pajtimet', + 'deposits' => 'Depozita | Depozitat', + 'withdrawals' => 'Tërheqje | Tërheqjet', 'dashboard' => 'Paneli Kryesor', 'banking' => 'Veprime Bankare', @@ -85,7 +85,7 @@ return [ 'color' => 'Ngjyra', 'save' => 'Ruaj', 'cancel' => 'Anulo', - 'loading' => 'Loading...', + 'loading' => 'Në ngarkim…', 'from' => 'Nga', 'to' => 'Te', 'print' => 'Printo', @@ -106,27 +106,27 @@ return [ 'partially' => 'Pjesërisht', 'partially_paid' => 'I paguar pjesërisht', 'export' => 'Eksporto', - 'finish' => 'Finish', - 'wizard' => 'Wizard', - 'skip' => 'Skip', + 'finish' => 'Përfundo', + 'wizard' => 'Magjistar', + 'skip' => 'Anashkalo', 'enable' => 'Aktivizo', 'disable' => 'Çaktivizo', - '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' => 'Zgjidh të gjitha', + 'unselect_all' => 'Hiqni të gjithë', + 'go_to' => 'Shko te :name', + 'created_date' => 'Data e Krijuar', + 'period' => 'Periudhë', + 'start' => 'Fillo', + 'end' => 'Përfundo', + 'clear' => 'Pastro', + 'difference' => 'Diferencë', 'title' => [ 'new' => 'I ri :type', 'edit' => 'Modifiko :type', - 'create' => 'Create :type', - 'send' => 'Send :type', - 'get' => 'Get :type', + 'create' => 'Krijo :type', + 'send' => 'Dërgo :type', + 'get' => 'Merr :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' => 'Sot', + 'yesterday' => 'Dje', + 'last_days' => ':day Ditët e Fundit', + 'this_month' => 'Këtë Muaj', + 'last_month' => 'Muaji i Shkuar', ], ]; diff --git a/resources/lang/sq-AL/invoices.php b/resources/lang/sq-AL/invoices.php index 73b8cb46a..11d836233 100644 --- a/resources/lang/sq-AL/invoices.php +++ b/resources/lang/sq-AL/invoices.php @@ -31,7 +31,7 @@ return [ 'mark_sent' => 'Shënoje të Dërguar', 'download_pdf' => 'Shkarko PDF', 'send_mail' => 'Dërgo Email', - 'all_invoices' => 'Login to view all invoices', + 'all_invoices' => 'Identifikohu për të parë të gjitha faturat', 'status' => [ 'draft' => 'Draft', @@ -46,16 +46,16 @@ return [ 'email_sent' => 'Emaili i faturës është dërguar me sukses!', 'marked_sent' => 'Fatura shënohet si e dërguar me sukses!', 'email_required' => 'Ska adresë e-mail për këtë klient!', - 'draft' => 'This is a DRAFT invoice and will be reflected to charts after it gets sent.', + 'draft' => 'Kjo është një faturë DRAFT dhe do të pasqyrohet në skema pasi të jetë dërguar.', 'status' => [ - 'created' => 'Created on :date', + 'created' => 'Krijuar më :date', 'send' => [ - 'draft' => 'Not sent', - 'sent' => 'Sent on :date', + 'draft' => 'Nuk është dërguar', + 'sent' => 'Dërguar më :date', ], 'paid' => [ - 'await' => 'Awaiting payment', + 'await' => 'Duke pritur pagesen', ], ], ], diff --git a/resources/lang/sq-AL/items.php b/resources/lang/sq-AL/items.php index 84545b29e..85f09ac45 100644 --- a/resources/lang/sq-AL/items.php +++ b/resources/lang/sq-AL/items.php @@ -9,8 +9,8 @@ return [ 'notification' => [ '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.', + 'reminder' => 'Ju po merrni këtë email sepse vetëm :quantity i :name ka mbetur.', + 'out_of_stock' => 'Ju po merrni këtë email sepse :name po mbaron.', ], 'button' => 'Shiko Tani', ], diff --git a/resources/lang/sq-AL/messages.php b/resources/lang/sq-AL/messages.php index 80d0b01a8..c2db3d396 100644 --- a/resources/lang/sq-AL/messages.php +++ b/resources/lang/sq-AL/messages.php @@ -12,7 +12,7 @@ return [ 'disabled' => ':type çaktivizuar!', ], 'error' => [ - 'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount', + 'over_payment' => 'Gabim: Pagesa nuk u shtua! Shuma që keni futur kalon totalin: amount', 'not_user_company' => 'Gabim: Nuk ju lejohet të menaxhoni këtë kompani!', 'customer' => 'Gabim: Përdoruesi nuk u krijua! :name tashmë përdor këtë adresë e-maili.', 'no_file' => 'Gabim: Asnjë skedar i përzgjedhur!', diff --git a/resources/lang/sq-AL/modules.php b/resources/lang/sq-AL/modules.php index 022f6f0a8..3a33d492a 100644 --- a/resources/lang/sq-AL/modules.php +++ b/resources/lang/sq-AL/modules.php @@ -16,7 +16,7 @@ return [ 'no_apps' => 'Në këtë kategori akoma nuk ka aplikacione.', 'developer' => 'A jeni një zhvillues?Këtu mund të mësoni si të krijoni një aplikacion dhe të filloni shitjen sot!', - 'recommended_apps' => 'Recommended Apps', + 'recommended_apps' => 'Aplikacionet e Rekomanduara', 'about' => 'Rreth nesh', @@ -34,26 +34,26 @@ return [ 'installation' => 'Instalim', 'faq' => 'Pyetësori', 'changelog' => 'Ndryshimet', - 'reviews' => 'Reviews', + 'reviews' => 'Shqyrtimet', ], 'installation' => [ 'header' => 'Instalim Aplikacioni', 'download' => 'Shkarkimi i :module skedarit.', 'unzip' => 'Ekstraktimi i :module skedarit.', - 'file_copy' => 'Copying :module files.', - 'migrate' => 'Applying :module updates.', - 'finish' => 'The update was successfully installed. You will be redirect Update Center.', + 'file_copy' => 'Kopjimi i :module skedareve.', + 'migrate' => 'Aplikimi i :module përditësimeve.', + 'finish' => 'Azhurnimi u instalua me sukses. Ju do të ridrejtoni në Qendrën e Përditësimit.', 'install' => 'Instalim i :module skedareve.', ], '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.', + 'download' => ':module nuk mund të shkarkohet!', + 'upload' => ':module i shkarkuar nuk mund të ruhet!', + 'unzip' => ':module nuk mund të hap zinxhirin!', + 'file_copy' => ':module skedarët nuk mund të kopjohen!', + 'migrate' => ':module migrimi i thyer!', + 'migrate core' => ':module tashmë ka versionin e fundit kështu që atëherë nuk mund të azhurnohet.', ], 'badge' => [ @@ -73,8 +73,8 @@ return [ 'reviews' => [ 'button' => [ - 'add' => 'Add a Review' + 'add' => 'Shto një Shqyrtim' ], - 'na' => 'There are no reviews.' + 'na' => 'Nuk ka shqyrtime.' ] ]; diff --git a/resources/lang/sq-AL/reconciliations.php b/resources/lang/sq-AL/reconciliations.php index 0ab0e4022..3c8ac784c 100644 --- a/resources/lang/sq-AL/reconciliations.php +++ b/resources/lang/sq-AL/reconciliations.php @@ -2,13 +2,13 @@ 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', + 'reconcile' => 'Pajtim', + 'reconciled' => 'Pajtuar', + 'closing_balance' => 'Bilanci i Mbylljes', + 'unreconciled' => 'Papajtuar', + 'list_transactions' => 'Listo Transaksionet', + 'start_date' => 'Data e Fillimit', + 'end_date' => 'Data e Mbarimit', + 'cleared_amount' => 'Shuma e Pastruar', ]; diff --git a/resources/lang/sq-AL/settings.php b/resources/lang/sq-AL/settings.php index 5abc4e65a..20dda65cd 100644 --- a/resources/lang/sq-AL/settings.php +++ b/resources/lang/sq-AL/settings.php @@ -33,16 +33,16 @@ return [ 'digit' => 'Gjatësia a numrit', 'next' => 'Numri tjetër', 'logo' => 'Logoja', - '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', + 'custom' => 'Special', + 'item_name' => 'Emri i artikullit', + 'item' => 'Artikujt', + 'product' => 'Produktet', + 'service' => 'Shërbimet', + 'price_name' => 'Emri i çmimit', + 'price' => 'Çmimi', + 'rate' => 'Normë', + 'quantity_name' => 'Emri i sasisë', + 'quantity' => 'Sasia', ], 'default' => [ 'tab' => 'Parazgjedhjet', @@ -76,8 +76,8 @@ return [ 'bill_days' => 'Dërgo Para Ditëve të Duhura', 'cron_command' => 'Komanda Cron', 'schedule_time' => 'Ora për të Kandiduar', - 'send_item_reminder'=> 'Send Item Reminder', - 'item_stocks' => 'Send When Item Stock', + 'send_item_reminder'=> 'Dërgo Artikullin Rikujtimor', + 'item_stocks' => 'Dërgo Kur Artikulli në Stok', ], 'appearance' => [ 'tab' => 'Pamja', diff --git a/resources/lang/sq-AL/taxes.php b/resources/lang/sq-AL/taxes.php index c09d9bc9e..8906e8f20 100644 --- a/resources/lang/sq-AL/taxes.php +++ b/resources/lang/sq-AL/taxes.php @@ -4,5 +4,8 @@ return [ 'rate' => 'Normë', 'rate_percent' => 'Normë (%)', + 'normal' => 'Normale', + 'inclusive' => 'Gjithëpërfshirës', + 'compound' => 'Përbërës', ]; diff --git a/resources/lang/sq-AL/validation.php b/resources/lang/sq-AL/validation.php index 04c3c3a42..2a9dc0f1e 100644 --- a/resources/lang/sq-AL/validation.php +++ b/resources/lang/sq-AL/validation.php @@ -102,7 +102,7 @@ return [ 'rule-name' => 'Mesazh Privat', ], 'invalid_currency' => 'Kodi :attribute është i pavlefshëm.', - 'invalid_amount' => 'The amount :attribute is invalid.', + 'invalid_amount' => 'Shuma :attribute është e pavlefshme.', ], /* diff --git a/resources/lang/sv-SE/items.php b/resources/lang/sv-SE/items.php index 1ed684795..5afa45db1 100644 --- a/resources/lang/sv-SE/items.php +++ b/resources/lang/sv-SE/items.php @@ -9,7 +9,7 @@ return [ 'notification' => [ 'message' => [ - 'reminder' => 'You are receiving this email because only :quantity of :name has remained.', + 'reminder' => 'Du får denna epost eftersom endast :quantity :name finns kvar.', 'out_of_stock' => 'Du får detta mail eftersom :name snart är slut på lagret.', ], 'button' => 'Visa nu', diff --git a/resources/lang/sv-SE/taxes.php b/resources/lang/sv-SE/taxes.php index 091286ccf..f512869fa 100644 --- a/resources/lang/sv-SE/taxes.php +++ b/resources/lang/sv-SE/taxes.php @@ -4,5 +4,8 @@ return [ 'rate' => 'Kurs', 'rate_percent' => 'Momssatts (%)', + 'normal' => 'Normal', + 'inclusive' => 'Inklusive', + 'compound' => 'Sammanslagen', ]; diff --git a/resources/lang/tr-TR/footer.php b/resources/lang/tr-TR/footer.php index 3a800002c..207c5b051 100644 --- a/resources/lang/tr-TR/footer.php +++ b/resources/lang/tr-TR/footer.php @@ -4,7 +4,7 @@ return [ 'version' => 'Sürüm', 'powered' => 'Altyapı Akaunting', - 'link' => 'https://akaunting.com', + 'link' => 'https://akaunting.com/tr', 'software' => 'Ücretsiz Ön Muhasebe Programı', ]; diff --git a/resources/lang/tr-TR/invoices.php b/resources/lang/tr-TR/invoices.php index 57c83ca62..1e4bb0b95 100644 --- a/resources/lang/tr-TR/invoices.php +++ b/resources/lang/tr-TR/invoices.php @@ -46,13 +46,13 @@ return [ 'email_sent' => 'Fatura emaili başarı ile gönderildi!', 'marked_sent' => 'Fatura başarıyla gönderilmiş olarak işaretlendi!', 'email_required' => 'Bu müşteri için e-posta adresi yok!', - 'draft' => 'Bu bir Taslak faturadır ve alındıktan sonra grafiklere yansıtılacaktır.', + 'draft' => 'Bu bir TASLAK faturadır ve gönderildikten sonra grafiklere yansıtılacaktır.', 'status' => [ - 'created' => ':date Oluşturuldu', + 'created' => ':date tarihinde oluşturuldu', 'send' => [ - 'draft' => 'Gönderilemedi', - 'sent' => ':date Gönderildi', + 'draft' => 'Gönderilmedi', + 'sent' => ':date tarihinde gönderildi', ], 'paid' => [ 'await' => 'Ödeme bekliyor', diff --git a/resources/lang/tr-TR/taxes.php b/resources/lang/tr-TR/taxes.php index 837b43fd1..065d2c34c 100644 --- a/resources/lang/tr-TR/taxes.php +++ b/resources/lang/tr-TR/taxes.php @@ -4,5 +4,8 @@ return [ 'rate' => 'Oran', 'rate_percent' => 'Oran (%)', + 'normal' => 'Normal', + 'inclusive' => 'Dahil', + 'compound' => 'Bileşik', ];