Skip to content

Commit

Permalink
Merge branch '1.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrix-Shen committed Jun 13, 2021
2 parents 550297a + 7ac0f57 commit 33fe751
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/assets/tweakmyclient/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@
"tweakmyclient.config.feature_toggle.featureUnfocusedCPU.name": "featureUnfocusedCPU",
"tweakmyclient.config.feature_toggle.featureUnfocusedCPU.comment": "Will not render anything when your Minecraft window is not focused.",

"tweakmyclient.config.list.listAutoDrop.name": "listAutoDrop",
"tweakmyclient.config.list.listAutoDrop.comment": "Auto drop item list.",

"tweakmyclient.label.targetBlockPositionPrintMode.private": "private",
"tweakmyclient.label.targetBlockPositionPrintMode.public": "public",

"tweakmyclient.list.listAutoDrop.name": "listAutoDrop",
"tweakmyclient.list.listAutoDrop.comment": "Auto drop item list.",

"tweakmyclient.message.autoReconnect.reAuthenticateWithAuthMe": "Re-authenticate with AuthMe",
"tweakmyclient.message.autoReconnect.reAuthenticateWithReAuth": "Re-authenticate with ReAuth",
"tweakmyclient.message.autoReconnect.static": "AutoReconnect",
Expand Down
9 changes: 5 additions & 4 deletions src/main/resources/assets/tweakmyclient/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"tweakmyclient.config.disable_toggle.disableGuiShadowLayer.comment": "关闭打开GUI时的阴影层渲染.",
"tweakmyclient.config.disable_toggle.disableRenderBossBar.name": "禁用Boss血条渲染",
"tweakmyclient.config.disable_toggle.disableRenderBossBar.comment": "关闭在玩家在Boss附近渲染Boss血条.\n你将获得更广阔的视野.",
"tweakmyclient.config.disable_toggle.disableRenderOverlayFire.name": "禁用火焰渲染层",
"tweakmyclient.config.disable_toggle.disableRenderOverlayFire.comment": "关闭在玩家着火时的渲染覆盖.\n你将获得更广阔的视野.",
"tweakmyclient.config.disable_toggle.disableRenderOverlayPumpkin.name": "禁用南瓜头渲染层",
"tweakmyclient.config.disable_toggle.disableRenderOverlayPumpkin.comment": "关闭在玩家在穿戴南瓜时的渲染覆盖.\n你将获得更广阔的视野.",
"tweakmyclient.config.disable_toggle.disableRenderScoreboard.name": "禁用计分板渲染",
Expand Down Expand Up @@ -83,16 +85,15 @@
"tweakmyclient.config.feature_toggle.featureOpenWaterHelper.comment": "展示是否在'开放水域'钓鱼, 并在用于开阔水域计算的区域绘制一个方框",
"tweakmyclient.config.feature_toggle.featureUnfocusedCPU.name": "失去焦点释放CPU",
"tweakmyclient.config.feature_toggle.featureUnfocusedCPU.comment": "当焦点未处于 Minecraft 窗口时, 客户端将不会执行渲染.",
"tweakmyclient.config.list.listAutoDrop.name": "自动丢弃列表",
"tweakmyclient.config.list.listAutoDrop.comment": "自动物品丢弃列表.",

"tweakmyclient.label.targetBlockPositionPrintMode.private": "私人",
"tweakmyclient.label.targetBlockPositionPrintMode.public": "公共",

"tweakmyclient.list.listAutoDrop.name": "自动丢弃列表",
"tweakmyclient.list.listAutoDrop.comment": "自动物品丢弃列表.",

"tweakmyclient.message.autoReconnect.reAuthenticateWithAuthMe": "使用 AuthMe 验证会话",
"tweakmyclient.message.autoReconnect.reAuthenticateWithReAuth": "使用 ReAuth 验证会话",
"tweakmyclient.message.autoReconnect.static": "自动重连",
"tweakmyclient.message.autoReconnect.timer": "切换自动重连 (%d)",
"tweakmyclient.message.autoReconnect.toggle": "切换自动重连"
"tweakmyclient.message.autoReconnect.toggle": "切换自动重连",
}

0 comments on commit 33fe751

Please sign in to comment.