2021-08-01 19:00:00 +00:00

25 lines
1.1 KiB
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 [
'currencies' => 'Pul vahidləri',
'total_income' => 'Cəmi gəlir',
'receivables' => 'Alınacaqlar',
'open_invoices' => 'Açıq fakturalar',
'overdue_invoices' => 'Gecikmiş fakturalar',
'total_expenses' => 'Cəmi xərclər',
'payables' => 'Veriləcəklər',
'open_bills' => 'Açıq fakturalar',
'overdue_bills' => 'Gecikmiş fakturalar',
'total_profit' => 'Cəmi mənfəət',
'open_profit' => 'Açıq mənfəət',
'overdue_profit' => 'Gecikmiş mənfəət',
'cash_flow' => 'Nağd axın',
'no_profit_loss' => 'Mənfəət itkisi yoxdur',
'income_by_category' => 'Kateqriyaya görə gəlir',
'expenses_by_category' => 'Kateqoriyaya görə xərclər',
'account_balance' => 'Hesab balansı',
'latest_income' => 'Son gəlir',
'latest_expenses' => 'Son xərclər',
];