updated translations
This commit is contained in:
@@ -13,16 +13,17 @@ return [
|
||||
'current_email' => 'Emaili Aktual',
|
||||
'reset' => 'Rivendos',
|
||||
'never' => 'asnjëherë',
|
||||
|
||||
|
||||
'password' => [
|
||||
'current' => 'Fjalëkalimi',
|
||||
'current_confirm' => 'Konfirmimi i Fjalëkalimit',
|
||||
'new' => 'Fjalëkalimi i Ri',
|
||||
'new_confirm' => 'Konfirmimi i Fjalëkalimit të Ri',
|
||||
],
|
||||
|
||||
|
||||
'error' => [
|
||||
'self_delete' => 'Gabim: Nuk mund të fshini veten!',
|
||||
'self_disable' => 'Gabim: Nuk mund të çaktivizoni veten!',
|
||||
'no_company' => 'Gabim: Asnjë kompani nuk është caktuar në llogarinë tuaj. Ju lutemi, kontaktoni administratorin e sistemit.',
|
||||
],
|
||||
|
||||
|
19
resources/lang/sq-AL/bulk_actions.php
Normal file
19
resources/lang/sq-AL/bulk_actions.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'bulk_actions' => 'Bulk Action|Bulk Actions',
|
||||
'selected' => 'selected',
|
||||
|
||||
'message' => [
|
||||
'duplicate' => 'Are you sure you want to <b>duplicate</b> selected record?',
|
||||
'delete' => 'Are you sure you want to <b>delete</b> selected record?|Are you sure you want to <b>delete</b> selected records?',
|
||||
'export' => 'Are you sure you want to <b>export</b> selected record?|Are you sure you want to <b>export</b> selected records?',
|
||||
'enable' => 'Are you sure you want to <b>enable</b> selected record?|Are you sure you want to <b>enable</b> selected records?',
|
||||
'disable' => 'Are you sure you want to <b>disable</b> selected record?|Are you sure you want to <b>disable</b> selected records?',
|
||||
'paid' => 'Are you sure you want to mark selected invoice as <b>paid</b>?|Are you sure you want to mark selected invoices as <b>paid</b>?',
|
||||
'sent' => 'Are you sure you want to mark selected invoice as <b>sent</b>?|Are you sure you want to mark selected invoices as <b>sent</b>?',
|
||||
'received' => 'Are you sure you want to mark selected bill as <b>received</b>?|Are you sure you want to mark selected bills as <b>received</b>?',
|
||||
],
|
||||
|
||||
];
|
@@ -6,7 +6,9 @@ return [
|
||||
'logo' => 'Logoja',
|
||||
'manage' => 'Menaxho Kompanitë',
|
||||
'all' => 'Të Gjitha Kompanitë',
|
||||
|
||||
'error' => [
|
||||
'not_user_company' => 'Gabim: Nuk ju lejohet të ndryshoni këtë kompani!',
|
||||
'delete_active' => 'Gabim: Nuk mund të fshihet kompania aktive, ju lutem, ndryshoni së pari!',
|
||||
],
|
||||
|
||||
|
@@ -2,15 +2,11 @@
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => 'Lejo Identifikimin?',
|
||||
'can_login' => 'Mund të Hyni?',
|
||||
'user_created' => 'Përdoruesi u Krijua',
|
||||
|
||||
'error' => [
|
||||
'email' => 'Emaili tashmë është marrë.'
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => ':customer bëri :amount pagesën në numrin e faturës :invoice_number.',
|
||||
'button' => 'Shfaq',
|
||||
],
|
||||
];
|
||||
|
@@ -20,5 +20,4 @@ return [
|
||||
'account_balance' => 'Bilanci i Llogarisë',
|
||||
'latest_incomes' => 'Fitimet e Fundit',
|
||||
'latest_expenses' => 'Shpenzimet e Fundit',
|
||||
|
||||
];
|
||||
|
50
resources/lang/sq-AL/email_templates.php
Normal file
50
resources/lang/sq-AL/email_templates.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invoice_new_customer' => [
|
||||
'subject' => '{invoice_number} invoice created',
|
||||
'body' => 'Dear {customer_name},<br /><br />We have prepared the following invoice for you: <strong>{invoice_number}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_remind_customer' => [
|
||||
'subject' => '{invoice_number} invoice overdue notice',
|
||||
'body' => 'Dear {customer_name},<br /><br />This is an overdue notice for <strong>{invoice_number}</strong> invoice.<br /><br />The invoice total is {invoice_total} and was due <strong>{invoice_due_date}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_remind_admin' => [
|
||||
'subject' => '{invoice_number} invoice overdue notice',
|
||||
'body' => 'Hello,<br /><br />{customer_name} has received an overdue notice for <strong>{invoice_number}</strong> invoice.<br /><br />The invoice total is {invoice_total} and was due <strong>{invoice_due_date}</strong>.<br /><br />You can see the invoice details from the following link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_recur_customer' => [
|
||||
'subject' => '{invoice_number} recurring invoice created',
|
||||
'body' => 'Dear {customer_name},<br /><br />Based on your recurring circle, we have prepared the following invoice for you: <strong>{invoice_number}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_recur_admin' => [
|
||||
'subject' => '{invoice_number} recurring invoice created',
|
||||
'body' => 'Hello,<br /><br /> Based on {customer_name} recurring circle, <strong>{invoice_number}</strong> invoice has been automatically created.<br /><br />You can see the invoice details from the following link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_payment_customer' => [
|
||||
'subject' => 'Payment received for {invoice_number} invoice',
|
||||
'body' => 'Dear {customer_name},<br /><br />Thank you for the payment. Find the payment details below:<br /><br />-------------------------------------------------<br /><br />Amount: <strong>{transaction_total}<br /></strong>Date: <strong>{transaction_paid_date}</strong><br />Invoice Number: <strong>{invoice_number}<br /><br /></strong>-------------------------------------------------<br /><br />You can always see the invoice details from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_payment_admin' => [
|
||||
'subject' => 'Payment received for {invoice_number} invoice',
|
||||
'body' => 'Hello,<br /><br />{customer_name} recorded a payment for <strong>{invoice_number}</strong> invoice.<br /><br />You can see the invoice details from the following link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||
],
|
||||
|
||||
'bill_remind_admin' => [
|
||||
'subject' => '{bill_number} bill reminding notice',
|
||||
'body' => 'Hello,<br /><br />This is a reminding notice for <strong>{bill_number}</strong> bill to {vendor_name}.<br /><br />The bill total is {bill_total} and is due <strong>{bill_due_date}</strong>.<br /><br />You can see the bill details from the following link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||
],
|
||||
|
||||
'bill_recur_admin' => [
|
||||
'subject' => '{bill_number} recurring bill created',
|
||||
'body' => 'Hello,<br /><br /> Based on {vendor_name} recurring circle, <strong>{bill_number}</strong> invoice has been automatically created.<br /><br />You can see the bill details from the following link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||
],
|
||||
|
||||
];
|
@@ -2,47 +2,55 @@
|
||||
|
||||
return [
|
||||
|
||||
'items' => 'Artikull | Artikuj',
|
||||
'incomes' => 'Fitim | Fitime',
|
||||
'invoices' => 'Faturë | Faturat',
|
||||
'revenues' => 'Ardhura | Ardhurat',
|
||||
'customers' => 'Konsumatori | Konsumatorët',
|
||||
'expenses' => 'Shpenzime | Shpenzimet',
|
||||
'bills' => 'Fatura | Faturat',
|
||||
'payments' => 'Pagesë | Pagesat',
|
||||
'vendors' => 'Shitësi | Shitësit',
|
||||
'accounts' => 'Llogaria | Llogaritë',
|
||||
'transfers' => 'Transferimi | Transferimet',
|
||||
'transactions' => 'Transaksioni | Transaksionet',
|
||||
'reports' => 'Raporti | Raportet',
|
||||
'settings' => 'Konfigurimi | Konfigurimet',
|
||||
'categories' => 'Kategoria | Kategoritë',
|
||||
'currencies' => 'Monedhë | Monedhat',
|
||||
'tax_rates' => 'Norma e Tatimit | Normat Tatimore',
|
||||
'users' => 'Përdoruesi | Përdoruesit',
|
||||
'roles' => 'Roli | Rolet',
|
||||
'permissions' => 'Leje | Lejet',
|
||||
'modules' => 'Aplikacioni | Aplikacionet',
|
||||
'companies' => 'Kompania | Kompanitë',
|
||||
'profits' => 'Fitimi | Fitimet',
|
||||
'taxes' => 'Tatim | Tatimet',
|
||||
'logos' => 'Logo | Logot',
|
||||
'pictures' => 'Foto | Fotografitë',
|
||||
'types' => 'Lloji | Llojet',
|
||||
'payment_methods' => 'Metoda e Pagesës | Metodat e Pagesës',
|
||||
'compares' => 'Fitimi kundrejt Shpenzimit | Fitimet kundrejt Shpenzimeve',
|
||||
'notes' => 'Shënim | Shënimet',
|
||||
'totals' => 'Totali | Totalet',
|
||||
'languages' => 'Gjuha | Gjuhët',
|
||||
'updates' => 'Përditësimi | Përditësimet',
|
||||
'numbers' => 'Numri | Numrat',
|
||||
'statuses' => 'Statusi | Statuset',
|
||||
'others' => 'Tjetër | Të tjera',
|
||||
'contacts' => 'Kontakti | Kontaktet',
|
||||
'reconciliations' => 'Pajtimi | Pajtimet',
|
||||
'developers' => 'Zhvillues | Zhvilluesit',
|
||||
'dashboards' => 'Dashboard|Dashboards',
|
||||
'items' => 'Artikull|Artikuj',
|
||||
'incomes' => 'Fitim|Fitime',
|
||||
'invoices' => 'Faturë|Faturat',
|
||||
'revenues' => 'Ardhura|Ardhurat',
|
||||
'customers' => 'Konsumatori|Konsumatorët',
|
||||
'expenses' => 'Shpenzime|Shpenzimet',
|
||||
'bills' => 'Fatura|Faturat',
|
||||
'payments' => 'Pagesë|Pagesat',
|
||||
'vendors' => 'Shitësi|Shitësit',
|
||||
'accounts' => 'Llogaria|Llogaritë',
|
||||
'transfers' => 'Transferimi|Transferimet',
|
||||
'transactions' => 'Transaksioni|Transaksionet',
|
||||
'reports' => 'Raporti|Raportet',
|
||||
'settings' => 'Konfigurimi|Konfigurimet',
|
||||
'categories' => 'Kategoria|Kategoritë',
|
||||
'currencies' => 'Monedhë|Monedhat',
|
||||
'tax_rates' => 'Norma e Tatimit|Normat Tatimore',
|
||||
'users' => 'Përdoruesi|Përdoruesit',
|
||||
'roles' => 'Roli|Rolet',
|
||||
'permissions' => 'Leje|Lejet',
|
||||
'modules' => 'Aplikacioni|Aplikacionet',
|
||||
'companies' => 'Kompania|Kompanitë',
|
||||
'profits' => 'Fitimi|Fitimet',
|
||||
'taxes' => 'Tatim|Tatimet',
|
||||
'logos' => 'Logo|Logot',
|
||||
'pictures' => 'Foto|Fotografitë',
|
||||
'types' => 'Lloji|Llojet',
|
||||
'payment_methods' => 'Metoda e Pagesës|Metodat e Pagesës',
|
||||
'compares' => 'Fitimi kundrejt Shpenzimit|Fitimet kundrejt Shpenzimeve',
|
||||
'notes' => 'Shënim|Shënimet',
|
||||
'totals' => 'Totali|Totalet',
|
||||
'languages' => 'Gjuha|Gjuhët',
|
||||
'updates' => 'Përditësimi|Përditësimet',
|
||||
'numbers' => 'Numri|Numrat',
|
||||
'statuses' => 'Statusi|Statuset',
|
||||
'others' => 'Tjetër|Të tjera',
|
||||
'contacts' => 'Kontakti|Kontaktet',
|
||||
'reconciliations' => 'Pajtimi|Pajtimet',
|
||||
'developers' => 'Zhvillues|Zhvilluesit',
|
||||
'schedules' => 'Schedule|Schedules',
|
||||
'groups' => 'Grupi|Grupet',
|
||||
'charts' => 'Grafiku|Grafikët',
|
||||
'localisations' => 'Lokalizimi|Lokalizimet',
|
||||
'defaults' => 'Default|Defaults',
|
||||
'widgets' => 'Widget|Widgets',
|
||||
|
||||
'dashboard' => 'Paneli Kryesor',
|
||||
'welcome' => 'Mirësevini',
|
||||
'banking' => 'Veprime Bankare',
|
||||
'general' => 'Të përgjithshme',
|
||||
'no_records' => 'Nuk ka të dhëna.',
|
||||
@@ -54,6 +62,7 @@ return [
|
||||
'no' => 'Jo',
|
||||
'na' => 'I Padisponueshëm',
|
||||
'daily' => 'Ditore',
|
||||
'weekly' => 'Javore',
|
||||
'monthly' => 'Mujore',
|
||||
'quarterly' => 'Tremujore',
|
||||
'yearly' => 'Vjetore',
|
||||
@@ -80,9 +89,11 @@ return [
|
||||
'reference' => 'Referenca',
|
||||
'attachment' => 'Bashkëngjitje',
|
||||
'change' => 'Ndrysho',
|
||||
'change_type' => 'Change :type',
|
||||
'switch' => 'Ndryshim',
|
||||
'color' => 'Ngjyra',
|
||||
'save' => 'Ruaj',
|
||||
'confirm' => 'Konfirmo',
|
||||
'cancel' => 'Anulo',
|
||||
'loading' => 'Në ngarkim…',
|
||||
'from' => 'Nga',
|
||||
@@ -115,17 +126,27 @@ return [
|
||||
'go_to' => 'Shko te :name',
|
||||
'created_date' => 'Data e Krijuar',
|
||||
'period' => 'Periudhë',
|
||||
'frequency' => 'Frekuenca',
|
||||
'start' => 'Fillo',
|
||||
'end' => 'Përfundo',
|
||||
'clear' => 'Pastro',
|
||||
'difference' => 'Diferencë',
|
||||
'footer' => 'Footer',
|
||||
'start_date' => 'Data e Fillimit',
|
||||
'basis' => 'Bazë',
|
||||
'accrual' => 'Akruali',
|
||||
'cash' => 'Para',
|
||||
'group_by' => 'Group By',
|
||||
'accounting' => 'Kontabiliteti',
|
||||
|
||||
'title' => [
|
||||
'new' => 'I ri :type',
|
||||
'edit' => 'Modifiko :type',
|
||||
'delete' => 'Fshij :type',
|
||||
'create' => 'Krijo :type',
|
||||
'send' => 'Dërgo :type',
|
||||
'get' => 'Merr :type',
|
||||
'add' => 'Shto :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
@@ -134,6 +155,7 @@ return [
|
||||
'field' => '- Selekto :field -',
|
||||
'file' => 'Selekto Dosje',
|
||||
],
|
||||
'add_new' => 'Shto :field të ri',
|
||||
'no_file_selected' => 'Asnjë skedar i përzgjedhur...',
|
||||
],
|
||||
|
||||
@@ -144,4 +166,16 @@ return [
|
||||
'this_month' => 'Këtë Muaj',
|
||||
'last_month' => 'Muaji i Shkuar',
|
||||
],
|
||||
|
||||
'empty' => [
|
||||
'documentation' => 'Check out the <a href=":url" target="_blank" class="text-success">documentation</a> for more details.',
|
||||
'items' => 'Artikujt mund të jenë produkte ose shërbime. Ju mund të përdorni artikujt kur krijoni fatura dhe fatura për të pasuruar fushat e çmimit, taksave etj.',
|
||||
'invoices' => 'Faturat mund të jenë një herë ose të përsëritura. Ju mund të dërgoni ato për klientët dhe të fillojnë të pranuar pagesa online.',
|
||||
'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.',
|
||||
'customers' => 'Konsumatorët janë të nevojshme në qoftë se ju doni për të krijuar faturat. Ata gjithashtu mund të futen në Portalin e Klientëve dhe të shohin ekuilibrin e tyre.',
|
||||
'bills' => 'Bills can be one time or recurring. They indicate what you owe your vendors for the products or services you purchase.',
|
||||
'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.',
|
||||
'vendors' => 'Shitësit janë të nevojshme në qoftë se ju doni për të krijuar faturat. Ju mund të shihni ekuilibrin që ju keni borxh dhe të filtroni raportet nga shitësi.',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -8,9 +8,9 @@ return [
|
||||
'counter' => '{0} Ju nuk keni njoftim |{1} Ju keni :count njoftim |[2,*] Ju keni :count njoftime',
|
||||
'overdue_invoices' => '{1} :count faturë e vonuar |[2,*] :count fatura të vonuara',
|
||||
'upcoming_bills' => '{1} :count faturë e ardhshme |[2,*] :count fatura të ardhshme',
|
||||
'items_stock' => '{1} :count artikulli jashtë magazinës | [2,*] :count artikuj jashtë magazinës',
|
||||
'view_all' => 'Shiko te Gjitha'
|
||||
],
|
||||
'docs_link' => 'https://akaunting.com/docs',
|
||||
'support_link' => 'https://akaunting.com/support',
|
||||
|
||||
];
|
||||
|
@@ -47,13 +47,15 @@ return [
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'Emaili i faturës është dërguar me sukses!',
|
||||
'marked_sent' => 'Fatura shënohet si e dërguar me sukses!',
|
||||
'email_sent' => 'Emaili i faturës është dërguar!',
|
||||
'marked_sent' => 'Fatura e shënuar si e dërguar!',
|
||||
'marked_paid' => 'Fatura e shënuar si e paguar!',
|
||||
'email_required' => 'Ska adresë e-mail për këtë klient!',
|
||||
'draft' => 'Kjo është një faturë <b>DRAFT</b> dhe do të pasqyrohet në skema pasi të jetë dërguar.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Krijuar më :date',
|
||||
'viewed' => 'E Shikuar',
|
||||
'send' => [
|
||||
'draft' => 'Nuk është dërguar',
|
||||
'sent' => 'Dërguar më :date',
|
||||
@@ -64,9 +66,4 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Ju po merrni këtë email sepse keni një të ardhshme :amount fature e :customer klientit.',
|
||||
'button' => 'Paguaj Tani',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -2,17 +2,7 @@
|
||||
|
||||
return [
|
||||
|
||||
'quantities' => 'Sasia | Sasitë',
|
||||
'sales_price' => 'Çmimi i Shitjes',
|
||||
'purchase_price' => 'Çmimi i Blerjes',
|
||||
'sku' => 'SKU',
|
||||
|
||||
'notification' => [
|
||||
'message' => [
|
||||
'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',
|
||||
],
|
||||
|
||||
];
|
||||
|
11
resources/lang/sq-AL/maintenance.php
Normal file
11
resources/lang/sq-AL/maintenance.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Maintenance Mode',
|
||||
|
||||
'message' => 'We\'re currently working on the site, please try again later!',
|
||||
|
||||
'last-updated' => 'This message was last updated :timestamp',
|
||||
|
||||
];
|
@@ -18,7 +18,8 @@ return [
|
||||
'customer' => 'Gabim: Përdoruesi nuk u krijua! :name tashmë përdor këtë adresë e-maili.',
|
||||
'no_file' => 'Gabim: Asnjë skedar i përzgjedhur!',
|
||||
'last_category' => 'Gabim: Nuk mund të fshihet :type kategoria e fundit!',
|
||||
'invalid_apikey' => 'Gabim: Marku i dhënë është i pavlefshëm!',
|
||||
'change_type' => 'Error: Can not change the type because it has :text related!',
|
||||
'invalid_apikey' => 'Error: The API Key entered is invalid!',
|
||||
'import_column' => 'Gabim: :message Fleta name: :sheet. Rreshti number: :line.',
|
||||
'import_sheet' => 'Gabim: Emri i fletës nuk është i vlefshëm. Ju lutem, kontrolloni skedarin e mostrës.',
|
||||
],
|
||||
@@ -27,6 +28,7 @@ return [
|
||||
'deleted' => 'Njoftim: <b>:name</b> nuk mund të fshihet sepse ka :text të lidhur.',
|
||||
'disabled' => 'Njoftim: <b>:name</b> nuk mund të disable sepse ka :text të lidhur.',
|
||||
'disable_code' => 'Njoftim: Nuk ju lejohet të çaktivizoni ose të ndryshoni monedhën e <b>:name</b>, sepse ajo ka :text e lidhur.',
|
||||
'payment_cancel' => 'Warning: You have cancelled your recent :method payment!',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -2,8 +2,7 @@
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Shenjë API',
|
||||
'api_token' => 'Shenjë',
|
||||
'api_key' => 'API Key',
|
||||
'my_apps' => 'Aplikacionet e Mia',
|
||||
'pre_sale' => 'Para Shitjet',
|
||||
'top_paid' => 'Më të paguarat',
|
||||
@@ -13,9 +12,9 @@ return [
|
||||
'search' => 'Kërko',
|
||||
'install' => 'Instalo',
|
||||
'buy_now' => 'Bli Tani',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Kliko këtu</a>për të marrë shenjën tuaj API.',
|
||||
'api_key_link' => '<a class="text-red" href="https://akaunting.com/profile" target="_blank">Click here</a> to get your API key.',
|
||||
'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' => 'Are you a developer? <a href="https://akaunting.com/developers" target="_blank">Here</a> you can learn how to create an app and start selling today!',
|
||||
|
||||
'recommended_apps' => 'Aplikacionet e Rekomanduara',
|
||||
|
||||
@@ -38,31 +37,30 @@ return [
|
||||
'installation' => 'Instalim',
|
||||
'faq' => 'Pyetësori',
|
||||
'changelog' => 'Ndryshimet',
|
||||
'reviews' => 'Shqyrtimet',
|
||||
'reviews' => 'Shqyrtimet',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Instalim Aplikacioni',
|
||||
'download' => 'Shkarkimi i :module skedarit.',
|
||||
'unzip' => 'Ekstraktimi i :module skedarit.',
|
||||
'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.',
|
||||
'download' => 'Downloading :module',
|
||||
'unzip' => 'Extracting :module files',
|
||||
'file_copy' => 'Copying :module files',
|
||||
'finish' => 'Finalizing :module installation',
|
||||
'redirect' => ':module installed, redirecting to updates page',
|
||||
'install' => 'Installing :module',
|
||||
],
|
||||
|
||||
'errors' => [
|
||||
'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.',
|
||||
'download' => 'Not able to download :module',
|
||||
'zip' => 'Not able to create :module zip file',
|
||||
'unzip' => 'Not able to unzip :module',
|
||||
'file_copy' => 'Not able to copy :module files',
|
||||
'finish' => 'Not able to finalize :module installation',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'Instaluar',
|
||||
'pre_sale' => 'Para Shitjet',
|
||||
'installed' => 'Instaluar',
|
||||
'pre_sale' => 'Para Shitjet',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
@@ -72,14 +70,15 @@ return [
|
||||
],
|
||||
|
||||
'my' => [
|
||||
'purchased' => 'Blerë',
|
||||
'installed' => 'Instaluar',
|
||||
'purchased' => 'Blerë',
|
||||
'installed' => 'Instaluar',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'button' => [
|
||||
'add' => 'Shto një Shqyrtim'
|
||||
'add' => 'Shto një Shqyrtim'
|
||||
],
|
||||
'na' => 'Nuk ka shqyrtime.'
|
||||
|
||||
'na' => 'Nuk ka shqyrtime.'
|
||||
]
|
||||
];
|
||||
|
@@ -4,6 +4,7 @@ return [
|
||||
|
||||
'previous' => '« Prapa',
|
||||
'next' => 'Para »',
|
||||
'showing' => 'Shfaq :first për të :last i :total :type',
|
||||
'showing' => ':first-:last of :total records.',
|
||||
'page' => 'per page.',
|
||||
|
||||
];
|
||||
|
@@ -6,7 +6,7 @@ return [
|
||||
'reconciled' => 'Pajtuar',
|
||||
'closing_balance' => 'Bilanci i Mbylljes',
|
||||
'unreconciled' => 'Papajtuar',
|
||||
'list_transactions' => 'Listo Transaksionet',
|
||||
'transactions' => 'Transactions',
|
||||
'start_date' => 'Data e Fillimit',
|
||||
'end_date' => 'Data e Mbarimit',
|
||||
'cleared_amount' => 'Shuma e Pastruar',
|
||||
|
@@ -12,6 +12,7 @@ return [
|
||||
'net_profit' => 'Fitimi Neto',
|
||||
'total_expenses' => 'Shpenzimet Totale',
|
||||
'net' => 'NETO',
|
||||
'income-expense' => 'Të Ardhurat & Shpenzimet',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Përmbledhje e të Ardhurave',
|
||||
@@ -20,11 +21,10 @@ return [
|
||||
'tax' => 'Përmbledhje e Taksave',
|
||||
],
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Jan-Mar',
|
||||
'2' => 'Prill-Qer',
|
||||
'3' => 'Korr-Shta',
|
||||
'4' => 'Tet-Dhje',
|
||||
'charts' => [
|
||||
'line' => 'Vijë',
|
||||
'bar' => 'Shirit',
|
||||
'pie' => 'Tortë',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -3,14 +3,16 @@
|
||||
return [
|
||||
|
||||
'company' => [
|
||||
'description' => 'Ndryshoni emrin e kompanisë, emailin, adresën, numrin e taksave etj',
|
||||
'name' => 'Emri',
|
||||
'email' => 'Email',
|
||||
'phone' => 'Telefoni',
|
||||
'address' => 'Adresa',
|
||||
'logo' => 'Logoja',
|
||||
],
|
||||
|
||||
'localisation' => [
|
||||
'tab' => 'Lokalizimi',
|
||||
'description' => 'Vendosni vitin fiskal, zonën e kohës, formatin e datës dhe më shumë vendorë',
|
||||
'financial_start' => 'Fillimi i Vitit Financiar',
|
||||
'timezone' => 'Zona Kohore',
|
||||
'date' => [
|
||||
@@ -28,8 +30,9 @@ return [
|
||||
'after' => 'Pas Numrit',
|
||||
],
|
||||
],
|
||||
|
||||
'invoice' => [
|
||||
'tab' => 'Faturë',
|
||||
'description' => 'Rregulloni parashtesën e faturës, numrin, termat, footer etj',
|
||||
'prefix' => 'Parashtesa e numrit',
|
||||
'digit' => 'Gjatësia a numrit',
|
||||
'next' => 'Numri tjetër',
|
||||
@@ -44,16 +47,21 @@ return [
|
||||
'rate' => 'Normë',
|
||||
'quantity_name' => 'Emri i sasisë',
|
||||
'quantity' => 'Sasia',
|
||||
'payment_terms' => 'Kushtet e Pagesës',
|
||||
'title' => 'Titulli',
|
||||
'subheading' => 'Nëntitull',
|
||||
'due_receipt' => 'Due upon receipt',
|
||||
'due_days' => 'Due within :days days',
|
||||
],
|
||||
|
||||
'default' => [
|
||||
'tab' => 'Parazgjedhjet',
|
||||
'account' => 'Llogaria e Parazgjedhur',
|
||||
'currency' => 'Valuta e Parazgjedhur',
|
||||
'tax' => 'Norma Tatimore e Parazgjedhur',
|
||||
'payment' => 'Metoda e Pagesës e Parazgjedhur',
|
||||
'language' => 'Gjuha e Parazgjedhur',
|
||||
'description' => 'Llogaria, monedha, gjuha e paracaktuar e kompanisë suaj',
|
||||
'list_limit' => 'Rekordet Për Faqe',
|
||||
'use_gravatar' => 'Përdorni Gravatar',
|
||||
],
|
||||
|
||||
'email' => [
|
||||
'description' => 'Ndryshoni modelet e protokollit dërgues dhe modelet e postës elektronike',
|
||||
'protocol' => 'Protokolli',
|
||||
'php' => 'PHP Email',
|
||||
'smtp' => [
|
||||
@@ -68,36 +76,44 @@ return [
|
||||
'sendmail' => 'Sendmail',
|
||||
'sendmail_path' => 'Sendmail Path',
|
||||
'log' => 'Logo Emailet',
|
||||
|
||||
'templates' => [
|
||||
'subject' => 'Subjekti',
|
||||
'body' => 'Trupi',
|
||||
'tags' => '<strong>Etiketa të Disponueshme:</strong> :tag_list',
|
||||
'invoice_new_customer' => 'New Invoice Template (sent to customer)',
|
||||
'invoice_remind_customer' => 'Invoice Reminder Template (sent to customer)',
|
||||
'invoice_remind_admin' => 'Invoice Reminder Template (sent to admin)',
|
||||
'invoice_recur_customer' => 'Invoice Recurring Template (sent to customer)',
|
||||
'invoice_recur_admin' => 'Invoice Recurring Template (sent to admin)',
|
||||
'invoice_payment_customer' => 'Payment Received Template (sent to customer)',
|
||||
'invoice_payment_admin' => 'Payment Received Template (sent to admin)',
|
||||
'bill_remind_admin' => 'Bill Reminder Template (sent to admin)',
|
||||
'bill_recur_admin' => 'Bill Recurring Template (sent to admin)',
|
||||
],
|
||||
],
|
||||
|
||||
'scheduling' => [
|
||||
'tab' => 'Planifikimi',
|
||||
'name' => 'Planifikimi',
|
||||
'description' => 'Automatic reminders and command for recurring',
|
||||
'send_invoice' => 'Dërgo Faturën Rikujtimor',
|
||||
'invoice_days' => 'Dërgo Pas Ditëve të Duhura',
|
||||
'send_bill' => 'Dërgo Faturën Rikujtimor',
|
||||
'bill_days' => 'Dërgo Para Ditëve të Duhura',
|
||||
'cron_command' => 'Komanda Cron',
|
||||
'schedule_time' => 'Ora për të Kandiduar',
|
||||
'send_item_reminder'=> 'Dërgo Artikullin Rikujtimor',
|
||||
'item_stocks' => 'Dërgo Kur Artikulli në Stok',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'Pamja',
|
||||
'theme' => 'Tema',
|
||||
'light' => 'E Çelur',
|
||||
'dark' => 'E Errët',
|
||||
'list_limit' => 'Regjistrimet Në Faqe',
|
||||
'use_gravatar' => 'Përdorni Gravatar',
|
||||
|
||||
'categories' => [
|
||||
'description' => 'Kategoritë e pakufizuara për të ardhurat, shpenzimet dhe sendet',
|
||||
],
|
||||
'system' => [
|
||||
'tab' => 'Sistemi',
|
||||
'session' => [
|
||||
'lifetime' => 'Jetëgjatësia e Sesionit (Minuta)',
|
||||
'handler' => 'Menaxheri i Sesionit',
|
||||
'file' => 'Skedar',
|
||||
'database' => 'Database',
|
||||
],
|
||||
'file_size' => 'Madhësia e Skedarit Maksimal (MB)',
|
||||
'file_types' => 'Llojet Skedare të Lejuara',
|
||||
|
||||
'currencies' => [
|
||||
'description' => 'Krijoni dhe menaxhoni monedhat dhe vendosni normat e tyre',
|
||||
],
|
||||
|
||||
'taxes' => [
|
||||
'description' => 'Normat e taksave fikse, normale, gjithëpërfshirëse dhe komplekse',
|
||||
],
|
||||
|
||||
];
|
||||
|
@@ -7,5 +7,5 @@ return [
|
||||
'normal' => 'Normale',
|
||||
'inclusive' => 'Gjithëpërfshirës',
|
||||
'compound' => 'Përbërës',
|
||||
|
||||
'fixed' => 'Fikse',
|
||||
];
|
||||
|
@@ -33,14 +33,15 @@ return [
|
||||
'confirmed' => ':attribute konfirmimi nuk përputhet.',
|
||||
'date' => ':attribute nuk është një datë e saktë.',
|
||||
'date_format' => ':attribute nuk i përshtatet formatit :format.',
|
||||
'different' => ':attribute dhe :other duhet të jenë të ndryshme.',
|
||||
'different' => ':attribute dhe :other duhet të jenë të <strong>ndryshme</strong>.',
|
||||
'digits' => ':attribute duhet të jetë :digits shifra.',
|
||||
'digits_between' => ':attribute duhet të jetë midis :min dhe :max shifra.',
|
||||
'dimensions' => ':attribute ka dimensione të pavlefshme imazhi.',
|
||||
'distinct' => ':attribute fusha ka një vlerë të dyfishtë.',
|
||||
'email' => ':attribute formati është i pasaktë.',
|
||||
'ends_with' => ':attribute duhet të mbarojë me një nga këta vlerat: :values',
|
||||
'exists' => ':attribute përzgjedhur është i/e pasaktë.',
|
||||
'file' => ':attribute duhet të jetë një skedar.',
|
||||
'file' => ':attribute duhet të jetë <strong>dosje</strong>.',
|
||||
'filled' => 'Fusha :attribute është e kërkuar.',
|
||||
'image' => ':attribute duhet të jetë imazh.',
|
||||
'in' => ':attribute përzgjedhur është i/e pasaktë.',
|
||||
@@ -64,7 +65,7 @@ return [
|
||||
],
|
||||
'not_in' => ':attribute përzgjedhur është i/e pasaktë.',
|
||||
'numeric' => ':attribute duhet të jetë një numër.',
|
||||
'present' => ':attribute fusha duhet të jetë e pranishme.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'Formati i :attribute është i pasaktë.',
|
||||
'required' => 'Fusha :attribute është e kërkuar.',
|
||||
'required_if' => 'Fusha :attribute është e kërkuar kur :other është :value.',
|
||||
@@ -80,10 +81,10 @@ return [
|
||||
'string' => ':attribute duhet të jetë :size karaktere.',
|
||||
'array' => ':attribute duhet të ketë :size elemente.',
|
||||
],
|
||||
'string' => ':attribute duhet të jetë varg.',
|
||||
'string' => ':attribute duhet të jetë <strong>varg</strong>.',
|
||||
'timezone' => ':attribute duhet të jetë zonë e saktë.',
|
||||
'unique' => ':attribute është marrë tashmë.',
|
||||
'uploaded' => ':attribute dështoi të ngarkohet.',
|
||||
'uploaded' => ':attribute <strong>ka dështuar</strong> në ngarkim.',
|
||||
'url' => 'Formati i :attribute është i pasaktë.',
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user