@everymatrix/casino-categories 0.0.358 → 0.0.360
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/dist/casino-categories.js +12 -12
- package/dist/casino-categories.js.map +1 -1
- package/package.json +2 -2
- package/src/translations.js +12 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-categories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.360",
|
|
4
4
|
"main": "dist/casino-categories.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": "bc9e5f5d2238b8300f8d4cb70890b2c1f0414b21"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -7,6 +7,14 @@ export const Translations = {
|
|
|
7
7
|
games: "games",
|
|
8
8
|
},
|
|
9
9
|
},
|
|
10
|
+
zh: {
|
|
11
|
+
Translations: {
|
|
12
|
+
topCategories: "热门类别",
|
|
13
|
+
otherCategories: "其他类别",
|
|
14
|
+
loading: "加载请稍候...",
|
|
15
|
+
games: "游戏",
|
|
16
|
+
},
|
|
17
|
+
},
|
|
10
18
|
de: {
|
|
11
19
|
Translations: {
|
|
12
20
|
topCategories: "Top Kategorien",
|
|
@@ -25,10 +33,10 @@ export const Translations = {
|
|
|
25
33
|
},
|
|
26
34
|
fr: {
|
|
27
35
|
Translations: {
|
|
28
|
-
topCategories: "
|
|
29
|
-
otherCategories: "
|
|
30
|
-
loading: "
|
|
31
|
-
games: "
|
|
36
|
+
topCategories: "Catégories principales",
|
|
37
|
+
otherCategories: "Autres catégories",
|
|
38
|
+
loading: "Chargement, veuillez patienter...",
|
|
39
|
+
games: "jeux",
|
|
32
40
|
},
|
|
33
41
|
},
|
|
34
42
|
es: {
|