updated translations

This commit is contained in:
denisdulici
2020-02-05 13:43:29 +03:00
parent 0f8ebc6846
commit 260bda2ca3
83 changed files with 669 additions and 365 deletions

View File

@ -0,0 +1,23 @@
<?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',
];