Skip to content

Commit

Permalink
Ars Controle 翻译提交 (#4516)
Browse files Browse the repository at this point in the history
Ars Controle
  • Loading branch information
ChuijkYahus committed Jul 23, 2024
1 parent a208ce7 commit a90a049
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions projects/1.20/assets/ars-controle/ars_controle/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"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."
}
20 changes: 20 additions & 0 deletions projects/1.20/assets/ars-controle/ars_controle/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"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。"
}

0 comments on commit a90a049

Please sign in to comment.