@everymatrix/casino-random-game 0.0.349 → 0.0.351
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-random-game",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.351",
|
|
4
4
|
"main": "dist/casino-random-game.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": "16d8fe8c258e64a83421f55963fbc29d71bc2b3b"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -6,6 +6,13 @@ export const CasinoRandomGameTranslations = {
|
|
|
6
6
|
playNowRandomGame: 'Play Now'
|
|
7
7
|
}
|
|
8
8
|
},
|
|
9
|
+
zh: {
|
|
10
|
+
randomGame: {
|
|
11
|
+
playRandomGame: '玩隨機遊戲',
|
|
12
|
+
randomGameLoading: '選擇...',
|
|
13
|
+
playNowRandomGame: '現在播放'
|
|
14
|
+
}
|
|
15
|
+
},
|
|
9
16
|
de: {
|
|
10
17
|
randomGame: {
|
|
11
18
|
playRandomGame: 'Spiel ein Zufallsspiel',
|
|
@@ -48,11 +55,4 @@ export const CasinoRandomGameTranslations = {
|
|
|
48
55
|
playNowRandomGame: 'Jogue agora'
|
|
49
56
|
}
|
|
50
57
|
},
|
|
51
|
-
de: {
|
|
52
|
-
randomGame: {
|
|
53
|
-
playRandomGame: 'Spiel ein Zufallsspiel',
|
|
54
|
-
randomGameLoading: 'Auswahl läuft',
|
|
55
|
-
playNowRandomGame: 'Jetzt spielen'
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
58
|
};
|