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

16 lines
414 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' => 'खाता दरमा',
2021-07-16 00:17:27 +00:00
'details' => 'विवरण | विवरण',
2020-06-04 14:13:40 +03:00
'messages' => [
'delete' => ':from बाट :to (:amount)',
],
];