akaunting/resources/lang/bg-BG/reconciliations.php
2022-10-31 13:49:13 +00:00

23 lines
987 B
PHP
Raw 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' => 'Не подлежи на оспорване',
];