Skip to content

Commit dc7b68a

Browse files
authored
HexTraces、Hexstages、Hextra 翻译提交 (#5596)
1 parent 0852d85 commit dc7b68a

File tree

10 files changed

+272
-0
lines changed

10 files changed

+272
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### 总概
2+
3+
```mermaid
4+
flowchart LR
5+
1.20.1 -->|indirect| 1.20.1-fabric
6+
```
7+
8+
```
9+
1.20.1
10+
└── 1.20.1-fabric
11+
```
12+
13+
### 链接区域
14+
15+
- [1.20.1](/projects/1.20/assets/1UNKNOWN/hextrace)
16+
- [1.20.1-fabric](/projects/1.20-fabric/assets/1UNKNOWN/hextrace)
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
hextrace: {
3+
page: {
4+
patterns: {
5+
title: "Traces",
6+
},
7+
trace: {
8+
"0": "When traced iotas are used as inputs for an action, the trace is applied to the resulting iotas. Iotas can have multiple traces applied at once.\n(only two examples are shown but traces can be drawn many ways)",
9+
"1": "Applies the given trace to the top Iota.",
10+
},
11+
},
12+
},
13+
14+
hexcasting: {
15+
action: {
16+
"hextrace:": {
17+
"trace": "Apply Trace",
18+
},
19+
// use this to add shortened versions of pattern names if the full name won't fit in the ingame book
20+
// you don't need to add an entry for every pattern - the above value will be used as a default
21+
},
22+
},
23+
24+
text: {
25+
26+
27+
"autoconfig.hextrace": {
28+
title: "Hex Trace Config",
29+
30+
category: {
31+
client: "Client",
32+
server: "Server",
33+
},
34+
35+
option: {
36+
client: {
37+
dummyClientConfigOption: {
38+
"": "Dummy Client Config Option",
39+
"@Tooltip": "This is an example of a client-side config option that accepts a boolean.",
40+
},
41+
},
42+
43+
server: {
44+
dummyServerConfigOption: {
45+
"": "Dummy Server Config Option",
46+
"@Tooltip": "This is an example of a server-side config option that accepts an integer.",
47+
},
48+
},
49+
},
50+
},
51+
},
52+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"type": "indirect",
4+
"source": "projects/1.20/assets/1UNKNOWN/hextrace"
5+
}
6+
]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"hextra.page.1": "Now you can cast a real arrow, this arrow cannot be picked up.",
3+
"categories.hextra.hextra": "Hextra",
4+
"categories.hextra.hextra.desc": "greattext",
5+
"categories.hextra.hextra.spells.desc": "Added Extra-Spells",
6+
"categories.hextra.hextra.spells": "Extra-Spells",
7+
"hexcasting.action.hextra:hextra_conjurearrow": "Conjure Arrow",
8+
"hextra.pattern.hextra_conjurearrow": "Summon a arrow without vectors(standart vector 0,0,0), but arrow disappears after some about five seconds. $(br)Costs about 100 $(l:items/amethyst)$(item)Amethyst Dust/$"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"hextra.page.1": "终于可以发射出一支真正的箭了,不过它无法被拾取。",
3+
"categories.hextra.hextra": "Hextra",
4+
"categories.hextra.hextra.desc": "greattext",
5+
"categories.hextra.hextra.spells.desc": "新添的额外法术",
6+
"categories.hextra.hextra.spells": "额外法术",
7+
"hexcasting.action.hextra:hextra_conjurearrow": "构筑箭",
8+
"hextra.pattern.hextra_conjurearrow": "构筑一支箭,不使用速度向量(默认向量为 (0, 0, 0))。这支箭会在约 5 秒后消失。$(br)消耗大约 100 个$(l:items/amethyst)$(item)紫水晶粉/$。"
9+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### 总概
2+
3+
```mermaid
4+
flowchart LR
5+
1.20.1 -->|indirect| 1.20.1-fabric
6+
```
7+
8+
```
9+
1.20.1
10+
└── 1.20.1-fabric
11+
```
12+
13+
### 链接区域
14+
15+
- [1.20.1](/projects/1.20/assets/1UNKNOWN/hextrace)
16+
- [1.20.1-fabric](/projects/1.20-fabric/assets/1UNKNOWN/hextrace)
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
hextrace: {
3+
page: {
4+
patterns: {
5+
title: "Traces",
6+
},
7+
trace: {
8+
"0": "When traced iotas are used as inputs for an action, the trace is applied to the resulting iotas. Iotas can have multiple traces applied at once.\n(only two examples are shown but traces can be drawn many ways)",
9+
"1": "Applies the given trace to the top Iota.",
10+
},
11+
},
12+
},
13+
14+
hexcasting: {
15+
action: {
16+
"hextrace:": {
17+
"trace": "Apply Trace",
18+
},
19+
// use this to add shortened versions of pattern names if the full name won't fit in the ingame book
20+
// you don't need to add an entry for every pattern - the above value will be used as a default
21+
},
22+
},
23+
24+
text: {
25+
26+
27+
"autoconfig.hextrace": {
28+
title: "Hex Trace Config",
29+
30+
category: {
31+
client: "Client",
32+
server: "Server",
33+
},
34+
35+
option: {
36+
client: {
37+
dummyClientConfigOption: {
38+
"": "Dummy Client Config Option",
39+
"@Tooltip": "This is an example of a client-side config option that accepts a boolean.",
40+
},
41+
},
42+
43+
server: {
44+
dummyServerConfigOption: {
45+
"": "Dummy Server Config Option",
46+
"@Tooltip": "This is an example of a server-side config option that accepts an integer.",
47+
},
48+
},
49+
},
50+
},
51+
},
52+
}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
hextrace: {
3+
page: {
4+
patterns: {
5+
title: "信踪",
6+
},
7+
trace: {
8+
"0": "某操作用到拥有信踪的 iota 时,其信踪将复制给返回的 iota。Iota 同一时刻可拥有多个信踪。\n(下方仅是两则示例,信踪的绘制方法不只这两种)",
9+
"1": "将相应信踪应用于栈顶 iota。",
10+
},
11+
},
12+
},
13+
14+
hexcasting: {
15+
action: {
16+
"hextrace:": {
17+
"trace": "应用信踪",
18+
},
19+
// use this to add shortened versions of pattern names if the full name won't fit in the ingame book
20+
// you don't need to add an entry for every pattern - the above value will be used as a default
21+
},
22+
},
23+
24+
text: {
25+
26+
27+
"autoconfig.hextrace": {
28+
title: "咒法信踪(Hex Trace)配置",
29+
30+
category: {
31+
client: "客户端",
32+
server: "服务端",
33+
},
34+
35+
option: {
36+
client: {
37+
dummyClientConfigOption: {
38+
"": "Dummy Client Config Option",
39+
"@Tooltip": "This is an example of a client-side config option that accepts a boolean.",
40+
},
41+
},
42+
43+
server: {
44+
dummyServerConfigOption: {
45+
"": "Dummy Server Config Option",
46+
"@Tooltip": "This is an example of a server-side config option that accepts an integer.",
47+
},
48+
},
49+
},
50+
},
51+
},
52+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
hexstages: {
3+
book: {
4+
patterns: {
5+
spells: {
6+
7+
},
8+
},
9+
},
10+
11+
hexcasting: {
12+
action: {
13+
14+
// use this to add shortened versions of pattern names if the full name won't fit in the ingame book
15+
// you don't need to add an entry for every pattern - the above value will be used as a default
16+
book: {
17+
18+
}
19+
},
20+
},
21+
22+
"mishap": {
23+
"missing_stage": "Missing required Stage \"%1$s\" for %2$s."
24+
}
25+
},
26+
27+
text: {
28+
29+
},
30+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
hexstages: {
3+
book: {
4+
patterns: {
5+
spells: {
6+
7+
},
8+
},
9+
},
10+
11+
hexcasting: {
12+
action: {
13+
14+
// use this to add shortened versions of pattern names if the full name won't fit in the ingame book
15+
// you don't need to add an entry for every pattern - the above value will be used as a default
16+
book: {
17+
18+
}
19+
},
20+
},
21+
22+
"mishap": {
23+
"missing_stage": "%2$s所需的“%1$s”游戏阶段暂未达成。"
24+
}
25+
},
26+
27+
text: {
28+
29+
},
30+
}

0 commit comments

Comments
 (0)