akaunting/resources/lang/mk-MK/reconciliations.php
2023-03-02 00:22:42 +00:00

23 lines
990 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'reconcile' => 'Консолидирај',
'unreconcile' => 'Деконсолидирај',
'reconciled' => 'Консолидирано',
'opening_balance' => 'Почетно салдо',
'closing_balance' => 'Биланс на затворање',
'unreconciled' => 'Деконсолидирано',
'transactions' => 'Трансакции',
'start_date' => 'Почетен датум',
'end_date' => 'Краен датум',
'cleared_amount' => 'Исчистен износ',
'deposit' => 'Депозит',
'withdrawal' => 'Повлекување',
'reconciled_amount' => 'Порамнето',
'in_progress' => 'Во тек',
'save_draft' => 'Зачувај работна верзија',
'irreconcilable' => 'Не може да се порамни',
];