updated translations

This commit is contained in:
denisdulici
2020-02-17 15:10:32 +03:00
parent 4a847c287d
commit ac6b828c8e
81 changed files with 1059 additions and 557 deletions

View File

@ -2,15 +2,15 @@
return [
'reconcile' => 'Reconcile',
'reconciled' => 'Reconciled',
'closing_balance' => 'Closing Balance',
'unreconciled' => 'Unreconciled',
'list_transactions' => 'List Transactions',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
'deposit' => 'Deposit',
'withdrawal' => 'Withdrawal',
'reconcile' => 'التسوية',
'reconciled' => 'تمت التسوية',
'closing_balance' => 'الرصيد الختامي',
'unreconciled' => 'لم تتم التسوية',
'transactions' => 'الإجراءات',
'start_date' => 'تاريخ البدء',
'end_date' => 'تاريخ الانتهاء',
'cleared_amount' => 'صافي القيمة',
'deposit' => 'إيداع',
'withdrawal' => 'سحب',
];