@everymatrix/casino-game-page 1.28.8 → 1.29.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-game-page",
3
- "version": "1.28.8",
3
+ "version": "1.29.3",
4
4
  "main": "dist/casino-game-page.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "c7e4f0fb90648211b55dc99a72de2fe600016137"
38
+ "gitHead": "b35b07d0d019ab53162690eac785d06af1ad9de9"
39
39
  }
@@ -134,5 +134,23 @@ export const TRANSLATIONS = {
134
134
  "playNow": "Započnite sada!",
135
135
  "breakButton": "Hold button for 3 seconds to take 24-hours instant lock",
136
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..."
137
155
  }
138
156
  }