@everymatrix/casino-search 0.0.357 → 0.0.359
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 +19 -7
- package/dist/casino-search.js.map +1 -1
- package/package.json +2 -2
- package/src/translations.js +19 -7
package/dist/casino-search.js
CHANGED
|
@@ -4633,6 +4633,18 @@
|
|
|
4633
4633
|
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4634
4634
|
},
|
|
4635
4635
|
},
|
|
4636
|
+
zh: {
|
|
4637
|
+
Translations: {
|
|
4638
|
+
recentSearch: "最近的搜索",
|
|
4639
|
+
loading: "加载请稍候",
|
|
4640
|
+
searchResult: "搜索结果",
|
|
4641
|
+
cancel: "取消",
|
|
4642
|
+
notFound: "找不到游戏!",
|
|
4643
|
+
notFoundText:
|
|
4644
|
+
"请输入正确的游戏名称开始玩。",
|
|
4645
|
+
noRecentSearches: "还没有最近的搜索。 搜索我们的任何游戏。",
|
|
4646
|
+
},
|
|
4647
|
+
},
|
|
4636
4648
|
de: {
|
|
4637
4649
|
Translations: {
|
|
4638
4650
|
recentSearch: "Kürzlich gesucht",
|
|
@@ -4659,14 +4671,14 @@
|
|
|
4659
4671
|
},
|
|
4660
4672
|
fr: {
|
|
4661
4673
|
Translations: {
|
|
4662
|
-
recentSearch: "
|
|
4663
|
-
loading: "
|
|
4664
|
-
searchResult: "
|
|
4665
|
-
cancel: "
|
|
4666
|
-
notFound: "
|
|
4674
|
+
recentSearch: "Recherche récente",
|
|
4675
|
+
loading: "Chargement, veuillez patienter",
|
|
4676
|
+
searchResult: "Résultat de la recherche",
|
|
4677
|
+
cancel: "Annuler",
|
|
4678
|
+
notFound: "Jeu non trouvé!",
|
|
4667
4679
|
notFoundText:
|
|
4668
|
-
"
|
|
4669
|
-
noRecentSearches: "
|
|
4680
|
+
"Veuillez saisir le nom correct du jeu pour commencer à jouer.",
|
|
4681
|
+
noRecentSearches: "Pas encore de recherches récentes. Recherchez l'un de nos jeux.",
|
|
4670
4682
|
},
|
|
4671
4683
|
},
|
|
4672
4684
|
es: {
|