-
-
Notifications
You must be signed in to change notification settings - Fork 430
Expand file tree
/
Copy pathzh.json
More file actions
149 lines (116 loc) · 6.73 KB
/
zh.json
File metadata and controls
149 lines (116 loc) · 6.73 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
/**********
** Chest UI (箱子界面)
**********/
// default chest names (默认箱子名称)
"default-name.fridge": "冰箱",
"default-name.other": "{{name}} #{{number}}",
"default-name.shipping-bin.store": "添加出货物品",
"default-name.shipping-bin.take": "取回出货物品",
// default category names (默认类别名称)
"default-category.cabin-owned": "小屋({{owner}})",
"default-category.cabin-unowned": "小屋(空的)",
"default-category.cellar-owned": "地窖({{owner}})",
"default-category.cellar-unowned": "地窖 #{{cellarNumber}}",
"default-category.farmhouse": "农舍",
"default-category.island-farmhouse": "姜岛农舍",
"default-category.duplicate": "{{locationName}} #{{number}}",
// edit-chest labels (编辑箱子标签)
"label.location": "位置",
"label.location.tile": "坐标 {{x}}, {{y}}",
"label.name": "名称",
"label.category": "分类",
"label.order": "顺序",
"label.hide-chest": "隐藏此箱子",
"label.hide-chest-hidden": "隐藏此箱子(您需要亲自找到该箱子撤销隐藏!)",
"label.automate-options": "自动化设置",
"label.automate-store": "把物品存入这个箱子里",
"label.automate-store-first": "优先把物品存入这个箱子里",
"label.automate-store-disabled": "不要把物品存入这个箱子里",
"label.automate-take": "从这个箱子里取出物品",
"label.automate-take-first": "优先从这个箱子里取出物品",
"label.automate-take-disabled": "不要从这个箱子里取出物品",
// button labels (按钮标签)
"button.edit-chest": "编辑箱子",
"button.sort-inventory": "整理",
"button.save": "保存",
"button.reset": "重置",
// chest search menu
"search-box.chest-name": "搜索箱子名称:",
"search-box.item-name": "搜索物品:",
/**********
** Errors (报错)
**********/
"errors.disabled-from-here": "您无法在当前位置访问这个箱子",
"errors.no-chests": "当前没有可用箱子",
"errors.no-chests-in-location": "当前区域没有可用箱子",
"errors.no-chests-in-range": "范围内没有可用箱子",
/**********
** Generic Mod Config Menu UI (通用模组配置菜单界面)
**********/
/****
** general options (常规选项)
****/
"config.title.general-options": "常规选项",
"config.show-hover-tooltips.name": "显示工具菜单",
"config.show-hover-tooltips.desc": "启用时,当您指向箱子时,会在工具提示中显示箱子名称。",
"config.enable-shipping-bin.name": "启用出货箱",
"config.enable-shipping-bin.desc": "启用时允许您访问出货箱。",
"config.enable-sprinkler-attachments.name": "启用洒水器部件",
"config.enable-sprinkler-attachments.desc": "启用时允许您访问洒水器部件(如:施肥器)。",
"config.add-organize-player-items.name": "添加背包整理按钮",
"config.add-organize-player-items.desc": "始终显示背包整理按钮。",
/****
** remote access (远程访问)
****/
"config.title.remote-access": "远程访问",
"config.range.name": "箱子显示范围",
"config.range.desc": "箱子可通过菜单访问的范围。",
"config.range.unlimited": "所有箱子",
"config.range.currentWorldArea": "当前世界地区内的箱子",
"config.range.currentLocation": "当前位置内的箱子",
"config.range.none": "无(无法远程访问箱子)",
"config.disable-mines.name": "在矿井和骷髅洞穴禁用",
"config.disable-mines.desc": "是否在矿井或骷髅洞穴中禁用远程访问箱子的功能。",
"config.disable-custom-names.name": "在某个位置时禁用",
"config.disable-custom-names.desc": "用于在某个位置时禁用远程访问箱子的功能。填写时请使用该位置的内部名称(如调试模式模组所示)。可以用半角逗号列出多个。",
/****
** open menu hotkey (开启界面快捷键)
****/
"config.title.open-menu-hotkey": "快捷开启箱子界面",
"config.toggle-ui-key.name": "开关界面",
"config.toggle-ui-key.desc": "单击此键开启或关闭箱子界面。",
"config.reopen-last-chest.name": "自动打开最后开过的箱子",
"config.reopen-last-chest.desc": "当您按下“开关界面”的快捷键时,重新打开当前游戏会话中您自己上次选择的箱子。",
"config.default-category.name": "默认类别",
"config.default-category.desc": "当您按下“开关界面”的快捷键时,默认显示此类别中的箱子(如果已设置)。此设置在启用“自动打开最后开过的箱子”之后生效。",
/****
** controls when chest UI is open (箱子打开时的控制)
****/
"config.title.menu-controls": "箱子界面相关控制",
"config.edit-chest.name": "编辑箱子",
"config.edit-chest.desc": "单击此键编辑当前箱子选项。",
"config.sort-items.name": "整理背包物品",
"config.sort-items.desc": "当打开任意箱子时,单击此键整理背包物品。",
"config.navigate-prev-chest.name": "导航:上一个箱子",
"config.navigate-prev-chest.desc": "当箱子界面已打开时,单击此键导航到上一个箱子。",
"config.navigate-next-chest.name": "导航:下一个箱子",
"config.navigate-next-chest.desc": "当箱子界面已打开时,单击此键导航到下一个箱子。",
"config.navigate-prev-category.name": "导航:上一个分类",
"config.navigate-prev-category.desc": "当箱子界面已打开时,单击此键导航到上一个分类。",
"config.navigate-next-category.name": "导航:下一个分类",
"config.navigate-next-category.desc": "当箱子界面已打开时,单击此键导航到下一个分类。",
"config.hold-to-scroll-categories.name": "按住以滚动分类",
"config.hold-to-scroll-categories.desc": "按住此键时,可用鼠标滚轮滚动分类的下拉菜单。",
"config.hold-to-scroll-chests.name": "按住以滚动箱子",
"config.hold-to-scroll-chests.desc": "按住此键时,可用鼠标滚轮滚动箱子的下拉菜单。",
"config.open-search-menu.name": "打开搜索菜单",
"config.open-search-menu.desc": "在查看箱子界面时,用于打开所有箱子搜索菜单的快捷键键。",
"config.search-menu-preview.name": "搜索菜单预览箱子",
"config.search-menu-preview.desc": "在查看搜索界面时,用于显示鼠标悬停处箱子内容预览提示的按键。",
/*********
** Iconic Framework icon (框架图标)
*********/
"icon.open-menu.name": "打开箱子",
"icon.open-menu.desc": "在任意地点打开箱子。"
}