60 lines
2.9 KiB
PHP
60 lines
2.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'invoice_settings' => 'Cilësimet e faturës',
|
|
'manage_your_invoices' => 'Menaxhoni cilësimet e faturës tënde',
|
|
'all_your_invoice_schemes' => 'Të gjitha skemat e faturës suaj',
|
|
'added_success' => 'Vendosja e faturave u shtua me sukses',
|
|
'updated_success' => 'Vendosja e faturës përditësohet me sukses',
|
|
'deleted_success' => 'Vendosja e faturës fshihet me sukses',
|
|
'add_invoice' => 'Shto skema të reja të faturës',
|
|
'edit_invoice' => 'Redakto skemat e faturës',
|
|
'name' => 'Emri',
|
|
'prefix' => 'Prefix',
|
|
'start_number' => 'Fillo nga',
|
|
'total_digits' => 'Numri i shifrave',
|
|
'preview' => 'Preview',
|
|
'not_selected' => 'Nuk u përzgjodh',
|
|
'invoice_count' => 'Numër fature',
|
|
'invoice_schemes' => 'Skema e faturave',
|
|
'invoice_layouts' => 'Layouts faturash',
|
|
'invoice_layout' => 'Planifikimi i faturës',
|
|
'all_your_invoice_layouts' => 'Të gjitha paraqitjet e faturës',
|
|
'add_invoice_layout' => 'Shto paraqitjen e re të faturës',
|
|
'layout_name' => 'Emri layout',
|
|
'invoice_scheme' => 'Skema e faturave',
|
|
'header_text' => 'Tekst header',
|
|
'invoice_no_prefix' => 'Numër fature',
|
|
'invoice_heading' => 'Drejtimi i faturës',
|
|
'sub_total_label' => 'Etiketë nëntotal',
|
|
'discount_label' => 'Etiketë zbritje',
|
|
'tax_label' => 'Etiketë tatimore',
|
|
'total_label' => 'Etiketë gjithsej',
|
|
'fields_to_be_shown_in_address' => 'Fushat që do të shfaqen në adresën e vendndodhjes',
|
|
'highlight_color' => 'Ngjyrosni ngjyrën',
|
|
'footer_text' => 'Tekst i faqes',
|
|
'layout_added_success' => 'Plani i faturës është shtuar me sukses',
|
|
'edit_invoice_layout' => 'Redakto paraqitjen e faturës',
|
|
'layout_updated_success' => 'Planifikimi i faturave u rifreskua me sukses',
|
|
'used_in_locations' => 'Përdorur në vende',
|
|
'show_business_name' => 'Trego emrin e biznesit',
|
|
'show_location_name' => 'Shfaq emrin e vendndodhjes',
|
|
'show_mobile_number' => 'Numri i celularit',
|
|
'show_alternate_number' => 'Numër alternativ',
|
|
'show_email' => 'Email',
|
|
'show_tax_1' => 'Detajet e tatimit 1',
|
|
'show_tax_2' => 'Detajet e taksës 2',
|
|
'fields_to_shown_for_communication' => 'Fushat për detajet e Komunikimit',
|
|
'fields_to_shown_for_tax' => 'Fushat për detajet e taksës',
|
|
'invoice_logo' => 'Faturë Logo',
|
|
'show_logo' => 'Trego faturën Logo',
|
|
'show_barcode' => 'Shfaq Barcode',
|
|
'total_due_label' => 'Gjithsej etiketën e duhur',
|
|
'invoice_heading_not_paid' => 'Titull Prapashtesë për mos paguar',
|
|
'invoice_heading_paid' => 'Titull Prapashtesë për pagesë',
|
|
'show_payments' => 'Trego informacionin e pagesës',
|
|
'show_customer' => 'Trego informacionin e Klientit',
|
|
'paid_label' => 'Shuma e etiketës së paguar',
|
|
'customer_label' => 'Etiketa e klientit',
|
|
];
|