You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/language/lang_en.lua
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -92,10 +92,6 @@ local L={
92
92
graph_brik_title="M-Graph", -- TRASLATING NOTE: from "Knowledge Graph" (AI domain)
93
93
settings_title="Settings",
94
94
95
-
setting_hint_asd="Auto Shift Delay",-- Add translation with \n[second line]
96
-
setting_hint_asp="Auto Shift Period",-- Add translation with \n[second line]
97
-
setting_hint_adp="Auto Drop Period",-- Add translation with \n[second line]
98
-
setting_hint_ash="Auto Shift Halt",-- Add translation with \n[second line]
99
95
setting_softdropSkipAsd="Skip Drop Delay",
100
96
setting_shakeness="Shakiness",
101
97
setting_hitWavePower="Hitwave Power",
@@ -122,14 +118,21 @@ local L={
122
118
setting_showTouch="Show touches",
123
119
124
120
setting_maxTPS="Max TPS",
125
-
setting_updateRate="Update rate",
126
-
setting_renderRate="Render rate",
121
+
setting_updateRate="Update Rate",
122
+
setting_renderRate="Render Rate",
123
+
setting_stability="Tick Stability",
127
124
setting_msaa="MSAA",
128
125
setting_fmod_maxChannel="Max Channel",
129
126
setting_fmod_DSPBufferCount="DSPBufferCount",
130
127
setting_fmod_DSPBufferLength="DSPBufferLength",
131
128
setting_apply="Apply",
132
129
130
+
setting_hint_asd="Auto Shift Delay",-- Add translation with \n[second line]
131
+
setting_hint_asp="Auto Shift Period",-- Add translation with \n[second line]
132
+
setting_hint_adp="Auto Drop Period",-- Add translation with \n[second line]
133
+
setting_hint_ash="Auto Shift Halt",-- Add translation with \n[second line]
134
+
setting_hint_stability="Stabler tick interval but higher CPU usage\nUse minimal value that can keep TPS stable",
135
+
133
136
lang_note="The original languages are Chinese & English.\nAll translations are contributed by volunteers and it may not be 100% accurate\nThere are some terms not translated directly, please check Zictionary for more information",
0 commit comments