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

13 lines
202 B
PHP
Raw Normal View History

2017-11-15 01:42:02 +03:00
<?php
return [
'from_account' => 'از حساب',
'to_account' => 'به حساب',
2018-11-08 12:11:42 +03:00
'messages' => [
'delete' => ':from to :to (:amount)',
],
2017-11-15 01:42:02 +03:00
];