@everymatrix/casino-categories 0.0.345 → 0.0.347
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-categories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.347",
|
|
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": "442a3c22302f7e8a4c7bd9e735f560f5438e32f2"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -9,10 +9,10 @@ export const Translations = {
|
|
|
9
9
|
},
|
|
10
10
|
de: {
|
|
11
11
|
Translations: {
|
|
12
|
-
topCategories: "Top
|
|
13
|
-
otherCategories: "
|
|
14
|
-
loading: "
|
|
15
|
-
games: "
|
|
12
|
+
topCategories: "Top Kategorien",
|
|
13
|
+
otherCategories: "Weitere Kategorien",
|
|
14
|
+
loading: "Es lädt, bitte warten...",
|
|
15
|
+
games: "Spiele",
|
|
16
16
|
},
|
|
17
17
|
},
|
|
18
18
|
it: {
|
|
@@ -57,10 +57,10 @@ export const Translations = {
|
|
|
57
57
|
},
|
|
58
58
|
ro: {
|
|
59
59
|
Translations: {
|
|
60
|
-
topCategories: "
|
|
61
|
-
otherCategories: "
|
|
62
|
-
loading: "
|
|
63
|
-
games: "
|
|
60
|
+
topCategories: "Categorii de top",
|
|
61
|
+
otherCategories: "Alte categorii",
|
|
62
|
+
loading: "Se incarca, te rugam asteapta…",
|
|
63
|
+
games: "jocuri",
|
|
64
64
|
},
|
|
65
65
|
},
|
|
66
66
|
hr: {
|