Skip to content

Commit 69d6759

Browse files
authored
Crystalix 翻译更新 (#5315)
* Crystalix update:版本更新 * Crystalix hotfix * Crystalix hotfix
1 parent 04ad80f commit 69d6759

2 files changed

Lines changed: 54 additions & 56 deletions

File tree

projects/1.21/assets/crystalix/crystalix/lang/en_us.json

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -47,34 +47,33 @@
4747
"block.crystalix.yellow_bordered_crystalix_glass": "Yellow Bordered Crystalix Glass",
4848
"block.crystalix.yellow_clear_crystalix_glass": "Yellow Clear Crystalix Glass",
4949
"block.crystalix.yellow_crystalix_glass": "Yellow Crystalix Glass",
50-
"crystalix.configuration.max_wand_edit": "Maxiumum Wand Edit Amount",
51-
"crystalix.networking.cycle_property.failed": "Error sending Crystalix property change to server:",
52-
"crystalix.property.ghost": "Ghost Mode",
53-
"crystalix.property.ghost.allow_all": "§2Allow §8All",
54-
"crystalix.property.ghost.allow_animal": "§2Allow §aAnimal",
55-
"crystalix.property.ghost.allow_monster": "§2Allow §cMonster",
56-
"crystalix.property.ghost.allow_player": "§2Allow §bPlayer",
57-
"crystalix.property.ghost.block_all": "§4Block §8All",
58-
"crystalix.property.ghost.block_animal": "§4Block §aAnimal",
59-
"crystalix.property.ghost.block_monster": "§4Block §cMonster",
60-
"crystalix.property.ghost.block_player": "§4Block §bPlayer",
61-
"crystalix.property.light": "Light Mode",
62-
"crystalix.property.light.dark": "§8Dark",
63-
"crystalix.property.light.fake_light": "§5Fake Light",
64-
"crystalix.property.light.light": "§6Light",
65-
"crystalix.property.light.none": "§7None",
66-
"crystalix.property.reinforced": "Reinforced Mode",
67-
"crystalix.property.reinforced.disabled": "Disabled",
68-
"crystalix.property.reinforced.enabled": "Enabled",
69-
"crystalix.property.shadeless": "Shadeless Mode",
70-
"crystalix.property.shadeless.disabled": "Disabled",
71-
"crystalix.property.shadeless.enabled": "Enabled",
72-
"crystalix.wand.bulk": "§7Hold Shift to Bulk Edit",
50+
"config.crystalix.max_edit": "Maxiumum Wand Edit Amount",
51+
"config.jade.plugin_crystalix.crystalix_block": "Crystalix Block",
7352
"item.crystalix.crystalix_wand": "Crystalix Wand",
7453
"itemGroup.crystalix": "Crystalix",
7554
"key.crystalix.category": "Crystalix",
76-
"key.crystalix.cycle_ghost": "Cycle Ghost Mode",
77-
"key.crystalix.cycle_light": "Cycle Light Mode",
78-
"key.crystalix.cycle_reinforced": "Cycle Reinforced Mode",
79-
"key.crystalix.cycle_shadeless": "Cycle Shadeless Mode"
80-
}
55+
"key.crystalix.ghost": "Cycle Ghost Mode",
56+
"key.crystalix.invisible": "Toggle Invisible Mode",
57+
"key.crystalix.light": "Cycle Light Mode",
58+
"key.crystalix.reinforce": "Toggle Reinforced Mode",
59+
"key.crystalix.shadeless": "Toggle Shadeless Mode",
60+
"network.crystalix.cycle.failed": "Error sending Crystalix property change to server: %s",
61+
"property.crystalix.disabled": "Disabled",
62+
"property.crystalix.enabled": "Enabled",
63+
"property.crystalix.ghost": "Ghost Mode",
64+
"property.crystalix.ghost.all": "All",
65+
"property.crystalix.ghost.allow": "Allow",
66+
"property.crystalix.ghost.animal": "Animal",
67+
"property.crystalix.ghost.deny": "Deny",
68+
"property.crystalix.ghost.monster": "Monster",
69+
"property.crystalix.ghost.player": "Player",
70+
"property.crystalix.invisible": "Invisible Mode",
71+
"property.crystalix.light": "Light Mode",
72+
"property.crystalix.light.dark": "Dark",
73+
"property.crystalix.light.fake": "Fake Light",
74+
"property.crystalix.light.light": "Light",
75+
"property.crystalix.light.none": "None",
76+
"property.crystalix.reinforce": "Reinforced Mode",
77+
"property.crystalix.shadeless": "Shadeless Mode",
78+
"tooltip.crystalix.bulk": "Hold Shift to Bulk Edit"
79+
}
Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
{
2-
"crystalix.configuration.max_wand_edit": "手杖最大编辑量",
3-
"crystalix.networking.cycle_property.failed": "将Crystalix属性变更发送至服务端时出现错误:",
4-
"crystalix.property.ghost": "幽灵模式",
5-
"crystalix.property.ghost.allow_all": "§2放行§8全部",
6-
"crystalix.property.ghost.allow_animal": "§2放行§a动物",
7-
"crystalix.property.ghost.allow_monster": "§2放行§c怪物",
8-
"crystalix.property.ghost.allow_player": "§2放行§b玩家",
9-
"crystalix.property.ghost.block_all": "§4阻挡§8全部",
10-
"crystalix.property.ghost.block_animal": "§4阻挡§a动物",
11-
"crystalix.property.ghost.block_monster": "§4阻挡§c怪物",
12-
"crystalix.property.ghost.block_player": "§4阻挡§b玩家",
13-
"crystalix.property.light": "发光模式",
14-
"crystalix.property.light.dark": "§8遮光",
15-
"crystalix.property.light.fake_light": "§5伪发光",
16-
"crystalix.property.light.light": "§6发光",
17-
"crystalix.property.light.none": "§7无",
18-
"crystalix.property.reinforced": "强化模式",
19-
"crystalix.property.reinforced.disabled": "禁用",
20-
"crystalix.property.reinforced.enabled": "启用",
21-
"crystalix.property.shadeless": "无阴影模式",
22-
"crystalix.property.shadeless.disabled": "禁用",
23-
"crystalix.property.shadeless.enabled": "启用",
24-
"crystalix.wand.bulk": "§7按住Shift以批量编辑",
2+
"config.crystalix.max_edit": "手杖最大编辑量",
3+
"config.jade.plugin_crystalix.crystalix_block": "虹晶方块",
254
"item.crystalix.crystalix_wand": "虹晶手杖",
265
"itemGroup.crystalix": "Crystalix",
276
"key.crystalix.category": "Crystalix",
28-
"key.crystalix.cycle_ghost": "循环切换幽灵模式",
29-
"key.crystalix.cycle_light": "循环切换发光模式",
30-
"key.crystalix.cycle_reinforced": "循环切换强化模式",
31-
"key.crystalix.cycle_shadeless": "循环切换无阴影模式"
32-
}
7+
"key.crystalix.ghost": "循环切换幽灵模式",
8+
"key.crystalix.invisible": "切换隐身模式",
9+
"key.crystalix.light": "循环切换发光模式",
10+
"key.crystalix.reinforce": "切换强化模式",
11+
"key.crystalix.shadeless": "切换无阴影模式",
12+
"network.crystalix.cycle.failed": "将Crystalix属性变更发送至服务端时出现错误:%s",
13+
"property.crystalix.disabled": "禁用",
14+
"property.crystalix.enabled": "启用",
15+
"property.crystalix.ghost": "幽灵模式",
16+
"property.crystalix.ghost.all": "全部",
17+
"property.crystalix.ghost.allow": "放行",
18+
"property.crystalix.ghost.animal": "动物",
19+
"property.crystalix.ghost.deny": "阻挡",
20+
"property.crystalix.ghost.monster": "怪物",
21+
"property.crystalix.ghost.player": "玩家",
22+
"property.crystalix.invisible": "隐形模式",
23+
"property.crystalix.light": "发光模式",
24+
"property.crystalix.light.dark": "遮光",
25+
"property.crystalix.light.fake": "伪发光",
26+
"property.crystalix.light.light": "发光",
27+
"property.crystalix.light.none": "",
28+
"property.crystalix.reinforce": "强化模式",
29+
"property.crystalix.shadeless": "无阴影模式",
30+
"tooltip.crystalix.bulk": "按住Shift以批量编辑"
31+
}

0 commit comments

Comments
 (0)