15 lines
346 B
PHP
15 lines
346 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'खाताबाट',
|
|
'from_account_rate' => 'खाता दर बाट',
|
|
'to_account' => 'खातामा',
|
|
'to_account_rate' => 'खाता दरमा',
|
|
|
|
'messages' => [
|
|
'delete' => ':from बाट :to (:amount)',
|
|
],
|
|
|
|
];
|