@everymatrix/casino-page 0.0.293 → 0.0.296
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/casino-page.js +3 -3
- package/dist/casino-page.js.map +1 -1
- package/package.json +2 -2
- package/src/translations.js +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-page",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.296",
|
|
4
4
|
"main": "dist/casino-page.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "628a0e30f5160748837a6a7acb4cf44623d87c3d"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -23,7 +23,7 @@ export const CasinoPageTranslations = {
|
|
|
23
23
|
breakButton: 'Für 24 Std. Games Sofortpause, 3 Sekunden drücken',
|
|
24
24
|
searchGames: 'Casinospiele suchen',
|
|
25
25
|
filters: 'Filter',
|
|
26
|
-
clear: '
|
|
26
|
+
clear: 'Zurücksetzen',
|
|
27
27
|
noGamesPlayed: 'Sie haben keine Spiele gespielt!'
|
|
28
28
|
}
|
|
29
29
|
},
|
|
@@ -37,7 +37,7 @@ export const CasinoPageTranslations = {
|
|
|
37
37
|
breakButton: '24-hour Cool Off',
|
|
38
38
|
searchGames: 'Cerca giochi da casinò',
|
|
39
39
|
filters: 'Filtri',
|
|
40
|
-
clear: '
|
|
40
|
+
clear: 'Azzera',
|
|
41
41
|
noGamesPlayed: 'Non hai giochi giocati!'
|
|
42
42
|
}
|
|
43
43
|
},
|
|
@@ -121,7 +121,7 @@ export const CasinoPageTranslations = {
|
|
|
121
121
|
breakButton: '24-hour Cool Off',
|
|
122
122
|
searchGames: 'Traži casino igre',
|
|
123
123
|
filters: 'Filtri',
|
|
124
|
-
clear: '
|
|
124
|
+
clear: 'Resetiraj',
|
|
125
125
|
noGamesPlayed: 'Niste igrali nijednu igru!'
|
|
126
126
|
}
|
|
127
127
|
},
|
|
@@ -134,7 +134,7 @@ export const CasinoPageTranslations = {
|
|
|
134
134
|
break: 'Take 1 day break from playing',
|
|
135
135
|
breakButton: '24-hour Cool Off',
|
|
136
136
|
searchGames: 'Kaszinó játékok keresése',
|
|
137
|
-
filters: '
|
|
137
|
+
filters: 'Visszaállítás',
|
|
138
138
|
clear: 'Egyértelmű',
|
|
139
139
|
noGamesPlayed: 'Nincsenek lejátszott játékok!'
|
|
140
140
|
}
|
|
@@ -149,7 +149,7 @@ export const CasinoPageTranslations = {
|
|
|
149
149
|
breakButton: '24-hour Cool Off',
|
|
150
150
|
searchGames: 'Wyszukaj gry kasynowe',
|
|
151
151
|
filters: 'Filtry',
|
|
152
|
-
clear: '
|
|
152
|
+
clear: 'Przywróć',
|
|
153
153
|
noGamesPlayed: 'Nie grałeś w żadne gry!'
|
|
154
154
|
}
|
|
155
155
|
},
|
|
@@ -177,7 +177,7 @@ export const CasinoPageTranslations = {
|
|
|
177
177
|
breakButton: '24-hour Cool Off',
|
|
178
178
|
searchGames: 'Search casino games',
|
|
179
179
|
filters: 'Filters',
|
|
180
|
-
clear: '
|
|
180
|
+
clear: 'Ponastavitev',
|
|
181
181
|
noGamesPlayed: 'You have no games played!'
|
|
182
182
|
}
|
|
183
183
|
},
|
|
@@ -191,7 +191,7 @@ export const CasinoPageTranslations = {
|
|
|
191
191
|
breakButton: '24-hour Cool Off',
|
|
192
192
|
searchGames: 'Search casino games',
|
|
193
193
|
filters: 'Filters',
|
|
194
|
-
clear: '
|
|
194
|
+
clear: 'Resetuj',
|
|
195
195
|
noGamesPlayed: 'You have no games played!'
|
|
196
196
|
}
|
|
197
197
|
}
|