Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions projects/1.20/assets/1UNKNOWN/noophaestus/lang/en_us.flatten.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
noophaestus: {
page: {
enchantments: {
"0": "Enchantments are interesting little things. TODO",
"enchantments/": {
item: "Removes an item stack from the stack, and returns a list of it's enchantments, if any.",
abs: "Removes an enchantment and returns its level.",
},
},
enchantment_groups: {
"0": "Enchantment groups are a collection of enchantments. TODO"
},
},
entry: {
enchantments: "Enchantments",
enchantment_groups: "Enchantment Groups",
}
},

hexcasting: {
action: {
"noophaestus:": {
"enchantments/": {
item: "Talisman Distillation"
},
"enchantment_groups/": {
item: "Incantation Distillation",
construct: "Construct Enchantment Group"
}
},

// use this to add shortened versions of pattern names if the full name won't fit in the ingame book
// you don't need to add an entry for every pattern - the above value will be used as a default
"book:noophaestus:": {
"enchantments/": {
item: "Talisman Dstn."
},
"enchantment_groups/": {
item: "Incantation Dstn."
}
}
},
"iota.noophaestus": {
enchantment: "Enchantment",
enchantment_group: "Enchantment Group",
},
"mishap.invalid_value.class": {
enchantment: "an enchantment",
enchantment_lesser: "a lesser enchantment",
enchantment_greater: "a greater enchantment",
enchantment_group: "an enchantment group",
}
},

text: {
noophaestus: {
},

"autoconfig.noophaestus": {
title: "Noophaestus Config",

category: {
client: "Client",
server: "Server",
},

option: {
client: {
dummyClientConfigOption: {
"": "Dummy Client Config Option",
"@Tooltip": "This is an example of a client-side config option that accepts a boolean.",
},
},

server: {
dummyServerConfigOption: {
"": "Dummy Server Config Option",
"@Tooltip": "This is an example of a server-side config option that accepts an integer.",
},
},
},
},
},
}
85 changes: 85 additions & 0 deletions projects/1.20/assets/1UNKNOWN/noophaestus/lang/zh_cn.flatten.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
noophaestus: {
page: {
enchantments: {
"0": "魔咒是有意思的小玩意。TODO",
"enchantments/": {
item: "移除栈顶物品组,如其已被附魔,则返回其上魔咒的列表。",
abs: "移除栈顶魔咒,返回其魔咒等级。",
},
},
enchantment_groups: {
"0": "魔咒组是魔咒的集合。TODO"
},
},
entry: {
enchantments: "魔咒",
enchantment_groups: "魔咒组",
}
},

hexcasting: {
action: {
"noophaestus:": {
"enchantments/": {
item: "符咒之馏化"
},
"enchantment_groups/": {
item: "咒言之馏化",
construct: "构造魔咒组"
}
},

// use this to add shortened versions of pattern names if the full name won't fit in the ingame book
// you don't need to add an entry for every pattern - the above value will be used as a default
"book:noophaestus:": {
"enchantments/": {
item: "符咒之馏化"
},
"enchantment_groups/": {
item: "咒言之馏化"
}
}
},
"iota.noophaestus": {
enchantment: "魔咒",
enchantment_group: "魔咒组",
},
"mishap.invalid_value.class": {
enchantment: "一个魔咒",
enchantment_lesser: "一个初等魔咒",
enchantment_greater: "一个卓越魔咒",
enchantment_group: "一个魔咒组",
}
},

text: {
noophaestus: {
},

"autoconfig.noophaestus": {
title: "Noophaestus配置",

category: {
client: "客户端",
server: "服务端",
},

option: {
client: {
dummyClientConfigOption: {
"": "Dummy Client Config Option",
"@Tooltip": "This is an example of a client-side config option that accepts a boolean.",
},
},

server: {
dummyServerConfigOption: {
"": "Dummy Server Config Option",
"@Tooltip": "This is an example of a server-side config option that accepts an integer.",
},
},
},
},
},
}
Loading