@everymatrix/casino-tournaments-list-controller 1.43.4 → 1.44.0
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": "1.
|
|
3
|
+
"version": "1.44.0",
|
|
4
4
|
"main": "dist/casino-tournaments-list-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "701410f2b76dfe1ee4038f799b1e8e340c85cdb5"
|
|
39
39
|
}
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
TournamentCard, CardMaxWidth, CardFullSize, elementToFadeOut, elementToFadeIn, ph-item, ph-col-12, ph-picture, ph-row, ph-col-6, big, ph-col-4, empty, ph-col-8, TournamentButtons, LoginButton, RegisterButton, DetailsButton, EnrolledButton, JoinButton, JoinButtonSpan, JoinButtonSvg, JoinButtonSvgA, JoinButtonFullSize, spinner, DetailsLargeButton, ErrorText, StatusUnstarted, StatusRunning, StatusClosed, StatusClosing, TournamentPrizesIconSection, TournamentPrizesIconWrapper"
|
|
171
171
|
></casino-tournaments-thumbnail-controller>
|
|
172
172
|
{:else}
|
|
173
|
-
<p>{$_('
|
|
173
|
+
<p>{$_('nothing')}</p>
|
|
174
174
|
{/each}
|
|
175
175
|
{/if}
|
|
176
176
|
</div>
|
package/src/translations.js
CHANGED
|
@@ -1,52 +1,32 @@
|
|
|
1
1
|
export const TRANSLATIONS = {
|
|
2
2
|
"en": {
|
|
3
|
-
"
|
|
4
|
-
"nothing": "Nothing to show here."
|
|
5
|
-
}
|
|
3
|
+
"nothing": "Nothing to show here."
|
|
6
4
|
},
|
|
7
5
|
"hr": {
|
|
8
|
-
"
|
|
9
|
-
"nothing": "Nema ničega za prikazati ovdje."
|
|
10
|
-
}
|
|
6
|
+
"nothing": "Nema ničega za prikazati ovdje."
|
|
11
7
|
},
|
|
12
8
|
"zh-hk": {
|
|
13
|
-
"
|
|
14
|
-
"nothing": "這裡沒有什麼可顯示的。"
|
|
15
|
-
}
|
|
9
|
+
"nothing": "這裡沒有什麼可顯示的。"
|
|
16
10
|
},
|
|
17
11
|
"fr": {
|
|
18
|
-
"
|
|
19
|
-
"nothing": "Rien à montrer ici."
|
|
20
|
-
}
|
|
12
|
+
"nothing": "Rien à montrer ici."
|
|
21
13
|
},
|
|
22
14
|
"ro": {
|
|
23
|
-
"
|
|
24
|
-
"nothing": "Niciun turneu disponibil aici."
|
|
25
|
-
}
|
|
15
|
+
"nothing": "Niciun turneu disponibil aici."
|
|
26
16
|
},
|
|
27
17
|
"tr": {
|
|
28
|
-
"
|
|
29
|
-
"nothing": "Burada gösterilecek bir şey yok."
|
|
30
|
-
}
|
|
18
|
+
"nothing": "Burada gösterilecek bir şey yok."
|
|
31
19
|
},
|
|
32
20
|
"el": {
|
|
33
|
-
"
|
|
34
|
-
"nothing": "Δεν υπάρχει τίποτα εδώ."
|
|
35
|
-
}
|
|
21
|
+
"nothing": "Δεν υπάρχει τίποτα εδώ."
|
|
36
22
|
},
|
|
37
23
|
"es": {
|
|
38
|
-
"
|
|
39
|
-
"nothing": "Nada que mostrar aquí."
|
|
40
|
-
}
|
|
24
|
+
"nothing": "Nada que mostrar aquí."
|
|
41
25
|
},
|
|
42
26
|
"hu": {
|
|
43
|
-
"
|
|
44
|
-
"nothing": "Nincs megjelenítendő adat."
|
|
45
|
-
}
|
|
27
|
+
"nothing": "Nincs megjelenítendő adat."
|
|
46
28
|
},
|
|
47
29
|
"pt": {
|
|
48
|
-
"
|
|
49
|
-
"nothing": "Nada para mostrar aqui."
|
|
50
|
-
}
|
|
30
|
+
"nothing": "Nada para mostrar aqui."
|
|
51
31
|
}
|
|
52
32
|
}
|