Skip to content

Commit fb4ebe0

Browse files
authored
Trickster 翻译更新 (#5324)
Trickster update:官库更新
1 parent 69d6759 commit fb4ebe0

7 files changed

Lines changed: 114 additions & 15 deletions

File tree

projects/1.21-fabric/assets/trickster/trickster/lang/en_us.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"trickster.screen.mirror_of_evaluation": "Mirror of Evaluation",
55
"trickster.screen.sign_scroll": "Sign Scroll",
66
"trickster.screen.written_scroll": "Written Scroll",
7-
"trickster.text.misc.value_truncated": "Value truncated",
7+
"trickster.text.value_truncated": "Value truncated",
8+
"trickster.text.disconnect_with_caution": "DISCONNECT WITH CAUTION",
89
"trickster.widget.scroll_name": "Scroll Name...",
910
"trickster.widget.enter_scroll_name": "Enter Scroll Name:",
1011
"trickster.widget.scroll_sign_note.line0": "Note: When you sign the scroll,",
@@ -21,12 +22,17 @@
2122
"trickster.message.leash.not_online": "Player not found",
2223
"trickster.tooltip.collar_link": "Link: %s",
2324
"trickster.tooltip.unlinked": "Unlinked",
25+
"trickster.subtitle.draw": "Spell drawing",
26+
"trickster.subtitle.complete": "Spell completed",
27+
"trickster.subtitle.cast": "Spell cast",
28+
"trickster.subtitle.collar_bell": "Collar bell rings",
2429
"trickster.gandalf.stored": "Stored: %s",
2530
"trickster.merlin.idling": "Idle",
2631
"trickster.merlin.draining": "Draining: %.2f",
2732
"trickster.merlin.filling": "Charging: %.2f",
2833
"trickster.item_group": "Trickster",
29-
"trickster.scroll_hat": "Selected slot: %d",
34+
"trickster.scroll_hat.named": "Selected slot: %d [%s]",
35+
"trickster.scroll_hat.unnamed": "Selected slot: %d",
3036
"trickster.scroll_executable": "Single-use (%f kiloGandalfs)",
3137
"trickster.unnamed_entity": "Unnamed %s",
3238
"trickster.trick.trickster.add": "Annexation Stratagem",
@@ -310,20 +316,21 @@
310316
"item.trickster.spell_core": "Spell Core",
311317
"item.trickster.rusted_spell_core": "Rusted Spell Core",
312318
"item.trickster.ominous_spell_core": "Ominous Spell Core",
319+
"item.trickster.inactive_spawner_spell_core": "Torment Spell Core Shell",
320+
"item.trickster.spawner_spell_core": "Torment Spell Core",
313321
"block.trickster.spell_resonator": "Spell Resonator",
314322
"block.trickster.spell_construct": "Spell Construct",
315323
"block.trickster.modular_spell_construct": "Modular Spell Construct",
316324
"block.trickster.light": "Light",
317325
"block.trickster.scroll_shelf": "Scroll Shelf",
318326
"block.trickster.charging_array": "Charging Array",
327+
"block.trickster.inert_spawner": "Inert Spawner",
319328
"effect.trickster.mana_boost": "Mana Hyperflux",
320329
"effect.trickster.mana_deficiency": "Mana Hypoflux",
321330
"tag.item.trickster.can_evaluate_dynamically": "Can Evaluate Dynamically",
322331
"tag.item.trickster.holdable_hat": "Holdable Hats",
323332
"tag.item.trickster.scrolls": "Scrolls",
324333
"tag.item.trickster.spell_cost": "Spell Cost",
325-
"death.attack.mana_overflux": "%1$s's magic show has met an untimely end.",
326-
"death.attack.mana_overflux.player": "%2$s brought an end to %1$s's magic show.",
327334
"key.categories.trickster": "Trickster",
328335
"key.trickster.take_hat": "Take Hat",
329336
"key.trickster.modify_spell": "Modify Spell (Creative only)",
@@ -334,6 +341,7 @@
334341
"text.config.trickster-config.section.aurora-client": "Aurora's Personal Client Tweaks",
335342
"text.config.trickster-config.option.dotEmphasis": "Terminal dot emphasis",
336343
"text.config.trickster-config.option.dotEmphasisColor": "Terminal dot color",
344+
"text.config.trickster-config.option.subcircleDividerPinColor": "Divider pin Color",
337345
"text.config.trickster-config.option.manaTransferEfficiency": "Efficiency of the Conduit's Ploys",
338346
"text.config.trickster-config.option.whorlMaxMana": "Whorl maximum mana in kG",
339347
"text.config.trickster-config.option.whorlRechargeRate": "Whorl recharge rate in kG",

projects/1.21-fabric/assets/trickster/trickster/lang/en_us.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ trickster:
77
written_scroll: Written Scroll
88

99
text:
10-
misc:
11-
value_truncated: Value truncated
10+
value_truncated: Value truncated
11+
disconnect_with_caution: DISCONNECT WITH CAUTION
1212

1313
widget:
1414
scroll_name: Scroll Name...
@@ -35,6 +35,12 @@ trickster:
3535
collar_link: "Link: %s"
3636
unlinked: Unlinked
3737

38+
subtitle:
39+
draw: "Spell drawing"
40+
complete: "Spell completed"
41+
cast: "Spell cast"
42+
collar_bell: "Collar bell rings"
43+
3844
gandalf:
3945
stored: "Stored: %s"
4046
merlin:
@@ -44,7 +50,9 @@ trickster:
4450

4551
item_group: Trickster
4652

47-
scroll_hat: 'Selected slot: %d'
53+
scroll_hat:
54+
named: 'Selected slot: %d [%s]'
55+
unnamed: 'Selected slot: %d'
4856
scroll_executable: Single-use (%f kiloGandalfs)
4957

5058
unnamed_entity: Unnamed %s
@@ -368,6 +376,8 @@ item.trickster:
368376
spell_core: Spell Core
369377
rusted_spell_core: Rusted Spell Core
370378
ominous_spell_core: Ominous Spell Core
379+
inactive_spawner_spell_core: Torment Spell Core Shell
380+
spawner_spell_core: Torment Spell Core
371381

372382
block.trickster:
373383
spell_resonator: Spell Resonator
@@ -376,6 +386,7 @@ block.trickster:
376386
light: Light
377387
scroll_shelf: Scroll Shelf
378388
charging_array: Charging Array
389+
inert_spawner: Inert Spawner
379390

380391
effect.trickster:
381392
mana_boost: Mana Hyperflux
@@ -387,10 +398,6 @@ tag.item.trickster:
387398
scrolls: Scrolls
388399
spell_cost: Spell Cost
389400

390-
death.attack:
391-
mana_overflux: "%1$s's magic show has met an untimely end."
392-
mana_overflux.player: "%2$s brought an end to %1$s's magic show."
393-
394401
key:
395402
categories:
396403
trickster: Trickster
@@ -409,6 +416,7 @@ text.config.trickster-config:
409416
option:
410417
dotEmphasis: Terminal dot emphasis
411418
dotEmphasisColor: Terminal dot color
419+
subcircleDividerPinColor: Divider pin Color
412420
manaTransferEfficiency: Efficiency of the Conduit's Ploys
413421
whorlMaxMana: Whorl maximum mana in kG
414422
whorlRechargeRate: Whorl recharge rate in kG

projects/1.21-fabric/assets/trickster/trickster/lang/zh_cn.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"trickster.screen.mirror_of_evaluation": "执行手镜",
55
"trickster.screen.sign_scroll": "为卷轴署名",
66
"trickster.screen.written_scroll": "定稿卷轴",
7-
"trickster.text.misc.value_truncated": "过长值已截断",
7+
"trickster.text.value_truncated": "过长值已截断",
8+
"trickster.text.disconnect_with_caution": "撤下需谨慎",
89
"trickster.widget.scroll_name": "卷轴名称……",
910
"trickster.widget.enter_scroll_name": "输入卷轴名:",
1011
"trickster.widget.scroll_sign_note.line0": "注意!在你署名后,",
@@ -21,12 +22,17 @@
2122
"trickster.message.leash.not_online": "未找到玩家",
2223
"trickster.tooltip.collar_link": "链接:%s",
2324
"trickster.tooltip.unlinked": "未链接",
25+
"trickster.subtitle.draw": "法术:绘制",
26+
"trickster.subtitle.complete": "法术:完成",
27+
"trickster.subtitle.cast": "法术:施放",
28+
"trickster.subtitle.collar_bell": "缚环铃铛:鸣响",
2429
"trickster.gandalf.stored": "存有:%s",
2530
"trickster.merlin.idling": "空闲",
2631
"trickster.merlin.draining": "消耗:%.2f",
2732
"trickster.merlin.filling": "充能:%.2f",
2833
"trickster.item_group": "戏法师",
29-
"trickster.scroll_hat": "所选槽位:%d",
34+
"trickster.scroll_hat.named": "所选槽位:%d [%s]",
35+
"trickster.scroll_hat.unnamed": "所选槽位:%d",
3036
"trickster.scroll_executable": "单次使用(%f 千甘道夫)",
3137
"trickster.unnamed_entity": "未命名的%s",
3238
"trickster.trick.trickster.add": "吞并之谋略",
@@ -310,20 +316,21 @@
310316
"item.trickster.spell_core": "法术核心",
311317
"item.trickster.rusted_spell_core": "生锈法术核心",
312318
"item.trickster.ominous_spell_core": "不祥法术核心",
319+
"item.trickster.inactive_spawner_spell_core": "磨难法术核心外壳",
320+
"item.trickster.spawner_spell_core": "磨难法术核心",
313321
"block.trickster.spell_resonator": "法术谐振器",
314322
"block.trickster.spell_construct": "法术组构台",
315323
"block.trickster.modular_spell_construct": "模块式法术组构台",
316324
"block.trickster.light": "光源",
317325
"block.trickster.scroll_shelf": "卷轴架",
318326
"block.trickster.charging_array": "充能阵列",
327+
"block.trickster.inert_spawner": "惰性刷怪笼",
319328
"effect.trickster.mana_boost": "魔力超流",
320329
"effect.trickster.mana_deficiency": "魔力降流",
321330
"tag.item.trickster.can_evaluate_dynamically": "可动态执行",
322331
"tag.item.trickster.holdable_hat": "可手持的帽子",
323332
"tag.item.trickster.scrolls": "卷轴",
324333
"tag.item.trickster.spell_cost": "法术消耗品",
325-
"death.attack.mana_overflux": "%1$s的魔术秀不合时宜地终结了",
326-
"death.attack.mana_overflux.player": "%2$s终止了%1$s的魔术秀",
327334
"key.categories.trickster": "戏法师",
328335
"key.trickster.take_hat": "取下帽子",
329336
"key.trickster.modify_spell": "修改法术(仅创造)",
@@ -334,6 +341,7 @@
334341
"text.config.trickster-config.section.aurora-client": "Aurora的专属客户端微调",
335342
"text.config.trickster-config.option.dotEmphasis": "界面中着重强调点",
336343
"text.config.trickster-config.option.dotEmphasisColor": "界面中点的强调色",
344+
"text.config.trickster-config.option.subcircleDividerPinColor": "分隔销的颜色",
337345
"text.config.trickster-config.option.manaTransferEfficiency": "善流之技巧与恶流之技巧的效率",
338346
"text.config.trickster-config.option.whorlMaxMana": "螺坠最大魔力,以kG计",
339347
"text.config.trickster-config.option.whorlRechargeRate": "螺坠充能速度,以kG计",
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
```json
2+
{
3+
"title": "Torment Spell Core Shell",
4+
"icon": "trickster:inactive_spawner_spell_core",
5+
"category": "trickster:items",
6+
"required_advancements": [
7+
"trickster:trigger/nether_wart"
8+
],
9+
"ordinal": 140
10+
}
11+
```
12+
13+
Nether Wart shows potential for the lining of a [Spell Core](^trickster:items/spell_core).
14+
Its transformative properties enable the conversion of energy necessary to power a spell from a spawner's essence.
15+
16+
17+
A Shell may be constructed from the Wart, a Nether Quartz, and Iron to bind it tightly.
18+
19+
;;;;;
20+
21+
<recipe;trickster:inactive_spawner_spell_core>
22+
23+
However, it is not a functioning Core in itself.
24+
By interacting with a spawner while holding this Shell, the spawner's essence may be absorbed.
25+
Only then will it function when placed within a [Modular Spell Construct](^trickster:items/modular_spell_construct).
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
```json
2+
{
3+
"title": "Torment Spell Core",
4+
"icon": "trickster:spawner_spell_core",
5+
"category": "trickster:items",
6+
"required_advancements": [
7+
"trickster:spawner_spell_core"
8+
],
9+
"ordinal": 150
10+
}
11+
```
12+
13+
A variant of the [Spell Core](^trickster:items/spell_core) powered by a spawner.
14+
They execute their inscribed spell at one and a half times the rate of player spells.
15+
However, if no player is within 16 blocks, they will pause completely.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
```json
2+
{
3+
"title": "磨难法术核心外壳",
4+
"icon": "trickster:inactive_spawner_spell_core",
5+
"category": "trickster:items",
6+
"required_advancements": [
7+
"trickster:trigger/nether_wart"
8+
],
9+
"ordinal": 140
10+
}
11+
```
12+
13+
下界疣有潜力成为[法术核心](^trickster:items/spell_core)的内衬。这种物品具有转换能力,可将刷怪笼精华的能量转化后供应给法术。
14+
15+
16+
外壳可以使用一份下界疣、一片下界石英制成,再用铁箍紧所有零件。
17+
18+
;;;;;
19+
20+
<recipe;trickster:inactive_spawner_spell_core>
21+
22+
然而,外壳本身并不能直接作为法术核心使用。手持外壳时与刷怪笼交互,即可吸收刷怪笼的精华。这之后,将它插入[模块式法术组构台](^trickster:items/modular_spell_construct),它才会开始运作。
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
```json
2+
{
3+
"title": "磨难法术核心",
4+
"icon": "trickster:spawner_spell_core",
5+
"category": "trickster:items",
6+
"required_advancements": [
7+
"trickster:spawner_spell_core"
8+
],
9+
"ordinal": 150
10+
}
11+
```
12+
13+
[法术核心](^trickster:items/spell_core)的一种,由刷怪笼驱动。它施法的速度是玩家施法的一又二分之一倍。不过,如果16格内没有玩家,它就会停止运作。

0 commit comments

Comments
 (0)