Skip to content

Commit

Permalink
add Ukrainian language for some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
shadik42 committed Mar 5, 2018
1 parent a262a19 commit 3f8b339
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
23 changes: 23 additions & 0 deletions modules/catalog/messages/uk/admin.php
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' => 'Вибрати',
];
4 changes: 4 additions & 0 deletions modules/catalog/messages/uk/api.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
return [
'Create category' => 'Cтворити категорію',
];
29 changes: 29 additions & 0 deletions modules/shopcart/messages/uk/admin.php
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'
];

2 comments on commit 3f8b339

@dzyof
Copy link

@dzyof dzyof commented on 3f8b339 Mar 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

доброго дня - ви не знаєте - автор ще підтримує систему? я декілька місяців назад робив на ній проект то не було фітбеку...

@dzyof
Copy link

@dzyof dzyof commented on 3f8b339 Mar 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • на даний момент відсутній доступ до демо сайта і адмінки

Please sign in to comment.