ukrainian translation

This commit is contained in:
denisdulici
2019-11-18 20:43:18 +03:00
parent 2d7b17c790
commit 436e85ba90
30 changed files with 555 additions and 355 deletions

View File

@@ -7,25 +7,24 @@ return [
'this_quarter' => 'Цей Квартал',
'previous_quarter' => 'Попередній Квартал',
'last_12_months' => 'Останні 12 Місяців',
'profit_loss' => 'Прибуток & Збиток',
'gross_profit' => 'Загальний Прибуток
',
'profit_loss' => 'Продажі & Витрати',
'gross_profit' => 'Валовий прибуток',
'net_profit' => 'Новий Прибуток',
'total_expenses' => 'Загальні витрати',
'net' => 'NET',
'income-expense' => 'Продажі & Витрати',
'summary' => [
'income' => 'Підсумковий Прибуток',
'expense' => 'Звіт про Витрати',
'income_expense' => 'Дохід vs Витрати',
'tax' => 'Підсумковий Податок',
'income' => 'Загальні Продажі',
'expense' => 'Витрати',
'income_expense' => 'Продажі vs Витрати',
'tax' => 'Сума Податку',
],
'quarter' => [
'1' => 'Січень-Березень',
'2' => 'Квітень-Червень',
'3' => 'Липень-Вересень',
'4' => 'Жовтень-Грудень',
'charts' => [
'line' => 'Рядок',
'bar' => 'Пряма',
'pie' => 'Pie',
],
];