@everymatrix/casino-game-page 1.43.4 → 1.45.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/components/CasinoGamePage-BYQ6WLZV.js +8485 -0
- package/components/CasinoGamePage-DW57E_QJ.cjs +22 -0
- package/es2015/casino-game-page.cjs +1 -0
- package/es2015/casino-game-page.js +16 -0
- package/package.json +15 -33
- package/CHANGELOG.md +0 -10
- package/README.md +0 -30
- package/dist/casino-game-page.js +0 -2
- package/dist/casino-game-page.js.map +0 -1
- package/index.html +0 -45
- package/index.js +0 -1
- package/public/favicon.png +0 -0
- package/public/reset.css +0 -48
- package/rollup.config.js +0 -67
- package/src/CasinoGamePage.svelte +0 -1120
- package/src/i18n.js +0 -25
- package/src/index.ts +0 -4
- package/src/translations.js +0 -156
- package/stories/CasinoGamePage.stories.js +0 -13
- package/tsconfig.json +0 -6
package/src/i18n.js
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
import {
|
2
|
-
dictionary,
|
3
|
-
locale,
|
4
|
-
addMessages,
|
5
|
-
_
|
6
|
-
} from 'svelte-i18n';
|
7
|
-
|
8
|
-
function setupI18n({ withLocale: _locale, translations }) {
|
9
|
-
locale.subscribe((data) => {
|
10
|
-
if (data == null) {
|
11
|
-
dictionary.set(translations);
|
12
|
-
locale.set(_locale);
|
13
|
-
}
|
14
|
-
});
|
15
|
-
}
|
16
|
-
|
17
|
-
function addNewMessages(lang, dict) {
|
18
|
-
addMessages(lang, dict);
|
19
|
-
}
|
20
|
-
|
21
|
-
function setLocale(_locale) {
|
22
|
-
locale.set(_locale);
|
23
|
-
}
|
24
|
-
|
25
|
-
export { _, setupI18n, addNewMessages, setLocale };
|
package/src/index.ts
DELETED
package/src/translations.js
DELETED
@@ -1,156 +0,0 @@
|
|
1
|
-
export const TRANSLATIONS = {
|
2
|
-
"en": {
|
3
|
-
"signIn": "LOGIN",
|
4
|
-
"register": "REGISTER",
|
5
|
-
"deposit": "DEPOSIT",
|
6
|
-
"playForFun": "Play for fun",
|
7
|
-
"playNow": "Start now!",
|
8
|
-
"breakButton": "Hold button for 3 seconds to take 24-hours instant lock",
|
9
|
-
"loading": "Loading, please wait ..."
|
10
|
-
},
|
11
|
-
"zh-hk": {
|
12
|
-
"signIn": "登錄",
|
13
|
-
"register": "登記",
|
14
|
-
"deposit": "訂金",
|
15
|
-
"playForFun": "玩得開心",
|
16
|
-
"playNow": "現在開始",
|
17
|
-
"breakButton": "休息 1 天",
|
18
|
-
"loading": "加載請稍候 ..."
|
19
|
-
},
|
20
|
-
"de": {
|
21
|
-
"signIn": "Einloggen",
|
22
|
-
"register": "REGISTRIEREN",
|
23
|
-
"deposit": "Einzahlung",
|
24
|
-
"playForFun": "Play for fun",
|
25
|
-
"playNow": "Jetzt beginnen!",
|
26
|
-
"breakButton": "Für 24 Std. Games Sofortpause, 3 Sekunden drücken",
|
27
|
-
"loading": "Es lädt, bitte warten..."
|
28
|
-
},
|
29
|
-
"it": {
|
30
|
-
"signIn": "LOGIN",
|
31
|
-
"register": "REGISTRATI",
|
32
|
-
"deposit": "DEPOSITO",
|
33
|
-
"playForFun": "Play for fun",
|
34
|
-
"playNow": "Inizia ora!",
|
35
|
-
"breakButton": "Prenditi 1 giorno di pausa dal gioco - 24-hour Cool Off",
|
36
|
-
"loading": "Loading, please wait..."
|
37
|
-
},
|
38
|
-
"fr": {
|
39
|
-
"signIn": "Connectez-vous",
|
40
|
-
"register": "Enregistrer",
|
41
|
-
"deposit": "Dépôt",
|
42
|
-
"playForFun": "Jouer pour le plaisir",
|
43
|
-
"playNow": "Commencez maintenant",
|
44
|
-
"break": "Fair une pause d'un jour pour jouer",
|
45
|
-
"breakButton": "Refroidissement de 24 heures",
|
46
|
-
"loading": "Chargement, veuillez patienter..."
|
47
|
-
},
|
48
|
-
"es": {
|
49
|
-
"signIn": "Iniciar sesión",
|
50
|
-
"register": "REGÍSTRATE",
|
51
|
-
"deposit": "Deposita",
|
52
|
-
"playForFun": "Modo práctica",
|
53
|
-
"playNow": "Juega ahora!",
|
54
|
-
"breakButton": "Dar clic durante 3 segundos para bloquear instantaneamente tu cuenta por 24 horas",
|
55
|
-
"loading": "Cargando por favor espere ..."
|
56
|
-
},
|
57
|
-
"tr": {
|
58
|
-
"signIn": "OTURUM AÇ",
|
59
|
-
"register": "KAYIT OL",
|
60
|
-
"deposit": "DEPOZİTO",
|
61
|
-
"playForFun": "EĞLENCE İÇİN OYNA",
|
62
|
-
"playNow": "ŞİMDİ OYNA",
|
63
|
-
"breakButton": "24 saatlik kilit için düğmeyi 3 saniye basılı tutun",
|
64
|
-
"loading": "Yükleniyor, lütfen bekleyin..."
|
65
|
-
},
|
66
|
-
"ru": {
|
67
|
-
"signIn": "АВТОРИЗОВАТЬСЯ",
|
68
|
-
"register": "ПОДПИСАТЬСЯ",
|
69
|
-
"deposit": "ДЕПОЗИТ",
|
70
|
-
"playForFun": "ИГРАЙТЕ ДЛЯ УДОВОЛЬСТВИЯ",
|
71
|
-
"playNow": "ИГРАТЬ СЕЙЧАС",
|
72
|
-
"breakButton": "Сделайте 1 день перерыва в игре - 24-hour Cool Off",
|
73
|
-
"loading": "Loading, please wait..."
|
74
|
-
},
|
75
|
-
"ro": {
|
76
|
-
"signIn": "AUTENTIFICARE",
|
77
|
-
"register": "INREGISTRARE",
|
78
|
-
"deposit": "DEPOZITEAZA",
|
79
|
-
"playForFun": "JOACĂ PENTRU DISTRACTIE",
|
80
|
-
"playNow": "JOACĂ ACUM",
|
81
|
-
"breakButton": "Luați o pauză de la joc - 24-hour Cool Off",
|
82
|
-
"loading": "Se incarca, te rugam asteapta…"
|
83
|
-
},
|
84
|
-
"hr": {
|
85
|
-
"signIn": "PRIJAVA",
|
86
|
-
"register": "REGISTRACIJA",
|
87
|
-
"deposit": "UPLATA",
|
88
|
-
"playForFun": "Igraj za zabavu",
|
89
|
-
"playNow": "Igraj",
|
90
|
-
"breakButton": "Držite gumb 3 sekunde za trenutno zaključavanje na 24 sata",
|
91
|
-
"loading": "Učitavanje"
|
92
|
-
},
|
93
|
-
"hu": {
|
94
|
-
"signIn": "Bejelentkezés",
|
95
|
-
"register": "REGISZTRÁCIÓ",
|
96
|
-
"deposit": "Befizetés",
|
97
|
-
"playForFun": "Play for fun",
|
98
|
-
"playNow": "Játsszon most!",
|
99
|
-
"breakButton": "Hold button for 3 seconds to take 24-hours instant lock",
|
100
|
-
"loading": "Betöltés, kérjük várjon..."
|
101
|
-
},
|
102
|
-
"pl": {
|
103
|
-
"signIn": "Zaloguj się",
|
104
|
-
"register": "REJESTRACJA",
|
105
|
-
"deposit": "Wpłata",
|
106
|
-
"playForFun": "Graj dla zabawy",
|
107
|
-
"playNow": "Rozpocznij teraz!",
|
108
|
-
"breakButton": "Hold button for 3 seconds to take 24-hours instant lock",
|
109
|
-
"loading": "Loading, please wait..."
|
110
|
-
},
|
111
|
-
"pt": {
|
112
|
-
"signIn": "Entrar",
|
113
|
-
"register": "REGISTRO",
|
114
|
-
"deposit": "Depósito",
|
115
|
-
"playForFun": "Jogue por diversão",
|
116
|
-
"playNow": "Comece agora!",
|
117
|
-
"breakButton": "Faça uma pausa de 1 dia no jogo - Faça uma pausa de 24 horas no jogo",
|
118
|
-
"loading": "Carregando, por favor espere ..."
|
119
|
-
},
|
120
|
-
"sl": {
|
121
|
-
"signIn": "Prijavite se",
|
122
|
-
"register": "REGISTRACIJA",
|
123
|
-
"deposit": "Vplačilo",
|
124
|
-
"playForFun": "Igrajte za zabavo",
|
125
|
-
"playNow": "Začnite zdaj!",
|
126
|
-
"breakButton": "Hold button for 3 seconds to take 24-hours instant lock",
|
127
|
-
"loading": "Loading, please wait..."
|
128
|
-
},
|
129
|
-
"sr": {
|
130
|
-
"signIn": "Prijavi se",
|
131
|
-
"register": "REGISTRACIJA",
|
132
|
-
"deposit": "Uplata",
|
133
|
-
"playForFun": "Igraj za zabavu",
|
134
|
-
"playNow": "Započnite sada!",
|
135
|
-
"breakButton": "Hold button for 3 seconds to take 24-hours instant lock",
|
136
|
-
"loading": "Loading, please wait..."
|
137
|
-
},
|
138
|
-
"pt-br": {
|
139
|
-
"signIn": "ENTRAR",
|
140
|
-
"register": "REGISTRO",
|
141
|
-
"deposit": "DEPÓSITO",
|
142
|
-
"playForFun": "Jogue por diversão",
|
143
|
-
"playNow": "Comece agora!",
|
144
|
-
"breakButton": "Pressione o botão por 3 segundos para uma pausa de 24 horas",
|
145
|
-
"Loading": "Carregando, por favor espere..."
|
146
|
-
},
|
147
|
-
"es-mx": {
|
148
|
-
"signIn": "INGRESAR",
|
149
|
-
"register": "REGISTRO",
|
150
|
-
"deposit": "DEPÓSITO",
|
151
|
-
"playForFun": "Jugar Por Diversión",
|
152
|
-
"playNow": "Comenzar ahora!",
|
153
|
-
"breakButton": "Presionar botón 3 segundos para un bloqueo de 24 horas",
|
154
|
-
"Loading": "Cargando, por favor espere..."
|
155
|
-
}
|
156
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { html } from 'lit-element';
|
2
|
-
|
3
|
-
import CasinoGamePage from '../src/CasinoGamePage';
|
4
|
-
|
5
|
-
// This default export determines where your story goes in the story list
|
6
|
-
export default {
|
7
|
-
title: 'CasinoGamePage',
|
8
|
-
};
|
9
|
-
|
10
|
-
// 👇 We create a “template” of how args map to rendering
|
11
|
-
const CasinoGamePage = ({ aProperty }) => html`<casino-game-page></casino-game-page>`;
|
12
|
-
|
13
|
-
export const FirstStory = CasinoGamePage.bind({});
|