updated translations

This commit is contained in:
denisdulici
2018-05-03 12:16:18 +03:00
parent 7beb5a7fad
commit d67ec0ff9c
214 changed files with 1682 additions and 466 deletions

View File

@@ -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' => 'Платени',

View File

@@ -37,6 +37,7 @@ return [
'updates' => 'Актуализация | Актуализации',
'numbers' => 'Номер | Числа',
'statuses' => 'Статус | Статуси',
'others' => 'Other|Others',
'dashboard' => 'Табло',
'banking' => 'Банкиране',

View File

@@ -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' => 'История',

View File

@@ -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 свързан.',

View File

@@ -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.',

View 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',
];

View File

@@ -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',
],
];

View File

@@ -21,6 +21,11 @@ return [
'space' => 'Празно място ( )',
],
'timezone' => 'Часова зона',
'percent' => [
'title' => 'Percent (%) Position',
'before' => 'Before Number',
'after' => 'After Number',
],
],
'invoice' => [
'tab' => 'Фактура',