|
193 | 193 | "TAG_DESC_EASEDVALUE": "目标 Tag 的值发生变化时, Tag 的值会按速度一起变化.", |
194 | 194 | "TAG_DESC_EDITORPITCH": "关卡编辑器中设置的音高 (当 100% 音高时显示 1)", |
195 | 195 | "TAG_DESC_EPHEX": "稍快的颜色", |
196 | | - "TAG_DESC_EXPRESSION": "Parses a JavaScript expression and outputs the result.\nThis is one of the most important tags for customization, allowing arithmetic, comparisons, and most basic JS operations on tag values.\nDue to the tag parsing structure, variables are not supported; only simple constructs like the ternary operator are recommended.\nTo access tag values, they must be called as functions (e.g., Tag()).\nFor complex logic, using a separate scripting file is recommended.", |
| 196 | + "TAG_DESC_EXPRESSION": "解析 JavaScript 表达式并输出结果.\n这是自定义中非常重要的标签之一, 允许对标签值进行算术, 比较等大多数基本的 JS 操作.\n由于标签解析结构限制, 不支持变量, 建议仅使用三元运算符等简单语法.\n要使用标签值, 必须以函数形式调用 (例如: Tag()).\n对于复杂逻辑, 建议使用单独的脚本文件.", |
197 | 197 | "TAG_DESC_FAIL": "错过数 + 按太快数", |
198 | | - "TAG_DESC_FILEATTEMPT": "Current attempt count.\nRequires File Attempt setting to be enabled.", |
199 | | - "TAG_DESC_FILETILEATTEMPT": "Current attempt count for the start tile.\nRequires File Attempt setting to be enabled.", |
200 | | - "TAG_DESC_FMHEX": "错过的颜色", |
| 198 | + "TAG_DESC_FILEATTEMPT": "当前尝试次数.\n需要启用 File Attempt 设置.", |
| 199 | + "TAG_DESC_FILETILEATTEMPT": "起始方块的当前尝试次数.\n需要启用 File Attempt 设置.", |
| 200 | + "TAG_DESC_FMHEX": "Miss Hex Color", |
201 | 201 | "TAG_DESC_FOHEX": "按太快的颜色", |
202 | 202 | "TAG_DESC_FPS": "当前冰与火之舞的帧率", |
203 | 203 | "TAG_DESC_FRAME": "帧", |
|
303 | 303 | "TAG_DESC_PHEX": "完美!的颜色", |
304 | 304 | "TAG_DESC_PITCH": "编辑器中设置的倍速 (当 1 倍速时显示 1)", |
305 | 305 | "TAG_DESC_PROGRESS": "当前进度", |
306 | | - "TAG_DESC_PROCESSORCOUNT": "显示当前计算机的处理器数量。\n仅适用于 Windows", |
| 306 | + "TAG_DESC_PROSESSORCOUNT": "Number of processors on the current computer.\nOnly Windows Available", |
307 | 307 | "TAG_DESC_RAINBOW": "彩色", |
308 | 308 | "TAG_DESC_RECKPS": "每秒按键", |
309 | 309 | "TAG_DESC_RECKPSWITHOUTPITCH": "100% 音高的每秒按键", |
|
0 commit comments