Skip to content

Commit

Permalink
lang(zh_cn): Update Simplified Chinese translation (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
NumberSir authored Nov 16, 2024
1 parent 9104c3c commit c984fca
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion common/src/main/resources/assets/waystones/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"item.waystones.warp_scroll_bound": "传送卷轴(已绑定)",
"item.waystones.return_scroll": "返回卷轴",
"item.waystones.warp_stone": "传送石",
"item.waystones.blank_scroll": "空白卷轴",
"item.waystones.bound_scroll": "绑定卷轴",
"item.waystones.warp_dust": "传送粉",
"item.waystones.dormant_shard": "沉眠碎片",
Expand All @@ -51,7 +52,7 @@
"container.waystones.waystone_settings": "为石碑命名:",
"container.waystones.waystone_modifiers": "传送修改:",
"container.waystones.waystone_selection": "选择目的地:",
"container.waystones.waystone_admin_selection": "选择要传送的 <%s> 石碑:",
"container.waystones.waystone_admin_selection": "选择要传送的<%s>石碑:",
"container.waystones.waystone": "传送石",
"container.waystones.white_portstone": "传送石座",
"container.waystones.orange_portstone": "橙色传送石座",
Expand Down Expand Up @@ -153,6 +154,7 @@
"tooltip.waystones.not_enough_xp": "没有足够的经验!(需要 %d 级经验)",
"tooltip.waystones.undiscovered": "未被发现",
"tooltip.waystones.edit_restricted": "这个传送石碑无法修改",
"tooltip.waystones.blank_scroll": "请手拿该卷轴右击某个传送石碑以绑定。",
"stat.waystones.waystone_activated": "传送石碑已激活",
"waystones.untitled_waystone": "未命名的传送石碑",
"waystones:warp_plate": "传送石盘",
Expand All @@ -166,6 +168,13 @@
"commands.waystones.list.coordinates": "%d, %d, %d",
"commands.waystones.list.in_dimension": "在 %s",
"commands.waystones.list.at_distance": "在 %d 个方块之外",
"commands.waystones.activate.success.single": "已为%2$s激活了传送石碑%1$s",
"commands.waystones.activate.success.multiple": "已为 %2$d 名玩家激活了传送石碑%1$s",
"commands.waystones.forget.success.single": "已为%2$s取消激活了传送石碑%1$s",
"commands.waystones.forget.success.multiple": "已为 %2$d 名玩家取消激活了传送石碑%1$s",
"commands.waystones.forget.all.success.single": "已为%s取消激活了所有传送石碑",
"commands.waystones.forget.all.success.multiple": "已为%d名玩家取消激活了所有传送石碑",
"commands.waystones.waystone_not_found": "当前位置并无传送石碑",
"config.waystones.title": "传送石碑",
"config.waystones.general": "通常设置",
"config.waystones.general.restrictedWaystones": "限制传送石碑",
Expand Down

0 comments on commit c984fca

Please sign in to comment.