@betorigami/games 0.7.22 → 0.7.24

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 (3) hide show
  1. package/dist/index.d.ts +3143 -280
  2. package/dist/index.mjs +1079 -1209
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -41,211 +41,416 @@ declare class OrigamiElement extends LitElement {
41
41
  emit<T extends string & keyof EventTypesWithoutRequiredDetail>(name: EventTypeDoesNotRequireDetail<T>, options?: SlEventInit<T> | undefined): GetCustomEventType<T>;
42
42
  emit<T extends string & keyof EventTypesWithRequiredDetail>(name: EventTypeRequiresDetail<T>, options: SlEventInit<T>): GetCustomEventType<T>;
43
43
  }
44
- export type Language = "en" | "es";
44
+ export type Language = "ar" | "de" | "en" | "es" | "fi" | "fr" | "hi" | "id" | "ja" | "ko" | "pl" | "pt" | "ru" | "tr" | "vi" | "zh";
45
45
  export type TranslationKey = keyof typeof enTranslations | `${keyof typeof enTranslations}.${string}` | `${keyof typeof enTranslations}.${string}.${string}`;
46
46
  export declare const translations: {
47
- readonly en: {
47
+ readonly ar: {
48
+ accessibility: {
49
+ betPlacedAnnouncement: string;
50
+ gameInProgress: string;
51
+ languageChanged: string;
52
+ };
53
+ alerts: {
54
+ autobetStarted: string;
55
+ autobetStopped: string;
56
+ betAmountAboveMaxBet: string;
57
+ betAmountBelowMinBet: string;
58
+ betCancelled: string;
59
+ betDetailsCopied: string;
60
+ betPlaced: string;
61
+ connectionError: string;
62
+ errorProcessingBet: string;
63
+ failedToLoadBetData: string;
64
+ failedToShareBetDetails: string;
65
+ gameError: string;
66
+ insufficientBalance: string;
67
+ notEnoughBalance: string;
68
+ };
69
+ autobet: {
70
+ baseAmount: string;
71
+ decrease: string;
72
+ games: string;
73
+ games10: string;
74
+ games100: string;
75
+ games25: string;
76
+ games5: string;
77
+ games50: string;
78
+ increase: string;
79
+ infinite: string;
80
+ numberOfBets: string;
81
+ onLoss: string;
82
+ onWin: string;
83
+ reset: string;
84
+ startAutobet: string;
85
+ stopAutobet: string;
86
+ stopOnLoss: string;
87
+ stopOnProfit: string;
88
+ stopOnWin: string;
89
+ title: string;
90
+ };
48
91
  common: {
92
+ amount: string;
93
+ animation: string;
94
+ auto: string;
95
+ back: string;
96
+ balance: string;
49
97
  bet: string;
98
+ betAmount: string;
50
99
  cancel: string;
51
- confirm: string;
100
+ cashOut: string;
101
+ change: string;
102
+ classic: string;
52
103
  close: string;
53
- loading: string;
104
+ closeAlert: string;
105
+ closeDialog: string;
106
+ confirm: string;
107
+ copy: string;
54
108
  error: string;
55
- success: string;
56
- back: string;
57
- next: string;
58
- previous: string;
59
- start: string;
60
- stop: string;
61
- auto: string;
62
- manual: string;
63
- amount: string;
64
- balance: string;
65
- win: string;
109
+ fairness: string;
110
+ footerNavigation: string;
111
+ high: string;
112
+ history: string;
113
+ hotkeys: string;
114
+ id: string;
115
+ instantBet: string;
116
+ loading: string;
117
+ loadMore: string;
118
+ lobby: string;
66
119
  loss: string;
67
- profit: string;
68
- payout: string;
120
+ low: string;
121
+ manual: string;
122
+ medium: string;
69
123
  multiplier: string;
124
+ next: string;
70
125
  odds: string;
71
- history: string;
72
- provablyFair: string;
73
- lobby: string;
74
- fairness: string;
75
- settings: string;
126
+ payout: string;
76
127
  placeBet: string;
128
+ previous: string;
129
+ profit: string;
77
130
  profitOnWin: string;
78
- targetMultiplier: string;
79
- winChance: string;
80
- cashOut: string;
81
- change: string;
82
- copy: string;
83
- volume: string;
84
- instantBet: string;
85
- hotkeys: string;
86
- animation: string;
131
+ provablyFair: string;
132
+ rangeSlider: string;
87
133
  risk: string;
88
- classic: string;
89
- low: string;
90
- medium: string;
91
- high: string;
92
- closeDialog: string;
93
- closeAlert: string;
94
- toggleHotkeys: string;
95
- siteInformation: string;
96
- footerNavigation: string;
97
- viewFairnessInformation: string;
134
+ settings: string;
98
135
  share: string;
99
- id: string;
100
- timestamp: string;
136
+ siteInformation: string;
101
137
  space: string;
102
- betAmount: string;
103
- loadMore: string;
138
+ start: string;
139
+ stop: string;
140
+ success: string;
141
+ targetMultiplier: string;
104
142
  thisFieldIsRequired: string;
143
+ timestamp: string;
144
+ toggleHotkeys: string;
105
145
  toggleSwitch: string;
106
- rangeSlider: string;
146
+ viewFairnessInformation: string;
147
+ volume: string;
148
+ win: string;
149
+ winChance: string;
150
+ };
151
+ errors: {
152
+ connection: string;
153
+ dice: {
154
+ multiplierRange: string;
155
+ winChanceRange: string;
156
+ };
157
+ game: string;
158
+ insufficientBalance: string;
159
+ limbo: {
160
+ multiplierRange: string;
161
+ winChanceRange: string;
162
+ };
163
+ };
164
+ fairness: {
165
+ activeClientSeed: string;
166
+ enterClientSeed: string;
167
+ enterProof: string;
168
+ enterPublicKey: string;
169
+ enterRandomness: string;
170
+ enterRequest: string;
171
+ invalidGame: string;
172
+ noBettingHistory: string;
173
+ outcomeCalculationInfo: string;
174
+ outcomeNotVerified: string;
175
+ outcomeVerified: string;
176
+ pendingInputs: string;
177
+ proof: string;
178
+ provableFairnessUnverified: string;
179
+ provableFairnessVerified: string;
180
+ publicKey: string;
181
+ randomness: string;
182
+ request: string;
183
+ saveClientSeed: string;
184
+ verified: string;
185
+ verifyOutcome: string;
186
+ viewOutcome: string;
107
187
  };
108
188
  games: {
109
189
  dice: {
110
- title: string;
190
+ result: string;
191
+ roll: string;
111
192
  rollOver: string;
112
193
  rollUnder: string;
113
194
  target: string;
114
- roll: string;
115
- result: string;
195
+ title: string;
116
196
  };
117
197
  keno: {
118
- title: string;
119
- selectNumbers: string;
198
+ autoPick: string;
199
+ clearTable: string;
120
200
  draw: string;
121
- numbers: string;
122
201
  hits: string;
202
+ kenoGameGrid: string;
203
+ kenoNumber: string;
204
+ numbers: string;
123
205
  pick: string;
124
- autoPick: string;
125
- clearTable: string;
126
206
  select1to10Tiles: string;
127
- kenoNumber: string;
128
- kenoGameGrid: string;
129
- selectTileToAutobet: string;
130
207
  selectAtLeastOneTile: string;
208
+ selectNumbers: string;
209
+ selectTileToAutobet: string;
210
+ title: string;
131
211
  };
132
212
  limbo: {
133
- title: string;
134
- target: string;
135
- crashed: string;
136
213
  cashout: string;
214
+ crashed: string;
215
+ target: string;
137
216
  targetMultiplier: string;
217
+ title: string;
138
218
  };
139
219
  mines: {
140
- title: string;
141
- mines: string;
220
+ cashout: string;
221
+ gem: string;
142
222
  gems: string;
223
+ mine: string;
224
+ mines: string;
225
+ nextGem: string;
143
226
  reveal: string;
144
- cashout: string;
145
227
  selectRandomTile: string;
146
- nextGem: string;
147
- mine: string;
148
- gem: string;
228
+ selectTileToAutobet: string;
149
229
  tile: string;
230
+ title: string;
150
231
  unrevealed: string;
151
- selectTileToAutobet: string;
152
232
  };
153
233
  };
154
- autobet: {
155
- title: string;
156
- numberOfBets: string;
157
- onWin: string;
158
- onLoss: string;
159
- stopOnWin: string;
160
- stopOnLoss: string;
161
- stopOnProfit: string;
162
- increase: string;
163
- decrease: string;
164
- reset: string;
165
- baseAmount: string;
166
- games5: string;
167
- games10: string;
168
- games25: string;
169
- games50: string;
170
- games100: string;
171
- infinite: string;
172
- startAutobet: string;
173
- stopAutobet: string;
174
- games: string;
175
- };
176
234
  modals: {
177
235
  betResult: string;
178
236
  fairnessAndHistory: string;
179
237
  gameArea: string;
180
238
  gameControls: string;
181
239
  };
240
+ outcomes: {
241
+ draw: string;
242
+ loss: string;
243
+ win: string;
244
+ };
245
+ share: {
246
+ betResultText: string;
247
+ betResultTitle: string;
248
+ };
249
+ };
250
+ readonly de: {
251
+ accessibility: {
252
+ betPlacedAnnouncement: string;
253
+ gameInProgress: string;
254
+ languageChanged: string;
255
+ };
182
256
  alerts: {
183
- betPlaced: string;
257
+ autobetStarted: string;
258
+ autobetStopped: string;
259
+ betAmountAboveMaxBet: string;
260
+ betAmountBelowMinBet: string;
184
261
  betCancelled: string;
185
- insufficientBalance: string;
262
+ betDetailsCopied: string;
263
+ betPlaced: string;
186
264
  connectionError: string;
187
- gameError: string;
265
+ errorProcessingBet: string;
188
266
  failedToLoadBetData: string;
189
- betDetailsCopied: string;
190
267
  failedToShareBetDetails: string;
191
- notEnoughBalance: string;
192
- errorProcessingBet: string;
193
- autobetStopped: string;
194
- autobetStarted: string;
268
+ gameError: string;
269
+ insufficientBalance: string;
270
+ notEnoughBalance: string;
271
+ };
272
+ autobet: {
273
+ baseAmount: string;
274
+ decrease: string;
275
+ games: string;
276
+ games10: string;
277
+ games100: string;
278
+ games25: string;
279
+ games5: string;
280
+ games50: string;
281
+ increase: string;
282
+ infinite: string;
283
+ numberOfBets: string;
284
+ onLoss: string;
285
+ onWin: string;
286
+ reset: string;
287
+ startAutobet: string;
288
+ stopAutobet: string;
289
+ stopOnLoss: string;
290
+ stopOnProfit: string;
291
+ stopOnWin: string;
292
+ title: string;
293
+ };
294
+ common: {
295
+ amount: string;
296
+ animation: string;
297
+ auto: string;
298
+ back: string;
299
+ balance: string;
300
+ bet: string;
301
+ betAmount: string;
302
+ cancel: string;
303
+ cashOut: string;
304
+ change: string;
305
+ classic: string;
306
+ close: string;
307
+ closeAlert: string;
308
+ closeDialog: string;
309
+ confirm: string;
310
+ copy: string;
311
+ error: string;
312
+ fairness: string;
313
+ footerNavigation: string;
314
+ high: string;
315
+ history: string;
316
+ hotkeys: string;
317
+ id: string;
318
+ instantBet: string;
319
+ loading: string;
320
+ loadMore: string;
321
+ lobby: string;
322
+ loss: string;
323
+ low: string;
324
+ manual: string;
325
+ medium: string;
326
+ multiplier: string;
327
+ next: string;
328
+ odds: string;
329
+ payout: string;
330
+ placeBet: string;
331
+ previous: string;
332
+ profit: string;
333
+ profitOnWin: string;
334
+ provablyFair: string;
335
+ rangeSlider: string;
336
+ risk: string;
337
+ settings: string;
338
+ share: string;
339
+ siteInformation: string;
340
+ space: string;
341
+ start: string;
342
+ stop: string;
343
+ success: string;
344
+ targetMultiplier: string;
345
+ thisFieldIsRequired: string;
346
+ timestamp: string;
347
+ toggleHotkeys: string;
348
+ toggleSwitch: string;
349
+ viewFairnessInformation: string;
350
+ volume: string;
351
+ win: string;
352
+ winChance: string;
353
+ };
354
+ errors: {
355
+ connection: string;
356
+ dice: {
357
+ multiplierRange: string;
358
+ winChanceRange: string;
359
+ };
360
+ game: string;
361
+ insufficientBalance: string;
362
+ limbo: {
363
+ multiplierRange: string;
364
+ winChanceRange: string;
365
+ };
195
366
  };
196
367
  fairness: {
197
368
  activeClientSeed: string;
198
369
  enterClientSeed: string;
199
- saveClientSeed: string;
200
- publicKey: string;
201
- request: string;
202
- proof: string;
203
- randomness: string;
204
- noBettingHistory: string;
205
- verifyOutcome: string;
206
- enterPublicKey: string;
207
- enterRequest: string;
208
370
  enterProof: string;
371
+ enterPublicKey: string;
209
372
  enterRandomness: string;
373
+ enterRequest: string;
374
+ invalidGame: string;
375
+ noBettingHistory: string;
210
376
  outcomeCalculationInfo: string;
377
+ outcomeNotVerified: string;
378
+ outcomeVerified: string;
211
379
  pendingInputs: string;
212
- provableFairnessVerified: string;
380
+ proof: string;
213
381
  provableFairnessUnverified: string;
214
- viewOutcome: string;
215
- invalidGame: string;
216
- outcomeVerified: string;
217
- outcomeNotVerified: string;
382
+ provableFairnessVerified: string;
383
+ publicKey: string;
384
+ randomness: string;
385
+ request: string;
386
+ saveClientSeed: string;
218
387
  verified: string;
388
+ verifyOutcome: string;
389
+ viewOutcome: string;
390
+ };
391
+ games: {
392
+ dice: {
393
+ result: string;
394
+ roll: string;
395
+ rollOver: string;
396
+ rollUnder: string;
397
+ target: string;
398
+ title: string;
399
+ };
400
+ keno: {
401
+ autoPick: string;
402
+ clearTable: string;
403
+ draw: string;
404
+ hits: string;
405
+ kenoGameGrid: string;
406
+ kenoNumber: string;
407
+ numbers: string;
408
+ pick: string;
409
+ select1to10Tiles: string;
410
+ selectAtLeastOneTile: string;
411
+ selectNumbers: string;
412
+ selectTileToAutobet: string;
413
+ title: string;
414
+ };
415
+ limbo: {
416
+ cashout: string;
417
+ crashed: string;
418
+ target: string;
419
+ targetMultiplier: string;
420
+ title: string;
421
+ };
422
+ mines: {
423
+ cashout: string;
424
+ gem: string;
425
+ gems: string;
426
+ mine: string;
427
+ mines: string;
428
+ nextGem: string;
429
+ reveal: string;
430
+ selectRandomTile: string;
431
+ selectTileToAutobet: string;
432
+ tile: string;
433
+ title: string;
434
+ unrevealed: string;
435
+ };
436
+ };
437
+ modals: {
438
+ betResult: string;
439
+ fairnessAndHistory: string;
440
+ gameArea: string;
441
+ gameControls: string;
219
442
  };
220
443
  outcomes: {
221
444
  draw: string;
222
- win: string;
223
445
  loss: string;
446
+ win: string;
224
447
  };
225
448
  share: {
226
- betResultTitle: string;
227
449
  betResultText: string;
228
- };
229
- errors: {
230
- dice: {
231
- multiplierRange: string;
232
- winChanceRange: string;
233
- };
234
- limbo: {
235
- multiplierRange: string;
236
- winChanceRange: string;
237
- };
238
- insufficientBalance: string;
239
- connection: string;
240
- game: string;
241
- };
242
- accessibility: {
243
- gameInProgress: string;
244
- betPlacedAnnouncement: string;
245
- languageChanged: string;
450
+ betResultTitle: string;
246
451
  };
247
452
  };
248
- readonly es: {
453
+ readonly en: {
249
454
  common: {
250
455
  bet: string;
251
456
  cancel: string;
@@ -263,189 +468,2842 @@ export declare const translations: {
263
468
  manual: string;
264
469
  amount: string;
265
470
  balance: string;
266
- win: string;
267
- loss: string;
268
- profit: string;
269
- payout: string;
270
- multiplier: string;
271
- odds: string;
272
- history: string;
273
- provablyFair: string;
274
- lobby: string;
275
- fairness: string;
276
- settings: string;
277
- placeBet: string;
278
- profitOnWin: string;
279
- targetMultiplier: string;
280
- winChance: string;
471
+ win: string;
472
+ loss: string;
473
+ profit: string;
474
+ payout: string;
475
+ multiplier: string;
476
+ odds: string;
477
+ history: string;
478
+ provablyFair: string;
479
+ lobby: string;
480
+ fairness: string;
481
+ settings: string;
482
+ placeBet: string;
483
+ profitOnWin: string;
484
+ targetMultiplier: string;
485
+ winChance: string;
486
+ cashOut: string;
487
+ change: string;
488
+ copy: string;
489
+ volume: string;
490
+ instantBet: string;
491
+ hotkeys: string;
492
+ animation: string;
493
+ risk: string;
494
+ classic: string;
495
+ low: string;
496
+ medium: string;
497
+ high: string;
498
+ closeDialog: string;
499
+ closeAlert: string;
500
+ toggleHotkeys: string;
501
+ siteInformation: string;
502
+ footerNavigation: string;
503
+ viewFairnessInformation: string;
504
+ share: string;
505
+ id: string;
506
+ timestamp: string;
507
+ space: string;
508
+ betAmount: string;
509
+ loadMore: string;
510
+ thisFieldIsRequired: string;
511
+ toggleSwitch: string;
512
+ rangeSlider: string;
513
+ };
514
+ games: {
515
+ dice: {
516
+ title: string;
517
+ rollOver: string;
518
+ rollUnder: string;
519
+ target: string;
520
+ roll: string;
521
+ result: string;
522
+ };
523
+ keno: {
524
+ title: string;
525
+ selectNumbers: string;
526
+ draw: string;
527
+ numbers: string;
528
+ hits: string;
529
+ pick: string;
530
+ autoPick: string;
531
+ clearTable: string;
532
+ select1to10Tiles: string;
533
+ kenoNumber: string;
534
+ kenoGameGrid: string;
535
+ selectTileToAutobet: string;
536
+ selectAtLeastOneTile: string;
537
+ };
538
+ limbo: {
539
+ title: string;
540
+ target: string;
541
+ crashed: string;
542
+ cashout: string;
543
+ targetMultiplier: string;
544
+ };
545
+ mines: {
546
+ title: string;
547
+ mines: string;
548
+ gems: string;
549
+ reveal: string;
550
+ cashout: string;
551
+ selectRandomTile: string;
552
+ nextGem: string;
553
+ mine: string;
554
+ gem: string;
555
+ tile: string;
556
+ unrevealed: string;
557
+ selectTileToAutobet: string;
558
+ };
559
+ };
560
+ autobet: {
561
+ title: string;
562
+ numberOfBets: string;
563
+ onWin: string;
564
+ onLoss: string;
565
+ stopOnWin: string;
566
+ stopOnLoss: string;
567
+ stopOnProfit: string;
568
+ increase: string;
569
+ decrease: string;
570
+ reset: string;
571
+ baseAmount: string;
572
+ games5: string;
573
+ games10: string;
574
+ games25: string;
575
+ games50: string;
576
+ games100: string;
577
+ infinite: string;
578
+ startAutobet: string;
579
+ stopAutobet: string;
580
+ games: string;
581
+ };
582
+ modals: {
583
+ betResult: string;
584
+ fairnessAndHistory: string;
585
+ gameArea: string;
586
+ gameControls: string;
587
+ };
588
+ alerts: {
589
+ betPlaced: string;
590
+ betCancelled: string;
591
+ insufficientBalance: string;
592
+ connectionError: string;
593
+ gameError: string;
594
+ failedToLoadBetData: string;
595
+ betDetailsCopied: string;
596
+ failedToShareBetDetails: string;
597
+ notEnoughBalance: string;
598
+ errorProcessingBet: string;
599
+ autobetStopped: string;
600
+ autobetStarted: string;
601
+ betAmountBelowMinBet: string;
602
+ betAmountAboveMaxBet: string;
603
+ };
604
+ fairness: {
605
+ activeClientSeed: string;
606
+ enterClientSeed: string;
607
+ saveClientSeed: string;
608
+ publicKey: string;
609
+ request: string;
610
+ proof: string;
611
+ randomness: string;
612
+ noBettingHistory: string;
613
+ verifyOutcome: string;
614
+ enterPublicKey: string;
615
+ enterRequest: string;
616
+ enterProof: string;
617
+ enterRandomness: string;
618
+ outcomeCalculationInfo: string;
619
+ pendingInputs: string;
620
+ provableFairnessVerified: string;
621
+ provableFairnessUnverified: string;
622
+ viewOutcome: string;
623
+ invalidGame: string;
624
+ outcomeVerified: string;
625
+ outcomeNotVerified: string;
626
+ verified: string;
627
+ };
628
+ outcomes: {
629
+ draw: string;
630
+ win: string;
631
+ loss: string;
632
+ };
633
+ share: {
634
+ betResultTitle: string;
635
+ betResultText: string;
636
+ };
637
+ errors: {
638
+ dice: {
639
+ multiplierRange: string;
640
+ winChanceRange: string;
641
+ };
642
+ limbo: {
643
+ multiplierRange: string;
644
+ winChanceRange: string;
645
+ };
646
+ insufficientBalance: string;
647
+ connection: string;
648
+ game: string;
649
+ };
650
+ accessibility: {
651
+ gameInProgress: string;
652
+ betPlacedAnnouncement: string;
653
+ languageChanged: string;
654
+ };
655
+ };
656
+ readonly es: {
657
+ accessibility: {
658
+ betPlacedAnnouncement: string;
659
+ gameInProgress: string;
660
+ languageChanged: string;
661
+ };
662
+ alerts: {
663
+ autobetStarted: string;
664
+ autobetStopped: string;
665
+ betAmountAboveMaxBet: string;
666
+ betAmountBelowMinBet: string;
667
+ betCancelled: string;
668
+ betDetailsCopied: string;
669
+ betPlaced: string;
670
+ connectionError: string;
671
+ errorProcessingBet: string;
672
+ failedToLoadBetData: string;
673
+ failedToShareBetDetails: string;
674
+ gameError: string;
675
+ insufficientBalance: string;
676
+ notEnoughBalance: string;
677
+ };
678
+ autobet: {
679
+ baseAmount: string;
680
+ decrease: string;
681
+ games: string;
682
+ games10: string;
683
+ games100: string;
684
+ games25: string;
685
+ games5: string;
686
+ games50: string;
687
+ increase: string;
688
+ infinite: string;
689
+ numberOfBets: string;
690
+ onLoss: string;
691
+ onWin: string;
692
+ reset: string;
693
+ startAutobet: string;
694
+ stopAutobet: string;
695
+ stopOnLoss: string;
696
+ stopOnProfit: string;
697
+ stopOnWin: string;
698
+ title: string;
699
+ };
700
+ common: {
701
+ amount: string;
702
+ animation: string;
703
+ auto: string;
704
+ back: string;
705
+ balance: string;
706
+ bet: string;
707
+ betAmount: string;
708
+ cancel: string;
709
+ cashOut: string;
710
+ change: string;
711
+ classic: string;
712
+ close: string;
713
+ closeAlert: string;
714
+ closeDialog: string;
715
+ confirm: string;
716
+ copy: string;
717
+ error: string;
718
+ fairness: string;
719
+ footerNavigation: string;
720
+ high: string;
721
+ history: string;
722
+ hotkeys: string;
723
+ id: string;
724
+ instantBet: string;
725
+ loading: string;
726
+ loadMore: string;
727
+ lobby: string;
728
+ loss: string;
729
+ low: string;
730
+ manual: string;
731
+ medium: string;
732
+ multiplier: string;
733
+ next: string;
734
+ odds: string;
735
+ payout: string;
736
+ placeBet: string;
737
+ previous: string;
738
+ profit: string;
739
+ profitOnWin: string;
740
+ provablyFair: string;
741
+ rangeSlider: string;
742
+ risk: string;
743
+ settings: string;
744
+ share: string;
745
+ siteInformation: string;
746
+ space: string;
747
+ start: string;
748
+ stop: string;
749
+ success: string;
750
+ targetMultiplier: string;
751
+ thisFieldIsRequired: string;
752
+ timestamp: string;
753
+ toggleHotkeys: string;
754
+ toggleSwitch: string;
755
+ viewFairnessInformation: string;
756
+ volume: string;
757
+ win: string;
758
+ winChance: string;
759
+ };
760
+ errors: {
761
+ connection: string;
762
+ dice: {
763
+ multiplierRange: string;
764
+ winChanceRange: string;
765
+ };
766
+ game: string;
767
+ insufficientBalance: string;
768
+ limbo: {
769
+ multiplierRange: string;
770
+ winChanceRange: string;
771
+ };
772
+ };
773
+ fairness: {
774
+ activeClientSeed: string;
775
+ enterClientSeed: string;
776
+ enterProof: string;
777
+ enterPublicKey: string;
778
+ enterRandomness: string;
779
+ enterRequest: string;
780
+ invalidGame: string;
781
+ noBettingHistory: string;
782
+ outcomeCalculationInfo: string;
783
+ outcomeNotVerified: string;
784
+ outcomeVerified: string;
785
+ pendingInputs: string;
786
+ proof: string;
787
+ provableFairnessUnverified: string;
788
+ provableFairnessVerified: string;
789
+ publicKey: string;
790
+ randomness: string;
791
+ request: string;
792
+ saveClientSeed: string;
793
+ verified: string;
794
+ verifyOutcome: string;
795
+ viewOutcome: string;
796
+ };
797
+ games: {
798
+ dice: {
799
+ result: string;
800
+ roll: string;
801
+ rollOver: string;
802
+ rollUnder: string;
803
+ target: string;
804
+ title: string;
805
+ };
806
+ keno: {
807
+ autoPick: string;
808
+ clearTable: string;
809
+ draw: string;
810
+ hits: string;
811
+ kenoGameGrid: string;
812
+ kenoNumber: string;
813
+ numbers: string;
814
+ pick: string;
815
+ select1to10Tiles: string;
816
+ selectAtLeastOneTile: string;
817
+ selectNumbers: string;
818
+ selectTileToAutobet: string;
819
+ title: string;
820
+ };
821
+ limbo: {
822
+ cashout: string;
823
+ crashed: string;
824
+ target: string;
825
+ targetMultiplier: string;
826
+ title: string;
827
+ };
828
+ mines: {
829
+ cashout: string;
830
+ gem: string;
831
+ gems: string;
832
+ mine: string;
833
+ mines: string;
834
+ nextGem: string;
835
+ reveal: string;
836
+ selectRandomTile: string;
837
+ selectTileToAutobet: string;
838
+ tile: string;
839
+ title: string;
840
+ unrevealed: string;
841
+ };
842
+ };
843
+ modals: {
844
+ betResult: string;
845
+ fairnessAndHistory: string;
846
+ gameArea: string;
847
+ gameControls: string;
848
+ };
849
+ outcomes: {
850
+ draw: string;
851
+ loss: string;
852
+ win: string;
853
+ };
854
+ share: {
855
+ betResultText: string;
856
+ betResultTitle: string;
857
+ };
858
+ };
859
+ readonly fi: {
860
+ accessibility: {
861
+ betPlacedAnnouncement: string;
862
+ gameInProgress: string;
863
+ languageChanged: string;
864
+ };
865
+ alerts: {
866
+ autobetStarted: string;
867
+ autobetStopped: string;
868
+ betAmountAboveMaxBet: string;
869
+ betAmountBelowMinBet: string;
870
+ betCancelled: string;
871
+ betDetailsCopied: string;
872
+ betPlaced: string;
873
+ connectionError: string;
874
+ errorProcessingBet: string;
875
+ failedToLoadBetData: string;
876
+ failedToShareBetDetails: string;
877
+ gameError: string;
878
+ insufficientBalance: string;
879
+ notEnoughBalance: string;
880
+ };
881
+ autobet: {
882
+ baseAmount: string;
883
+ decrease: string;
884
+ games: string;
885
+ games10: string;
886
+ games100: string;
887
+ games25: string;
888
+ games5: string;
889
+ games50: string;
890
+ increase: string;
891
+ infinite: string;
892
+ numberOfBets: string;
893
+ onLoss: string;
894
+ onWin: string;
895
+ reset: string;
896
+ startAutobet: string;
897
+ stopAutobet: string;
898
+ stopOnLoss: string;
899
+ stopOnProfit: string;
900
+ stopOnWin: string;
901
+ title: string;
902
+ };
903
+ common: {
904
+ amount: string;
905
+ animation: string;
906
+ auto: string;
907
+ back: string;
908
+ balance: string;
909
+ bet: string;
910
+ betAmount: string;
911
+ cancel: string;
912
+ cashOut: string;
913
+ change: string;
914
+ classic: string;
915
+ close: string;
916
+ closeAlert: string;
917
+ closeDialog: string;
918
+ confirm: string;
919
+ copy: string;
920
+ error: string;
921
+ fairness: string;
922
+ footerNavigation: string;
923
+ high: string;
924
+ history: string;
925
+ hotkeys: string;
926
+ id: string;
927
+ instantBet: string;
928
+ loading: string;
929
+ loadMore: string;
930
+ lobby: string;
931
+ loss: string;
932
+ low: string;
933
+ manual: string;
934
+ medium: string;
935
+ multiplier: string;
936
+ next: string;
937
+ odds: string;
938
+ payout: string;
939
+ placeBet: string;
940
+ previous: string;
941
+ profit: string;
942
+ profitOnWin: string;
943
+ provablyFair: string;
944
+ rangeSlider: string;
945
+ risk: string;
946
+ settings: string;
947
+ share: string;
948
+ siteInformation: string;
949
+ space: string;
950
+ start: string;
951
+ stop: string;
952
+ success: string;
953
+ targetMultiplier: string;
954
+ thisFieldIsRequired: string;
955
+ timestamp: string;
956
+ toggleHotkeys: string;
957
+ toggleSwitch: string;
958
+ viewFairnessInformation: string;
959
+ volume: string;
960
+ win: string;
961
+ winChance: string;
962
+ };
963
+ errors: {
964
+ connection: string;
965
+ dice: {
966
+ multiplierRange: string;
967
+ winChanceRange: string;
968
+ };
969
+ game: string;
970
+ insufficientBalance: string;
971
+ limbo: {
972
+ multiplierRange: string;
973
+ winChanceRange: string;
974
+ };
975
+ };
976
+ fairness: {
977
+ activeClientSeed: string;
978
+ enterClientSeed: string;
979
+ enterProof: string;
980
+ enterPublicKey: string;
981
+ enterRandomness: string;
982
+ enterRequest: string;
983
+ invalidGame: string;
984
+ noBettingHistory: string;
985
+ outcomeCalculationInfo: string;
986
+ outcomeNotVerified: string;
987
+ outcomeVerified: string;
988
+ pendingInputs: string;
989
+ proof: string;
990
+ provableFairnessUnverified: string;
991
+ provableFairnessVerified: string;
992
+ publicKey: string;
993
+ randomness: string;
994
+ request: string;
995
+ saveClientSeed: string;
996
+ verified: string;
997
+ verifyOutcome: string;
998
+ viewOutcome: string;
999
+ };
1000
+ games: {
1001
+ dice: {
1002
+ result: string;
1003
+ roll: string;
1004
+ rollOver: string;
1005
+ rollUnder: string;
1006
+ target: string;
1007
+ title: string;
1008
+ };
1009
+ keno: {
1010
+ autoPick: string;
1011
+ clearTable: string;
1012
+ draw: string;
1013
+ hits: string;
1014
+ kenoGameGrid: string;
1015
+ kenoNumber: string;
1016
+ numbers: string;
1017
+ pick: string;
1018
+ select1to10Tiles: string;
1019
+ selectAtLeastOneTile: string;
1020
+ selectNumbers: string;
1021
+ selectTileToAutobet: string;
1022
+ title: string;
1023
+ };
1024
+ limbo: {
1025
+ cashout: string;
1026
+ crashed: string;
1027
+ target: string;
1028
+ targetMultiplier: string;
1029
+ title: string;
1030
+ };
1031
+ mines: {
1032
+ cashout: string;
1033
+ gem: string;
1034
+ gems: string;
1035
+ mine: string;
1036
+ mines: string;
1037
+ nextGem: string;
1038
+ reveal: string;
1039
+ selectRandomTile: string;
1040
+ selectTileToAutobet: string;
1041
+ tile: string;
1042
+ title: string;
1043
+ unrevealed: string;
1044
+ };
1045
+ };
1046
+ modals: {
1047
+ betResult: string;
1048
+ fairnessAndHistory: string;
1049
+ gameArea: string;
1050
+ gameControls: string;
1051
+ };
1052
+ outcomes: {
1053
+ draw: string;
1054
+ loss: string;
1055
+ win: string;
1056
+ };
1057
+ share: {
1058
+ betResultText: string;
1059
+ betResultTitle: string;
1060
+ };
1061
+ };
1062
+ readonly fr: {
1063
+ accessibility: {
1064
+ betPlacedAnnouncement: string;
1065
+ gameInProgress: string;
1066
+ languageChanged: string;
1067
+ };
1068
+ alerts: {
1069
+ autobetStarted: string;
1070
+ autobetStopped: string;
1071
+ betAmountAboveMaxBet: string;
1072
+ betAmountBelowMinBet: string;
1073
+ betCancelled: string;
1074
+ betDetailsCopied: string;
1075
+ betPlaced: string;
1076
+ connectionError: string;
1077
+ errorProcessingBet: string;
1078
+ failedToLoadBetData: string;
1079
+ failedToShareBetDetails: string;
1080
+ gameError: string;
1081
+ insufficientBalance: string;
1082
+ notEnoughBalance: string;
1083
+ };
1084
+ autobet: {
1085
+ baseAmount: string;
1086
+ decrease: string;
1087
+ games: string;
1088
+ games10: string;
1089
+ games100: string;
1090
+ games25: string;
1091
+ games5: string;
1092
+ games50: string;
1093
+ increase: string;
1094
+ infinite: string;
1095
+ numberOfBets: string;
1096
+ onLoss: string;
1097
+ onWin: string;
1098
+ reset: string;
1099
+ startAutobet: string;
1100
+ stopAutobet: string;
1101
+ stopOnLoss: string;
1102
+ stopOnProfit: string;
1103
+ stopOnWin: string;
1104
+ title: string;
1105
+ };
1106
+ common: {
1107
+ amount: string;
1108
+ animation: string;
1109
+ auto: string;
1110
+ back: string;
1111
+ balance: string;
1112
+ bet: string;
1113
+ betAmount: string;
1114
+ cancel: string;
1115
+ cashOut: string;
1116
+ change: string;
1117
+ classic: string;
1118
+ close: string;
1119
+ closeAlert: string;
1120
+ closeDialog: string;
1121
+ confirm: string;
1122
+ copy: string;
1123
+ error: string;
1124
+ fairness: string;
1125
+ footerNavigation: string;
1126
+ high: string;
1127
+ history: string;
1128
+ hotkeys: string;
1129
+ id: string;
1130
+ instantBet: string;
1131
+ loading: string;
1132
+ loadMore: string;
1133
+ lobby: string;
1134
+ loss: string;
1135
+ low: string;
1136
+ manual: string;
1137
+ medium: string;
1138
+ multiplier: string;
1139
+ next: string;
1140
+ odds: string;
1141
+ payout: string;
1142
+ placeBet: string;
1143
+ previous: string;
1144
+ profit: string;
1145
+ profitOnWin: string;
1146
+ provablyFair: string;
1147
+ rangeSlider: string;
1148
+ risk: string;
1149
+ settings: string;
1150
+ share: string;
1151
+ siteInformation: string;
1152
+ space: string;
1153
+ start: string;
1154
+ stop: string;
1155
+ success: string;
1156
+ targetMultiplier: string;
1157
+ thisFieldIsRequired: string;
1158
+ timestamp: string;
1159
+ toggleHotkeys: string;
1160
+ toggleSwitch: string;
1161
+ viewFairnessInformation: string;
1162
+ volume: string;
1163
+ win: string;
1164
+ winChance: string;
1165
+ };
1166
+ errors: {
1167
+ connection: string;
1168
+ dice: {
1169
+ multiplierRange: string;
1170
+ winChanceRange: string;
1171
+ };
1172
+ game: string;
1173
+ insufficientBalance: string;
1174
+ limbo: {
1175
+ multiplierRange: string;
1176
+ winChanceRange: string;
1177
+ };
1178
+ };
1179
+ fairness: {
1180
+ activeClientSeed: string;
1181
+ enterClientSeed: string;
1182
+ enterProof: string;
1183
+ enterPublicKey: string;
1184
+ enterRandomness: string;
1185
+ enterRequest: string;
1186
+ invalidGame: string;
1187
+ noBettingHistory: string;
1188
+ outcomeCalculationInfo: string;
1189
+ outcomeNotVerified: string;
1190
+ outcomeVerified: string;
1191
+ pendingInputs: string;
1192
+ proof: string;
1193
+ provableFairnessUnverified: string;
1194
+ provableFairnessVerified: string;
1195
+ publicKey: string;
1196
+ randomness: string;
1197
+ request: string;
1198
+ saveClientSeed: string;
1199
+ verified: string;
1200
+ verifyOutcome: string;
1201
+ viewOutcome: string;
1202
+ };
1203
+ games: {
1204
+ dice: {
1205
+ result: string;
1206
+ roll: string;
1207
+ rollOver: string;
1208
+ rollUnder: string;
1209
+ target: string;
1210
+ title: string;
1211
+ };
1212
+ keno: {
1213
+ autoPick: string;
1214
+ clearTable: string;
1215
+ draw: string;
1216
+ hits: string;
1217
+ kenoGameGrid: string;
1218
+ kenoNumber: string;
1219
+ numbers: string;
1220
+ pick: string;
1221
+ select1to10Tiles: string;
1222
+ selectAtLeastOneTile: string;
1223
+ selectNumbers: string;
1224
+ selectTileToAutobet: string;
1225
+ title: string;
1226
+ };
1227
+ limbo: {
1228
+ cashout: string;
1229
+ crashed: string;
1230
+ target: string;
1231
+ targetMultiplier: string;
1232
+ title: string;
1233
+ };
1234
+ mines: {
1235
+ cashout: string;
1236
+ gem: string;
1237
+ gems: string;
1238
+ mine: string;
1239
+ mines: string;
1240
+ nextGem: string;
1241
+ reveal: string;
1242
+ selectRandomTile: string;
1243
+ selectTileToAutobet: string;
1244
+ tile: string;
1245
+ title: string;
1246
+ unrevealed: string;
1247
+ };
1248
+ };
1249
+ modals: {
1250
+ betResult: string;
1251
+ fairnessAndHistory: string;
1252
+ gameArea: string;
1253
+ gameControls: string;
1254
+ };
1255
+ outcomes: {
1256
+ draw: string;
1257
+ loss: string;
1258
+ win: string;
1259
+ };
1260
+ share: {
1261
+ betResultText: string;
1262
+ betResultTitle: string;
1263
+ };
1264
+ };
1265
+ readonly hi: {
1266
+ accessibility: {
1267
+ betPlacedAnnouncement: string;
1268
+ gameInProgress: string;
1269
+ languageChanged: string;
1270
+ };
1271
+ alerts: {
1272
+ autobetStarted: string;
1273
+ autobetStopped: string;
1274
+ betAmountAboveMaxBet: string;
1275
+ betAmountBelowMinBet: string;
1276
+ betCancelled: string;
1277
+ betDetailsCopied: string;
1278
+ betPlaced: string;
1279
+ connectionError: string;
1280
+ errorProcessingBet: string;
1281
+ failedToLoadBetData: string;
1282
+ failedToShareBetDetails: string;
1283
+ gameError: string;
1284
+ insufficientBalance: string;
1285
+ notEnoughBalance: string;
1286
+ };
1287
+ autobet: {
1288
+ baseAmount: string;
1289
+ decrease: string;
1290
+ games: string;
1291
+ games10: string;
1292
+ games100: string;
1293
+ games25: string;
1294
+ games5: string;
1295
+ games50: string;
1296
+ increase: string;
1297
+ infinite: string;
1298
+ numberOfBets: string;
1299
+ onLoss: string;
1300
+ onWin: string;
1301
+ reset: string;
1302
+ startAutobet: string;
1303
+ stopAutobet: string;
1304
+ stopOnLoss: string;
1305
+ stopOnProfit: string;
1306
+ stopOnWin: string;
1307
+ title: string;
1308
+ };
1309
+ common: {
1310
+ amount: string;
1311
+ animation: string;
1312
+ auto: string;
1313
+ back: string;
1314
+ balance: string;
1315
+ bet: string;
1316
+ betAmount: string;
1317
+ cancel: string;
1318
+ cashOut: string;
1319
+ change: string;
1320
+ classic: string;
1321
+ close: string;
1322
+ closeAlert: string;
1323
+ closeDialog: string;
1324
+ confirm: string;
1325
+ copy: string;
1326
+ error: string;
1327
+ fairness: string;
1328
+ footerNavigation: string;
1329
+ high: string;
1330
+ history: string;
1331
+ hotkeys: string;
1332
+ id: string;
1333
+ instantBet: string;
1334
+ loading: string;
1335
+ loadMore: string;
1336
+ lobby: string;
1337
+ loss: string;
1338
+ low: string;
1339
+ manual: string;
1340
+ medium: string;
1341
+ multiplier: string;
1342
+ next: string;
1343
+ odds: string;
1344
+ payout: string;
1345
+ placeBet: string;
1346
+ previous: string;
1347
+ profit: string;
1348
+ profitOnWin: string;
1349
+ provablyFair: string;
1350
+ rangeSlider: string;
1351
+ risk: string;
1352
+ settings: string;
1353
+ share: string;
1354
+ siteInformation: string;
1355
+ space: string;
1356
+ start: string;
1357
+ stop: string;
1358
+ success: string;
1359
+ targetMultiplier: string;
1360
+ thisFieldIsRequired: string;
1361
+ timestamp: string;
1362
+ toggleHotkeys: string;
1363
+ toggleSwitch: string;
1364
+ viewFairnessInformation: string;
1365
+ volume: string;
1366
+ win: string;
1367
+ winChance: string;
1368
+ };
1369
+ errors: {
1370
+ connection: string;
1371
+ dice: {
1372
+ multiplierRange: string;
1373
+ winChanceRange: string;
1374
+ };
1375
+ game: string;
1376
+ insufficientBalance: string;
1377
+ limbo: {
1378
+ multiplierRange: string;
1379
+ winChanceRange: string;
1380
+ };
1381
+ };
1382
+ fairness: {
1383
+ activeClientSeed: string;
1384
+ enterClientSeed: string;
1385
+ enterProof: string;
1386
+ enterPublicKey: string;
1387
+ enterRandomness: string;
1388
+ enterRequest: string;
1389
+ invalidGame: string;
1390
+ noBettingHistory: string;
1391
+ outcomeCalculationInfo: string;
1392
+ outcomeNotVerified: string;
1393
+ outcomeVerified: string;
1394
+ pendingInputs: string;
1395
+ proof: string;
1396
+ provableFairnessUnverified: string;
1397
+ provableFairnessVerified: string;
1398
+ publicKey: string;
1399
+ randomness: string;
1400
+ request: string;
1401
+ saveClientSeed: string;
1402
+ verified: string;
1403
+ verifyOutcome: string;
1404
+ viewOutcome: string;
1405
+ };
1406
+ games: {
1407
+ dice: {
1408
+ result: string;
1409
+ roll: string;
1410
+ rollOver: string;
1411
+ rollUnder: string;
1412
+ target: string;
1413
+ title: string;
1414
+ };
1415
+ keno: {
1416
+ autoPick: string;
1417
+ clearTable: string;
1418
+ draw: string;
1419
+ hits: string;
1420
+ kenoGameGrid: string;
1421
+ kenoNumber: string;
1422
+ numbers: string;
1423
+ pick: string;
1424
+ select1to10Tiles: string;
1425
+ selectAtLeastOneTile: string;
1426
+ selectNumbers: string;
1427
+ selectTileToAutobet: string;
1428
+ title: string;
1429
+ };
1430
+ limbo: {
1431
+ cashout: string;
1432
+ crashed: string;
1433
+ target: string;
1434
+ targetMultiplier: string;
1435
+ title: string;
1436
+ };
1437
+ mines: {
1438
+ cashout: string;
1439
+ gem: string;
1440
+ gems: string;
1441
+ mine: string;
1442
+ mines: string;
1443
+ nextGem: string;
1444
+ reveal: string;
1445
+ selectRandomTile: string;
1446
+ selectTileToAutobet: string;
1447
+ tile: string;
1448
+ title: string;
1449
+ unrevealed: string;
1450
+ };
1451
+ };
1452
+ modals: {
1453
+ betResult: string;
1454
+ fairnessAndHistory: string;
1455
+ gameArea: string;
1456
+ gameControls: string;
1457
+ };
1458
+ outcomes: {
1459
+ draw: string;
1460
+ loss: string;
1461
+ win: string;
1462
+ };
1463
+ share: {
1464
+ betResultText: string;
1465
+ betResultTitle: string;
1466
+ };
1467
+ };
1468
+ readonly id: {
1469
+ accessibility: {
1470
+ betPlacedAnnouncement: string;
1471
+ gameInProgress: string;
1472
+ languageChanged: string;
1473
+ };
1474
+ alerts: {
1475
+ autobetStarted: string;
1476
+ autobetStopped: string;
1477
+ betAmountAboveMaxBet: string;
1478
+ betAmountBelowMinBet: string;
1479
+ betCancelled: string;
1480
+ betDetailsCopied: string;
1481
+ betPlaced: string;
1482
+ connectionError: string;
1483
+ errorProcessingBet: string;
1484
+ failedToLoadBetData: string;
1485
+ failedToShareBetDetails: string;
1486
+ gameError: string;
1487
+ insufficientBalance: string;
1488
+ notEnoughBalance: string;
1489
+ };
1490
+ autobet: {
1491
+ baseAmount: string;
1492
+ decrease: string;
1493
+ games: string;
1494
+ games10: string;
1495
+ games100: string;
1496
+ games25: string;
1497
+ games5: string;
1498
+ games50: string;
1499
+ increase: string;
1500
+ infinite: string;
1501
+ numberOfBets: string;
1502
+ onLoss: string;
1503
+ onWin: string;
1504
+ reset: string;
1505
+ startAutobet: string;
1506
+ stopAutobet: string;
1507
+ stopOnLoss: string;
1508
+ stopOnProfit: string;
1509
+ stopOnWin: string;
1510
+ title: string;
1511
+ };
1512
+ common: {
1513
+ amount: string;
1514
+ animation: string;
1515
+ auto: string;
1516
+ back: string;
1517
+ balance: string;
1518
+ bet: string;
1519
+ betAmount: string;
1520
+ cancel: string;
1521
+ cashOut: string;
1522
+ change: string;
1523
+ classic: string;
1524
+ close: string;
1525
+ closeAlert: string;
1526
+ closeDialog: string;
1527
+ confirm: string;
1528
+ copy: string;
1529
+ error: string;
1530
+ fairness: string;
1531
+ footerNavigation: string;
1532
+ high: string;
1533
+ history: string;
1534
+ hotkeys: string;
1535
+ id: string;
1536
+ instantBet: string;
1537
+ loading: string;
1538
+ loadMore: string;
1539
+ lobby: string;
1540
+ loss: string;
1541
+ low: string;
1542
+ manual: string;
1543
+ medium: string;
1544
+ multiplier: string;
1545
+ next: string;
1546
+ odds: string;
1547
+ payout: string;
1548
+ placeBet: string;
1549
+ previous: string;
1550
+ profit: string;
1551
+ profitOnWin: string;
1552
+ provablyFair: string;
1553
+ rangeSlider: string;
1554
+ risk: string;
1555
+ settings: string;
1556
+ share: string;
1557
+ siteInformation: string;
1558
+ space: string;
1559
+ start: string;
1560
+ stop: string;
1561
+ success: string;
1562
+ targetMultiplier: string;
1563
+ thisFieldIsRequired: string;
1564
+ timestamp: string;
1565
+ toggleHotkeys: string;
1566
+ toggleSwitch: string;
1567
+ viewFairnessInformation: string;
1568
+ volume: string;
1569
+ win: string;
1570
+ winChance: string;
1571
+ };
1572
+ errors: {
1573
+ connection: string;
1574
+ dice: {
1575
+ multiplierRange: string;
1576
+ winChanceRange: string;
1577
+ };
1578
+ game: string;
1579
+ insufficientBalance: string;
1580
+ limbo: {
1581
+ multiplierRange: string;
1582
+ winChanceRange: string;
1583
+ };
1584
+ };
1585
+ fairness: {
1586
+ activeClientSeed: string;
1587
+ enterClientSeed: string;
1588
+ enterProof: string;
1589
+ enterPublicKey: string;
1590
+ enterRandomness: string;
1591
+ enterRequest: string;
1592
+ invalidGame: string;
1593
+ noBettingHistory: string;
1594
+ outcomeCalculationInfo: string;
1595
+ outcomeNotVerified: string;
1596
+ outcomeVerified: string;
1597
+ pendingInputs: string;
1598
+ proof: string;
1599
+ provableFairnessUnverified: string;
1600
+ provableFairnessVerified: string;
1601
+ publicKey: string;
1602
+ randomness: string;
1603
+ request: string;
1604
+ saveClientSeed: string;
1605
+ verified: string;
1606
+ verifyOutcome: string;
1607
+ viewOutcome: string;
1608
+ };
1609
+ games: {
1610
+ dice: {
1611
+ result: string;
1612
+ roll: string;
1613
+ rollOver: string;
1614
+ rollUnder: string;
1615
+ target: string;
1616
+ title: string;
1617
+ };
1618
+ keno: {
1619
+ autoPick: string;
1620
+ clearTable: string;
1621
+ draw: string;
1622
+ hits: string;
1623
+ kenoGameGrid: string;
1624
+ kenoNumber: string;
1625
+ numbers: string;
1626
+ pick: string;
1627
+ select1to10Tiles: string;
1628
+ selectAtLeastOneTile: string;
1629
+ selectNumbers: string;
1630
+ selectTileToAutobet: string;
1631
+ title: string;
1632
+ };
1633
+ limbo: {
1634
+ cashout: string;
1635
+ crashed: string;
1636
+ target: string;
1637
+ targetMultiplier: string;
1638
+ title: string;
1639
+ };
1640
+ mines: {
1641
+ cashout: string;
1642
+ gem: string;
1643
+ gems: string;
1644
+ mine: string;
1645
+ mines: string;
1646
+ nextGem: string;
1647
+ reveal: string;
1648
+ selectRandomTile: string;
1649
+ selectTileToAutobet: string;
1650
+ tile: string;
1651
+ title: string;
1652
+ unrevealed: string;
1653
+ };
1654
+ };
1655
+ modals: {
1656
+ betResult: string;
1657
+ fairnessAndHistory: string;
1658
+ gameArea: string;
1659
+ gameControls: string;
1660
+ };
1661
+ outcomes: {
1662
+ draw: string;
1663
+ loss: string;
1664
+ win: string;
1665
+ };
1666
+ share: {
1667
+ betResultText: string;
1668
+ betResultTitle: string;
1669
+ };
1670
+ };
1671
+ readonly ja: {
1672
+ accessibility: {
1673
+ betPlacedAnnouncement: string;
1674
+ gameInProgress: string;
1675
+ languageChanged: string;
1676
+ };
1677
+ alerts: {
1678
+ autobetStarted: string;
1679
+ autobetStopped: string;
1680
+ betAmountAboveMaxBet: string;
1681
+ betAmountBelowMinBet: string;
1682
+ betCancelled: string;
1683
+ betDetailsCopied: string;
1684
+ betPlaced: string;
1685
+ connectionError: string;
1686
+ errorProcessingBet: string;
1687
+ failedToLoadBetData: string;
1688
+ failedToShareBetDetails: string;
1689
+ gameError: string;
1690
+ insufficientBalance: string;
1691
+ notEnoughBalance: string;
1692
+ };
1693
+ autobet: {
1694
+ baseAmount: string;
1695
+ decrease: string;
1696
+ games: string;
1697
+ games10: string;
1698
+ games100: string;
1699
+ games25: string;
1700
+ games5: string;
1701
+ games50: string;
1702
+ increase: string;
1703
+ infinite: string;
1704
+ numberOfBets: string;
1705
+ onLoss: string;
1706
+ onWin: string;
1707
+ reset: string;
1708
+ startAutobet: string;
1709
+ stopAutobet: string;
1710
+ stopOnLoss: string;
1711
+ stopOnProfit: string;
1712
+ stopOnWin: string;
1713
+ title: string;
1714
+ };
1715
+ common: {
1716
+ amount: string;
1717
+ animation: string;
1718
+ auto: string;
1719
+ back: string;
1720
+ balance: string;
1721
+ bet: string;
1722
+ betAmount: string;
1723
+ cancel: string;
1724
+ cashOut: string;
1725
+ change: string;
1726
+ classic: string;
1727
+ close: string;
1728
+ closeAlert: string;
1729
+ closeDialog: string;
1730
+ confirm: string;
1731
+ copy: string;
1732
+ error: string;
1733
+ fairness: string;
1734
+ footerNavigation: string;
1735
+ high: string;
1736
+ history: string;
1737
+ hotkeys: string;
1738
+ id: string;
1739
+ instantBet: string;
1740
+ loading: string;
1741
+ loadMore: string;
1742
+ lobby: string;
1743
+ loss: string;
1744
+ low: string;
1745
+ manual: string;
1746
+ medium: string;
1747
+ multiplier: string;
1748
+ next: string;
1749
+ odds: string;
1750
+ payout: string;
1751
+ placeBet: string;
1752
+ previous: string;
1753
+ profit: string;
1754
+ profitOnWin: string;
1755
+ provablyFair: string;
1756
+ rangeSlider: string;
1757
+ risk: string;
1758
+ settings: string;
1759
+ share: string;
1760
+ siteInformation: string;
1761
+ space: string;
1762
+ start: string;
1763
+ stop: string;
1764
+ success: string;
1765
+ targetMultiplier: string;
1766
+ thisFieldIsRequired: string;
1767
+ timestamp: string;
1768
+ toggleHotkeys: string;
1769
+ toggleSwitch: string;
1770
+ viewFairnessInformation: string;
1771
+ volume: string;
1772
+ win: string;
1773
+ winChance: string;
1774
+ };
1775
+ errors: {
1776
+ connection: string;
1777
+ dice: {
1778
+ multiplierRange: string;
1779
+ winChanceRange: string;
1780
+ };
1781
+ game: string;
1782
+ insufficientBalance: string;
1783
+ limbo: {
1784
+ multiplierRange: string;
1785
+ winChanceRange: string;
1786
+ };
1787
+ };
1788
+ fairness: {
1789
+ activeClientSeed: string;
1790
+ enterClientSeed: string;
1791
+ enterProof: string;
1792
+ enterPublicKey: string;
1793
+ enterRandomness: string;
1794
+ enterRequest: string;
1795
+ invalidGame: string;
1796
+ noBettingHistory: string;
1797
+ outcomeCalculationInfo: string;
1798
+ outcomeNotVerified: string;
1799
+ outcomeVerified: string;
1800
+ pendingInputs: string;
1801
+ proof: string;
1802
+ provableFairnessUnverified: string;
1803
+ provableFairnessVerified: string;
1804
+ publicKey: string;
1805
+ randomness: string;
1806
+ request: string;
1807
+ saveClientSeed: string;
1808
+ verified: string;
1809
+ verifyOutcome: string;
1810
+ viewOutcome: string;
1811
+ };
1812
+ games: {
1813
+ dice: {
1814
+ result: string;
1815
+ roll: string;
1816
+ rollOver: string;
1817
+ rollUnder: string;
1818
+ target: string;
1819
+ title: string;
1820
+ };
1821
+ keno: {
1822
+ autoPick: string;
1823
+ clearTable: string;
1824
+ draw: string;
1825
+ hits: string;
1826
+ kenoGameGrid: string;
1827
+ kenoNumber: string;
1828
+ numbers: string;
1829
+ pick: string;
1830
+ select1to10Tiles: string;
1831
+ selectAtLeastOneTile: string;
1832
+ selectNumbers: string;
1833
+ selectTileToAutobet: string;
1834
+ title: string;
1835
+ };
1836
+ limbo: {
1837
+ cashout: string;
1838
+ crashed: string;
1839
+ target: string;
1840
+ targetMultiplier: string;
1841
+ title: string;
1842
+ };
1843
+ mines: {
1844
+ cashout: string;
1845
+ gem: string;
1846
+ gems: string;
1847
+ mine: string;
1848
+ mines: string;
1849
+ nextGem: string;
1850
+ reveal: string;
1851
+ selectRandomTile: string;
1852
+ selectTileToAutobet: string;
1853
+ tile: string;
1854
+ title: string;
1855
+ unrevealed: string;
1856
+ };
1857
+ };
1858
+ modals: {
1859
+ betResult: string;
1860
+ fairnessAndHistory: string;
1861
+ gameArea: string;
1862
+ gameControls: string;
1863
+ };
1864
+ outcomes: {
1865
+ draw: string;
1866
+ loss: string;
1867
+ win: string;
1868
+ };
1869
+ share: {
1870
+ betResultText: string;
1871
+ betResultTitle: string;
1872
+ };
1873
+ };
1874
+ readonly ko: {
1875
+ accessibility: {
1876
+ betPlacedAnnouncement: string;
1877
+ gameInProgress: string;
1878
+ languageChanged: string;
1879
+ };
1880
+ alerts: {
1881
+ autobetStarted: string;
1882
+ autobetStopped: string;
1883
+ betAmountAboveMaxBet: string;
1884
+ betAmountBelowMinBet: string;
1885
+ betCancelled: string;
1886
+ betDetailsCopied: string;
1887
+ betPlaced: string;
1888
+ connectionError: string;
1889
+ errorProcessingBet: string;
1890
+ failedToLoadBetData: string;
1891
+ failedToShareBetDetails: string;
1892
+ gameError: string;
1893
+ insufficientBalance: string;
1894
+ notEnoughBalance: string;
1895
+ };
1896
+ autobet: {
1897
+ baseAmount: string;
1898
+ decrease: string;
1899
+ games: string;
1900
+ games10: string;
1901
+ games100: string;
1902
+ games25: string;
1903
+ games5: string;
1904
+ games50: string;
1905
+ increase: string;
1906
+ infinite: string;
1907
+ numberOfBets: string;
1908
+ onLoss: string;
1909
+ onWin: string;
1910
+ reset: string;
1911
+ startAutobet: string;
1912
+ stopAutobet: string;
1913
+ stopOnLoss: string;
1914
+ stopOnProfit: string;
1915
+ stopOnWin: string;
1916
+ title: string;
1917
+ };
1918
+ common: {
1919
+ amount: string;
1920
+ animation: string;
1921
+ auto: string;
1922
+ back: string;
1923
+ balance: string;
1924
+ bet: string;
1925
+ betAmount: string;
1926
+ cancel: string;
1927
+ cashOut: string;
1928
+ change: string;
1929
+ classic: string;
1930
+ close: string;
1931
+ closeAlert: string;
1932
+ closeDialog: string;
1933
+ confirm: string;
1934
+ copy: string;
1935
+ error: string;
1936
+ fairness: string;
1937
+ footerNavigation: string;
1938
+ high: string;
1939
+ history: string;
1940
+ hotkeys: string;
1941
+ id: string;
1942
+ instantBet: string;
1943
+ loading: string;
1944
+ loadMore: string;
1945
+ lobby: string;
1946
+ loss: string;
1947
+ low: string;
1948
+ manual: string;
1949
+ medium: string;
1950
+ multiplier: string;
1951
+ next: string;
1952
+ odds: string;
1953
+ payout: string;
1954
+ placeBet: string;
1955
+ previous: string;
1956
+ profit: string;
1957
+ profitOnWin: string;
1958
+ provablyFair: string;
1959
+ rangeSlider: string;
1960
+ risk: string;
1961
+ settings: string;
1962
+ share: string;
1963
+ siteInformation: string;
1964
+ space: string;
1965
+ start: string;
1966
+ stop: string;
1967
+ success: string;
1968
+ targetMultiplier: string;
1969
+ thisFieldIsRequired: string;
1970
+ timestamp: string;
1971
+ toggleHotkeys: string;
1972
+ toggleSwitch: string;
1973
+ viewFairnessInformation: string;
1974
+ volume: string;
1975
+ win: string;
1976
+ winChance: string;
1977
+ };
1978
+ errors: {
1979
+ connection: string;
1980
+ dice: {
1981
+ multiplierRange: string;
1982
+ winChanceRange: string;
1983
+ };
1984
+ game: string;
1985
+ insufficientBalance: string;
1986
+ limbo: {
1987
+ multiplierRange: string;
1988
+ winChanceRange: string;
1989
+ };
1990
+ };
1991
+ fairness: {
1992
+ activeClientSeed: string;
1993
+ enterClientSeed: string;
1994
+ enterProof: string;
1995
+ enterPublicKey: string;
1996
+ enterRandomness: string;
1997
+ enterRequest: string;
1998
+ invalidGame: string;
1999
+ noBettingHistory: string;
2000
+ outcomeCalculationInfo: string;
2001
+ outcomeNotVerified: string;
2002
+ outcomeVerified: string;
2003
+ pendingInputs: string;
2004
+ proof: string;
2005
+ provableFairnessUnverified: string;
2006
+ provableFairnessVerified: string;
2007
+ publicKey: string;
2008
+ randomness: string;
2009
+ request: string;
2010
+ saveClientSeed: string;
2011
+ verified: string;
2012
+ verifyOutcome: string;
2013
+ viewOutcome: string;
2014
+ };
2015
+ games: {
2016
+ dice: {
2017
+ result: string;
2018
+ roll: string;
2019
+ rollOver: string;
2020
+ rollUnder: string;
2021
+ target: string;
2022
+ title: string;
2023
+ };
2024
+ keno: {
2025
+ autoPick: string;
2026
+ clearTable: string;
2027
+ draw: string;
2028
+ hits: string;
2029
+ kenoGameGrid: string;
2030
+ kenoNumber: string;
2031
+ numbers: string;
2032
+ pick: string;
2033
+ select1to10Tiles: string;
2034
+ selectAtLeastOneTile: string;
2035
+ selectNumbers: string;
2036
+ selectTileToAutobet: string;
2037
+ title: string;
2038
+ };
2039
+ limbo: {
2040
+ cashout: string;
2041
+ crashed: string;
2042
+ target: string;
2043
+ targetMultiplier: string;
2044
+ title: string;
2045
+ };
2046
+ mines: {
2047
+ cashout: string;
2048
+ gem: string;
2049
+ gems: string;
2050
+ mine: string;
2051
+ mines: string;
2052
+ nextGem: string;
2053
+ reveal: string;
2054
+ selectRandomTile: string;
2055
+ selectTileToAutobet: string;
2056
+ tile: string;
2057
+ title: string;
2058
+ unrevealed: string;
2059
+ };
2060
+ };
2061
+ modals: {
2062
+ betResult: string;
2063
+ fairnessAndHistory: string;
2064
+ gameArea: string;
2065
+ gameControls: string;
2066
+ };
2067
+ outcomes: {
2068
+ draw: string;
2069
+ loss: string;
2070
+ win: string;
2071
+ };
2072
+ share: {
2073
+ betResultText: string;
2074
+ betResultTitle: string;
2075
+ };
2076
+ };
2077
+ readonly pl: {
2078
+ accessibility: {
2079
+ betPlacedAnnouncement: string;
2080
+ gameInProgress: string;
2081
+ languageChanged: string;
2082
+ };
2083
+ alerts: {
2084
+ autobetStarted: string;
2085
+ autobetStopped: string;
2086
+ betAmountAboveMaxBet: string;
2087
+ betAmountBelowMinBet: string;
2088
+ betCancelled: string;
2089
+ betDetailsCopied: string;
2090
+ betPlaced: string;
2091
+ connectionError: string;
2092
+ errorProcessingBet: string;
2093
+ failedToLoadBetData: string;
2094
+ failedToShareBetDetails: string;
2095
+ gameError: string;
2096
+ insufficientBalance: string;
2097
+ notEnoughBalance: string;
2098
+ };
2099
+ autobet: {
2100
+ baseAmount: string;
2101
+ decrease: string;
2102
+ games: string;
2103
+ games10: string;
2104
+ games100: string;
2105
+ games25: string;
2106
+ games5: string;
2107
+ games50: string;
2108
+ increase: string;
2109
+ infinite: string;
2110
+ numberOfBets: string;
2111
+ onLoss: string;
2112
+ onWin: string;
2113
+ reset: string;
2114
+ startAutobet: string;
2115
+ stopAutobet: string;
2116
+ stopOnLoss: string;
2117
+ stopOnProfit: string;
2118
+ stopOnWin: string;
2119
+ title: string;
2120
+ };
2121
+ common: {
2122
+ amount: string;
2123
+ animation: string;
2124
+ auto: string;
2125
+ back: string;
2126
+ balance: string;
2127
+ bet: string;
2128
+ betAmount: string;
2129
+ cancel: string;
2130
+ cashOut: string;
2131
+ change: string;
2132
+ classic: string;
2133
+ close: string;
2134
+ closeAlert: string;
2135
+ closeDialog: string;
2136
+ confirm: string;
2137
+ copy: string;
2138
+ error: string;
2139
+ fairness: string;
2140
+ footerNavigation: string;
2141
+ high: string;
2142
+ history: string;
2143
+ hotkeys: string;
2144
+ id: string;
2145
+ instantBet: string;
2146
+ loading: string;
2147
+ loadMore: string;
2148
+ lobby: string;
2149
+ loss: string;
2150
+ low: string;
2151
+ manual: string;
2152
+ medium: string;
2153
+ multiplier: string;
2154
+ next: string;
2155
+ odds: string;
2156
+ payout: string;
2157
+ placeBet: string;
2158
+ previous: string;
2159
+ profit: string;
2160
+ profitOnWin: string;
2161
+ provablyFair: string;
2162
+ rangeSlider: string;
2163
+ risk: string;
2164
+ settings: string;
2165
+ share: string;
2166
+ siteInformation: string;
2167
+ space: string;
2168
+ start: string;
2169
+ stop: string;
2170
+ success: string;
2171
+ targetMultiplier: string;
2172
+ thisFieldIsRequired: string;
2173
+ timestamp: string;
2174
+ toggleHotkeys: string;
2175
+ toggleSwitch: string;
2176
+ viewFairnessInformation: string;
2177
+ volume: string;
2178
+ win: string;
2179
+ winChance: string;
2180
+ };
2181
+ errors: {
2182
+ connection: string;
2183
+ dice: {
2184
+ multiplierRange: string;
2185
+ winChanceRange: string;
2186
+ };
2187
+ game: string;
2188
+ insufficientBalance: string;
2189
+ limbo: {
2190
+ multiplierRange: string;
2191
+ winChanceRange: string;
2192
+ };
2193
+ };
2194
+ fairness: {
2195
+ activeClientSeed: string;
2196
+ enterClientSeed: string;
2197
+ enterProof: string;
2198
+ enterPublicKey: string;
2199
+ enterRandomness: string;
2200
+ enterRequest: string;
2201
+ invalidGame: string;
2202
+ noBettingHistory: string;
2203
+ outcomeCalculationInfo: string;
2204
+ outcomeNotVerified: string;
2205
+ outcomeVerified: string;
2206
+ pendingInputs: string;
2207
+ proof: string;
2208
+ provableFairnessUnverified: string;
2209
+ provableFairnessVerified: string;
2210
+ publicKey: string;
2211
+ randomness: string;
2212
+ request: string;
2213
+ saveClientSeed: string;
2214
+ verified: string;
2215
+ verifyOutcome: string;
2216
+ viewOutcome: string;
2217
+ };
2218
+ games: {
2219
+ dice: {
2220
+ result: string;
2221
+ roll: string;
2222
+ rollOver: string;
2223
+ rollUnder: string;
2224
+ target: string;
2225
+ title: string;
2226
+ };
2227
+ keno: {
2228
+ autoPick: string;
2229
+ clearTable: string;
2230
+ draw: string;
2231
+ hits: string;
2232
+ kenoGameGrid: string;
2233
+ kenoNumber: string;
2234
+ numbers: string;
2235
+ pick: string;
2236
+ select1to10Tiles: string;
2237
+ selectAtLeastOneTile: string;
2238
+ selectNumbers: string;
2239
+ selectTileToAutobet: string;
2240
+ title: string;
2241
+ };
2242
+ limbo: {
2243
+ cashout: string;
2244
+ crashed: string;
2245
+ target: string;
2246
+ targetMultiplier: string;
2247
+ title: string;
2248
+ };
2249
+ mines: {
2250
+ cashout: string;
2251
+ gem: string;
2252
+ gems: string;
2253
+ mine: string;
2254
+ mines: string;
2255
+ nextGem: string;
2256
+ reveal: string;
2257
+ selectRandomTile: string;
2258
+ selectTileToAutobet: string;
2259
+ tile: string;
2260
+ title: string;
2261
+ unrevealed: string;
2262
+ };
2263
+ };
2264
+ modals: {
2265
+ betResult: string;
2266
+ fairnessAndHistory: string;
2267
+ gameArea: string;
2268
+ gameControls: string;
2269
+ };
2270
+ outcomes: {
2271
+ draw: string;
2272
+ loss: string;
2273
+ win: string;
2274
+ };
2275
+ share: {
2276
+ betResultText: string;
2277
+ betResultTitle: string;
2278
+ };
2279
+ };
2280
+ readonly pt: {
2281
+ accessibility: {
2282
+ betPlacedAnnouncement: string;
2283
+ gameInProgress: string;
2284
+ languageChanged: string;
2285
+ };
2286
+ alerts: {
2287
+ autobetStarted: string;
2288
+ autobetStopped: string;
2289
+ betAmountAboveMaxBet: string;
2290
+ betAmountBelowMinBet: string;
2291
+ betCancelled: string;
2292
+ betDetailsCopied: string;
2293
+ betPlaced: string;
2294
+ connectionError: string;
2295
+ errorProcessingBet: string;
2296
+ failedToLoadBetData: string;
2297
+ failedToShareBetDetails: string;
2298
+ gameError: string;
2299
+ insufficientBalance: string;
2300
+ notEnoughBalance: string;
2301
+ };
2302
+ autobet: {
2303
+ baseAmount: string;
2304
+ decrease: string;
2305
+ games: string;
2306
+ games10: string;
2307
+ games100: string;
2308
+ games25: string;
2309
+ games5: string;
2310
+ games50: string;
2311
+ increase: string;
2312
+ infinite: string;
2313
+ numberOfBets: string;
2314
+ onLoss: string;
2315
+ onWin: string;
2316
+ reset: string;
2317
+ startAutobet: string;
2318
+ stopAutobet: string;
2319
+ stopOnLoss: string;
2320
+ stopOnProfit: string;
2321
+ stopOnWin: string;
2322
+ title: string;
2323
+ };
2324
+ common: {
2325
+ amount: string;
2326
+ animation: string;
2327
+ auto: string;
2328
+ back: string;
2329
+ balance: string;
2330
+ bet: string;
2331
+ betAmount: string;
2332
+ cancel: string;
2333
+ cashOut: string;
2334
+ change: string;
2335
+ classic: string;
2336
+ close: string;
2337
+ closeAlert: string;
2338
+ closeDialog: string;
2339
+ confirm: string;
2340
+ copy: string;
2341
+ error: string;
2342
+ fairness: string;
2343
+ footerNavigation: string;
2344
+ high: string;
2345
+ history: string;
2346
+ hotkeys: string;
2347
+ id: string;
2348
+ instantBet: string;
2349
+ loading: string;
2350
+ loadMore: string;
2351
+ lobby: string;
2352
+ loss: string;
2353
+ low: string;
2354
+ manual: string;
2355
+ medium: string;
2356
+ multiplier: string;
2357
+ next: string;
2358
+ odds: string;
2359
+ payout: string;
2360
+ placeBet: string;
2361
+ previous: string;
2362
+ profit: string;
2363
+ profitOnWin: string;
2364
+ provablyFair: string;
2365
+ rangeSlider: string;
2366
+ risk: string;
2367
+ settings: string;
2368
+ share: string;
2369
+ siteInformation: string;
2370
+ space: string;
2371
+ start: string;
2372
+ stop: string;
2373
+ success: string;
2374
+ targetMultiplier: string;
2375
+ thisFieldIsRequired: string;
2376
+ timestamp: string;
2377
+ toggleHotkeys: string;
2378
+ toggleSwitch: string;
2379
+ viewFairnessInformation: string;
2380
+ volume: string;
2381
+ win: string;
2382
+ winChance: string;
2383
+ };
2384
+ errors: {
2385
+ connection: string;
2386
+ dice: {
2387
+ multiplierRange: string;
2388
+ winChanceRange: string;
2389
+ };
2390
+ game: string;
2391
+ insufficientBalance: string;
2392
+ limbo: {
2393
+ multiplierRange: string;
2394
+ winChanceRange: string;
2395
+ };
2396
+ };
2397
+ fairness: {
2398
+ activeClientSeed: string;
2399
+ enterClientSeed: string;
2400
+ enterProof: string;
2401
+ enterPublicKey: string;
2402
+ enterRandomness: string;
2403
+ enterRequest: string;
2404
+ invalidGame: string;
2405
+ noBettingHistory: string;
2406
+ outcomeCalculationInfo: string;
2407
+ outcomeNotVerified: string;
2408
+ outcomeVerified: string;
2409
+ pendingInputs: string;
2410
+ proof: string;
2411
+ provableFairnessUnverified: string;
2412
+ provableFairnessVerified: string;
2413
+ publicKey: string;
2414
+ randomness: string;
2415
+ request: string;
2416
+ saveClientSeed: string;
2417
+ verified: string;
2418
+ verifyOutcome: string;
2419
+ viewOutcome: string;
2420
+ };
2421
+ games: {
2422
+ dice: {
2423
+ result: string;
2424
+ roll: string;
2425
+ rollOver: string;
2426
+ rollUnder: string;
2427
+ target: string;
2428
+ title: string;
2429
+ };
2430
+ keno: {
2431
+ autoPick: string;
2432
+ clearTable: string;
2433
+ draw: string;
2434
+ hits: string;
2435
+ kenoGameGrid: string;
2436
+ kenoNumber: string;
2437
+ numbers: string;
2438
+ pick: string;
2439
+ select1to10Tiles: string;
2440
+ selectAtLeastOneTile: string;
2441
+ selectNumbers: string;
2442
+ selectTileToAutobet: string;
2443
+ title: string;
2444
+ };
2445
+ limbo: {
2446
+ cashout: string;
2447
+ crashed: string;
2448
+ target: string;
2449
+ targetMultiplier: string;
2450
+ title: string;
2451
+ };
2452
+ mines: {
2453
+ cashout: string;
2454
+ gem: string;
2455
+ gems: string;
2456
+ mine: string;
2457
+ mines: string;
2458
+ nextGem: string;
2459
+ reveal: string;
2460
+ selectRandomTile: string;
2461
+ selectTileToAutobet: string;
2462
+ tile: string;
2463
+ title: string;
2464
+ unrevealed: string;
2465
+ };
2466
+ };
2467
+ modals: {
2468
+ betResult: string;
2469
+ fairnessAndHistory: string;
2470
+ gameArea: string;
2471
+ gameControls: string;
2472
+ };
2473
+ outcomes: {
2474
+ draw: string;
2475
+ loss: string;
2476
+ win: string;
2477
+ };
2478
+ share: {
2479
+ betResultText: string;
2480
+ betResultTitle: string;
2481
+ };
2482
+ };
2483
+ readonly ru: {
2484
+ accessibility: {
2485
+ betPlacedAnnouncement: string;
2486
+ gameInProgress: string;
2487
+ languageChanged: string;
2488
+ };
2489
+ alerts: {
2490
+ autobetStarted: string;
2491
+ autobetStopped: string;
2492
+ betAmountAboveMaxBet: string;
2493
+ betAmountBelowMinBet: string;
2494
+ betCancelled: string;
2495
+ betDetailsCopied: string;
2496
+ betPlaced: string;
2497
+ connectionError: string;
2498
+ errorProcessingBet: string;
2499
+ failedToLoadBetData: string;
2500
+ failedToShareBetDetails: string;
2501
+ gameError: string;
2502
+ insufficientBalance: string;
2503
+ notEnoughBalance: string;
2504
+ };
2505
+ autobet: {
2506
+ baseAmount: string;
2507
+ decrease: string;
2508
+ games: string;
2509
+ games10: string;
2510
+ games100: string;
2511
+ games25: string;
2512
+ games5: string;
2513
+ games50: string;
2514
+ increase: string;
2515
+ infinite: string;
2516
+ numberOfBets: string;
2517
+ onLoss: string;
2518
+ onWin: string;
2519
+ reset: string;
2520
+ startAutobet: string;
2521
+ stopAutobet: string;
2522
+ stopOnLoss: string;
2523
+ stopOnProfit: string;
2524
+ stopOnWin: string;
2525
+ title: string;
2526
+ };
2527
+ common: {
2528
+ amount: string;
2529
+ animation: string;
2530
+ auto: string;
2531
+ back: string;
2532
+ balance: string;
2533
+ bet: string;
2534
+ betAmount: string;
2535
+ cancel: string;
2536
+ cashOut: string;
2537
+ change: string;
2538
+ classic: string;
2539
+ close: string;
2540
+ closeAlert: string;
2541
+ closeDialog: string;
2542
+ confirm: string;
2543
+ copy: string;
2544
+ error: string;
2545
+ fairness: string;
2546
+ footerNavigation: string;
2547
+ high: string;
2548
+ history: string;
2549
+ hotkeys: string;
2550
+ id: string;
2551
+ instantBet: string;
2552
+ loading: string;
2553
+ loadMore: string;
2554
+ lobby: string;
2555
+ loss: string;
2556
+ low: string;
2557
+ manual: string;
2558
+ medium: string;
2559
+ multiplier: string;
2560
+ next: string;
2561
+ odds: string;
2562
+ payout: string;
2563
+ placeBet: string;
2564
+ previous: string;
2565
+ profit: string;
2566
+ profitOnWin: string;
2567
+ provablyFair: string;
2568
+ rangeSlider: string;
2569
+ risk: string;
2570
+ settings: string;
2571
+ share: string;
2572
+ siteInformation: string;
2573
+ space: string;
2574
+ start: string;
2575
+ stop: string;
2576
+ success: string;
2577
+ targetMultiplier: string;
2578
+ thisFieldIsRequired: string;
2579
+ timestamp: string;
2580
+ toggleHotkeys: string;
2581
+ toggleSwitch: string;
2582
+ viewFairnessInformation: string;
2583
+ volume: string;
2584
+ win: string;
2585
+ winChance: string;
2586
+ };
2587
+ errors: {
2588
+ connection: string;
2589
+ dice: {
2590
+ multiplierRange: string;
2591
+ winChanceRange: string;
2592
+ };
2593
+ game: string;
2594
+ insufficientBalance: string;
2595
+ limbo: {
2596
+ multiplierRange: string;
2597
+ winChanceRange: string;
2598
+ };
2599
+ };
2600
+ fairness: {
2601
+ activeClientSeed: string;
2602
+ enterClientSeed: string;
2603
+ enterProof: string;
2604
+ enterPublicKey: string;
2605
+ enterRandomness: string;
2606
+ enterRequest: string;
2607
+ invalidGame: string;
2608
+ noBettingHistory: string;
2609
+ outcomeCalculationInfo: string;
2610
+ outcomeNotVerified: string;
2611
+ outcomeVerified: string;
2612
+ pendingInputs: string;
2613
+ proof: string;
2614
+ provableFairnessUnverified: string;
2615
+ provableFairnessVerified: string;
2616
+ publicKey: string;
2617
+ randomness: string;
2618
+ request: string;
2619
+ saveClientSeed: string;
2620
+ verified: string;
2621
+ verifyOutcome: string;
2622
+ viewOutcome: string;
2623
+ };
2624
+ games: {
2625
+ dice: {
2626
+ result: string;
2627
+ roll: string;
2628
+ rollOver: string;
2629
+ rollUnder: string;
2630
+ target: string;
2631
+ title: string;
2632
+ };
2633
+ keno: {
2634
+ autoPick: string;
2635
+ clearTable: string;
2636
+ draw: string;
2637
+ hits: string;
2638
+ kenoGameGrid: string;
2639
+ kenoNumber: string;
2640
+ numbers: string;
2641
+ pick: string;
2642
+ select1to10Tiles: string;
2643
+ selectAtLeastOneTile: string;
2644
+ selectNumbers: string;
2645
+ selectTileToAutobet: string;
2646
+ title: string;
2647
+ };
2648
+ limbo: {
2649
+ cashout: string;
2650
+ crashed: string;
2651
+ target: string;
2652
+ targetMultiplier: string;
2653
+ title: string;
2654
+ };
2655
+ mines: {
2656
+ cashout: string;
2657
+ gem: string;
2658
+ gems: string;
2659
+ mine: string;
2660
+ mines: string;
2661
+ nextGem: string;
2662
+ reveal: string;
2663
+ selectRandomTile: string;
2664
+ selectTileToAutobet: string;
2665
+ tile: string;
2666
+ title: string;
2667
+ unrevealed: string;
2668
+ };
2669
+ };
2670
+ modals: {
2671
+ betResult: string;
2672
+ fairnessAndHistory: string;
2673
+ gameArea: string;
2674
+ gameControls: string;
2675
+ };
2676
+ outcomes: {
2677
+ draw: string;
2678
+ loss: string;
2679
+ win: string;
2680
+ };
2681
+ share: {
2682
+ betResultText: string;
2683
+ betResultTitle: string;
2684
+ };
2685
+ };
2686
+ readonly tr: {
2687
+ accessibility: {
2688
+ betPlacedAnnouncement: string;
2689
+ gameInProgress: string;
2690
+ languageChanged: string;
2691
+ };
2692
+ alerts: {
2693
+ autobetStarted: string;
2694
+ autobetStopped: string;
2695
+ betAmountAboveMaxBet: string;
2696
+ betAmountBelowMinBet: string;
2697
+ betCancelled: string;
2698
+ betDetailsCopied: string;
2699
+ betPlaced: string;
2700
+ connectionError: string;
2701
+ errorProcessingBet: string;
2702
+ failedToLoadBetData: string;
2703
+ failedToShareBetDetails: string;
2704
+ gameError: string;
2705
+ insufficientBalance: string;
2706
+ notEnoughBalance: string;
2707
+ };
2708
+ autobet: {
2709
+ baseAmount: string;
2710
+ decrease: string;
2711
+ games: string;
2712
+ games10: string;
2713
+ games100: string;
2714
+ games25: string;
2715
+ games5: string;
2716
+ games50: string;
2717
+ increase: string;
2718
+ infinite: string;
2719
+ numberOfBets: string;
2720
+ onLoss: string;
2721
+ onWin: string;
2722
+ reset: string;
2723
+ startAutobet: string;
2724
+ stopAutobet: string;
2725
+ stopOnLoss: string;
2726
+ stopOnProfit: string;
2727
+ stopOnWin: string;
2728
+ title: string;
2729
+ };
2730
+ common: {
2731
+ amount: string;
2732
+ animation: string;
2733
+ auto: string;
2734
+ back: string;
2735
+ balance: string;
2736
+ bet: string;
2737
+ betAmount: string;
2738
+ cancel: string;
2739
+ cashOut: string;
2740
+ change: string;
2741
+ classic: string;
2742
+ close: string;
2743
+ closeAlert: string;
2744
+ closeDialog: string;
2745
+ confirm: string;
2746
+ copy: string;
2747
+ error: string;
2748
+ fairness: string;
2749
+ footerNavigation: string;
2750
+ high: string;
2751
+ history: string;
2752
+ hotkeys: string;
2753
+ id: string;
2754
+ instantBet: string;
2755
+ loading: string;
2756
+ loadMore: string;
2757
+ lobby: string;
2758
+ loss: string;
2759
+ low: string;
2760
+ manual: string;
2761
+ medium: string;
2762
+ multiplier: string;
2763
+ next: string;
2764
+ odds: string;
2765
+ payout: string;
2766
+ placeBet: string;
2767
+ previous: string;
2768
+ profit: string;
2769
+ profitOnWin: string;
2770
+ provablyFair: string;
2771
+ rangeSlider: string;
2772
+ risk: string;
2773
+ settings: string;
2774
+ share: string;
2775
+ siteInformation: string;
2776
+ space: string;
2777
+ start: string;
2778
+ stop: string;
2779
+ success: string;
2780
+ targetMultiplier: string;
2781
+ thisFieldIsRequired: string;
2782
+ timestamp: string;
2783
+ toggleHotkeys: string;
2784
+ toggleSwitch: string;
2785
+ viewFairnessInformation: string;
2786
+ volume: string;
2787
+ win: string;
2788
+ winChance: string;
2789
+ };
2790
+ errors: {
2791
+ connection: string;
2792
+ dice: {
2793
+ multiplierRange: string;
2794
+ winChanceRange: string;
2795
+ };
2796
+ game: string;
2797
+ insufficientBalance: string;
2798
+ limbo: {
2799
+ multiplierRange: string;
2800
+ winChanceRange: string;
2801
+ };
2802
+ };
2803
+ fairness: {
2804
+ activeClientSeed: string;
2805
+ enterClientSeed: string;
2806
+ enterProof: string;
2807
+ enterPublicKey: string;
2808
+ enterRandomness: string;
2809
+ enterRequest: string;
2810
+ invalidGame: string;
2811
+ noBettingHistory: string;
2812
+ outcomeCalculationInfo: string;
2813
+ outcomeNotVerified: string;
2814
+ outcomeVerified: string;
2815
+ pendingInputs: string;
2816
+ proof: string;
2817
+ provableFairnessUnverified: string;
2818
+ provableFairnessVerified: string;
2819
+ publicKey: string;
2820
+ randomness: string;
2821
+ request: string;
2822
+ saveClientSeed: string;
2823
+ verified: string;
2824
+ verifyOutcome: string;
2825
+ viewOutcome: string;
2826
+ };
2827
+ games: {
2828
+ dice: {
2829
+ result: string;
2830
+ roll: string;
2831
+ rollOver: string;
2832
+ rollUnder: string;
2833
+ target: string;
2834
+ title: string;
2835
+ };
2836
+ keno: {
2837
+ autoPick: string;
2838
+ clearTable: string;
2839
+ draw: string;
2840
+ hits: string;
2841
+ kenoGameGrid: string;
2842
+ kenoNumber: string;
2843
+ numbers: string;
2844
+ pick: string;
2845
+ select1to10Tiles: string;
2846
+ selectAtLeastOneTile: string;
2847
+ selectNumbers: string;
2848
+ selectTileToAutobet: string;
2849
+ title: string;
2850
+ };
2851
+ limbo: {
2852
+ cashout: string;
2853
+ crashed: string;
2854
+ target: string;
2855
+ targetMultiplier: string;
2856
+ title: string;
2857
+ };
2858
+ mines: {
2859
+ cashout: string;
2860
+ gem: string;
2861
+ gems: string;
2862
+ mine: string;
2863
+ mines: string;
2864
+ nextGem: string;
2865
+ reveal: string;
2866
+ selectRandomTile: string;
2867
+ selectTileToAutobet: string;
2868
+ tile: string;
2869
+ title: string;
2870
+ unrevealed: string;
2871
+ };
2872
+ };
2873
+ modals: {
2874
+ betResult: string;
2875
+ fairnessAndHistory: string;
2876
+ gameArea: string;
2877
+ gameControls: string;
2878
+ };
2879
+ outcomes: {
2880
+ draw: string;
2881
+ loss: string;
2882
+ win: string;
2883
+ };
2884
+ share: {
2885
+ betResultText: string;
2886
+ betResultTitle: string;
2887
+ };
2888
+ };
2889
+ readonly vi: {
2890
+ accessibility: {
2891
+ betPlacedAnnouncement: string;
2892
+ gameInProgress: string;
2893
+ languageChanged: string;
2894
+ };
2895
+ alerts: {
2896
+ autobetStarted: string;
2897
+ autobetStopped: string;
2898
+ betAmountAboveMaxBet: string;
2899
+ betAmountBelowMinBet: string;
2900
+ betCancelled: string;
2901
+ betDetailsCopied: string;
2902
+ betPlaced: string;
2903
+ connectionError: string;
2904
+ errorProcessingBet: string;
2905
+ failedToLoadBetData: string;
2906
+ failedToShareBetDetails: string;
2907
+ gameError: string;
2908
+ insufficientBalance: string;
2909
+ notEnoughBalance: string;
2910
+ };
2911
+ autobet: {
2912
+ baseAmount: string;
2913
+ decrease: string;
2914
+ games: string;
2915
+ games10: string;
2916
+ games100: string;
2917
+ games25: string;
2918
+ games5: string;
2919
+ games50: string;
2920
+ increase: string;
2921
+ infinite: string;
2922
+ numberOfBets: string;
2923
+ onLoss: string;
2924
+ onWin: string;
2925
+ reset: string;
2926
+ startAutobet: string;
2927
+ stopAutobet: string;
2928
+ stopOnLoss: string;
2929
+ stopOnProfit: string;
2930
+ stopOnWin: string;
2931
+ title: string;
2932
+ };
2933
+ common: {
2934
+ amount: string;
2935
+ animation: string;
2936
+ auto: string;
2937
+ back: string;
2938
+ balance: string;
2939
+ bet: string;
2940
+ betAmount: string;
2941
+ cancel: string;
2942
+ cashOut: string;
2943
+ change: string;
2944
+ classic: string;
2945
+ close: string;
2946
+ closeAlert: string;
2947
+ closeDialog: string;
2948
+ confirm: string;
2949
+ copy: string;
2950
+ error: string;
2951
+ fairness: string;
2952
+ footerNavigation: string;
2953
+ high: string;
2954
+ history: string;
2955
+ hotkeys: string;
2956
+ id: string;
2957
+ instantBet: string;
2958
+ loading: string;
2959
+ loadMore: string;
2960
+ lobby: string;
2961
+ loss: string;
2962
+ low: string;
2963
+ manual: string;
2964
+ medium: string;
2965
+ multiplier: string;
2966
+ next: string;
2967
+ odds: string;
2968
+ payout: string;
2969
+ placeBet: string;
2970
+ previous: string;
2971
+ profit: string;
2972
+ profitOnWin: string;
2973
+ provablyFair: string;
2974
+ rangeSlider: string;
2975
+ risk: string;
2976
+ settings: string;
2977
+ share: string;
2978
+ siteInformation: string;
2979
+ space: string;
2980
+ start: string;
2981
+ stop: string;
2982
+ success: string;
2983
+ targetMultiplier: string;
2984
+ thisFieldIsRequired: string;
2985
+ timestamp: string;
2986
+ toggleHotkeys: string;
2987
+ toggleSwitch: string;
2988
+ viewFairnessInformation: string;
2989
+ volume: string;
2990
+ win: string;
2991
+ winChance: string;
2992
+ };
2993
+ errors: {
2994
+ connection: string;
2995
+ dice: {
2996
+ multiplierRange: string;
2997
+ winChanceRange: string;
2998
+ };
2999
+ game: string;
3000
+ insufficientBalance: string;
3001
+ limbo: {
3002
+ multiplierRange: string;
3003
+ winChanceRange: string;
3004
+ };
3005
+ };
3006
+ fairness: {
3007
+ activeClientSeed: string;
3008
+ enterClientSeed: string;
3009
+ enterProof: string;
3010
+ enterPublicKey: string;
3011
+ enterRandomness: string;
3012
+ enterRequest: string;
3013
+ invalidGame: string;
3014
+ noBettingHistory: string;
3015
+ outcomeCalculationInfo: string;
3016
+ outcomeNotVerified: string;
3017
+ outcomeVerified: string;
3018
+ pendingInputs: string;
3019
+ proof: string;
3020
+ provableFairnessUnverified: string;
3021
+ provableFairnessVerified: string;
3022
+ publicKey: string;
3023
+ randomness: string;
3024
+ request: string;
3025
+ saveClientSeed: string;
3026
+ verified: string;
3027
+ verifyOutcome: string;
3028
+ viewOutcome: string;
3029
+ };
3030
+ games: {
3031
+ dice: {
3032
+ result: string;
3033
+ roll: string;
3034
+ rollOver: string;
3035
+ rollUnder: string;
3036
+ target: string;
3037
+ title: string;
3038
+ };
3039
+ keno: {
3040
+ autoPick: string;
3041
+ clearTable: string;
3042
+ draw: string;
3043
+ hits: string;
3044
+ kenoGameGrid: string;
3045
+ kenoNumber: string;
3046
+ numbers: string;
3047
+ pick: string;
3048
+ select1to10Tiles: string;
3049
+ selectAtLeastOneTile: string;
3050
+ selectNumbers: string;
3051
+ selectTileToAutobet: string;
3052
+ title: string;
3053
+ };
3054
+ limbo: {
3055
+ cashout: string;
3056
+ crashed: string;
3057
+ target: string;
3058
+ targetMultiplier: string;
3059
+ title: string;
3060
+ };
3061
+ mines: {
3062
+ cashout: string;
3063
+ gem: string;
3064
+ gems: string;
3065
+ mine: string;
3066
+ mines: string;
3067
+ nextGem: string;
3068
+ reveal: string;
3069
+ selectRandomTile: string;
3070
+ selectTileToAutobet: string;
3071
+ tile: string;
3072
+ title: string;
3073
+ unrevealed: string;
3074
+ };
3075
+ };
3076
+ modals: {
3077
+ betResult: string;
3078
+ fairnessAndHistory: string;
3079
+ gameArea: string;
3080
+ gameControls: string;
3081
+ };
3082
+ outcomes: {
3083
+ draw: string;
3084
+ loss: string;
3085
+ win: string;
3086
+ };
3087
+ share: {
3088
+ betResultText: string;
3089
+ betResultTitle: string;
3090
+ };
3091
+ };
3092
+ readonly zh: {
3093
+ accessibility: {
3094
+ betPlacedAnnouncement: string;
3095
+ gameInProgress: string;
3096
+ languageChanged: string;
3097
+ };
3098
+ alerts: {
3099
+ autobetStarted: string;
3100
+ autobetStopped: string;
3101
+ betAmountAboveMaxBet: string;
3102
+ betAmountBelowMinBet: string;
3103
+ betCancelled: string;
3104
+ betDetailsCopied: string;
3105
+ betPlaced: string;
3106
+ connectionError: string;
3107
+ errorProcessingBet: string;
3108
+ failedToLoadBetData: string;
3109
+ failedToShareBetDetails: string;
3110
+ gameError: string;
3111
+ insufficientBalance: string;
3112
+ notEnoughBalance: string;
3113
+ };
3114
+ autobet: {
3115
+ baseAmount: string;
3116
+ decrease: string;
3117
+ games: string;
3118
+ games10: string;
3119
+ games100: string;
3120
+ games25: string;
3121
+ games5: string;
3122
+ games50: string;
3123
+ increase: string;
3124
+ infinite: string;
3125
+ numberOfBets: string;
3126
+ onLoss: string;
3127
+ onWin: string;
3128
+ reset: string;
3129
+ startAutobet: string;
3130
+ stopAutobet: string;
3131
+ stopOnLoss: string;
3132
+ stopOnProfit: string;
3133
+ stopOnWin: string;
3134
+ title: string;
3135
+ };
3136
+ common: {
3137
+ amount: string;
3138
+ animation: string;
3139
+ auto: string;
3140
+ back: string;
3141
+ balance: string;
3142
+ bet: string;
3143
+ betAmount: string;
3144
+ cancel: string;
281
3145
  cashOut: string;
282
3146
  change: string;
3147
+ classic: string;
3148
+ close: string;
3149
+ closeAlert: string;
3150
+ closeDialog: string;
3151
+ confirm: string;
283
3152
  copy: string;
284
- volume: string;
285
- instantBet: string;
3153
+ error: string;
3154
+ fairness: string;
3155
+ footerNavigation: string;
3156
+ high: string;
3157
+ history: string;
286
3158
  hotkeys: string;
287
- animation: string;
288
- risk: string;
289
- classic: string;
3159
+ id: string;
3160
+ instantBet: string;
3161
+ loading: string;
3162
+ loadMore: string;
3163
+ lobby: string;
3164
+ loss: string;
290
3165
  low: string;
3166
+ manual: string;
291
3167
  medium: string;
292
- high: string;
293
- closeDialog: string;
294
- closeAlert: string;
295
- toggleHotkeys: string;
296
- siteInformation: string;
297
- footerNavigation: string;
298
- viewFairnessInformation: string;
3168
+ multiplier: string;
3169
+ next: string;
3170
+ odds: string;
3171
+ payout: string;
3172
+ placeBet: string;
3173
+ previous: string;
3174
+ profit: string;
3175
+ profitOnWin: string;
3176
+ provablyFair: string;
3177
+ rangeSlider: string;
3178
+ risk: string;
3179
+ settings: string;
299
3180
  share: string;
300
- id: string;
301
- timestamp: string;
3181
+ siteInformation: string;
302
3182
  space: string;
303
- betAmount: string;
304
- loadMore: string;
3183
+ start: string;
3184
+ stop: string;
3185
+ success: string;
3186
+ targetMultiplier: string;
305
3187
  thisFieldIsRequired: string;
3188
+ timestamp: string;
3189
+ toggleHotkeys: string;
306
3190
  toggleSwitch: string;
307
- rangeSlider: string;
3191
+ viewFairnessInformation: string;
3192
+ volume: string;
3193
+ win: string;
3194
+ winChance: string;
3195
+ };
3196
+ errors: {
3197
+ connection: string;
3198
+ dice: {
3199
+ multiplierRange: string;
3200
+ winChanceRange: string;
3201
+ };
3202
+ game: string;
3203
+ insufficientBalance: string;
3204
+ limbo: {
3205
+ multiplierRange: string;
3206
+ winChanceRange: string;
3207
+ };
3208
+ };
3209
+ fairness: {
3210
+ activeClientSeed: string;
3211
+ enterClientSeed: string;
3212
+ enterProof: string;
3213
+ enterPublicKey: string;
3214
+ enterRandomness: string;
3215
+ enterRequest: string;
3216
+ invalidGame: string;
3217
+ noBettingHistory: string;
3218
+ outcomeCalculationInfo: string;
3219
+ outcomeNotVerified: string;
3220
+ outcomeVerified: string;
3221
+ pendingInputs: string;
3222
+ proof: string;
3223
+ provableFairnessUnverified: string;
3224
+ provableFairnessVerified: string;
3225
+ publicKey: string;
3226
+ randomness: string;
3227
+ request: string;
3228
+ saveClientSeed: string;
3229
+ verified: string;
3230
+ verifyOutcome: string;
3231
+ viewOutcome: string;
308
3232
  };
309
3233
  games: {
310
3234
  dice: {
311
- title: string;
3235
+ result: string;
3236
+ roll: string;
312
3237
  rollOver: string;
313
3238
  rollUnder: string;
314
3239
  target: string;
315
- roll: string;
316
- result: string;
3240
+ title: string;
317
3241
  };
318
3242
  keno: {
319
- title: string;
320
- selectNumbers: string;
3243
+ autoPick: string;
3244
+ clearTable: string;
321
3245
  draw: string;
322
- numbers: string;
323
3246
  hits: string;
3247
+ kenoGameGrid: string;
3248
+ kenoNumber: string;
3249
+ numbers: string;
324
3250
  pick: string;
325
- autoPick: string;
326
- clearTable: string;
327
3251
  select1to10Tiles: string;
328
- kenoNumber: string;
329
- kenoGameGrid: string;
330
- selectTileToAutobet: string;
331
3252
  selectAtLeastOneTile: string;
3253
+ selectNumbers: string;
3254
+ selectTileToAutobet: string;
3255
+ title: string;
332
3256
  };
333
3257
  limbo: {
334
- title: string;
335
- target: string;
336
- crashed: string;
337
3258
  cashout: string;
3259
+ crashed: string;
3260
+ target: string;
3261
+ targetMultiplier: string;
3262
+ title: string;
338
3263
  };
339
3264
  mines: {
340
- title: string;
341
- mines: string;
3265
+ cashout: string;
3266
+ gem: string;
342
3267
  gems: string;
3268
+ mine: string;
3269
+ mines: string;
3270
+ nextGem: string;
343
3271
  reveal: string;
344
- cashout: string;
345
3272
  selectRandomTile: string;
346
- nextGem: string;
347
- mine: string;
348
- gem: string;
3273
+ selectTileToAutobet: string;
349
3274
  tile: string;
3275
+ title: string;
350
3276
  unrevealed: string;
351
- selectTileToAutobet: string;
352
3277
  };
353
3278
  };
354
- autobet: {
355
- title: string;
356
- numberOfBets: string;
357
- onWin: string;
358
- onLoss: string;
359
- stopOnWin: string;
360
- stopOnLoss: string;
361
- stopOnProfit: string;
362
- increase: string;
363
- decrease: string;
364
- reset: string;
365
- baseAmount: string;
366
- games5: string;
367
- games10: string;
368
- games25: string;
369
- games50: string;
370
- games100: string;
371
- infinite: string;
372
- startAutobet: string;
373
- stopAutobet: string;
374
- games: string;
375
- };
376
3279
  modals: {
377
3280
  betResult: string;
378
3281
  fairnessAndHistory: string;
379
3282
  gameArea: string;
380
3283
  gameControls: string;
381
3284
  };
382
- alerts: {
383
- betPlaced: string;
384
- betCancelled: string;
385
- insufficientBalance: string;
386
- connectionError: string;
387
- gameError: string;
388
- failedToLoadBetData: string;
389
- betDetailsCopied: string;
390
- failedToShareBetDetails: string;
391
- notEnoughBalance: string;
392
- errorProcessingBet: string;
393
- autobetStarted: string;
394
- autobetStopped: string;
395
- };
396
- fairness: {
397
- activeClientSeed: string;
398
- enterClientSeed: string;
399
- saveClientSeed: string;
400
- publicKey: string;
401
- request: string;
402
- proof: string;
403
- randomness: string;
404
- noBettingHistory: string;
405
- verifyOutcome: string;
406
- enterPublicKey: string;
407
- enterRequest: string;
408
- enterProof: string;
409
- enterRandomness: string;
410
- outcomeCalculationInfo: string;
411
- pendingInputs: string;
412
- provableFairnessVerified: string;
413
- provableFairnessUnverified: string;
414
- viewOutcome: string;
415
- outcomeVerified: string;
416
- outcomeNotVerified: string;
417
- verified: string;
418
- };
419
3285
  outcomes: {
420
3286
  draw: string;
421
- win: string;
422
3287
  loss: string;
3288
+ win: string;
423
3289
  };
424
3290
  share: {
425
- betResultTitle: string;
426
3291
  betResultText: string;
427
- };
428
- errors: {
429
- dice: {
430
- multiplierRange: string;
431
- winChanceRange: string;
432
- };
433
- limbo: {
434
- multiplierRange: string;
435
- winChanceRange: string;
436
- };
437
- insufficientBalance: string;
438
- connection: string;
439
- game: string;
440
- };
441
- accessibility: {
442
- gameInProgress: string;
443
- betPlacedAnnouncement: string;
444
- languageChanged: string;
3292
+ betResultTitle: string;
445
3293
  };
446
3294
  };
447
3295
  };
448
3296
  export declare function getTranslation(key: TranslationKey, language?: Language, defaultValue?: string): string;
3297
+ export interface GameHost {
3298
+ addController(controller: any): void;
3299
+ }
3300
+ declare class HapticController {
3301
+ private canVibrate;
3302
+ constructor(host: GameHost);
3303
+ trigger(duration?: number | number[]): void;
3304
+ click(): void;
3305
+ lightClick(): void;
3306
+ }
449
3307
  declare enum OrigamiActionType {
450
3308
  START_BET = "START_BET",// bet started but not yet ended send to the /bet webhook
451
3309
  END_BET = "END_BET",// bet has been completed. Can be started and ended in 1 webhook or started in 1 and ended in another. send to the /bet webhook
@@ -521,7 +3379,7 @@ export interface HistoryItem {
521
3379
  bet: string;
522
3380
  win: string;
523
3381
  }
524
- export interface GameHost {
3382
+ interface GameHost$1 {
525
3383
  gameData: gameContextType;
526
3384
  addController(controller: any): void;
527
3385
  }
@@ -535,7 +3393,7 @@ declare class HistoryController extends EventTarget {
535
3393
  private _hasLoadedMore;
536
3394
  private _clientSeed;
537
3395
  private _hasLoadedClientSeed;
538
- constructor(host: GameHost);
3396
+ constructor(host: GameHost$1);
539
3397
  get historyData(): HistoryItem[];
540
3398
  get hasData(): boolean | null;
541
3399
  get isInitialized(): boolean;
@@ -559,7 +3417,7 @@ declare class HistoryController extends EventTarget {
559
3417
  updateClientSeed(newSeed: string): void;
560
3418
  }
561
3419
  export type BaseSound = "bet" | "click" | "dice-roll" | "dice-tick" | "half-double" | "keno-clear" | "keno-gem" | "limbo-tick" | "mines-bomb" | "mines-gem" | "secondary" | "toggle" | "win";
562
- interface GameHost$1 {
3420
+ interface GameHost$2 {
563
3421
  gameData: gameContextType;
564
3422
  addController(controller: any): void;
565
3423
  }
@@ -568,7 +3426,7 @@ declare class SoundController {
568
3426
  private muted;
569
3427
  private audioCtx;
570
3428
  private buffer;
571
- constructor(host: GameHost$1);
3429
+ constructor(host: GameHost$2);
572
3430
  preload(_file: string): void;
573
3431
  play(soundKey: BaseSound, muted?: boolean, pitch?: number, volume?: number, onEndCallback?: () => void): Promise<AudioBufferSourceNode | void>;
574
3432
  }
@@ -577,10 +3435,8 @@ export type gameContextType = {
577
3435
  updateBetAmount: (newAmount: BigNumber) => void;
578
3436
  updateBalance: (newAmount: BigNumber) => void;
579
3437
  currency: Currency;
580
- isCryptoMode: boolean;
3438
+ currencyDecimals: number;
581
3439
  showCurrencyAsText: boolean;
582
- isTheatreMode: boolean;
583
- showFavorites: boolean;
584
3440
  balance: number;
585
3441
  baseUrl: string;
586
3442
  authToken: string;
@@ -593,13 +3449,16 @@ export type gameContextType = {
593
3449
  updateVolume: (volume: number) => void;
594
3450
  updateInstantBetEnabled: (enabled: boolean) => void;
595
3451
  language: Language;
596
- updateLanguage: (language: Language) => void;
597
3452
  autobetNumberOfBets: number;
598
3453
  updateAutobetNumberOfBets: (numberOfBets: number) => void;
599
3454
  soundController?: SoundController;
600
3455
  historyController?: HistoryController;
601
- lobbyUrl?: string;
3456
+ hapticController?: HapticController;
3457
+ lobbyUrl: string;
602
3458
  depositUrl?: string;
3459
+ maxPayout: number;
3460
+ minBet: number;
3461
+ maxBet: number;
603
3462
  };
604
3463
  declare const gameContext: {
605
3464
  __context__: gameContextType;
@@ -612,23 +3471,27 @@ declare enum OrigamiGame {
612
3471
  }
613
3472
  export declare class GameProviderWrapper extends OrigamiElement {
614
3473
  currency: Currency;
615
- isTheatreMode: boolean;
616
- showFavorites: boolean;
3474
+ showCurrencyAsText: boolean;
617
3475
  balance: number;
3476
+ currencyDecimals: number;
618
3477
  baseUrl: string;
619
3478
  authToken: string;
620
- isCryptoMode: boolean;
621
- showCurrencyAsText: boolean;
622
3479
  origamiGame: OrigamiGame;
3480
+ lobbyUrl: string;
3481
+ depositUrl: string | undefined;
3482
+ maxPayout: number;
3483
+ minBet: number;
3484
+ maxBet: number;
623
3485
  private betAmount;
624
3486
  private autobetNumberOfBets;
625
3487
  private hotkeysOpenEnabled;
626
3488
  private volume;
627
3489
  private instantBetEnabled;
628
3490
  private mainWidth;
629
- private language;
3491
+ language: Language;
630
3492
  private _soundController;
631
3493
  private _historyController;
3494
+ private _hapticController;
632
3495
  protected _gameProvider: ContextProvider<typeof gameContext>;
633
3496
  connectedCallback(): void;
634
3497
  disconnectedCallback(): void;
@@ -641,7 +3504,6 @@ export declare class GameProviderWrapper extends OrigamiElement {
641
3504
  updateInstantBetEnabled(enabled: boolean): void;
642
3505
  updateAutobetNumberOfBets(numberOfBets: number): void;
643
3506
  updateMainWidth(width: number): void;
644
- updateLanguage(language: Language): void;
645
3507
  updateBetAmount(newAmount: BigNumber): void;
646
3508
  updateBalance(newAmount: BigNumber): void;
647
3509
  render(): import("lit-html").TemplateResult<1> | undefined;
@@ -866,7 +3728,7 @@ export declare class KenoGame extends GameComponent {
866
3728
  get kenoApi(): KenoApi | MockKenoApi;
867
3729
  kenoPlay(): Promise<void>;
868
3730
  private handleBetExecution;
869
- addToHistory(multiplier: number, won: boolean): void;
3731
+ addToHistory(multiplier: number, won: boolean, id: string): void;
870
3732
  protected executeAutobet(_autobetSettings: AutobetSettings, currentBetAmount: string): Promise<GameBetResult>;
871
3733
  handleTileClick: (e: KenoTileClickEvent) => void;
872
3734
  handleRiskChange: (e: KenoRiskChangeEvent) => void;
@@ -937,6 +3799,7 @@ export declare class LimboGame extends GameComponent {
937
3799
  multiplierChange: (e: LimboMultiplierChangeEvent) => void;
938
3800
  calculateProfitOnWin(): string;
939
3801
  winChanceChange: (e: LimboWinChanceChangeEvent) => void;
3802
+ addToHistory(multiplier: number, won: boolean, id: string): void;
940
3803
  multiplierAnimationEnd: (e: LimboMultiplierAnimationEndEvent) => void;
941
3804
  render(): import("lit-html").TemplateResult<1>;
942
3805
  }