akaunting/resources/lang/hi-IN/transfers.php

13 lines
221 B
PHP
Raw Normal View History

2019-11-27 16:33:45 +03:00
<?php
return [
'from_account' => 'खाते से',
'to_account' => 'खाते में',
'messages' => [
'delete' => ':from से :to (:amount)',
],
];