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
27 changes: 1 addition & 26 deletions lang/missing/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
{
"item.minecells.cell_holder": "Cell Holder",
"item.minecells.cell_holder.cell_count": [
{
"text": "Stored Cells: ",
"color": "#46D4FF"
},
{
"index": 0
}
],
"item.minecells.cell_holder.full": [
{
"text": "Right-click to take them out",
"color": "gray"
}
],
"item.minecells.cell_holder.empty": [
{
"text": "Empty. \nClick with Monster Cells to store them.",
"color": "gray"
}
],
"advancements.minecells.unlock.have_64_cells": "Have a full stack of Monster Cells in your inventory",
"advancements.minecells.unlock.have_64_cells.description": "Have a full stack of Monster Cells in your inventory"
}
{}
24 changes: 24 additions & 0 deletions src/main/resources/assets/minecells/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,4 +628,28 @@
"book.minecells.entries.weapons.ice_shield": "若格挡攻击,寒冰盾将减速目标。<br><br>若成功招架攻击,它则将冰冻目标。",
"options.minecells.screenshake": "震屏效果强度",
"options.minecells.screenshake.tooltip": "更改我的细胞模组的震屏事件效果强度。\n可在minecells-client.json5中为事件单独配置。\n0%等于禁用震屏效果。"
"item.minecells.cell_holder": "细胞容器",
"item.minecells.cell_holder.cell_count": [
{
"text": "细胞存量:",
"color": "#46D4FF"
},
{
"index": 0
}
],
"item.minecells.cell_holder.full": [
{
"text": "右键取出",
"color": "gray"
}
],
"item.minecells.cell_holder.empty": [
{
"text": "未储存细胞\n用细胞右键此物品以存入",
"color": "gray"
}
],
"advancements.minecells.unlock.have_64_cells": "在物品栏中储存一组细胞",
"advancements.minecells.unlock.have_64_cells.description": "在物品栏中储存一组细胞"
}