-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Ukrainian language for some modules
- Loading branch information
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
return [ | ||
'Catalog' => 'Каталог', | ||
'Category fields' => 'Поля категорії', | ||
'Manage fields' => 'Редагувати поля', | ||
|
||
'Add field' => 'Додати поле', | ||
'Save fields' => 'Зберегти поля', | ||
'Type options with `comma` as delimiter' => 'Елементи списку через кому', | ||
'Fields' => 'Поля', | ||
|
||
'Item created' => 'Новий запис успішно створено', | ||
'Item updated' => 'Запис оновлено', | ||
'Item deleted' => 'Запис видалено', | ||
|
||
'Title' => 'Назва', | ||
'Type' => 'Тип поля', | ||
'Options' => 'Опції', | ||
'Available' => 'Доступно', | ||
'Price' => 'Ціна', | ||
'Discount' => 'Знижка', | ||
'Select' => 'Вибрати', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?php | ||
return [ | ||
'Create category' => 'Cтворити категорію', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
return [ | ||
'Orders' => 'Замовлення', | ||
'Order' => 'Замовлення', | ||
'Order updated' => 'Замовлення оновлено', | ||
'Blank' => 'Незаполнен', | ||
'Pending' => 'Очікує', | ||
'Processed' => 'В обробці', | ||
'Sent' => 'Відправлений', | ||
'Completed' => 'Завершено', | ||
'Declined' => 'Відхилено', | ||
'Returned' => 'Повернення', | ||
'Error' => 'Помилка', | ||
'Fails' => 'Невдачі', | ||
'Address' => 'Адрес', | ||
'Cost' => 'Вартість', | ||
'Phone' => 'Телефон', | ||
'Comment' => 'Коментар', | ||
'Admin remark' => 'Позначка', | ||
'Items' => 'Товары', | ||
'Options' => 'Опції', | ||
'Count' => 'Кількість', | ||
'Discount' => 'Знижка', | ||
'Price' => 'Ціна', | ||
'Total' => 'Всього', | ||
'View' => 'Перегляд', | ||
'Order status changed' => 'Статус замовлення змінено', | ||
'Notify user on E-mail' => 'Надіслати повідомлення користувачеві на E-mail' | ||
]; |
3f8b339
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
доброго дня - ви не знаєте - автор ще підтримує систему? я декілька місяців назад робив на ній проект то не було фітбеку...
3f8b339
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.