uzbek translation
This commit is contained in:
61
resources/lang/uz-UZ/bills.php
Normal file
61
resources/lang/uz-UZ/bills.php
Normal file
@@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'bill_number' => 'Hisob raqami',
|
||||
'bill_date' => 'Hisob sanasi',
|
||||
'total_price' => 'Umumiy narx',
|
||||
'due_date' => 'To`lov muddati',
|
||||
'order_number' => 'Tartib raqami',
|
||||
'bill_from' => 'Hisob...dan',
|
||||
|
||||
'quantity' => 'Miqdori',
|
||||
'price' => 'Narxi',
|
||||
'sub_total' => 'Joriy yig`indi',
|
||||
'discount' => 'Chegirma',
|
||||
'tax_total' => 'Soliq jami',
|
||||
'total' => 'Jami',
|
||||
|
||||
'item_name' => 'Tovar nomi | Tovar nomlari',
|
||||
|
||||
'show_discount' => ': chegirma% chegirma',
|
||||
'add_discount' => 'Chegirma qo\'shing',
|
||||
'discount_desc' => 'yakuniyni chiqarish',
|
||||
|
||||
'payment_due' => 'To\'lov muddati',
|
||||
'amount_due' => 'To\'lanishi lozim bo\'lgan miqdor',
|
||||
'paid' => 'To\'langan',
|
||||
'histories' => 'Tarixlar',
|
||||
'payments' => 'To\'lovlar',
|
||||
'add_payment' => 'To\'lovni qo\'shish',
|
||||
'mark_received' => 'Belgilash qabul qilindi',
|
||||
'download_pdf' => 'PDF-ni yuklab oling',
|
||||
'send_mail' => 'Elektron pochta xabarini yuboring',
|
||||
'create_bill' => 'Hisobni yaratish',
|
||||
'receive_bill' => 'Hisobni oling',
|
||||
'make_payment' => 'To\'lovni amalga oshiring',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Qoralama',
|
||||
'received' => 'Qabul qildi',
|
||||
'partial' => 'Qisman',
|
||||
'paid' => 'To\'langan',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Hisob muvaffaqiyatli qabul qilindi deb belgilandi!',
|
||||
'draft' => 'Bu <b> PROJECT </b> hisob qaydnomasi, uni olgandan so\'ng diagrammalarda aks etadi.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Yaratilgan sanasi: sana',
|
||||
'receive' => [
|
||||
'draft' => 'Yuborilmadi',
|
||||
'received' => 'Qabul qilingan sana:',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'To\'lovni kutish',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user