hindi translation
This commit is contained in:
30
resources/lang/hi-IN/reports.php
Normal file
30
resources/lang/hi-IN/reports.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'इस साल',
|
||||
'previous_year' => 'पिछला साल',
|
||||
'this_quarter' => 'इस तिमाही',
|
||||
'previous_quarter' => 'पिछला तिमाही',
|
||||
'last_12_months' => 'पिछले 12 महीने',
|
||||
'profit_loss' => 'लाभ & हानि',
|
||||
'gross_profit' => 'कुल लाभ',
|
||||
'net_profit' => 'शुद्ध लाभ',
|
||||
'total_expenses' => 'कुल व्यय',
|
||||
'net' => 'शुद्ध',
|
||||
'income-expense' => 'आय & व्यय',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'आय का सारांश',
|
||||
'expense' => 'व्यय का सारांश',
|
||||
'income_expense' => 'आय vs व्यय',
|
||||
'tax' => 'कर सारांश',
|
||||
],
|
||||
|
||||
'charts' => [
|
||||
'line' => 'लाइन',
|
||||
'bar' => 'स्तंभ',
|
||||
'pie' => 'पाई',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user