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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
|
{
"config.jade.plugin_firmament.custom_mining_hardness": "Firmament挖掘硬度",
"config.jade.plugin_firmament.toolprovider": "Firmament工具提供者",
"firmament.carnival.tutorial.minesweeper": "§e点击这里查看这个小游戏的教程!",
"firmament.command.toggle.no-config-found": "找不到配置%s",
"firmament.command.toggle.no-property-found": "找不到属性%s",
"firmament.command.toggle.not-a-toggle": "属性%s不是一个开关",
"firmament.command.toggle.toggled": "已切换%s/%s%s",
"firmament.command.waypoint.added": "已添加路径点%s%s%s。",
"firmament.command.waypoint.clear": "已清除路径点。",
"firmament.command.waypoint.import": "从剪贴板导入了%s个路径点。",
"firmament.command.waypoint.ordered.toggle.false": "已禁用有序路径点",
"firmament.command.waypoint.ordered.toggle.true": "已启用有序路径点",
"firmament.command.waypoint.remove": "已移除路径点%s。其他路径点的索引可能会变化。",
"firmament.command.waypoint.remove.error": "索引对应的路径点不存在,无法删除。",
"firmament.command.waypoint.skip": "跳过了1个路径点",
"firmament.command.waypoint.skip.error": "无法跳过路径点。是不是没有使用有序路径点或没有加载了数据?",
"firmament.config.all-configs": "- 所有配置 -",
"firmament.config.anniversary": "周年活动功能",
"firmament.config.anniversary.pig-hud": "闪亮猪HUD",
"firmament.config.anniversary.pig-hud.description": "一个显示闪亮猪掉落奖励的HUD",
"firmament.config.anniversary.shiny-pigs": "闪亮猪追踪器",
"firmament.config.anniversary.shiny-pigs.description": "追踪闪亮猪的奖励,并显示抓猪的限时。",
"firmament.config.auto-completions": "Hypixel命令优化",
"firmament.config.auto-completions.warp-complete": "自动补全/warp",
"firmament.config.auto-completions.warp-complete.description": "在聊天中自动补全warp目的地。这可能包括你尚未解锁的地点。",
"firmament.config.auto-completions.warp-is": "将/warp is重定向到/warp island",
"firmament.config.auto-completions.warp-is.description": "将/warp is重定向到/warp island,因为hypixel不识别/warp is为warp目的地。",
"firmament.config.bonemerang-overlay": "骨回旋镖覆盖层",
"firmament.config.bonemerang-overlay.bonemerang-overlay": "骨回旋镖覆盖层",
"firmament.config.bonemerang-overlay.bonemerang-overlay-hud": "骨回旋镖覆盖层HUD",
"firmament.config.bonemerang-overlay.bonemerang-overlay-hud.description": "显示你的骨回旋镖将击中多少目标",
"firmament.config.bonemerang-overlay.bonemerang-overlay.description": "显示骨回旋镖的信息。",
"firmament.config.bonemerang-overlay.bonemerang-overlay.display": "骨回旋镖目标:%s",
"firmament.config.bonemerang-overlay.highlight-hit-entities": "高亮目标实体",
"firmament.config.bonemerang-overlay.highlight-hit-entities.description": "高亮将被击中的实体",
"firmament.config.carnival": "嘉年华功能",
"firmament.config.carnival.bombs-solver": "扫雷助手",
"firmament.config.carnival.bombs-solver.description": "在扫雷中显示每个方块周围的炸弹。",
"firmament.config.carnival.tutorials": "教程提醒",
"firmament.config.carnival.tutorials.description": "每次开始Firmament提供了教程的游戏时,显示一个教程提示。",
"firmament.config.category.chat": "聊天",
"firmament.config.category.chat.description": "聊天相关功能",
"firmament.config.category.dev": "开发与调试",
"firmament.config.category.dev.description": "纹理包开发者和程序员使用的设置",
"firmament.config.category.events": "活动",
"firmament.config.category.events.description": "各种游戏活动的设置",
"firmament.config.category.garden": "花园",
"firmament.config.category.garden.description": "花园相关功能",
"firmament.config.category.integrations": "联动与纹理",
"firmament.config.category.integrations.description": "与其他模组和纹理包的联动",
"firmament.config.category.inventory": "物品栏",
"firmament.config.category.inventory.description": "物品栏,箱子和各UI功能",
"firmament.config.category.items": "物品",
"firmament.config.category.items.description": "物品相关功能",
"firmament.config.category.meta": "元数据与Firmament",
"firmament.config.category.meta.description": "Firmament和数据仓库的设置",
"firmament.config.category.mining": "挖矿",
"firmament.config.category.mining.description": "挖矿相关功能",
"firmament.config.category.misc": "杂项",
"firmament.config.category.misc.description": "一些杂项功能",
"firmament.config.centuryraffle": "世纪抽奖",
"firmament.config.centuryraffle.highlight-cake-players": "高亮队伍中的玩家",
"firmament.config.centuryraffle.highlight-cake-players.description": "高亮可以赠与手持世纪蛋糕片的玩家",
"firmament.config.chat-links": "聊天链接",
"firmament.config.chat-links.allow-all-hosts": "允许所有图片来源",
"firmament.config.chat-links.allow-all-hosts.description": "允许显示任何来源的图片。",
"firmament.config.chat-links.allowed-hosts": "允许的图片来源",
"firmament.config.chat-links.allowed-hosts.description": "防止你从其他服务器请求图片,以防止你的IP泄露。",
"firmament.config.chat-links.image-enabled": "启用图片预览",
"firmament.config.chat-links.image-enabled.description": "在聊天中将鼠标悬停在链接上时显示图片预览",
"firmament.config.chat-links.links-enabled": "启用可点击链接",
"firmament.config.chat-links.links-enabled.description": "使聊天中的链接可点击",
"firmament.config.chat-links.position": "聊天图片预览",
"firmament.config.chat-links.position.description": "编辑图片显示位置",
"firmament.config.commissions": "委托任务",
"firmament.config.commissions.highlight-completed": "高亮已完成",
"firmament.config.commissions.highlight-completed.description": "在委托菜单中高亮已完成的委托任务",
"firmament.config.compatibility": "兼容功能",
"firmament.config.compatibility.explosion-enabled": "接管爆炸粒子",
"firmament.config.compatibility.explosion-enabled.description": "接管爆炸粒子的渲染。",
"firmament.config.compatibility.explosion-power": "增强爆炸威力",
"firmament.config.compatibility.explosion-power.description": "选择爆炸粒子的大小",
"firmament.config.composter": "堆肥桶",
"firmament.config.composter.no-more-noises": "静音堆肥桶",
"firmament.config.composter.no-more-noises.description": "消除堆肥桶发出的所有噪音和声音",
"firmament.config.configconfig": "Firmament配置",
"firmament.config.configconfig.enable-moulconfig": "使用MoulConfig",
"firmament.config.configconfig.enable-moulconfig.description": "使用MoulConfig配置UI。关闭以回退到内置配置。",
"firmament.config.configconfig.enable-yacl": "使用YACL配置",
"firmament.config.configconfig.enable-yacl.description": "使用YACL配置UI。关闭以回退到内置配置。需要单独安装YACL。",
"firmament.config.configconfig.wide-moulconfig": "更宽的MoulConfig UI",
"firmament.config.configconfig.wide-moulconfig.description": "使MoulConfig的UI变得更宽",
"firmament.config.copy-chat": "复制聊天",
"firmament.config.copy-chat.copy-chat": "复制聊天",
"firmament.config.copy-chat.copy-chat.description": "右键消息进行复制",
"firmament.config.custom-skyblock-textures": "自定义空岛物品纹理",
"firmament.config.custom-skyblock-textures.armor-overrides": "启用盔甲纹理",
"firmament.config.custom-skyblock-textures.armor-overrides.description": "允许纹理包作者修改(但不能修改模型)空岛盔甲的纹理。",
"firmament.config.custom-skyblock-textures.block-overrides": "启用方块模型",
"firmament.config.custom-skyblock-textures.block-overrides.description": "允许纹理包作者根据方块位置和所处区域替换方块模型。",
"firmament.config.custom-skyblock-textures.cache-duration": "模型缓存持续时间",
"firmament.config.custom-skyblock-textures.cache-duration.description": "纹理模型应缓存多长时间。",
"firmament.config.custom-skyblock-textures.cache-forever": "禁用缓存清除",
"firmament.config.custom-skyblock-textures.cache-forever.description": "完全不清除缓存。若物品数据变化,服务器会向你发送新的物品数据,大概不会有问题。",
"firmament.config.custom-skyblock-textures.enabled": "启用自定义物品纹理",
"firmament.config.custom-skyblock-textures.enabled.description": "允许为纹理包替换物品。关闭此选项不会禁用自定义纹理匹配",
"firmament.config.custom-skyblock-textures.legacy-minecraft-path-support": "启用旧版纹理包路径",
"firmament.config.custom-skyblock-textures.legacy-minecraft-path-support.description": "允许纹理包以旧版的方式加载纹理。例如:允许在 1.21.4 上加载 1.21.0 的盔甲纹理。",
"firmament.config.custom-skyblock-textures.model-overrides": "启用模型覆盖/条件",
"firmament.config.custom-skyblock-textures.model-overrides.description": "启用Firmament的模型匹配。这也适用于原版模型,如果该原版模型具有Firmament的断言。",
"firmament.config.custom-skyblock-textures.recolor-text": "允许纹理包重新着色文本",
"firmament.config.custom-skyblock-textures.recolor-text.description": "允许纹理包重新着色UI文本。",
"firmament.config.custom-skyblock-textures.screen-layouts": "允许纹理包重新布局屏幕",
"firmament.config.custom-skyblock-textures.screen-layouts.description": "允许纹理包移动槽位等UI元素,以及替换屏幕背景。",
"firmament.config.custom-skyblock-textures.skulls-enabled": "启用自定义放置头颅纹理",
"firmament.config.custom-skyblock-textures.skulls-enabled.description": "允许替换放下的头颅的纹理。",
"firmament.config.developer": "开发者设置",
"firmament.config.developer-capes": "开发者披风",
"firmament.config.developer-capes.show-cape": "显示开发者披风",
"firmament.config.developer-capes.show-cape.description": "让你看到开发者披风。",
"firmament.config.developer.auto-rebuild": "自动重建资源",
"firmament.config.developer.auto-rebuild.description": "在执行F3+T之前执行./gradlew processResources。",
"firmament.config.diana": "Diana",
"firmament.config.diana.ancestral-spade": "Diana铲解析器",
"firmament.config.diana.ancestral-spade.description": "根据铲子的能力产生的粒子和声音,自动猜测你的下一个点位。",
"firmament.config.diana.ancestral-teleport": "传送至猜测点附近",
"firmament.config.diana.ancestral-teleport.description": "点击传送至猜测点附近。",
"firmament.config.diana.nearby-waypoints": "附近路径点高亮器",
"firmament.config.diana.nearby-waypoints.description": "高亮附近的Diana猜测点。",
"firmament.config.etherwarp-overlay": "Etherwarp显示",
"firmament.config.etherwarp-overlay.cube": "实心方块",
"firmament.config.etherwarp-overlay.cube-colour": "方块颜色",
"firmament.config.etherwarp-overlay.cube-colour.description": "选择Etherwarp目标方块的颜色。",
"firmament.config.etherwarp-overlay.cube.description": "使方块整体变色",
"firmament.config.etherwarp-overlay.etherwarp-overlay": "Etherwarp显示",
"firmament.config.etherwarp-overlay.etherwarp-overlay.description": "显示一个告诉你你将传送到哪个方块的覆盖层。",
"firmament.config.etherwarp-overlay.only-show-while-sneaking": "只在潜行时显示",
"firmament.config.etherwarp-overlay.only-show-while-sneaking.description": "仅在潜行时显示Etherwarp覆盖层。",
"firmament.config.etherwarp-overlay.wireframe": "空心方框",
"firmament.config.etherwarp-overlay.wireframe.description": "在指向方块上显示的轮廓",
"firmament.config.fairy-souls": "仙女之魂",
"firmament.config.fairy-souls.reset": "重置已收集仙女之魂",
"firmament.config.fairy-souls.reset.description": "重置所有已收集的仙女之魂,允许你从头开始。",
"firmament.config.fairy-souls.show": "显示仙女之魂路径点",
"firmament.config.fairy-souls.show.description": "显示你当前所在世界中未收集的仙女之魂路径点。",
"firmament.config.fishing-warning": "钓鱼警告",
"firmament.config.fishing-warning.display-warning": "当你即将钓到鱼时显示警告",
"firmament.config.fishing-warning.highlight-wake-chain": "高亮钓鱼粒子",
"firmament.config.fixes": "修复",
"firmament.config.fixes.auto-sprint": "自动疾跑",
"firmament.config.fixes.auto-sprint-hud": "疾跑状态HUD",
"firmament.config.fixes.auto-sprint-hud.description": "在屏幕上显示你当前的疾跑状态。仅在未设置自动疾跑键位时可见。",
"firmament.config.fixes.auto-sprint-keybinding": "自动疾跑键位",
"firmament.config.fixes.auto-sprint-keybinding.description": "通过此键位切换自动疾跑。",
"firmament.config.fixes.auto-sprint-underwater": "水下疾跑",
"firmament.config.fixes.auto-sprint-underwater.description": "也在水下切换疾跑。在水下疾跑会让你进入游泳动画,这会改变你的视角和碰撞箱,如果你经常停止和移动,这可能会令人困惑。",
"firmament.config.fixes.auto-sprint.description": "这与原版疾跑不同,它只在行走的第一刻标记键位被按下。",
"firmament.config.fixes.disable-hurt-cam": "关闭受伤时视角抖动",
"firmament.config.fixes.disable-hurt-cam.description": "禁用受伤害时的屏幕抖动动画。",
"firmament.config.fixes.hide-mob-effects": "隐藏药水效果",
"firmament.config.fixes.hide-mob-effects.description": "隐藏玩家物品栏右侧的药水效果。",
"firmament.config.fixes.hide-potion-effects-hud": "隐藏药水效果HUD",
"firmament.config.fixes.hide-potion-effects-hud.description": "隐藏右上角的药水效果HUD。",
"firmament.config.fixes.hide-recipe-book": "移除合成书",
"firmament.config.fixes.hide-recipe-book.description": "从你的物品栏中移除合成书",
"firmament.config.fixes.hide-slot-highlights": "隐藏插槽高亮",
"firmament.config.fixes.hide-slot-highlights.description": "隐藏禁用工具提示的物品的槽位高亮。这使得/sbmenu在使用平滑纹理包时看起来更好。",
"firmament.config.fixes.peek-chat": "窥视聊天",
"firmament.config.fixes.peek-chat.description": "按住此键位可以查看聊天,就像你打开了聊天框一样,但仍然可以控制你的角色。",
"firmament.config.fixes.player-skins": "修复未签名的玩家皮肤",
"firmament.config.fixes.player-skins.description": "将所有玩家皮肤标记为已签名,防止控制台垃圾信息和一些渲染问题。",
"firmament.config.hud": "HUD",
"firmament.config.hud.day-count": "显示天数",
"firmament.config.hud.day-count-hud": "显示天数HUD",
"firmament.config.hud.day-count-hud.description": "显示天数。",
"firmament.config.hud.day-count-hud.display": "天数:%s",
"firmament.config.hud.day-count.description": "一个显示当前天数的HUD。",
"firmament.config.hud.fps-count": "显示帧数",
"firmament.config.hud.fps-count-hud": "显示帧数HUD",
"firmament.config.hud.fps-count-hud.description": "显示帧数。",
"firmament.config.hud.fps-count-hud.display": "FPS:%s",
"firmament.config.hud.fps-count.description": "一个显示当前帧数的HUD。",
"firmament.config.hud.ping-count": "显示延迟",
"firmament.config.hud.ping-count-hud": "显示延迟HUD",
"firmament.config.hud.ping-count-hud.description": "显示延迟。",
"firmament.config.hud.ping-count-hud.display": "Ping:%s",
"firmament.config.hud.ping-count.description": "一个显示当前延迟的HUD。",
"firmament.config.inventory-buttons-config": "物品栏按钮",
"firmament.config.inventory-buttons-config.hover-text": "悬停工具提示",
"firmament.config.inventory-buttons-config.hover-text.description": "将鼠标悬停在物品栏按钮上会显示它们运行的命令。",
"firmament.config.inventory-buttons-config.only-inv": "仅物品栏",
"firmament.config.inventory-buttons-config.only-inv.description": "仅在物品栏中显示按钮",
"firmament.config.inventory-buttons-config.open-editor": "打开编辑器",
"firmament.config.inventory-buttons-config.open-editor.description": "点击任意位置创建一个物品栏按钮或编辑现有按钮。按住SHIFT可按网格对齐。",
"firmament.config.item-hotkeys": "物品快捷键",
"firmament.config.item-hotkeys.global-trade-interface": "在集市/拍卖行搜索",
"firmament.config.item-hotkeys.global-trade-interface.description": "按下此按钮可在集市或拍卖行搜索鼠标所指的物品。",
"firmament.config.item-rarity-cosmetics": "物品稀有度外观",
"firmament.config.item-rarity-cosmetics.background": "物品栏背景稀有度",
"firmament.config.item-rarity-cosmetics.background-hotbar": "快捷栏背景稀有度",
"firmament.config.item-rarity-cosmetics.background-hotbar.description": "在快捷栏中显示物品稀有度背景。",
"firmament.config.item-rarity-cosmetics.background.description": "根据物品稀有度在每个物品后面显示背景。",
"firmament.config.jade-integration": "Jade/WAILA集成",
"firmament.config.jade-integration.blocks": "启用自定义方块",
"firmament.config.jade-integration.blocks.description": "在Jade中显示自定义方块描述和硬度等级。",
"firmament.config.jade-integration.progress": "启用自定义挖矿进度",
"firmament.config.jade-integration.progress.description": "在存在挖掘疲劳的世界中让Jade显示自定义挖矿进度。",
"firmament.config.lore-timers": "物品时间戳",
"firmament.config.lore-timers.format": "时间格式",
"firmament.config.lore-timers.format.choice.american": "§9美§f式",
"firmament.config.lore-timers.format.choice.local": "系统时间格式",
"firmament.config.lore-timers.format.choice.rfc": "RFC",
"firmament.config.lore-timers.format.choice.rfcprecise": "RFC (毫秒)",
"firmament.config.lore-timers.format.choice.socialist": "欧式",
"firmament.config.lore-timers.format.description": "选择解析计时器显示的时间格式。",
"firmament.config.lore-timers.show": "显示物品描述计时器",
"firmament.config.lore-timers.show-creation": "显示创建时间",
"firmament.config.lore-timers.show-creation.description": "显示物品的创建时间戳。有时此时间戳在升级物品时会保留,因此它不一定是此特定物品的制作时间,而是其组件之一的制作时间。",
"firmament.config.lore-timers.show.description": "显示物品描述中的计时器(例如利息、拍卖持续时间)何时结束。",
"firmament.config.party-commands": "队伍命令",
"firmament.config.party-commands.cooldown": "冷却时间",
"firmament.config.party-commands.cooldown.description": "设置冷却来防止命令刷屏。",
"firmament.config.party-commands.enable": "启用队伍命令",
"firmament.config.party-commands.enable.description": "允许你队伍中的人使用 !warp、!coords、!ptme 等命令。请参阅/firm partycommands获取列表",
"firmament.config.party-commands.ignore-own": "忽略自己的消息",
"firmament.config.party-commands.ignore-own.description": "防止你自己的消息触发队伍命令",
"firmament.config.pets": "宠物",
"firmament.config.pets.highlight-pet": "高亮当前宠物",
"firmament.config.pets.highlight-pet.description": "在/pets菜单中高亮你当前选择的宠物。",
"firmament.config.pets.pet-overlay": "宠物信息",
"firmament.config.pets.pet-overlay-hud": "宠物信息HUD",
"firmament.config.pets.pet-overlay-hud.description": "一个显示当前宠物和宠物经验的HUD。",
"firmament.config.pets.pet-overlay.description": "在屏幕上显示当前宠物和宠物经验。",
"firmament.config.pickaxe-info": "镐子和钻头",
"firmament.config.pickaxe-info.ability-cooldown": "镐子能力冷却",
"firmament.config.pickaxe-info.ability-cooldown-toast": "镐子能力就绪提示",
"firmament.config.pickaxe-info.ability-cooldown-toast.description": "当你的镐子能力准备就绪时显示一个提示。",
"firmament.config.pickaxe-info.ability-cooldown.description": "在你的准星上显示镐子能力的冷却时间。",
"firmament.config.pickaxe-info.ability-scale": "能力冷却缩放",
"firmament.config.pickaxe-info.ability-scale.description": "调整准星旁镐子能力冷却时间的大小。",
"firmament.config.pickaxe-info.block-on-dynamic": "阻止在私人岛屿使用",
"firmament.config.pickaxe-info.block-on-dynamic.choice.always": "总是阻止",
"firmament.config.pickaxe-info.block-on-dynamic.choice.never": "从不阻止",
"firmament.config.pickaxe-info.block-on-dynamic.choice.only_destructive": "仅在危险时",
"firmament.config.pickaxe-info.block-on-dynamic.description": "阻止你在私人岛屿上右键镐子使用能力",
"firmament.config.pickaxe-info.fuel-bar": "钻头燃料耐久度",
"firmament.config.pickaxe-info.fuel-bar.description": "用显示剩余燃料的耐久度条替换你的钻头的物品耐久度条。",
"firmament.config.power-user": "高级",
"firmament.config.power-user.copy-item-id": "复制空岛生存物品ID",
"firmament.config.power-user.copy-item-id.description": "按下此按钮复制NEU Repo空岛生存物品ID,会包含宠物品质,符文类型,附魔类型等额外信息。",
"firmament.config.power-user.copy-item-stack": "复制ItemStack",
"firmament.config.power-user.copy-item-stack.description": "复制ItemStack的数据。这可以在用于在代码中还原此组物品。",
"firmament.config.power-user.copy-lore": "复制名称+描述",
"firmament.config.power-user.copy-lore.description": "将物品名称和描述复制为JSON编码文本",
"firmament.config.power-user.copy-nbt-data": "复制ExtraAttributes数据",
"firmament.config.power-user.copy-nbt-data.description": "仅复制ExtraAttributes,即Hypixel独有的物品数据。",
"firmament.config.power-user.copy-skull-texture": "复制放置头颅ID",
"firmament.config.power-user.copy-skull-texture.description": "复制准心指向的放下的头颅的数据。",
"firmament.config.power-user.copy-texture-pack-id": "复制纹理包ID",
"firmament.config.power-user.copy-texture-pack-id.description": "复制用于鼠标指向物品的纹理包ID。",
"firmament.config.power-user.copy-title": "复制物品栏标题",
"firmament.config.power-user.copy-title.description": "复制物品栏和屏幕标题",
"firmament.config.power-user.dont-highlight-semicolon-items": "移除分号高亮",
"firmament.config.power-user.dont-highlight-semicolon-items.description": "移除ID包含分号的物品(例如宠物或附魔书)的高亮。",
"firmament.config.power-user.entity-data": "显示实体数据",
"firmament.config.power-user.entity-data.description": "打印出准星指向实体的信息。",
"firmament.config.power-user.export-item-stack": "导出ItemStack",
"firmament.config.power-user.export-item-stack.description": "将鼠标指向的档物品导出到仓库数据文件夹",
"firmament.config.power-user.export-npc-location": "导出NPC位置",
"firmament.config.power-user.export-npc-location.description": "将NPC的位置导出到数据仓库",
"firmament.config.power-user.export-recipe": "导出合成数据",
"firmament.config.power-user.export-recipe.description": "将合成数据导出到数据仓库",
"firmament.config.power-user.highlight-non-overlay": "高亮缺失物品",
"firmament.config.power-user.highlight-non-overlay.description": "高亮数据仓库中不存在的物品。",
"firmament.config.power-user.show-item-id": "显示空岛ID",
"firmament.config.power-user.show-item-id.description": "在物品下方显示其空岛物品ID。",
"firmament.config.price-data": "价格数据",
"firmament.config.price-data.avg-lowest-bin-days": "平均最低价格BIN物品天数",
"firmament.config.price-data.avg-lowest-bin-days.choice.off": "关闭",
"firmament.config.price-data.avg-lowest-bin-days.choice.onedayavglowestbin": "1天",
"firmament.config.price-data.avg-lowest-bin-days.choice.sevendayavglowestbin": "7天",
"firmament.config.price-data.avg-lowest-bin-days.choice.threedayavglowestbin": "3天",
"firmament.config.price-data.avg-lowest-bin-days.description": "选择是否以及显示最低BIN平均天数。",
"firmament.config.price-data.enable-always": "启用物品价格",
"firmament.config.price-data.enable-always.description": "在空岛物品上显示物品拍卖/集市价格",
"firmament.config.price-data.enable-keybind": "仅在按下绑定按键键时启用",
"firmament.config.price-data.enable-keybind.description": "仅在按住此绑定键时显示拍卖/集市价格。解绑以始终显示。",
"firmament.config.price-data.stack-size-keybind": "统计拥有物品总价的绑定按键",
"firmament.config.price-data.stack-size-keybind.description": "在悬停物品时按下此键可显示其价格乘以你拥有的物品数量。",
"firmament.config.pristine-profit": "Pristine收入追踪器",
"firmament.config.pristine-profit.fine-gemstones": "基于Fine宝石",
"firmament.config.pristine-profit.fine-gemstones.description": "使用Fine类型宝石(更稳定)的价格,而不是Flawed类型。",
"firmament.config.pristine-profit.position": "Pristine收入追踪器HUD",
"firmament.config.pristine-profit.position.description": "编辑Pristine收入追踪器位置。",
"firmament.config.pristine-profit.timeout": "间隔(0=禁用)",
"firmament.config.pristine-profit.timeout.description": "追踪你在挖矿时Pristine触发获得的利润。设置为0秒以禁用HUD。",
"firmament.config.quick-commands": "快捷命令",
"firmament.config.quick-commands.dh": "启用/dh",
"firmament.config.quick-commands.dh.description": "将你传送到地牢大厅。",
"firmament.config.quick-commands.join": "启用/join",
"firmament.config.quick-commands.join.description": "使用/join f1、/join k1、/join m7等简写加入各种类型的临时服务器,例如地牢。",
"firmament.config.repo": "Firmament数据仓库设置",
"firmament.config.repo.autoUpdate": "自动更新",
"firmament.config.repo.autoUpdate.description": "每次启动时自动下载新物品到物品列表。",
"firmament.config.repo.branch": "仓库分支",
"firmament.config.repo.branch.description": "从中拉取物品数据的Git分支。",
"firmament.config.repo.branch.hint": "危险/不稳定",
"firmament.config.repo.disable-item-groups": "禁用物品组",
"firmament.config.repo.disable-item-groups.description": "禁用物品组可以提高性能,但将不再把相似物品(如仆从、附魔)集合为一项显示。",
"firmament.config.repo.enable-rei": "启用REI",
"firmament.config.repo.enable-rei.description": "Firmament显示其品列表需要REI。若想使用其他物品列表提供模组(如SkyBlockers)可以在这里关闭它。如果没有此类模组启用后将显示原版物品列表。",
"firmament.config.repo.enable-super-craft": "始终使用Supercraft",
"firmament.config.repo.enable-super-craft.description": "在REI中点击合成按钮时,始终使用Supercraft,而不是只在按住shift时。",
"firmament.config.repo.perfect-renders": "完美渲染",
"firmament.config.repo.perfect-renders.choice.nothing": "损坏 (最快)",
"firmament.config.repo.perfect-renders.choice.render": "视觉修复 (快)",
"firmament.config.repo.perfect-renders.choice.render_and_text": "完美 (最慢)",
"firmament.config.repo.perfect-renders.description": "通过允许物品部分先不正确加载来加快物品列表加载速度。当后台重新加载完成时,它们稍后会恢复正常。",
"firmament.config.repo.redownload": "重新下载物品列表",
"firmament.config.repo.redownload.description": "强制重新下载物品列表。这会在重启后完成。",
"firmament.config.repo.reload": "重新加载物品列表",
"firmament.config.repo.reload.description": "强制重新加载物品列表。但不会再次下载物品列表。",
"firmament.config.repo.reponame": "数据仓库名称",
"firmament.config.repo.reponame.description": "从中拉取物品数据的GitHub仓库名称。",
"firmament.config.repo.reponame.hint": "NotEnoughUpdates-REPO",
"firmament.config.repo.reset": "重置",
"firmament.config.repo.reset.description": "重置Git拉取仓库。",
"firmament.config.repo.username": "仓库用户名",
"firmament.config.repo.username.description": "从中拉取物品数据的GitHub仓库用户。",
"firmament.config.repo.username.hint": "NotEnoughUpdates",
"firmament.config.repo.warn-for-missing-item-list-mod": "缺少物品列表模组警告",
"firmament.config.repo.warn-for-missing-item-list-mod.description": "如果未安装兼容的物品列表模组(如REI),则发出警告。",
"firmament.config.save-cursor-position": "保存光标位置",
"firmament.config.save-cursor-position.enable": "启用",
"firmament.config.save-cursor-position.enable.description": "切换GUI时保存光标位置。",
"firmament.config.save-cursor-position.tolerance": "容忍度",
"firmament.config.save-cursor-position.tolerance.description": "在复位到屏幕中间之前,选择光标在gui之间停留的时间。",
"firmament.config.slot-locking": "锁定物品栏槽位",
"firmament.config.slot-locking.bind": "绑定物品栏槽位",
"firmament.config.slot-locking.bind-render": "显示绑定的物品栏",
"firmament.config.slot-locking.bind-render.choice.everything": "总是显示",
"firmament.config.slot-locking.bind-render.choice.nothing": "仅在悬停时",
"firmament.config.slot-locking.bind-render.choice.only_boxes": "仅显示方框",
"firmament.config.slot-locking.bind-render.description": "只在相关槽位被悬停时才显示绑定的连线。",
"firmament.config.slot-locking.bind.description": "将快捷栏槽位绑定到另一个槽位。这允许通过按住 Shift 键点击任一插槽来快速切换插槽。",
"firmament.config.slot-locking.drop-in-dungeons": "允许在地牢中丢弃物品",
"firmament.config.slot-locking.drop-in-dungeons.description": "允许在地牢中丢弃物品来在地牢里开大。",
"firmament.config.slot-locking.hunting-box": "保护狩猎陷阱物品",
"firmament.config.slot-locking.hunting-box.description": "狩猎陷阱的UUID会变化,因此根据UUID去保护特定陷阱。此选项可用于阻止丢弃任何狩猎陷阱。",
"firmament.config.slot-locking.lock": "锁定槽位",
"firmament.config.slot-locking.lock-uuid": "锁定带有特定UUID的物品",
"firmament.config.slot-locking.lock-uuid.description": "通过UUID锁定空岛物品。这会阻止特定物品被丢弃/出售,但仍然允许移动它。",
"firmament.config.slot-locking.lock.description": "锁定一个槽位,防止槽位内物品被移动或丢弃,替换。",
"firmament.config.slot-locking.multi-bind": "允许多重绑定",
"firmament.config.slot-locking.multi-bind.description": "允许将同一个快捷栏槽位绑定到多个槽位。",
"firmament.config.slot-locking.require-quick-move": "只能使用Shift-Click来切换绑定的物品",
"firmament.config.slot-locking.require-quick-move.description": "如果关闭,无需按住shift就可以进行切换。",
"firmament.config.storage-overlay": "存储UI",
"firmament.config.storage-overlay.always-replace": "始终使用存储UI",
"firmament.config.storage-overlay.always-replace.description": "始终使用Firmament的存储UI替换原版末影箱显示。",
"firmament.config.storage-overlay.block-item-scrolling": "阻止滚动屏幕",
"firmament.config.storage-overlay.block-item-scrolling.description": "在你悬停在物品上时禁用存储UI的滚动。可以兼容物品描述滚动模组。",
"firmament.config.storage-overlay.height": "存储UI高度",
"firmament.config.storage-overlay.height.description": "可滚动的存储UI的高度。",
"firmament.config.storage-overlay.highlight-search-results": "高亮搜索结果",
"firmament.config.storage-overlay.highlight-search-results-colour": "高亮搜索颜色",
"firmament.config.storage-overlay.highlight-search-results-colour.description": "更改高亮搜索结果的颜色。",
"firmament.config.storage-overlay.highlight-search-results.description": "在存储UI中高亮搜索结果。",
"firmament.config.storage-overlay.inverse-scroll": "反转滚动",
"firmament.config.storage-overlay.inverse-scroll.description": "反转Firmament存储叠加中的鼠标滚轮滚动。",
"firmament.config.storage-overlay.margin": "边距",
"firmament.config.storage-overlay.margin.description": "存储概览内部的边距。",
"firmament.config.storage-overlay.outline-active-page": "选定页面轮廓",
"firmament.config.storage-overlay.outline-active-page-colour": "轮廓颜色",
"firmament.config.storage-overlay.outline-active-page-colour.description": "更改你选择的存储页面周围边框的颜色。",
"firmament.config.storage-overlay.outline-active-page.description": "在存储UI中为你选择的存储页面添加边框。",
"firmament.config.storage-overlay.padding": "填充",
"firmament.config.storage-overlay.padding.description": "存储概览内部如何填充。",
"firmament.config.storage-overlay.retain-scroll": "保留滚动位置",
"firmament.config.storage-overlay.retain-scroll.description": "关闭存储UI和概览时保留滚动位置。",
"firmament.config.storage-overlay.rows": "列",
"firmament.config.storage-overlay.rows.description": "存储UI和概览使用的最大列数。",
"firmament.config.storage-overlay.scroll-speed": "滚动速度",
"firmament.config.storage-overlay.scroll-speed.description": "存储叠加和概览内部的滚动速度。",
"firmament.config.wardrobe-keybinds": "衣柜快捷键",
"firmament.config.wardrobe-keybinds.change-page": "更改页面",
"firmament.config.wardrobe-keybinds.change-page.description": "更改当前选中的页面",
"firmament.config.wardrobe-keybinds.next-page": "下一页",
"firmament.config.wardrobe-keybinds.next-page.description": "前往下一页",
"firmament.config.wardrobe-keybinds.previous-page": "上一页",
"firmament.config.wardrobe-keybinds.previous-page.description": "前往上一页",
"firmament.config.wardrobe-keybinds.slot-1": "槽位1",
"firmament.config.wardrobe-keybinds.slot-1.description": "切换到第一套装备的键位",
"firmament.config.wardrobe-keybinds.slot-2": "槽位2",
"firmament.config.wardrobe-keybinds.slot-2.description": "切换到第二套装备的键位",
"firmament.config.wardrobe-keybinds.slot-3": "槽位3",
"firmament.config.wardrobe-keybinds.slot-3.description": "切换到第三套装备的键位",
"firmament.config.wardrobe-keybinds.slot-4": "槽位4",
"firmament.config.wardrobe-keybinds.slot-4.description": "切换到第四套装备的键位",
"firmament.config.wardrobe-keybinds.slot-5": "槽位5",
"firmament.config.wardrobe-keybinds.slot-5.description": "切换到第五套装备的键位",
"firmament.config.wardrobe-keybinds.slot-6": "槽位6",
"firmament.config.wardrobe-keybinds.slot-6.description": "切换到第六套装备的键位",
"firmament.config.wardrobe-keybinds.slot-7": "槽位7",
"firmament.config.wardrobe-keybinds.slot-7.description": "切换到第七套装备的键位",
"firmament.config.wardrobe-keybinds.slot-8": "槽位8",
"firmament.config.wardrobe-keybinds.slot-8.description": "切换到第八套装备的键位",
"firmament.config.wardrobe-keybinds.slot-9": "槽位9",
"firmament.config.wardrobe-keybinds.slot-9.description": "切换到第九套装备的键位",
"firmament.config.wardrobe-keybinds.wardrobe-keybinds": "衣柜快捷键",
"firmament.config.wardrobe-keybinds.wardrobe-keybinds.description": "使用数字按键快速穿上衣柜内的装备",
"firmament.config.waypoints": "路径点",
"firmament.config.waypoints.reset-order-on-swap": "切换世界时重置有序路径点",
"firmament.config.waypoints.reset-order-on-swap.description": "切换到另一个世界后重置有序路径点的进度。",
"firmament.config.waypoints.show-index": "显示有序路径点索引",
"firmament.config.waypoints.show-index.description": "在世界中显示有序路径点的编号。",
"firmament.config.waypoints.skip-to-nearest": "允许跳过路径点",
"firmament.config.waypoints.skip-to-nearest.description": "允许跳过有序列表中的路径点。如果禁用,显示下一个路径点前必须移动至当前路径点周围。",
"firmament.config.waypoints.temp-waypoint-duration": "临时路径点持续时间",
"firmament.config.waypoints.temp-waypoint-duration.description": "在世界中显示其他玩家使用/firm sendcoords发送的路径点。",
"firmament.debug.skyblockid": "空岛ID: %s",
"firmament.debug.skyblockid.copy": "点击复制空岛ID",
"firmament.dev.resourcerebuild.done": "Gradle资源重建完成于 %s",
"firmament.dev.resourcerebuild.start": "正在调用gradle资源重建(./gradlew :processResources)",
"firmament.download": "点击这里下载%s",
"firmament.download.already": " (已下载)",
"firmament.fixes.auto-sprint.not-sprinting": "未在疾跑",
"firmament.fixes.auto-sprint.on": "已切换疾跑状态",
"firmament.fixes.auto-sprint.sprinting": "正在疾跑",
"firmament.hotmpreset.copied": "已将所有HOTM技能点复制到剪贴板。使用/firm importhotm导入。",
"firmament.hotmpreset.failedimport": "在你的剪贴板中找不到HOTM技能点预设。你可以使用/firm exporthotm 导出你当前的HOTM技能点",
"firmament.hotmpreset.okayimport": "已导入HOTM技能点预设。",
"firmament.hotmpreset.openinghotm": "正在打开/hotm菜单进行导出。",
"firmament.hotmpreset.scrolled": "刚刚进行了一次滚动。正在等待服务器更新物品。",
"firmament.hotmpreset.scrollprompt": "我们需要滚动!请点击任意位置继续。",
"firmament.hud.edit": "编辑%s",
"firmament.inventory-buttons.all-warps-preset": "所有传送预设",
"firmament.inventory-buttons.delete": "按住L-CTRL并点击删除",
"firmament.inventory-buttons.import-failed": "你的一个按钮没有完整导入",
"firmament.inventory-buttons.info": "按住SHIFT可按网格对齐",
"firmament.inventory-buttons.load-preset": "加载预设",
"firmament.inventory-buttons.reset": "重置按钮",
"firmament.inventory-buttons.save-preset": "保存预设",
"firmament.inventory-buttons.simple-preset": "简单预设",
"firmament.key.category": "Firmament",
"firmament.keybinding.external": "%s",
"firmament.modapi.event": "收到模组API事件:%s",
"firmament.poweruser.entity.armor": "实体盔甲:",
"firmament.poweruser.entity.armor.item": " - %s",
"firmament.poweruser.entity.fail": "光标下未找到实体",
"firmament.poweruser.entity.name": "实体名称:%s",
"firmament.poweruser.entity.passengers": "%s乘客",
"firmament.poweruser.entity.position": "位置:%s",
"firmament.poweruser.entity.type": "实体类型:%s",
"firmament.price": "正在检查 %s 的价格",
"firmament.price.bazaar": "集市统计:",
"firmament.price.bazaar.buy.order": "购买订单:%d",
"firmament.price.bazaar.buy.price": "购买价格:%s",
"firmament.price.bazaar.productid": "库存ID:%s",
"firmament.price.bazaar.sell.order": "出售订单:%d",
"firmament.price.bazaar.sell.price": "出售价格:%s",
"firmament.price.lowestbin": "最低即时购买价格:%s",
"firmament.pristine-profit.collection": "收集:%s/小时",
"firmament.pristine-profit.money": "金钱:%s/小时",
"firmament.pv.lookingup": "正在查找%s",
"firmament.pv.noplayer": "%s不是一个 Minecraft 玩家",
"firmament.pv.noprofile": "%s没有空岛档案",
"firmament.pv.pets": "宠物",
"firmament.pv.skills": "技能",
"firmament.pv.skills.alchemy": "炼药",
"firmament.pv.skills.carpentry": "合成",
"firmament.pv.skills.combat": "战斗",
"firmament.pv.skills.enchanting": "附魔",
"firmament.pv.skills.farming": "农业",
"firmament.pv.skills.fishing": "钓鱼",
"firmament.pv.skills.foraging": "砍树",
"firmament.pv.skills.mining": "挖矿",
"firmament.pv.skills.rift": "裂隙",
"firmament.pv.skills.runecrafting": "符文锻造",
"firmament.pv.skills.social": "社交",
"firmament.pv.skills.taming": "宠物",
"firmament.pv.skills.total": "总经验:%s",
"firmament.quick-commands.join.explain": "使用/join f1,/join m7,/join fe或/join khot等命令加入地牢或kuudra服务器。",
"firmament.quick-commands.join.success": "正在加入:%s",
"firmament.quick-commands.join.unknown": "找不到%s的实例",
"firmament.quick-commands.join.unknown-catacombs": "未知的地牢层数%s",
"firmament.quick-commands.join.unknown-kuudra": "未知的kuudra等级%s",
"firmament.recipe.forge.time": "锻造时间:%s",
"firmament.recipe.mobs.coins": "§e金币:%s",
"firmament.recipe.mobs.combat": "§b战斗经验:%s",
"firmament.recipe.mobs.drops": "§e§l掉落几率:%s",
"firmament.recipe.mobs.exp": "§6经验:%s",
"firmament.recipe.mobs.name": "§8[§7等级%d§8]§c%s",
"firmament.recipe.mobs.name.nolevel": "§c%s",
"firmament.recipe.novanilla": "Hypixel无法对原版配方进行Supercraft",
"firmament.reiwarning": "Firmament需要RoughlyEnoughItems来显示其物品列表!",
"firmament.reiwarning.disable": "点击此处禁用此警告",
"firmament.reiwarning.disabled": "已禁用RoughlyEnoughItems警告。但没有REI物品列表将无法显示。",
"firmament.repo.brokenitem": "渲染物品失败:%s",
"firmament.repo.cache": "正在重新缓存物品",
"firmament.repo.reload.disk": "正在从磁盘重新加载仓库。这可能会有点卡顿。",
"firmament.repo.reload.network": "正在尝试重新下载仓库",
"firmament.sbinfo.gametype": "Locraw游戏类型: %s",
"firmament.sbinfo.map": "Locraw地图: %s",
"firmament.sbinfo.mode": "Locraw模式: %s",
"firmament.sbinfo.nolocraw": "无Locraw数据可用",
"firmament.sbinfo.profile": "当前档案昵称:%s",
"firmament.sbinfo.server": "Locraw服务器:%s",
"firmament.toggle.false": "关闭",
"firmament.toggle.true": "开启",
"firmament.tooltip.copied.lore": "已复制名称和描述",
"firmament.tooltip.copied.modelid": "已复制纹理ID:%s",
"firmament.tooltip.copied.modelid.fail": "复制纹理ID失败",
"firmament.tooltip.copied.nbt": "已复制NBT数据",
"firmament.tooltip.copied.skull": "已复制头颅ID:%s",
"firmament.tooltip.copied.skull-id": "已复制头颅ID:%s",
"firmament.tooltip.copied.skull-id.fail.no-profile": "头颅没有档案",
"firmament.tooltip.copied.skull-id.fail.no-skull": "这不是头颅",
"firmament.tooltip.copied.skull-id.fail.no-texture": "头颅没有纹理",
"firmament.tooltip.copied.skull.fail": "复制头颅ID失败。",
"firmament.tooltip.copied.skyblockid": "已复制空岛ID:%s",
"firmament.tooltip.copied.skyblockid.fail": "复制空岛ID失败",
"firmament.tooltip.copied.stack": "已复制ItemStack",
"firmament.tooltip.skyblockid": "空岛ID:%s",
"firmament.ursa.debugrequest.result": "Ursa请求成功:%s",
"firmament.ursa.debugrequest.start": "Ursa请求已启动",
"firmament.warp-util.already-close": "已经在目的地,无法使用/warp %s",
"firmament.warp-util.attempting-to-warp": "正在尝试传送到/warp %s",
"firmament.warp-util.clear-excluded": "已将所有/warp命令标记为可能可用。",
"firmament.warp-util.mark-excluded": "Firmament:尝试传送到%s,但它未解锁。我将避免再次传送到那里。",
"firmament.warp-util.no-warp-found": "找不到/warp %s",
"firmament.waypoint.temporary": "临时路径点:%s",
"zzzzzzzzz.lastentry": "此处为确保每个真正的Firmament条目都有一个尾随逗号"
}
|