@everymatrix/casino-game-page 0.0.415 → 0.0.417
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.417",
|
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": "485b86006a0a51408cc0b4716e4ee2b7e7b71a04"
|
40
40
|
}
|
@@ -569,7 +569,7 @@
|
|
569
569
|
</script>
|
570
570
|
|
571
571
|
{#if isLoading}
|
572
|
-
<p class="SearchLoading" part="SearchLoading">
|
572
|
+
<p class="SearchLoading" part="SearchLoading">{$_('gamePage.loading')}</p>
|
573
573
|
{:else}
|
574
574
|
{#if hasErrors}
|
575
575
|
<p class="SearchLoading" part="SearchLoading">500 Error - Internal Server Error.</p>
|
package/src/translations.js
CHANGED
@@ -7,6 +7,7 @@ export const GamePageTranslations = {
|
|
7
7
|
playForFun: 'Play for fun',
|
8
8
|
playNow: 'Start now!',
|
9
9
|
breakButton: 'Hold button for 3 seconds to take 24-hours instant lock',
|
10
|
+
loading: 'Loading, please wait ...',
|
10
11
|
}
|
11
12
|
},
|
12
13
|
zh: {
|
@@ -17,6 +18,7 @@ export const GamePageTranslations = {
|
|
17
18
|
playForFun: '玩得開心',
|
18
19
|
playNow: '現在開始',
|
19
20
|
breakButton: '休息 1 天',
|
21
|
+
loading: '加載請稍候 ...',
|
20
22
|
}
|
21
23
|
},
|
22
24
|
de: {
|
@@ -48,6 +50,7 @@ export const GamePageTranslations = {
|
|
48
50
|
playNow: 'Commencez maintenant',
|
49
51
|
break: 'Fair une pause d\'un jour pour jouer ',
|
50
52
|
breakButton: 'Refroidissement de 24 heures',
|
53
|
+
loading: 'Chargement, veuillez patienter ...',
|
51
54
|
}
|
52
55
|
},
|
53
56
|
es: {
|