@betorigami/games 1.4.4 → 1.4.6
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.
- package/dist/index.d.ts +80 -16
- package/dist/index.mjs +768 -906
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ export declare const translations: {
|
|
|
67
67
|
notEnoughBalance: string;
|
|
68
68
|
};
|
|
69
69
|
autobet: {
|
|
70
|
+
configureAutobet: string;
|
|
70
71
|
games: string;
|
|
71
72
|
games10: string;
|
|
72
73
|
games100: string;
|
|
@@ -94,9 +95,9 @@ export declare const translations: {
|
|
|
94
95
|
classic: string;
|
|
95
96
|
confirm: string;
|
|
96
97
|
copied: string;
|
|
98
|
+
deposit: string;
|
|
97
99
|
disableHotkeys: string;
|
|
98
100
|
disableMaxBet: string;
|
|
99
|
-
deposit: string;
|
|
100
101
|
enableHotkeys: string;
|
|
101
102
|
enableMaxBet: string;
|
|
102
103
|
footerNavigation: string;
|
|
@@ -120,6 +121,7 @@ export declare const translations: {
|
|
|
120
121
|
profitOnWin: string;
|
|
121
122
|
provablyFair: string;
|
|
122
123
|
risk: string;
|
|
124
|
+
saveChanges: string;
|
|
123
125
|
siteInformation: string;
|
|
124
126
|
space: string;
|
|
125
127
|
targetMultiplier: string;
|
|
@@ -214,6 +216,8 @@ export declare const translations: {
|
|
|
214
216
|
provablyFair: string;
|
|
215
217
|
strategyTip: string;
|
|
216
218
|
};
|
|
219
|
+
rtpTitle: string;
|
|
220
|
+
rtpContent: string;
|
|
217
221
|
strategyTitle: string;
|
|
218
222
|
tutorial: string;
|
|
219
223
|
};
|
|
@@ -283,6 +287,7 @@ export declare const translations: {
|
|
|
283
287
|
notEnoughBalance: string;
|
|
284
288
|
};
|
|
285
289
|
autobet: {
|
|
290
|
+
configureAutobet: string;
|
|
286
291
|
games: string;
|
|
287
292
|
games10: string;
|
|
288
293
|
games100: string;
|
|
@@ -310,9 +315,9 @@ export declare const translations: {
|
|
|
310
315
|
classic: string;
|
|
311
316
|
confirm: string;
|
|
312
317
|
copied: string;
|
|
318
|
+
deposit: string;
|
|
313
319
|
disableHotkeys: string;
|
|
314
320
|
disableMaxBet: string;
|
|
315
|
-
deposit: string;
|
|
316
321
|
enableHotkeys: string;
|
|
317
322
|
enableMaxBet: string;
|
|
318
323
|
footerNavigation: string;
|
|
@@ -336,6 +341,7 @@ export declare const translations: {
|
|
|
336
341
|
profitOnWin: string;
|
|
337
342
|
provablyFair: string;
|
|
338
343
|
risk: string;
|
|
344
|
+
saveChanges: string;
|
|
339
345
|
siteInformation: string;
|
|
340
346
|
space: string;
|
|
341
347
|
targetMultiplier: string;
|
|
@@ -430,6 +436,8 @@ export declare const translations: {
|
|
|
430
436
|
provablyFair: string;
|
|
431
437
|
strategyTip: string;
|
|
432
438
|
};
|
|
439
|
+
rtpTitle: string;
|
|
440
|
+
rtpContent: string;
|
|
433
441
|
strategyTitle: string;
|
|
434
442
|
tutorial: string;
|
|
435
443
|
};
|
|
@@ -499,6 +507,7 @@ export declare const translations: {
|
|
|
499
507
|
notEnoughBalance: string;
|
|
500
508
|
};
|
|
501
509
|
autobet: {
|
|
510
|
+
configureAutobet: string;
|
|
502
511
|
games: string;
|
|
503
512
|
games10: string;
|
|
504
513
|
games100: string;
|
|
@@ -526,9 +535,9 @@ export declare const translations: {
|
|
|
526
535
|
classic: string;
|
|
527
536
|
confirm: string;
|
|
528
537
|
copied: string;
|
|
538
|
+
deposit: string;
|
|
529
539
|
disableHotkeys: string;
|
|
530
540
|
disableMaxBet: string;
|
|
531
|
-
deposit: string;
|
|
532
541
|
enableHotkeys: string;
|
|
533
542
|
enableMaxBet: string;
|
|
534
543
|
footerNavigation: string;
|
|
@@ -552,6 +561,7 @@ export declare const translations: {
|
|
|
552
561
|
profitOnWin: string;
|
|
553
562
|
provablyFair: string;
|
|
554
563
|
risk: string;
|
|
564
|
+
saveChanges: string;
|
|
555
565
|
siteInformation: string;
|
|
556
566
|
space: string;
|
|
557
567
|
targetMultiplier: string;
|
|
@@ -646,6 +656,8 @@ export declare const translations: {
|
|
|
646
656
|
provablyFair: string;
|
|
647
657
|
strategyTip: string;
|
|
648
658
|
};
|
|
659
|
+
rtpTitle: string;
|
|
660
|
+
rtpContent: string;
|
|
649
661
|
strategyTitle: string;
|
|
650
662
|
tutorial: string;
|
|
651
663
|
};
|
|
@@ -715,6 +727,7 @@ export declare const translations: {
|
|
|
715
727
|
notEnoughBalance: string;
|
|
716
728
|
};
|
|
717
729
|
autobet: {
|
|
730
|
+
configureAutobet: string;
|
|
718
731
|
games: string;
|
|
719
732
|
games10: string;
|
|
720
733
|
games100: string;
|
|
@@ -742,9 +755,9 @@ export declare const translations: {
|
|
|
742
755
|
classic: string;
|
|
743
756
|
confirm: string;
|
|
744
757
|
copied: string;
|
|
758
|
+
deposit: string;
|
|
745
759
|
disableHotkeys: string;
|
|
746
760
|
disableMaxBet: string;
|
|
747
|
-
deposit: string;
|
|
748
761
|
enableHotkeys: string;
|
|
749
762
|
enableMaxBet: string;
|
|
750
763
|
footerNavigation: string;
|
|
@@ -768,6 +781,7 @@ export declare const translations: {
|
|
|
768
781
|
profitOnWin: string;
|
|
769
782
|
provablyFair: string;
|
|
770
783
|
risk: string;
|
|
784
|
+
saveChanges: string;
|
|
771
785
|
siteInformation: string;
|
|
772
786
|
space: string;
|
|
773
787
|
targetMultiplier: string;
|
|
@@ -862,6 +876,8 @@ export declare const translations: {
|
|
|
862
876
|
provablyFair: string;
|
|
863
877
|
strategyTip: string;
|
|
864
878
|
};
|
|
879
|
+
rtpTitle: string;
|
|
880
|
+
rtpContent: string;
|
|
865
881
|
strategyTitle: string;
|
|
866
882
|
tutorial: string;
|
|
867
883
|
};
|
|
@@ -931,6 +947,7 @@ export declare const translations: {
|
|
|
931
947
|
notEnoughBalance: string;
|
|
932
948
|
};
|
|
933
949
|
autobet: {
|
|
950
|
+
configureAutobet: string;
|
|
934
951
|
games: string;
|
|
935
952
|
games10: string;
|
|
936
953
|
games100: string;
|
|
@@ -958,9 +975,9 @@ export declare const translations: {
|
|
|
958
975
|
classic: string;
|
|
959
976
|
confirm: string;
|
|
960
977
|
copied: string;
|
|
978
|
+
deposit: string;
|
|
961
979
|
disableHotkeys: string;
|
|
962
980
|
disableMaxBet: string;
|
|
963
|
-
deposit: string;
|
|
964
981
|
enableHotkeys: string;
|
|
965
982
|
enableMaxBet: string;
|
|
966
983
|
footerNavigation: string;
|
|
@@ -984,6 +1001,7 @@ export declare const translations: {
|
|
|
984
1001
|
profitOnWin: string;
|
|
985
1002
|
provablyFair: string;
|
|
986
1003
|
risk: string;
|
|
1004
|
+
saveChanges: string;
|
|
987
1005
|
siteInformation: string;
|
|
988
1006
|
space: string;
|
|
989
1007
|
targetMultiplier: string;
|
|
@@ -1078,6 +1096,8 @@ export declare const translations: {
|
|
|
1078
1096
|
provablyFair: string;
|
|
1079
1097
|
strategyTip: string;
|
|
1080
1098
|
};
|
|
1099
|
+
rtpTitle: string;
|
|
1100
|
+
rtpContent: string;
|
|
1081
1101
|
strategyTitle: string;
|
|
1082
1102
|
tutorial: string;
|
|
1083
1103
|
};
|
|
@@ -1147,6 +1167,7 @@ export declare const translations: {
|
|
|
1147
1167
|
notEnoughBalance: string;
|
|
1148
1168
|
};
|
|
1149
1169
|
autobet: {
|
|
1170
|
+
configureAutobet: string;
|
|
1150
1171
|
games: string;
|
|
1151
1172
|
games10: string;
|
|
1152
1173
|
games100: string;
|
|
@@ -1174,9 +1195,9 @@ export declare const translations: {
|
|
|
1174
1195
|
classic: string;
|
|
1175
1196
|
confirm: string;
|
|
1176
1197
|
copied: string;
|
|
1198
|
+
deposit: string;
|
|
1177
1199
|
disableHotkeys: string;
|
|
1178
1200
|
disableMaxBet: string;
|
|
1179
|
-
deposit: string;
|
|
1180
1201
|
enableHotkeys: string;
|
|
1181
1202
|
enableMaxBet: string;
|
|
1182
1203
|
footerNavigation: string;
|
|
@@ -1200,6 +1221,7 @@ export declare const translations: {
|
|
|
1200
1221
|
profitOnWin: string;
|
|
1201
1222
|
provablyFair: string;
|
|
1202
1223
|
risk: string;
|
|
1224
|
+
saveChanges: string;
|
|
1203
1225
|
siteInformation: string;
|
|
1204
1226
|
space: string;
|
|
1205
1227
|
targetMultiplier: string;
|
|
@@ -1294,6 +1316,8 @@ export declare const translations: {
|
|
|
1294
1316
|
provablyFair: string;
|
|
1295
1317
|
strategyTip: string;
|
|
1296
1318
|
};
|
|
1319
|
+
rtpTitle: string;
|
|
1320
|
+
rtpContent: string;
|
|
1297
1321
|
strategyTitle: string;
|
|
1298
1322
|
tutorial: string;
|
|
1299
1323
|
};
|
|
@@ -1363,6 +1387,7 @@ export declare const translations: {
|
|
|
1363
1387
|
notEnoughBalance: string;
|
|
1364
1388
|
};
|
|
1365
1389
|
autobet: {
|
|
1390
|
+
configureAutobet: string;
|
|
1366
1391
|
games: string;
|
|
1367
1392
|
games10: string;
|
|
1368
1393
|
games100: string;
|
|
@@ -1390,9 +1415,9 @@ export declare const translations: {
|
|
|
1390
1415
|
classic: string;
|
|
1391
1416
|
confirm: string;
|
|
1392
1417
|
copied: string;
|
|
1418
|
+
deposit: string;
|
|
1393
1419
|
disableHotkeys: string;
|
|
1394
1420
|
disableMaxBet: string;
|
|
1395
|
-
deposit: string;
|
|
1396
1421
|
enableHotkeys: string;
|
|
1397
1422
|
enableMaxBet: string;
|
|
1398
1423
|
footerNavigation: string;
|
|
@@ -1416,6 +1441,7 @@ export declare const translations: {
|
|
|
1416
1441
|
profitOnWin: string;
|
|
1417
1442
|
provablyFair: string;
|
|
1418
1443
|
risk: string;
|
|
1444
|
+
saveChanges: string;
|
|
1419
1445
|
siteInformation: string;
|
|
1420
1446
|
space: string;
|
|
1421
1447
|
targetMultiplier: string;
|
|
@@ -1510,6 +1536,8 @@ export declare const translations: {
|
|
|
1510
1536
|
provablyFair: string;
|
|
1511
1537
|
strategyTip: string;
|
|
1512
1538
|
};
|
|
1539
|
+
rtpTitle: string;
|
|
1540
|
+
rtpContent: string;
|
|
1513
1541
|
strategyTitle: string;
|
|
1514
1542
|
tutorial: string;
|
|
1515
1543
|
};
|
|
@@ -1579,6 +1607,7 @@ export declare const translations: {
|
|
|
1579
1607
|
notEnoughBalance: string;
|
|
1580
1608
|
};
|
|
1581
1609
|
autobet: {
|
|
1610
|
+
configureAutobet: string;
|
|
1582
1611
|
games: string;
|
|
1583
1612
|
games10: string;
|
|
1584
1613
|
games100: string;
|
|
@@ -1606,9 +1635,9 @@ export declare const translations: {
|
|
|
1606
1635
|
classic: string;
|
|
1607
1636
|
confirm: string;
|
|
1608
1637
|
copied: string;
|
|
1638
|
+
deposit: string;
|
|
1609
1639
|
disableHotkeys: string;
|
|
1610
1640
|
disableMaxBet: string;
|
|
1611
|
-
deposit: string;
|
|
1612
1641
|
enableHotkeys: string;
|
|
1613
1642
|
enableMaxBet: string;
|
|
1614
1643
|
footerNavigation: string;
|
|
@@ -1632,6 +1661,7 @@ export declare const translations: {
|
|
|
1632
1661
|
profitOnWin: string;
|
|
1633
1662
|
provablyFair: string;
|
|
1634
1663
|
risk: string;
|
|
1664
|
+
saveChanges: string;
|
|
1635
1665
|
siteInformation: string;
|
|
1636
1666
|
space: string;
|
|
1637
1667
|
targetMultiplier: string;
|
|
@@ -1726,6 +1756,8 @@ export declare const translations: {
|
|
|
1726
1756
|
provablyFair: string;
|
|
1727
1757
|
strategyTip: string;
|
|
1728
1758
|
};
|
|
1759
|
+
rtpTitle: string;
|
|
1760
|
+
rtpContent: string;
|
|
1729
1761
|
strategyTitle: string;
|
|
1730
1762
|
tutorial: string;
|
|
1731
1763
|
};
|
|
@@ -1795,6 +1827,7 @@ export declare const translations: {
|
|
|
1795
1827
|
notEnoughBalance: string;
|
|
1796
1828
|
};
|
|
1797
1829
|
autobet: {
|
|
1830
|
+
configureAutobet: string;
|
|
1798
1831
|
games: string;
|
|
1799
1832
|
games10: string;
|
|
1800
1833
|
games100: string;
|
|
@@ -1822,9 +1855,9 @@ export declare const translations: {
|
|
|
1822
1855
|
classic: string;
|
|
1823
1856
|
confirm: string;
|
|
1824
1857
|
copied: string;
|
|
1858
|
+
deposit: string;
|
|
1825
1859
|
disableHotkeys: string;
|
|
1826
1860
|
disableMaxBet: string;
|
|
1827
|
-
deposit: string;
|
|
1828
1861
|
enableHotkeys: string;
|
|
1829
1862
|
enableMaxBet: string;
|
|
1830
1863
|
footerNavigation: string;
|
|
@@ -1848,6 +1881,7 @@ export declare const translations: {
|
|
|
1848
1881
|
profitOnWin: string;
|
|
1849
1882
|
provablyFair: string;
|
|
1850
1883
|
risk: string;
|
|
1884
|
+
saveChanges: string;
|
|
1851
1885
|
siteInformation: string;
|
|
1852
1886
|
space: string;
|
|
1853
1887
|
targetMultiplier: string;
|
|
@@ -1942,6 +1976,8 @@ export declare const translations: {
|
|
|
1942
1976
|
provablyFair: string;
|
|
1943
1977
|
strategyTip: string;
|
|
1944
1978
|
};
|
|
1979
|
+
rtpTitle: string;
|
|
1980
|
+
rtpContent: string;
|
|
1945
1981
|
strategyTitle: string;
|
|
1946
1982
|
tutorial: string;
|
|
1947
1983
|
};
|
|
@@ -2011,6 +2047,7 @@ export declare const translations: {
|
|
|
2011
2047
|
notEnoughBalance: string;
|
|
2012
2048
|
};
|
|
2013
2049
|
autobet: {
|
|
2050
|
+
configureAutobet: string;
|
|
2014
2051
|
games: string;
|
|
2015
2052
|
games10: string;
|
|
2016
2053
|
games100: string;
|
|
@@ -2038,9 +2075,9 @@ export declare const translations: {
|
|
|
2038
2075
|
classic: string;
|
|
2039
2076
|
confirm: string;
|
|
2040
2077
|
copied: string;
|
|
2078
|
+
deposit: string;
|
|
2041
2079
|
disableHotkeys: string;
|
|
2042
2080
|
disableMaxBet: string;
|
|
2043
|
-
deposit: string;
|
|
2044
2081
|
enableHotkeys: string;
|
|
2045
2082
|
enableMaxBet: string;
|
|
2046
2083
|
footerNavigation: string;
|
|
@@ -2064,6 +2101,7 @@ export declare const translations: {
|
|
|
2064
2101
|
profitOnWin: string;
|
|
2065
2102
|
provablyFair: string;
|
|
2066
2103
|
risk: string;
|
|
2104
|
+
saveChanges: string;
|
|
2067
2105
|
siteInformation: string;
|
|
2068
2106
|
space: string;
|
|
2069
2107
|
targetMultiplier: string;
|
|
@@ -2158,6 +2196,8 @@ export declare const translations: {
|
|
|
2158
2196
|
provablyFair: string;
|
|
2159
2197
|
strategyTip: string;
|
|
2160
2198
|
};
|
|
2199
|
+
rtpTitle: string;
|
|
2200
|
+
rtpContent: string;
|
|
2161
2201
|
strategyTitle: string;
|
|
2162
2202
|
tutorial: string;
|
|
2163
2203
|
};
|
|
@@ -2227,6 +2267,7 @@ export declare const translations: {
|
|
|
2227
2267
|
notEnoughBalance: string;
|
|
2228
2268
|
};
|
|
2229
2269
|
autobet: {
|
|
2270
|
+
configureAutobet: string;
|
|
2230
2271
|
games: string;
|
|
2231
2272
|
games10: string;
|
|
2232
2273
|
games100: string;
|
|
@@ -2254,9 +2295,9 @@ export declare const translations: {
|
|
|
2254
2295
|
classic: string;
|
|
2255
2296
|
confirm: string;
|
|
2256
2297
|
copied: string;
|
|
2298
|
+
deposit: string;
|
|
2257
2299
|
disableHotkeys: string;
|
|
2258
2300
|
disableMaxBet: string;
|
|
2259
|
-
deposit: string;
|
|
2260
2301
|
enableHotkeys: string;
|
|
2261
2302
|
enableMaxBet: string;
|
|
2262
2303
|
footerNavigation: string;
|
|
@@ -2280,6 +2321,7 @@ export declare const translations: {
|
|
|
2280
2321
|
profitOnWin: string;
|
|
2281
2322
|
provablyFair: string;
|
|
2282
2323
|
risk: string;
|
|
2324
|
+
saveChanges: string;
|
|
2283
2325
|
siteInformation: string;
|
|
2284
2326
|
space: string;
|
|
2285
2327
|
targetMultiplier: string;
|
|
@@ -2374,6 +2416,8 @@ export declare const translations: {
|
|
|
2374
2416
|
provablyFair: string;
|
|
2375
2417
|
strategyTip: string;
|
|
2376
2418
|
};
|
|
2419
|
+
rtpTitle: string;
|
|
2420
|
+
rtpContent: string;
|
|
2377
2421
|
strategyTitle: string;
|
|
2378
2422
|
tutorial: string;
|
|
2379
2423
|
};
|
|
@@ -2443,6 +2487,7 @@ export declare const translations: {
|
|
|
2443
2487
|
notEnoughBalance: string;
|
|
2444
2488
|
};
|
|
2445
2489
|
autobet: {
|
|
2490
|
+
configureAutobet: string;
|
|
2446
2491
|
games: string;
|
|
2447
2492
|
games10: string;
|
|
2448
2493
|
games100: string;
|
|
@@ -2470,9 +2515,9 @@ export declare const translations: {
|
|
|
2470
2515
|
classic: string;
|
|
2471
2516
|
confirm: string;
|
|
2472
2517
|
copied: string;
|
|
2518
|
+
deposit: string;
|
|
2473
2519
|
disableHotkeys: string;
|
|
2474
2520
|
disableMaxBet: string;
|
|
2475
|
-
deposit: string;
|
|
2476
2521
|
enableHotkeys: string;
|
|
2477
2522
|
enableMaxBet: string;
|
|
2478
2523
|
footerNavigation: string;
|
|
@@ -2496,6 +2541,7 @@ export declare const translations: {
|
|
|
2496
2541
|
profitOnWin: string;
|
|
2497
2542
|
provablyFair: string;
|
|
2498
2543
|
risk: string;
|
|
2544
|
+
saveChanges: string;
|
|
2499
2545
|
siteInformation: string;
|
|
2500
2546
|
space: string;
|
|
2501
2547
|
targetMultiplier: string;
|
|
@@ -2590,6 +2636,8 @@ export declare const translations: {
|
|
|
2590
2636
|
provablyFair: string;
|
|
2591
2637
|
strategyTip: string;
|
|
2592
2638
|
};
|
|
2639
|
+
rtpTitle: string;
|
|
2640
|
+
rtpContent: string;
|
|
2593
2641
|
strategyTitle: string;
|
|
2594
2642
|
tutorial: string;
|
|
2595
2643
|
};
|
|
@@ -2659,6 +2707,7 @@ export declare const translations: {
|
|
|
2659
2707
|
notEnoughBalance: string;
|
|
2660
2708
|
};
|
|
2661
2709
|
autobet: {
|
|
2710
|
+
configureAutobet: string;
|
|
2662
2711
|
games: string;
|
|
2663
2712
|
games10: string;
|
|
2664
2713
|
games100: string;
|
|
@@ -2686,9 +2735,9 @@ export declare const translations: {
|
|
|
2686
2735
|
classic: string;
|
|
2687
2736
|
confirm: string;
|
|
2688
2737
|
copied: string;
|
|
2738
|
+
deposit: string;
|
|
2689
2739
|
disableHotkeys: string;
|
|
2690
2740
|
disableMaxBet: string;
|
|
2691
|
-
deposit: string;
|
|
2692
2741
|
enableHotkeys: string;
|
|
2693
2742
|
enableMaxBet: string;
|
|
2694
2743
|
footerNavigation: string;
|
|
@@ -2712,6 +2761,7 @@ export declare const translations: {
|
|
|
2712
2761
|
profitOnWin: string;
|
|
2713
2762
|
provablyFair: string;
|
|
2714
2763
|
risk: string;
|
|
2764
|
+
saveChanges: string;
|
|
2715
2765
|
siteInformation: string;
|
|
2716
2766
|
space: string;
|
|
2717
2767
|
targetMultiplier: string;
|
|
@@ -2806,6 +2856,8 @@ export declare const translations: {
|
|
|
2806
2856
|
provablyFair: string;
|
|
2807
2857
|
strategyTip: string;
|
|
2808
2858
|
};
|
|
2859
|
+
rtpTitle: string;
|
|
2860
|
+
rtpContent: string;
|
|
2809
2861
|
strategyTitle: string;
|
|
2810
2862
|
tutorial: string;
|
|
2811
2863
|
};
|
|
@@ -2875,6 +2927,7 @@ export declare const translations: {
|
|
|
2875
2927
|
notEnoughBalance: string;
|
|
2876
2928
|
};
|
|
2877
2929
|
autobet: {
|
|
2930
|
+
configureAutobet: string;
|
|
2878
2931
|
games: string;
|
|
2879
2932
|
games10: string;
|
|
2880
2933
|
games100: string;
|
|
@@ -2902,9 +2955,9 @@ export declare const translations: {
|
|
|
2902
2955
|
classic: string;
|
|
2903
2956
|
confirm: string;
|
|
2904
2957
|
copied: string;
|
|
2958
|
+
deposit: string;
|
|
2905
2959
|
disableHotkeys: string;
|
|
2906
2960
|
disableMaxBet: string;
|
|
2907
|
-
deposit: string;
|
|
2908
2961
|
enableHotkeys: string;
|
|
2909
2962
|
enableMaxBet: string;
|
|
2910
2963
|
footerNavigation: string;
|
|
@@ -2928,6 +2981,7 @@ export declare const translations: {
|
|
|
2928
2981
|
profitOnWin: string;
|
|
2929
2982
|
provablyFair: string;
|
|
2930
2983
|
risk: string;
|
|
2984
|
+
saveChanges: string;
|
|
2931
2985
|
siteInformation: string;
|
|
2932
2986
|
space: string;
|
|
2933
2987
|
targetMultiplier: string;
|
|
@@ -3022,6 +3076,8 @@ export declare const translations: {
|
|
|
3022
3076
|
provablyFair: string;
|
|
3023
3077
|
strategyTip: string;
|
|
3024
3078
|
};
|
|
3079
|
+
rtpTitle: string;
|
|
3080
|
+
rtpContent: string;
|
|
3025
3081
|
strategyTitle: string;
|
|
3026
3082
|
tutorial: string;
|
|
3027
3083
|
};
|
|
@@ -3091,6 +3147,7 @@ export declare const translations: {
|
|
|
3091
3147
|
notEnoughBalance: string;
|
|
3092
3148
|
};
|
|
3093
3149
|
autobet: {
|
|
3150
|
+
configureAutobet: string;
|
|
3094
3151
|
games: string;
|
|
3095
3152
|
games10: string;
|
|
3096
3153
|
games100: string;
|
|
@@ -3118,9 +3175,9 @@ export declare const translations: {
|
|
|
3118
3175
|
classic: string;
|
|
3119
3176
|
confirm: string;
|
|
3120
3177
|
copied: string;
|
|
3178
|
+
deposit: string;
|
|
3121
3179
|
disableHotkeys: string;
|
|
3122
3180
|
disableMaxBet: string;
|
|
3123
|
-
deposit: string;
|
|
3124
3181
|
enableHotkeys: string;
|
|
3125
3182
|
enableMaxBet: string;
|
|
3126
3183
|
footerNavigation: string;
|
|
@@ -3144,6 +3201,7 @@ export declare const translations: {
|
|
|
3144
3201
|
profitOnWin: string;
|
|
3145
3202
|
provablyFair: string;
|
|
3146
3203
|
risk: string;
|
|
3204
|
+
saveChanges: string;
|
|
3147
3205
|
siteInformation: string;
|
|
3148
3206
|
space: string;
|
|
3149
3207
|
targetMultiplier: string;
|
|
@@ -3238,6 +3296,8 @@ export declare const translations: {
|
|
|
3238
3296
|
provablyFair: string;
|
|
3239
3297
|
strategyTip: string;
|
|
3240
3298
|
};
|
|
3299
|
+
rtpTitle: string;
|
|
3300
|
+
rtpContent: string;
|
|
3241
3301
|
strategyTitle: string;
|
|
3242
3302
|
tutorial: string;
|
|
3243
3303
|
};
|
|
@@ -3307,6 +3367,7 @@ export declare const translations: {
|
|
|
3307
3367
|
notEnoughBalance: string;
|
|
3308
3368
|
};
|
|
3309
3369
|
autobet: {
|
|
3370
|
+
configureAutobet: string;
|
|
3310
3371
|
games: string;
|
|
3311
3372
|
games10: string;
|
|
3312
3373
|
games100: string;
|
|
@@ -3334,9 +3395,9 @@ export declare const translations: {
|
|
|
3334
3395
|
classic: string;
|
|
3335
3396
|
confirm: string;
|
|
3336
3397
|
copied: string;
|
|
3398
|
+
deposit: string;
|
|
3337
3399
|
disableHotkeys: string;
|
|
3338
3400
|
disableMaxBet: string;
|
|
3339
|
-
deposit: string;
|
|
3340
3401
|
enableHotkeys: string;
|
|
3341
3402
|
enableMaxBet: string;
|
|
3342
3403
|
footerNavigation: string;
|
|
@@ -3360,6 +3421,7 @@ export declare const translations: {
|
|
|
3360
3421
|
profitOnWin: string;
|
|
3361
3422
|
provablyFair: string;
|
|
3362
3423
|
risk: string;
|
|
3424
|
+
saveChanges: string;
|
|
3363
3425
|
siteInformation: string;
|
|
3364
3426
|
space: string;
|
|
3365
3427
|
targetMultiplier: string;
|
|
@@ -3454,6 +3516,8 @@ export declare const translations: {
|
|
|
3454
3516
|
provablyFair: string;
|
|
3455
3517
|
strategyTip: string;
|
|
3456
3518
|
};
|
|
3519
|
+
rtpTitle: string;
|
|
3520
|
+
rtpContent: string;
|
|
3457
3521
|
strategyTitle: string;
|
|
3458
3522
|
tutorial: string;
|
|
3459
3523
|
};
|