Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -1055,8 +1055,10 @@
},

no_akashic_record: "%s处无阿卡夏记录",
disallowed: "已被服务器管理员禁用于施法",
disallowed_circle: "已被服务器管理员禁用于法术环",
disallowed: "%s已被服务器管理员禁用",
disallowed_generic: "该图案已被服务器管理员禁用",
disallowed_circle: "%s已被服务器管理员禁用于法术环",
disallowed_circle_generic: "该图案已被服务器管理员禁用于法术环",
invalid_spell_datum_type: "尝试将某无效类型的值用作SpellDatum:%s(class %s)。这是模组中的漏洞。",
unknown: "抛出异常(%s)。这是模组中的漏洞。",
stack_size: "超出了栈的大小上限",
Expand Down
9 changes: 0 additions & 9 deletions doc/resources/assets/hexcasting/lang/zh_cn.flatten.json5
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@
any: "必须为{level}级或更高等级的村民",
professional: "必须为{level}级或更高等级的{profession}",
},

pages: {
hexcasting: {
brainsweep: {
description: "书中显示如下事物的意识剥离配方:",
separator: "",
},
},
},
},

"block.hexcasting": {
Expand Down
Loading