-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathuk.json
71 lines (64 loc) · 3.05 KB
/
uk.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
/*********
** Shop UI
*********/
// filter labels
"filter.category": "Категорія",
"filter.sorting": "Сортувати за:",
// sort types
"sort.none": "нічим",
"sort.name": "назвою",
"sort.price": "ціною",
//quantity dialog
"quantity.name" : "Кількість",
// category names
"categories.everything": "Все",
"categories.other": "Інше",
"categories.artisan-goods": "Товари власного вироб.",
"categories.bait": "Наживки",
"categories.big-craftables": "Великі вироби",
"categories.boots": "Взуття",
"categories.building-resources": "Будівельні матеріали",
"categories.clothing": "Одяг",
"categories.cooking": "Готування",
"categories.crafting": "Створення",
"categories.eggs": "Яйця",
"categories.equipment": "Спорядження",
"categories.fertilizer": "Добрива",
"categories.fish": "Риба",
"categories.flowers": "Квіти",
"categories.fruits": "Фрукти",
"categories.furniture": "Меблі",
"categories.gems": "Самоцвіти",
"categories.greens": "Зелень",
"categories.hats": "Капелюхи",
"categories.ingredients": "Складники",
"categories.junk": "Мотлох",
"categories.meat": "М'ясо",
"categories.metals": "Метали",
"categories.milk": "Молоко",
"categories.minerals": "Мінерали",
"categories.monster-loot": "Здобич з монстрів",
"categories.recipes": "Рецепти",
"categories.rings": "Персні",
"categories.seeds": "Насіння",
"categories.seedsOther": "Інші насіння",
"categories.sell-to-pierre-or-marnie": "Доступні на продаж у П'єра/Марні",
"categories.sell-to-pierre": "Доступні на продаж у П'єра",
"categories.sell-to-willy": "Доступні на продаж у Віллі",
"categories.syrups": "Сиропи",
"categories.tackle": "Приманка",
"categories.tools": "Приладдя",
"categories.vegetables": "Овочі",
"categories.weapons": "Зброя",
/*********
** Generic Mod Config Menu UI
*********/
"config.grid-layout.name": "Сітчаста викладка",
"config.grid-layout.tooltip": "Чи потрібно використовувати сітчасту викладку в крамницях.",
"config.quantity-dialog.name": "Власна кількість",
"config.quantity-dialog.tooltip": "Відкриває діалогове вікно для введення користувацької суми покупки. Відкривається натисканням ЛКМ/Опція + ПКМ.",
/** grid/std layout button hover text */
"button.grid-layout.tooltip": "Вибрати сітчасте розташування",
"button.std-layout.tooltip": "Вибрати стандартне розташування"
}