akaunting/resources/lang/hi-IN/reconciliations.php
2020-09-04 00:33:04 +00:00

19 lines
811 B
PHP

<?php
return [
'reconcile' => 'मेल-मिलाप',
'unreconcile' => 'असंतुष्ट',
'reconciled' => 'मेल मिलाप',
'opening_balance' => 'प्रारंभिक बैलेंस',
'closing_balance' => 'समाप्ति के समय बैलेंस',
'unreconciled' => 'असंतुष्ट',
'transactions' => 'लेन-देन',
'start_date' => 'आरंभ करने की तारीख',
'end_date' => 'समाप्ति की तारीख',
'cleared_amount' => 'स्पष्ट राशि',
'deposit' => 'जमा',
'withdrawal' => 'निकासी',
];