2021-10-07 08:40:37 +00:00

25 lines
1.2 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' => 'ارزها',
'total_income' => 'کل درآمد',
'receivables' => 'دریافتنی',
'open_invoices' => 'فاکتورهای باز',
'overdue_invoices' => 'فاکتورها سر رسیده',
'total_expenses' => 'هزینه های کل',
'payables' => 'پرداختنی',
'open_bills' => 'صورتحساب های باز',
'overdue_bills' => 'صورتحساب های سررسید شده',
'total_profit' => 'کل سود',
'open_profit' => 'سود باز',
'overdue_profit' => 'سود سررسید شده',
'cash_flow' => 'جریان نقدی',
'no_profit_loss' => 'بدون سود از دست رفته',
'income_by_category' => 'درآمد بر اساس گروه‌بندی',
'expenses_by_category' => 'هزینه بر اساس گروه‌بندی',
'account_balance' => 'موجودی حساب',
'latest_income' => 'آخرین درآمد',
'latest_expenses' => 'آخرین هزینه ها',
];