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

28 lines
1.4 KiB
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 [
'code' => 'Код',
'rate' => 'Курс',
'default' => 'Валута по подразбиране',
'decimal_mark' => 'Десетичен знак',
'thousands_separator' => 'Разделител за хилядни',
'precision' => 'Точност',
'conversion' => 'Преобразуване на валута: :price (:currency_code) при :currency_rate',
'symbol' => [
'symbol' => 'Символ',
'position' => 'Символ позиция',
'before' => 'Преди сума',
'after' => 'След сума',
],
'form_description' => [
'general' => 'Валутата по подразбиране се използва в таблото за управление и отчетите. За други валути курсът трябва да е по-нисък от 1 за по-слаби валути и по-висок от 1 за по-силни валути.',
],
'no_currency' => 'Без валута',
'create_currency' => 'Създайте нова валута и редактирайте по всяко време от настройките.',
'new_currency' => 'Нова валута',
];