|
133 | 133 | <data name="WarnNonStdMA2Version" xml:space="preserve"> |
134 | 134 | <value>Non-standard MA2 version encountered: {0}</value> |
135 | 135 | </data> |
136 | | - <data name="UnsuppoertedMA2MET_DEF" xml:space="preserve"> |
137 | | - <value>Charts whose MET_DEF is not "4 4" are not supported yet!</value> |
138 | | - </data> |
139 | 136 | <data name="NoNotesInChart" xml:space="preserve"> |
140 | 137 | <value>The chart has no notes!</value> |
141 | 138 | </data> |
|
154 | 151 | <data name="NoteTooNear" xml:space="preserve"> |
155 | 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> |
156 | 153 | </data> |
157 | | - <data name="PrepFix1" xml:space="preserve"> |
158 | | - <value>Attempted to fix {0} syntax error(s) in the chart (inserting possibly missing commas): {1}</value> |
159 | | - </data> |
160 | | - <data name="PrepFix2" xml:space="preserve"> |
161 | | - <value>Attempted to fix {0} syntax error(s) in the chart (duration markers used "-" instead of ":"): {1}</value> |
162 | | - </data> |
163 | | - <data name="PrepFix3" xml:space="preserve"> |
164 | | - <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> |
165 | | - </data> |
166 | | - <data name="PrepFix4" xml:space="preserve"> |
167 | | - <value>Attempted to fix {0} syntax error(s) in the chart (redundant duplicate parentheses, possibly from extra typing): {1}</value> |
168 | | - </data> |
169 | | - <data name="VisitFix1" xml:space="preserve"> |
170 | | - <value>Attempted to fix a syntax error in the chart (redundant duplicate EACH / or fake EACH ` symbols, possibly from extra typing): {0}</value> |
171 | | - </data> |
172 | 154 | <data name="ExtenedFalseEach" xml:space="preserve"> |
173 | 155 | <value>You used multiple consecutive fake EACH ` symbols. This is not standard Simai syntax, but following the behavior of other charting tools, it is interpreted as two notes staggered further apart in time (each ` offsets timing by a 128th note). If this was not intentional, please review your input to avoid mistakes.</value> |
174 | 156 | </data> |
|
0 commit comments