@everymatrix/casino-games-category-section 1.35.0 → 1.36.1
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-games-category-section",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.36.1",
|
|
4
4
|
"main": "dist/casino-games-category-section.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": "5ffc382ef56d1d1736e48fec65bba06fbdadc8cf"
|
|
39
39
|
}
|
|
@@ -795,6 +795,7 @@
|
|
|
795
795
|
gameid={gameprops.id}
|
|
796
796
|
gamefunmode={gameprops.hasFunMode}
|
|
797
797
|
{showgamename}
|
|
798
|
+
{translationurl}
|
|
798
799
|
gamefavorite={gameprops.isFavorite}
|
|
799
800
|
{currency}
|
|
800
801
|
livelobbyendpoint={gameprops.details ? gameprops.href : ''}
|
|
@@ -881,6 +882,7 @@
|
|
|
881
882
|
gameid={gameprops.id}
|
|
882
883
|
gamefunmode={gameprops.hasFunMode}
|
|
883
884
|
gamefavorite={gameprops.isFavorite}
|
|
885
|
+
{translationurl}
|
|
884
886
|
{showgamename}
|
|
885
887
|
bind:this={thumbnailContainer[index]}
|
|
886
888
|
connectlive={intersectingIndexes[gameprops.id] == 1 ? 'connect' : 'disconnect'}
|
|
@@ -948,6 +950,7 @@
|
|
|
948
950
|
showfavoredcategory={showFavGamesCategory}
|
|
949
951
|
connectlive={intersectingIndexes[gameprops.id] == 1 ? 'connect' : 'disconnect'}
|
|
950
952
|
visibilityconnect={visibilityconnect}
|
|
953
|
+
{translationurl}
|
|
951
954
|
{currency}
|
|
952
955
|
livelobbyendpoint={gameprops.gameModel.details ? gameprops.gameModel.launchUrl : ''}
|
|
953
956
|
{clientstyling}
|
|
@@ -966,6 +969,7 @@
|
|
|
966
969
|
session={session}
|
|
967
970
|
userid={userid}
|
|
968
971
|
lang={lang}
|
|
972
|
+
{translationurl}
|
|
969
973
|
favorites={favorites}
|
|
970
974
|
categoryid={categoryid}
|
|
971
975
|
gamethumbnail={gameprops.gameModel.thumbnail}
|
package/src/translations.js
CHANGED
|
@@ -72,12 +72,17 @@ export const TRANSLATIONS = {
|
|
|
72
72
|
"waiting": "Cargando"
|
|
73
73
|
},
|
|
74
74
|
"tr": {
|
|
75
|
-
"showMore": "Daha fazla
|
|
76
|
-
"viewAll": "Hepsini
|
|
77
|
-
"searchedItems": "
|
|
75
|
+
"showMore": "Daha fazla",
|
|
76
|
+
"viewAll": "Hepsini göster",
|
|
77
|
+
"searchedItems": "Arama sonucu",
|
|
78
78
|
"recentSearchedItems": "Son Aranan Öğeler",
|
|
79
79
|
"noRecentSearch": "Henüz arama başlamadı. Sadece bir oyun arayın.",
|
|
80
|
-
"noResults": "Üzgünüz, sonuç bulunamadı. Lütfen tekrar deneyin"
|
|
80
|
+
"noResults": "Üzgünüz, sonuç bulunamadı. Lütfen tekrar deneyin.",
|
|
81
|
+
"favorites": "Favoriler",
|
|
82
|
+
"noFavoritesMobile": "Bir oyunu favorilere eklemek için sağ üst köşedeki yıldız simgesine tıklayın.",
|
|
83
|
+
"noFavorites": "Bir oyunu favorilere eklemek için sağ üst köşedeki yıldız simgesine tıklayın.",
|
|
84
|
+
"noFavoritesTitle": "Henüz favori oyunlarınız yok.",
|
|
85
|
+
"waiting": "Bekleniyor"
|
|
81
86
|
},
|
|
82
87
|
"ru": {
|
|
83
88
|
"showMore": "Показать больше",
|