-
Notifications
You must be signed in to change notification settings - Fork 143
/
Copy pathzh.json
48 lines (42 loc) · 1.86 KB
/
zh.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
{
/*********
** Sort button
*********/
"sort.by-name": "按名称排序",
"sort.by-price": "出售价格",
"sort.by-type": "按类型排序",
"sort.by-id": "按ID排序",
/*********
** Category dropdown
*********/
"filter.all": "全部",
"filter.artisan-and-cooking": "工匠物品与菜肴",
"filter.crafting.products": "制造:各种制品",
"filter.crafting.resources": "制造:原材料",
"filter.decor.furniture": "装饰:家具",
"filter.decor.other": "装饰:其他",
"filter.equipment-boots": "服饰:鞋",
"filter.equipment-clothes": "服饰:衣物",
"filter.equipment-hats": "服饰:帽子",
"filter.equipment-rings": "装备:戒指",
"filter.equipment-tools": "装备:工具",
"filter.equipment-weapons": "装备:武器",
"filter.farm-animal-drops": "农场:动物掉落物",
"filter.farm-crops": "农场:作物",
"filter.farm-seeds": "农场:种子",
"filter.fish": "鱼类",
"filter.minerals-and-artifacts": "矿石与古物",
"filter.miscellaneous": "杂项",
/*********
** Generic Mod Config Menu UI
*********/
// TODO
"config.title.controls": "Controls",
"config.show-menu-key.name": "Show menu key",
"config.show-menu-key.desc": "The keybind which opens the menu (when no other menu is open).",
"config.title.options": "Options",
"config.apply-trash-can-upgrade.name": "Apply trash can upgrade",
"config.apply-trash-can-upgrade.desc": "When you upgrade your trash can to reclaim part of the price of trashed items, whether that upgrade applies in the item spawner menu too.",
"config.title.hide-categories": "Hide categories",
"config.hide-category.desc": "Whether to hide the '{{name}}' category in the UI. If it's hidden, items in this category will not be accessible through the spawn menu."
}