@everymatrix/casino-game-page 1.4.0 → 1.4.1
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-game-page",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.1",
|
4
4
|
"main": "dist/casino-game-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": "1d59a96e434455c55cc56d4e7655e9fbd4de8141"
|
40
40
|
}
|
package/src/translations.js
CHANGED
@@ -56,11 +56,11 @@ export const GamePageTranslations = {
|
|
56
56
|
es: {
|
57
57
|
gamePage: {
|
58
58
|
signIn: 'Iniciar sesión',
|
59
|
-
register: '
|
60
|
-
deposit: '
|
61
|
-
playForFun: '
|
62
|
-
playNow: '
|
63
|
-
breakButton: '
|
59
|
+
register: 'REGÍSTRATE',
|
60
|
+
deposit: 'Deposita',
|
61
|
+
playForFun: 'Modo práctica',
|
62
|
+
playNow: 'Juega ahora!',
|
63
|
+
breakButton: 'Dar clic durante 3 segundos para bloquear instantaneamente tu cuenta por 24 horas',
|
64
64
|
}
|
65
65
|
},
|
66
66
|
tr: {
|