@sonolus/core 7.15.1 → 7.15.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/dist/common/core/effect/clipName/clipName.d.ts +11 -0
  2. package/dist/common/core/effect/clipName/clipName.js +11 -0
  3. package/dist/common/core/effect/clipName/index.d.ts +2 -0
  4. package/dist/common/core/effect/clipName/index.js +1 -0
  5. package/dist/common/core/effect/data/clip.d.ts +1 -1
  6. package/dist/common/core/effect/index.d.ts +1 -1
  7. package/dist/common/core/effect/index.js +1 -1
  8. package/dist/common/core/engine/archetypeDataName/archetypeDataName.d.ts +5 -0
  9. package/dist/common/core/engine/archetypeDataName/archetypeDataName.js +5 -0
  10. package/dist/common/core/engine/archetypeDataName/index.d.ts +2 -0
  11. package/dist/common/core/engine/archetypeDataName/index.js +1 -0
  12. package/dist/common/core/engine/archetypeName/archetypeName.d.ts +2 -0
  13. package/dist/common/core/engine/archetypeName/archetypeName.js +2 -0
  14. package/dist/common/core/engine/archetypeName/index.d.ts +2 -0
  15. package/dist/common/core/engine/archetypeName/index.js +1 -0
  16. package/dist/common/core/engine/bucket.d.ts +1 -1
  17. package/dist/common/core/engine/configuration/configuration.d.ts +1 -1
  18. package/dist/common/core/engine/configuration/option.d.ts +7 -4
  19. package/dist/common/core/engine/index.d.ts +2 -2
  20. package/dist/common/core/engine/index.js +2 -2
  21. package/dist/common/core/engine/node.d.ts +1 -1
  22. package/dist/common/core/engine/playData/archetype.d.ts +2 -2
  23. package/dist/common/core/engine/playData/playData.d.ts +3 -3
  24. package/dist/common/core/engine/previewData/archetype.d.ts +2 -2
  25. package/dist/common/core/engine/previewData/previewData.d.ts +1 -1
  26. package/dist/common/core/engine/tutorialData/tutorialData.d.ts +5 -5
  27. package/dist/common/core/engine/watchData/archetype.d.ts +2 -2
  28. package/dist/common/core/engine/watchData/watchData.d.ts +3 -3
  29. package/dist/common/core/icon/icon.d.ts +97 -0
  30. package/dist/common/core/icon/icon.js +97 -0
  31. package/dist/common/core/icon/index.d.ts +2 -0
  32. package/dist/common/core/icon/index.js +1 -0
  33. package/dist/common/core/index.d.ts +2 -2
  34. package/dist/common/core/index.js +2 -2
  35. package/dist/common/core/instruction/iconName/iconName.d.ts +2 -0
  36. package/dist/common/core/instruction/iconName/iconName.js +2 -0
  37. package/dist/common/core/instruction/iconName/index.d.ts +2 -0
  38. package/dist/common/core/instruction/iconName/index.js +1 -0
  39. package/dist/common/core/instruction/index.d.ts +1 -1
  40. package/dist/common/core/instruction/index.js +1 -1
  41. package/dist/common/core/level/data/entity.d.ts +2 -2
  42. package/dist/common/core/particle/data/effect.d.ts +1 -1
  43. package/dist/common/core/particle/effectName/effectName.d.ts +48 -0
  44. package/dist/common/core/particle/effectName/effectName.js +48 -0
  45. package/dist/common/core/particle/effectName/index.d.ts +2 -0
  46. package/dist/common/core/particle/effectName/index.js +1 -0
  47. package/dist/common/core/particle/index.d.ts +1 -1
  48. package/dist/common/core/particle/index.js +1 -1
  49. package/dist/common/core/replay/configuration.d.ts +1 -1
  50. package/dist/common/core/runtimes/function/function.d.ts +191 -0
  51. package/dist/common/core/runtimes/function/function.js +191 -0
  52. package/dist/common/core/runtimes/function/index.d.ts +2 -0
  53. package/dist/common/core/runtimes/function/index.js +1 -0
  54. package/dist/common/core/runtimes/index.d.ts +1 -1
  55. package/dist/common/core/runtimes/index.js +1 -1
  56. package/dist/common/core/server/form.d.ts +3 -3
  57. package/dist/common/core/server/info.d.ts +4 -4
  58. package/dist/common/core/server/items/community/comment/comment.d.ts +2 -1
  59. package/dist/common/core/server/items/details.d.ts +2 -1
  60. package/dist/common/core/server/items/info.d.ts +1 -1
  61. package/dist/common/core/server/items/leaderboard/leaderboard.d.ts +2 -2
  62. package/dist/common/core/server/items/leaderboard/record/record.d.ts +1 -1
  63. package/dist/common/core/server/items/list.d.ts +1 -1
  64. package/dist/common/core/server/items/section.d.ts +3 -3
  65. package/dist/common/core/server/multiplayer/chatMessage.d.ts +9 -2
  66. package/dist/common/core/server/multiplayer/events/updateEvent.d.ts +2 -1
  67. package/dist/common/core/server/multiplayer/events/updateScoreboardDescriptionEvent.d.ts +2 -1
  68. package/dist/common/core/server/multiplayer/events/updateScoreboardSectionIconEvent.d.ts +1 -1
  69. package/dist/common/core/server/multiplayer/events/updateScoreboardSectionScoresValueEvent.d.ts +1 -1
  70. package/dist/common/core/server/multiplayer/events/updateScoreboardSectionTitleEvent.d.ts +1 -1
  71. package/dist/common/core/server/multiplayer/index.d.ts +1 -1
  72. package/dist/common/core/server/multiplayer/scoreEntry.d.ts +1 -1
  73. package/dist/common/core/server/multiplayer/scoreboardSection.d.ts +2 -2
  74. package/dist/common/core/server/option.d.ts +11 -11
  75. package/dist/common/core/skin/data/sprite.d.ts +1 -1
  76. package/dist/common/core/skin/index.d.ts +1 -1
  77. package/dist/common/core/skin/index.js +1 -1
  78. package/dist/common/core/skin/spriteName/index.d.ts +2 -0
  79. package/dist/common/core/skin/spriteName/index.js +1 -0
  80. package/dist/common/core/skin/spriteName/spriteName.d.ts +90 -0
  81. package/dist/common/core/skin/spriteName/spriteName.js +90 -0
  82. package/dist/common/core/tag.d.ts +2 -2
  83. package/dist/common/core/text/function.d.ts +3 -0
  84. package/dist/common/core/text/function.js +3 -0
  85. package/dist/common/core/text/index.d.ts +4 -0
  86. package/dist/common/core/text/index.js +2 -0
  87. package/dist/common/core/text/text.d.ts +1170 -0
  88. package/dist/common/core/text/text.js +1170 -0
  89. package/dist/common/database/localization.d.ts +1 -1
  90. package/dist/common/database/tag.d.ts +1 -1
  91. package/dist/common/version.js +2 -2
  92. package/package.json +6 -6
  93. package/dist/common/core/effect/effectClipName.d.ts +0 -14
  94. package/dist/common/core/effect/effectClipName.js +0 -13
  95. package/dist/common/core/engine/engineArchetypeDataName.d.ts +0 -8
  96. package/dist/common/core/engine/engineArchetypeDataName.js +0 -7
  97. package/dist/common/core/engine/engineArchetypeName.d.ts +0 -5
  98. package/dist/common/core/engine/engineArchetypeName.js +0 -4
  99. package/dist/common/core/icon.d.ts +0 -100
  100. package/dist/common/core/icon.js +0 -99
  101. package/dist/common/core/instruction/instructionIconName.d.ts +0 -5
  102. package/dist/common/core/instruction/instructionIconName.js +0 -4
  103. package/dist/common/core/particle/particleEffectName.d.ts +0 -51
  104. package/dist/common/core/particle/particleEffectName.js +0 -50
  105. package/dist/common/core/runtimes/function.d.ts +0 -194
  106. package/dist/common/core/runtimes/function.js +0 -193
  107. package/dist/common/core/skin/skinSpriteName.d.ts +0 -93
  108. package/dist/common/core/skin/skinSpriteName.js +0 -92
  109. package/dist/common/core/text.d.ts +0 -1119
  110. package/dist/common/core/text.js +0 -1118
@@ -1,1119 +0,0 @@
1
- export declare const Text: {
2
- /** en: Custom Server */
3
- readonly CustomServer: "#CUSTOM_SERVER";
4
- /** en: Collection */
5
- readonly Collection: "#COLLECTION";
6
- /** en: Server */
7
- readonly Server: "#SERVER";
8
- /** en: Address */
9
- readonly Address: "#ADDRESS";
10
- /** en: Expiration */
11
- readonly Expiration: "#EXPIRATION";
12
- /** en: Storage */
13
- readonly Storage: "#STORAGE";
14
- /** en: Log */
15
- readonly Log: "#LOG";
16
- /** en: Inquiry */
17
- readonly Inquiry: "#INQUIRY";
18
- /** en: Banner */
19
- readonly Banner: "#BANNER";
20
- /** en: Post */
21
- readonly Post: "#POST";
22
- /** en: Playlist */
23
- readonly Playlist: "#PLAYLIST";
24
- /** en: Level */
25
- readonly Level: "#LEVEL";
26
- /** en: Skin */
27
- readonly Skin: "#SKIN";
28
- /** en: Background */
29
- readonly Background: "#BACKGROUND";
30
- /** en: SFX */
31
- readonly Effect: "#EFFECT";
32
- /** en: Particle */
33
- readonly Particle: "#PARTICLE";
34
- /** en: Engine */
35
- readonly Engine: "#ENGINE";
36
- /** en: Replay */
37
- readonly Replay: "#REPLAY";
38
- /** en: User */
39
- readonly User: "#USER";
40
- /** en: Room */
41
- readonly Room: "#ROOM";
42
- /** en: Thumbnail */
43
- readonly PostThumbnail: "#POST_THUMBNAIL";
44
- /** en: Thumbnail */
45
- readonly PlaylistThumbnail: "#PLAYLIST_THUMBNAIL";
46
- /** en: Cover */
47
- readonly LevelCover: "#LEVEL_COVER";
48
- /** en: BGM */
49
- readonly LevelBgm: "#LEVEL_BGM";
50
- /** en: Preview */
51
- readonly LevelPreview: "#LEVEL_PREVIEW";
52
- /** en: Data */
53
- readonly LevelData: "#LEVEL_DATA";
54
- /** en: Thumbnail */
55
- readonly SkinThumbnail: "#SKIN_THUMBNAIL";
56
- /** en: Data */
57
- readonly SkinData: "#SKIN_DATA";
58
- /** en: Texture */
59
- readonly SkinTexture: "#SKIN_TEXTURE";
60
- /** en: Thumbnail */
61
- readonly BackgroundThumbnail: "#BACKGROUND_THUMBNAIL";
62
- /** en: Image */
63
- readonly BackgroundImage: "#BACKGROUND_IMAGE";
64
- /** en: Data */
65
- readonly BackgroundData: "#BACKGROUND_DATA";
66
- /** en: Configuration */
67
- readonly BackgroundConfiguration: "#BACKGROUND_CONFIGURATION";
68
- /** en: Thumbnail */
69
- readonly EffectThumbnail: "#EFFECT_THUMBNAIL";
70
- /** en: Data */
71
- readonly EffectData: "#EFFECT_DATA";
72
- /** en: Audio */
73
- readonly EffectAudio: "#EFFECT_AUDIO";
74
- /** en: Thumbnail */
75
- readonly ParticleThumbnail: "#PARTICLE_THUMBNAIL";
76
- /** en: Data */
77
- readonly ParticleData: "#PARTICLE_DATA";
78
- /** en: Texture */
79
- readonly ParticleTexture: "#PARTICLE_TEXTURE";
80
- /** en: Thumbnail */
81
- readonly EngineThumbnail: "#ENGINE_THUMBNAIL";
82
- /** en: Play Data */
83
- readonly EnginePlaydata: "#ENGINE_PLAYDATA";
84
- /** en: Watch Data */
85
- readonly EngineWatchdata: "#ENGINE_WATCHDATA";
86
- /** en: Preview Data */
87
- readonly EnginePreviewdata: "#ENGINE_PREVIEWDATA";
88
- /** en: Tutorial Data */
89
- readonly EngineTutorialdata: "#ENGINE_TUTORIALDATA";
90
- /** en: ROM */
91
- readonly EngineRom: "#ENGINE_ROM";
92
- /** en: Configuration */
93
- readonly EngineConfiguration: "#ENGINE_CONFIGURATION";
94
- /** en: Data */
95
- readonly ReplayData: "#REPLAY_DATA";
96
- /** en: Configuration */
97
- readonly ReplayConfiguration: "#REPLAY_CONFIGURATION";
98
- /** en: Cover */
99
- readonly RoomCover: "#ROOM_COVER";
100
- /** en: BGM */
101
- readonly RoomBgm: "#ROOM_BGM";
102
- /** en: Preview */
103
- readonly RoomPreview: "#ROOM_PREVIEW";
104
- /** en: Grade */
105
- readonly Grade: "#GRADE";
106
- /** en: Arcade Score */
107
- readonly ArcadeScore: "#ARCADE_SCORE";
108
- /** en: Accuracy Score */
109
- readonly AccuracyScore: "#ACCURACY_SCORE";
110
- /** en: Combo */
111
- readonly Combo: "#COMBO";
112
- /** en: Perfect */
113
- readonly Perfect: "#PERFECT";
114
- /** en: Great */
115
- readonly Great: "#GREAT";
116
- /** en: Good */
117
- readonly Good: "#GOOD";
118
- /** en: Miss */
119
- readonly Miss: "#MISS";
120
- /** en: Judgment */
121
- readonly Judgment: "#JUDGMENT";
122
- /** en: Accuracy */
123
- readonly Accuracy: "#ACCURACY";
124
- /** en: Filter */
125
- readonly Filter: "#FILTER";
126
- /** en: Sort */
127
- readonly Sort: "#SORT";
128
- /** en: Keywords */
129
- readonly Keywords: "#KEYWORDS";
130
- /** en: Name */
131
- readonly Name: "#NAME";
132
- /** en: Source */
133
- readonly Source: "#SOURCE";
134
- /** en: Rating */
135
- readonly Rating: "#RATING";
136
- /** en: Minimum Rating */
137
- readonly RatingMinimum: "#RATING_MINIMUM";
138
- /** en: Maximum Rating */
139
- readonly RatingMaximum: "#RATING_MAXIMUM";
140
- /** en: Title */
141
- readonly Title: "#TITLE";
142
- /** en: Subtitle */
143
- readonly Subtitle: "#SUBTITLE";
144
- /** en: Artists */
145
- readonly Artists: "#ARTISTS";
146
- /** en: Time */
147
- readonly Time: "#TIME";
148
- /** en: Author */
149
- readonly Author: "#AUTHOR";
150
- /** en: Coauthor */
151
- readonly Coauthor: "#COAUTHOR";
152
- /** en: Collaborator */
153
- readonly Collaborator: "#COLLABORATOR";
154
- /** en: Description */
155
- readonly Description: "#DESCRIPTION";
156
- /** en: Genre */
157
- readonly Genre: "#GENRE";
158
- /** en: Type */
159
- readonly Type: "#TYPE";
160
- /** en: Category */
161
- readonly Category: "#CATEGORY";
162
- /** en: Status */
163
- readonly Status: "#STATUS";
164
- /** en: Language */
165
- readonly Language: "#LANGUAGE";
166
- /** en: Difficulty */
167
- readonly Difficulty: "#DIFFICULTY";
168
- /** en: Version */
169
- readonly Version: "#VERSION";
170
- /** en: Length */
171
- readonly Length: "#LENGTH";
172
- /** en: Minimum Length */
173
- readonly LengthMinimum: "#LENGTH_MINIMUM";
174
- /** en: Maximum Length */
175
- readonly LengthMaximum: "#LENGTH_MAXIMUM";
176
- /** en: Additional Information */
177
- readonly AdditionalInformation: "#ADDITIONAL_INFORMATION";
178
- /** en: Timezone */
179
- readonly Timezone: "#TIMEZONE";
180
- /** en: Region */
181
- readonly Region: "#REGION";
182
- /** en: Tag */
183
- readonly Tag: "#TAG";
184
- /** en: Include Tag */
185
- readonly IncludeTag: "#INCLUDE_TAG";
186
- /** en: Exclude Tag */
187
- readonly ExcludeTag: "#EXCLUDE_TAG";
188
- /** en: Content */
189
- readonly Content: "#CONTENT";
190
- /** en: Comment */
191
- readonly Comment: "#COMMENT";
192
- /** en: Message */
193
- readonly Message: "#MESSAGE";
194
- /** en: Notification */
195
- readonly Notification: "#NOTIFICATION";
196
- /** en: Role */
197
- readonly Role: "#ROLE";
198
- /** en: Permission */
199
- readonly Permission: "#PERMISSION";
200
- /** en: Level Speed */
201
- readonly Speed: "#SPEED";
202
- /** en: Mirror Level */
203
- readonly Mirror: "#MIRROR";
204
- /** en: Random */
205
- readonly Random: "#RANDOM";
206
- /** en: Hidden */
207
- readonly Hidden: "#HIDDEN";
208
- /** en: Strict Judgment */
209
- readonly JudgmentStrict: "#JUDGMENT_STRICT";
210
- /** en: Loose Judgment */
211
- readonly JudgmentLoose: "#JUDGMENT_LOOSE";
212
- /** en: Auto SFX */
213
- readonly EffectAuto: "#EFFECT_AUTO";
214
- /** en: Haptic */
215
- readonly Haptic: "#HAPTIC";
216
- /** en: Stage */
217
- readonly Stage: "#STAGE";
218
- /** en: Stage Position */
219
- readonly StagePosition: "#STAGE_POSITION";
220
- /** en: Stage Size */
221
- readonly StageSize: "#STAGE_SIZE";
222
- /** en: Stage Rotation */
223
- readonly StageRotation: "#STAGE_ROTATION";
224
- /** en: Stage Direction */
225
- readonly StageDirection: "#STAGE_DIRECTION";
226
- /** en: Stage Transparency */
227
- readonly StageAlpha: "#STAGE_ALPHA";
228
- /** en: Stage Animation */
229
- readonly StageAnimation: "#STAGE_ANIMATION";
230
- /** en: Stage Tilt */
231
- readonly StageTilt: "#STAGE_TILT";
232
- /** en: Vertical Stage Cover */
233
- readonly StageCoverVertical: "#STAGE_COVER_VERTICAL";
234
- /** en: Horizontal Stage Cover */
235
- readonly StageCoverHorizontal: "#STAGE_COVER_HORIZONTAL";
236
- /** en: Stage Cover Transparency */
237
- readonly StageCoverAlpha: "#STAGE_COVER_ALPHA";
238
- /** en: Lock Stage Aspect Ratio */
239
- readonly StageAspectratioLock: "#STAGE_ASPECTRATIO_LOCK";
240
- /** en: Stage Effect */
241
- readonly StageEffect: "#STAGE_EFFECT";
242
- /** en: Stage Effect Position */
243
- readonly StageEffectPosition: "#STAGE_EFFECT_POSITION";
244
- /** en: Stage Effect Size */
245
- readonly StageEffectSize: "#STAGE_EFFECT_SIZE";
246
- /** en: Stage Effect Rotation */
247
- readonly StageEffectRotation: "#STAGE_EFFECT_ROTATION";
248
- /** en: Stage Effect Direction */
249
- readonly StageEffectDirection: "#STAGE_EFFECT_DIRECTION";
250
- /** en: Stage Effect Transparency */
251
- readonly StageEffectAlpha: "#STAGE_EFFECT_ALPHA";
252
- /** en: Lane */
253
- readonly Lane: "#LANE";
254
- /** en: Lane Position */
255
- readonly LanePosition: "#LANE_POSITION";
256
- /** en: Lane Size */
257
- readonly LaneSize: "#LANE_SIZE";
258
- /** en: Lane Rotation */
259
- readonly LaneRotation: "#LANE_ROTATION";
260
- /** en: Lane Direction */
261
- readonly LaneDirection: "#LANE_DIRECTION";
262
- /** en: Lane Transparency */
263
- readonly LaneAlpha: "#LANE_ALPHA";
264
- /** en: Lane Animation */
265
- readonly LaneAnimation: "#LANE_ANIMATION";
266
- /** en: Lane Effect */
267
- readonly LaneEffect: "#LANE_EFFECT";
268
- /** en: Lane Effect Position */
269
- readonly LaneEffectPosition: "#LANE_EFFECT_POSITION";
270
- /** en: Lane Effect Size */
271
- readonly LaneEffectSize: "#LANE_EFFECT_SIZE";
272
- /** en: Lane Effect Rotation */
273
- readonly LaneEffectRotation: "#LANE_EFFECT_ROTATION";
274
- /** en: Lane Effect Direction */
275
- readonly LaneEffectDirection: "#LANE_EFFECT_DIRECTION";
276
- /** en: Lane Effect Transparency */
277
- readonly LaneEffectAlpha: "#LANE_EFFECT_ALPHA";
278
- /** en: Judgment Line */
279
- readonly Judgeline: "#JUDGELINE";
280
- /** en: Judgment Line Position */
281
- readonly JudgelinePosition: "#JUDGELINE_POSITION";
282
- /** en: Judgment Line Size */
283
- readonly JudgelineSize: "#JUDGELINE_SIZE";
284
- /** en: Judgment Line Rotation */
285
- readonly JudgelineRotation: "#JUDGELINE_ROTATION";
286
- /** en: Judgment Line Direction */
287
- readonly JudgelineDirection: "#JUDGELINE_DIRECTION";
288
- /** en: Judgment Line Transparency */
289
- readonly JudgelineAlpha: "#JUDGELINE_ALPHA";
290
- /** en: Judgment Line Animation */
291
- readonly JudgelineAnimation: "#JUDGELINE_ANIMATION";
292
- /** en: Judgment Line Effect */
293
- readonly JudgelineEffect: "#JUDGELINE_EFFECT";
294
- /** en: Judgment Line Effect Position */
295
- readonly JudgelineEffectPosition: "#JUDGELINE_EFFECT_POSITION";
296
- /** en: Judgment Line Effect Size */
297
- readonly JudgelineEffectSize: "#JUDGELINE_EFFECT_SIZE";
298
- /** en: Judgment Line Effect Rotation */
299
- readonly JudgelineEffectRotation: "#JUDGELINE_EFFECT_ROTATION";
300
- /** en: Judgment Line Effect Direction */
301
- readonly JudgelineEffectDirection: "#JUDGELINE_EFFECT_DIRECTION";
302
- /** en: Judgment Line Effect Transparency */
303
- readonly JudgelineEffectAlpha: "#JUDGELINE_EFFECT_ALPHA";
304
- /** en: Slot */
305
- readonly Slot: "#SLOT";
306
- /** en: Slot Position */
307
- readonly SlotPosition: "#SLOT_POSITION";
308
- /** en: Slot Size */
309
- readonly SlotSize: "#SLOT_SIZE";
310
- /** en: Slot Rotation */
311
- readonly SlotRotation: "#SLOT_ROTATION";
312
- /** en: Slot Direction */
313
- readonly SlotDirection: "#SLOT_DIRECTION";
314
- /** en: Slot Transparency */
315
- readonly SlotAlpha: "#SLOT_ALPHA";
316
- /** en: Slot Animation */
317
- readonly SlotAnimation: "#SLOT_ANIMATION";
318
- /** en: Slot Effect */
319
- readonly SlotEffect: "#SLOT_EFFECT";
320
- /** en: Slot Effect Position */
321
- readonly SlotEffectPosition: "#SLOT_EFFECT_POSITION";
322
- /** en: Slot Effect Size */
323
- readonly SlotEffectSize: "#SLOT_EFFECT_SIZE";
324
- /** en: Slot Effect Rotation */
325
- readonly SlotEffectRotation: "#SLOT_EFFECT_ROTATION";
326
- /** en: Slot Effect Direction */
327
- readonly SlotEffectDirection: "#SLOT_EFFECT_DIRECTION";
328
- /** en: Slot Effect Transparency */
329
- readonly SlotEffectAlpha: "#SLOT_EFFECT_ALPHA";
330
- /** en: Note */
331
- readonly Note: "#NOTE";
332
- /** en: Note Speed */
333
- readonly NoteSpeed: "#NOTE_SPEED";
334
- /** en: Random Note Speed */
335
- readonly NoteSpeedRandom: "#NOTE_SPEED_RANDOM";
336
- /** en: Note Position */
337
- readonly NotePosition: "#NOTE_POSITION";
338
- /** en: Note Size */
339
- readonly NoteSize: "#NOTE_SIZE";
340
- /** en: Note Rotation */
341
- readonly NoteRotation: "#NOTE_ROTATION";
342
- /** en: Note Direction */
343
- readonly NoteDirection: "#NOTE_DIRECTION";
344
- /** en: Note Color */
345
- readonly NoteColor: "#NOTE_COLOR";
346
- /** en: Note Transparency */
347
- readonly NoteAlpha: "#NOTE_ALPHA";
348
- /** en: Note Animation */
349
- readonly NoteAnimation: "#NOTE_ANIMATION";
350
- /** en: Note Effect */
351
- readonly NoteEffect: "#NOTE_EFFECT";
352
- /** en: Note Effect Position */
353
- readonly NoteEffectPosition: "#NOTE_EFFECT_POSITION";
354
- /** en: Note Effect Size */
355
- readonly NoteEffectSize: "#NOTE_EFFECT_SIZE";
356
- /** en: Note Effect Rotation */
357
- readonly NoteEffectRotation: "#NOTE_EFFECT_ROTATION";
358
- /** en: Note Effect Direction */
359
- readonly NoteEffectDirection: "#NOTE_EFFECT_DIRECTION";
360
- /** en: Note Effect Color */
361
- readonly NoteEffectColor: "#NOTE_EFFECT_COLOR";
362
- /** en: Note Effect Transparency */
363
- readonly NoteEffectAlpha: "#NOTE_EFFECT_ALPHA";
364
- /** en: Marker */
365
- readonly Marker: "#MARKER";
366
- /** en: Marker Position */
367
- readonly MarkerPosition: "#MARKER_POSITION";
368
- /** en: Marker Size */
369
- readonly MarkerSize: "#MARKER_SIZE";
370
- /** en: Marker Rotation */
371
- readonly MarkerRotation: "#MARKER_ROTATION";
372
- /** en: Marker Direction */
373
- readonly MarkerDirection: "#MARKER_DIRECTION";
374
- /** en: Marker Color */
375
- readonly MarkerColor: "#MARKER_COLOR";
376
- /** en: Marker Transparency */
377
- readonly MarkerAlpha: "#MARKER_ALPHA";
378
- /** en: Marker Animation */
379
- readonly MarkerAnimation: "#MARKER_ANIMATION";
380
- /** en: Connector */
381
- readonly Connector: "#CONNECTOR";
382
- /** en: Connector Position */
383
- readonly ConnectorPosition: "#CONNECTOR_POSITION";
384
- /** en: Connector Size */
385
- readonly ConnectorSize: "#CONNECTOR_SIZE";
386
- /** en: Connector Rotation */
387
- readonly ConnectorRotation: "#CONNECTOR_ROTATION";
388
- /** en: Connector Direction */
389
- readonly ConnectorDirection: "#CONNECTOR_DIRECTION";
390
- /** en: Connector Color */
391
- readonly ConnectorColor: "#CONNECTOR_COLOR";
392
- /** en: Connector Transparency */
393
- readonly ConnectorAlpha: "#CONNECTOR_ALPHA";
394
- /** en: Connector Animation */
395
- readonly ConnectorAnimation: "#CONNECTOR_ANIMATION";
396
- /** en: Simultaneous Line */
397
- readonly Simline: "#SIMLINE";
398
- /** en: Simultaneous Line Position */
399
- readonly SimlinePosition: "#SIMLINE_POSITION";
400
- /** en: Simultaneous Line Size */
401
- readonly SimlineSize: "#SIMLINE_SIZE";
402
- /** en: Simultaneous Line Rotation */
403
- readonly SimlineRotation: "#SIMLINE_ROTATION";
404
- /** en: Simultaneous Line Direction */
405
- readonly SimlineDirection: "#SIMLINE_DIRECTION";
406
- /** en: Simultaneous Line Color */
407
- readonly SimlineColor: "#SIMLINE_COLOR";
408
- /** en: Simultaneous Line Transparency */
409
- readonly SimlineAlpha: "#SIMLINE_ALPHA";
410
- /** en: Simultaneous Line Animation */
411
- readonly SimlineAnimation: "#SIMLINE_ANIMATION";
412
- /** en: Preview Vertical Scale */
413
- readonly PreviewScaleVertical: "#PREVIEW_SCALE_VERTICAL";
414
- /** en: Preview Horizontal Scale */
415
- readonly PreviewScaleHorizontal: "#PREVIEW_SCALE_HORIZONTAL";
416
- /** en: Preview Time */
417
- readonly PreviewTime: "#PREVIEW_TIME";
418
- /** en: Preview Score */
419
- readonly PreviewScore: "#PREVIEW_SCORE";
420
- /** en: Preview BPM */
421
- readonly PreviewBpm: "#PREVIEW_BPM";
422
- /** en: Preview Time Scale */
423
- readonly PreviewTimescale: "#PREVIEW_TIMESCALE";
424
- /** en: Preview Beat */
425
- readonly PreviewBeat: "#PREVIEW_BEAT";
426
- /** en: Preview Measure */
427
- readonly PreviewMeasure: "#PREVIEW_MEASURE";
428
- /** en: Preview Combo */
429
- readonly PreviewCombo: "#PREVIEW_COMBO";
430
- /** en: UI */
431
- readonly Ui: "#UI";
432
- /** en: UI Metric */
433
- readonly UiMetric: "#UI_METRIC";
434
- /** en: UI Primary Metric */
435
- readonly UiPrimaryMetric: "#UI_PRIMARY_METRIC";
436
- /** en: UI Secondary Metric */
437
- readonly UiSecondaryMetric: "#UI_SECONDARY_METRIC";
438
- /** en: UI Judgment */
439
- readonly UiJudgment: "#UI_JUDGMENT";
440
- /** en: UI Combo */
441
- readonly UiCombo: "#UI_Combo";
442
- /** en: UI Menu */
443
- readonly UiMenu: "#UI_Menu";
444
- /** en: ON */
445
- readonly On: "#ON";
446
- /** en: OFF */
447
- readonly Off: "#OFF";
448
- /** en: None */
449
- readonly None: "#NONE";
450
- /** en: Any */
451
- readonly Any: "#ANY";
452
- /** en: All */
453
- readonly All: "#ALL";
454
- /** en: Others */
455
- readonly Others: "#OTHERS";
456
- /** en: Short */
457
- readonly Short: "#SHORT";
458
- /** en: Long */
459
- readonly Long: "#LONG";
460
- /** en: High */
461
- readonly High: "#HIGH";
462
- /** en: Mid */
463
- readonly Mid: "#MID";
464
- /** en: Low */
465
- readonly Low: "#LOW";
466
- /** en: Small */
467
- readonly Small: "#SMALL";
468
- /** en: Medium */
469
- readonly Medium: "#MEDIUM";
470
- /** en: Large */
471
- readonly Large: "#LARGE";
472
- /** en: Left */
473
- readonly Left: "#LEFT";
474
- /** en: Right */
475
- readonly Right: "#RIGHT";
476
- /** en: Up */
477
- readonly Up: "#UP";
478
- /** en: Down */
479
- readonly Down: "#DOWN";
480
- /** en: Front */
481
- readonly Front: "#FRONT";
482
- /** en: Back */
483
- readonly Back: "#BACK";
484
- /** en: Center */
485
- readonly Center: "#CENTER";
486
- /** en: Top */
487
- readonly Top: "#TOP";
488
- /** en: Bottom */
489
- readonly Bottom: "#BOTTOM";
490
- /** en: Top Left */
491
- readonly TopLeft: "#TOP_LEFT";
492
- /** en: Top Center */
493
- readonly TopCenter: "#TOP_CENTER";
494
- /** en: Top Right */
495
- readonly TopRight: "#TOP_RIGHT";
496
- /** en: Center Left */
497
- readonly CenterLeft: "#CENTER_LEFT";
498
- /** en: Center Right */
499
- readonly CenterRight: "#CENTER_RIGHT";
500
- /** en: Bottom Left */
501
- readonly BottomLeft: "#BOTTOM_LEFT";
502
- /** en: Bottom Center */
503
- readonly BottomCenter: "#BOTTOM_CENTER";
504
- /** en: Bottom Right */
505
- readonly BottomRight: "#BOTTOM_RIGHT";
506
- /** en: Clockwise */
507
- readonly Clockwise: "#CLOCKWISE";
508
- /** en: Counterclockwise */
509
- readonly Counterclockwise: "#COUNTERCLOCKWISE";
510
- /** en: Forward */
511
- readonly Forward: "#FORWARD";
512
- /** en: Backward */
513
- readonly Backward: "#BACKWARD";
514
- /** en: Default */
515
- readonly Default: "#DEFAULT";
516
- /** en: Neutral */
517
- readonly Neutral: "#NEUTRAL";
518
- /** en: Red */
519
- readonly Red: "#RED";
520
- /** en: Green */
521
- readonly Green: "#GREEN";
522
- /** en: Blue */
523
- readonly Blue: "#BLUE";
524
- /** en: Yellow */
525
- readonly Yellow: "#YELLOW";
526
- /** en: Purple */
527
- readonly Purple: "#PURPLE";
528
- /** en: Cyan */
529
- readonly Cyan: "#CYAN";
530
- /** en: Simple */
531
- readonly Simple: "#SIMPLE";
532
- /** en: Easy */
533
- readonly Easy: "#EASY";
534
- /** en: Normal */
535
- readonly Normal: "#NORMAL";
536
- /** en: Hard */
537
- readonly Hard: "#HARD";
538
- /** en: Expert */
539
- readonly Expert: "#EXPERT";
540
- /** en: Master */
541
- readonly Master: "#MASTER";
542
- /** en: Pro */
543
- readonly Pro: "#PRO";
544
- /** en: Technical */
545
- readonly Technical: "#TECHNICAL";
546
- /** en: Special */
547
- readonly Special: "#SPECIAL";
548
- /** en: Append */
549
- readonly Append: "#APPEND";
550
- /** en: Enter post... */
551
- readonly PostPlaceholder: "#POST_PLACEHOLDER";
552
- /** en: Enter playlist... */
553
- readonly PlaylistPlaceholder: "#PLAYLIST_PLACEHOLDER";
554
- /** en: Enter level... */
555
- readonly LevelPlaceholder: "#LEVEL_PLACEHOLDER";
556
- /** en: Enter skin... */
557
- readonly SkinPlaceholder: "#SKIN_PLACEHOLDER";
558
- /** en: Enter background... */
559
- readonly BackgroundPlaceholder: "#BACKGROUND_PLACEHOLDER";
560
- /** en: Enter SFX... */
561
- readonly EffectPlaceholder: "#EFFECT_PLACEHOLDER";
562
- /** en: Enter particle... */
563
- readonly ParticlePlaceholder: "#PARTICLE_PLACEHOLDER";
564
- /** en: Enter engine... */
565
- readonly EnginePlaceholder: "#ENGINE_PLACEHOLDER";
566
- /** en: Enter replay... */
567
- readonly ReplayPlaceholder: "#REPLAY_PLACEHOLDER";
568
- /** en: Enter user... */
569
- readonly UserPlaceholder: "#USER_PLACEHOLDER";
570
- /** en: Enter room... */
571
- readonly RoomPlaceholder: "#ROOM_PLACEHOLDER";
572
- /** en: Enter keywords... */
573
- readonly KeywordsPlaceholder: "#KEYWORDS_PLACEHOLDER";
574
- /** en: Enter name... */
575
- readonly NamePlaceholder: "#NAME_PLACEHOLDER";
576
- /** en: Enter rating... */
577
- readonly RatingPlaceholder: "#RATING_PLACEHOLDER";
578
- /** en: Enter minimum rating... */
579
- readonly RatingMinimumPlaceholder: "#RATING_MINIMUM_PLACEHOLDER";
580
- /** en: Enter maximum rating... */
581
- readonly RatingMaximumPlaceholder: "#RATING_MAXIMUM_PLACEHOLDER";
582
- /** en: Enter title... */
583
- readonly TitlePlaceholder: "#TITLE_PLACEHOLDER";
584
- /** en: Enter subtitle... */
585
- readonly SubtitlePlaceholder: "#SUBTITLE_PLACEHOLDER";
586
- /** en: Enter artists... */
587
- readonly ArtistsPlaceholder: "#ARTISTS_PLACEHOLDER";
588
- /** en: Enter time... */
589
- readonly TimePlaceholder: "#TIME_PLACEHOLDER";
590
- /** en: Enter author... */
591
- readonly AuthorPlaceholder: "#AUTHOR_PLACEHOLDER";
592
- /** en: Enter coauthor... */
593
- readonly CoauthorPlaceholder: "#COAUTHOR_PLACEHOLDER";
594
- /** en: Enter collaborator... */
595
- readonly CollaboratorPlaceholder: "#COLLABORATOR_PLACEHOLDER";
596
- /** en: Enter description... */
597
- readonly DescriptionPlaceholder: "#DESCRIPTION_PLACEHOLDER";
598
- /** en: Enter genre... */
599
- readonly GenrePlaceholder: "#GENRE_PLACEHOLDER";
600
- /** en: Enter type... */
601
- readonly TypePlaceholder: "#TYPE_PLACEHOLDER";
602
- /** en: Enter category... */
603
- readonly CategoryPlaceholder: "#CATEGORY_PLACEHOLDER";
604
- /** en: Enter language... */
605
- readonly LanguagePlaceholder: "#LANGUAGE_PLACEHOLDER";
606
- /** en: Enter difficulty... */
607
- readonly DifficultyPlaceholder: "#DIFFICULTY_PLACEHOLDER";
608
- /** en: Enter length... */
609
- readonly LengthPlaceholder: "#LENGTH_PLACEHOLDER";
610
- /** en: Enter minimum length... */
611
- readonly LengthMinimumPlaceholder: "#LENGTH_MINIMUM_PLACEHOLDER";
612
- /** en: Enter maximum length... */
613
- readonly LengthMaximumPlaceholder: "#LENGTH_MAXIMUM_PLACEHOLDER";
614
- /** en: Enter additional information... */
615
- readonly AdditionalInformationPlaceholder: "#ADDITIONAL_INFORMATION_PLACEHOLDER";
616
- /** en: Enter timezone... */
617
- readonly TimezonePlaceholder: "#TIMEZONE_PLACEHOLDER";
618
- /** en: Enter region... */
619
- readonly RegionPlaceholder: "#REGION_PLACEHOLDER";
620
- /** en: Enter content... */
621
- readonly ContentPlaceholder: "#CONTENT_PLACEHOLDER";
622
- /** en: Enter comment... */
623
- readonly CommentPlaceholder: "#COMMENT_PLACEHOLDER";
624
- /** en: Enter review... */
625
- readonly ReviewPlaceholder: "#REVIEW_PLACEHOLDER";
626
- /** en: Enter reply... */
627
- readonly ReplyPlaceholder: "#REPLY_PLACEHOLDER";
628
- /** en: Enter message... */
629
- readonly MessagePlaceholder: "#MESSAGE_PLACEHOLDER";
630
- /** en: Enter role... */
631
- readonly RolePlaceholder: "#ROLE_PLACEHOLDER";
632
- /** en: Enter permission... */
633
- readonly PermissionPlaceholder: "#PERMISSION_PLACEHOLDER";
634
- /** en: {0}% */
635
- readonly PercentageUnit: "#PERCENTAGE_UNIT";
636
- /** en: {0}yr */
637
- readonly YearUnit: "#YEAR_UNIT";
638
- /** en: {0}mo */
639
- readonly MonthUnit: "#MONTH_UNIT";
640
- /** en: {0}d */
641
- readonly DayUnit: "#DAY_UNIT";
642
- /** en: {0}h */
643
- readonly HourUnit: "#HOUR_UNIT";
644
- /** en: {0}m */
645
- readonly MinuteUnit: "#MINUTE_UNIT";
646
- /** en: {0}s */
647
- readonly SecondUnit: "#SECOND_UNIT";
648
- /** en: {0}ms */
649
- readonly MillisecondUnit: "#MILLISECOND_UNIT";
650
- /** en: {0}yr ago */
651
- readonly YearPast: "#YEAR_PAST";
652
- /** en: {0}mo ago */
653
- readonly MonthPast: "#MONTH_PAST";
654
- /** en: {0}d ago */
655
- readonly DayPast: "#DAY_PAST";
656
- /** en: {0}h ago */
657
- readonly HourPast: "#HOUR_PAST";
658
- /** en: {0}m ago */
659
- readonly MinutePast: "#MINUTE_PAST";
660
- /** en: {0}s ago */
661
- readonly SecondPast: "#SECOND_PAST";
662
- /** en: {0}ms ago */
663
- readonly MillisecondPast: "#MILLISECOND_PAST";
664
- /** en: In {0}yr */
665
- readonly YearFuture: "#YEAR_FUTURE";
666
- /** en: In {0}mo */
667
- readonly MonthFuture: "#MONTH_FUTURE";
668
- /** en: In {0}d */
669
- readonly DayFuture: "#DAY_FUTURE";
670
- /** en: In {0}h */
671
- readonly HourFuture: "#HOUR_FUTURE";
672
- /** en: In {0}m */
673
- readonly MinuteFuture: "#MINUTE_FUTURE";
674
- /** en: In {0}s */
675
- readonly SecondFuture: "#SECOND_FUTURE";
676
- /** en: In {0}ms */
677
- readonly MillisecondFuture: "#MILLISECOND_FUTURE";
678
- /** en: Tap */
679
- readonly Tap: "#TAP";
680
- /** en: Tap and Hold */
681
- readonly TapHold: "#TAP_HOLD";
682
- /** en: Tap and Release */
683
- readonly TapRelease: "#TAP_RELEASE";
684
- /** en: Tap and Flick */
685
- readonly TapFlick: "#TAP_FLICK";
686
- /** en: Tap and Slide */
687
- readonly TapSlide: "#TAP_SLIDE";
688
- /** en: Hold */
689
- readonly Hold: "#HOLD";
690
- /** en: Hold and Slide */
691
- readonly HoldSlide: "#HOLD_SLIDE";
692
- /** en: Hold and Follow */
693
- readonly HoldFollow: "#HOLD_FOLLOW";
694
- /** en: Release */
695
- readonly Release: "#RELEASE";
696
- /** en: Flick */
697
- readonly Flick: "#FLICK";
698
- /** en: Slide */
699
- readonly Slide: "#SLIDE";
700
- /** en: Slide and Flick */
701
- readonly SlideFlick: "#SLIDE_FLICK";
702
- /** en: Avoid */
703
- readonly Avoid: "#AVOID";
704
- /** en: Jiggle */
705
- readonly Jiggle: "#JIGGLE";
706
- /** en: Newest */
707
- readonly Newest: "#NEWEST";
708
- /** en: Oldest */
709
- readonly Oldest: "#OLDEST";
710
- /** en: Recommended */
711
- readonly Recommended: "#RECOMMENDED";
712
- /** en: Popular */
713
- readonly Popular: "#POPULAR";
714
- /** en: Featured */
715
- readonly Featured: "#FEATURED";
716
- /** en: Competitive */
717
- readonly Competitive: "#COMPETITIVE";
718
- /** en: Tournament */
719
- readonly Tournament: "#TOURNAMENT";
720
- /** en: Holiday */
721
- readonly Holiday: "#HOLIDAY";
722
- /** en: Limited */
723
- readonly Limited: "#LIMITED";
724
- /** en: Announcement */
725
- readonly Announcement: "#ANNOUNCEMENT";
726
- /** en: Information */
727
- readonly Information: "#INFORMATION";
728
- /** en: Help */
729
- readonly Help: "#HELP";
730
- /** en: Maintenance */
731
- readonly Maintenance: "#MAINTENANCE";
732
- /** en: Event */
733
- readonly Event: "#EVENT";
734
- /** en: Update */
735
- readonly Update: "#UPDATE";
736
- /** en: Search */
737
- readonly Search: "#SEARCH";
738
- /** en: Advanced */
739
- readonly Advanced: "#ADVANCED";
740
- /** en: Related */
741
- readonly Related: "#RELATED";
742
- /** en: Same Author */
743
- readonly SameAuthor: "#SAME_AUTHOR";
744
- /** en: Same Artists */
745
- readonly SameArtists: "#SAME_ARTISTS";
746
- /** en: Same Rating */
747
- readonly SameRating: "#SAME_RATING";
748
- /** en: Same Category */
749
- readonly SameCategory: "#SAME_CATEGORY";
750
- /** en: Same Difficulty */
751
- readonly SameDifficulty: "#SAME_DIFFICULTY";
752
- /** en: Same Genre */
753
- readonly SameGenre: "#SAME_GENRE";
754
- /** en: Same Version */
755
- readonly SameVersion: "#SAME_VERSION";
756
- /** en: Other Authors */
757
- readonly OtherAuthors: "#OTHER_AUTHORS";
758
- /** en: Other Artists */
759
- readonly OtherArtists: "#OTHER_ARTISTS";
760
- /** en: Other Ratings */
761
- readonly OtherRatings: "#OTHER_RATINGS";
762
- /** en: Other Categories */
763
- readonly OtherCategories: "#OTHER_CATEGORIES";
764
- /** en: Other Difficulties */
765
- readonly OtherDifficulties: "#OTHER_DIFFICULTIES";
766
- /** en: Other Genres */
767
- readonly OtherGenres: "#OTHER_GENRES";
768
- /** en: Other Versions */
769
- readonly OtherVersions: "#OTHER_VERSIONS";
770
- /** en: Draft */
771
- readonly Draft: "#DRAFT";
772
- /** en: Public */
773
- readonly Public: "#PUBLIC";
774
- /** en: Private */
775
- readonly Private: "#PRIVATE";
776
- /** en: Pop */
777
- readonly Pop: "#POP";
778
- /** en: Rock */
779
- readonly Rock: "#ROCK";
780
- /** en: Hip Hop */
781
- readonly Hiphop: "#HIPHOP";
782
- /** en: Country */
783
- readonly Country: "#COUNTRY";
784
- /** en: Electronic */
785
- readonly Electronic: "#ELECTRONIC";
786
- /** en: Metal */
787
- readonly Metal: "#METAL";
788
- /** en: Classical */
789
- readonly Classical: "#CLASSICAL";
790
- /** en: Folk */
791
- readonly Folk: "#FOLK";
792
- /** en: Indie */
793
- readonly Indie: "#INDIE";
794
- /** en: Anime */
795
- readonly Anime: "#ANIME";
796
- /** en: Vocaloid */
797
- readonly Vocaloid: "#VOCALOID";
798
- /** en: Remix */
799
- readonly Remix: "#REMIX";
800
- /** en: Instrumental */
801
- readonly Instrumental: "#INSTRUMENTAL";
802
- /** en: Short Version */
803
- readonly ShortVersion: "#SHORT_VERSION";
804
- /** en: Long Version */
805
- readonly LongVersion: "#LONG_VERSION";
806
- /** en: Cut Version */
807
- readonly CutVersion: "#CUT_VERSION";
808
- /** en: Full Version */
809
- readonly FullVersion: "#FULL_VERSION";
810
- /** en: Extended Version */
811
- readonly ExtendedVersion: "#EXTENDED_VERSION";
812
- /** en: Live Version */
813
- readonly LiveVersion: "#LIVE_VERSION";
814
- /** en: Medley */
815
- readonly Medley: "#MEDLEY";
816
- /** en: Explicit */
817
- readonly Explicit: "#EXPLICIT";
818
- /** en: Multi Finger */
819
- readonly MultiFinger: "#MULTI_FINGER";
820
- /** en: Full Hand */
821
- readonly FullHand: "#FULL_HAND";
822
- /** en: Cross Hand */
823
- readonly CrossHand: "#CROSS_HAND";
824
- /** en: Gimmick */
825
- readonly Gimmick: "#GIMMICK";
826
- /** en: Collaboration */
827
- readonly Collaboration: "#COLLABORATION";
828
- /** en: Report */
829
- readonly Report: "#REPORT";
830
- /** en: Reason */
831
- readonly Reason: "#REASON";
832
- /** en: Illegal Activities */
833
- readonly IllegalActivities: "#ILLEGAL_ACTIVITIES";
834
- /** en: Cheating */
835
- readonly Cheating: "#CHEATING";
836
- /** en: AFK */
837
- readonly Afk: "#AFK";
838
- /** en: Spamming */
839
- readonly Spamming: "#SPAMMING";
840
- /** en: Verbal Abuse */
841
- readonly VerbalAbuse: "#VERBAL_ABUSE";
842
- /** en: Inappropriate Language */
843
- readonly InappropriateLanguage: "#INAPPROPRIATE_LANGUAGE";
844
- /** en: Negative Attitude */
845
- readonly NegativeAttitude: "#NEGATIVE_ATTITUDE";
846
- /** en: DNF */
847
- readonly Dnf: "#DNF";
848
- /** en: Suggestions */
849
- readonly Suggestions: "#SUGGESTIONS";
850
- /** en: Suggestions per Player */
851
- readonly SuggestionsPerPlayer: "#SUGGESTIONS_PER_PLAYER";
852
- /** en: Match Scoring */
853
- readonly MatchScoring: "#MATCH_SCORING";
854
- /** en: Match Tiebreaker */
855
- readonly MatchTiebreaker: "#MATCH_TIEBREAKER";
856
- /** en: Match Count */
857
- readonly MatchCount: "#MATCH_COUNT";
858
- /** en: Match Limit */
859
- readonly MatchLimit: "#MATCH_LIMIT";
860
- /** en: Round Scoring */
861
- readonly RoundScoring: "#ROUND_SCORING";
862
- /** en: Round Tiebreaker */
863
- readonly RoundTiebreaker: "#ROUND_TIEBREAKER";
864
- /** en: Round Count */
865
- readonly RoundCount: "#ROUND_COUNT";
866
- /** en: Round Limit */
867
- readonly RoundLimit: "#ROUND_LIMIT";
868
- /** en: Team Scoring */
869
- readonly TeamScoring: "#TEAM_SCORING";
870
- /** en: Team Tiebreaker */
871
- readonly TeamTiebreaker: "#TEAM_TIEBREAKER";
872
- /** en: Team Count */
873
- readonly TeamCount: "#TEAM_COUNT";
874
- /** en: Team Limit */
875
- readonly TeamLimit: "#TEAM_LIMIT";
876
- /** en: Qualified */
877
- readonly Qualified: "#QUALIFIED";
878
- /** en: Disqualified */
879
- readonly Disqualified: "#DISQUALIFIED";
880
- /** en: Ranking */
881
- readonly Ranking: "#RANKING";
882
- /** en: Score */
883
- readonly Score: "#SCORE";
884
- /** en: Owner */
885
- readonly Owner: "#OWNER";
886
- /** en: Admin */
887
- readonly Admin: "#ADMIN";
888
- /** en: Moderator */
889
- readonly Moderator: "#MODERATOR";
890
- /** en: Reviewer */
891
- readonly Reviewer: "#REVIEWER";
892
- /** en: Banned */
893
- readonly Banned: "#BANNED";
894
- /** en: Player */
895
- readonly Player: "#PLAYER";
896
- /** en: Spectator */
897
- readonly Spectator: "#SPECTATOR";
898
- /** en: Referee */
899
- readonly Referee: "#REFEREE";
900
- /** en: Eliminated */
901
- readonly Eliminated: "#ELIMINATED";
902
- /** en: Finalist */
903
- readonly Finalist: "#FINALIST";
904
- /** en: Finished */
905
- readonly Finished: "#FINISHED";
906
- /** en: Winner */
907
- readonly Winner: "#WINNER";
908
- /** en: Gold Medal */
909
- readonly GoldMedal: "#GOLD_MEDAL";
910
- /** en: Silver Medal */
911
- readonly SilverMedal: "#SILVER_MEDAL";
912
- /** en: Bronze Medal */
913
- readonly BronzeMedal: "#BRONZE_MEDAL";
914
- /** en: Team 1 */
915
- readonly Team1: "#TEAM_1";
916
- /** en: Team 2 */
917
- readonly Team2: "#TEAM_2";
918
- /** en: Team 3 */
919
- readonly Team3: "#TEAM_3";
920
- /** en: Team 4 */
921
- readonly Team4: "#TEAM_4";
922
- /** en: Team 5 */
923
- readonly Team5: "#TEAM_5";
924
- /** en: Team 6 */
925
- readonly Team6: "#TEAM_6";
926
- /** en: Team 7 */
927
- readonly Team7: "#TEAM_7";
928
- /** en: Team 8 */
929
- readonly Team8: "#TEAM_8";
930
- /** en: Team Red */
931
- readonly TeamRed: "#TEAM_RED";
932
- /** en: Team Green */
933
- readonly TeamGreen: "#TEAM_GREEN";
934
- /** en: Team Blue */
935
- readonly TeamBlue: "#TEAM_BLUE";
936
- /** en: Team Yellow */
937
- readonly TeamYellow: "#TEAM_YELLOW";
938
- /** en: Team Purple */
939
- readonly TeamPurple: "#TEAM_PURPLE";
940
- /** en: Team Cyan */
941
- readonly TeamCyan: "#TEAM_CYAN";
942
- /** en: Team White */
943
- readonly TeamWhite: "#TEAM_WHITE";
944
- /** en: Team Black */
945
- readonly TeamBlack: "#TEAM_BLACK";
946
- /** en: Add */
947
- readonly Add: "#ADD";
948
- /** en: Added */
949
- readonly Added: "#ADDED";
950
- /** en: Create */
951
- readonly Create: "#CREATE";
952
- /** en: Created */
953
- readonly Created: "#CREATED";
954
- /** en: Reply */
955
- readonly Reply: "#REPLY";
956
- /** en: Replied */
957
- readonly Replied: "#REPLIED";
958
- /** en: Review */
959
- readonly Review: "#REVIEW";
960
- /** en: Reviewing */
961
- readonly Reviewing: "#REVIEWING";
962
- /** en: Reviewed */
963
- readonly Reviewed: "#REVIEWED";
964
- /** en: Verify */
965
- readonly Verify: "#VERIFY";
966
- /** en: Verifying */
967
- readonly Verifying: "#VERIFYING";
968
- /** en: Verified */
969
- readonly Verified: "#VERIFIED";
970
- /** en: Upload */
971
- readonly Upload: "#UPLOAD";
972
- /** en: Uploading */
973
- readonly Uploading: "#UPLOADING";
974
- /** en: Uploaded */
975
- readonly Uploaded: "#UPLOADED";
976
- /** en: Submit */
977
- readonly Submit: "#SUBMIT";
978
- /** en: Submitting */
979
- readonly Submitting: "#SUBMITTING";
980
- /** en: Submitted */
981
- readonly Submitted: "#SUBMITTED";
982
- /** en: Edit */
983
- readonly Edit: "#EDIT";
984
- /** en: Editing */
985
- readonly Editing: "#EDITING";
986
- /** en: Edited */
987
- readonly Edited: "#EDITED";
988
- /** en: Like */
989
- readonly Like: "#LIKE";
990
- /** en: Liked */
991
- readonly Liked: "#LIKED";
992
- /** en: Dislike */
993
- readonly Dislike: "#DISLIKE";
994
- /** en: Disliked */
995
- readonly Disliked: "#DISLIKED";
996
- /** en: Bookmark */
997
- readonly Bookmark: "#BOOKMARK";
998
- /** en: Bookmarked */
999
- readonly Bookmarked: "#BOOKMARKED";
1000
- /** en: Delete */
1001
- readonly Delete: "#DELETE";
1002
- /** en: Deleting */
1003
- readonly Deleting: "#DELETING";
1004
- /** en: Deleted */
1005
- readonly Deleted: "#DELETED";
1006
- /** en: Remove */
1007
- readonly Remove: "#REMOVE";
1008
- /** en: Removing */
1009
- readonly Removing: "#REMOVING";
1010
- /** en: Removed */
1011
- readonly Removed: "#REMOVED";
1012
- /** en: Restore */
1013
- readonly Restore: "#RESTORE";
1014
- /** en: Restoring */
1015
- readonly Restoring: "#RESTORING";
1016
- /** en: Restored */
1017
- readonly Restored: "#RESTORED";
1018
- /** en: Confirm */
1019
- readonly Confirm: "#CONFIRM";
1020
- /** en: Confirmed */
1021
- readonly Confirmed: "#CONFIRMED";
1022
- /** en: Cancel */
1023
- readonly Cancel: "#CANCEL";
1024
- /** en: Canceled */
1025
- readonly Canceled: "#CANCELED";
1026
- /** en: Increase */
1027
- readonly Increase: "#INCREASE";
1028
- /** en: Decrease */
1029
- readonly Decrease: "#DECREASE";
1030
- /** en: Upvote */
1031
- readonly Upvote: "#UPVOTE";
1032
- /** en: Upvoted */
1033
- readonly Upvoted: "#UPVOTED";
1034
- /** en: Downvote */
1035
- readonly Downvote: "#DOWNVOTE";
1036
- /** en: Downvoted */
1037
- readonly Downvoted: "#DOWNVOTED";
1038
- /** en: Agree */
1039
- readonly Agree: "#AGREE";
1040
- /** en: Agreed */
1041
- readonly Agreed: "#AGREED";
1042
- /** en: Disagree */
1043
- readonly Disagree: "#DISAGREE";
1044
- /** en: Disagreed */
1045
- readonly Disagreed: "#DISAGREED";
1046
- /** en: Lock */
1047
- readonly Lock: "#LOCK";
1048
- /** en: Locked */
1049
- readonly Locked: "#LOCKED";
1050
- /** en: Unlock */
1051
- readonly Unlock: "#UNLOCK";
1052
- /** en: Unlocked */
1053
- readonly Unlocked: "#UNLOCKED";
1054
- /** en: Pin */
1055
- readonly Pin: "#PIN";
1056
- /** en: Pinned */
1057
- readonly Pinned: "#PINNED";
1058
- /** en: Unpin */
1059
- readonly Unpin: "#UNPIN";
1060
- /** en: Unpinned */
1061
- readonly Unpinned: "#UNPINNED";
1062
- /** en: Follow */
1063
- readonly Follow: "#FOLLOW";
1064
- /** en: Following */
1065
- readonly Following: "#FOLLOWING";
1066
- /** en: Followed */
1067
- readonly Followed: "#FOLLOWED";
1068
- /** en: Unfollow */
1069
- readonly Unfollow: "#UNFOLLOW";
1070
- /** en: Subscribe */
1071
- readonly Subscribe: "#SUBSCRIBE";
1072
- /** en: Subscribing */
1073
- readonly Subscribing: "#SUBSCRIBING";
1074
- /** en: Subscribed */
1075
- readonly Subscribed: "#SUBSCRIBED";
1076
- /** en: Unsubscribe */
1077
- readonly Unsubscribe: "#UNSUBSCRIBE";
1078
- /** en: Publish */
1079
- readonly Publish: "#PUBLISH";
1080
- /** en: Publishing */
1081
- readonly Publishing: "#PUBLISHING";
1082
- /** en: Published */
1083
- readonly Published: "#PUBLISHED";
1084
- /** en: Unpublish */
1085
- readonly Unpublish: "#UNPUBLISH";
1086
- /** en: Show */
1087
- readonly Show: "#SHOW";
1088
- /** en: Hide */
1089
- readonly Hide: "#HIDE";
1090
- /** en: Allow */
1091
- readonly Allow: "#ALLOW";
1092
- /** en: Allowed */
1093
- readonly Allowed: "#ALLOWED";
1094
- /** en: Disallow */
1095
- readonly Disallow: "#DISALLOW";
1096
- /** en: Disallowed */
1097
- readonly Disallowed: "#DISALLOWED";
1098
- /** en: Approve */
1099
- readonly Approve: "#APPROVE";
1100
- /** en: Approved */
1101
- readonly Approved: "#APPROVED";
1102
- /** en: Deny */
1103
- readonly Deny: "#DENY";
1104
- /** en: Denied */
1105
- readonly Denied: "#DENIED";
1106
- /** en: Accept */
1107
- readonly Accept: "#ACCEPT";
1108
- /** en: Accepted */
1109
- readonly Accepted: "#ACCEPTED";
1110
- /** en: Reject */
1111
- readonly Reject: "#REJECT";
1112
- /** en: Rejected */
1113
- readonly Rejected: "#REJECTED";
1114
- /** en: Star */
1115
- readonly Star: "#STAR";
1116
- /** en: Starred */
1117
- readonly Starred: "#STARRED";
1118
- };
1119
- export type Text = (typeof Text)[keyof typeof Text];