akaunting/resources/lang/hi-IN/transfers.php
2021-08-01 19:00:00 +00:00

16 lines
419 B
PHP

<?php
return [
'from_account' => 'खाते से',
'from_account_rate' => 'खाता दर से',
'to_account' => 'खाते में',
'to_account_rate' => 'खाता दर के लिए',
'details' => 'विवरण|विवरण',
'messages' => [
'delete' => ':from से :to (:amount)',
],
];