added Albanian translation
This commit is contained in:
36
resources/lang/sq-AL/bills.php
Normal file
36
resources/lang/sq-AL/bills.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'bill_number' => 'Numri i Faturës',
|
||||
'bill_date' => 'Data e Faturës',
|
||||
'total_price' => 'Cmimi Total',
|
||||
'due_date' => 'Data e duhur',
|
||||
'order_number' => 'Numri i Porosisë',
|
||||
'bill_from' => 'Fature Nga',
|
||||
|
||||
'quantity' => 'Sasia',
|
||||
'price' => 'Çmimi',
|
||||
'sub_total' => 'Nëntotali',
|
||||
'tax_total' => 'Tatimi Gjithsej',
|
||||
'total' => 'Totali',
|
||||
|
||||
'item_name' => 'Emri i Artikullit | Emrat e Artikullit',
|
||||
|
||||
'payment_due' => 'Pagesa e Duhur',
|
||||
'amount_due' => 'Shuma e Duhur',
|
||||
'paid' => 'I paguar',
|
||||
'histories' => 'Historitë',
|
||||
'payments' => 'Pagesat',
|
||||
'add_payment' => 'Shto Pagesë',
|
||||
'download_pdf' => 'Shkarko PDF',
|
||||
'send_mail' => 'Dërgo Email',
|
||||
|
||||
'status' => [
|
||||
'new' => 'I ri',
|
||||
'updated' => 'Përditësuar',
|
||||
'partial' => 'I pjesshëm',
|
||||
'paid' => 'I paguar',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user