@everymatrix/casino-game-thumbnail 1.28.8 → 1.29.3

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-thumbnail",
3
- "version": "1.28.8",
3
+ "version": "1.29.3",
4
4
  "main": "dist/casino-game-thumbnail.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
  }
@@ -118,5 +118,21 @@ export const TRANSLATIONS = {
118
118
  "opens": "Opens",
119
119
  "full": "table full - bet behind",
120
120
  "dealer": "Dealer"
121
+ },
122
+ "pt-br": {
123
+ "playNow": "Comece agora!",
124
+ "new": "NOVOS",
125
+ "hot": "Popular",
126
+ "opens": "Abre",
127
+ "full": "mesa completa-aposte seguindo",
128
+ "dealer": "Dealer"
129
+ },
130
+ "es-mx": {
131
+ "playNow": "Comenzar ahora!",
132
+ "new": "NUEVOS",
133
+ "hot": "Popular",
134
+ "opens": "Abre",
135
+ "full": "mesa llena-seguir apuesta",
136
+ "dealer": "Dealer"
121
137
  }
122
138
  }