2020-02-05 13:43:29 +03:00

24 lines
963 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' => 'Toplam Gelir',
'receivables' => 'Alacak',
'open_invoices' => 'Açık Faturalar',
'overdue_invoices' => 'Gecikmiş Faturalar',
'total_expenses' => 'Toplam Gider',
'payables' => 'Verecek',
'open_bills' => 'Açık Faturalar',
'overdue_bills' => 'Gecikmiş Faturalar',
'total_profit' => 'Toplam Kar',
'open_profit' => 'Açık Kar',
'overdue_profit' => 'Gecikmiş Kar',
'cash_flow' => 'Nakit Akışı',
'no_profit_loss' => 'Kar-Zarar Yok',
'income_by_category' => 'Gelir Kategorileri',
'expenses_by_category' => 'Gider Kategorileri',
'account_balance' => 'Hesap Bakiyesi',
'latest_income' => 'Son Gelirler',
'latest_expenses' => 'Son Giderler',
];