Skip to content

Commit ac1c444

Browse files
authored
Compact Crafting Updated 翻译提交 (#5660)
1 parent 0472dbf commit ac1c444

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"itemGroup.compactcrafting": "Compact Crafting",
3+
4+
"block.compactcrafting.field_projector": "Field Projector",
5+
"block.compactcrafting.rescan_proxy": "Field Proxy (Rescan)",
6+
"block.compactcrafting.match_proxy": "Field Proxy (Match)",
7+
8+
"compactcrafting.binding_proxy": "Binding Proxy to field at %s",
9+
"compactcrafting.unbinding_proxy": "Unbinding Proxy from field",
10+
11+
"item.compactcrafting.projector_dish": "Miniaturization Projector Dish",
12+
"item.compactcrafting.base": "Base",
13+
14+
"compactcrafting.jei.miniaturization.title": "Miniaturization Crafting",
15+
"compactcrafting.jei.miniaturization.component": "Material Component: Placed in world.",
16+
"compactcrafting.jei.miniaturization.catalyst": "Throw this item into the miniaturization field to start crafting.",
17+
18+
"compactcrafting.top.current_recipe": "Recipe: ",
19+
"compactcrafting.top.awaiting_catalyst": "Awaiting catalyst...",
20+
"compactcrafting.top.progress": "%s / %s",
21+
"compactcrafting.top.proxy_no_recipe": "No recipe",
22+
"compactcrafting.top.proxy_has_recipe": "Found valid recipe",
23+
"compactcrafting.top.proxy_bound": "Bound to: %s",
24+
25+
"tooltip.compactcrafting.proxy_bound": "Bound to field at %s",
26+
"tooltip.compactcrafting.proxy_hint": "Use proxies for field automation with redstone.",
27+
"tooltip.compactcrafting.proxy_bind_hint": "Shift-use on a projector to bind to a field.",
28+
"tooltip.compactcrafting.proxy_unbind_hint": "Shift-use in the air to unbind from field.",
29+
"tooltip.compactcrafting.proxy_highlight_hint": "Right-click on placed proxy to highlight projectors.",
30+
31+
"messages.compactcrafting.no_field_cap": "The block at %s does not have a field reference.",
32+
"messages.compactcrafting.no_field_found": "The miniaturization field info could not be found.",
33+
34+
"compactcrafting.jei.toggle_exploded_view": "Exploded View",
35+
"compactcrafting.jei.toggle_condensed_view": "Condensed View",
36+
"compactcrafting.jei.all_layers_mode": "View All Layers",
37+
"compactcrafting.jei.single_layer_mode": "Single Layer Mode",
38+
"compactcrafting.jei.layer_up": "Layer Up",
39+
"compactcrafting.jei.layer_down": "Layer Down"
40+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"itemGroup.compactcrafting": "压缩合成",
3+
4+
"block.compactcrafting.field_projector": "微缩力场投影仪",
5+
"block.compactcrafting.rescan_proxy": "微缩力场代理器(重扫描)",
6+
"block.compactcrafting.match_proxy": "微缩力场代理器(匹配)",
7+
8+
"compactcrafting.binding_proxy": "已将代理器绑定至%s处的力场",
9+
"compactcrafting.unbinding_proxy": "已断开代理器与力场的绑定",
10+
11+
"item.compactcrafting.projector_dish": "微缩力场投影盘",
12+
"item.compactcrafting.base": "基座",
13+
14+
"compactcrafting.jei.miniaturization.title": "微缩合成",
15+
"compactcrafting.jei.miniaturization.component": "材料组件:放置于世界中。",
16+
"compactcrafting.jei.miniaturization.catalyst": "将此物品投入微缩力场以激活合成。",
17+
18+
"compactcrafting.top.current_recipe": "配方:",
19+
"compactcrafting.top.awaiting_catalyst": "等待激活物品……",
20+
"compactcrafting.top.progress": "%s / %s",
21+
"compactcrafting.top.proxy_no_recipe": "无配方",
22+
"compactcrafting.top.proxy_has_recipe": "已找到有效配方",
23+
"compactcrafting.top.proxy_bound": "绑定至:%s",
24+
25+
"tooltip.compactcrafting.proxy_bound": "绑定至%s处的力场",
26+
"tooltip.compactcrafting.proxy_hint": "代理器可用于借助红石信号自动化微缩力场。",
27+
"tooltip.compactcrafting.proxy_bind_hint": "对投影仪同时按下Shift和使用键以绑定至力场。",
28+
"tooltip.compactcrafting.proxy_unbind_hint": "对空气同时按下Shift和使用键以断开绑定。",
29+
"tooltip.compactcrafting.proxy_highlight_hint": "右击已放置的代理器以高亮投影仪。",
30+
31+
"messages.compactcrafting.no_field_cap": "%s处方块不具备力场实例。",
32+
"messages.compactcrafting.no_field_found": "无法找到有关微缩力场的信息。",
33+
34+
"compactcrafting.jei.toggle_exploded_view": "分解视图",
35+
"compactcrafting.jei.toggle_condensed_view": "整体试图",
36+
"compactcrafting.jei.all_layers_mode": "显示所有截层",
37+
"compactcrafting.jei.single_layer_mode": "显示单个截层",
38+
"compactcrafting.jei.layer_up": "显示上方截层",
39+
"compactcrafting.jei.layer_down": "显示下方截层"
40+
}

0 commit comments

Comments
 (0)