Merge pull request #627 from denisdulici/translations
Updated translations
This commit is contained in:
commit
f5495474c6
@ -4,5 +4,8 @@ return [
|
|||||||
|
|
||||||
'rate' => 'Steuersatz',
|
'rate' => 'Steuersatz',
|
||||||
'rate_percent' => 'Steuersatz (%)',
|
'rate_percent' => 'Steuersatz (%)',
|
||||||
|
'normal' => 'Normal',
|
||||||
|
'inclusive' => 'Inklusive',
|
||||||
|
'compound' => 'Compound',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -4,5 +4,8 @@ return [
|
|||||||
|
|
||||||
'rate' => 'Tasa',
|
'rate' => 'Tasa',
|
||||||
'rate_percent' => 'Tasa (%)',
|
'rate_percent' => 'Tasa (%)',
|
||||||
|
'normal' => 'Normal',
|
||||||
|
'inclusive' => 'Incluido',
|
||||||
|
'compound' => 'Compuesto',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -41,16 +41,16 @@ return [
|
|||||||
|
|
||||||
'messages' => [
|
'messages' => [
|
||||||
'received' => 'Fattura segnata con successo come ricevuta!',
|
'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' => [
|
'status' => [
|
||||||
'created' => 'Created on :date',
|
'created' => 'Creato il :date',
|
||||||
'receive' => [
|
'receive' => [
|
||||||
'draft' => 'Not sent',
|
'draft' => 'Non inviato',
|
||||||
'received' => 'Received on :date',
|
'received' => 'Ricevuto il :date',
|
||||||
],
|
],
|
||||||
'paid' => [
|
'paid' => [
|
||||||
'await' => 'Awaiting payment',
|
'await' => 'In attesa del pagamento',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
@ -10,7 +10,7 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
'notification' => [
|
'notification' => [
|
||||||
'message' => ':customer made :amount payment to invoice number :invoice_number.',
|
'message' => ':cliente effettuato :importo pagamento al numero di fattura :numero_fattura.',
|
||||||
'button' => 'Show',
|
'button' => 'Mostra',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
@ -38,10 +38,10 @@ return [
|
|||||||
'numbers' => 'Numero|Numeri',
|
'numbers' => 'Numero|Numeri',
|
||||||
'statuses' => 'Stato|Stati',
|
'statuses' => 'Stato|Stati',
|
||||||
'others' => 'Altro|Altri',
|
'others' => 'Altro|Altri',
|
||||||
'contacts' => 'Contact|Contacts',
|
'contacts' => 'Contatto|Contatti',
|
||||||
'reconciliations' => 'Reconciliation|Reconciliations',
|
'reconciliations' => 'Riconciliazione | Riconciliazioni',
|
||||||
'deposits' => 'Deposit|Deposits',
|
'deposits' => 'Deposito | Depositi',
|
||||||
'withdrawals' => 'Withdrawal|Withdrawals',
|
'withdrawals' => 'Prelievo|Prelievi',
|
||||||
|
|
||||||
'dashboard' => 'Cruscotto',
|
'dashboard' => 'Cruscotto',
|
||||||
'banking' => 'Banca',
|
'banking' => 'Banca',
|
||||||
@ -85,7 +85,7 @@ return [
|
|||||||
'color' => 'Colore',
|
'color' => 'Colore',
|
||||||
'save' => 'Salva',
|
'save' => 'Salva',
|
||||||
'cancel' => 'Annulla',
|
'cancel' => 'Annulla',
|
||||||
'loading' => 'Loading...',
|
'loading' => 'Caricamento...',
|
||||||
'from' => 'Da',
|
'from' => 'Da',
|
||||||
'to' => 'A',
|
'to' => 'A',
|
||||||
'print' => 'Stampa',
|
'print' => 'Stampa',
|
||||||
@ -106,27 +106,27 @@ return [
|
|||||||
'partially' => 'Parzialmente',
|
'partially' => 'Parzialmente',
|
||||||
'partially_paid' => 'Parzialmente Pagato',
|
'partially_paid' => 'Parzialmente Pagato',
|
||||||
'export' => 'Esporta',
|
'export' => 'Esporta',
|
||||||
'finish' => 'Finish',
|
'finish' => 'Conclusione',
|
||||||
'wizard' => 'Wizard',
|
'wizard' => 'Procedura guidata',
|
||||||
'skip' => 'Skip',
|
'skip' => 'Salta',
|
||||||
'enable' => 'Attiva',
|
'enable' => 'Attiva',
|
||||||
'disable' => 'Disattiva',
|
'disable' => 'Disattiva',
|
||||||
'select_all' => 'Select All',
|
'select_all' => 'Seleziona tutto',
|
||||||
'unselect_all' => 'Unselect All',
|
'unselect_all' => 'Deseleziona Tutto',
|
||||||
'go_to' => 'Go to :name',
|
'go_to' => 'Vai a :name',
|
||||||
'created_date' => 'Created Date',
|
'created_date' => 'Data di Creazione',
|
||||||
'period' => 'Period',
|
'period' => 'Periodo',
|
||||||
'start' => 'Start',
|
'start' => 'Avvia',
|
||||||
'end' => 'End',
|
'end' => 'Fine',
|
||||||
'clear' => 'Clear',
|
'clear' => 'Cancella',
|
||||||
'difference' => 'Difference',
|
'difference' => 'Differenza',
|
||||||
|
|
||||||
'title' => [
|
'title' => [
|
||||||
'new' => 'Nuovo :type',
|
'new' => 'Nuovo :type',
|
||||||
'edit' => 'Modifica :type',
|
'edit' => 'Modifica :type',
|
||||||
'create' => 'Create :type',
|
'create' => 'Crea :type',
|
||||||
'send' => 'Send :type',
|
'send' => 'Invia :type',
|
||||||
'get' => 'Get :type',
|
'get' => 'Ottieni :type',
|
||||||
],
|
],
|
||||||
|
|
||||||
'form' => [
|
'form' => [
|
||||||
@ -139,10 +139,10 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
'date_range' => [
|
'date_range' => [
|
||||||
'today' => 'Today',
|
'today' => 'Oggi',
|
||||||
'yesterday' => 'Yesterday',
|
'yesterday' => 'Ieri',
|
||||||
'last_days' => 'Last :day Days',
|
'last_days' => 'Ultimi :day Giorni',
|
||||||
'this_month' => 'This Month',
|
'this_month' => 'Questo mese',
|
||||||
'last_month' => 'Last Month',
|
'last_month' => 'Ultimo mese',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
@ -31,7 +31,7 @@ return [
|
|||||||
'mark_sent' => 'Segna come inviata',
|
'mark_sent' => 'Segna come inviata',
|
||||||
'download_pdf' => 'Scarica PDF',
|
'download_pdf' => 'Scarica PDF',
|
||||||
'send_mail' => 'Invia email',
|
'send_mail' => 'Invia email',
|
||||||
'all_invoices' => 'Login to view all invoices',
|
'all_invoices' => 'Accedi per visualizzare tutte le fatture',
|
||||||
|
|
||||||
'status' => [
|
'status' => [
|
||||||
'draft' => 'Bozza',
|
'draft' => 'Bozza',
|
||||||
@ -46,16 +46,16 @@ return [
|
|||||||
'email_sent' => 'La mail è stata inviata con successo.',
|
'email_sent' => 'La mail è stata inviata con successo.',
|
||||||
'marked_sent' => 'La mail è stata contrassegnata con successo come inviata.',
|
'marked_sent' => 'La mail è stata contrassegnata con successo come inviata.',
|
||||||
'email_required' => 'Nessun indirizzo email per questo cliente!',
|
'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' => [
|
'status' => [
|
||||||
'created' => 'Created on :date',
|
'created' => 'Creato il :date',
|
||||||
'send' => [
|
'send' => [
|
||||||
'draft' => 'Not sent',
|
'draft' => 'Non inviato',
|
||||||
'sent' => 'Sent on :date',
|
'sent' => 'Inviato il :date',
|
||||||
],
|
],
|
||||||
'paid' => [
|
'paid' => [
|
||||||
'await' => 'Awaiting payment',
|
'await' => 'In attesa del pagamento',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
@ -9,8 +9,8 @@ return [
|
|||||||
|
|
||||||
'notification' => [
|
'notification' => [
|
||||||
'message' => [
|
'message' => [
|
||||||
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
|
'reminder' => 'Stai ricevendo questa email perché è rimasto solo :quantity di :name.',
|
||||||
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
|
'out_of_stock' => 'Hai ricevuto questa email perché :name è esaurito.',
|
||||||
],
|
],
|
||||||
'button' => 'Mostra ora',
|
'button' => 'Mostra ora',
|
||||||
],
|
],
|
||||||
|
@ -12,7 +12,7 @@ return [
|
|||||||
'disabled' => ':type disabilitato!',
|
'disabled' => ':type disabilitato!',
|
||||||
],
|
],
|
||||||
'error' => [
|
'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!',
|
'not_user_company' => 'Errore: Non hai i permessi per gestire questa azienda!',
|
||||||
'customer' => 'Errore: Utente non creato! :name usa già questo indirizzo email.',
|
'customer' => 'Errore: Utente non creato! :name usa già questo indirizzo email.',
|
||||||
'no_file' => 'Errore: Nessun file selezionato!',
|
'no_file' => 'Errore: Nessun file selezionato!',
|
||||||
|
@ -16,7 +16,7 @@ return [
|
|||||||
'no_apps' => 'Non c\'è nessuna apps in questa categoria, ancora.',
|
'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!',
|
'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',
|
'about' => 'Info',
|
||||||
|
|
||||||
@ -34,26 +34,26 @@ return [
|
|||||||
'installation' => 'Installazione',
|
'installation' => 'Installazione',
|
||||||
'faq' => 'FAQ',
|
'faq' => 'FAQ',
|
||||||
'changelog' => 'Modifiche di Versione',
|
'changelog' => 'Modifiche di Versione',
|
||||||
'reviews' => 'Reviews',
|
'reviews' => 'Recensioni',
|
||||||
],
|
],
|
||||||
|
|
||||||
'installation' => [
|
'installation' => [
|
||||||
'header' => 'Installazione di App',
|
'header' => 'Installazione di App',
|
||||||
'download' => 'Scaricamento del file del modulo :module.',
|
'download' => 'Scaricamento del file del modulo :module.',
|
||||||
'unzip' => 'Estrazione files del modulo :module.',
|
'unzip' => 'Estrazione files del modulo :module.',
|
||||||
'file_copy' => 'Copying :module files.',
|
'file_copy' => 'Copia file del :module.',
|
||||||
'migrate' => 'Applying :module updates.',
|
'migrate' => 'Applicazione aggiornamenti del :module.',
|
||||||
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
|
'finish' => 'L\'aggiornamento è stato installato con successo. Verrai reindirizzato al Centro aggiornamenti.',
|
||||||
'install' => 'Installazione dei files del modulo :module.',
|
'install' => 'Installazione dei files del modulo :module.',
|
||||||
],
|
],
|
||||||
|
|
||||||
'errors' => [
|
'errors' => [
|
||||||
'download' => ':module can not download!',
|
'download' => ':module non può essere scaricato!',
|
||||||
'upload' => 'Downloaded :module can not saved!',
|
'upload' => 'Il :module Scaricato non può essere salvato!',
|
||||||
'unzip' => ':module can not unzip!',
|
'unzip' => ':module non può essere estratto!',
|
||||||
'file_copy' => ':module files can not copy!',
|
'file_copy' => 'I file del :module non possono essere copiati!',
|
||||||
'migrate' => ':module migrate broken!',
|
'migrate' => 'Migrazione del :modulo interrotta!',
|
||||||
'migrate core' => ':module already latest version so then yon can not update.',
|
'migrate core' => ':module ha già la versione più recente, quindi non è possibile aggiornare.',
|
||||||
],
|
],
|
||||||
|
|
||||||
'badge' => [
|
'badge' => [
|
||||||
@ -73,8 +73,8 @@ return [
|
|||||||
|
|
||||||
'reviews' => [
|
'reviews' => [
|
||||||
'button' => [
|
'button' => [
|
||||||
'add' => 'Add a Review'
|
'add' => 'Aggiungi una recensione'
|
||||||
],
|
],
|
||||||
'na' => 'There are no reviews.'
|
'na' => 'Non sono presenti recensioni.'
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'reconcile' => 'Reconcile',
|
'reconcile' => 'Riconcilia',
|
||||||
'reconciled' => 'Reconciled',
|
'reconciled' => 'Riconciliato',
|
||||||
'closing_balance' => 'Closing Balance',
|
'closing_balance' => 'Chiusura Bilancio',
|
||||||
'unreconciled' => 'Unreconciled',
|
'unreconciled' => 'Non riconciliato',
|
||||||
'list_transactions' => 'List Transactions',
|
'list_transactions' => 'Lista Transazioni',
|
||||||
'start_date' => 'Start Date',
|
'start_date' => 'Data di inzio',
|
||||||
'end_date' => 'End Date',
|
'end_date' => 'Data di fine',
|
||||||
'cleared_amount' => 'Cleared Amount',
|
'cleared_amount' => 'Importo cancellato',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -33,16 +33,16 @@ return [
|
|||||||
'digit' => 'Numero cifre',
|
'digit' => 'Numero cifre',
|
||||||
'next' => 'Codice fiscale',
|
'next' => 'Codice fiscale',
|
||||||
'logo' => 'Logo',
|
'logo' => 'Logo',
|
||||||
'custom' => 'Custom',
|
'custom' => 'Personalizzato',
|
||||||
'item_name' => 'Item Name',
|
'item_name' => 'Nome dell\'elemento',
|
||||||
'item' => 'Items',
|
'item' => 'Elementi',
|
||||||
'product' => 'Products',
|
'product' => 'Prodotti',
|
||||||
'service' => 'Services',
|
'service' => 'Servizi',
|
||||||
'price_name' => 'Price Name',
|
'price_name' => 'Nome del prezzo',
|
||||||
'price' => 'Price',
|
'price' => 'Prezzo',
|
||||||
'rate' => 'Rate',
|
'rate' => 'Valutazione',
|
||||||
'quantity_name' => 'Quantity Name',
|
'quantity_name' => 'Quantità Nome',
|
||||||
'quantity' => 'Quantity',
|
'quantity' => 'Quantità',
|
||||||
],
|
],
|
||||||
'default' => [
|
'default' => [
|
||||||
'tab' => 'Predefiniti',
|
'tab' => 'Predefiniti',
|
||||||
@ -76,8 +76,8 @@ return [
|
|||||||
'bill_days' => 'Inviare entro Due giorni',
|
'bill_days' => 'Inviare entro Due giorni',
|
||||||
'cron_command' => 'Comando cron',
|
'cron_command' => 'Comando cron',
|
||||||
'schedule_time' => 'Ora di esecuzione',
|
'schedule_time' => 'Ora di esecuzione',
|
||||||
'send_item_reminder'=> 'Send Item Reminder',
|
'send_item_reminder'=> 'Invia promemoria oggetto',
|
||||||
'item_stocks' => 'Send When Item Stock',
|
'item_stocks' => 'Invia quando l\'oggetto è in Stock',
|
||||||
],
|
],
|
||||||
'appearance' => [
|
'appearance' => [
|
||||||
'tab' => 'Aspetto',
|
'tab' => 'Aspetto',
|
||||||
|
@ -4,5 +4,8 @@ return [
|
|||||||
|
|
||||||
'rate' => 'Tasso',
|
'rate' => 'Tasso',
|
||||||
'rate_percent' => 'Tasso (%)',
|
'rate_percent' => 'Tasso (%)',
|
||||||
|
'normal' => 'Normale',
|
||||||
|
'inclusive' => 'Inclusivo',
|
||||||
|
'compound' => 'Composto',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -102,7 +102,7 @@ return [
|
|||||||
'rule-name' => 'messaggio-personalizzato',
|
'rule-name' => 'messaggio-personalizzato',
|
||||||
],
|
],
|
||||||
'invalid_currency' => ':attribute codice non è valido.',
|
'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' => [
|
'messages' => [
|
||||||
'received' => 'Fatura shënohet si i marrë me sukses!',
|
'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' => [
|
'status' => [
|
||||||
'created' => 'Created on :date',
|
'created' => 'Krijuar më :date',
|
||||||
'receive' => [
|
'receive' => [
|
||||||
'draft' => 'Not sent',
|
'draft' => 'Nuk është dërguar',
|
||||||
'received' => 'Received on :date',
|
'received' => 'Pranuar më :date',
|
||||||
],
|
],
|
||||||
'paid' => [
|
'paid' => [
|
||||||
'await' => 'Awaiting payment',
|
'await' => 'Duke pritur pagesen',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
@ -10,7 +10,7 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
'notification' => [
|
'notification' => [
|
||||||
'message' => ':customer made :amount payment to invoice number :invoice_number.',
|
'message' => ':customer bëri :amount pagesën në numrin e faturës :invoice_number.',
|
||||||
'button' => 'Show',
|
'button' => 'Shfaq',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
@ -38,10 +38,10 @@ return [
|
|||||||
'numbers' => 'Numri | Numrat',
|
'numbers' => 'Numri | Numrat',
|
||||||
'statuses' => 'Statusi | Statuset',
|
'statuses' => 'Statusi | Statuset',
|
||||||
'others' => 'Tjetër | Të tjera',
|
'others' => 'Tjetër | Të tjera',
|
||||||
'contacts' => 'Contact|Contacts',
|
'contacts' => 'Kontakti | Kontaktet',
|
||||||
'reconciliations' => 'Reconciliation|Reconciliations',
|
'reconciliations' => 'Pajtimi | Pajtimet',
|
||||||
'deposits' => 'Deposit|Deposits',
|
'deposits' => 'Depozita | Depozitat',
|
||||||
'withdrawals' => 'Withdrawal|Withdrawals',
|
'withdrawals' => 'Tërheqje | Tërheqjet',
|
||||||
|
|
||||||
'dashboard' => 'Paneli Kryesor',
|
'dashboard' => 'Paneli Kryesor',
|
||||||
'banking' => 'Veprime Bankare',
|
'banking' => 'Veprime Bankare',
|
||||||
@ -85,7 +85,7 @@ return [
|
|||||||
'color' => 'Ngjyra',
|
'color' => 'Ngjyra',
|
||||||
'save' => 'Ruaj',
|
'save' => 'Ruaj',
|
||||||
'cancel' => 'Anulo',
|
'cancel' => 'Anulo',
|
||||||
'loading' => 'Loading...',
|
'loading' => 'Në ngarkim…',
|
||||||
'from' => 'Nga',
|
'from' => 'Nga',
|
||||||
'to' => 'Te',
|
'to' => 'Te',
|
||||||
'print' => 'Printo',
|
'print' => 'Printo',
|
||||||
@ -106,27 +106,27 @@ return [
|
|||||||
'partially' => 'Pjesërisht',
|
'partially' => 'Pjesërisht',
|
||||||
'partially_paid' => 'I paguar pjesërisht',
|
'partially_paid' => 'I paguar pjesërisht',
|
||||||
'export' => 'Eksporto',
|
'export' => 'Eksporto',
|
||||||
'finish' => 'Finish',
|
'finish' => 'Përfundo',
|
||||||
'wizard' => 'Wizard',
|
'wizard' => 'Magjistar',
|
||||||
'skip' => 'Skip',
|
'skip' => 'Anashkalo',
|
||||||
'enable' => 'Aktivizo',
|
'enable' => 'Aktivizo',
|
||||||
'disable' => 'Çaktivizo',
|
'disable' => 'Çaktivizo',
|
||||||
'select_all' => 'Select All',
|
'select_all' => 'Zgjidh të gjitha',
|
||||||
'unselect_all' => 'Unselect All',
|
'unselect_all' => 'Hiqni të gjithë',
|
||||||
'go_to' => 'Go to :name',
|
'go_to' => 'Shko te :name',
|
||||||
'created_date' => 'Created Date',
|
'created_date' => 'Data e Krijuar',
|
||||||
'period' => 'Period',
|
'period' => 'Periudhë',
|
||||||
'start' => 'Start',
|
'start' => 'Fillo',
|
||||||
'end' => 'End',
|
'end' => 'Përfundo',
|
||||||
'clear' => 'Clear',
|
'clear' => 'Pastro',
|
||||||
'difference' => 'Difference',
|
'difference' => 'Diferencë',
|
||||||
|
|
||||||
'title' => [
|
'title' => [
|
||||||
'new' => 'I ri :type',
|
'new' => 'I ri :type',
|
||||||
'edit' => 'Modifiko :type',
|
'edit' => 'Modifiko :type',
|
||||||
'create' => 'Create :type',
|
'create' => 'Krijo :type',
|
||||||
'send' => 'Send :type',
|
'send' => 'Dërgo :type',
|
||||||
'get' => 'Get :type',
|
'get' => 'Merr :type',
|
||||||
],
|
],
|
||||||
|
|
||||||
'form' => [
|
'form' => [
|
||||||
@ -139,10 +139,10 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
'date_range' => [
|
'date_range' => [
|
||||||
'today' => 'Today',
|
'today' => 'Sot',
|
||||||
'yesterday' => 'Yesterday',
|
'yesterday' => 'Dje',
|
||||||
'last_days' => 'Last :day Days',
|
'last_days' => ':day Ditët e Fundit',
|
||||||
'this_month' => 'This Month',
|
'this_month' => 'Këtë Muaj',
|
||||||
'last_month' => 'Last Month',
|
'last_month' => 'Muaji i Shkuar',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
@ -31,7 +31,7 @@ return [
|
|||||||
'mark_sent' => 'Shënoje të Dërguar',
|
'mark_sent' => 'Shënoje të Dërguar',
|
||||||
'download_pdf' => 'Shkarko PDF',
|
'download_pdf' => 'Shkarko PDF',
|
||||||
'send_mail' => 'Dërgo Email',
|
'send_mail' => 'Dërgo Email',
|
||||||
'all_invoices' => 'Login to view all invoices',
|
'all_invoices' => 'Identifikohu për të parë të gjitha faturat',
|
||||||
|
|
||||||
'status' => [
|
'status' => [
|
||||||
'draft' => 'Draft',
|
'draft' => 'Draft',
|
||||||
@ -46,16 +46,16 @@ return [
|
|||||||
'email_sent' => 'Emaili i faturës është dërguar me sukses!',
|
'email_sent' => 'Emaili i faturës është dërguar me sukses!',
|
||||||
'marked_sent' => 'Fatura shënohet si e 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!',
|
'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' => [
|
'status' => [
|
||||||
'created' => 'Created on :date',
|
'created' => 'Krijuar më :date',
|
||||||
'send' => [
|
'send' => [
|
||||||
'draft' => 'Not sent',
|
'draft' => 'Nuk është dërguar',
|
||||||
'sent' => 'Sent on :date',
|
'sent' => 'Dërguar më :date',
|
||||||
],
|
],
|
||||||
'paid' => [
|
'paid' => [
|
||||||
'await' => 'Awaiting payment',
|
'await' => 'Duke pritur pagesen',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
@ -9,8 +9,8 @@ return [
|
|||||||
|
|
||||||
'notification' => [
|
'notification' => [
|
||||||
'message' => [
|
'message' => [
|
||||||
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
|
'reminder' => 'Ju po merrni këtë email sepse vetëm :quantity i :name ka mbetur.',
|
||||||
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
|
'out_of_stock' => 'Ju po merrni këtë email sepse :name po mbaron.',
|
||||||
],
|
],
|
||||||
'button' => 'Shiko Tani',
|
'button' => 'Shiko Tani',
|
||||||
],
|
],
|
||||||
|
@ -12,7 +12,7 @@ return [
|
|||||||
'disabled' => ':type çaktivizuar!',
|
'disabled' => ':type çaktivizuar!',
|
||||||
],
|
],
|
||||||
'error' => [
|
'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!',
|
'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.',
|
'customer' => 'Gabim: Përdoruesi nuk u krijua! :name tashmë përdor këtë adresë e-maili.',
|
||||||
'no_file' => 'Gabim: Asnjë skedar i përzgjedhur!',
|
'no_file' => 'Gabim: Asnjë skedar i përzgjedhur!',
|
||||||
|
@ -16,7 +16,7 @@ return [
|
|||||||
'no_apps' => 'Në këtë kategori akoma nuk ka aplikacione.',
|
'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!',
|
'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',
|
'about' => 'Rreth nesh',
|
||||||
|
|
||||||
@ -34,26 +34,26 @@ return [
|
|||||||
'installation' => 'Instalim',
|
'installation' => 'Instalim',
|
||||||
'faq' => 'Pyetësori',
|
'faq' => 'Pyetësori',
|
||||||
'changelog' => 'Ndryshimet',
|
'changelog' => 'Ndryshimet',
|
||||||
'reviews' => 'Reviews',
|
'reviews' => 'Shqyrtimet',
|
||||||
],
|
],
|
||||||
|
|
||||||
'installation' => [
|
'installation' => [
|
||||||
'header' => 'Instalim Aplikacioni',
|
'header' => 'Instalim Aplikacioni',
|
||||||
'download' => 'Shkarkimi i :module skedarit.',
|
'download' => 'Shkarkimi i :module skedarit.',
|
||||||
'unzip' => 'Ekstraktimi i :module skedarit.',
|
'unzip' => 'Ekstraktimi i :module skedarit.',
|
||||||
'file_copy' => 'Copying :module files.',
|
'file_copy' => 'Kopjimi i :module skedareve.',
|
||||||
'migrate' => 'Applying :module updates.',
|
'migrate' => 'Aplikimi i :module përditësimeve.',
|
||||||
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
|
'finish' => 'Azhurnimi u instalua me sukses. Ju do të ridrejtoni në Qendrën e Përditësimit.',
|
||||||
'install' => 'Instalim i :module skedareve.',
|
'install' => 'Instalim i :module skedareve.',
|
||||||
],
|
],
|
||||||
|
|
||||||
'errors' => [
|
'errors' => [
|
||||||
'download' => ':module can not download!',
|
'download' => ':module nuk mund të shkarkohet!',
|
||||||
'upload' => 'Downloaded :module can not saved!',
|
'upload' => ':module i shkarkuar nuk mund të ruhet!',
|
||||||
'unzip' => ':module can not unzip!',
|
'unzip' => ':module nuk mund të hap zinxhirin!',
|
||||||
'file_copy' => ':module files can not copy!',
|
'file_copy' => ':module skedarët nuk mund të kopjohen!',
|
||||||
'migrate' => ':module migrate broken!',
|
'migrate' => ':module migrimi i thyer!',
|
||||||
'migrate core' => ':module already latest version so then yon can not update.',
|
'migrate core' => ':module tashmë ka versionin e fundit kështu që atëherë nuk mund të azhurnohet.',
|
||||||
],
|
],
|
||||||
|
|
||||||
'badge' => [
|
'badge' => [
|
||||||
@ -73,8 +73,8 @@ return [
|
|||||||
|
|
||||||
'reviews' => [
|
'reviews' => [
|
||||||
'button' => [
|
'button' => [
|
||||||
'add' => 'Add a Review'
|
'add' => 'Shto një Shqyrtim'
|
||||||
],
|
],
|
||||||
'na' => 'There are no reviews.'
|
'na' => 'Nuk ka shqyrtime.'
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'reconcile' => 'Reconcile',
|
'reconcile' => 'Pajtim',
|
||||||
'reconciled' => 'Reconciled',
|
'reconciled' => 'Pajtuar',
|
||||||
'closing_balance' => 'Closing Balance',
|
'closing_balance' => 'Bilanci i Mbylljes',
|
||||||
'unreconciled' => 'Unreconciled',
|
'unreconciled' => 'Papajtuar',
|
||||||
'list_transactions' => 'List Transactions',
|
'list_transactions' => 'Listo Transaksionet',
|
||||||
'start_date' => 'Start Date',
|
'start_date' => 'Data e Fillimit',
|
||||||
'end_date' => 'End Date',
|
'end_date' => 'Data e Mbarimit',
|
||||||
'cleared_amount' => 'Cleared Amount',
|
'cleared_amount' => 'Shuma e Pastruar',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -33,16 +33,16 @@ return [
|
|||||||
'digit' => 'Gjatësia a numrit',
|
'digit' => 'Gjatësia a numrit',
|
||||||
'next' => 'Numri tjetër',
|
'next' => 'Numri tjetër',
|
||||||
'logo' => 'Logoja',
|
'logo' => 'Logoja',
|
||||||
'custom' => 'Custom',
|
'custom' => 'Special',
|
||||||
'item_name' => 'Item Name',
|
'item_name' => 'Emri i artikullit',
|
||||||
'item' => 'Items',
|
'item' => 'Artikujt',
|
||||||
'product' => 'Products',
|
'product' => 'Produktet',
|
||||||
'service' => 'Services',
|
'service' => 'Shërbimet',
|
||||||
'price_name' => 'Price Name',
|
'price_name' => 'Emri i çmimit',
|
||||||
'price' => 'Price',
|
'price' => 'Çmimi',
|
||||||
'rate' => 'Rate',
|
'rate' => 'Normë',
|
||||||
'quantity_name' => 'Quantity Name',
|
'quantity_name' => 'Emri i sasisë',
|
||||||
'quantity' => 'Quantity',
|
'quantity' => 'Sasia',
|
||||||
],
|
],
|
||||||
'default' => [
|
'default' => [
|
||||||
'tab' => 'Parazgjedhjet',
|
'tab' => 'Parazgjedhjet',
|
||||||
@ -76,8 +76,8 @@ return [
|
|||||||
'bill_days' => 'Dërgo Para Ditëve të Duhura',
|
'bill_days' => 'Dërgo Para Ditëve të Duhura',
|
||||||
'cron_command' => 'Komanda Cron',
|
'cron_command' => 'Komanda Cron',
|
||||||
'schedule_time' => 'Ora për të Kandiduar',
|
'schedule_time' => 'Ora për të Kandiduar',
|
||||||
'send_item_reminder'=> 'Send Item Reminder',
|
'send_item_reminder'=> 'Dërgo Artikullin Rikujtimor',
|
||||||
'item_stocks' => 'Send When Item Stock',
|
'item_stocks' => 'Dërgo Kur Artikulli në Stok',
|
||||||
],
|
],
|
||||||
'appearance' => [
|
'appearance' => [
|
||||||
'tab' => 'Pamja',
|
'tab' => 'Pamja',
|
||||||
|
@ -4,5 +4,8 @@ return [
|
|||||||
|
|
||||||
'rate' => 'Normë',
|
'rate' => 'Normë',
|
||||||
'rate_percent' => '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',
|
'rule-name' => 'Mesazh Privat',
|
||||||
],
|
],
|
||||||
'invalid_currency' => 'Kodi :attribute është i pavlefshëm.',
|
'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' => [
|
'notification' => [
|
||||||
'message' => [
|
'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.',
|
'out_of_stock' => 'Du får detta mail eftersom :name snart är slut på lagret.',
|
||||||
],
|
],
|
||||||
'button' => 'Visa nu',
|
'button' => 'Visa nu',
|
||||||
|
@ -4,5 +4,8 @@ return [
|
|||||||
|
|
||||||
'rate' => 'Kurs',
|
'rate' => 'Kurs',
|
||||||
'rate_percent' => 'Momssatts (%)',
|
'rate_percent' => 'Momssatts (%)',
|
||||||
|
'normal' => 'Normal',
|
||||||
|
'inclusive' => 'Inklusive',
|
||||||
|
'compound' => 'Sammanslagen',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -4,7 +4,7 @@ return [
|
|||||||
|
|
||||||
'version' => 'Sürüm',
|
'version' => 'Sürüm',
|
||||||
'powered' => 'Altyapı Akaunting',
|
'powered' => 'Altyapı Akaunting',
|
||||||
'link' => 'https://akaunting.com',
|
'link' => 'https://akaunting.com/tr',
|
||||||
'software' => 'Ücretsiz Ön Muhasebe Programı',
|
'software' => 'Ücretsiz Ön Muhasebe Programı',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -46,13 +46,13 @@ return [
|
|||||||
'email_sent' => 'Fatura emaili başarı ile gönderildi!',
|
'email_sent' => 'Fatura emaili başarı ile gönderildi!',
|
||||||
'marked_sent' => 'Fatura başarıyla gönderilmiş olarak işaretlendi!',
|
'marked_sent' => 'Fatura başarıyla gönderilmiş olarak işaretlendi!',
|
||||||
'email_required' => 'Bu müşteri için e-posta adresi yok!',
|
'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' => [
|
'status' => [
|
||||||
'created' => ':date Oluşturuldu',
|
'created' => ':date tarihinde oluşturuldu',
|
||||||
'send' => [
|
'send' => [
|
||||||
'draft' => 'Gönderilemedi',
|
'draft' => 'Gönderilmedi',
|
||||||
'sent' => ':date Gönderildi',
|
'sent' => ':date tarihinde gönderildi',
|
||||||
],
|
],
|
||||||
'paid' => [
|
'paid' => [
|
||||||
'await' => 'Ödeme bekliyor',
|
'await' => 'Ödeme bekliyor',
|
||||||
|
@ -4,5 +4,8 @@ return [
|
|||||||
|
|
||||||
'rate' => 'Oran',
|
'rate' => 'Oran',
|
||||||
'rate_percent' => 'Oran (%)',
|
'rate_percent' => 'Oran (%)',
|
||||||
|
'normal' => 'Normal',
|
||||||
|
'inclusive' => 'Dahil',
|
||||||
|
'compound' => 'Bileşik',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user