Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed Dec 19, 2022
2 parents 2d30c21 + edb3db5 commit 536828e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main/resources/assets/moreculling/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"moreculling.config.category.compat": "Mod兼容性",
"moreculling.config.option.cloudCulling": "云剔除",
"moreculling.config.option.cloudCulling.tooltip": "更改opengl环绕顺序以应用面剔除",
"moreculling.config.option.signTextCulling": "告示牌文字剔除",
"moreculling.config.option.signTextCulling.tooltip": "剔除告示牌文本,在某些情况下当你看不到它时,它就不会渲染",
"moreculling.config.option.blockStateCulling": "方块状态剔除",
"moreculling.config.option.blockStateCulling.tooltip": "启用激进的方块状态剔除",
"moreculling.config.option.customItemFrameRenderer": "自定义物品展示框渲染器",
Expand All @@ -21,8 +23,8 @@
"moreculling.config.option.itemFrame3FaceCullingRange.tooltip": "更改剔除开始运作的距离,在更小的距离上可能可见",
"moreculling.config.option.leavesCulling": "树叶剔除",
"moreculling.config.option.leavesCulling.tooltip": "更改用于树叶的剔除类型",
"moreculling.config.option.leavesCullingDepth": "树叶剔除深度",
"moreculling.config.option.leavesCullingDepth.tooltip": "更改基于深度剔除树叶的检测范围,越高越快",
"moreculling.config.option.leavesCullingAmount": "树叶剔除量",
"moreculling.config.option.leavesCullingAmount.tooltip": "更改基于深度剔除树叶的检测数量,越低越快",
"moreculling.config.option.mangroveOnly": "使用时将只剔除红树根:%s",
"moreculling.config.option.includeMangroveRoots": "包括红树根",
"moreculling.config.option.includeMangroveRoots.tooltip": "红树根也应该用同样的方式被剔除。方块状态不起作用",
Expand All @@ -32,7 +34,9 @@
"moreculling.config.option.useOnModdedBlocks.tooltip": "默认情况下,方块状态剔除是否在mod的方块上运作",
"moreculling.config.options.blockstate": "方块状态",
"moreculling.config.options.check": "检测周围环境",
"moreculling.config.options.gap": "间隙",
"moreculling.config.options.depth": "深度",
"moreculling.config.options.random": "随机",
"moreculling.config.options.vertical": "纵向",
"moreculling.config.resetCache": "重置缓存",
"moreculling.config.optionDisabled": "此选项被禁用,当使用:%s"
Expand Down

0 comments on commit 536828e

Please sign in to comment.