29 lines
1003 B
PHP
Raw Normal View History

2021-02-07 16:50:23 +00:00
<?php
return [
2022-06-01 10:15:55 +03:00
'years' => 'İl|İllər',
'this_year' => 'Bu İl',
'previous_year' => 'Öncəki İl',
'this_quarter' => 'Bu Rüb',
'previous_quarter' => 'Öncəki Rüb',
'last_12_months' => 'Son 12 Ay',
'profit_loss' => 'Gəlir və Zərər',
'gross_profit' => 'Brüt Gəlir',
'net_profit' => 'Net Gəlir',
'total_expenses' => 'Cəmi Xərc',
'net' => 'NET',
'income_expense' => 'Gəlir - Xərc',
'income_summary' => 'Gəlir Xülasəsi',
'expense_summary' => 'Xərc Xülasəsi',
'income_expense_summary' => 'Gəlir və Xərc Balansı',
'tax_summary' => 'Vergi Xülasəsi',
2021-02-07 16:50:23 +00:00
'charts' => [
2022-06-01 10:15:55 +03:00
'line' => 'Xətt',
'bar' => 'Çubuq',
'pie' => 'Tort',
2021-02-07 16:50:23 +00:00
],
];