Skip to content

Commit 9c892f0

Browse files
committed
add Chinese translations
- by HowardZHY
1 parent 31065cd commit 9c892f0

File tree

4 files changed

+602
-8
lines changed

4 files changed

+602
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,6 @@
5858
- add turkish translation of the README
5959
- add Option to hide AutoTip tip messages
6060
- Add Option to toggle Freelook
61+
- add Chinese (PRC) translation (@HowardZHY)
62+
- add Chinese (TW) translation (@HowardZHY)
6163

src/main/java/io/github/axolotlclient/config/screen/CreditsScreen.java

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,20 @@
2222

2323
package io.github.axolotlclient.config.screen;
2424

25+
import java.util.ArrayList;
26+
import java.util.HashMap;
27+
import java.util.List;
28+
29+
import org.lwjgl.opengl.GL11;
30+
2531
import com.mojang.blaze3d.platform.GlStateManager;
32+
2633
import io.github.axolotlclient.AxolotlClient;
2734
import io.github.axolotlclient.AxolotlclientConfig.Color;
2835
import io.github.axolotlclient.mixin.SoundManagerAccessor;
2936
import io.github.axolotlclient.mixin.SoundSystemAccessor;
3037
import io.github.axolotlclient.modules.hud.util.DrawUtil;
31-
import io.github.axolotlclient.modules.hud.util.Rectangle;
38+
import io.github.axolotlclient.modules.hud.util.RenderUtil;
3239
import io.github.axolotlclient.util.Util;
3340
import net.minecraft.client.MinecraftClient;
3441
import net.minecraft.client.gui.screen.Screen;
@@ -47,13 +54,8 @@
4754
import net.minecraft.util.Formatting;
4855
import net.minecraft.util.Identifier;
4956
import net.minecraft.util.math.MathHelper;
50-
import org.lwjgl.opengl.GL11;
5157
import paulscode.sound.SoundSystem;
5258

53-
import java.util.ArrayList;
54-
import java.util.HashMap;
55-
import java.util.List;
56-
5759
public class CreditsScreen extends Screen {
5860

5961
private final Screen parent;
@@ -355,6 +357,8 @@ private class Overlay extends DrawUtil {
355357
private int width;
356358
private int height;
357359

360+
private final Color DARK_GRAY = Color.DARK_GRAY.withAlpha(127);
361+
358362
protected HashMap<String, ClickEvent> effects = new HashMap<>();
359363
protected HashMap<Integer, String> lines = new HashMap<>();
360364

@@ -389,8 +393,8 @@ public void init() {
389393
}
390394

391395
public void render() {
392-
DrawUtil.fillRect(x, y, width, height,
393-
io.github.axolotlclient.AxolotlclientConfig.Color.DARK_GRAY.withAlpha(127));
396+
RenderUtil.drawRectangle(x, y, width, height,
397+
DARK_GRAY);
394398
DrawUtil.outlineRect(x, y, width, height,
395399
io.github.axolotlclient.AxolotlclientConfig.Color.BLACK.getAsInt());
396400

Lines changed: 294 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,294 @@
1+
{
2+
"BEDWARS": "\u8d77\u5e8a\u6218\u4e89",
3+
"BOTTOM_LEFT": "Bottom Left \u00a7b\u2199\u00a7d",
4+
"BOTTOM_LEFT.tooltip": "Bottom left corner",
5+
"BOTTOM_MIDDLE": "Bottom Middle \u00a7b\u2193\u00a7d",
6+
"BOTTOM_MIDDLE.tooltip": "Bottom middle point",
7+
"BOTTOM_RIGHT": "Bottom Right \u00a7b\u2198\u00a7d",
8+
"BOTTOM_RIGHT.tooltip": "Bottom right corner",
9+
"CENTER": "\u4e2d",
10+
"CROSS": "\u5341\u5b57",
11+
"DOT": "\u70b9",
12+
"DOWN_TOP": "Bottom \u2192 Top",
13+
"FIRST_PERSON": "\u7b2c\u4e00\u4eba\u79f0",
14+
"LEFT": "\u5de6",
15+
"LEFT_RIGHT": "Left \u2192 Right",
16+
"LMB": "LMB",
17+
"MIDDLE_LEFT": "Center Left \u00a7b\u2190\u00a7d",
18+
"MIDDLE_LEFT.tooltip": "Middle left point",
19+
"MIDDLE_MIDDLE": "Direct Center \u00a7b\u2022\u00a7d",
20+
"MIDDLE_MIDDLE.tooltip": "\u6700\u4e2d\u95f4",
21+
"MIDDLE_RIGHT": "Center Right \u00a7b\u2192\u00a7d",
22+
"MIDDLE_RIGHT.tooltip": "Middle right point",
23+
"MMB": "MMB",
24+
"NETWORK": "\u4f3a\u670d\u5668\u7f51\u7edc",
25+
"ON_CLIENT_DISCONNECT": "\u5f53\u5ba2\u6237\u7aef\u65ad\u5f00\u8fde\u63a5",
26+
"ON_PLAYER_DISCONNECT": "\u5f53\u73a9\u5bb6\u65ad\u5f00\u8fde\u63a5",
27+
"RIGHT": "\u53f3",
28+
"RIGHT_LEFT": "Right \u2192 Left",
29+
"RMB": "RMB",
30+
"SKYWARS": "\u7a7a\u5c9b\u6218\u4e89",
31+
"TEXTURE": "\u6750\u8d28",
32+
"THIRD_PERSON_BACK": "\u7b2c\u4e09\u4eba\u79f0\u540e",
33+
"THIRD_PERSON_FRONT": "\u7b2c\u4e09\u4eba\u79f0\u524d",
34+
"TOP_DOWN": "\u9876\u90e8 \u2192 \u5e95\u90e8",
35+
"TOP_LEFT": "Top Left \u00a7b\u2196\u00a7d",
36+
"TOP_LEFT.tooltip": "Top left corner",
37+
"TOP_MIDDLE": "Top Center \u00a7b\u2191\u00a7d",
38+
"TOP_MIDDLE.tooltip": "Top center point",
39+
"TOP_RIGHT": "Top Right \u00a7b\u2197\u00a7d",
40+
"TOP_RIGHT.tooltip": "Top right corner",
41+
"actionBarPlaceholder": "\u52a8\u4f5c\u680f",
42+
"actionbarhud": "\u663e\u793a\u52a8\u4f5c\u680f",
43+
"allocated": "\u5df2\u5206\u914d",
44+
"alwaysCrit": "\u6c38\u8fdc\u663e\u793a",
45+
"alwaysCrit.tooltip": "Whether to always emit these particles when hitting.",
46+
"anchorpoint": "\u7126\u70b9",
47+
"applyBlend": "\u5e94\u7528\u6df7\u5408",
48+
"armorhud": "\u663e\u793a\u62a4\u7532",
49+
"arrowhud": "\u663e\u793a\u80cc\u5305\u91cc\u7684\u7bad",
50+
"autoBoop": "\u81ea\u52a8Boop",
51+
"autoBoop.axolotlclient.enabled.tooltip": "\u81ea\u52a8\u53d1\u9001 /boop <player> <br>\u5f53\u4f60\u7684\u670b\u53cb\u52a0\u5165Hypixel",
52+
"autogg": "\u81ea\u52a8GG",
53+
"autotip": "\u81ea\u52a8\u63d0\u793a\uff08\u7528\u6cd5\u4e0d\u660e\uff09",
54+
"back": "\u8fd4\u56de",
55+
"background": "\u80cc\u666f",
56+
"backgroundcolor": "\u80cc\u666f\u989c\u8272 (\u4e3b\u754c\u9762)",
57+
"badgeText": "\u81ea\u5b9a\u4e49\u5fbd\u7ae0\u6587\u672c",
58+
"bar": "\u680f",
59+
"barColor": "\u680f\u989c\u8272",
60+
"bgcolor": "\u80cc\u666f\u989c\u8272",
61+
"blockOutlines": "\u65b9\u5757\u8fb9\u6846\u7ebf",
62+
"blockcolor": "\u65b9\u5757\u989c\u8272",
63+
"blocks": "\u65b9\u5757",
64+
"bossbarhud": "Boss\u6761",
65+
"cache_mode": "\u7f13\u5b58\u6a21\u5f0f",
66+
"cache_mode.tooltip": "\u7f13\u5b58\u7684\u73a9\u5bb6\u6570\u636e\u662f\u5426 <br> <br>\u5728\u4f60\u7684\u5ba2\u6237\u7aef\u65ad\u5f00\u8fde\u63a5\u65f6\u6e05\u7a7a. <br>On Player disconnect: \u5f53\u4e00\u540d\u73a9\u5bb6\u65ad\u5f00\u8fde\u63a5\u65f6\u6e05\u9664\u5b83\u7684\u6570\u636e.",
67+
"cardinalcolor": "Cardinal \u989c\u8272",
68+
"cardinalorder": "Cardinal \u987a\u5e8f",
69+
"category.axolotlclient": "\u7f8e\u897f\u8788\u5ba2\u6237\u7aef",
70+
"chatHistoryLength": "\u5386\u53f2\u804a\u5929\u957f\u5ea6",
71+
"chatHistoryLength.tooltip": "\u8bbe\u7f6e\u5386\u53f2\u804a\u5929\u957f\u5ea6 <br>\u5f53\u8bbe\u7f6e\u4e3a\u6700\u5927\u65f6\u65e0\u9650 <br>\u4ea6\u5f71\u54cd\u539f\u7248\u804a\u5929",
72+
"chathud": "\u663e\u793a\u804a\u5929",
73+
"chathud.axolotlclient.background.tooltip": "\u542f\u7528\u6216\u7981\u7528\u804a\u5929\u80cc\u666f <br>\u4ea6\u5f71\u54cd\u539f\u7248\u804a\u5929",
74+
"chromaSpeed": "Chroma \u901f\u5ea6",
75+
"close": "\u5173\u95ed",
76+
"cloudHeight": "\u4e91\u9ad8\u5ea6",
77+
"color": "\u989c\u8272",
78+
"color.tooltip": "The color used for this element",
79+
"combocounter.hits": "%s \u8fde\u51fb",
80+
"combocounter.no_hits": "\u65e0\u8fde\u51fb",
81+
"combocounter.one_hit": "1 \u8fde\u51fb",
82+
"combocounterhud": "\u8fde\u51fb\u6b21\u6570",
83+
"combohud": "\u663e\u793a\u8fde\u51fb",
84+
"compasshud": "\u663e\u793a\u65b9\u4f4d\u89d2\u5ea6",
85+
"config": "Axolotl Client\u8bbe\u7f6e",
86+
"contributors": "\u4f5c\u8005",
87+
"coordshud": "\u663e\u793a\u5750\u6807",
88+
"copyAction": "[\u590d\u5236]",
89+
"copy_image": "\u590d\u5236\u8fd9\u5f20\u622a\u56fe",
90+
"count": "\u500d\u6570",
91+
"count.tooltip": "\u589e\u52a0\u7c92\u5b50\u751f\u6210\u6570\u91cf.<br>Only works on EmitterParticles <br>(all that spread out and consist of usually 16 single ones, <br>e.g. Crit Particles).",
92+
"cpshud": "\u663e\u793a\u6bcf\u79d2\u70b9\u51fb\u6b21\u6570",
93+
"cpskeybind": "\u663e\u793a\u6309\u952e\u6bcf\u79d2\u70b9\u51fb\u6b21\u6570",
94+
"credits": "\u9e23\u8c22",
95+
"creditsBGM": "BGM",
96+
"crosshair_type": "\u51c6\u661f\u6837\u5f0f",
97+
"crosshairhud": "\u81ea\u5b9a\u4e49\u51c6\u661f",
98+
"customBadge": "\u81ea\u5b9a\u4e49\u5fbd\u7ae0",
99+
"customColor": "\u81ea\u5b9a\u4e49\u989c\u8272",
100+
"customColor.tooltip": "\u5bf9\u6b64\u7c92\u5b50\u4f7f\u7528\u81ea\u5b9a\u4e49\u989c\u8272",
101+
"customSky": "\u81ea\u5b9a\u4e49\u5929\u7a7a",
102+
"customtextcolor": "\u81ea\u5b9a\u4e49\u6587\u672c\u989c\u8272",
103+
"dateformat": "\u65f6\u95f4\u683c\u5f0f",
104+
"debugLogOutput": "\u8c03\u8bd5\u65e5\u5fd7\u8f93\u51fa",
105+
"decimalplaces": "\u5c0f\u6570\u4f4d",
106+
"decreaseSensitivity": "\u51cf\u5c11\u7075\u654f\u5ea6",
107+
"decreaseSensitivity.tooltip": "\u5728\u653e\u5927\u65f6\u51cf\u5c11\u7075\u654f\u5ea6",
108+
"defaultcolor": "\u9ed8\u8ba4\u989c\u8272",
109+
"degreescolor": "\u89d2\u5ea6\u989c\u8272",
110+
"deleteAction": "[\u5220\u9664]",
111+
"delete_image": "\u5220\u9664\u8fd9\u5f20\u622a\u56fe",
112+
"disableReason.ban_reason.tooltip": "\u8be5\u9009\u9879\u88ab\u7981\u7528 <br>\u56e0\u4e3a\u4f60\u7684\u4f3a\u670d\u5668\u7981\u6b62\u8be5\u9009\u9879.",
113+
"disableReason.crash.tooltip": "\u8be5\u9009\u9879\u88ab\u7981\u7528 <br>\u56e0\u4e3a\u4f1a\u5bfc\u81f4\u5d29\u6e83.",
114+
"dynamic": "\u52a8\u6001",
115+
"dynamicFov": "\u52a8\u6001\u89c6\u573a",
116+
"dynamicrotation": "\u52a8\u6001\u73af\u7ed5",
117+
"enabled": "\u5f00\u542f",
118+
"enabled.tooltip": "\u6b64\u6a21\u5757\u662f\u5426\u5f00\u542f.",
119+
"entitycolor": "\u5b9e\u4f53\u989c\u8272",
120+
"external_modules": "\u6269\u5c55\u6a21\u5757",
121+
"firsttextcolor": "\u9996\u9009\u989c\u8272",
122+
"format": "\u65f6\u95f4\u683c\u5f0f",
123+
"fpshud": "\u663e\u793a\u5e27\u6570",
124+
"freelook": "\u81ea\u7531\u89c6\u89d2",
125+
"fullBright": "\u6ee1\u4eae\u5ea6",
126+
"general": "\u603b\u8bbe\u7f6e",
127+
"general.tooltip": "\u603b\u8bbe\u7f6e",
128+
"gfString": "GF String",
129+
"ggString": "GG String",
130+
"glhfString": "GLHF String",
131+
"graphFreeColor": "\u672a\u4f7f\u7528\u5185\u5b58\u989c\u8272",
132+
"graphUsedColor": "\u5df2\u4f7f\u7528\u5185\u5b58\u989c\u8272",
133+
"heldbackgroundcolor": "\u80cc\u666f\u989c\u8272 (when held)",
134+
"heldoutlinecolor": "\u6309\u952e\u65f6\u8fb9\u7ebf\u989c\u8272",
135+
"heldtextcolor": "\u6587\u5b57\u989c\u8272 (when held)",
136+
"hiddenNameOthers": "\u9690\u85cf\u4ed6\u4eba\u5e76\u6539\u4e3a:",
137+
"hiddenNameSelf": "\u9690\u85cf\u81ea\u5df1\u5e76\u6539\u4e3a:",
138+
"hideOtherNames": "\u9690\u85cf\u4ed6\u4eba\u540d\u5b57",
139+
"hideOtherNames.tooltip": "\u9690\u85cf\u4ed6\u4eba\u540d\u5b57.",
140+
"hideOtherSkins": "\u9690\u85cf\u4ed6\u4eba\u76ae\u80a4",
141+
"hideOwnName": "\u9690\u85cf\u81ea\u5df1\u540d\u5b57",
142+
"hideOwnName.tooltip": "\u9690\u85cf\u81ea\u5df1\u540d\u5b57.",
143+
"hideOwnSkin": "\u9690\u85cf\u81ea\u5df1\u76ae\u80a4",
144+
"horizontal": "\u4ec5\u6c34\u5e73\u7684",
145+
"hotbarhud": "\u663e\u793a\u7269\u54c1\u680f",
146+
"hud": "\u529f\u80fd\u663e\u793a\u8bbe\u7f6e",
147+
"hud.clientOptions": "\u5ba2\u6237\u7aef\u8bbe\u7f6e",
148+
"hud.snapping": "Snapping\uff08\u4f5c\u7528\u4e0d\u660e\uff09",
149+
"hypixel-mods": "Hypixel Mods",
150+
"hypixel_api_key": "Hypixel API Key",
151+
"iconhud": "\u663e\u793a\u56fe\u6807",
152+
"iconsonly": "\u4ec5\u56fe\u6807",
153+
"inGuis": "\u5e94\u7528\u5230\u754c\u9762",
154+
"inverse": "Inverse",
155+
"invert": "Invert",
156+
"invert_direction": "Invert Direction",
157+
"iphud": "\u663e\u793a\u4f3a\u670d\u5668IP",
158+
"irltimehud": "\u663e\u793a\u5f53\u524d\u65f6\u95f4",
159+
"itemupdatehud": "\u663e\u793a\u7269\u54c1\u66f4\u65b0",
160+
"justification": "\u4f4d\u7f6e",
161+
"key.freelook": "\u81ea\u7531\u89c6\u89d2",
162+
"key.openHud": "\u6253\u5f00\u529f\u80fd\u7f16\u8f91",
163+
"key.scrollHorizontally": "\u6c34\u5e73\u6eda\u52a8",
164+
"key.toggleSneak": "\u5207\u6362\u6f5c\u884c",
165+
"key.toggleSprint": "\u5207\u6362\u75be\u8dd1",
166+
"key.zoom": "\u653e\u5927",
167+
"keystrokehud": "\u663e\u793a\u6309\u4e0b\u7684\u6309\u952e",
168+
"levelHeadMode": "LevelHead \u6a21\u5f0f",
169+
"levelhead": "LevelHead",
170+
"lineSpacing": "\u884c\u95f4\u8ddd",
171+
"loadingBgColor": "\u52a0\u8f7d\u5c4f\u5e55\u989c\u8272",
172+
"loadingBgColor.tooltip": "\u52a0\u8f7d\u5c4f\u5e55\u7684\u80cc\u666f\u989c\u8272",
173+
"lookingbox": "Lookingbox \u989c\u8272",
174+
"lowFire": "\u5f31\u5316\u706b\u7130\u6548\u679c",
175+
"lowFire.tooltip": "\u5728\u7740\u706b\u65f6\u51cf\u5c11\u706b\u7130\u9644\u52a0\u5c42\u7684\u9ad8\u5ea6",
176+
"majorindicator": "Indicator Color (Major)",
177+
"memoryhud": "\u663e\u793a\u5185\u5b58\u5360\u7528",
178+
"minimal": "\u6700\u5c0f",
179+
"minorindicator": "Indicator Color (Minor)",
180+
"minwidth": "\u6700\u5c0f\u5bbd\u5ea6",
181+
"motionBlur": "\u52a8\u6001\u6a21\u7cca",
182+
"mousemovement": "\u663e\u793a\u9f20\u6807\u79fb\u52a8",
183+
"nametagBackground": "\u540d\u724c\u80cc\u666f",
184+
"nametagOptions": "\u73a9\u5bb6\u540d\u663e\u793a\u9009\u9879",
185+
"nickhider": "\u9690\u85cf\u5047\u540d",
186+
"nightMode": "\u591c\u95f4\u6a21\u5f0f",
187+
"nightMode.tooltip": "\u51cf\u5c11\u84dd\u8272",
188+
"off": "\u7981\u7528",
189+
"onBWP": "\u5728 BedWarsPractice \u4e0a\u542f\u7528",
190+
"onHypixel": "\u5728 Hypixel \u4e0a\u542f\u7528",
191+
"onMMC": "\u5728 MineMen.club \u4e0a\u542f\u7528",
192+
"onPVPL": "\u5728 PVPLand \u4e0a\u542f\u7528",
193+
"other_people": "\u5176\u5b83\u4eba",
194+
"outline": "\u8fb9\u6846\u7ebf",
195+
"outlineWidth": "\u8fb9\u6846\u7ebf\u5bbd\u5ea6",
196+
"outlinecolor": "\u8fb9\u6846\u5148\u989c\u8272",
197+
"overrideF3": "\u5728\u8c03\u8bd5\u5c4f\u5e55\u5c55\u793a",
198+
"packdisplayhud": "\u663e\u793a\u5f53\u524d\u6750\u8d28\u5305",
199+
"particles": "\u7c92\u5b50",
200+
"particles.axolotlclient.color.tooltip": "\u8be5\u7c92\u5b50\u989c\u8272 <br>\u9700\u8981\u5f00\u542f\u81ea\u5b9a\u4e49\u989c\u8272",
201+
"perspective": "Perspective",
202+
"pinghud": "\u663e\u793a\u5ef6\u8fdf",
203+
"placeholder": "Placeholder",
204+
"playercounthud": "\u663e\u793a\u5f53\u524d\u73a9\u5bb6\u6570",
205+
"playerhud": "\u989d\u5916\u73a9\u5bb6\u6e32\u67d3",
206+
"players": "\u73a9\u5bb6",
207+
"potionshud": "\u663e\u793a\u836f\u6c34\u6548\u679c",
208+
"printGF": "\u53d1\u9001 GF",
209+
"printGG": "\u53d1\u9001GG",
210+
"printGLHF": "\u53d1\u9001 GLHF",
211+
"randomPlaceholder": "\u968f\u673a\u7684 Placeholder",
212+
"rawMouseInput": "\u539f\u59cb\u9f20\u6807\u8f93\u5165",
213+
"rawMouseInput.tooltip": "\u8bd5\u56fe\u51cf\u5c11\u9f20\u6807\u79fb\u52a8\u65f6\u7684\u8ba1\u7b97",
214+
"reachhud": "\u663e\u793a\u5f53\u524d\u653b\u51fb\u8ddd\u79bb",
215+
"refreshTime": "\u5237\u65b0\u5ef6\u8fdf",
216+
"rendering": "\u6e32\u67d3\u9009\u9879",
217+
"rightcps": "\u663e\u793a\u53f3\u952e\u6bcf\u79d2\u70b9\u51fb\u6b21\u6570",
218+
"rotation": "\u73af\u7ed5",
219+
"rpc": "Discord RPC",
220+
"scale": "\u5927\u5c0f",
221+
"scale.tooltip": "\u6a21\u5757\u5927\u5c0f.",
222+
"scoreboardhud": "\u663e\u793a\u8ba1\u5206\u677f",
223+
"scorecolor": "\u5206\u6570\u989c\u8272",
224+
"scores": "\u663e\u793a\u5206\u6570",
225+
"screenshotUtils": "\u622a\u56fe\u7ec4\u4ef6",
226+
"screenshot_deleted": "\u622a\u56fe <name> \u5df2\u88ab\u6210\u529f\u5220\u9664!",
227+
"scrollAmount": "\u6eda\u8f74\u6570\u91cf",
228+
"scrollAmount.tooltip": "\u5728\u6eda\u8f74\u65f6, move the tooltip around this amount.",
229+
"scrollableTooltips": "\u53ef\u6eda\u52a8\u7684 Tooltips",
230+
"scrollbarColor": "Scrollbar \u989c\u8272",
231+
"secondtextcolor": "\u6b21\u8981\u989c\u8272",
232+
"semicardinalcolor": "Semi-Cardinal \u989c\u8272",
233+
"shadow": "\u9634\u5f71",
234+
"shiftHorizontalScroll": "\u6eda\u8f74\u6c34\u5e73\u79fb\u52a8 (\u5f53\u6309\u952e\u65f6)",
235+
"shiftHorizontalScroll.tooltip": " \u6eda\u8f74\u6a2a\u5411\u6eda\u52a8\u5f53 \u952e \u88ab\u6309\u4e0b. <br>\u8be5\u6309\u952e\u53ef\u5728\u8bbe\u7f6e\u4e2d\u66f4\u6539.",
236+
"showA": "\u663e\u793a A",
237+
"showActivity": "\u663e\u793a\u6d3b\u52a8",
238+
"showActivity.tooltip": "\u663e\u793a\u4f60\u73b0\u5728\u7684\u6e38\u620f\u5185\u6d3b\u52a8.",
239+
"showAllocated": "\u663e\u793a\u5df2\u5206\u914d\u5185\u5b58",
240+
"showBadges": "\u663e\u793a\u5fbd\u7ae0",
241+
"showD": "\u663e\u793a D",
242+
"showGraph": "\u663e\u793a\u5185\u5b58\u56fe\u8868",
243+
"showInF3": "\u5f3a\u5236\u663e\u793a\u8c03\u8bd5\u5c4f\u5e55",
244+
"showInF5": "\u5728\u7b2c\u4e09\u4eba\u79f0\u65f6\u663e\u793a",
245+
"showIp": "\u663e\u793a\u4f3a\u670d\u5668IP",
246+
"showLMB": "\u663e\u793a LMB",
247+
"showName": "\u663e\u793a\u4f3a\u670d\u5668\u540d\u79f0",
248+
"showOwnNametag": "\u663e\u793a\u81ea\u5df1\u7684\u540d\u724c",
249+
"showParticle": "\u663e\u793a\u7c92\u5b50",
250+
"showProtectionLevel": "\u663e\u793a\u4fdd\u62a4\u7b49\u7ea7",
251+
"showRMB": "\u663e\u793a RMB",
252+
"showS": "\u663e\u793a S",
253+
"showSeconds": "\u663e\u793a\u79d2",
254+
"showServerNameMode": "\u63cf\u8ff0",
255+
"showSpace": "\u663e\u793a\u7a7a\u683c",
256+
"showText": "\u663e\u793a\u6587\u672c",
257+
"showTime": "\u663e\u793a\u65f6\u95f4",
258+
"showTime.tooltip": "\u663e\u793a\u65f6\u95f4\u6233.",
259+
"showW": "\u663e\u793a W",
260+
"showdegrees": "\u663e\u793a\u89d2\u5ea6",
261+
"smoothCamera": "\u5e73\u6ed1\u6444\u50cf\u5934",
262+
"smoothCamera.tooltip": "\u5728\u653e\u5927\u65f6\u5e73\u6ed1\u6444\u50cf\u5934",
263+
"sneakToggled": "\u5df2\u5207\u6362\u6f5c\u884c",
264+
"sneaking_pressed": "\u6f5c\u884c\u4e2d [\u6309\u4e0b]",
265+
"sneaking_toggled": "\u6f5c\u884c\u4e2d [\u5207\u6362]",
266+
"speedhud": "\u663e\u793a\u79fb\u52a8\u901f\u5ea6",
267+
"sprintToggled": "\u5df2\u5207\u6362\u75be\u8dd1",
268+
"sprinting_pressed": "\u75be\u8dd1\u4e2d [\u6309\u4e0b]",
269+
"sprinting_toggled": "\u75be\u8dd1\u4e2d [\u5207\u6362]",
270+
"strength": "\u5f3a\u5ea6",
271+
"text": "\u6587\u5b57",
272+
"textChroma": "\u6587\u672c Chroma",
273+
"textcolor": "\u6587\u5b57\u989c\u8272",
274+
"textcolor.tooltip": "The color used for text inside this element",
275+
"time": "\u65f6\u95f4",
276+
"timeChanger": "\u6539\u53d8\u65f6\u95f4",
277+
"timeout": "\u8d85\u65f6",
278+
"timeshown": "\u663e\u793a\u65f6\u95f4",
279+
"title_short": "\u5ba2\u6237\u7aef\u8bbe\u7f6e",
280+
"tnttime": "TNT\u65f6\u95f4",
281+
"toggleSneak": "\u5141\u8bb8\u5207\u6362\u6f5c\u884c",
282+
"toggleSprint": "\u5141\u8bb8\u5207\u6362\u75be\u8dd1",
283+
"togglesprint": "\u663e\u793a\u5207\u6362\u75be\u8dd1\u6f5c\u884c",
284+
"topbackgroundcolor": "\u80cc\u666f\u989c\u8272 (\u9876\u5c42)",
285+
"toppadding": "\u4e0a\u5185\u8fb9\u8ddd",
286+
"tpshud": "\u663e\u793aTPS",
287+
"useShadows": "\u5f3a\u5236\u4f7f\u7528\u9634\u5f71",
288+
"width": "\u5bbd\u5ea6",
289+
"zoom": "\u653e\u5927",
290+
"zoomDivisor": "\u653e\u5927\u500d\u6570",
291+
"zoomScrolling": "\u6eda\u8f74\u653e\u5927",
292+
"zoomScrolling.tooltip": "\u4f7f\u7528\u9f20\u6807\u6eda\u8f74\u63a7\u5236\u653e\u5927",
293+
"zoomSpeed": "\u52a8\u753b\u901f\u5ea6"
294+
}

0 commit comments

Comments
 (0)