@everymatrix/casino-game-thumbnail 0.0.93 → 0.0.94
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.94",
|
|
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": "22c01bfe195ffacb2177610d0728c9f876e3a057"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
export const GameThumbnailTranslations = {
|
|
2
2
|
en: {
|
|
3
3
|
gameThumbnail: {
|
|
4
|
-
playNow: '
|
|
4
|
+
playNow: 'Start now!',
|
|
5
5
|
new: 'NEW',
|
|
6
|
-
hot: '
|
|
6
|
+
hot: 'Hot'
|
|
7
7
|
}
|
|
8
8
|
},
|
|
9
9
|
de: {
|
|
10
10
|
gameThumbnail: {
|
|
11
|
-
playNow: 'Jetzt
|
|
11
|
+
playNow: 'Jetzt starten!',
|
|
12
12
|
new: 'NEU',
|
|
13
|
-
hot: '
|
|
13
|
+
hot: 'Hot'
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
it: {
|
|
17
17
|
gameThumbnail: {
|
|
18
|
-
playNow: '
|
|
19
|
-
new: '
|
|
20
|
-
hot: '
|
|
18
|
+
playNow: 'Inizia ora!',
|
|
19
|
+
new: 'NOVITÀ',
|
|
20
|
+
hot: 'HOT'
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
fr: {
|
|
@@ -54,5 +54,47 @@ export const GameThumbnailTranslations = {
|
|
|
54
54
|
new: 'NOU',
|
|
55
55
|
hot: 'POPULAR'
|
|
56
56
|
}
|
|
57
|
+
},
|
|
58
|
+
hr: {
|
|
59
|
+
gameThumbnail: {
|
|
60
|
+
playNow: 'Započnite sada!',
|
|
61
|
+
new: 'NOVO',
|
|
62
|
+
hot: 'Vruće'
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
hu: {
|
|
66
|
+
gameThumbnail: {
|
|
67
|
+
playNow: 'Játsszon most!',
|
|
68
|
+
new: 'ÚJ',
|
|
69
|
+
hot: 'Hot'
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
pl: {
|
|
73
|
+
gameThumbnail: {
|
|
74
|
+
playNow: 'Rozpocznij teraz!',
|
|
75
|
+
new: 'NOWOŚĆ',
|
|
76
|
+
hot: 'Hot'
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
pt: {
|
|
80
|
+
gameThumbnail: {
|
|
81
|
+
playNow: 'Comece agora!',
|
|
82
|
+
new: 'NOVO',
|
|
83
|
+
hot: 'Hot'
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
sl: {
|
|
87
|
+
gameThumbnail: {
|
|
88
|
+
playNow: 'Začnite zdaj!',
|
|
89
|
+
new: 'NOVO',
|
|
90
|
+
hot: 'Vroče'
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
sr: {
|
|
94
|
+
gameThumbnail: {
|
|
95
|
+
playNow: 'Započnite sada!',
|
|
96
|
+
new: 'NOVO',
|
|
97
|
+
hot: 'Vruće'
|
|
98
|
+
}
|
|
57
99
|
}
|
|
58
100
|
};
|