@everymatrix/casino-tournaments-list-controller 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-tournaments-list-controller",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.360",
|
|
4
4
|
"main": "dist/casino-tournaments-list-controller.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
|
@@ -16,7 +16,7 @@ export const TournamentsListTranslations = {
|
|
|
16
16
|
},
|
|
17
17
|
ro: {
|
|
18
18
|
tournamentsList: {
|
|
19
|
-
nothing: '
|
|
19
|
+
nothing: 'Niciun turneu disponibil aici.'
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
tr: {
|
|
@@ -31,12 +31,17 @@ export const TournamentsListTranslations = {
|
|
|
31
31
|
},
|
|
32
32
|
es: {
|
|
33
33
|
tournamentsList: {
|
|
34
|
-
nothing: 'Nada que mostrar aqu
|
|
34
|
+
nothing: 'Nada que mostrar aquí.'
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
hu: {
|
|
38
|
+
tournamentsList: {
|
|
39
|
+
nothing: 'Nincs megjelenítendő adat.'
|
|
35
40
|
}
|
|
36
41
|
},
|
|
37
42
|
pt: {
|
|
38
43
|
tournamentsList: {
|
|
39
44
|
nothing: 'Nada para mostrar aqui.'
|
|
40
45
|
}
|
|
41
|
-
}
|
|
46
|
+
}
|
|
42
47
|
};
|