akaunting/resources/lang/fa-IR/reconciliations.php

17 lines
585 B
PHP
Raw Normal View History

2018-11-08 12:11:42 +03:00
<?php
return [
2020-05-21 13:06:45 +03:00
'reconcile' => 'مغایرت گیری',
'reconciled' => 'مغایرت گیری شده',
'closing_balance' => 'تراز پایان دوره',
'unreconciled' => 'مغایرت گیری نشده',
'transactions' => 'تراکنش‌ها',
2018-12-11 16:47:45 +03:00
'start_date' => 'تاریخ شروع',
'end_date' => 'تاریخ پایان',
2020-05-21 13:06:45 +03:00
'cleared_amount' => 'مبلغ تصفیه شده',
2018-12-11 16:47:45 +03:00
'deposit' => 'سپرده',
2020-05-21 13:06:45 +03:00
'withdrawal' => 'برداشت',
2018-11-08 12:11:42 +03:00
];