uzbek translation
This commit is contained in:
30
resources/lang/uz-UZ/reports.php
Normal file
30
resources/lang/uz-UZ/reports.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'Bu yil',
|
||||
'previous_year' => 'Oldingi yil',
|
||||
'this_quarter' => 'Bu chorak',
|
||||
'previous_quarter' => 'Oldingi chorak',
|
||||
'last_12_months' => 'So\'nggi 12 oy',
|
||||
'profit_loss' => 'Foydani yo\'qotish',
|
||||
'gross_profit' => 'Yalpi foyda',
|
||||
'net_profit' => 'Sof foyda',
|
||||
'total_expenses' => 'Umumiy xarajatlar',
|
||||
'net' => 'NET',
|
||||
'income-expense' => 'Daromad va xarajatlar',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Umumiy foyda',
|
||||
'expense' => 'Xarajatlar haqida qisqacha ma\'lumot',
|
||||
'income_expense' => 'Daromad xarajatlarga qarshi',
|
||||
'tax' => 'Soliq haqida qisqacha ma\'lumot',
|
||||
],
|
||||
|
||||
'charts' => [
|
||||
'line' => 'Chiziq',
|
||||
'bar' => 'Bar',
|
||||
'pie' => 'Aylana chiziq grafikasi',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user