@everymatrix/casino-search 1.34.3 → 1.36.0
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/dist/casino-search.js +20 -19
- package/dist/casino-search.js.map +1 -1
- package/package.json +2 -2
- package/src/translations.js +15 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-search",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.36.0",
|
|
4
4
|
"main": "index.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": "09be81de9c66446d0062303022d5f036d874d153"
|
|
39
39
|
}
|
package/src/translations.js
CHANGED
|
@@ -67,13 +67,14 @@ export const TRANSLATIONS = {
|
|
|
67
67
|
"noRecentSearches": "No recent searches yet. Search for any of our games."
|
|
68
68
|
},
|
|
69
69
|
"tr": {
|
|
70
|
-
"recentSearch": "
|
|
71
|
-
"loading": "
|
|
72
|
-
"searchResult": "
|
|
73
|
-
"cancel": "
|
|
74
|
-
"notFound": "
|
|
75
|
-
"notFoundText": "
|
|
76
|
-
"noRecentSearches": "
|
|
70
|
+
"recentSearch": "Henüz son aramalar yok. Herhangi bir oyunu arayın.",
|
|
71
|
+
"loading": "Kayıt olmak",
|
|
72
|
+
"searchResult": "PARA YATIR",
|
|
73
|
+
"cancel": "Sırala:",
|
|
74
|
+
"notFound": "Hepsi",
|
|
75
|
+
"notFoundText": "A-Z",
|
|
76
|
+
"noRecentSearches": "En Yeni",
|
|
77
|
+
"placeHolderSearchGames": "Oyun ara ..."
|
|
77
78
|
},
|
|
78
79
|
"ru": {
|
|
79
80
|
"recentSearch": "Recent search",
|
|
@@ -122,14 +123,14 @@ export const TRANSLATIONS = {
|
|
|
122
123
|
"noRecentSearches": "No recent searches yet. Search for any of our games."
|
|
123
124
|
},
|
|
124
125
|
"pt": {
|
|
125
|
-
"recentSearch": "
|
|
126
|
-
"loading": "
|
|
127
|
-
"searchResult": "
|
|
126
|
+
"recentSearch": "Recent search",
|
|
127
|
+
"loading": "Loading, please wait",
|
|
128
|
+
"searchResult": "Search result",
|
|
128
129
|
"placeHolderSearchGames": "Pesquisar jogos",
|
|
129
|
-
"cancel": "
|
|
130
|
-
"notFound": "
|
|
131
|
-
"notFoundText": "
|
|
132
|
-
"noRecentSearches": "
|
|
130
|
+
"cancel": "Cancel",
|
|
131
|
+
"notFound": "Game not found!",
|
|
132
|
+
"notFoundText": "Please type the correct name of the game to start to play.",
|
|
133
|
+
"noRecentSearches": "No recent searches yet. Search for any of our games."
|
|
133
134
|
},
|
|
134
135
|
"sl": {
|
|
135
136
|
"recentSearch": "Recent search",
|