Akaunting/resources/lang/fa-IR/transfers.php

13 lines
204 B
PHP
Raw Normal View History

2017-11-14 22:42:02 +00:00
<?php
return [
'from_account' => 'از حساب',
'to_account' => 'به حساب',
2018-11-08 09:11:42 +00:00
'messages' => [
2018-11-20 08:41:17 +00:00
'delete' => ':from تا :to (:amount)',
2018-11-08 09:11:42 +00:00
],
2017-11-14 22:42:02 +00:00
];