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

15 lines
353 B
PHP
Raw Normal View History

2019-11-27 16:33:45 +03:00
<?php
return [
'from_account' => 'खाते से',
2021-04-02 10:47:48 +00:00
'from_account_rate' => 'खाता दर से',
2019-11-27 16:33:45 +03:00
'to_account' => 'खाते में',
2021-04-02 10:47:48 +00:00
'to_account_rate' => 'खाता दर के लिए',
2019-11-27 16:33:45 +03:00
'messages' => [
'delete' => ':from से :to (:amount)',
],
];