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

13 lines
204 B
PHP
Raw Normal View History

2017-12-13 14:54:52 +03:00
<?php
return [
'from_account' => 'من حساب',
'to_account' => 'الى حساب',
2018-08-06 10:25:41 +03:00
'messages' => [
'delete' => ':from to :to (:amount)',
],
2017-12-13 14:54:52 +03:00
];