Skip to content

Commit

Permalink
Ars Controle 翻译更新 (#4639)
Browse files Browse the repository at this point in the history
* Ars Controle

* Update projects/1.21/assets/ars-controle/ars_controle/lang/zh_cn.json

Co-authored-by: dovisutu <40313014+dovisutu@users.noreply.github.com>

* fix:同步1.20

---------

Co-authored-by: dovisutu <40313014+dovisutu@users.noreply.github.com>
  • Loading branch information
ChuijkYahus and dovisutu authored Sep 10, 2024
1 parent 8f44f64 commit 9eeb05d
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ars_controle.target.get.block": "目标方块:位于%2$s的%1$s。",
"ars_controle.remote.error.no_target": "遥控器中未存储目标。",
"ars_controle.remote.error.invalid_dimension": "目标处于无效维度。",
"ars_controle.remote.error.different_dimension": "目标无法处于另一维度",
"ars_controle.remote.error.different_dimension": "目标不应处于另一维度",
"ars_controle.remote.error.invalid_target": "目标无效。",

"ars_controle.remote.set_target": "已将遥控目标设为位于%2$s的%1$s。"
Expand Down
27 changes: 27 additions & 0 deletions projects/1.21/assets/ars-controle/ars_controle/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"block.ars_controle.warping_spell_prism": "Warping Spell Prism",

"item.ars_controle.remote": "Remote",
"item.ars_controle.remote.with_target": "Remote (%s)",

"ars_controle.target.set.none": "Cleared target.",
"ars_controle.target.set.self": "Set target to yourself.",
"ars_controle.target.set.entity": "Set target to %s in %s.",
"ars_controle.target.set.block": "Set target to block at %s in %s.",
"ars_controle.target.get.none": "No target found.",
"ars_controle.target.get.entity": "Target entity: %s in %s.",
"ars_controle.target.get.block": "Target block: %s in %s.",
"ars_controle.remote.error.no_target": "No target stored in remote.",
"ars_controle.remote.error.invalid_dimension": "Target is in invalid dimension.",
"ars_controle.remote.error.different_dimension": "Target cannot be in different dimension.",
"ars_controle.remote.error.invalid_target": "Target is invalid.",

"ars_controle.remote.set_target": "Set remote target to %s in %s.",

"ars_controle.page.warping_spell_prism": "Warping Spell Prism",
"ars_controle.page1.warping_spell_prism": "The Warping Spell Prism allows you to warp a spell projectile to anywhere in the world, even across dimensions - as long as both the prism and the destination are loaded.",

"ars_controle.page.remote": "Remote",
"ars_controle.page1.remote": "The Remote lets you remotely configure blocks and entities that the Dominion Wand cand. To use it, first crouch and use it on the thing you would like to configure. Then, you can use it again on other blocks or entities depending on what the block you are configuring accepts.",
"ars_controle.page2.remote": "When you are done, left clicking the air will clear its target. The remote allows for cross dimensional configuration of the Warping Spell Prism, unlike the Dominion Wand."
}
27 changes: 27 additions & 0 deletions projects/1.21/assets/ars-controle/ars_controle/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"block.ars_controle.warping_spell_prism": "折跃法术棱镜",

"item.ars_controle.remote": "遥控器",
"item.ars_controle.remote.with_target": "遥控器(%s)",

"ars_controle.target.set.none": "已清除目标。",
"ars_controle.target.set.self": "已将目标设为自身。",
"ars_controle.target.set.entity": "已将目标设为位于%2$s的%1$s。",
"ars_controle.target.set.block": "已将目标设为位于%2$s中%1$s处的方块。",
"ars_controle.target.get.none": "未找到目标。",
"ars_controle.target.get.entity": "目标实体:位于%2$s的%1$s。",
"ars_controle.target.get.block": "目标方块:位于%2$s的%1$s。",
"ars_controle.remote.error.no_target": "遥控器中未存储目标。",
"ars_controle.remote.error.invalid_dimension": "目标处于无效维度。",
"ars_controle.remote.error.different_dimension": "目标不应处于另一维度。",
"ars_controle.remote.error.invalid_target": "目标无效。",

"ars_controle.remote.set_target": "已将遥控目标设为位于%2$s的%1$s。",

"ars_controle.page.warping_spell_prism": "折跃法术棱镜",
"ars_controle.page1.warping_spell_prism": "折跃法术棱镜可将法术弹射物折跃到世界中任意一处,只要棱镜本身和目标位置均已加载即可;甚至还能跨维度折跃。",

"ars_controle.page.remote": "遥控器",
"ars_controle.page1.remote": "遥控器可以远程配置方块和实体,有效作用对象与支配之杖一致。使用时,先潜行对需配置的事物按下“使用”键;再根据所配置方块接受何种事物,而对另一个符合条件的方块或实体按下“使用”键。",
"ars_controle.page2.remote": "结束后,左击空气可清除目标。遥控器能够跨维度配置折跃法术棱镜,这点是支配之杖做不到的。"
}

0 comments on commit 9eeb05d

Please sign in to comment.