-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from ZHAY10086/patch-1
Create zh_cn.json
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"block.pylons.expulsion_pylon": "驱逐塔", | ||
"block.pylons.harvester_pylon": "收获塔", | ||
"block.pylons.infusion_pylon": "灌注塔", | ||
"block.pylons.interdiction_pylon": "封禁塔", | ||
"chat.pylons.expelled": "你已被驱逐出%s的区块!", | ||
"gui.pylons.blockedMobs": "添加生物以阻止其生成:", | ||
"gui.pylons.effects": "激活药水效果:", | ||
"gui.pylons.insideWorldSpawn": "距离世界重生点过近。", | ||
"gui.pylons.inventoryFull": "容器已满。", | ||
"gui.pylons.inventoryMissing": "在塔上方放置存储容器。", | ||
"gui.pylons.noOwner": "未找到所有者。塔已关闭。", | ||
"gui.pylons.owner": "所有者:%s", | ||
"gui.pylons.toggleWork": "工作状态", | ||
"gui.pylons.toolMissing": "需要工具以进行操作。", | ||
"gui.pylons.whitelist": "添加玩家至白名单:", | ||
"gui.pylons.workArea": "工作区域(区块)", | ||
"gui.pylons.workAreaBlocks": "工作区域(方块)", | ||
"gui.pylons.working": "塔正在工作。", | ||
"gui.pylons.wrongDimension": "该维度已关闭。", | ||
"item.pylons.mob_filter": "生物过滤卡", | ||
"item.pylons.player_filter": "玩家过滤卡", | ||
"item.pylons.potion_filter": "药水过滤卡", | ||
"itemGroup.pylons": "实用塔", | ||
"tooltip.pylons.activated": "已激活", | ||
"tooltip.pylons.effect_denied": "效果在配置文件中被禁用。", | ||
"tooltip.pylons.expulsion1": "将其他玩家从塔周围", | ||
"tooltip.pylons.expulsion2": "所配置的区块范围内", | ||
"tooltip.pylons.expulsion3": "驱逐出去。", | ||
"tooltip.pylons.harvester1": "收获塔周围所配置", | ||
"tooltip.pylons.harvester2": "半径内的作物。", | ||
"tooltip.pylons.harvester3": "放置在水方块中或上面。", | ||
"tooltip.pylons.increase1": "携带相同状态效果", | ||
"tooltip.pylons.increase2": "右击以增加进度。", | ||
"tooltip.pylons.infusion1": "无视距离施加", | ||
"tooltip.pylons.infusion2": "从已激活的药水过滤卡中", | ||
"tooltip.pylons.infusion3": "获取的状态效果。", | ||
"tooltip.pylons.insert1": "将过滤卡插入", | ||
"tooltip.pylons.insert2": "塔来使用它!", | ||
"tooltip.pylons.interdiction1": "在塔周围所配置半径内", | ||
"tooltip.pylons.interdiction2": "阻止所选生物生成。", | ||
"tooltip.pylons.minimum_duration": "最短作用时间:%s秒", | ||
"tooltip.pylons.no_effect1": "携带状态效果时右击", | ||
"tooltip.pylons.no_effect2": "将其应用至该过滤卡。", | ||
"tooltip.pylons.no_mob": "右击生物以选择它。", | ||
"tooltip.pylons.no_player": "右击玩家以选择他们。", | ||
"tooltip.pylons.player": "玩家:%s", | ||
"tooltip.pylons.progress": "进度:%d/%d秒" | ||
} |