@everymatrix/casino-games-category-section 0.0.100 → 0.0.104

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": "0.0.100",
3
+ "version": "0.0.104",
4
4
  "main": "dist/casino-games-category-section.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": "edafe4d12e6aceb39f2f9c526ca2ea4c8ce10eff"
39
+ "gitHead": "716d169119ed845b5c61fc7bda66ee91f4f76b5e"
40
40
  }
@@ -276,10 +276,6 @@
276
276
  });
277
277
  shownCategoryData = categoryData.games.items;
278
278
  showLoadCategory = false;
279
- }).then(() => {
280
- // after the category page is populated with games, scroll to the the top of the widget
281
- scrollTop = true;
282
- window.postMessage({ type: 'WidgetTopReference', scrollTop }, window.location.href);
283
279
  });
284
280
  break;
285
281
 
@@ -483,7 +479,7 @@
483
479
  </div>
484
480
  {#if shownCategoryData}
485
481
  {#if !showItems}
486
- <p class="NoSearchResults NoRecentSearches NoRecentSearchesCenter"><b>No recent searches yet.</b> Search for any of our games.</p>
482
+ <p class="NoSearchResults NoRecentSearches NoRecentSearchesCenter">{$_('gamesCategorySection.noRecentSearch')}</p>
487
483
  {/if}
488
484
  <ul class="CasinoGamesGrid">
489
485
  {#each shownCategoryData as gameprops, index}
@@ -654,6 +650,7 @@
654
650
  {/if}
655
651
  </div>
656
652
 
653
+
657
654
  <style lang="scss">
658
655
  //This function does a multiplication
659
656
  // in order to work with px the
@@ -5,6 +5,7 @@ export const GamesCategorySectionTranslations = {
5
5
  viewAll: 'Show all',
6
6
  searchedItems: 'Search result',
7
7
  recentSearchedItems: 'Recently searched',
8
+ noRecentSearch: 'No search started yet. Simply search for a game.',
8
9
  noResults: 'Sorry, no results found. Please try again.'
9
10
  }
10
11
  },
@@ -14,6 +15,7 @@ export const GamesCategorySectionTranslations = {
14
15
  viewAll: 'Alle anzeigen',
15
16
  searchedItems: 'Suchergebnis',
16
17
  recentSearchedItems: 'Zuletzt gesucht',
18
+ noRecentSearch: 'Noch keine Suche gestartet. Einfach nach einem Spiel suchen.',
17
19
  noResults: 'Sorry, kein Treffer. Bitte erneut versuchen.'
18
20
  }
19
21
  },
@@ -23,6 +25,7 @@ export const GamesCategorySectionTranslations = {
23
25
  viewAll: 'Mostra tutto',
24
26
  searchedItems: 'risultato',
25
27
  recentSearchedItems: 'Ricerche recenti',
28
+ noRecentSearch: 'Non sono ancora state avviate ricerche. Esegui semplicemente la ricerca per un gioco.',
26
29
  noResults: 'Spiacenti, nessun risultato. Si prega di riprovare.'
27
30
  }
28
31
  },
@@ -32,6 +35,7 @@ export const GamesCategorySectionTranslations = {
32
35
  viewAll: 'Voir tout',
33
36
  searchedItems: 'Articles recherchés',
34
37
  recentSearchedItems: 'Articles recherchés récemment',
38
+ noRecentSearch: 'Aucune recherche n\'a encore commencé. Recherchez simplement un jeu.',
35
39
  noResults: 'Désolé, aucun résultat trouvé. Veuillez réessayer'
36
40
  }
37
41
  },
@@ -41,6 +45,7 @@ export const GamesCategorySectionTranslations = {
41
45
  viewAll: 'Ver todo',
42
46
  searchedItems: 'Artículos buscados',
43
47
  recentSearchedItems: 'Elementos buscados recientemente',
48
+ noRecentSearch: 'Aún no se inició ninguna búsqueda. Simplemente busque un juego.',
44
49
  noResults: 'Lo sentimos, no se encontraron resultados. Inténtalo de nuevo'
45
50
  }
46
51
  },
@@ -50,6 +55,7 @@ export const GamesCategorySectionTranslations = {
50
55
  viewAll: 'Hepsini gör',
51
56
  searchedItems: 'Aranan öğeler',
52
57
  recentSearchedItems: 'Son Aranan Öğeler',
58
+ noRecentSearch: 'Henüz arama başlamadı. Sadece bir oyun arayın.',
53
59
  noResults: 'Üzgünüz, sonuç bulunamadı. Lütfen tekrar deneyin'
54
60
  }
55
61
  },
@@ -59,6 +65,7 @@ export const GamesCategorySectionTranslations = {
59
65
  viewAll: 'Посмотреть все',
60
66
  searchedItems: 'Искомые товары',
61
67
  recentSearchedItems: 'Недавние поисковые запросы',
68
+ noRecentSearch: 'Поиск еще не начался. Просто найдите игру.',
62
69
  noResults: 'Извините, результатов не найдено. Пожалуйста, попробуйте еще раз'
63
70
  }
64
71
  },
@@ -68,6 +75,7 @@ export const GamesCategorySectionTranslations = {
68
75
  viewAll: 'Vezi toate',
69
76
  searchedItems: 'Rezultatele cautarii',
70
77
  recentSearchedItems: 'Cautari recente',
78
+ noRecentSearch: 'Nici o căutare nu a început încă. Pur și simplu căutați un joc.',
71
79
  noResults: 'Ne pare rau, nu s-au gasit rezultate. Va rugam sa incercati din nou'
72
80
  }
73
81
  },
@@ -77,6 +85,7 @@ export const GamesCategorySectionTranslations = {
77
85
  viewAll: 'Pokaži sve',
78
86
  searchedItems: 'Pretraži rezultat',
79
87
  recentSearchedItems: 'Zadnje pretrage',
88
+ noRecentSearch: 'Pretraživanje nije pokrenuto. Jednostavno potražite željenu igru.',
80
89
  noResults: 'Žao nam je, nema rezultata. Molimo pokušajte ponovno.'
81
90
  }
82
91
  },
@@ -86,6 +95,7 @@ export const GamesCategorySectionTranslations = {
86
95
  viewAll: 'Az összes megjelenítése',
87
96
  searchedItems: 'Keresés eredménye',
88
97
  recentSearchedItems: 'Legutóbb keresett',
98
+ noRecentSearch: 'A keresés még nem kezdődött el. Egyszerűen keressen egy játékot.',
89
99
  noResults: 'Sajnos nincs találat. Kérjük próbálja újra.'
90
100
  }
91
101
  },
@@ -95,6 +105,7 @@ export const GamesCategorySectionTranslations = {
95
105
  viewAll: 'Pokaż wszystkie',
96
106
  searchedItems: 'Wynik wyszukiwania',
97
107
  recentSearchedItems: 'Ostatnio wyszukiwane',
108
+ noRecentSearch: 'Nie rozpoczęto wyszukiwania. W prosty sposób wyszukaj grę.',
98
109
  noResults: 'Przepraszamy, brak wyników. Prosimy spróbować ponownie.'
99
110
  }
100
111
  },
@@ -104,6 +115,7 @@ export const GamesCategorySectionTranslations = {
104
115
  viewAll: 'Mostrar tudo',
105
116
  searchedItems: 'Procurar resultado',
106
117
  recentSearchedItems: 'Pesquisado recentemente',
118
+ noRecentSearch: 'Nenhuma pesquisa iniciada. Pesquisar simplesmente um jogo.',
107
119
  noResults: 'Desculpe, sem qualquer correspondência. Por favor, tente novamente.'
108
120
  }
109
121
  },
@@ -113,6 +125,7 @@ export const GamesCategorySectionTranslations = {
113
125
  viewAll: 'Prikaži vse',
114
126
  searchedItems: 'Rezultati iskanja',
115
127
  recentSearchedItems: 'Nedavno iskanje',
128
+ noRecentSearch: 'Niste še začeli z iskanjem. Enostavno poiščite želeno igro.',
116
129
  noResults: 'Oprostite, ni rezultata. Prosimo poizkusite ponovno.'
117
130
  }
118
131
  },
@@ -122,6 +135,7 @@ export const GamesCategorySectionTranslations = {
122
135
  viewAll: 'Prikaži sve',
123
136
  searchedItems: 'Pretraži rezultat',
124
137
  recentSearchedItems: 'Zadnja pretraga',
138
+ noRecentSearch: 'Još nije pokrenuta pretraga. Jednostavno pretraži igre.',
125
139
  noResults: 'Žao nam je, nema pogodaka. Pokušaj ponovo.'
126
140
  }
127
141
  }