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: i18n/Locale.resx
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -152,12 +152,15 @@
152
152
<value>This note is closer than a 384th note to the previous note. MA2 can only represent timing down to 1/384 of a whole note, so these two notes cannot be represented exactly and may be emitted as a yellow EACH pair. If you want a "fake EACH", use syntax such as "1`2", or offset the notes by at least one 384th note.</value>
153
153
</data>
154
154
<dataname="PrepFix1"xml:space="preserve">
155
-
<value>TODO</value>
155
+
<value>Attempted to fix {0} syntax error(s) in the chart (inserting possibly missing commas): {1}</value>
156
156
</data>
157
157
<dataname="PrepFix2"xml:space="preserve">
158
-
<value>TODO</value>
158
+
<value>Attempted to fix {0} syntax error(s) in the chart (duration markers used "-" instead of ":"): {1}</value>
159
159
</data>
160
160
<dataname="PrepFix3"xml:space="preserve">
161
-
<value>TODO</value>
161
+
<value>Attempted to fix {0} syntax error(s) in the chart (star-head modifiers should appear after the lane number and before the star type marker): {1}</value>
162
+
</data>
163
+
<dataname="PrepFix4"xml:space="preserve">
164
+
<value>Attempted to fix {0} syntax error(s) in the chart (redundant duplicate parentheses, possibly from extra typing): {1}</value>
0 commit comments