Skip to content

Add Bulgarian translations #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions lang/bg/invoice.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?php


return [
/*
|--------------------------------------------------------------------------
| Romanian Invoice Language Lines
|--------------------------------------------------------------------------
*/

'invoice' => 'Фактура',
'serial' => 'Номер',
'date' => 'Дата на издаване',
'seller' => 'Доставчик',
'buyer' => 'Получател',
'address' => 'Адрес',
'code' => 'Идент. Номер',
'vat' => 'ДДС Номер',
'phone' => 'Телефон',
'description' => 'Наименование',
'units' => 'Мярка',
'quantity' => 'Количество',
'price' => 'Цена',
'discount' => 'Отстъпка',
'tax' => 'ДДС',
'sub_total' => 'Сума',
'total_discount' => 'Обща отстъпка',
'taxable_amount' => 'Данъчна основа',
'total_taxes' => 'ДДС сума',
'tax_rate' => 'ДДС процент',
'total_amount' => 'Обща сума за плащане',
'pay_until' => 'Дата на падеж',
'amount_in_words' => 'Словом',
'amount_in_words_format' => '%s %s и %s %s',
'notes' => 'Забележки',
'shipping' => 'Доставка',
'paid' => 'Платено',
'due' => 'Неплатено',
'page' => 'Страница',
];