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 @@ -53,6 +53,7 @@
"ars_controle.target.get.none": "No target found.",
"ars_controle.target.set.block": "Set target to block at %s in %s.",
"ars_controle.target.set.entity": "Set target to %s in %s.",
"ars_controle.target.set.fail.other_player": "Linking other players is not allowed",
"ars_controle.target.set.none": "Cleared target.",
"ars_controle.target.set.self": "Set target to yourself.",
"ars_nouveau.augment_desc.glyph_filter_random_glyph_amplify": "Increases the chance of resolving",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"ars_controle.target.get.none": "未找到目标。",
"ars_controle.target.set.block": "已将目标设为位于%2$s中%1$s处的方块。",
"ars_controle.target.set.entity": "已将目标设为位于%2$s的%1$s。",
"ars_controle.target.set.fail.other_player": "不允许链接其他玩家",
"ars_controle.target.set.none": "已清除目标。",
"ars_controle.target.set.self": "已将目标设为自身。",
"ars_nouveau.augment_desc.glyph_filter_random_glyph_amplify": "增加产生法术效果的概率。",
Expand Down
4 changes: 4 additions & 0 deletions projects/1.21/assets/ars-morph/ars_morph/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"ars_morph.glyph_name.glyph_morph": "Morph Identity",
"ars_morph.glyph_desc.glyph_morph": "Morphs into the entity hit. Use on self to break the morph. If a containment jar is in the offhand, the mob inside will be used as morph. Based on Identity."
}
4 changes: 4 additions & 0 deletions projects/1.21/assets/ars-morph/ars_morph/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"ars_morph.glyph_name.glyph_morph": "变形",
"ars_morph.glyph_desc.glyph_morph": "变形为击中的实体。对自身使用以解除变形,也可副手持有收容罐以变形为其中实体。功能来自化身(Identity)。"
}
Loading