akaunting/resources/lang/fa-IR/dashboard.php
2017-11-15 01:42:02 +03: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 [
'total_incomes' => 'کل درآمد',
'receivables' => 'مطالبات',
'open_invoices' => 'فاکتورها باز',
'overdue_invoices' => 'فاکتورها سر رسیده',
'total_expenses' => 'هزینه های کل',
'payables' => 'Payables',
'open_bills' => 'صورتحساب های باز',
'overdue_bills' => 'صورتحساب های سررسید شده',
'total_profit' => 'کل سود',
'open_profit' => 'سود باز',
'overdue_profit' => 'سود سررسید شده',
'cash_flow' => 'جریان نقدی',
'no_profit_loss' => 'بدون سود از دست رفته',
'incomes_by_category' => 'درآمد بر اساس بخش بندی',
'expenses_by_category' => 'هزینه بر اساس بخش بندی',
'account_balance' => 'مانده حساب',
'latest_incomes' => 'آخرین درآمد',
'latest_expenses' => 'آخرین هزینه ها',
];