Skip to content

Commit 470646a

Browse files
authored
Noophaestus 翻译提交 (#5641)
1 parent f53ffb8 commit 470646a

File tree

2 files changed

+170
-0
lines changed

2 files changed

+170
-0
lines changed
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
noophaestus: {
3+
page: {
4+
enchantments: {
5+
"0": "Enchantments are interesting little things. TODO",
6+
"enchantments/": {
7+
item: "Removes an item stack from the stack, and returns a list of it's enchantments, if any.",
8+
abs: "Removes an enchantment and returns its level.",
9+
},
10+
},
11+
enchantment_groups: {
12+
"0": "Enchantment groups are a collection of enchantments. TODO"
13+
},
14+
},
15+
entry: {
16+
enchantments: "Enchantments",
17+
enchantment_groups: "Enchantment Groups",
18+
}
19+
},
20+
21+
hexcasting: {
22+
action: {
23+
"noophaestus:": {
24+
"enchantments/": {
25+
item: "Talisman Distillation"
26+
},
27+
"enchantment_groups/": {
28+
item: "Incantation Distillation",
29+
construct: "Construct Enchantment Group"
30+
}
31+
},
32+
33+
// use this to add shortened versions of pattern names if the full name won't fit in the ingame book
34+
// you don't need to add an entry for every pattern - the above value will be used as a default
35+
"book:noophaestus:": {
36+
"enchantments/": {
37+
item: "Talisman Dstn."
38+
},
39+
"enchantment_groups/": {
40+
item: "Incantation Dstn."
41+
}
42+
}
43+
},
44+
"iota.noophaestus": {
45+
enchantment: "Enchantment",
46+
enchantment_group: "Enchantment Group",
47+
},
48+
"mishap.invalid_value.class": {
49+
enchantment: "an enchantment",
50+
enchantment_lesser: "a lesser enchantment",
51+
enchantment_greater: "a greater enchantment",
52+
enchantment_group: "an enchantment group",
53+
}
54+
},
55+
56+
text: {
57+
noophaestus: {
58+
},
59+
60+
"autoconfig.noophaestus": {
61+
title: "Noophaestus Config",
62+
63+
category: {
64+
client: "Client",
65+
server: "Server",
66+
},
67+
68+
option: {
69+
client: {
70+
dummyClientConfigOption: {
71+
"": "Dummy Client Config Option",
72+
"@Tooltip": "This is an example of a client-side config option that accepts a boolean.",
73+
},
74+
},
75+
76+
server: {
77+
dummyServerConfigOption: {
78+
"": "Dummy Server Config Option",
79+
"@Tooltip": "This is an example of a server-side config option that accepts an integer.",
80+
},
81+
},
82+
},
83+
},
84+
},
85+
}
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
noophaestus: {
3+
page: {
4+
enchantments: {
5+
"0": "魔咒是有意思的小玩意。TODO",
6+
"enchantments/": {
7+
item: "移除栈顶物品组,如其已被附魔,则返回其上魔咒的列表。",
8+
abs: "移除栈顶魔咒,返回其魔咒等级。",
9+
},
10+
},
11+
enchantment_groups: {
12+
"0": "魔咒组是魔咒的集合。TODO"
13+
},
14+
},
15+
entry: {
16+
enchantments: "魔咒",
17+
enchantment_groups: "魔咒组",
18+
}
19+
},
20+
21+
hexcasting: {
22+
action: {
23+
"noophaestus:": {
24+
"enchantments/": {
25+
item: "符咒之馏化"
26+
},
27+
"enchantment_groups/": {
28+
item: "咒言之馏化",
29+
construct: "构造魔咒组"
30+
}
31+
},
32+
33+
// use this to add shortened versions of pattern names if the full name won't fit in the ingame book
34+
// you don't need to add an entry for every pattern - the above value will be used as a default
35+
"book:noophaestus:": {
36+
"enchantments/": {
37+
item: "符咒之馏化"
38+
},
39+
"enchantment_groups/": {
40+
item: "咒言之馏化"
41+
}
42+
}
43+
},
44+
"iota.noophaestus": {
45+
enchantment: "魔咒",
46+
enchantment_group: "魔咒组",
47+
},
48+
"mishap.invalid_value.class": {
49+
enchantment: "一个魔咒",
50+
enchantment_lesser: "一个初等魔咒",
51+
enchantment_greater: "一个卓越魔咒",
52+
enchantment_group: "一个魔咒组",
53+
}
54+
},
55+
56+
text: {
57+
noophaestus: {
58+
},
59+
60+
"autoconfig.noophaestus": {
61+
title: "Noophaestus配置",
62+
63+
category: {
64+
client: "客户端",
65+
server: "服务端",
66+
},
67+
68+
option: {
69+
client: {
70+
dummyClientConfigOption: {
71+
"": "Dummy Client Config Option",
72+
"@Tooltip": "This is an example of a client-side config option that accepts a boolean.",
73+
},
74+
},
75+
76+
server: {
77+
dummyServerConfigOption: {
78+
"": "Dummy Server Config Option",
79+
"@Tooltip": "This is an example of a server-side config option that accepts an integer.",
80+
},
81+
},
82+
},
83+
},
84+
},
85+
}

0 commit comments

Comments
 (0)