akaunting/resources/lang/ar-SA/reconciliations.php

17 lines
562 B
PHP
Raw Normal View History

2018-11-08 12:11:42 +03:00
<?php
return [
2020-02-17 15:10:32 +03:00
'reconcile' => 'التسوية',
'reconciled' => 'تمت التسوية',
'closing_balance' => 'الرصيد الختامي',
'unreconciled' => 'لم تتم التسوية',
'transactions' => 'الإجراءات',
'start_date' => 'تاريخ البدء',
'end_date' => 'تاريخ الانتهاء',
'cleared_amount' => 'صافي القيمة',
'deposit' => 'إيداع',
'withdrawal' => 'سحب',
2018-11-08 12:11:42 +03:00
];