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

19 lines
711 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' => 'مغایرت گیری',
2020-10-21 00:45:21 +00:00
'unreconcile' => 'مغایرت گیری نشده',
2020-05-21 13:06:45 +03:00
'reconciled' => 'مغایرت گیری شده',
2020-10-21 00:45:21 +00:00
'opening_balance' => 'تراز شروع دوره',
2020-05-21 13:06:45 +03:00
'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
];