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

23 lines
1.1 KiB
PHP
Raw Normal View History

2019-11-27 16:33:45 +03:00
<?php
return [
'reconcile' => 'मेल-मिलाप',
2020-09-04 00:33:04 +00:00
'unreconcile' => 'असंतुष्ट',
2019-11-27 16:33:45 +03:00
'reconciled' => 'मेल मिलाप',
2020-09-04 00:33:04 +00:00
'opening_balance' => 'प्रारंभिक बैलेंस',
2019-11-27 16:33:45 +03:00
'closing_balance' => 'समाप्ति के समय बैलेंस',
'unreconciled' => 'असंतुष्ट',
'transactions' => 'लेन-देन',
'start_date' => 'आरंभ करने की तारीख',
'end_date' => 'समाप्ति की तारीख',
'cleared_amount' => 'स्पष्ट राशि',
'deposit' => 'जमा',
'withdrawal' => 'निकासी',
2022-06-16 00:23:51 +00:00
'reconciled_amount' => 'मेल मिलाप',
'in_progress' => 'प्रगति में',
'save_draft' => 'ड्राफ्ट के रूप में सेव करें',
'irreconcilable' => 'असंगत',
2019-11-27 16:33:45 +03:00
];