@everymatrix/casino-games-category-section 0.0.90 → 0.0.94

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.90",
3
+ "version": "0.0.94",
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": "30d034ea4fd3ec68d362bee4ddf28e5a4040d38f"
39
+ "gitHead": "22c01bfe195ffacb2177610d0728c9f876e3a057"
40
40
  }
@@ -1,29 +1,29 @@
1
1
  export const GamesCategorySectionTranslations = {
2
2
  en: {
3
3
  gamesCategorySection: {
4
- showMore: 'Show more',
5
- viewAll: 'View all',
6
- searchedItems: 'Searched Items',
7
- recentSearchedItems: 'Recent Searched Items',
4
+ showMore: 'More',
5
+ viewAll: 'Show all',
6
+ searchedItems: 'Search result',
7
+ recentSearchedItems: 'Recently searched',
8
8
  noResults: 'Sorry, no results found. Please try again'
9
9
  }
10
10
  },
11
11
  de: {
12
12
  gamesCategorySection: {
13
- showMore: 'Zeig mehr',
14
- viewAll: 'Alle ansehen',
15
- searchedItems: 'Gesuchte Artikel',
16
- recentSearchedItems: 'Zuletzt gesuchte Elemente',
17
- noResults: 'Entschuldigung, keine Ergebnisse gefunden. Bitte versuche es erneut'
13
+ showMore: 'Mehr',
14
+ viewAll: 'Alle anzeigen',
15
+ searchedItems: 'Suchergebnis',
16
+ recentSearchedItems: 'Zuletzt gesucht',
17
+ noResults: 'Sorry, no results found. Please try again'
18
18
  }
19
19
  },
20
20
  it: {
21
21
  gamesCategorySection: {
22
- showMore: 'Mostra di più',
22
+ showMore: 'Altro',
23
23
  viewAll: 'Mostra tutto',
24
- searchedItems: 'Articoli cercati',
25
- recentSearchedItems: 'Elementi cercati recenti',
26
- noResults: 'Spiacenti, nessun risultato trovato. Per favore riprova'
24
+ searchedItems: 'risultato',
25
+ recentSearchedItems: 'Ricerche recenti',
26
+ noResults: 'Sorry, no results found. Please try again'
27
27
  }
28
28
  },
29
29
  fr: {
@@ -70,5 +70,59 @@ export const GamesCategorySectionTranslations = {
70
70
  recentSearchedItems: 'Cautari recente',
71
71
  noResults: 'Ne pare rau, nu s-au gasit rezultate. Va rugam sa incercati din nou'
72
72
  }
73
+ },
74
+ hr: {
75
+ gamesCategorySection: {
76
+ showMore: 'Više',
77
+ viewAll: 'Pokaži sve',
78
+ searchedItems: 'Pretraži rezultat',
79
+ recentSearchedItems: 'Zadnje pretrage',
80
+ noResults: 'Sorry, no results found. Please try again'
81
+ }
82
+ },
83
+ hu: {
84
+ gamesCategorySection: {
85
+ showMore: 'Több',
86
+ viewAll: 'Az összes megjelenítése',
87
+ searchedItems: 'Keresés eredménye',
88
+ recentSearchedItems: 'Legutóbb keresett',
89
+ noResults: 'Sorry, no results found. Please try again'
90
+ }
91
+ },
92
+ pl: {
93
+ gamesCategorySection: {
94
+ showMore: 'Więcej',
95
+ viewAll: 'Pokaż wszystkie',
96
+ searchedItems: 'Wynik wyszukiwania',
97
+ recentSearchedItems: 'Ostatnio wyszukiwane',
98
+ noResults: 'Sorry, no results found. Please try again'
99
+ }
100
+ },
101
+ pt: {
102
+ gamesCategorySection: {
103
+ showMore: 'Mais',
104
+ viewAll: 'Mostrar tudo',
105
+ searchedItems: 'Procurar resultado',
106
+ recentSearchedItems: 'Pesquisado recentemente',
107
+ noResults: 'Sorry, no results found. Please try again'
108
+ }
109
+ },
110
+ sl: {
111
+ gamesCategorySection: {
112
+ showMore: 'Več',
113
+ viewAll: 'Prikaži vse',
114
+ searchedItems: 'Rezultati iskanja',
115
+ recentSearchedItems: 'Nedavno iskanje',
116
+ noResults: 'Sorry, no results found. Please try again'
117
+ }
118
+ },
119
+ sr: {
120
+ gamesCategorySection: {
121
+ showMore: 'Više',
122
+ viewAll: 'Prikaži sve',
123
+ searchedItems: 'Pretraži rezultat',
124
+ recentSearchedItems: 'Zadnja pretraga',
125
+ noResults: 'Sorry, no results found. Please try again'
126
+ }
73
127
  }
74
128
  };