akaunting/resources/lang/ne-NP/transfers.php

15 lines
346 B
PHP
Raw Normal View History

2020-06-04 14:13:40 +03:00
<?php
return [
'from_account' => 'खाताबाट',
2021-04-02 10:47:48 +00:00
'from_account_rate' => 'खाता दर बाट',
2020-06-04 14:13:40 +03:00
'to_account' => 'खातामा',
2021-04-02 10:47:48 +00:00
'to_account_rate' => 'खाता दरमा',
2020-06-04 14:13:40 +03:00
'messages' => [
'delete' => ':from बाट :to (:amount)',
],
];