2022-06-04 00:26:44 +00:00

32 lines
779 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 [
'accounts' => [
'cash' => 'Kasa',
],
'categories' => [
'deposit' => 'Depozito',
'sales' => 'Satış',
],
'currencies' => [
'usd' => 'Amerikan Doları',
],
'offline_payments' => [
'cash' => 'Nakit',
'bank' => 'Banka Transferi',
],
'reports' => [
'income' => 'Kategori bazlı aylık gelir özeti.',
'expense' => 'Kategori bazlı aylık gider özeti.',
'income_expense' => 'Kategori bazlı aylık gelir-gider dengesi.',
'tax' => 'Çeyreklik vergi özeti.',
'profit_loss' => 'Çeyreklik kar-zarar tablosu.',
],
];