@everymatrix/casino-tournaments-controller 0.0.282 → 0.0.285
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-controller",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.285",
|
|
4
4
|
"main": "dist/casino-tournaments-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": "e2ab83a03870fbcab9c88dd68379d235ca766614"
|
|
40
40
|
}
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
<casino-tournaments-filter-controller
|
|
298
298
|
filters={filtersArray}
|
|
299
299
|
activefilters={filters}
|
|
300
|
-
exportparts="FiltersController, MobileClass, Non-MobileClass/empty, Active, FilterButton, bi, bi-check"
|
|
300
|
+
exportparts="FiltersController, MobileClass, Non-MobileClass/empty, Active, FilterButton, bi, bi-check, FiltersList, FiltersTitle, FiltersItem"
|
|
301
301
|
></casino-tournaments-filter-controller>
|
|
302
302
|
{/if}
|
|
303
303
|
</div>
|
|
@@ -320,10 +320,10 @@
|
|
|
320
320
|
registerevent={registerevent}
|
|
321
321
|
{lang}
|
|
322
322
|
{currency}
|
|
323
|
-
exportparts="Thumbnail, Status, Enrolled, CardImg, CardImgFinished, Details, Title, Date, ScoreCriteria, ScoreCriteriaP, ScoreCriteriaSpan, Games, GamesP, GamesAnchor, TournamentPrizes, TournamentPrizesSvg, a, PrizesTitle, Prizes, Prize, PrizeText, PrizeRank,
|
|
323
|
+
exportparts="Thumbnail, Status, Enrolled, CardImg, CardImgFinished, Details, Title, Date, ScoreCriteria, ScoreCriteriaP, ScoreCriteriaSpan, Games, GamesP, GamesAnchor, TournamentPrizes, TournamentPrizesSvg, a, TournamentPrizesSvgA, PrizesTitle, Prizes, Prize, PrizeText, PrizeRank,
|
|
324
324
|
TournamentDuration, TournamentDates, StartDate, EndDate, ProgressBar, ProgressBarFillEnd, Finished, ProgressBarFillStarting, Remaining, ProgressBarFill,
|
|
325
325
|
TournamentsGamesSlider, SliderNavButton, items, item, PlayNowButton, itemHover, SliderNavButton
|
|
326
|
-
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, JoinButtonFullSize, spinner, DetailsLargeButton, ErrorText, TournamentList, StatusUnstarted, StatusRunning, StatusClosed, StatusClosing"
|
|
326
|
+
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, TournamentList, StatusUnstarted, StatusRunning, StatusClosed, StatusClosing"
|
|
327
327
|
></casino-tournaments-list-controller>
|
|
328
328
|
{/if}
|
|
329
329
|
</div>
|
package/src/translations.js
CHANGED
|
@@ -10,6 +10,17 @@ export const TournamentsControllerTranslations = {
|
|
|
10
10
|
noTournaments: 'No tournaments found'
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
|
+
fr: {
|
|
14
|
+
tournamentsController: {
|
|
15
|
+
500: '500 - erreur de serveur interne',
|
|
16
|
+
showMore: 'Afficher plus',
|
|
17
|
+
Scheduled: 'Programmé',
|
|
18
|
+
Ongoing: 'En cours',
|
|
19
|
+
Finished: 'Fini',
|
|
20
|
+
loading: 'Chargement , veuillez patienter ...',
|
|
21
|
+
noTournaments: 'Aucun tournoi trouvé'
|
|
22
|
+
}
|
|
23
|
+
},
|
|
13
24
|
ro: {
|
|
14
25
|
tournamentsController: {
|
|
15
26
|
500: '500 - Internal server error',
|
|
@@ -43,4 +54,26 @@ export const TournamentsControllerTranslations = {
|
|
|
43
54
|
noTournaments: 'Δεν βρέθηκαν τουρνουά'
|
|
44
55
|
}
|
|
45
56
|
},
|
|
57
|
+
es: {
|
|
58
|
+
tournamentsController: {
|
|
59
|
+
500: 'Error 500 - Error Interno del Servidor',
|
|
60
|
+
showMore: 'Ver más',
|
|
61
|
+
Scheduled: 'Rrogramado',
|
|
62
|
+
Ongoing: 'En progreso',
|
|
63
|
+
Finished: 'Acabado',
|
|
64
|
+
loading: 'Cargando ... Por favor espere ...',
|
|
65
|
+
noTournaments: 'No se encontró ningún torneo'
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
pt: {
|
|
69
|
+
tournamentsController: {
|
|
70
|
+
500: 'Erro 500 - Erro interno do servidor',
|
|
71
|
+
showMore: 'Ver mais',
|
|
72
|
+
Scheduled: 'Agendado',
|
|
73
|
+
Ongoing: 'Em progresso',
|
|
74
|
+
Finished: 'Finalizado',
|
|
75
|
+
loading: 'Carregando, por favor espere ...',
|
|
76
|
+
noTournaments: 'Nenhum torneio encontrado'
|
|
77
|
+
}
|
|
78
|
+
},
|
|
46
79
|
};
|