2021-02-07 16:50:23 +00:00

32 lines
954 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'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',
'summary' => [
'income' => 'Gəlir Xülasəsi',
'expense' => 'Xərc Xülasəsi',
'income_expense' => 'Gəlir və Xərc Balansı',
'tax' => 'Vergi Xülasəsi',
],
'charts' => [
'line' => 'Xətt',
'bar' => 'Çubuq',
'pie' => 'Tort',
],
];