updated translations
This commit is contained in:
		| @@ -4,5 +4,8 @@ return [ | ||||
|  | ||||
|     'rate'                  => 'Steuersatz', | ||||
|     'rate_percent'          => 'Steuersatz (%)', | ||||
|     'normal'                => 'Normal', | ||||
|     'inclusive'             => 'Inklusive', | ||||
|     'compound'              => 'Compound', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -4,5 +4,8 @@ return [ | ||||
|  | ||||
|     'rate'                  => 'Tasa', | ||||
|     'rate_percent'          => 'Tasa (%)', | ||||
|     'normal'                => 'Normal', | ||||
|     'inclusive'             => 'Incluido', | ||||
|     'compound'              => 'Compuesto', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -41,16 +41,16 @@ 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.', | ||||
|         'draft'          => 'Questa è una <b>BOZZA</b> della fattura e si rifletterà sui grafici dopo che sarà ricevuta.', | ||||
|  | ||||
|         'status' => [ | ||||
|             'created'   => 'Created on :date', | ||||
|             'created'   => 'Creato il :data', | ||||
|             'receive'      => [ | ||||
|                 'draft'     => 'Not sent', | ||||
|                 'received'  => 'Received on :date', | ||||
|                 'draft'     => 'Non inviato', | ||||
|                 'received'  => 'Ricevuto il :data', | ||||
|             ], | ||||
|             'paid'      => [ | ||||
|                 'await'     => 'Awaiting payment', | ||||
|                 'await'     => 'In attesa del pagamento', | ||||
|             ], | ||||
|         ], | ||||
|     ], | ||||
|   | ||||
| @@ -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', | ||||
|     ], | ||||
| ]; | ||||
|   | ||||
| @@ -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 :nome', | ||||
|     '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', | ||||
|     ], | ||||
| ]; | ||||
|   | ||||
| @@ -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 <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.', | ||||
|         'draft'          => 'Questa è una <b>BOZZA</b> della fattura e si rifletterà sui grafici dopo che sarà inviata.', | ||||
|  | ||||
|         'status' => [ | ||||
|             'created'   => 'Created on :date', | ||||
|             'created'   => 'Creato il :data', | ||||
|             'send'      => [ | ||||
|                 'draft'     => 'Not sent', | ||||
|                 'sent'      => 'Sent on :date', | ||||
|                 'draft'     => 'Non inviato', | ||||
|                 'sent'      => 'Inviato il :data', | ||||
|             ], | ||||
|             'paid'      => [ | ||||
|                 'await'     => 'Awaiting payment', | ||||
|                 'await'     => 'In attesa del pagamento', | ||||
|             ], | ||||
|         ], | ||||
|     ], | ||||
|   | ||||
| @@ -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', | ||||
|     ], | ||||
|   | ||||
| @@ -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: :importo', | ||||
|         '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!', | ||||
|   | ||||
| @@ -16,7 +16,7 @@ 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', | ||||
|     '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.' | ||||
|     ] | ||||
| ]; | ||||
|   | ||||
| @@ -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', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -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', | ||||
|   | ||||
| @@ -4,5 +4,8 @@ return [ | ||||
|  | ||||
|     'rate'                  => 'Tasso', | ||||
|     'rate_percent'          => 'Tasso (%)', | ||||
|     'normal'                => 'Normale', | ||||
|     'inclusive'             => 'Inclusivo', | ||||
|     'compound'              => 'Composto', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -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.', | ||||
|     ], | ||||
|  | ||||
|     /* | ||||
|   | ||||
| @@ -41,16 +41,16 @@ return [ | ||||
|  | ||||
|     'messages' => [ | ||||
|         'received'      => 'Fatura shënohet si i marrë me sukses!', | ||||
|         'draft'          => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.', | ||||
|         'draft'          => 'Ky është një faturë <b>DRAFT</b> 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', | ||||
|             ], | ||||
|         ], | ||||
|     ], | ||||
|   | ||||
| @@ -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', | ||||
|     ], | ||||
| ]; | ||||
|   | ||||
| @@ -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', | ||||
|     ], | ||||
| ]; | ||||
|   | ||||
| @@ -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 <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.', | ||||
|         'draft'          => 'Kjo është një faturë <b>DRAFT</b> 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', | ||||
|             ], | ||||
|         ], | ||||
|     ], | ||||
|   | ||||
| @@ -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', | ||||
|     ], | ||||
|   | ||||
| @@ -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!', | ||||
|   | ||||
| @@ -16,7 +16,7 @@ return [ | ||||
|     'no_apps'               => 'Në këtë kategori akoma nuk ka aplikacione.', | ||||
|     'developer'             => 'A jeni një zhvillues?<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Këtu</a> 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.' | ||||
|     ] | ||||
| ]; | ||||
|   | ||||
| @@ -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', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -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', | ||||
|   | ||||
| @@ -4,5 +4,8 @@ return [ | ||||
|  | ||||
|     'rate'                  => 'Normë', | ||||
|     'rate_percent'          => 'Normë (%)', | ||||
|     'normal'                => 'Normale', | ||||
|     'inclusive'             => 'Gjithëpërfshirës', | ||||
|     'compound'              => 'Përbërës', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -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.', | ||||
|     ], | ||||
|  | ||||
|     /* | ||||
|   | ||||
| @@ -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', | ||||
|   | ||||
| @@ -4,5 +4,8 @@ return [ | ||||
|  | ||||
|     'rate'                  => 'Kurs', | ||||
|     'rate_percent'          => 'Momssatts (%)', | ||||
|     'normal'                => 'Normal', | ||||
|     'inclusive'             => 'Inklusive', | ||||
|     'compound'              => 'Sammanslagen', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -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ı', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -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 <b>Taslak</b> faturadır ve alındıktan sonra grafiklere yansıtılacaktır.', | ||||
|         'draft'          => 'Bu bir <b>TASLAK</b> 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', | ||||
|   | ||||
| @@ -4,5 +4,8 @@ return [ | ||||
|  | ||||
|     'rate'                  => 'Oran', | ||||
|     'rate_percent'          => 'Oran (%)', | ||||
|     'normal'                => 'Normal', | ||||
|     'inclusive'             => 'Dahil', | ||||
|     'compound'              => 'Bileşik', | ||||
|  | ||||
| ]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user