akaunting/resources/lang/ar-SA/transfers.php
2018-08-06 10:25:41 +03:00

13 lines
204 B
PHP

<?php
return [
'from_account' => 'من حساب',
'to_account' => 'الى حساب',
'messages' => [
'delete' => ':from to :to (:amount)',
],
];