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
28 changes: 28 additions & 0 deletions projects/1.20/assets/travel-anchors/travelanchors/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"itemGroup.travelanchors": "Travel Anchors",

"item.travelanchors.travel_staff": "Travel Staff",

"enchantment.travelanchors.range": "Range",
"enchantment.travelanchors.range.desc": "Increases the teleportation range with each tier",
"enchantment.travelanchors.teleportation": "Teleportation",
"enchantment.travelanchors.teleportation.desc": "Applies the Teleportation ability to other tools than Travel Staff",

"block.travelanchors.travel_anchor": "Travel Anchor",

"screen.travelanchors.travel_anchor": "Travel Anchor",
"screen.travelanchors.search": "Search",
"screen.travelanchors.nameless": "Enter a name to use it",

"tooltip.travelanchors.travel_anchor_block": "Look at this with a Travel Staff, or Teleportation enchantment to teleport.",
"tooltip.travelanchors.travel_staff": "Sneak + Right-Click to short range Teleport. Look at Travel Anchor to warp.",

"travelanchors.tp.success": "Teleported to %s.",
"travelanchors.tp.fail": "No travel anchor found.",
"travelanchors.hop.fail": "Destination obstructed.",

"travelanchors.lock.button": "Lock",
"travelanchors.lock.locked": "This anchor is now locked.",
"travelanchors.lock.unlocked": "This anchor is no longer locked.",
"travelanchors.lock.interact": "This anchor is locked. Right-click with a stick to unlock."
}
28 changes: 28 additions & 0 deletions projects/1.20/assets/travel-anchors/travelanchors/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"itemGroup.travelanchors": "旅行锚",

"item.travelanchors.travel_staff": "旅行权杖",

"enchantment.travelanchors.range": "范围",
"enchantment.travelanchors.range.desc": "每个等级增加传送范围",
"enchantment.travelanchors.teleportation": "传送",
"enchantment.travelanchors.teleportation.desc": "将传送能力应用于旅行权杖以外的其他工具",

"block.travelanchors.travel_anchor": "旅行锚",

"screen.travelanchors.travel_anchor": "旅行锚",
"screen.travelanchors.search": "搜索",
"screen.travelanchors.nameless": "需设置名称来使用",

"tooltip.travelanchors.travel_anchor_block": "使用旅行权杖或传送附魔进行移动",
"tooltip.travelanchors.travel_staff": "按住 Shift + 右击来传送一小段距离或传送到旅行锚",

"travelanchors.tp.success": "传送到 %s",
"travelanchors.tp.fail": "找不到旅行锚",
"travelanchors.hop.fail": "目的地被阻挡",

"travelanchors.lock.button": "锁定",
"travelanchors.lock.locked": "此锚点已锁定",
"travelanchors.lock.unlocked": "此锚点已解锁",
"travelanchors.lock.interact": "此锚点已锁定。请使用木棍右击以解锁"
}
Loading