Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.

Commit d58b6ba

Browse files
committed
oh no
1 parent cc3b7a1 commit d58b6ba

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

Overlayer/MiscFiles/lang/en-US.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
"TAG_DESC_EPHEX": "EarlyPerfect Hex Color",
195195
"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.",
196196
"TAG_DESC_FAIL": "MissCount + Overloads",
197-
"TAG_DESC_FILEATTEMPT": "Current attempt count.\nRequires File Attempt setting to be enabled.",
198-
"TAG_DESC_FILETILEATTEMPT": "Current attempt count for the start tile.\nRequires File Attempt setting to be enabled.",
197+
"TAG_DESC_FILEATTEMPTS": "Current attempt count.\nRequires File Attempt setting to be enabled.",
198+
"TAG_DESC_FILETILEATTEMPTS": "Current attempt count for the start tile.\nRequires File Attempt setting to be enabled.",
199199
"TAG_DESC_FMHEX": "Miss Hex Color",
200200
"TAG_DESC_FOHEX": "Overload Hex Color",
201201
"TAG_DESC_FPS": "Current FPS of ADOFAI",

Overlayer/MiscFiles/lang/fr-CA.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
"TAG_DESC_EPHEX": "EarlyPerfect Hex Color",
195195
"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.",
196196
"TAG_DESC_FAIL": "MissCount + Overloads",
197-
"TAG_DESC_FILEATTEMPT": "Current attempt count.\nRequires File Attempt setting to be enabled.",
198-
"TAG_DESC_FILETILEATTEMPT": "Current attempt count for the start tile.\nRequires File Attempt setting to be enabled.",
197+
"TAG_DESC_FILEATTEMPTS": "Current attempt count.\nRequires File Attempt setting to be enabled.",
198+
"TAG_DESC_FILETILEATTEMPTS": "Current attempt count for the start tile.\nRequires File Attempt setting to be enabled.",
199199
"TAG_DESC_FMHEX": "Miss Hex Color",
200200
"TAG_DESC_FOHEX": "Overload Hex Color",
201201
"TAG_DESC_FPS": "Current FPS of ADOFAI",

Overlayer/MiscFiles/lang/ko-KR.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
"TAG_DESC_EPHEX": "빠름 16진 색상",
195195
"TAG_DESC_EXPRESSION": "JS 표현식을 파싱하여 결과를 출력합니다.\n커스터마이징에 있어 매우 중요한 태그 중 하나로, 태그 값에 대해 사칙연산, 비교 등 대부분의 기본적인 JS 기능을 사용할 수 있습니다.\n태그 파싱 구조상 변수는 사용할 수 없으며, 삼항 연산자 정도의 간단한 구문만 사용하는 것을 권장합니다.\n태그 값을 사용하려면 함수 형태로 호출해야 합니다 (예: Tag()).\n복잡한 로직은 별도의 스크립트 파일 사용을 권장합니다.",
196196
"TAG_DESC_FAIL": "놓침 + 과부하",
197-
"TAG_DESC_FILEATTEMPT": "현재 시도 횟수입니다.\n파일 시도 횟수 설정이 활성화되어야 합니다.",
198-
"TAG_DESC_FILETILEATTEMPT": "시작 타일의 현재 시도 횟수입니다.\n파일 시도 횟수 설정이 활성화되어야 합니다.",
197+
"TAG_DESC_FILEATTEMPTS": "현재 시도 횟수입니다.\n파일 시도 횟수 설정이 활성화되어야 합니다.",
198+
"TAG_DESC_FILETILEATTEMPTS": "시작 타일의 현재 시도 횟수입니다.\n파일 시도 횟수 설정이 활성화되어야 합니다.",
199199
"TAG_DESC_FMHEX": "놓침 16진 색상",
200200
"TAG_DESC_FOHEX": "과부하 16진 색상",
201201
"TAG_DESC_FPS": "얼불춤의 현재 FPS",

Overlayer/MiscFiles/lang/ru-RU.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
"TAG_DESC_EPHEX": "EarlyPerfect Hex Color",
195195
"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.",
196196
"TAG_DESC_FAIL": "MissCount + Overloads",
197-
"TAG_DESC_FILEATTEMPT": "Current attempt count.\nRequires File Attempt setting to be enabled.",
198-
"TAG_DESC_FILETILEATTEMPT": "Current attempt count for the start tile.\nRequires File Attempt setting to be enabled.",
197+
"TAG_DESC_FILEATTEMPTS": "Current attempt count.\nRequires File Attempt setting to be enabled.",
198+
"TAG_DESC_FILETILEATTEMPTS": "Current attempt count for the start tile.\nRequires File Attempt setting to be enabled.",
199199
"TAG_DESC_FMHEX": "Miss Hex Color",
200200
"TAG_DESC_FOHEX": "Overload Hex Color",
201201
"TAG_DESC_FPS": "Current FPS of ADOFAI",

Overlayer/MiscFiles/lang/vi-VN.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
"TAG_DESC_EPHEX": "EarlyPerfect Hex Color",
195195
"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.",
196196
"TAG_DESC_FAIL": "MissCount + Overload",
197-
"TAG_DESC_FILEATTEMPT": "Current attempt count.\nRequires File Attempt setting to be enabled.",
198-
"TAG_DESC_FILETILEATTEMPT": "Current attempt count for the start tile.\nRequires File Attempt setting to be enabled.",
197+
"TAG_DESC_FILEATTEMPTS": "Current attempt count.\nRequires File Attempt setting to be enabled.",
198+
"TAG_DESC_FILETILEATTEMPTS": "Current attempt count for the start tile.\nRequires File Attempt setting to be enabled.",
199199
"TAG_DESC_FMHEX": "Miss Hex Color",
200200
"TAG_DESC_FOHEX": "Overload Hex Color",
201201
"TAG_DESC_FPS": "Current FPS of ADOFAI",

Overlayer/MiscFiles/lang/zh-CN.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@
195195
"TAG_DESC_EPHEX": "稍快的颜色",
196196
"TAG_DESC_EXPRESSION": "解析 JavaScript 表达式并输出结果.\n这是自定义中非常重要的标签之一, 允许对标签值进行算术, 比较等大多数基本的 JS 操作.\n由于标签解析结构限制, 不支持变量, 建议仅使用三元运算符等简单语法.\n要使用标签值, 必须以函数形式调用 (例如: Tag()).\n对于复杂逻辑, 建议使用单独的脚本文件.",
197197
"TAG_DESC_FAIL": "错过数 + 按太快数",
198-
"TAG_DESC_FILEATTEMPT": "当前尝试次数.\n需要启用 File Attempt 设置.",
199-
"TAG_DESC_FILETILEATTEMPT": "起始方块的当前尝试次数.\n需要启用 File Attempt 设置.",
198+
"TAG_DESC_FILEATTEMPTS": "当前尝试次数.\n需要启用 File Attempt 设置.",
199+
"TAG_DESC_FILETILEATTEMPTS": "起始方块的当前尝试次数.\n需要启用 File Attempt 设置.",
200200
"TAG_DESC_FMHEX": "Miss Hex Color",
201201
"TAG_DESC_FOHEX": "按太快的颜色",
202202
"TAG_DESC_FPS": "当前冰与火之舞的帧率",

0 commit comments

Comments
 (0)