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

24 lines
993 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 [
'total_income' => 'Cəmi Gəlir',
'receivables' => 'Alacaq',
'open_invoices' => 'Açıq Fakturalar',
'overdue_invoices' => 'Gecikmiş Fakturalar',
'total_expenses' => 'Cəmi Xərc',
'payables' => 'Verəcək',
'open_bills' => 'Açıq Fakturalar',
'overdue_bills' => 'Gecikmiş Fakturalar',
'total_profit' => 'Cəmi Gəlir',
'open_profit' => 'Açıq Gəlir',
'overdue_profit' => 'Gecikmiş Gəlir',
'cash_flow' => 'Maliyyə axını',
'no_profit_loss' => 'Gəlir-Zərər Yox',
'income_by_category' => 'Gəlir Kateqoriyaları',
'expenses_by_category' => 'Xərc Kateqoriyaları',
'account_balance' => 'Hesap Balansı',
'latest_income' => 'Son Gəlirlər',
'latest_expenses' => 'Son Xərclər',
];