2019-11-27 16:33:45 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
'years' => 'साल|वर्षों',
|
|
|
|
'this_year' => 'इस साल',
|
|
|
|
'previous_year' => 'पिछला साल',
|
|
|
|
'this_quarter' => 'इस तिमाही',
|
|
|
|
'previous_quarter' => 'पिछला तिमाही',
|
|
|
|
'last_12_months' => 'पिछले 12 महीने',
|
|
|
|
'profit_loss' => 'लाभ & हानि',
|
|
|
|
'gross_profit' => 'कुल लाभ',
|
|
|
|
'net_profit' => 'शुद्ध लाभ',
|
|
|
|
'total_expenses' => 'कुल व्यय',
|
|
|
|
'net' => 'शुद्ध',
|
|
|
|
'income_expense' => 'आय & व्यय',
|
|
|
|
'income_summary' => 'आय का सारांश',
|
|
|
|
'expense_summary' => 'व्यय का सारांश',
|
|
|
|
'income_expense_summary' => 'आय vs व्यय',
|
|
|
|
'tax_summary' => 'कर सारांश',
|
2019-11-27 16:33:45 +03:00
|
|
|
|
|
|
|
|
|
|
|
'charts' => [
|
2022-06-01 10:15:55 +03:00
|
|
|
'line' => 'लाइन',
|
|
|
|
'bar' => 'स्तंभ',
|
|
|
|
'pie' => 'पाई',
|
2019-11-27 16:33:45 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|