@everymatrix/casino-game-thumbnail 0.0.281 → 0.0.284
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": "0.0.
|
|
3
|
+
"version": "0.0.284",
|
|
4
4
|
"main": "dist/casino-game-thumbnail.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": "3ac9350aedecfd71862267436a50699f50fc6a01"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -42,11 +42,11 @@ export const GameThumbnailTranslations = {
|
|
|
42
42
|
},
|
|
43
43
|
es: {
|
|
44
44
|
gameThumbnail: {
|
|
45
|
-
playNow: '
|
|
45
|
+
playNow: 'Empezar ahora!',
|
|
46
46
|
new: 'NUEVO',
|
|
47
|
-
hot: '
|
|
48
|
-
opens: '
|
|
49
|
-
full: '
|
|
47
|
+
hot: 'Hot',
|
|
48
|
+
opens: 'Abierto ',
|
|
49
|
+
full: 'Mesa completa - apuesta detrás',
|
|
50
50
|
dealer: 'Dealer',
|
|
51
51
|
}
|
|
52
52
|
},
|
|
@@ -115,8 +115,8 @@ export const GameThumbnailTranslations = {
|
|
|
115
115
|
playNow: 'Comece agora!',
|
|
116
116
|
new: 'NOVO',
|
|
117
117
|
hot: 'Hot',
|
|
118
|
-
opens: '
|
|
119
|
-
full: '
|
|
118
|
+
opens: 'Abrir ',
|
|
119
|
+
full: 'Mesa cheia - aposta atrás',
|
|
120
120
|
dealer: 'Dealer',
|
|
121
121
|
}
|
|
122
122
|
},
|