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

13 lines
208 B
PHP
Raw Normal View History

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