@everymatrix/casino-game-page 0.0.284 → 0.0.285
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": "0.0.
|
3
|
+
"version": "0.0.285",
|
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": "e2ab83a03870fbcab9c88dd68379d235ca766614"
|
40
40
|
}
|
package/src/translations.js
CHANGED
@@ -34,13 +34,13 @@ export const GamePageTranslations = {
|
|
34
34
|
},
|
35
35
|
fr: {
|
36
36
|
gamePage: {
|
37
|
-
signIn: '
|
38
|
-
register: '
|
39
|
-
deposit: '
|
40
|
-
playForFun: '
|
41
|
-
playNow: '
|
42
|
-
break: '
|
43
|
-
breakButton: '24
|
37
|
+
signIn: 'Connectez-vous',
|
38
|
+
register: 'Enregistrer',
|
39
|
+
deposit: 'Dépôt',
|
40
|
+
playForFun: 'Jouer pour le plaisir',
|
41
|
+
playNow: 'Commencez maintenant',
|
42
|
+
break: 'Fair une pause d\'un jour pour jouer ',
|
43
|
+
breakButton: 'Refroidissement de 24 heures',
|
44
44
|
}
|
45
45
|
},
|
46
46
|
es: {
|