akaunting/resources/lang/hi-IN/transfers.php
2019-11-27 16:33:45 +03:00

13 lines
221 B
PHP

<?php
return [
'from_account' => 'खाते से',
'to_account' => 'खाते में',
'messages' => [
'delete' => ':from से :to (:amount)',
],
];