@truelab/truelogic-plinko 0.0.1-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/README.md +7 -0
- package/dist/100.min.js +1 -0
- package/dist/103.min.js +1 -0
- package/dist/113.min.js +1 -0
- package/dist/172.min.js +1 -0
- package/dist/180.min.js +1 -0
- package/dist/201.min.js +1 -0
- package/dist/203.min.js +1 -0
- package/dist/266.min.js +1 -0
- package/dist/282.min.js +1 -0
- package/dist/383.min.js +1 -0
- package/dist/4.min.js +1 -0
- package/dist/423.min.js +1 -0
- package/dist/546.min.js +1 -0
- package/dist/585.min.js +1 -0
- package/dist/59.min.js +1 -0
- package/dist/683.min.js +1 -0
- package/dist/699.min.js +1 -0
- package/dist/728.min.js +1 -0
- package/dist/756.min.js +1 -0
- package/dist/761.min.js +1 -0
- package/dist/80.min.js +1 -0
- package/dist/90.min.js +1 -0
- package/dist/929.min.js +1 -0
- package/dist/937.min.js +1 -0
- package/dist/988.min.js +1 -0
- package/dist/assets/Roboto-Black.a04aceecdab55c0e2ea1.woff2 +0 -0
- package/dist/assets/Roboto-Bold.002079d85a6f27587d17.woff2 +0 -0
- package/dist/assets/Roboto-Medium.70ace3870f471997ceb7.woff2 +0 -0
- package/dist/assets/Roboto-Regular.9429985be4f46ec8fcfc.woff2 +0 -0
- package/dist/assets/bonus-bet.92176102a2fc6eb9a721.png +0 -0
- package/dist/assets/cash-prize.4ef22f77cafcace9ef38.webp +0 -0
- package/dist/assets/locales/cs.json +224 -0
- package/dist/assets/locales/de.json +224 -0
- package/dist/assets/locales/en.json +224 -0
- package/dist/assets/locales/es.json +224 -0
- package/dist/assets/locales/fi.json +224 -0
- package/dist/assets/locales/fr.json +224 -0
- package/dist/assets/locales/hi.json +224 -0
- package/dist/assets/locales/hr.json +224 -0
- package/dist/assets/locales/id.json +224 -0
- package/dist/assets/locales/it.json +224 -0
- package/dist/assets/locales/ja.json +224 -0
- package/dist/assets/locales/kk.json +224 -0
- package/dist/assets/locales/ko.json +224 -0
- package/dist/assets/locales/nl.json +224 -0
- package/dist/assets/locales/no.json +224 -0
- package/dist/assets/locales/pl.json +224 -0
- package/dist/assets/locales/pt.json +224 -0
- package/dist/assets/locales/ru.json +224 -0
- package/dist/assets/locales/sr.json +224 -0
- package/dist/assets/locales/sv.json +224 -0
- package/dist/assets/locales/th.json +224 -0
- package/dist/assets/locales/tr.json +224 -0
- package/dist/assets/locales/uk.json +224 -0
- package/dist/assets/locales/vi.json +224 -0
- package/dist/assets/locales/zh.json +224 -0
- package/dist/assets/panel_play_button.fec84ba33292aa7b4089.webp +0 -0
- package/dist/assets/panel_play_button_disabled.f295d9d31571065db3a3.webp +0 -0
- package/dist/assets/panel_play_button_hover.cfe4de75542a322de43f.webp +0 -0
- package/dist/assets/panel_play_button_on_tap.7dc9c4ca3ef1fde39ae1.webp +0 -0
- package/dist/assets/prize-drop-bg-event-landscape.62d513476fec0a205481.webp +0 -0
- package/dist/assets/prize-drop-bg-event-portrait.3d627778db401fff49c0.webp +0 -0
- package/dist/assets/prize-drop-logo.b4d8a5270f8092b9f573.webp +0 -0
- package/dist/preloader.html +1 -0
- package/dist/truelogic.min.css +3 -0
- package/dist/truelogic.min.js +2 -0
- package/dist/types/babel.config.d.ts +3 -0
- package/dist/types/config/jest/file.mock.d.ts +2 -0
- package/dist/types/config/jest/jest.config.d.ts +3 -0
- package/dist/types/config/jest/jest.setup.d.ts +1 -0
- package/dist/types/config/jest/svg.mock.d.ts +2 -0
- package/dist/types/config/webpack/buildDevServer.d.ts +3 -0
- package/dist/types/config/webpack/buildLoaders.d.ts +3 -0
- package/dist/types/config/webpack/buildPlugins.d.ts +3 -0
- package/dist/types/config/webpack/buildResolvers.d.ts +3 -0
- package/dist/types/config/webpack/buildWebpackConfig.d.ts +3 -0
- package/dist/types/config/webpack/loaders/buildCssLoaders.d.ts +5 -0
- package/dist/types/config/webpack/loaders/buildSvgLoader.d.ts +2 -0
- package/dist/types/config/webpack/types.d.ts +33 -0
- package/dist/types/docs/docusaurus.config.d.ts +3 -0
- package/dist/types/docs/sidebars.d.ts +3 -0
- package/dist/types/src/app/App.d.ts +11 -0
- package/dist/types/src/app/config/api/apiConfig.d.ts +2 -0
- package/dist/types/src/app/config/api/apiRoundReplay.d.ts +2 -0
- package/dist/types/src/app/config/index.d.ts +6 -0
- package/dist/types/src/app/config/lib/detectLang.d.ts +1 -0
- package/dist/types/src/app/config/lib/getDefaultStake.d.ts +3 -0
- package/dist/types/src/app/config/lib/getStakeAmountsMap.d.ts +2 -0
- package/dist/types/src/app/config/lib/getStakeAmountsMapByLevels.d.ts +2 -0
- package/dist/types/src/app/config/lib/getStakeLevels.d.ts +2 -0
- package/dist/types/src/app/config/model/apiConfigSlice.d.ts +6 -0
- package/dist/types/src/app/config/model/apiRoundReplaySlice.d.ts +6 -0
- package/dist/types/src/app/config/types/apiConfig.d.ts +10 -0
- package/dist/types/src/app/config/types/apiRoundReplay.d.ts +10 -0
- package/dist/types/src/app/fonts/fontsConfig.d.ts +2 -0
- package/dist/types/src/app/fonts/index.d.ts +1 -0
- package/dist/types/src/app/lib/functions/getConfigurationNonCriticalImages.d.ts +2 -0
- package/dist/types/src/app/lib/functions/getConfigurationPanelImages.d.ts +1 -0
- package/dist/types/src/app/lib/functions/getPreloaderImages.d.ts +2 -0
- package/dist/types/src/app/lib/functions/getPrizeDropImages.d.ts +1 -0
- package/dist/types/src/app/lib/functions/index.d.ts +3 -0
- package/dist/types/src/app/lib/hooks/useAnalyticsEvents.d.ts +1 -0
- package/dist/types/src/app/lib/hooks/useIntegrationEvents.d.ts +1 -0
- package/dist/types/src/app/lib/hooks/useOperatorEvents.d.ts +1 -0
- package/dist/types/src/app/lib/integration/index.d.ts +2 -0
- package/dist/types/src/app/lib/integration/publicEvents/usePublicEvents.d.ts +1 -0
- package/dist/types/src/app/lib/integration/socketEvents/useSocketEvents.d.ts +1 -0
- package/dist/types/src/app/lib/singletones/publicEmitter.d.ts +95 -0
- package/dist/types/src/app/store.d.ts +1726 -0
- package/dist/types/src/entities/autoplay/index.d.ts +3 -0
- package/dist/types/src/entities/autoplay/lib/types.d.ts +1 -0
- package/dist/types/src/entities/autoplay/lib/useAutoplayNumbers.d.ts +4 -0
- package/dist/types/src/entities/autoplay/model/autoPlaySlice.d.ts +375 -0
- package/dist/types/src/entities/autoplay/model/autoPlaySlice.test.d.ts +1 -0
- package/dist/types/src/entities/bonus/index.d.ts +6 -0
- package/dist/types/src/entities/bonus/model/bonusSlice.d.ts +762 -0
- package/dist/types/src/entities/bonus/model/bonusSlice.test.d.ts +1 -0
- package/dist/types/src/entities/bonus/ui/BonusConfirmButtonBase/BonusConfirmButtonBase.d.ts +7 -0
- package/dist/types/src/entities/bonus/ui/BonusConfirmButtonPro/BonusConfirmButtonPro.d.ts +8 -0
- package/dist/types/src/entities/bonus/ui/BonusDescription/BonusDescription.d.ts +8 -0
- package/dist/types/src/entities/bonus/ui/BonusFeatureCard/BonusFeatureCard.d.ts +15 -0
- package/dist/types/src/entities/bonus/ui/CloseButton/CloseButton.d.ts +4 -0
- package/dist/types/src/entities/bonus/ui/ValueSelector/ValueSelector.d.ts +11 -0
- package/dist/types/src/entities/complianceSettings/index.d.ts +2 -0
- package/dist/types/src/entities/complianceSettings/lib/isDisabledByCompliance.d.ts +4 -0
- package/dist/types/src/entities/complianceSettings/model/complianceSettingsSlice.d.ts +3 -0
- package/dist/types/src/entities/fastplay/index.d.ts +4 -0
- package/dist/types/src/entities/fastplay/model/fastPlaySlice.d.ts +6 -0
- package/dist/types/src/entities/fastplay/ui/FastPlaySwitcher/FastPlaySwitcher.d.ts +6 -0
- package/dist/types/src/entities/fastplay/ui/FastPlayTooltip/FastPlayTooltip.d.ts +7 -0
- package/dist/types/src/entities/fastplay/ui/PanelFastPlay/PanelFastPlay.d.ts +6 -0
- package/dist/types/src/entities/fillFrame/index.d.ts +2 -0
- package/dist/types/src/entities/fillFrame/model/fillFrameSlice.d.ts +26 -0
- package/dist/types/src/entities/fillFrame/model/types.d.ts +11 -0
- package/dist/types/src/entities/fillFrame/ui/FillFrame.d.ts +1 -0
- package/dist/types/src/entities/freeRounds/index.d.ts +3 -0
- package/dist/types/src/entities/freeRounds/model/freeRoundsSlice.d.ts +13 -0
- package/dist/types/src/entities/freeRounds/model/types.d.ts +4 -0
- package/dist/types/src/entities/freeRounds/ui/FreeRoundLabel/FreeRoundLabel.d.ts +5 -0
- package/dist/types/src/entities/gameInfo/index.d.ts +2 -0
- package/dist/types/src/entities/gameInfo/model/gameInfoSlice.d.ts +19 -0
- package/dist/types/src/entities/gameInfo/model/presets/getTruelabGamePreset.d.ts +3 -0
- package/dist/types/src/entities/gameInfo/model/types.d.ts +16 -0
- package/dist/types/src/entities/gameSettings/index.d.ts +1 -0
- package/dist/types/src/entities/gameSettings/model/gameSettingsSlice.d.ts +3 -0
- package/dist/types/src/entities/loading/index.d.ts +3 -0
- package/dist/types/src/entities/loading/lib/useLoadingListeners.d.ts +1 -0
- package/dist/types/src/entities/loading/model/loadingSlice.d.ts +38 -0
- package/dist/types/src/entities/loading/ui/GameLoader.d.ts +7 -0
- package/dist/types/src/entities/menu/index.d.ts +1 -0
- package/dist/types/src/entities/menu/ui/MenuSwitchItem.d.ts +6 -0
- package/dist/types/src/entities/modals/index.d.ts +5 -0
- package/dist/types/src/entities/modals/ui/ModalBase.d.ts +18 -0
- package/dist/types/src/entities/modals/ui/ModalBaseBody.d.ts +7 -0
- package/dist/types/src/entities/modals/ui/ModalBaseFooter.d.ts +7 -0
- package/dist/types/src/entities/modals/ui/ModalBaseHeader.d.ts +11 -0
- package/dist/types/src/entities/modals/ui/ModalMenuItemCard.d.ts +8 -0
- package/dist/types/src/entities/netPosition/index.d.ts +1 -0
- package/dist/types/src/entities/netPosition/ui/NetPosition.d.ts +6 -0
- package/dist/types/src/entities/panel/index.d.ts +1 -0
- package/dist/types/src/entities/panel/model/panelSlice.d.ts +13 -0
- package/dist/types/src/entities/payTable/index.d.ts +9 -0
- package/dist/types/src/entities/payTable/model/payTableSlice.d.ts +19 -0
- package/dist/types/src/entities/payTable/model/types.d.ts +40 -0
- package/dist/types/src/entities/payTable/ui/PayTableConstructor/PayTableConstructor.d.ts +1 -0
- package/dist/types/src/entities/payTable/ui/PayTableConstructor/items/PayTableLine.d.ts +13 -0
- package/dist/types/src/entities/payTable/ui/PayTableConstructor/items/PayTableSymbolGridV1.d.ts +13 -0
- package/dist/types/src/entities/payTable/ui/PayTableConstructor/items/PayTableSymbolGridV2.d.ts +13 -0
- package/dist/types/src/entities/payTable/ui/PayTableConstructor/items/PayTableSymbolSpecialV1.d.ts +42 -0
- package/dist/types/src/entities/payTable/ui/PayTableConstructor/items/PayTableSymbolSpecialV2.d.ts +15 -0
- package/dist/types/src/entities/payTable/ui/PayTableConstructor/items/PayTableTitle.d.ts +10 -0
- package/dist/types/src/entities/play/index.d.ts +5 -0
- package/dist/types/src/entities/play/model/apiRoundCloseSlice.d.ts +15 -0
- package/dist/types/src/entities/play/model/apiRoundOpenSlice.d.ts +15 -0
- package/dist/types/src/entities/play/model/apiRoundPlaySlice.d.ts +15 -0
- package/dist/types/src/entities/play/model/playSlice.d.ts +6 -0
- package/dist/types/src/entities/play/model/types.d.ts +6 -0
- package/dist/types/src/entities/prizeDrop/index.d.ts +9 -0
- package/dist/types/src/entities/prizeDrop/model/prizeDropSlice.d.ts +59 -0
- package/dist/types/src/entities/prizeDrop/ui/PanelPrizeDrop.d.ts +6 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropBadge.d.ts +7 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropButton.d.ts +7 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropEvents/PrizeDropEvents.d.ts +1 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropEvents/components/PrizeDropCountDown.d.ts +5 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropEvents/components/PrizeDropEventsBetStatus.d.ts +5 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropEvents/components/PrizeDropEventsHeader.d.ts +8 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropEvents/components/PrizeDropEventsMinBet.d.ts +6 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropEvents/components/PrizeDropEventsPrizes.d.ts +5 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropEvents/components/PrizeDropEventsStats.d.ts +6 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropEvents/index.d.ts +1 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropInterval.d.ts +21 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropPrizePool.d.ts +1 -0
- package/dist/types/src/entities/prizeDrop/ui/PrizeDropRules.d.ts +1 -0
- package/dist/types/src/entities/prizeDrop/ui/TabsHeader.d.ts +13 -0
- package/dist/types/src/entities/realityCheck/index.d.ts +4 -0
- package/dist/types/src/entities/realityCheck/lib/hook/useRealityCheck.d.ts +1 -0
- package/dist/types/src/entities/realityCheck/model/realityCheckSlice.d.ts +40 -0
- package/dist/types/src/entities/realityCheck/ui/RealityCheckSwitcher/RealityCheckSwitcher.d.ts +7 -0
- package/dist/types/src/entities/realityCheck/ui/RealityCheckTime/RealityCheckTime.d.ts +1 -0
- package/dist/types/src/entities/round/index.d.ts +2 -0
- package/dist/types/src/entities/round/model/roundSlice.d.ts +33 -0
- package/dist/types/src/entities/roundsHistory/api/apiRoundsHistory.d.ts +3 -0
- package/dist/types/src/entities/roundsHistory/index.d.ts +5 -0
- package/dist/types/src/entities/roundsHistory/model/roundsHistorySlice.d.ts +21 -0
- package/dist/types/src/entities/roundsHistory/ui/RoundsHistoryCard.d.ts +9 -0
- package/dist/types/src/entities/roundsHistory/ui/RoundsHistoryNothingHere.d.ts +6 -0
- package/dist/types/src/entities/roundsHistory/ui/RoundsHistoryPeriodSelector.d.ts +8 -0
- package/dist/types/src/entities/roundsHistory/ui/RoundsHistoryTable.d.ts +6 -0
- package/dist/types/src/entities/session/index.d.ts +1 -0
- package/dist/types/src/entities/session/model/sessionSlice.d.ts +28 -0
- package/dist/types/src/entities/skip/index.d.ts +1 -0
- package/dist/types/src/entities/skip/model/skipSlice.d.ts +18 -0
- package/dist/types/src/entities/sound/index.d.ts +8 -0
- package/dist/types/src/entities/sound/lib/useSoundListener.d.ts +1 -0
- package/dist/types/src/entities/sound/model/soundSlice.d.ts +72 -0
- package/dist/types/src/entities/sound/model/types.d.ts +7 -0
- package/dist/types/src/entities/sound/ui/GameSoundControl/GameSoundControl.d.ts +6 -0
- package/dist/types/src/entities/sound/ui/SoundRange/SoundRangeEffects.d.ts +1 -0
- package/dist/types/src/entities/sound/ui/SoundRange/SoundRangeMusic.d.ts +1 -0
- package/dist/types/src/entities/sound/ui/SoundRange/SoundRangeVolume.d.ts +1 -0
- package/dist/types/src/entities/sound/ui/SoundSettingsSwitcher/SoundSettingsSwitcher.d.ts +1 -0
- package/dist/types/src/entities/stake/index.d.ts +4 -0
- package/dist/types/src/entities/stake/lib/getClosestAmountIndex.d.ts +1 -0
- package/dist/types/src/entities/stake/model/stakeSlice.d.ts +143 -0
- package/dist/types/src/entities/stake/model/stakeSlice.test.d.ts +1 -0
- package/dist/types/src/entities/stake/ui/PanelStakeAmounts/PanelStakeAmounts.d.ts +9 -0
- package/dist/types/src/entities/stake/ui/StakeAmountDropdown/StakeAmountDropdown.d.ts +1 -0
- package/dist/types/src/entities/stake/ui/StakeAmountSelector/StakeAmountSelector.d.ts +8 -0
- package/dist/types/src/entities/topLine/index.d.ts +1 -0
- package/dist/types/src/entities/topLine/model/topLineSlice.d.ts +5 -0
- package/dist/types/src/entities/volatility/index.d.ts +1 -0
- package/dist/types/src/entities/volatility/ui/GameVolatilityBar/GameVolatilityBar.d.ts +8 -0
- package/dist/types/src/entities/welcome/index.d.ts +1 -0
- package/dist/types/src/entities/welcome/model/welcomeSlice.d.ts +7 -0
- package/dist/types/src/entities/welcome/model/welcomeSlice.test.d.ts +1 -0
- package/dist/types/src/features/autoplay/index.d.ts +6 -0
- package/dist/types/src/features/autoplay/ui/AutoPlayCounter.d.ts +7 -0
- package/dist/types/src/features/autoplay/ui/AutoPlayDropdown.d.ts +1 -0
- package/dist/types/src/features/autoplay/ui/AutoPlayNumbers.d.ts +1 -0
- package/dist/types/src/features/autoplay/ui/AutoPlaySwitcher.d.ts +5 -0
- package/dist/types/src/features/autoplay/ui/PanelAutoPlay.d.ts +11 -0
- package/dist/types/src/features/autoplay/ui/PanelAutoPlayStart.d.ts +12 -0
- package/dist/types/src/features/bonus/index.d.ts +6 -0
- package/dist/types/src/features/bonus/lib/types.d.ts +7 -0
- package/dist/types/src/features/bonus/model/cancelBonusFeatureSelection.d.ts +2 -0
- package/dist/types/src/features/bonus/model/confirmBonusFeature.d.ts +2 -0
- package/dist/types/src/features/bonus/ui/BonusConfirmButton/BonusConfirmButton.d.ts +9 -0
- package/dist/types/src/features/bonus/ui/BonusFeatureSelector/BonusFeatureSelector.d.ts +1 -0
- package/dist/types/src/features/bonus/ui/LevelSelector/LevelSelector.d.ts +1 -0
- package/dist/types/src/features/bonus/ui/StakeAmountSelector/StakeAmountSelector.d.ts +1 -0
- package/dist/types/src/features/menu/index.d.ts +1 -0
- package/dist/types/src/features/menu/ui/PanelMenu/PanelMenu.d.ts +6 -0
- package/dist/types/src/features/panel/index.d.ts +2 -0
- package/dist/types/src/features/panel/ui/PanelBonus.d.ts +7 -0
- package/dist/types/src/features/panel/ui/PanelCounter.d.ts +5 -0
- package/dist/types/src/features/play/api/apiRoundClose.d.ts +3 -0
- package/dist/types/src/features/play/api/apiRoundOpen.d.ts +2 -0
- package/dist/types/src/features/play/api/apiRoundPlay.d.ts +2 -0
- package/dist/types/src/features/play/index.d.ts +11 -0
- package/dist/types/src/features/play/lib/checkAutoPlayLimits.d.ts +2 -0
- package/dist/types/src/features/play/lib/checkFreeRoundsState.d.ts +2 -0
- package/dist/types/src/features/play/lib/flow/playEnd.d.ts +2 -0
- package/dist/types/src/features/play/lib/flow/playStart.d.ts +2 -0
- package/dist/types/src/features/play/lib/flow/roundEnd.d.ts +2 -0
- package/dist/types/src/features/play/lib/flow/roundStart.d.ts +2 -0
- package/dist/types/src/features/play/lib/flow/spinEnd.d.ts +2 -0
- package/dist/types/src/features/play/lib/flow/spinStart.d.ts +0 -0
- package/dist/types/src/features/play/lib/flow/stepEnd.d.ts +2 -0
- package/dist/types/src/features/play/lib/flow/stepStart.d.ts +2 -0
- package/dist/types/src/features/play/model/startPlay.d.ts +2 -0
- package/dist/types/src/features/play/ui/PanelPlay/PanelPlay.d.ts +7 -0
- package/dist/types/src/features/prizeDrop/api/apiPrizeDropCampaignsList.d.ts +2 -0
- package/dist/types/src/features/prizeDrop/api/apiPrizeDropJoinCampaign.d.ts +4 -0
- package/dist/types/src/features/prizeDrop/index.d.ts +3 -0
- package/dist/types/src/features/prizeDrop/lib/usePrizeDropInit.d.ts +1 -0
- package/dist/types/src/features/welcome/index.d.ts +1 -0
- package/dist/types/src/features/welcome/ui/default/GameWelcome.d.ts +2 -0
- package/dist/types/src/sandbox/config.d.ts +192 -0
- package/dist/types/src/sandbox/gui.d.ts +3 -0
- package/dist/types/src/sandbox/lib/timer.d.ts +6 -0
- package/dist/types/src/sandbox/modal-jsoneditor.d.ts +1 -0
- package/dist/types/src/sandbox/presets/config/defaultPreset.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/differentLevels.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/freeRounds.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/freeRoundsLastRestore.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/freeRoundsWithLevels.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/freeRoundsWithRestore.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/prizeDrop.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/prizeDropFreeRounds.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/prizeDropRestore.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/restoreSimple.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/restoreSimpleWithNotStartedFreeRounds.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/restoreSimpleWithNotStartedFreeRoundsWithLevels.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/restoreStepped.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/restoreSteppedWithChoices.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/restoreSteppedWithChoicesWithNotStartedFR.d.ts +2 -0
- package/dist/types/src/sandbox/presets/config/withLevels.d.ts +2 -0
- package/dist/types/src/sandbox/presets/gameInfo/features.d.ts +3 -0
- package/dist/types/src/sandbox/presets/gameInfo/separator.d.ts +2 -0
- package/dist/types/src/sandbox/presets/index.d.ts +57 -0
- package/dist/types/src/sandbox/presets/payTable/lines.d.ts +2 -0
- package/dist/types/src/sandbox/presets/payTable/separator.d.ts +2 -0
- package/dist/types/src/sandbox/presets/payTable/symbols.d.ts +7 -0
- package/dist/types/src/sandbox/presets/prizeDrop/campaignsList.d.ts +4 -0
- package/dist/types/src/sandbox/presets/prizeDrop/joinCampaign.d.ts +3 -0
- package/dist/types/src/sandbox/presets/prizeDrop/socketCredentials.d.ts +2 -0
- package/dist/types/src/sandbox/presets/roundOpen/freeRoundsFinished.d.ts +2 -0
- package/dist/types/src/sandbox/presets/roundOpen/freeRoundsProcessing.d.ts +2 -0
- package/dist/types/src/sandbox/presets/roundOpen/simple.d.ts +2 -0
- package/dist/types/src/sandbox/presets/roundOpen/steppedGame.d.ts +2 -0
- package/dist/types/src/sandbox/presets/roundPlay/finished.d.ts +2 -0
- package/dist/types/src/sandbox/presets/roundPlay/unfinished.d.ts +2 -0
- package/dist/types/src/sandbox/presets/roundReplay/replaySimple.d.ts +2 -0
- package/dist/types/src/sandbox/presets/roundReplay/replayStepped.d.ts +2 -0
- package/dist/types/src/sandbox/sandbox.d.ts +1 -0
- package/dist/types/src/sandbox/types/PayTable.d.ts +18 -0
- package/dist/types/src/screens/failed/index.d.ts +1 -0
- package/dist/types/src/screens/failed/ui/FailedScreen/FailedScreen.d.ts +1 -0
- package/dist/types/src/screens/loading/index.d.ts +1 -0
- package/dist/types/src/screens/loading/ui/LoadingScreen/LoadingScreen.d.ts +2 -0
- package/dist/types/src/screens/main/index.d.ts +1 -0
- package/dist/types/src/screens/main/lib/useStoreListeners.d.ts +1 -0
- package/dist/types/src/screens/main/ui/MainScreen/MainScreen.d.ts +1 -0
- package/dist/types/src/screens/welcome/index.d.ts +1 -0
- package/dist/types/src/screens/welcome/ui/WelcomeScreen/WelcomeScreen.d.ts +1 -0
- package/dist/types/src/shared/api/base/index.d.ts +2 -0
- package/dist/types/src/shared/api/base/lib.d.ts +10 -0
- package/dist/types/src/shared/api/base/types.d.ts +23 -0
- package/dist/types/src/shared/api/config/index.d.ts +1 -0
- package/dist/types/src/shared/api/config/types.d.ts +116 -0
- package/dist/types/src/shared/api/prizeDrop/campaignsList.d.ts +12 -0
- package/dist/types/src/shared/api/prizeDrop/index.d.ts +5 -0
- package/dist/types/src/shared/api/prizeDrop/joinCampaign.d.ts +16 -0
- package/dist/types/src/shared/api/prizeDrop/lib.d.ts +1 -0
- package/dist/types/src/shared/api/prizeDrop/socketCredentials.d.ts +16 -0
- package/dist/types/src/shared/api/prizeDrop/types.d.ts +4 -0
- package/dist/types/src/shared/api/round/close/index.d.ts +1 -0
- package/dist/types/src/shared/api/round/close/types.d.ts +18 -0
- package/dist/types/src/shared/api/round/open/index.d.ts +2 -0
- package/dist/types/src/shared/api/round/open/types.d.ts +54 -0
- package/dist/types/src/shared/api/round/play/index.d.ts +1 -0
- package/dist/types/src/shared/api/round/play/types.d.ts +19 -0
- package/dist/types/src/shared/api/round/replay/index.d.ts +1 -0
- package/dist/types/src/shared/api/round/replay/types.d.ts +30 -0
- package/dist/types/src/shared/api/roundsHistory/index.d.ts +1 -0
- package/dist/types/src/shared/api/roundsHistory/types.d.ts +21 -0
- package/dist/types/src/shared/lib/classes/analyticsService.d.ts +80 -0
- package/dist/types/src/shared/lib/classes/cashService.d.ts +51 -0
- package/dist/types/src/shared/lib/classes/cashService.test.d.ts +1 -0
- package/dist/types/src/shared/lib/classes/emitter.d.ts +11 -0
- package/dist/types/src/shared/lib/classes/index.d.ts +4 -0
- package/dist/types/src/shared/lib/classes/integration/ErrorRelax.d.ts +63 -0
- package/dist/types/src/shared/lib/classes/integration/OperatorAbstractService.d.ts +65 -0
- package/dist/types/src/shared/lib/classes/integration/OperatorBaseService.d.ts +37 -0
- package/dist/types/src/shared/lib/classes/integration/OperatorGeneralService.d.ts +44 -0
- package/dist/types/src/shared/lib/classes/integration/OperatorRelaxService.d.ts +28 -0
- package/dist/types/src/shared/lib/classes/logger.d.ts +21 -0
- package/dist/types/src/shared/lib/classes/utilsService.d.ts +14 -0
- package/dist/types/src/shared/lib/constants/index.d.ts +1 -0
- package/dist/types/src/shared/lib/constants/widgetZIndex.d.ts +17 -0
- package/dist/types/src/shared/lib/functions/agent.d.ts +11 -0
- package/dist/types/src/shared/lib/functions/bleachColor.d.ts +6 -0
- package/dist/types/src/shared/lib/functions/camelToKebab.d.ts +12 -0
- package/dist/types/src/shared/lib/functions/colors.d.ts +16 -0
- package/dist/types/src/shared/lib/functions/debounce.d.ts +5 -0
- package/dist/types/src/shared/lib/functions/formatDate.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/formatPercent.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/formatPercent.test.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/formatTime.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/getBase64Image.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/getUrlParam.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/index.d.ts +22 -0
- package/dist/types/src/shared/lib/functions/isLastMonth.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/isLastWeek.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/isLocalHost.d.ts +5 -0
- package/dist/types/src/shared/lib/functions/isToday.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/isYesterday.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/keys.d.ts +2 -0
- package/dist/types/src/shared/lib/functions/preloadFont.d.ts +2 -0
- package/dist/types/src/shared/lib/functions/redirectToCasinoUrl.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/retry.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/roundFixed.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/saveToClipboard.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/setupGoogleAnalytics.d.ts +5 -0
- package/dist/types/src/shared/lib/functions/sleep.d.ts +1 -0
- package/dist/types/src/shared/lib/functions/tryCatch.d.ts +11 -0
- package/dist/types/src/shared/lib/hooks/index.d.ts +13 -0
- package/dist/types/src/shared/lib/hooks/useClickOutside.d.ts +2 -0
- package/dist/types/src/shared/lib/hooks/useDebounce.d.ts +3 -0
- package/dist/types/src/shared/lib/hooks/useElementInViewPort.d.ts +5 -0
- package/dist/types/src/shared/lib/hooks/useEnv.d.ts +1 -0
- package/dist/types/src/shared/lib/hooks/useFullScreen.d.ts +5 -0
- package/dist/types/src/shared/lib/hooks/useFullScreenSupport.d.ts +1 -0
- package/dist/types/src/shared/lib/hooks/useGameTime.d.ts +4 -0
- package/dist/types/src/shared/lib/hooks/useHoldDown.d.ts +1 -0
- package/dist/types/src/shared/lib/hooks/useOffline.d.ts +1 -0
- package/dist/types/src/shared/lib/hooks/useOrientationChange.d.ts +1 -0
- package/dist/types/src/shared/lib/hooks/usePageVisibility.d.ts +1 -0
- package/dist/types/src/shared/lib/hooks/usePress.d.ts +1 -0
- package/dist/types/src/shared/lib/hooks/useStartSessionTime.d.ts +1 -0
- package/dist/types/src/shared/lib/hooks/useToast.d.ts +5 -0
- package/dist/types/src/shared/lib/hooks/useUpdatedEffect.d.ts +3 -0
- package/dist/types/src/shared/lib/hooks/useUrlParams.d.ts +1 -0
- package/dist/types/src/shared/lib/singletones/analyticsEmitter.d.ts +71 -0
- package/dist/types/src/shared/lib/singletones/analyticsService.d.ts +2 -0
- package/dist/types/src/shared/lib/singletones/api.d.ts +2 -0
- package/dist/types/src/shared/lib/singletones/cashService.d.ts +2 -0
- package/dist/types/src/shared/lib/singletones/gameEmitter.d.ts +127 -0
- package/dist/types/src/shared/lib/singletones/index.d.ts +7 -0
- package/dist/types/src/shared/lib/singletones/integrationEmmiter.d.ts +13 -0
- package/dist/types/src/shared/lib/singletones/loadedImages.d.ts +1 -0
- package/dist/types/src/shared/lib/singletones/logger.d.ts +2 -0
- package/dist/types/src/shared/lib/singletones/operatorEmitter.d.ts +26 -0
- package/dist/types/src/shared/lib/singletones/operatorServices.d.ts +6 -0
- package/dist/types/src/shared/lib/singletones/utilsService.d.ts +2 -0
- package/dist/types/src/shared/lib/store/index.d.ts +2 -0
- package/dist/types/src/shared/lib/store/redux.d.ts +691 -0
- package/dist/types/src/shared/lib/store/types.d.ts +3 -0
- package/dist/types/src/shared/lib/tests/index.d.ts +2 -0
- package/dist/types/src/shared/lib/tests/presets/storePresetDefault.d.ts +1 -0
- package/dist/types/src/shared/lib/tests/utils/getPreloadedState.d.ts +345 -0
- package/dist/types/src/shared/lib/tests/utils/renderComponent.d.ts +5 -0
- package/dist/types/src/shared/lib/tests/utils/setupTestStore.d.ts +691 -0
- package/dist/types/src/shared/lib/types/complianceOptions.d.ts +16 -0
- package/dist/types/src/shared/lib/types/image.d.ts +8 -0
- package/dist/types/src/shared/lib/types/theme.d.ts +4 -0
- package/dist/types/src/shared/localization/index.d.ts +4 -0
- package/dist/types/src/shared/localization/lib/getTokenByErrorCode.d.ts +1 -0
- package/dist/types/src/shared/localization/lib/langsImportFactory.d.ts +2 -0
- package/dist/types/src/shared/localization/lib/types.d.ts +11 -0
- package/dist/types/src/shared/localization/lib/useTranslation.d.ts +2 -0
- package/dist/types/src/shared/localization/model/localizationSlice.d.ts +3 -0
- package/dist/types/src/shared/model/app/appSlice.d.ts +44 -0
- package/dist/types/src/shared/model/app/appSlice.test.d.ts +1 -0
- package/dist/types/src/shared/model/app/index.d.ts +1 -0
- package/dist/types/src/shared/model/autoplay/index.d.ts +1 -0
- package/dist/types/src/shared/model/autoplay/types.d.ts +11 -0
- package/dist/types/src/shared/model/bonus/index.d.ts +1 -0
- package/dist/types/src/shared/model/bonus/types.d.ts +14 -0
- package/dist/types/src/shared/model/fonts/index.d.ts +1 -0
- package/dist/types/src/shared/model/fonts/types.d.ts +7 -0
- package/dist/types/src/shared/model/fullScreen/fullScreenSlice.d.ts +7 -0
- package/dist/types/src/shared/model/fullScreen/index.d.ts +1 -0
- package/dist/types/src/shared/model/loading/index.d.ts +1 -0
- package/dist/types/src/shared/model/loading/types.d.ts +3 -0
- package/dist/types/src/shared/model/menu/index.d.ts +1 -0
- package/dist/types/src/shared/model/menu/types.d.ts +9 -0
- package/dist/types/src/shared/model/modals/index.d.ts +2 -0
- package/dist/types/src/shared/model/modals/modalsSlice.d.ts +38 -0
- package/dist/types/src/shared/model/panels/index.d.ts +1 -0
- package/dist/types/src/shared/model/panels/types.d.ts +15 -0
- package/dist/types/src/shared/model/prizeDrop/index.d.ts +1 -0
- package/dist/types/src/shared/model/prizeDrop/types.d.ts +54 -0
- package/dist/types/src/shared/model/skip/index.d.ts +1 -0
- package/dist/types/src/shared/model/skip/types.d.ts +5 -0
- package/dist/types/src/shared/model/topLine/index.d.ts +1 -0
- package/dist/types/src/shared/model/topLine/types.d.ts +29 -0
- package/dist/types/src/shared/model/welcome/index.d.ts +1 -0
- package/dist/types/src/shared/model/welcome/types.d.ts +14 -0
- package/dist/types/src/shared/sentry/customErrors.d.ts +9 -0
- package/dist/types/src/shared/sentry/helpers.d.ts +8 -0
- package/dist/types/src/shared/sentry/index.d.ts +4 -0
- package/dist/types/src/shared/sentry/setupSentry.d.ts +3 -0
- package/dist/types/src/shared/sentry/tags.d.ts +2 -0
- package/dist/types/src/shared/sockets/index.d.ts +2 -0
- package/dist/types/src/shared/sockets/prizeDropSocketService.d.ts +48 -0
- package/dist/types/src/shared/sockets/types.d.ts +59 -0
- package/dist/types/src/shared/token/index.d.ts +3 -0
- package/dist/types/src/shared/ui/Button/Button.d.ts +8 -0
- package/dist/types/src/shared/ui/Button/index.d.ts +1 -0
- package/dist/types/src/shared/ui/CircleButton/index.d.ts +1 -0
- package/dist/types/src/shared/ui/CircleButton/pro/CircleButtonPro.d.ts +9 -0
- package/dist/types/src/shared/ui/CircleLoader/CircleLoader.d.ts +13 -0
- package/dist/types/src/shared/ui/CircleLoader/index.d.ts +1 -0
- package/dist/types/src/shared/ui/CustomScroll/CustomScroll.d.ts +7 -0
- package/dist/types/src/shared/ui/FailedToast/FailedToast.d.ts +6 -0
- package/dist/types/src/shared/ui/FailedToast/index.d.ts +1 -0
- package/dist/types/src/shared/ui/FixedWidthLabel/FixedWidthLabel.d.ts +10 -0
- package/dist/types/src/shared/ui/FixedWidthLabel/index.d.ts +1 -0
- package/dist/types/src/shared/ui/IconButton/IconButton.d.ts +11 -0
- package/dist/types/src/shared/ui/IconButton/SelectIconButton.d.ts +8 -0
- package/dist/types/src/shared/ui/IconButton/index.d.ts +2 -0
- package/dist/types/src/shared/ui/InfoConstructor/InfoConstructor.d.ts +6 -0
- package/dist/types/src/shared/ui/InfoConstructor/index.d.ts +5 -0
- package/dist/types/src/shared/ui/InfoConstructor/items/InfoFeatureV1.d.ts +20 -0
- package/dist/types/src/shared/ui/InfoConstructor/items/InfoFeatureV2.d.ts +20 -0
- package/dist/types/src/shared/ui/InfoConstructor/items/InfoListItem.d.ts +12 -0
- package/dist/types/src/shared/ui/InfoConstructor/items/InfoSubTitle.d.ts +15 -0
- package/dist/types/src/shared/ui/InfoConstructor/items/InfoTableCell.d.ts +13 -0
- package/dist/types/src/shared/ui/InfoConstructor/items/InfoTableHead.d.ts +13 -0
- package/dist/types/src/shared/ui/InfoConstructor/items/InfoText.d.ts +13 -0
- package/dist/types/src/shared/ui/InfoConstructor/items/InfoTitle.d.ts +12 -0
- package/dist/types/src/shared/ui/InfoConstructor/model/types.d.ts +43 -0
- package/dist/types/src/shared/ui/InfoHTMLWrapper/InfoHTMLWrapper.d.ts +6 -0
- package/dist/types/src/shared/ui/InfoHTMLWrapper/index.d.ts +1 -0
- package/dist/types/src/shared/ui/LineBreakWrapper/LineBreakWrapper.d.ts +5 -0
- package/dist/types/src/shared/ui/LineBreakWrapper/index.d.ts +1 -0
- package/dist/types/src/shared/ui/Lines/Lines.d.ts +10 -0
- package/dist/types/src/shared/ui/Lines/index.d.ts +1 -0
- package/dist/types/src/shared/ui/LoadingButton/LoadingButton.d.ts +9 -0
- package/dist/types/src/shared/ui/LoadingSpinner/LoadingSpinner.d.ts +6 -0
- package/dist/types/src/shared/ui/LoadingSpinner/index.d.ts +1 -0
- package/dist/types/src/shared/ui/MarkdownToJSX/MarkdownToJSX.d.ts +6 -0
- package/dist/types/src/shared/ui/MarkdownToJSX/index.d.ts +1 -0
- package/dist/types/src/shared/ui/NumberSelect/CircleNumberSelect.d.ts +8 -0
- package/dist/types/src/shared/ui/NumberSelect/RectNumberSelect.d.ts +8 -0
- package/dist/types/src/shared/ui/NumberSelect/RectNumberSelectInput.d.ts +13 -0
- package/dist/types/src/shared/ui/NumberSelect/index.d.ts +3 -0
- package/dist/types/src/shared/ui/PanelButton/default/PanelButton.d.ts +10 -0
- package/dist/types/src/shared/ui/PanelButton/index.d.ts +3 -0
- package/dist/types/src/shared/ui/PanelButton/long/LongPanelButton.d.ts +9 -0
- package/dist/types/src/shared/ui/PanelButton/pro/PanelButtonPro.d.ts +9 -0
- package/dist/types/src/shared/ui/PanelPlayCircleButton/PanelPlayCircleButton.d.ts +8 -0
- package/dist/types/src/shared/ui/PanelPlayCircleButton/index.d.ts +1 -0
- package/dist/types/src/shared/ui/PassiveSwitch/PassiveSwitch.d.ts +9 -0
- package/dist/types/src/shared/ui/PassiveSwitch/index.d.ts +1 -0
- package/dist/types/src/shared/ui/ProgressBar/default/ProgressBar.d.ts +6 -0
- package/dist/types/src/shared/ui/ProgressBar/index.d.ts +1 -0
- package/dist/types/src/shared/ui/RangeSlider/RangeSlider.d.ts +21 -0
- package/dist/types/src/shared/ui/RangeSlider/index.d.ts +1 -0
- package/dist/types/src/shared/ui/SquareButton/SquareButton.d.ts +8 -0
- package/dist/types/src/shared/ui/SquareButton/index.d.ts +1 -0
- package/dist/types/src/shared/ui/SuccessToast/SuccessToast.d.ts +6 -0
- package/dist/types/src/shared/ui/SuccessToast/index.d.ts +1 -0
- package/dist/types/src/shared/ui/Switch/Switch.d.ts +6 -0
- package/dist/types/src/shared/ui/Switch/SwitchItem.d.ts +21 -0
- package/dist/types/src/shared/ui/Switch/index.d.ts +2 -0
- package/dist/types/src/shared/ui/TapAnywhere/TapAnywhere.d.ts +7 -0
- package/dist/types/src/shared/ui/Tooltip/Tooltip.d.ts +12 -0
- package/dist/types/src/shared/ui/Tooltip/TooltipDropdown.d.ts +11 -0
- package/dist/types/src/shared/ui/Tooltip/index.d.ts +2 -0
- package/dist/types/src/shared/viewPort/index.d.ts +4 -0
- package/dist/types/src/shared/viewPort/lib/types.d.ts +40 -0
- package/dist/types/src/shared/viewPort/lib/useAdaptive.d.ts +4 -0
- package/dist/types/src/shared/viewPort/lib/useResize.d.ts +2 -0
- package/dist/types/src/shared/viewPort/lib/useViewPortStyle.d.ts +4 -0
- package/dist/types/src/shared/viewPort/model/viewPortSlice.d.ts +27 -0
- package/dist/types/src/shared/volatility/index.d.ts +1 -0
- package/dist/types/src/shared/volatility/model/volatility.d.ts +12 -0
- package/dist/types/src/truelogic.d.ts +245 -0
- package/dist/types/src/widgets/bottomLine/index.d.ts +1 -0
- package/dist/types/src/widgets/bottomLine/ui/BottomLine.d.ts +1 -0
- package/dist/types/src/widgets/gameWelcomeFooter/index.d.ts +1 -0
- package/dist/types/src/widgets/gameWelcomeFooter/ui/GameWelcomeFooter/GameWelcomeFooter.d.ts +12 -0
- package/dist/types/src/widgets/modals/index.d.ts +30 -0
- package/dist/types/src/widgets/modals/ui/ModalAutoPlay/ModalAutoPlay.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalAutoPlay/index.d.ts +0 -0
- package/dist/types/src/widgets/modals/ui/ModalBonusConfirm/ModalBonusConfirm.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalBonusConfirm/index.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalBonusFeature/ModalBonusFeature.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalBonusFeature/index.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalFreeRounds.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalFreeRoundsResult.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalGameInfo.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalMenu/ModalMenu.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalPayTable.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalRealityCheck.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalRealityCheckReminder.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalReplay.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalRoundDetails.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalRoundsHistory.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalServiceAutoPlay.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalServiceConnectionLost.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalServiceError.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalServiceFatalError/ModalServiceFatalError.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalServiceInsufficientFunds.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalServiceMaxBet.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalServiceMaxWin.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalServiceQuitTheGame.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalServiceRestore.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/ModalSettings.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/prizeDrop/ModalPrizeDrop.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/prizeDrop/congratulation/ModalPrizeDropCongratulation.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/prizeDrop/joinError/ModalPrizeDropJoinError.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/prizeDrop/live/ModalPrizeDropLive.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/prizeDrop/result/ModalPrizeDropResult.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/prizeDrop/success/ModalPrizeDropSuccess.d.ts +1 -0
- package/dist/types/src/widgets/modals/ui/prizeDrop/unclaimed/ModalPrizeDropUnclaimed.d.ts +1 -0
- package/dist/types/src/widgets/modalsManager/index.d.ts +1 -0
- package/dist/types/src/widgets/modalsManager/ui/ModalsManager.d.ts +1 -0
- package/dist/types/src/widgets/panel/index.d.ts +1 -0
- package/dist/types/src/widgets/panel/lib/getButtonsDistribution.d.ts +14 -0
- package/dist/types/src/widgets/panel/lib/getButtonsDistribution.test.d.ts +1 -0
- package/dist/types/src/widgets/panel/lib/getButtonsStyles.d.ts +6 -0
- package/dist/types/src/widgets/panel/lib/types.d.ts +21 -0
- package/dist/types/src/widgets/panel/ui/Panel/Panel.d.ts +1 -0
- package/dist/types/src/widgets/playerPanel/index.d.ts +1 -0
- package/dist/types/src/widgets/playerPanel/ui/Balance/Balance.d.ts +7 -0
- package/dist/types/src/widgets/playerPanel/ui/PlayerPanel/PlayerPanel.d.ts +1 -0
- package/dist/types/src/widgets/playerPanel/ui/StakeAmount/StakeAmount.d.ts +8 -0
- package/dist/types/src/widgets/playerPanel/ui/TotalWin/TotalWin.d.ts +6 -0
- package/dist/types/src/widgets/replay/index.d.ts +1 -0
- package/dist/types/src/widgets/replay/ui/ReplayIndicator.d.ts +1 -0
- package/dist/types/src/widgets/topLine/index.d.ts +1 -0
- package/dist/types/src/widgets/topLine/ui/DemoLabel.d.ts +5 -0
- package/dist/types/src/widgets/topLine/ui/SessionTime.d.ts +1 -0
- package/dist/types/src/widgets/topLine/ui/TopLine.d.ts +1 -0
- package/dist/types/tailwind.config.d.ts +100 -0
- package/dist/types/tests/integration/bonus/cancelBonusFeatureSelection.test.d.ts +1 -0
- package/dist/types/tests/integration/bonus/confirmBonusFeature.test.d.ts +1 -0
- package/dist/types/webpack.config.d.ts +3 -0
- package/package.json +147 -0
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
{
|
|
2
|
+
"NOTE.001": "Meet the new UI",
|
|
3
|
+
"NOTE.002": "A new look of your favorite True Lab games!",
|
|
4
|
+
"NOTE.003": "Buy Feature",
|
|
5
|
+
"NOTE.004": "Buy Feature menu is now hidden under one button, opening the Buy Bonus tray.",
|
|
6
|
+
"NOTE.005": "Mobile First",
|
|
7
|
+
"NOTE.006": "All the gameplay buttons are always at hand for your convenience.",
|
|
8
|
+
"NOTE.007": "Unique Style",
|
|
9
|
+
"NOTE.008": "The game panel now has a fresh and unique style tailored to a specific game.",
|
|
10
|
+
"NOTE.009": "User-friendly",
|
|
11
|
+
"NOTE.010": "Settings, game menu, navigation, overall interface became even more user-friendly.",
|
|
12
|
+
"NOTE.011": "GO PLAY!",
|
|
13
|
+
"GEN.002": "Demo mode",
|
|
14
|
+
"GEN.004": "Bet",
|
|
15
|
+
"GEN.005": "Win",
|
|
16
|
+
"GEN.012": "Volatility",
|
|
17
|
+
"GEN.013": "Win up to <NUMBER>",
|
|
18
|
+
"GEN.017": "Continue",
|
|
19
|
+
"GEN.020": "Ok",
|
|
20
|
+
"GEN.021": "Yes",
|
|
21
|
+
"GEN.022": "No",
|
|
22
|
+
"GEN.029": "Full screen",
|
|
23
|
+
"GEN.030": "Sound",
|
|
24
|
+
"GEN.032": "Lines",
|
|
25
|
+
"GEN.033": "Ways",
|
|
26
|
+
"GEN.037": "Balance",
|
|
27
|
+
"GEN.038": "Total bet",
|
|
28
|
+
"GEN.039": "Total win",
|
|
29
|
+
"GEN.043": "Autoplay",
|
|
30
|
+
"GEN.044": "Number of spins",
|
|
31
|
+
"GEN.047": "Loss limit",
|
|
32
|
+
"GEN.048": "Single win limit",
|
|
33
|
+
"GEN.051": "Stop upon bonus game",
|
|
34
|
+
"GEN.052": "Start",
|
|
35
|
+
"GEN.054": "Volume",
|
|
36
|
+
"GEN.055": "Sound effects",
|
|
37
|
+
"GEN.060": "Fast play",
|
|
38
|
+
"GEN.063": "Reality check",
|
|
39
|
+
"GEN.069": "Quit the game",
|
|
40
|
+
"GEN.070": "Do you really want to quit the game?",
|
|
41
|
+
"GEN.073": "Congratulations!",
|
|
42
|
+
"GEN.075": "Your total win:",
|
|
43
|
+
"GEN.076": "Max win",
|
|
44
|
+
"GEN.077": "Max win in a single game round is capped at @win@",
|
|
45
|
+
"GEN.078": "Game Info",
|
|
46
|
+
"GEN.079": "Autoplay mode is off now. You won the bonus game!",
|
|
47
|
+
"GEN.080": "Autoplay mode is off now.\nYou have reached your present spin limit.",
|
|
48
|
+
"GEN.081": "Autoplay mode is off now. You have reached your present loss limit.",
|
|
49
|
+
"GEN.082": "Autoplay mode is off now. You have reached your present single win limit.",
|
|
50
|
+
"GEN.086": "Buy",
|
|
51
|
+
"GEN.087": "Insufficient funds",
|
|
52
|
+
"GEN.088": "You have insufficient funds to place the current wager",
|
|
53
|
+
"GEN.089": "Top-up your balance to play",
|
|
54
|
+
"GEN.090": "Connection lost",
|
|
55
|
+
"GEN.091": "Please, check your Internet connection or restart the game.",
|
|
56
|
+
"GEN.097": "Restore the game",
|
|
57
|
+
"GEN.098": "You have an unfinished game round",
|
|
58
|
+
"GEN.120": "Cancel",
|
|
59
|
+
"GEN.124": "Today",
|
|
60
|
+
"GEN.125": "Yesterday",
|
|
61
|
+
"GEN.133": "Save",
|
|
62
|
+
"GEN.135": "Remind me every ... minutes",
|
|
63
|
+
"GEN.136": "After ... minutes of game session",
|
|
64
|
+
"GEN.137": "Replay",
|
|
65
|
+
"GEN.138": "FREE rounds",
|
|
66
|
+
"GEN.140": "Free rounds:",
|
|
67
|
+
"GEN.141": "You’ve received",
|
|
68
|
+
"GEN.142": "FREE game",
|
|
69
|
+
"GEN.143": "Rounds",
|
|
70
|
+
"GEN.149": "Better luck next time!",
|
|
71
|
+
"GEN.150": "@num@ FREE rounds finished.",
|
|
72
|
+
"GEN.152": "Further games will use your account money!",
|
|
73
|
+
"GEN.155": "You have requested a reality check every @minutes@ of gameplay.",
|
|
74
|
+
"GEN.156": "Your gaming session has now reached",
|
|
75
|
+
"GEN.160": "@minutes@ minutes",
|
|
76
|
+
"GEN.161": "Max bet",
|
|
77
|
+
"GEN.162": "Bet has been changed to a maximum value",
|
|
78
|
+
"GEN.168": "Bets",
|
|
79
|
+
"GEN.170": "<AMOUNT> will be deducted from your balance.",
|
|
80
|
+
"GEN.185": "Click anywhere to сontinue",
|
|
81
|
+
"GEN.186": "Tap anywhere to continue",
|
|
82
|
+
"GEN.197": "Session closed or expired",
|
|
83
|
+
"GEN.198": "Advanced",
|
|
84
|
+
"GEN.199": "Select buy feature",
|
|
85
|
+
"GEN.200": "This message will not be shown again.",
|
|
86
|
+
"GEN.201": "Price per each spin",
|
|
87
|
+
"GEN.202": "Bonus Bet remains active until disabled.",
|
|
88
|
+
"GEN.203": "Paytable",
|
|
89
|
+
"GEN.204": "Settings",
|
|
90
|
+
"GEN.205": "Rounds history",
|
|
91
|
+
"GEN.206": "Game menu",
|
|
92
|
+
"GEN.209": "Music",
|
|
93
|
+
"GEN.210": "Current time",
|
|
94
|
+
"GEN.211": "Edit reminder",
|
|
95
|
+
"GEN.212": "There's nothing here yet.",
|
|
96
|
+
"GEN.213": "Last week",
|
|
97
|
+
"GEN.214": "Last month",
|
|
98
|
+
"GEN.215": "Time",
|
|
99
|
+
"GEN.216": "Copy replay link",
|
|
100
|
+
"GEN.217": "Round ID",
|
|
101
|
+
"GEN.218": "Start replay",
|
|
102
|
+
"GEN.219": "Replay again",
|
|
103
|
+
"GEN.220": "Close",
|
|
104
|
+
"GEN.221": "The game round was played on:",
|
|
105
|
+
"GEN.222": "Replay completed",
|
|
106
|
+
"GEN.224": "Fast play mode",
|
|
107
|
+
"GEN.225": "You can enable it in the menu",
|
|
108
|
+
"GEN.232": "Copied!",
|
|
109
|
+
"GEN.233": "Round details",
|
|
110
|
+
"GEN.234": "Waiting for connection...",
|
|
111
|
+
"GEN.235": "Activate",
|
|
112
|
+
"GEN.236": "On",
|
|
113
|
+
"GEN.237": "Off",
|
|
114
|
+
"GEN.238": "Skip",
|
|
115
|
+
"GEN.239": "Start playing to see your game history",
|
|
116
|
+
"GEN.243": "Something went wrong",
|
|
117
|
+
"GEN.244": "Please, restart the game",
|
|
118
|
+
"NFT.006": "Continue playing",
|
|
119
|
+
"HTP.000": "How to Play",
|
|
120
|
+
"HTP.001": "Select your bet level.",
|
|
121
|
+
"HTP.002": "Press the Spin button to start the game.",
|
|
122
|
+
"HTP.003": "The value of your bet will be deducted from your balance, and any winnings will be credited thereafter.",
|
|
123
|
+
"GM.000": "Game Menu",
|
|
124
|
+
"GM.001": "Tap the Game Menu icon to open the game options.",
|
|
125
|
+
"GM.002": "Paytable — opens the paytable that explains symbol payouts.",
|
|
126
|
+
"GM.003": "Game info — opens the game info and game rules.",
|
|
127
|
+
"GM.004": "Rounds history — opens your rounds history and game records (if present).",
|
|
128
|
+
"GM.005": "Game settings — opens the game settings.",
|
|
129
|
+
"GM.006": "Sound — turns the sounds on and off.",
|
|
130
|
+
"GM.007": "Fast play — turns fast mode on and off.",
|
|
131
|
+
"GM.008": "Full screen — turns full-screen mode on and off.",
|
|
132
|
+
"GP.000": "Game panel",
|
|
133
|
+
"GP.001": "Lines — displays the number of currently selected lines in the game.",
|
|
134
|
+
"GP.002": "Ways — displays the number of payways in the game.",
|
|
135
|
+
"GP.003": "Clusters — displays the minimal cluster size in the game.",
|
|
136
|
+
"GP.004": "Cash bet — the current bet value in currency.",
|
|
137
|
+
"GP.005": "Total win — shows the win amount for the last win payout step.",
|
|
138
|
+
"GP.006": "Balance — displays your in-game balance.",
|
|
139
|
+
"GP.007": "Net position — displays the net position of your account. Net position is defined as the total of all winnings minus the sum of all losses since the start of the session.",
|
|
140
|
+
"GP.009": "Game menu — opens the game options.",
|
|
141
|
+
"GP.010": "Bet size — opens the bet size menu.",
|
|
142
|
+
"GP.011": "Spin button — starts the game.",
|
|
143
|
+
"GP.008": "Autoplay — opens the autoplay menu. Autoplay function allows to play without pressing the Spin button every time. Pressing the Autoplay button while it is active stops the autoplay function.",
|
|
144
|
+
"GP.012": "Buy feature — opens the Buy Bonus feature.",
|
|
145
|
+
"GP.013": "Lines — displays the number of lines in the game.",
|
|
146
|
+
"KS.000": "Keyboard Shortcuts",
|
|
147
|
+
"KS.001": "Spacebar — spin a round.",
|
|
148
|
+
"KS.002": "Enter — spin a round.",
|
|
149
|
+
"RAN.000": "Randomization",
|
|
150
|
+
"RAN.001": "A certified random number generator ensures that that the reels spin with a fair and equal chance for each position. For more information, visit @about@.",
|
|
151
|
+
"AI.000": "Additional Information",
|
|
152
|
+
"AI.001": "In any situation where the replay functionality is not available, please contact the gaming website support team.",
|
|
153
|
+
"AI.002": "In the event of malfunction of the gaming hardware/software, all affected game bets and payouts are rendered void and all affected bets refunded.",
|
|
154
|
+
"AI.003": "This is game rules version @version@, dated @date@. To make available any previous version, please use the contact form at @contact@.",
|
|
155
|
+
"DROP.001": "Prize drop event is live!",
|
|
156
|
+
"DROP.002": "Spin and win amazing prizes instantly!",
|
|
157
|
+
"DROP.003": "Prize pool:",
|
|
158
|
+
"DROP.004": "Total prize count:",
|
|
159
|
+
"DROP.005": "Top prize:",
|
|
160
|
+
"DROP.006": "Min. bet to participate:",
|
|
161
|
+
"DROP.007": "Every qualified bet can win",
|
|
162
|
+
"DROP.008": "Jan 28, 2025 – Feb 10, 2025",
|
|
163
|
+
"DROP.009": "Later",
|
|
164
|
+
"DROP.010": "Join now",
|
|
165
|
+
"DROP.011": "Joining...",
|
|
166
|
+
"DROP.012": "Success",
|
|
167
|
+
"DROP.013": "You have successfully joined the event!",
|
|
168
|
+
"DROP.014": "Ok",
|
|
169
|
+
"DROP.015": "Oops",
|
|
170
|
+
"DROP.016": "Something's wrong... Please try again.",
|
|
171
|
+
"DROP.017": "Try again",
|
|
172
|
+
"DROP.018": "Congratulations!",
|
|
173
|
+
"DROP.019": "You’ve won a cash prize",
|
|
174
|
+
"DROP.020": "Instantly credited to your account.",
|
|
175
|
+
"DROP.021": "Great news!",
|
|
176
|
+
"DROP.022": "Event cancelled",
|
|
177
|
+
"DROP.023": "The current event has been cancelled. Stay tuned for new events",
|
|
178
|
+
"DROP.024": "Event ended",
|
|
179
|
+
"DROP.025": "The current event is over. Stay tuned for new events",
|
|
180
|
+
"DROP.026": "Prize drop",
|
|
181
|
+
"DROP.027": "Event",
|
|
182
|
+
"DROP.028": "Rules",
|
|
183
|
+
"DROP.029": "Prizes left",
|
|
184
|
+
"DROP.030": "Winners",
|
|
185
|
+
"DROP.031": "Prize",
|
|
186
|
+
"DROP.032": "Count",
|
|
187
|
+
"DROP.033": "Left",
|
|
188
|
+
"DROP.034": "Minimum bet to participate:",
|
|
189
|
+
"DROP.035": "Ends in",
|
|
190
|
+
"DROP.036": "Days",
|
|
191
|
+
"DROP.037": "Hrs",
|
|
192
|
+
"DROP.038": "Mins",
|
|
193
|
+
"DROP.039": "Secs",
|
|
194
|
+
"DROP.040": "Live",
|
|
195
|
+
"DROP.041": "Your current bet meets the requirements",
|
|
196
|
+
"DROP.042": "You have successfully joined!",
|
|
197
|
+
"DROP.043": "Something's wrong",
|
|
198
|
+
"DROP.044": "Your current bet does not meet the requirements",
|
|
199
|
+
"DROP.045": "Ended",
|
|
200
|
+
"DROP.046": "All winners have received their prizes!",
|
|
201
|
+
"DROP.047": "Stay tuned for new events",
|
|
202
|
+
"DROP.048": "Qualifying bet",
|
|
203
|
+
"DROP.049": "Minimum bet size required to participate is 1.00 EUR",
|
|
204
|
+
"DROP.050": "To take part in the campaign the player needs to place a qualifying bet in the participating games during the campaign period. No additional costs applied.",
|
|
205
|
+
"DROP.051": "Participating games",
|
|
206
|
+
"DROP.052": "The following True Lab games participate in the campaign:
Bison Storm, Dragon's Call, Battle Rage, Dr. Rock & the Riff Reactor, Most Wanted, Guns, Love & Therapy.",
|
|
207
|
+
"DROP.053": "Campaign period",
|
|
208
|
+
"DROP.054": "Prize Drop Event runs from Jan 28, 2025, 00:00 UTC to Feb 10, 2025, 23:59 UTC.",
|
|
209
|
+
"DROP.055": "General Terms",
|
|
210
|
+
"DROP.056": "Players can win any random prize from the prize pool during the campaign.",
|
|
211
|
+
"DROP.057": "Any qualifying bet in participating games during the campaign period can trigger a prize.",
|
|
212
|
+
"DROP.058": "A qualifying bet can win only one prize. Prizes will be awarded randomly throughout the campaign period.",
|
|
213
|
+
"DROP.059": "The number of available prizes is updated instantly.",
|
|
214
|
+
"DROP.060": "All cash prizes won will be instantly credited to the players' casino accounts.",
|
|
215
|
+
"DROP.061": "Cash prizes do not have any wagering requirements.",
|
|
216
|
+
"DROP.062": "Cash prizes will be paid out in the currency the winning bet was placed with, according to currency conversion from Euro. Conversion is based on current rates recorded at the start of the campaign, which remain static until the end of the campaign period.",
|
|
217
|
+
"DROP.063": "Prizes are directly correlated with the RNG so they may not fall out in full during the сampaign period.",
|
|
218
|
+
"DROP.064": "True Lab reserves the right to not pay out a cash prize where the win results from any obvious error, mistake or technical fault (including incorrect game pay-outs) whether caused by a machine or human error in respect of any of the participating games. True Lab further reserves the right to not pay out a cash prize where, in its opinion, the win results from cheating or collusion with other players.",
|
|
219
|
+
"DROP.065": "These terms and conditions may be published in a number of languages for information purposes and ease of access by players. In case of any discrepancy between a non-English version and the English version of these terms and conditions, the English version shall prevail.",
|
|
220
|
+
"DROP.066": "Total prize pool amount:",
|
|
221
|
+
"DROP.067": "Total prize count:",
|
|
222
|
+
"DROP.068": "Starts in",
|
|
223
|
+
"DROP.069": "Upcoming"
|
|
224
|
+
}
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
{
|
|
2
|
+
"NOTE.001": "Conozca la nueva UI",
|
|
3
|
+
"NOTE.002": "¡Una nueva apariencia de tus juegos True Lab favoritos!",
|
|
4
|
+
"NOTE.003": "Comprar función",
|
|
5
|
+
"NOTE.004": "El menú Comprar función ahora está oculto debajo de un botón, abriendo la bandeja Comprar bonificación.",
|
|
6
|
+
"NOTE.005": "Móvil primero",
|
|
7
|
+
"NOTE.006": "Todos los botones del juego están siempre a mano para tu comodidad.",
|
|
8
|
+
"NOTE.007": "Estilo único",
|
|
9
|
+
"NOTE.008": "El panel de juego ahora tiene un estilo fresco y único adoptado para un determinado juego.",
|
|
10
|
+
"NOTE.009": "Fácil de usar",
|
|
11
|
+
"NOTE.010": "La configuración, el menú del juego, la navegación y la interfaz general se volvieron aún más fáciles de usar.",
|
|
12
|
+
"NOTE.011": "Jugar",
|
|
13
|
+
"GEN.002": "Modo demo",
|
|
14
|
+
"GEN.004": "Apuesta",
|
|
15
|
+
"GEN.005": "Ganancia",
|
|
16
|
+
"GEN.012": "Volatilidad",
|
|
17
|
+
"GEN.013": "Gana hasta <NUMBER>",
|
|
18
|
+
"GEN.017": "Continuar",
|
|
19
|
+
"GEN.020": "Ok",
|
|
20
|
+
"GEN.021": "Sí",
|
|
21
|
+
"GEN.022": "No",
|
|
22
|
+
"GEN.029": "Pantalla completa",
|
|
23
|
+
"GEN.030": "Sonido",
|
|
24
|
+
"GEN.032": "Líneas",
|
|
25
|
+
"GEN.033": "Caminos",
|
|
26
|
+
"GEN.037": "Saldo",
|
|
27
|
+
"GEN.038": "Apuesta total",
|
|
28
|
+
"GEN.039": "Ganancia total",
|
|
29
|
+
"GEN.043": "Juego automático",
|
|
30
|
+
"GEN.044": "Número de tiradas",
|
|
31
|
+
"GEN.047": "Límite de pérdida",
|
|
32
|
+
"GEN.048": "Límite de ganancia única",
|
|
33
|
+
"GEN.051": "Detengase tras el juego de bono",
|
|
34
|
+
"GEN.052": "Iniciar",
|
|
35
|
+
"GEN.054": "Volumen",
|
|
36
|
+
"GEN.055": "Efectos de sonido",
|
|
37
|
+
"GEN.060": "Juego rápido",
|
|
38
|
+
"GEN.063": "Comprobación de realidad",
|
|
39
|
+
"GEN.069": "Salir del juego",
|
|
40
|
+
"GEN.070": "¿Realmente quieres abandonar el juego?",
|
|
41
|
+
"GEN.073": "¡Enhorabuena!",
|
|
42
|
+
"GEN.075": "Su ganancia total:",
|
|
43
|
+
"GEN.076": "Máx ganancia",
|
|
44
|
+
"GEN.077": "La máxima ganancia en una sola ronda del juego está limitada a @win@",
|
|
45
|
+
"GEN.078": "Información del juego",
|
|
46
|
+
"GEN.079": "El modo de juego automático está desactivado. ¡Has ganado el juego de bonus!",
|
|
47
|
+
"GEN.080": "El juego automático está apagado, se ha agotado el límite de giros pre determinados.",
|
|
48
|
+
"GEN.081": "El juego automático está apagado, se ha agotado el límite pre determinado de pérdidas.",
|
|
49
|
+
"GEN.082": "El juego automático está apagado, se ha agotado el límite pre determinado de victoria única.",
|
|
50
|
+
"GEN.086": "Comprar",
|
|
51
|
+
"GEN.087": "Fondos insuficientes",
|
|
52
|
+
"GEN.088": "No tienes fondos suficientes para realizar esta apuesta",
|
|
53
|
+
"GEN.089": "Recarga tu saldo para jugar",
|
|
54
|
+
"GEN.090": "Se ha perdido la conexión",
|
|
55
|
+
"GEN.091": "Por favor revisa tu conexión de Internet o reinicia el juego.",
|
|
56
|
+
"GEN.097": "Restaurar la Partida",
|
|
57
|
+
"GEN.098": "No has terminado la ronda del juego",
|
|
58
|
+
"GEN.120": "Cancelar",
|
|
59
|
+
"GEN.124": "Hoy",
|
|
60
|
+
"GEN.125": "Ayer",
|
|
61
|
+
"GEN.133": "Guardar",
|
|
62
|
+
"GEN.135": "Recordarme cada ... minutos",
|
|
63
|
+
"GEN.136": "Después de ... minutos de sesión de juego",
|
|
64
|
+
"GEN.137": "Repetición",
|
|
65
|
+
"GEN.138": "Rondas GRATIS",
|
|
66
|
+
"GEN.140": "Rondas gratis:",
|
|
67
|
+
"GEN.141": "Ha recibido",
|
|
68
|
+
"GEN.142": "Rondas",
|
|
69
|
+
"GEN.143": "GRATIS",
|
|
70
|
+
"GEN.149": "¡Mejor Suerte la Próxima Vez!",
|
|
71
|
+
"GEN.150": "@num@ rondas GRATIS terminadas.",
|
|
72
|
+
"GEN.152": "¡Los juegos futuros utilizan el dinero de su cuenta!",
|
|
73
|
+
"GEN.155": "Ha solicitado una Comprobación de Realidad cada @minutes@ de juego.",
|
|
74
|
+
"GEN.156": "Su sesión de juego ha llegado a",
|
|
75
|
+
"GEN.160": "@minutes@ minutos",
|
|
76
|
+
"GEN.161": "Apuesta máxima",
|
|
77
|
+
"GEN.162": "Se han cambiado las apuestas al máximo valor",
|
|
78
|
+
"GEN.168": "Apuestas",
|
|
79
|
+
"GEN.170": "Se deducirá <AMOUNT> de tu saldo.",
|
|
80
|
+
"GEN.185": "Pulsa en cualquier lugar para continuar",
|
|
81
|
+
"GEN.186": "Pulsa en cualquier lugar para continuar",
|
|
82
|
+
"GEN.197": "Sesión cerrada o expirada",
|
|
83
|
+
"GEN.198": "Avanzado",
|
|
84
|
+
"GEN.199": "Selecciona la función de compra",
|
|
85
|
+
"GEN.200": "Este mensaje no se volverá a mostrar.",
|
|
86
|
+
"GEN.201": "Precio por cada giro.",
|
|
87
|
+
"GEN.202": "Bonus Bet permanece activo hasta que se desactiva.",
|
|
88
|
+
"GEN.203": "Tabla de premios",
|
|
89
|
+
"GEN.204": "Ajustes",
|
|
90
|
+
"GEN.205": "Historial de rondas",
|
|
91
|
+
"GEN.206": "Menú de juego",
|
|
92
|
+
"GEN.209": "Música",
|
|
93
|
+
"GEN.210": "Hora actual",
|
|
94
|
+
"GEN.211": "Editar recordatorio",
|
|
95
|
+
"GEN.212": "Aquí todavía no hay nada.",
|
|
96
|
+
"GEN.213": "Última semana",
|
|
97
|
+
"GEN.214": "Último mes",
|
|
98
|
+
"GEN.215": "Hora",
|
|
99
|
+
"GEN.216": "Copiar enlace de repetición",
|
|
100
|
+
"GEN.217": "ID de la ronda",
|
|
101
|
+
"GEN.218": "Comenzar repetición",
|
|
102
|
+
"GEN.219": "Repetir de nuevo",
|
|
103
|
+
"GEN.220": "Cerrar",
|
|
104
|
+
"GEN.221": "La ronda de juego se jugó el:",
|
|
105
|
+
"GEN.222": "Repetición finalizada",
|
|
106
|
+
"GEN.224": "Modo de Juego Rápido",
|
|
107
|
+
"GEN.225": "Puedes activarlo en el menú",
|
|
108
|
+
"GEN.232": "¡Copiado!",
|
|
109
|
+
"GEN.233": "Detalles de la ronda",
|
|
110
|
+
"GEN.234": "Esperando a la conexión...",
|
|
111
|
+
"GEN.235": "Activar",
|
|
112
|
+
"GEN.236": "Sí",
|
|
113
|
+
"GEN.237": "No",
|
|
114
|
+
"GEN.238": "Saltar",
|
|
115
|
+
"GEN.239": "Empieza a jugar para ver tu historial de juego",
|
|
116
|
+
"GEN.243": "Algo ha ido mal",
|
|
117
|
+
"GEN.244": "Por favor, reinicia el juego",
|
|
118
|
+
"NFT.006": "Seguir jugando",
|
|
119
|
+
"HTP.000": "Cómo Jugar",
|
|
120
|
+
"HTP.001": "Selecciona tu nivel de apuesta.",
|
|
121
|
+
"HTP.002": "Pulsa el botón de Girar para comenzar el juego.",
|
|
122
|
+
"HTP.003": "El valor de tu apuesta se restará de tu saldo, y al terminar se sumarán las ganancias que consigas.",
|
|
123
|
+
"GM.000": "Menú de juego",
|
|
124
|
+
"GM.001": "Pulsa en el icono del menú de juego para abrir las opciones.",
|
|
125
|
+
"GM.002": "Tabla de premios: abre la tabla de premios que explica los premios de símbolos.",
|
|
126
|
+
"GM.003": "Información del juego: abre la información y las reglas del juego.",
|
|
127
|
+
"GM.004": "Historial de rondas: se abre el historial de rondas y los récords del juego (si está presente).",
|
|
128
|
+
"GM.005": "Configuración del juego: abre la configuración del juego.",
|
|
129
|
+
"GM.006": "Silencio: activa o desactiva los sonidos.",
|
|
130
|
+
"GM.007": "Juego rápido: activa o desactiva el modo rápido.",
|
|
131
|
+
"GM.008": "Pantalla completa: activa o desactiva el modo de pantalla completa.",
|
|
132
|
+
"GP.000": "Panel de Juego",
|
|
133
|
+
"GP.001": "Líneas — muestra el número de líneas seleccionadas actualmente en el juego.",
|
|
134
|
+
"GP.002": "Caminos — muestra el número de caminos de pago en el juego.",
|
|
135
|
+
"GP.003": "Grupos: muestra el tamaño mínimo para que un grupo se contabilice.",
|
|
136
|
+
"GP.004": "Apuesta total: el valor de la apuesta en divisa.",
|
|
137
|
+
"GP.005": "Premio: muestra el premio del último paso del pago.",
|
|
138
|
+
"GP.006": "Saldo: muestra el saldo de la cuenta del jugador.",
|
|
139
|
+
"GP.007": "Posición neta: muestra la posición neta de tu cuenta. La posición neta se define como el total de todas las ganancias menos la suma de todas las pérdidas desde el inicio de la sesión.",
|
|
140
|
+
"GP.009": "Menú de juego: abre las opciones del juego.",
|
|
141
|
+
"GP.010": "Tamaño de apuesta: abre el menú de apuestas.",
|
|
142
|
+
"GP.011": "Botón Girar: comienza la partida.",
|
|
143
|
+
"GP.008": "Autoplay: abre el menú de reproducción automática. La función autoplay permite jugar sin presionar el botón de giro cada vez. Presionar el botón de autoplay mientras está activo detiene la función.",
|
|
144
|
+
"GP.012": "Comprar función: abre la función Comprar Bonus.",
|
|
145
|
+
"GP.013": "Líneas — muestra el número de líneas en el juego.",
|
|
146
|
+
"KS.000": "Accesos del Teclado",
|
|
147
|
+
"KS.001": "Barra Espaciadora: gira una ronda.",
|
|
148
|
+
"KS.002": "Intro: gira una ronda.",
|
|
149
|
+
"RAN.000": "Aleatoridad",
|
|
150
|
+
"RAN.001": "Un generador de números aleatorio certificado garantiza que los carretes giran con una posibilidad justa e igual para cada posición. Para más información, visita @about@.",
|
|
151
|
+
"AI.000": "Información adicional",
|
|
152
|
+
"AI.001": "En cualquier situación en la que la funcionalidad de la repetición no sea suficiente, póngase en contacto con el equipo de soporte del sitio web de juegos.",
|
|
153
|
+
"AI.002": "En caso de mal funcionamiento del hardware/software de juego, todas las apuestas y los pagos del juego afectados se anulan y todas las apuestas afectadas se reembolsan.",
|
|
154
|
+
"AI.003": "Esta es la versión @version@ de las reglas de juego, con fecha @date@. Para obtener cualquier versión previa, usa el formulario de contacto en @contact@.",
|
|
155
|
+
"DROP.001": "¡El evento de Prize Drop está en vivo!",
|
|
156
|
+
"DROP.002": "¡Gira y gana premios increíbles al instante!",
|
|
157
|
+
"DROP.003": "Bote de premios:",
|
|
158
|
+
"DROP.004": "Número total de premios:",
|
|
159
|
+
"DROP.005": "Premio mayor:",
|
|
160
|
+
"DROP.006": "Apuesta mín. para participar:",
|
|
161
|
+
"DROP.007": "Cada apuesta válida puede ganar",
|
|
162
|
+
"DROP.008": "28 ene 2025 – 10 feb 2025",
|
|
163
|
+
"DROP.009": "Más tarde",
|
|
164
|
+
"DROP.010": "Unirse",
|
|
165
|
+
"DROP.011": "Uniéndose...",
|
|
166
|
+
"DROP.012": "Éxito",
|
|
167
|
+
"DROP.013": "¡Te has unido al evento con éxito!",
|
|
168
|
+
"DROP.014": "Ok",
|
|
169
|
+
"DROP.015": "Oops",
|
|
170
|
+
"DROP.016": "Algo salió mal... Intenta de nuevo.",
|
|
171
|
+
"DROP.017": "Intenta de nuevo",
|
|
172
|
+
"DROP.018": "¡Enhorabuena!",
|
|
173
|
+
"DROP.019": "Has ganado un premio en efectivo",
|
|
174
|
+
"DROP.020": "Acreditado instantáneamente en tu cuenta",
|
|
175
|
+
"DROP.021": "¡Grandes noticias!",
|
|
176
|
+
"DROP.022": "Evento cancelado",
|
|
177
|
+
"DROP.023": "El evento actual ha sido cancelado. Estate atento a los nuevos",
|
|
178
|
+
"DROP.024": "Evento finalizado",
|
|
179
|
+
"DROP.025": "El evento actual ha finalizado. ¡Atento a los nuevos!",
|
|
180
|
+
"DROP.026": "Prize drop",
|
|
181
|
+
"DROP.027": "Evento",
|
|
182
|
+
"DROP.028": "Reglas",
|
|
183
|
+
"DROP.029": "Premios restantes",
|
|
184
|
+
"DROP.030": "Ganadores",
|
|
185
|
+
"DROP.031": "Premio",
|
|
186
|
+
"DROP.032": "Cantidad",
|
|
187
|
+
"DROP.033": "Restantes",
|
|
188
|
+
"DROP.034": "Apuesta mínima para participar:",
|
|
189
|
+
"DROP.035": "Termina en",
|
|
190
|
+
"DROP.036": "Días",
|
|
191
|
+
"DROP.037": "Hrs",
|
|
192
|
+
"DROP.038": "Min",
|
|
193
|
+
"DROP.039": "Seg",
|
|
194
|
+
"DROP.040": "En vivo",
|
|
195
|
+
"DROP.041": "Tu apuesta actual cumple con los requisitos",
|
|
196
|
+
"DROP.042": "¡Te has unido con éxito!",
|
|
197
|
+
"DROP.043": "Algo salió mal",
|
|
198
|
+
"DROP.044": "Tu apuesta actual no cumple con los requisitos",
|
|
199
|
+
"DROP.045": "Finalizado",
|
|
200
|
+
"DROP.046": "¡Todos los ganadores han recibido sus premios!",
|
|
201
|
+
"DROP.047": "Estate atento a los nuevos",
|
|
202
|
+
"DROP.048": "Apuesta calificada",
|
|
203
|
+
"DROP.049": "La apuesta mínima para participar es de 1,00 EUR",
|
|
204
|
+
"DROP.050": "Para participar en la campaña, el jugador debe realizar una apuesta calificada en los juegos participantes durante el período de la campaña. No se aplican costos adicionales.",
|
|
205
|
+
"DROP.051": "Juegos participantes",
|
|
206
|
+
"DROP.052": "Los siguientes juegos de True Lab participan en la campaña: Bison Storm, Dragon's Call, Battle Rage, Dr. Rock & the Riff Reactor, Most Wanted, Guns, Love & Therapy.",
|
|
207
|
+
"DROP.053": "Período de campaña",
|
|
208
|
+
"DROP.054": "El evento Prize Drop se lleva a cabo del 28 de enero de 2025, 00:00 UTC al 10 de febrero de 2025, 23:59 UTC.",
|
|
209
|
+
"DROP.055": "Términos generales",
|
|
210
|
+
"DROP.056": "Los jugadores pueden ganar cualquier premio aleatorio del bote de premios durante la campaña.",
|
|
211
|
+
"DROP.057": "Cualquier apuesta válida en los juegos participantes durante el período de campaña puede activar un premio.",
|
|
212
|
+
"DROP.058": "Una apuesta válida puede ganar solo un premio. Los premios se otorgarán aleatoriamente durante el período de la campaña.",
|
|
213
|
+
"DROP.059": "El número de premios disponibles se actualiza al instante.",
|
|
214
|
+
"DROP.060": "Todos los premios en efectivo ganados se acreditarán instantáneamente en las cuentas del casino de los jugadores.",
|
|
215
|
+
"DROP.061": "Käteispalkinnoilla ei ole kierrätysvaatimuksia.",
|
|
216
|
+
"DROP.062": "Los premios en efectivo se pagarán en la moneda con la que se realizó la apuesta ganadora, según la conversión desde el euro. La conversión se basa en el tipo de cambio vigente al inicio de la campaña y se mantiene sin cambios hasta su finalización.",
|
|
217
|
+
"DROP.063": "Los premios están directamente vinculados al RNG, por lo que puede que no se entreguen en su totalidad durante el período de la campaña.",
|
|
218
|
+
"DROP.064": "True Lab se reserva el derecho de no pagar un premio en efectivo si el resultado de la ganancia proviene de un error evidente, fallo técnico o equivocación (incluidos pagos incorrectos en el juego), ya sea por un error humano o de máquina en cualquiera de los juegos participantes. Además, True Lab se reserva el derecho de no pagar un premio si considera que la ganancia se obtuvo mediante trampa o colusión con otros jugadores.",
|
|
219
|
+
"DROP.065": "Estos términos y condiciones pueden publicarse en varios idiomas con fines informativos y para facilitar el acceso a los jugadores. En caso de discrepancia entre una versión no inglesa y la versión en inglés, prevalecerá la versión en inglés.",
|
|
220
|
+
"DROP.066": "Premio total acumulado:",
|
|
221
|
+
"DROP.067": "Número total de premios:",
|
|
222
|
+
"DROP.068": "Comienza en",
|
|
223
|
+
"DROP.069": "Próximamente"
|
|
224
|
+
}
|