55 lines
2.3 KiB
PHP
55 lines
2.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'account' => 'Llogaria',
|
|
'manage_your_account' => 'Menaxho llogarinë tënde',
|
|
'all_accounts' => 'Të gjitha llogaritë',
|
|
'account_number' => 'Numri i llogarisë',
|
|
'add_account' => 'Shtoni Llogari',
|
|
'account_created_success' => 'Llogaria u krijua me sukses',
|
|
'account_updated_success' => 'Llogaria u përditësua me sukses',
|
|
'edit_account' => 'Ndrysho llogarinë',
|
|
'account_closed_success' => 'Llogaria u mbyll me sukses',
|
|
'closed' => 'Mbyllur',
|
|
'list_accounts' => 'Listoni Llogaritë',
|
|
'opening_balance' => 'Bilanci i Hapjes',
|
|
'account_book' => 'Libri i llogarisë',
|
|
'credit' => 'Credit',
|
|
'debit' => 'Debit',
|
|
'account_name' => 'Emri i llogarise',
|
|
'transaction_type' => 'Lloji i Transaksionit',
|
|
'fund_transfer' => 'Transferimi i Fondeve',
|
|
'selected_account' => 'Llogaria e zgjedhur',
|
|
'transfer_to' => 'Transfero tek',
|
|
'fund_transfered_success' => 'Fondi u transferua me sukses',
|
|
'deposit' => 'Depozita',
|
|
'deposited_successfully' => 'Shuma e depozituar me sukses',
|
|
'from' => 'Nga',
|
|
'to' => 'Për',
|
|
'balance_sheet' => 'Bilanci i Gjendjes',
|
|
'liability' => 'Përgjegjësia',
|
|
'assets' => 'Asetet',
|
|
'supplier_due' => 'Furnizuesi i duhur',
|
|
'customer_due' => 'Customer Due',
|
|
'account_balances' => 'Bilancet e Llogarive',
|
|
'total_assets' => 'Totali i Aseteve',
|
|
'total_liability' => 'Përgjegjësia Totale',
|
|
'trial_balance' => 'Balanca ne gjyq',
|
|
'payments_not_linked_with_account' => 'Pagesat totale <b>:payments </b> nuk lidhen me ndonjë llogari.',
|
|
'saving_current' => 'Ruajtja / e tanishme',
|
|
'capital' => 'Capital',
|
|
'not_applicable' => 'Nuk aplikohet',
|
|
'account_type' => 'Lloji i Llogarisë',
|
|
'accounts' => 'Llogaritë',
|
|
'capital_accounts' => 'Llogaritë kapitale',
|
|
'deposit_from' => 'Depozita nga',
|
|
'no_capital_account_created' => 'Asnjë llogari aktive e kapitalit nuk ekziston.',
|
|
'payment_account_report' => 'Raporti i llogarisë së pagesave',
|
|
'invoice_ref_no' => 'Fatura Nr. / Ref. Nr.',
|
|
'payment_ref_no' => 'Ref Ref. Pagese',
|
|
'payment_for' => 'Pagesa për',
|
|
'link_account' => 'Llogaria e Lidhjes',
|
|
'account_linked_success' => 'Llogaria lidhet me sukses',
|
|
'view_details' => 'Shiko detajet',
|
|
];
|