@everymatrix/casino-search 1.0.16 → 1.0.69
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/es2015/casino-search.cjs +1 -0
- package/es2015/casino-search.js +16 -0
- package/package.json +16 -33
- package/README.md +0 -30
- package/dist/casino-search.js +0 -16365
- package/dist/casino-search.js.map +0 -1
- package/index.html +0 -100
- package/index.js +0 -1
- package/public/favicon.png +0 -0
- package/public/reset.css +0 -48
- package/rollup.config.js +0 -59
- package/src/CasinoSearch.svelte +0 -441
- package/src/i18n.js +0 -27
- package/src/index.ts +0 -4
- package/src/translations.js +0 -195
- package/stories/CasinoSearch.stories.js +0 -13
- package/tsconfig.json +0 -6
package/src/translations.js
DELETED
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
export const Translations = {
|
|
2
|
-
en: {
|
|
3
|
-
Translations: {
|
|
4
|
-
recentSearch: "Recent search",
|
|
5
|
-
placeHolderSearchGames: "Search for Games",
|
|
6
|
-
loading: "Loading, please wait",
|
|
7
|
-
searchResult: "Search result",
|
|
8
|
-
cancel: "Cancel",
|
|
9
|
-
notFound: "Game not found!",
|
|
10
|
-
notFoundText:
|
|
11
|
-
"Please type the correct name of the game to start to play.",
|
|
12
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
13
|
-
},
|
|
14
|
-
},
|
|
15
|
-
zh: {
|
|
16
|
-
Translations: {
|
|
17
|
-
recentSearch: "最近的搜索",
|
|
18
|
-
loading: "加载请稍候",
|
|
19
|
-
searchResult: "搜索结果",
|
|
20
|
-
cancel: "取消",
|
|
21
|
-
notFound: "找不到游戏!",
|
|
22
|
-
notFoundText:
|
|
23
|
-
"请输入正确的游戏名称开始玩。",
|
|
24
|
-
noRecentSearches: "还没有最近的搜索。 搜索我们的任何游戏。",
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
de: {
|
|
28
|
-
Translations: {
|
|
29
|
-
recentSearch: "Letzte Suche",
|
|
30
|
-
placeHolderSearchGames: "Hier nach Spielen suchen",
|
|
31
|
-
loading: "Es lädt, bitte warten...",
|
|
32
|
-
searchResult: "Ergebnis suchen",
|
|
33
|
-
cancel: "Abbrechen",
|
|
34
|
-
notFound: "Spiel wurde nicht gefunden!",
|
|
35
|
-
notFoundText: "Spiel nicht gefunden! Bitte verwende den richtigen Spielnamen um es zu starten.",
|
|
36
|
-
noRecentSearches:
|
|
37
|
-
"Keine vorherige Suche vorhanden! Suche nach einem beliebigen Spiel",
|
|
38
|
-
},
|
|
39
|
-
},
|
|
40
|
-
it: {
|
|
41
|
-
Translations: {
|
|
42
|
-
recentSearch: "Recent search",
|
|
43
|
-
loading: "Loading, please wait",
|
|
44
|
-
searchResult: "Search result",
|
|
45
|
-
cancel: "Cancel",
|
|
46
|
-
notFound: "Game not found!",
|
|
47
|
-
notFoundText:
|
|
48
|
-
"Please type the correct name of the game to start to play.",
|
|
49
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
fr: {
|
|
53
|
-
Translations: {
|
|
54
|
-
recentSearch: "Recherche récente",
|
|
55
|
-
loading: "Chargement, veuillez patienter",
|
|
56
|
-
searchResult: "Résultat de la recherche",
|
|
57
|
-
cancel: "Annuler",
|
|
58
|
-
notFound: "Jeu non trouvé!",
|
|
59
|
-
notFoundText:
|
|
60
|
-
"Veuillez saisir le nom correct du jeu pour commencer à jouer.",
|
|
61
|
-
noRecentSearches: "Pas encore de recherches récentes. Recherchez l'un de nos jeux.",
|
|
62
|
-
},
|
|
63
|
-
},
|
|
64
|
-
es: {
|
|
65
|
-
Translations: {
|
|
66
|
-
recentSearch: "Recent search",
|
|
67
|
-
loading: "Loading, please wait",
|
|
68
|
-
searchResult: "Search result",
|
|
69
|
-
cancel: "Cancel",
|
|
70
|
-
notFound: "Game not found!",
|
|
71
|
-
notFoundText:
|
|
72
|
-
"Please type the correct name of the game to start to play.",
|
|
73
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
74
|
-
},
|
|
75
|
-
},
|
|
76
|
-
gr: {
|
|
77
|
-
Translations: {
|
|
78
|
-
recentSearch: "Recent search",
|
|
79
|
-
loading: "Loading, please wait",
|
|
80
|
-
searchResult: "Search result",
|
|
81
|
-
cancel: "Cancel",
|
|
82
|
-
notFound: "Game not found!",
|
|
83
|
-
notFoundText:
|
|
84
|
-
"Please type the correct name of the game to start to play.",
|
|
85
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
86
|
-
},
|
|
87
|
-
},
|
|
88
|
-
tr: {
|
|
89
|
-
Translations: {
|
|
90
|
-
recentSearch: "Recent search",
|
|
91
|
-
loading: "Loading, please wait",
|
|
92
|
-
searchResult: "Search result",
|
|
93
|
-
cancel: "Cancel",
|
|
94
|
-
notFound: "Game not found!",
|
|
95
|
-
notFoundText:
|
|
96
|
-
"Please type the correct name of the game to start to play.",
|
|
97
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
98
|
-
},
|
|
99
|
-
},
|
|
100
|
-
ru: {
|
|
101
|
-
Translations: {
|
|
102
|
-
recentSearch: "Recent search",
|
|
103
|
-
loading: "Loading, please wait",
|
|
104
|
-
searchResult: "Search result",
|
|
105
|
-
cancel: "Cancel",
|
|
106
|
-
notFound: "Game not found!",
|
|
107
|
-
notFoundText:
|
|
108
|
-
"Please type the correct name of the game to start to play.",
|
|
109
|
-
},
|
|
110
|
-
},
|
|
111
|
-
ro: {
|
|
112
|
-
Translations: {
|
|
113
|
-
recentSearch: "Cautari recente",
|
|
114
|
-
loading: "Se incarca, te rugam asteapta…",
|
|
115
|
-
searchResult: "Rezultat cautare",
|
|
116
|
-
cancel: "Anuleaza",
|
|
117
|
-
notFound: "Nu am gasit niciun rezultat!",
|
|
118
|
-
notFoundText: "Te rugam sa introduci corect numele jocului. ",
|
|
119
|
-
noRecentSearches:
|
|
120
|
-
"Nu sunt cautari recente. Cauta oricare din jocurile noastre.",
|
|
121
|
-
},
|
|
122
|
-
},
|
|
123
|
-
hr: {
|
|
124
|
-
Translations: {
|
|
125
|
-
recentSearch: "Recent search",
|
|
126
|
-
loading: "Loading, please wait",
|
|
127
|
-
searchResult: "Search result",
|
|
128
|
-
cancel: "Cancel",
|
|
129
|
-
notFound: "Game not found!",
|
|
130
|
-
notFoundText:
|
|
131
|
-
"Please type the correct name of the game to start to play.",
|
|
132
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
133
|
-
},
|
|
134
|
-
},
|
|
135
|
-
hu: {
|
|
136
|
-
Translations: {
|
|
137
|
-
recentSearch: "Recent search",
|
|
138
|
-
loading: "Loading, please wait",
|
|
139
|
-
searchResult: "Search result",
|
|
140
|
-
cancel: "Cancel",
|
|
141
|
-
notFound: "Game not found!",
|
|
142
|
-
notFoundText:
|
|
143
|
-
"Please type the correct name of the game to start to play.",
|
|
144
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
145
|
-
},
|
|
146
|
-
},
|
|
147
|
-
pl: {
|
|
148
|
-
Translations: {
|
|
149
|
-
recentSearch: "Recent search",
|
|
150
|
-
loading: "Loading, please wait",
|
|
151
|
-
searchResult: "Search result",
|
|
152
|
-
cancel: "Cancel",
|
|
153
|
-
notFound: "Game not found!",
|
|
154
|
-
notFoundText:
|
|
155
|
-
"Please type the correct name of the game to start to play.",
|
|
156
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
157
|
-
},
|
|
158
|
-
},
|
|
159
|
-
pt: {
|
|
160
|
-
Translations: {
|
|
161
|
-
recentSearch: "Recent search",
|
|
162
|
-
loading: "Loading, please wait",
|
|
163
|
-
searchResult: "Search result",
|
|
164
|
-
cancel: "Cancel",
|
|
165
|
-
notFound: "Game not found!",
|
|
166
|
-
notFoundText:
|
|
167
|
-
"Please type the correct name of the game to start to play.",
|
|
168
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
169
|
-
},
|
|
170
|
-
},
|
|
171
|
-
sl: {
|
|
172
|
-
Translations: {
|
|
173
|
-
recentSearch: "Recent search",
|
|
174
|
-
loading: "Loading, please wait",
|
|
175
|
-
searchResult: "Search result",
|
|
176
|
-
cancel: "Cancel",
|
|
177
|
-
notFound: "Game not found!",
|
|
178
|
-
notFoundText:
|
|
179
|
-
"Please type the correct name of the game to start to play.",
|
|
180
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
181
|
-
},
|
|
182
|
-
},
|
|
183
|
-
sr: {
|
|
184
|
-
Translations: {
|
|
185
|
-
recentSearch: "Recent search",
|
|
186
|
-
loading: "Loading, please wait",
|
|
187
|
-
searchResult: "Search result",
|
|
188
|
-
cancel: "Cancel",
|
|
189
|
-
notFound: "Game not found!",
|
|
190
|
-
notFoundText:
|
|
191
|
-
"Please type the correct name of the game to start to play.",
|
|
192
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
193
|
-
},
|
|
194
|
-
},
|
|
195
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { html } from 'lit-element';
|
|
2
|
-
|
|
3
|
-
import CasinoSearch from '../src/CasinoSearch';
|
|
4
|
-
|
|
5
|
-
// This default export determines where your story goes in the story list
|
|
6
|
-
export default {
|
|
7
|
-
title: 'CasinoSearch',
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
// 👇 We create a “template” of how args map to rendering
|
|
11
|
-
const CasinoSearch = ({ aProperty }) => html`<casino-search></casino-search>`;
|
|
12
|
-
|
|
13
|
-
export const FirstStory = CasinoSearch.bind({});
|