@betorigami/games 1.16.2 → 1.17.0

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 CHANGED
@@ -63,7 +63,7 @@ declare class OrigamiElement extends LitElement {
63
63
  emit<T extends string & keyof EventTypesWithoutRequiredDetail>(name: EventTypeDoesNotRequireDetail<T>, options?: SlEventInit<T> | undefined): GetCustomEventType<T>;
64
64
  emit<T extends string & keyof EventTypesWithRequiredDetail>(name: EventTypeRequiresDetail<T>, options: SlEventInit<T>): GetCustomEventType<T>;
65
65
  }
66
- export type Language = "ar" | "de" | "en" | "es" | "fi" | "fr" | "hi" | "id" | "ja" | "ko" | "pl" | "pt" | "ru" | "tr" | "vi" | "zh";
66
+ export type Language = "ar" | "de" | "en" | "en-soc" | "es" | "fi" | "fr" | "hi" | "id" | "ja" | "ko" | "pl" | "pt" | "ru" | "tr" | "vi" | "zh";
67
67
  export type TranslationKey = keyof typeof enTranslations | `${keyof typeof enTranslations}.${string}` | `${keyof typeof enTranslations}.${string}.${string}`;
68
68
  export declare const translations: {
69
69
  readonly ar: {
@@ -1053,6 +1053,335 @@ export declare const translations: {
1053
1053
  gameInfo: string;
1054
1054
  };
1055
1055
  };
1056
+ readonly "en-soc": {
1057
+ accessibility: {
1058
+ sliderValue: string;
1059
+ };
1060
+ alerts: {
1061
+ autobetStarted: string;
1062
+ autobetStopped: string;
1063
+ betAmountAboveMaxBet: string;
1064
+ betAmountBelowMinBet: string;
1065
+ betLimitReached: string;
1066
+ errorProcessingBet: string;
1067
+ failedToLoadBetData: string;
1068
+ gameError: string;
1069
+ insufficientBalance: string;
1070
+ notEnoughBalance: string;
1071
+ maxPayoutExceeded: string;
1072
+ };
1073
+ autobet: {
1074
+ configureAutobet: string;
1075
+ games: string;
1076
+ games10: string;
1077
+ games100: string;
1078
+ games25: string;
1079
+ games5: string;
1080
+ games50: string;
1081
+ increase: string;
1082
+ infinite: string;
1083
+ onLoss: string;
1084
+ onWin: string;
1085
+ reset: string;
1086
+ startAutobet: string;
1087
+ stopAutobet: string;
1088
+ stopOnLoss: string;
1089
+ stopOnProfit: string;
1090
+ };
1091
+ clipboard: {
1092
+ linkCopied: string;
1093
+ };
1094
+ common: {
1095
+ auto: string;
1096
+ back: string;
1097
+ balance: string;
1098
+ bet: string;
1099
+ betAmount: string;
1100
+ cancel: string;
1101
+ cashOut: string;
1102
+ classic: string;
1103
+ confirm: string;
1104
+ copied: string;
1105
+ currency: string;
1106
+ deposit: string;
1107
+ disableHotkeys: string;
1108
+ disableMaxBet: string;
1109
+ enableHotkeys: string;
1110
+ enableMaxBet: string;
1111
+ footerNavigation: string;
1112
+ gameInfo: string;
1113
+ gameName: string;
1114
+ high: string;
1115
+ history: string;
1116
+ hotkeys: string;
1117
+ id: string;
1118
+ instantBet: string;
1119
+ loading: string;
1120
+ loadMore: string;
1121
+ lobby: string;
1122
+ low: string;
1123
+ manual: string;
1124
+ max: string;
1125
+ medium: string;
1126
+ multiplier: string;
1127
+ payout: string;
1128
+ placeBet: string;
1129
+ profit: string;
1130
+ profitOnWin: string;
1131
+ provablyFair: string;
1132
+ risk: string;
1133
+ roundId: string;
1134
+ saveChanges: string;
1135
+ shareReplay: string;
1136
+ siteInformation: string;
1137
+ space: string;
1138
+ support: string;
1139
+ targetMultiplier: string;
1140
+ thisFieldIsRequired: string;
1141
+ timestamp: string;
1142
+ toggleHotkeys: string;
1143
+ viewFairnessInformation: string;
1144
+ viewHistory: string;
1145
+ volume: string;
1146
+ winChance: string;
1147
+ };
1148
+ errors: {
1149
+ dice: {
1150
+ multiplierRange: string;
1151
+ winChanceRange: string;
1152
+ };
1153
+ roulette: {
1154
+ oppositeBet: string;
1155
+ };
1156
+ noWheelData: string;
1157
+ requestDropped: string;
1158
+ };
1159
+ fairness: {
1160
+ activeClientSeed: string;
1161
+ enterClientSeed: string;
1162
+ enterProof: string;
1163
+ enterPublicKey: string;
1164
+ enterRandomness: string;
1165
+ enterRequest: string;
1166
+ info: {
1167
+ p1: string;
1168
+ p2: string;
1169
+ p3: string;
1170
+ p4: string;
1171
+ step1Desc: string;
1172
+ step1Title: string;
1173
+ step2Title: string;
1174
+ step3Desc: string;
1175
+ step3Title: string;
1176
+ step4Title: string;
1177
+ step5Title: string;
1178
+ };
1179
+ invalidGame: string;
1180
+ learnMore: string;
1181
+ newClientSeed: string;
1182
+ noBettingHistory: string;
1183
+ outcomeCalculationInfo: string;
1184
+ outcomeNotVerified: string;
1185
+ outcomeVerified: string;
1186
+ proof: string;
1187
+ publicKey: string;
1188
+ randomness: string;
1189
+ request: string;
1190
+ saveClientSeed: string;
1191
+ verifyOutcome: string;
1192
+ };
1193
+ gameInfo: {
1194
+ baccarat: {
1195
+ how1: string;
1196
+ how2: string;
1197
+ how3: string;
1198
+ how4: string;
1199
+ how5: string;
1200
+ overview: string;
1201
+ provablyFair: string;
1202
+ strategyTip: string;
1203
+ };
1204
+ advancedDice: {
1205
+ how1: string;
1206
+ how2: string;
1207
+ how3: string;
1208
+ how4: string;
1209
+ how5: string;
1210
+ overview: string;
1211
+ provablyFair: string;
1212
+ strategyTip: string;
1213
+ };
1214
+ diamonds: {
1215
+ how1: string;
1216
+ how2: string;
1217
+ how3: string;
1218
+ how4: string;
1219
+ how5: string;
1220
+ overview: string;
1221
+ provablyFair: string;
1222
+ strategyTip: string;
1223
+ };
1224
+ dice: {
1225
+ how1: string;
1226
+ how2: string;
1227
+ how3: string;
1228
+ how4: string;
1229
+ how5: string;
1230
+ how6: string;
1231
+ overview: string;
1232
+ provablyFair: string;
1233
+ strategyTip: string;
1234
+ };
1235
+ keno: {
1236
+ how1: string;
1237
+ how2: string;
1238
+ how3: string;
1239
+ how4: string;
1240
+ how5: string;
1241
+ overview: string;
1242
+ provablyFair: string;
1243
+ strategyTip: string;
1244
+ };
1245
+ limbo: {
1246
+ how1: string;
1247
+ how2: string;
1248
+ how3: string;
1249
+ how4: string;
1250
+ how5: string;
1251
+ overview: string;
1252
+ provablyFair: string;
1253
+ strategyTip: string;
1254
+ };
1255
+ limitContent: string;
1256
+ limitTitle: string;
1257
+ mines: {
1258
+ how1: string;
1259
+ how2: string;
1260
+ how3: string;
1261
+ how4: string;
1262
+ how5: string;
1263
+ how6: string;
1264
+ overview: string;
1265
+ provablyFair: string;
1266
+ strategyTip: string;
1267
+ };
1268
+ plinko: {
1269
+ how1: string;
1270
+ how2: string;
1271
+ how3: string;
1272
+ how4: string;
1273
+ how5: string;
1274
+ overview: string;
1275
+ provablyFair: string;
1276
+ strategyTip: string;
1277
+ };
1278
+ rtpContent: string;
1279
+ rtpTitle: string;
1280
+ strategyTitle: string;
1281
+ tutorial: string;
1282
+ wheel: {
1283
+ how1: string;
1284
+ how2: string;
1285
+ how3: string;
1286
+ how4: string;
1287
+ how5: string;
1288
+ overview: string;
1289
+ provablyFair: string;
1290
+ strategyTip: string;
1291
+ };
1292
+ roulette: {
1293
+ how1: string;
1294
+ how2: string;
1295
+ how3: string;
1296
+ how4: string;
1297
+ how5: string;
1298
+ overview: string;
1299
+ provablyFair: string;
1300
+ strategyTip: string;
1301
+ };
1302
+ };
1303
+ games: {
1304
+ baccarat: {
1305
+ chipValue: string;
1306
+ player: string;
1307
+ banker: string;
1308
+ tie: string;
1309
+ totalBetAmount: string;
1310
+ selectChip: string;
1311
+ };
1312
+ roulette: {
1313
+ chipValue: string;
1314
+ totalBetAmount: string;
1315
+ };
1316
+ advancedDice: {
1317
+ between: string;
1318
+ boundsLower: string;
1319
+ boundsUpper: string;
1320
+ inside: string;
1321
+ outside: string;
1322
+ rollMode: string;
1323
+ secondBoundsLower: string;
1324
+ secondBoundsUpper: string;
1325
+ };
1326
+ dice: {
1327
+ rollOver: string;
1328
+ rollUnder: string;
1329
+ };
1330
+ keno: {
1331
+ autoPick: string;
1332
+ clearTable: string;
1333
+ kenoGameGrid: string;
1334
+ kenoNumber: string;
1335
+ selectAtLeastOneTile: string;
1336
+ selectTileToAutobet: string;
1337
+ };
1338
+ limbo: {
1339
+ multiplierError: string;
1340
+ targetMultiplier: string;
1341
+ winChanceError: string;
1342
+ };
1343
+ mines: {
1344
+ cashout: string;
1345
+ gem: string;
1346
+ gems: string;
1347
+ mine: string;
1348
+ mines: string;
1349
+ nextGem: string;
1350
+ selectRandomTile: string;
1351
+ selectTileToAutobet: string;
1352
+ tile: string;
1353
+ unrevealed: string;
1354
+ };
1355
+ wheel: {
1356
+ segments: string;
1357
+ };
1358
+ };
1359
+ hotkeys: {
1360
+ clearBets: string;
1361
+ doubleBet: string;
1362
+ doubleChipValue: string;
1363
+ doubleTotalBet: string;
1364
+ halveBet: string;
1365
+ halveChipValue: string;
1366
+ halveTotalBet: string;
1367
+ higherTarget: string;
1368
+ info: string;
1369
+ lowerTarget: string;
1370
+ makeBet: string;
1371
+ resetChipValue: string;
1372
+ toggleWinCondition: string;
1373
+ undo: string;
1374
+ clear: string;
1375
+ zeroBet: string;
1376
+ };
1377
+ modals: {
1378
+ betResult: string;
1379
+ fairnessAndHistory: string;
1380
+ gameArea: string;
1381
+ gameControls: string;
1382
+ gameInfo: string;
1383
+ };
1384
+ };
1056
1385
  readonly es: {
1057
1386
  accessibility: {
1058
1387
  sliderValue: string;