akaunting/resources/lang/ar-SA/reconciliations.php
2020-03-07 15:59:15 +03:00

17 lines
562 B
PHP

<?php
return [
'reconcile' => 'التسوية',
'reconciled' => 'تمت التسوية',
'closing_balance' => 'الرصيد الختامي',
'unreconciled' => 'لم تتم التسوية',
'transactions' => 'المعاملات',
'start_date' => 'تاريخ البدء',
'end_date' => 'تاريخ الانتهاء',
'cleared_amount' => 'صافي القيمة',
'deposit' => 'إيداع',
'withdrawal' => 'سحب',
];