updated translations
This commit is contained in:
@@ -12,11 +12,16 @@ return [
|
||||
'quantity' => 'Количество',
|
||||
'price' => 'Цена',
|
||||
'sub_total' => 'Междинна сума',
|
||||
'discount' => 'Discount',
|
||||
'tax_total' => 'Общо данък',
|
||||
'total' => 'Общо',
|
||||
|
||||
'item_name' => 'Име на артикул | Имена на артикули',
|
||||
|
||||
'show_discount' => ':discount% Discount',
|
||||
'add_discount' => 'Add Discount',
|
||||
'discount_desc' => 'of subtotal',
|
||||
|
||||
'payment_due' => 'Дължимото плащане',
|
||||
'amount_due' => 'Дължимата сума',
|
||||
'paid' => 'Платени',
|
||||
|
||||
@@ -37,6 +37,7 @@ return [
|
||||
'updates' => 'Актуализация | Актуализации',
|
||||
'numbers' => 'Номер | Числа',
|
||||
'statuses' => 'Статус | Статуси',
|
||||
'others' => 'Other|Others',
|
||||
|
||||
'dashboard' => 'Табло',
|
||||
'banking' => 'Банкиране',
|
||||
|
||||
@@ -12,11 +12,16 @@ return [
|
||||
'quantity' => 'Количество',
|
||||
'price' => 'Цена',
|
||||
'sub_total' => 'Междинна сума',
|
||||
'discount' => 'Discount',
|
||||
'tax_total' => 'Общо данък',
|
||||
'total' => 'Общо',
|
||||
|
||||
'item_name' => 'Име на артикул | Имена на артикули',
|
||||
|
||||
'show_discount' => ':discount% Discount',
|
||||
'add_discount' => 'Add Discount',
|
||||
'discount_desc' => 'of subtotal',
|
||||
|
||||
'payment_due' => 'Дължимото плащане',
|
||||
'paid' => 'Платен',
|
||||
'histories' => 'История',
|
||||
|
||||
@@ -14,6 +14,8 @@ return [
|
||||
'not_user_company' => 'Грешка: Не ви е позволено да управлявате тази компания!',
|
||||
'customer' => 'Грешка: Потребителят не е създаден! :name вече използва този имейл адрес.',
|
||||
'no_file' => 'Грешка: Няма избран файл!',
|
||||
'last_category' => 'Error: Can not delete the last :type category!',
|
||||
'invalid_token' => 'Error: The token entered is invalid!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Предупреждение: Не ви е позволено да изтриете <b>:name</b>, защото има :text свързан.',
|
||||
|
||||
@@ -8,6 +8,7 @@ return [
|
||||
'new' => 'Нов',
|
||||
'top_free' => 'Топ безплатни',
|
||||
'free' => 'БЕЗПЛАТНО',
|
||||
'search' => 'Search',
|
||||
'install' => 'Инсталирай',
|
||||
'buy_now' => 'Купете сега',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Натиснете тук</a> за да получите Вашия API token.',
|
||||
|
||||
20
resources/lang/bg-BG/recurring.php
Normal file
20
resources/lang/bg-BG/recurring.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Recurring',
|
||||
'every' => 'Every',
|
||||
'period' => 'Period',
|
||||
'times' => 'Times',
|
||||
'daily' => 'Daily',
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'yearly' => 'Yearly',
|
||||
'custom' => 'Custom',
|
||||
'days' => 'Day(s)',
|
||||
'weeks' => 'Week(s)',
|
||||
'months' => 'Month(s)',
|
||||
'years' => 'Year(s)',
|
||||
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
|
||||
|
||||
];
|
||||
@@ -7,11 +7,24 @@ return [
|
||||
'this_quarter' => 'Текущото тримесечие',
|
||||
'previous_quarter' => 'Предходното тримесечие',
|
||||
'last_12_months' => 'Последните 12 месеца',
|
||||
'profit_loss' => 'Profit & Loss',
|
||||
'gross_profit' => 'Gross Profit',
|
||||
'net_profit' => 'Net Profit',
|
||||
'total_expenses' => 'Total Expenses',
|
||||
'net' => 'NET',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Приходи',
|
||||
'expense' => 'Разходи',
|
||||
'income_expense' => 'Приходи срещу разходи',
|
||||
'tax' => 'Tax Summary',
|
||||
],
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Jan-Mar',
|
||||
'2' => 'Apr-Jun',
|
||||
'3' => 'Jul-Sep',
|
||||
'4' => 'Oct-Dec',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -21,6 +21,11 @@ return [
|
||||
'space' => 'Празно място ( )',
|
||||
],
|
||||
'timezone' => 'Часова зона',
|
||||
'percent' => [
|
||||
'title' => 'Percent (%) Position',
|
||||
'before' => 'Before Number',
|
||||
'after' => 'After Number',
|
||||
],
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'Фактура',
|
||||
|
||||
Reference in New Issue
Block a user