@anywayseo/tools 5.6.0 → 5.7.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/components/action-button/index.d.ts +5 -0
- package/dist/components/article-card/index.d.ts +7 -0
- package/dist/components/article-card-grid/index.d.ts +7 -0
- package/dist/components/article-info-card/index.d.ts +5 -0
- package/dist/components/base/article-meta/index.d.ts +7 -0
- package/dist/components/base/article-meta/item/index.d.ts +7 -0
- package/dist/components/base/copy-text/index.d.ts +6 -0
- package/dist/components/base/grid/index.d.ts +2 -4
- package/dist/components/base/index.d.ts +3 -0
- package/dist/components/base/rating/index.d.ts +10 -0
- package/dist/components/bonus-card-grid/index.d.ts +2 -4
- package/dist/components/casino-table/index.d.ts +8 -0
- package/dist/components/casino-table/row/casino-actions/index.d.ts +8 -0
- package/dist/components/casino-table/row/casino-bonus/index.d.ts +8 -0
- package/dist/components/casino-table/row/casino-info/index.d.ts +7 -0
- package/dist/components/casino-table/row/casino-info/item/index.d.ts +7 -0
- package/dist/components/casino-table/row/casino-info/utils.d.ts +2 -0
- package/dist/components/casino-table/row/casino-license/index.d.ts +5 -0
- package/dist/components/casino-table/row/casino-logo/index.d.ts +9 -0
- package/dist/components/casino-table/row/casino-name/index.d.ts +8 -0
- package/dist/components/casino-table/row/cell/index.d.ts +7 -0
- package/dist/components/casino-table/row/index.d.ts +7 -0
- package/dist/components/feature-card-grid/index.d.ts +2 -4
- package/dist/components/game-card-grid/index.d.ts +2 -4
- package/dist/components/game-demo/content/index.d.ts +1 -1
- package/dist/components/game-demo/index.d.ts +2 -2
- package/dist/components/game-demo/preview/alert/index.d.ts +3 -0
- package/dist/components/game-demo/preview/index.d.ts +2 -1
- package/dist/components/index.cjs +12 -3
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.mjs +32 -23
- package/dist/components/informer/index.d.ts +9 -0
- package/dist/components/informer/utils.d.ts +5 -0
- package/dist/components/tip/index.d.ts +3 -0
- package/dist/hooks/index.cjs +2 -2
- package/dist/hooks/index.mjs +2 -2
- package/dist/i18n/index.cjs +1 -1
- package/dist/i18n/index.mjs +1 -1
- package/dist/i18n/resources/bg/index.d.ts +51 -0
- package/dist/i18n/resources/da/index.d.ts +51 -0
- package/dist/i18n/resources/de/index.d.ts +51 -0
- package/dist/i18n/resources/en/index.d.ts +51 -0
- package/dist/i18n/resources/fi/index.d.ts +51 -0
- package/dist/i18n/resources/fr/index.d.ts +51 -0
- package/dist/i18n/resources/it/index.d.ts +51 -0
- package/dist/i18n/resources/ka/index.d.ts +51 -0
- package/dist/i18n/resources/pt/index.d.ts +51 -0
- package/dist/i18n/resources/ru/index.d.ts +51 -0
- package/dist/{index-DMR4Ptkt.js → index-B-k9oWE7.js} +606 -10
- package/dist/{index-CyuHme_p.js → index-B71VkIfX.js} +403 -234
- package/dist/index-BTpEZIok.js +401 -0
- package/dist/index-BeJTy4iY.mjs +26 -0
- package/dist/index-BfITsKAr.js +25 -0
- package/dist/{index-Drz_7u2p.mjs → index-C7z5qqm_.mjs} +21 -23
- package/dist/{index-DYS7zQW4.mjs → index-CB0JfZMx.mjs} +1 -1
- package/dist/{index-JUwyHkmj.mjs → index-CEqTLcAR.mjs} +238 -69
- package/dist/{index-CWMHJGbL.mjs → index-CVN8I7r9.mjs} +616 -20
- package/dist/{index-5J1CqqcW.js → index-D15SAjJc.js} +1 -1
- package/dist/{index-BzbpMLDD.mjs → index-DHURrUMW.mjs} +1 -1
- package/dist/{index-C2T70CMa.mjs → index-FfZIjQy3.mjs} +5 -4
- package/dist/index-Lln67Kfn.mjs +402 -0
- package/dist/{index-CR5rM7at.js → index-QPgJfbrC.js} +36 -35
- package/dist/{index-D4zJ5RBA.js → index-TxqSZvgf.js} +5 -4
- package/dist/{index-HLGPI9-S.mjs → index-ksqN4RPm.mjs} +29 -28
- package/dist/{index-WFgDSB1A.js → index-ma-iV7GU.js} +1 -1
- package/dist/{index-CkRY_NXp.js → index-qR3kVjjs.js} +20 -22
- package/dist/index.cjs +24 -12
- package/dist/index.mjs +53 -41
- package/dist/layout/index.cjs +13 -12
- package/dist/layout/index.mjs +13 -12
- package/dist/providers/index.cjs +2 -2
- package/dist/providers/index.mjs +2 -2
- package/dist/types/components/article-card/index.d.ts +9 -0
- package/dist/types/components/button/index.d.ts +1 -1
- package/dist/types/components/casino/index.d.ts +32 -0
- package/dist/types/components/casino-info/index.d.ts +12 -0
- package/dist/types/components/common/index.d.ts +1 -1
- package/dist/types/components/game-info/index.d.ts +4 -8
- package/dist/types/components/grid/index.d.ts +4 -0
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/components/informer/index.d.ts +5 -0
- package/dist/types/components/strapi-component/index.d.ts +1 -1
- package/dist/types/content/article/index.d.ts +12 -0
- package/dist/types/content/index.d.ts +1 -0
- package/dist/types/i18n/index.d.ts +1 -1
- package/dist/utils/index.cjs +5 -5
- package/dist/utils/index.mjs +7 -7
- package/package.json +1 -1
- package/dist/index-B1PwYYQt.mjs +0 -24
- package/dist/index-B6wz_B9_.js +0 -145
- package/dist/index-C-ri0Fgy.js +0 -23
- package/dist/index-COv56GyV.mjs +0 -146
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var CasinoTableColumn = /* @__PURE__ */ ((CasinoTableColumn2) => {
|
|
3
|
+
CasinoTableColumn2["ID"] = "ID";
|
|
4
|
+
CasinoTableColumn2["Logo"] = "LOGO";
|
|
5
|
+
CasinoTableColumn2["Name"] = "NAME";
|
|
6
|
+
CasinoTableColumn2["License"] = "LICENSE";
|
|
7
|
+
CasinoTableColumn2["Bonus"] = "BONUS";
|
|
8
|
+
CasinoTableColumn2["Info"] = "INFO";
|
|
9
|
+
CasinoTableColumn2["Actions"] = "ACTIONS";
|
|
10
|
+
return CasinoTableColumn2;
|
|
11
|
+
})(CasinoTableColumn || {});
|
|
12
|
+
var CasinoCharacteristic = /* @__PURE__ */ ((CasinoCharacteristic2) => {
|
|
13
|
+
CasinoCharacteristic2["Rtp"] = "RTP";
|
|
14
|
+
CasinoCharacteristic2["GamesCount"] = "GAMES_COUNT";
|
|
15
|
+
CasinoCharacteristic2["MidDeposit"] = "MIN_DEPOSIT";
|
|
16
|
+
CasinoCharacteristic2["PayoutSpeed"] = "PAYOUT_SPEED";
|
|
17
|
+
return CasinoCharacteristic2;
|
|
18
|
+
})(CasinoCharacteristic || {});
|
|
2
19
|
var GameVolatility = /* @__PURE__ */ ((GameVolatility2) => {
|
|
3
20
|
GameVolatility2["High"] = "HIGH";
|
|
4
21
|
GameVolatility2["Medium"] = "MEDIUM";
|
|
@@ -32,6 +49,12 @@ var GameCharacteristic = /* @__PURE__ */ ((GameCharacteristic2) => {
|
|
|
32
49
|
GameCharacteristic2["Functions"] = "FUNCTIONS";
|
|
33
50
|
return GameCharacteristic2;
|
|
34
51
|
})(GameCharacteristic || {});
|
|
52
|
+
var InformerType = /* @__PURE__ */ ((InformerType2) => {
|
|
53
|
+
InformerType2["Advice"] = "ADVICE";
|
|
54
|
+
InformerType2["Fact"] = "FACT";
|
|
55
|
+
InformerType2["Quote"] = "QUOTE";
|
|
56
|
+
return InformerType2;
|
|
57
|
+
})(InformerType || {});
|
|
35
58
|
const pageNotFound$9 = {
|
|
36
59
|
seo: {
|
|
37
60
|
title: "Страницата не е намерена | {{siteName}}"
|
|
@@ -215,6 +238,50 @@ const footer$9 = {
|
|
|
215
238
|
description: "{{siteName}} е независим ресурс, който не е свързан със сайтовете, които популяризира. Уверете се, че имате всички нужни разрешителни и че спазвате закона, преди да започнете да играете. Основната цел на {{siteName}} е да предоставя информативно и забавно съдържание. Ако търсите връзки към свързани ресурси, ще бъдете пренасочени към съответните платформи."
|
|
216
239
|
}
|
|
217
240
|
};
|
|
241
|
+
const article$9 = {
|
|
242
|
+
meta: {
|
|
243
|
+
author: "Автор: ",
|
|
244
|
+
publicationDate: "Дата на публикуване: ",
|
|
245
|
+
readingTime: {
|
|
246
|
+
label: "Време за четене: ",
|
|
247
|
+
count_one: "{{count}} минута",
|
|
248
|
+
count_few: "{{count}} минути",
|
|
249
|
+
count_many: "{{count}} минути",
|
|
250
|
+
count_other: "{{count}} минути"
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
};
|
|
254
|
+
const casinoInfo$9 = {
|
|
255
|
+
feature: {
|
|
256
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
257
|
+
[CasinoCharacteristic.GamesCount]: "Игри",
|
|
258
|
+
[CasinoCharacteristic.MidDeposit]: "Мин. депозит",
|
|
259
|
+
[CasinoCharacteristic.PayoutSpeed]: "Скорост на изплащане"
|
|
260
|
+
}
|
|
261
|
+
};
|
|
262
|
+
const casinoTable$9 = {
|
|
263
|
+
column: {
|
|
264
|
+
[CasinoTableColumn.ID]: "ID",
|
|
265
|
+
[CasinoTableColumn.Logo]: "Лого",
|
|
266
|
+
[CasinoTableColumn.Name]: "Име и рейтинг",
|
|
267
|
+
[CasinoTableColumn.License]: "Лиценз",
|
|
268
|
+
[CasinoTableColumn.Bonus]: "Бонус",
|
|
269
|
+
[CasinoTableColumn.Info]: "Инфо",
|
|
270
|
+
[CasinoTableColumn.Actions]: "Действия"
|
|
271
|
+
},
|
|
272
|
+
row: {
|
|
273
|
+
logo: {
|
|
274
|
+
bestChoiceBadge: "Най-добър избор"
|
|
275
|
+
},
|
|
276
|
+
actions: {
|
|
277
|
+
getBonus: "Вземи бонус",
|
|
278
|
+
readReview: "Прочети ревю"
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
};
|
|
282
|
+
const copyText$9 = {
|
|
283
|
+
title: "Копирано в клипборда!"
|
|
284
|
+
};
|
|
218
285
|
const gameDemo$9 = {
|
|
219
286
|
warning: "Вашият браузър е твърде стар, за да показва iframe елемента",
|
|
220
287
|
action: {
|
|
@@ -223,6 +290,10 @@ const gameDemo$9 = {
|
|
|
223
290
|
activateFullscreen: "Активирай цял екран",
|
|
224
291
|
deactivateFullscreen: "Деактивирай цял екран",
|
|
225
292
|
exit: "Изход"
|
|
293
|
+
},
|
|
294
|
+
alert: {
|
|
295
|
+
title: "Демонстрацията на играта в момента не е налична.",
|
|
296
|
+
description: "Можете да посетите нашия препоръчан казино сайт, за да играете с истински пари."
|
|
226
297
|
}
|
|
227
298
|
};
|
|
228
299
|
const gameInfo$9 = {
|
|
@@ -309,6 +380,10 @@ const bonusCard$9 = {
|
|
|
309
380
|
collapse: "Скрий"
|
|
310
381
|
}
|
|
311
382
|
};
|
|
383
|
+
const informer$9 = {
|
|
384
|
+
[InformerType.Advice.toLowerCase()]: "Съвет",
|
|
385
|
+
[InformerType.Fact.toLowerCase()]: "Факт"
|
|
386
|
+
};
|
|
312
387
|
const dictionary$9 = {
|
|
313
388
|
pageNotFound: pageNotFound$9,
|
|
314
389
|
pageContacts: pageContacts$9,
|
|
@@ -316,12 +391,17 @@ const dictionary$9 = {
|
|
|
316
391
|
pageCookiePolicy: pageCookiePolicy$9,
|
|
317
392
|
pageTermsAndConditions: pageTermsAndConditions$9,
|
|
318
393
|
footer: footer$9,
|
|
394
|
+
article: article$9,
|
|
395
|
+
casinoInfo: casinoInfo$9,
|
|
396
|
+
casinoTable: casinoTable$9,
|
|
397
|
+
copyText: copyText$9,
|
|
319
398
|
gameDemo: gameDemo$9,
|
|
320
399
|
gameInfo: gameInfo$9,
|
|
321
400
|
prosCons: prosCons$9,
|
|
322
401
|
author: author$9,
|
|
323
402
|
contactForm: contactForm$9,
|
|
324
|
-
bonusCard: bonusCard$9
|
|
403
|
+
bonusCard: bonusCard$9,
|
|
404
|
+
informer: informer$9
|
|
325
405
|
};
|
|
326
406
|
const pageNotFound$8 = {
|
|
327
407
|
seo: {
|
|
@@ -506,6 +586,50 @@ const footer$8 = {
|
|
|
506
586
|
description: "{{siteName}} er en uafhængig ressource, der ikke er tilknyttet de sider, vi promoverer. Sørg for, at du har alle nødvendige certifikater, og at lovkravene er opfyldt, før du begynder at spille. Hovedformålet med {{siteName}} er at levere informativt og underholdende indhold. Hvis du leder efter links til relaterede ressourcer, vil du blive omdirigeret til de relevante platforme."
|
|
507
587
|
}
|
|
508
588
|
};
|
|
589
|
+
const article$8 = {
|
|
590
|
+
meta: {
|
|
591
|
+
author: "Forfatter: ",
|
|
592
|
+
publicationDate: "Udgivelsesdato: ",
|
|
593
|
+
readingTime: {
|
|
594
|
+
label: "Læsetid: ",
|
|
595
|
+
count_one: "{{count}} minut",
|
|
596
|
+
count_few: "{{count}} minutter",
|
|
597
|
+
count_many: "{{count}} minutter",
|
|
598
|
+
count_other: "{{count}} minutter"
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
};
|
|
602
|
+
const casinoInfo$8 = {
|
|
603
|
+
feature: {
|
|
604
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
605
|
+
[CasinoCharacteristic.GamesCount]: "Spil",
|
|
606
|
+
[CasinoCharacteristic.MidDeposit]: "Min. indskud",
|
|
607
|
+
[CasinoCharacteristic.PayoutSpeed]: "Udbetalingshastighed"
|
|
608
|
+
}
|
|
609
|
+
};
|
|
610
|
+
const casinoTable$8 = {
|
|
611
|
+
column: {
|
|
612
|
+
[CasinoTableColumn.ID]: "ID",
|
|
613
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
614
|
+
[CasinoTableColumn.Name]: "Navn og bedømmelse",
|
|
615
|
+
[CasinoTableColumn.License]: "Licens",
|
|
616
|
+
[CasinoTableColumn.Bonus]: "Bonus",
|
|
617
|
+
[CasinoTableColumn.Info]: "Info",
|
|
618
|
+
[CasinoTableColumn.Actions]: "Handlinger"
|
|
619
|
+
},
|
|
620
|
+
row: {
|
|
621
|
+
logo: {
|
|
622
|
+
bestChoiceBadge: "Bedste valg"
|
|
623
|
+
},
|
|
624
|
+
actions: {
|
|
625
|
+
getBonus: "Få bonus",
|
|
626
|
+
readReview: "Læs anmeldelse"
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
};
|
|
630
|
+
const copyText$8 = {
|
|
631
|
+
title: "Kopieret til udklipsholderen!"
|
|
632
|
+
};
|
|
509
633
|
const gameDemo$8 = {
|
|
510
634
|
warning: "Din browser er for gammel til at vise iframe-elementet",
|
|
511
635
|
action: {
|
|
@@ -514,6 +638,10 @@ const gameDemo$8 = {
|
|
|
514
638
|
activateFullscreen: "Aktivér fuldskærmstilstand",
|
|
515
639
|
deactivateFullscreen: "Deaktivér fuldskærmstilstand",
|
|
516
640
|
exit: "Afslut"
|
|
641
|
+
},
|
|
642
|
+
alert: {
|
|
643
|
+
title: "Demoversionen af spillet er i øjeblikket ikke tilgængelig.",
|
|
644
|
+
description: "Du kan i stedet besøge vores anbefalede casinoside for at spille med rigtige penge."
|
|
517
645
|
}
|
|
518
646
|
};
|
|
519
647
|
const gameInfo$8 = {
|
|
@@ -600,6 +728,10 @@ const bonusCard$8 = {
|
|
|
600
728
|
collapse: "Skjul"
|
|
601
729
|
}
|
|
602
730
|
};
|
|
731
|
+
const informer$8 = {
|
|
732
|
+
[InformerType.Advice.toLowerCase()]: "Råd",
|
|
733
|
+
[InformerType.Fact.toLowerCase()]: "Fakta"
|
|
734
|
+
};
|
|
603
735
|
const dictionary$8 = {
|
|
604
736
|
pageNotFound: pageNotFound$8,
|
|
605
737
|
pageContacts: pageContacts$8,
|
|
@@ -607,12 +739,17 @@ const dictionary$8 = {
|
|
|
607
739
|
pageCookiePolicy: pageCookiePolicy$8,
|
|
608
740
|
pageTermsAndConditions: pageTermsAndConditions$8,
|
|
609
741
|
footer: footer$8,
|
|
742
|
+
article: article$8,
|
|
743
|
+
casinoInfo: casinoInfo$8,
|
|
744
|
+
casinoTable: casinoTable$8,
|
|
745
|
+
copyText: copyText$8,
|
|
610
746
|
gameDemo: gameDemo$8,
|
|
611
747
|
gameInfo: gameInfo$8,
|
|
612
748
|
prosCons: prosCons$8,
|
|
613
749
|
author: author$8,
|
|
614
750
|
contactForm: contactForm$8,
|
|
615
|
-
bonusCard: bonusCard$8
|
|
751
|
+
bonusCard: bonusCard$8,
|
|
752
|
+
informer: informer$8
|
|
616
753
|
};
|
|
617
754
|
const pageNotFound$7 = {
|
|
618
755
|
seo: {
|
|
@@ -797,6 +934,50 @@ const footer$7 = {
|
|
|
797
934
|
description: "{{siteName}} ist eine unabhängige Ressource und nicht mit den von uns beworbenen Seiten verbunden. Stellen Sie sicher, dass Sie über alle erforderlichen Zertifikate verfügen und die gesetzlichen Anforderungen erfüllt sind, bevor Sie mit dem Spielen beginnen. Der Hauptzweck von {{siteName}} besteht darin, informative und unterhaltsame Inhalte bereitzustellen. Wenn Sie nach Links zu verwandten Ressourcen suchen, werden Sie zu den entsprechenden Plattformen weitergeleitet."
|
|
798
935
|
}
|
|
799
936
|
};
|
|
937
|
+
const article$7 = {
|
|
938
|
+
meta: {
|
|
939
|
+
author: "Autor: ",
|
|
940
|
+
publicationDate: "Veröffentlichungsdatum: ",
|
|
941
|
+
readingTime: {
|
|
942
|
+
label: "Lesezeit: ",
|
|
943
|
+
count_one: "{{count}} Minute",
|
|
944
|
+
count_few: "{{count}} Minuten",
|
|
945
|
+
count_many: "{{count}} Minuten",
|
|
946
|
+
count_other: "{{count}} Minuten"
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
};
|
|
950
|
+
const casinoInfo$7 = {
|
|
951
|
+
feature: {
|
|
952
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
953
|
+
[CasinoCharacteristic.GamesCount]: "Spiele",
|
|
954
|
+
[CasinoCharacteristic.MidDeposit]: "Mindest-Einzahlung",
|
|
955
|
+
[CasinoCharacteristic.PayoutSpeed]: "Auszahlungsgeschwindigkeit"
|
|
956
|
+
}
|
|
957
|
+
};
|
|
958
|
+
const casinoTable$7 = {
|
|
959
|
+
column: {
|
|
960
|
+
[CasinoTableColumn.ID]: "ID",
|
|
961
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
962
|
+
[CasinoTableColumn.Name]: "Name und Bewertung",
|
|
963
|
+
[CasinoTableColumn.License]: "Lizenz",
|
|
964
|
+
[CasinoTableColumn.Bonus]: "Bonus",
|
|
965
|
+
[CasinoTableColumn.Info]: "Info",
|
|
966
|
+
[CasinoTableColumn.Actions]: "Aktionen"
|
|
967
|
+
},
|
|
968
|
+
row: {
|
|
969
|
+
logo: {
|
|
970
|
+
bestChoiceBadge: "Beste Wahl"
|
|
971
|
+
},
|
|
972
|
+
actions: {
|
|
973
|
+
getBonus: "Bonus erhalten",
|
|
974
|
+
readReview: "Bewertung lesen"
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
};
|
|
978
|
+
const copyText$7 = {
|
|
979
|
+
title: "In die Zwischenablage kopiert!"
|
|
980
|
+
};
|
|
800
981
|
const gameDemo$7 = {
|
|
801
982
|
warning: "Ihr Browser ist zu alt, um das iframe-Element anzuzeigen.",
|
|
802
983
|
action: {
|
|
@@ -805,6 +986,10 @@ const gameDemo$7 = {
|
|
|
805
986
|
activateFullscreen: "Vollbildmodus aktivieren",
|
|
806
987
|
deactivateFullscreen: "Vollbildmodus deaktivieren",
|
|
807
988
|
exit: "Beenden"
|
|
989
|
+
},
|
|
990
|
+
alert: {
|
|
991
|
+
title: "Die Spiel-Demo ist derzeit nicht verfügbar.",
|
|
992
|
+
description: "Sie können stattdessen unsere empfohlene Casino-Seite besuchen, um mit echtem Geld zu spielen."
|
|
808
993
|
}
|
|
809
994
|
};
|
|
810
995
|
const gameInfo$7 = {
|
|
@@ -891,6 +1076,10 @@ const bonusCard$7 = {
|
|
|
891
1076
|
collapse: "Ausblenden"
|
|
892
1077
|
}
|
|
893
1078
|
};
|
|
1079
|
+
const informer$7 = {
|
|
1080
|
+
[InformerType.Advice.toLowerCase()]: "Ratschlag",
|
|
1081
|
+
[InformerType.Fact.toLowerCase()]: "Fakt"
|
|
1082
|
+
};
|
|
894
1083
|
const dictionary$7 = {
|
|
895
1084
|
pageNotFound: pageNotFound$7,
|
|
896
1085
|
pageContacts: pageContacts$7,
|
|
@@ -898,12 +1087,17 @@ const dictionary$7 = {
|
|
|
898
1087
|
pageCookiePolicy: pageCookiePolicy$7,
|
|
899
1088
|
pageTermsAndConditions: pageTermsAndConditions$7,
|
|
900
1089
|
footer: footer$7,
|
|
1090
|
+
article: article$7,
|
|
1091
|
+
casinoInfo: casinoInfo$7,
|
|
1092
|
+
casinoTable: casinoTable$7,
|
|
1093
|
+
copyText: copyText$7,
|
|
901
1094
|
gameDemo: gameDemo$7,
|
|
902
1095
|
gameInfo: gameInfo$7,
|
|
903
1096
|
prosCons: prosCons$7,
|
|
904
1097
|
author: author$7,
|
|
905
1098
|
contactForm: contactForm$7,
|
|
906
|
-
bonusCard: bonusCard$7
|
|
1099
|
+
bonusCard: bonusCard$7,
|
|
1100
|
+
informer: informer$7
|
|
907
1101
|
};
|
|
908
1102
|
const pageNotFound$6 = {
|
|
909
1103
|
seo: {
|
|
@@ -1088,6 +1282,50 @@ const footer$6 = {
|
|
|
1088
1282
|
description: "{{siteName}} is an independent resource not affiliated with the sites we promote. Make sure you have all the necessary certifications and legal requirements are met before you start playing. The main purpose of {{siteName}} is to provide informative and entertaining content. If you are looking for links to related resources, you will be redirected to the relevant platforms."
|
|
1089
1283
|
}
|
|
1090
1284
|
};
|
|
1285
|
+
const article$6 = {
|
|
1286
|
+
meta: {
|
|
1287
|
+
author: "Author: ",
|
|
1288
|
+
publicationDate: "Publication date: ",
|
|
1289
|
+
readingTime: {
|
|
1290
|
+
label: "Reading time: ",
|
|
1291
|
+
count_one: "{{count}} minute",
|
|
1292
|
+
count_few: "{{count}} minutes",
|
|
1293
|
+
count_many: "{{count}} minutes",
|
|
1294
|
+
count_other: "{{count}} minutes"
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1297
|
+
};
|
|
1298
|
+
const casinoInfo$6 = {
|
|
1299
|
+
feature: {
|
|
1300
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
1301
|
+
[CasinoCharacteristic.GamesCount]: "Games",
|
|
1302
|
+
[CasinoCharacteristic.MidDeposit]: "Min Deposit",
|
|
1303
|
+
[CasinoCharacteristic.PayoutSpeed]: "Payout Speed"
|
|
1304
|
+
}
|
|
1305
|
+
};
|
|
1306
|
+
const casinoTable$6 = {
|
|
1307
|
+
column: {
|
|
1308
|
+
[CasinoTableColumn.ID]: "ID",
|
|
1309
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
1310
|
+
[CasinoTableColumn.Name]: "Name and Rating",
|
|
1311
|
+
[CasinoTableColumn.License]: "License",
|
|
1312
|
+
[CasinoTableColumn.Bonus]: "Bonus",
|
|
1313
|
+
[CasinoTableColumn.Info]: "Info",
|
|
1314
|
+
[CasinoTableColumn.Actions]: "Actions"
|
|
1315
|
+
},
|
|
1316
|
+
row: {
|
|
1317
|
+
logo: {
|
|
1318
|
+
bestChoiceBadge: "Best Choice"
|
|
1319
|
+
},
|
|
1320
|
+
actions: {
|
|
1321
|
+
getBonus: "Get a bonus",
|
|
1322
|
+
readReview: "Read review"
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
};
|
|
1326
|
+
const copyText$6 = {
|
|
1327
|
+
title: "Copied to clipboard!"
|
|
1328
|
+
};
|
|
1091
1329
|
const gameDemo$6 = {
|
|
1092
1330
|
warning: "Your browser is too old to display the iframe element",
|
|
1093
1331
|
action: {
|
|
@@ -1096,6 +1334,10 @@ const gameDemo$6 = {
|
|
|
1096
1334
|
activateFullscreen: "Activate Fullscreen mode",
|
|
1097
1335
|
deactivateFullscreen: "Deactivate Fullscreen mode",
|
|
1098
1336
|
exit: "Exit"
|
|
1337
|
+
},
|
|
1338
|
+
alert: {
|
|
1339
|
+
title: "The game demo is currently unavailable.",
|
|
1340
|
+
description: "You can visit our recommended casino site to play for real money instead."
|
|
1099
1341
|
}
|
|
1100
1342
|
};
|
|
1101
1343
|
const gameInfo$6 = {
|
|
@@ -1182,6 +1424,10 @@ const bonusCard$6 = {
|
|
|
1182
1424
|
collapse: "Hide"
|
|
1183
1425
|
}
|
|
1184
1426
|
};
|
|
1427
|
+
const informer$6 = {
|
|
1428
|
+
[InformerType.Advice.toLowerCase()]: "Advice",
|
|
1429
|
+
[InformerType.Fact.toLowerCase()]: "Fact"
|
|
1430
|
+
};
|
|
1185
1431
|
const dictionary$6 = {
|
|
1186
1432
|
pageNotFound: pageNotFound$6,
|
|
1187
1433
|
pageContacts: pageContacts$6,
|
|
@@ -1189,12 +1435,17 @@ const dictionary$6 = {
|
|
|
1189
1435
|
pageCookiePolicy: pageCookiePolicy$6,
|
|
1190
1436
|
pageTermsAndConditions: pageTermsAndConditions$6,
|
|
1191
1437
|
footer: footer$6,
|
|
1438
|
+
article: article$6,
|
|
1439
|
+
casinoInfo: casinoInfo$6,
|
|
1440
|
+
casinoTable: casinoTable$6,
|
|
1441
|
+
copyText: copyText$6,
|
|
1192
1442
|
gameDemo: gameDemo$6,
|
|
1193
1443
|
gameInfo: gameInfo$6,
|
|
1194
1444
|
prosCons: prosCons$6,
|
|
1195
1445
|
author: author$6,
|
|
1196
1446
|
contactForm: contactForm$6,
|
|
1197
|
-
bonusCard: bonusCard$6
|
|
1447
|
+
bonusCard: bonusCard$6,
|
|
1448
|
+
informer: informer$6
|
|
1198
1449
|
};
|
|
1199
1450
|
const pageNotFound$5 = {
|
|
1200
1451
|
seo: {
|
|
@@ -1379,6 +1630,50 @@ const footer$5 = {
|
|
|
1379
1630
|
description: "{{siteName}} on itsenäinen tietolähde, joka ei ole sidoksissa mainostamiimme sivustoihin. Varmista, että sinulla on kaikki tarvittavat luvat ja että lakivaatimukset täyttyvät ennen pelaamisen aloittamista. {{siteName}}:n päätarkoitus on tarjota informatiivista ja viihdyttävää sisältöä. Jos etsit linkkejä liittyviin resursseihin, sinut ohjataan asianomaisille alustoille."
|
|
1380
1631
|
}
|
|
1381
1632
|
};
|
|
1633
|
+
const article$5 = {
|
|
1634
|
+
meta: {
|
|
1635
|
+
author: "Tekijä: ",
|
|
1636
|
+
publicationDate: "Julkaisupäivämäärä: ",
|
|
1637
|
+
readingTime: {
|
|
1638
|
+
label: "Lukuaika: ",
|
|
1639
|
+
count_one: "{{count}} minuutti",
|
|
1640
|
+
count_few: "{{count}} minuuttia",
|
|
1641
|
+
count_many: "{{count}} minuuttia",
|
|
1642
|
+
count_other: "{{count}} minuuttia"
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
};
|
|
1646
|
+
const casinoInfo$5 = {
|
|
1647
|
+
feature: {
|
|
1648
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
1649
|
+
[CasinoCharacteristic.GamesCount]: "Pelien määrä",
|
|
1650
|
+
[CasinoCharacteristic.MidDeposit]: "Minimitalletus",
|
|
1651
|
+
[CasinoCharacteristic.PayoutSpeed]: "Voittojen nopeus"
|
|
1652
|
+
}
|
|
1653
|
+
};
|
|
1654
|
+
const casinoTable$5 = {
|
|
1655
|
+
column: {
|
|
1656
|
+
[CasinoTableColumn.ID]: "ID",
|
|
1657
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
1658
|
+
[CasinoTableColumn.Name]: "Nimi ja arvostelu",
|
|
1659
|
+
[CasinoTableColumn.License]: "Lisenssi",
|
|
1660
|
+
[CasinoTableColumn.Bonus]: "Bonus",
|
|
1661
|
+
[CasinoTableColumn.Info]: "Tiedot",
|
|
1662
|
+
[CasinoTableColumn.Actions]: "Toiminnot"
|
|
1663
|
+
},
|
|
1664
|
+
row: {
|
|
1665
|
+
logo: {
|
|
1666
|
+
bestChoiceBadge: "Paras valinta"
|
|
1667
|
+
},
|
|
1668
|
+
actions: {
|
|
1669
|
+
getBonus: "Hanki bonus",
|
|
1670
|
+
readReview: "Lue arvostelu"
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
};
|
|
1674
|
+
const copyText$5 = {
|
|
1675
|
+
title: "Kopioitu leikepöydälle!"
|
|
1676
|
+
};
|
|
1382
1677
|
const gameDemo$5 = {
|
|
1383
1678
|
warning: "Selaimesi on liian vanha näyttämään iframe-elementtiä",
|
|
1384
1679
|
action: {
|
|
@@ -1387,6 +1682,10 @@ const gameDemo$5 = {
|
|
|
1387
1682
|
activateFullscreen: "Ota koko näyttö käyttöön",
|
|
1388
1683
|
deactivateFullscreen: "Poista koko näyttö käytöstä",
|
|
1389
1684
|
exit: "Poistu"
|
|
1685
|
+
},
|
|
1686
|
+
alert: {
|
|
1687
|
+
title: "Pelin demo ei ole tällä hetkellä saatavilla.",
|
|
1688
|
+
description: "Voit sen sijaan vierailla suositellulla kasinosivustollamme pelataksesi oikealla rahalla."
|
|
1390
1689
|
}
|
|
1391
1690
|
};
|
|
1392
1691
|
const gameInfo$5 = {
|
|
@@ -1473,6 +1772,10 @@ const bonusCard$5 = {
|
|
|
1473
1772
|
collapse: "Piilota"
|
|
1474
1773
|
}
|
|
1475
1774
|
};
|
|
1775
|
+
const informer$5 = {
|
|
1776
|
+
[InformerType.Advice.toLowerCase()]: "Neuvo",
|
|
1777
|
+
[InformerType.Fact.toLowerCase()]: "Totuus"
|
|
1778
|
+
};
|
|
1476
1779
|
const dictionary$5 = {
|
|
1477
1780
|
pageNotFound: pageNotFound$5,
|
|
1478
1781
|
pageContacts: pageContacts$5,
|
|
@@ -1480,12 +1783,17 @@ const dictionary$5 = {
|
|
|
1480
1783
|
pageCookiePolicy: pageCookiePolicy$5,
|
|
1481
1784
|
pageTermsAndConditions: pageTermsAndConditions$5,
|
|
1482
1785
|
footer: footer$5,
|
|
1786
|
+
article: article$5,
|
|
1787
|
+
casinoInfo: casinoInfo$5,
|
|
1788
|
+
casinoTable: casinoTable$5,
|
|
1789
|
+
copyText: copyText$5,
|
|
1483
1790
|
gameDemo: gameDemo$5,
|
|
1484
1791
|
gameInfo: gameInfo$5,
|
|
1485
1792
|
prosCons: prosCons$5,
|
|
1486
1793
|
author: author$5,
|
|
1487
1794
|
contactForm: contactForm$5,
|
|
1488
|
-
bonusCard: bonusCard$5
|
|
1795
|
+
bonusCard: bonusCard$5,
|
|
1796
|
+
informer: informer$5
|
|
1489
1797
|
};
|
|
1490
1798
|
const pageNotFound$4 = {
|
|
1491
1799
|
seo: {
|
|
@@ -1670,6 +1978,50 @@ const footer$4 = {
|
|
|
1670
1978
|
description: "{{siteName}} est une ressource indépendante et n’est pas affilié aux sites que nous promouvons. Assurez-vous de disposer de toutes les licences nécessaires et de respecter les exigences légales avant de commencer à jouer. L’objectif principal de {{siteName}} est de fournir un contenu informatif et divertissant. Si vous recherchez des liens vers des ressources associées, vous serez redirigé vers les plateformes correspondantes."
|
|
1671
1979
|
}
|
|
1672
1980
|
};
|
|
1981
|
+
const article$4 = {
|
|
1982
|
+
meta: {
|
|
1983
|
+
author: "Auteur : ",
|
|
1984
|
+
publicationDate: "Date de publication : ",
|
|
1985
|
+
readingTime: {
|
|
1986
|
+
label: "Temps de lecture : ",
|
|
1987
|
+
count_one: "{{count}} minute",
|
|
1988
|
+
count_few: "{{count}} minutes",
|
|
1989
|
+
count_many: "{{count}} minutes",
|
|
1990
|
+
count_other: "{{count}} minutes"
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
};
|
|
1994
|
+
const casinoInfo$4 = {
|
|
1995
|
+
feature: {
|
|
1996
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
1997
|
+
[CasinoCharacteristic.GamesCount]: "Jeux",
|
|
1998
|
+
[CasinoCharacteristic.MidDeposit]: "Dépôt min.",
|
|
1999
|
+
[CasinoCharacteristic.PayoutSpeed]: "Vitesse de paiement"
|
|
2000
|
+
}
|
|
2001
|
+
};
|
|
2002
|
+
const casinoTable$4 = {
|
|
2003
|
+
column: {
|
|
2004
|
+
[CasinoTableColumn.ID]: "ID",
|
|
2005
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
2006
|
+
[CasinoTableColumn.Name]: "Nom et note",
|
|
2007
|
+
[CasinoTableColumn.License]: "Licence",
|
|
2008
|
+
[CasinoTableColumn.Bonus]: "Bonus",
|
|
2009
|
+
[CasinoTableColumn.Info]: "Info",
|
|
2010
|
+
[CasinoTableColumn.Actions]: "Actions"
|
|
2011
|
+
},
|
|
2012
|
+
row: {
|
|
2013
|
+
logo: {
|
|
2014
|
+
bestChoiceBadge: "Meilleur choix"
|
|
2015
|
+
},
|
|
2016
|
+
actions: {
|
|
2017
|
+
getBonus: "Obtenir le bonus",
|
|
2018
|
+
readReview: "Lire la revue"
|
|
2019
|
+
}
|
|
2020
|
+
}
|
|
2021
|
+
};
|
|
2022
|
+
const copyText$4 = {
|
|
2023
|
+
title: "Copié dans le presse-papiers !"
|
|
2024
|
+
};
|
|
1673
2025
|
const gameDemo$4 = {
|
|
1674
2026
|
warning: "Votre navigateur est trop ancien pour afficher l’élément iframe.",
|
|
1675
2027
|
action: {
|
|
@@ -1678,6 +2030,10 @@ const gameDemo$4 = {
|
|
|
1678
2030
|
activateFullscreen: "Activer le mode plein écran",
|
|
1679
2031
|
deactivateFullscreen: "Désactiver le mode plein écran",
|
|
1680
2032
|
exit: "Quitter"
|
|
2033
|
+
},
|
|
2034
|
+
alert: {
|
|
2035
|
+
title: "La démo du jeu n’est pas disponible pour le moment.",
|
|
2036
|
+
description: "Vous pouvez plutôt visiter notre casino recommandé pour jouer avec de l’argent réel."
|
|
1681
2037
|
}
|
|
1682
2038
|
};
|
|
1683
2039
|
const gameInfo$4 = {
|
|
@@ -1764,6 +2120,10 @@ const bonusCard$4 = {
|
|
|
1764
2120
|
collapse: "Masquer"
|
|
1765
2121
|
}
|
|
1766
2122
|
};
|
|
2123
|
+
const informer$4 = {
|
|
2124
|
+
[InformerType.Advice.toLowerCase()]: "Conseil",
|
|
2125
|
+
[InformerType.Fact.toLowerCase()]: "Fait"
|
|
2126
|
+
};
|
|
1767
2127
|
const dictionary$4 = {
|
|
1768
2128
|
pageNotFound: pageNotFound$4,
|
|
1769
2129
|
pageContacts: pageContacts$4,
|
|
@@ -1771,12 +2131,17 @@ const dictionary$4 = {
|
|
|
1771
2131
|
pageCookiePolicy: pageCookiePolicy$4,
|
|
1772
2132
|
pageTermsAndConditions: pageTermsAndConditions$4,
|
|
1773
2133
|
footer: footer$4,
|
|
2134
|
+
article: article$4,
|
|
2135
|
+
casinoInfo: casinoInfo$4,
|
|
2136
|
+
casinoTable: casinoTable$4,
|
|
2137
|
+
copyText: copyText$4,
|
|
1774
2138
|
gameDemo: gameDemo$4,
|
|
1775
2139
|
gameInfo: gameInfo$4,
|
|
1776
2140
|
prosCons: prosCons$4,
|
|
1777
2141
|
author: author$4,
|
|
1778
2142
|
contactForm: contactForm$4,
|
|
1779
|
-
bonusCard: bonusCard$4
|
|
2143
|
+
bonusCard: bonusCard$4,
|
|
2144
|
+
informer: informer$4
|
|
1780
2145
|
};
|
|
1781
2146
|
const pageNotFound$3 = {
|
|
1782
2147
|
seo: {
|
|
@@ -1961,6 +2326,50 @@ const footer$3 = {
|
|
|
1961
2326
|
description: "{{siteName}} è una risorsa indipendente e non affiliata ai siti che promuoviamo. Prima di iniziare a giocare, assicurati di possedere tutte le certificazioni necessarie e di rispettare i requisiti legali in vigore. L'obiettivo principale di {{siteName}} è offrire contenuti informativi e di intrattenimento. Se cerchi collegamenti a risorse correlate, verrai reindirizzato alle piattaforme pertinenti."
|
|
1962
2327
|
}
|
|
1963
2328
|
};
|
|
2329
|
+
const article$3 = {
|
|
2330
|
+
meta: {
|
|
2331
|
+
author: "Autore: ",
|
|
2332
|
+
publicationDate: "Data di pubblicazione: ",
|
|
2333
|
+
readingTime: {
|
|
2334
|
+
label: "Tempo di lettura: ",
|
|
2335
|
+
count_one: "{{count}} minuto",
|
|
2336
|
+
count_few: "{{count}} minuti",
|
|
2337
|
+
count_many: "{{count}} minuti",
|
|
2338
|
+
count_other: "{{count}} minuti"
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
};
|
|
2342
|
+
const casinoInfo$3 = {
|
|
2343
|
+
feature: {
|
|
2344
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
2345
|
+
[CasinoCharacteristic.GamesCount]: "Jeux",
|
|
2346
|
+
[CasinoCharacteristic.MidDeposit]: "Dépôt min.",
|
|
2347
|
+
[CasinoCharacteristic.PayoutSpeed]: "Vitesse de paiement"
|
|
2348
|
+
}
|
|
2349
|
+
};
|
|
2350
|
+
const casinoTable$3 = {
|
|
2351
|
+
column: {
|
|
2352
|
+
[CasinoTableColumn.ID]: "ID",
|
|
2353
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
2354
|
+
[CasinoTableColumn.Name]: "Nom et note",
|
|
2355
|
+
[CasinoTableColumn.License]: "Licence",
|
|
2356
|
+
[CasinoTableColumn.Bonus]: "Bonus",
|
|
2357
|
+
[CasinoTableColumn.Info]: "Info",
|
|
2358
|
+
[CasinoTableColumn.Actions]: "Actions"
|
|
2359
|
+
},
|
|
2360
|
+
row: {
|
|
2361
|
+
logo: {
|
|
2362
|
+
bestChoiceBadge: "Meilleur choix"
|
|
2363
|
+
},
|
|
2364
|
+
actions: {
|
|
2365
|
+
getBonus: "Obtenir le bonus",
|
|
2366
|
+
readReview: "Lire la revue"
|
|
2367
|
+
}
|
|
2368
|
+
}
|
|
2369
|
+
};
|
|
2370
|
+
const copyText$3 = {
|
|
2371
|
+
title: "Copié dans le presse-papiers !"
|
|
2372
|
+
};
|
|
1964
2373
|
const gameDemo$3 = {
|
|
1965
2374
|
warning: "Il tuo browser è troppo vecchio per visualizzare l'elemento iframe",
|
|
1966
2375
|
action: {
|
|
@@ -1969,6 +2378,10 @@ const gameDemo$3 = {
|
|
|
1969
2378
|
activateFullscreen: "Attiva la modalità a schermo intero",
|
|
1970
2379
|
deactivateFullscreen: "Disattiva la modalità a schermo intero",
|
|
1971
2380
|
exit: "Esci"
|
|
2381
|
+
},
|
|
2382
|
+
alert: {
|
|
2383
|
+
title: "La demo del gioco non è attualmente disponibile.",
|
|
2384
|
+
description: "Puoi invece visitare il nostro sito di casinò consigliato per giocare con soldi veri."
|
|
1972
2385
|
}
|
|
1973
2386
|
};
|
|
1974
2387
|
const gameInfo$3 = {
|
|
@@ -2055,6 +2468,10 @@ const bonusCard$3 = {
|
|
|
2055
2468
|
collapse: "Nascondi"
|
|
2056
2469
|
}
|
|
2057
2470
|
};
|
|
2471
|
+
const informer$3 = {
|
|
2472
|
+
[InformerType.Advice.toLowerCase()]: "Consiglio",
|
|
2473
|
+
[InformerType.Fact.toLowerCase()]: "Fatto"
|
|
2474
|
+
};
|
|
2058
2475
|
const dictionary$3 = {
|
|
2059
2476
|
pageNotFound: pageNotFound$3,
|
|
2060
2477
|
pageContacts: pageContacts$3,
|
|
@@ -2062,12 +2479,17 @@ const dictionary$3 = {
|
|
|
2062
2479
|
pageCookiePolicy: pageCookiePolicy$3,
|
|
2063
2480
|
pageTermsAndConditions: pageTermsAndConditions$3,
|
|
2064
2481
|
footer: footer$3,
|
|
2482
|
+
article: article$3,
|
|
2483
|
+
casinoInfo: casinoInfo$3,
|
|
2484
|
+
casinoTable: casinoTable$3,
|
|
2485
|
+
copyText: copyText$3,
|
|
2065
2486
|
gameDemo: gameDemo$3,
|
|
2066
2487
|
gameInfo: gameInfo$3,
|
|
2067
2488
|
prosCons: prosCons$3,
|
|
2068
2489
|
author: author$3,
|
|
2069
2490
|
contactForm: contactForm$3,
|
|
2070
|
-
bonusCard: bonusCard$3
|
|
2491
|
+
bonusCard: bonusCard$3,
|
|
2492
|
+
informer: informer$3
|
|
2071
2493
|
};
|
|
2072
2494
|
const pageNotFound$2 = {
|
|
2073
2495
|
seo: {
|
|
@@ -2252,6 +2674,50 @@ const footer$2 = {
|
|
|
2252
2674
|
description: "{{siteName}} არის დამოუკიდებელი რესურსი და არ არის დაკავშირებული იმ საიტებთან, რომლებსაც ვაქმებთ. დარწმუნდით, რომ გაქვთ ყველა საჭირო სერტიფიკატი და აკმაყოფილებთ იურიდიულ მოთხოვნებს თამაშის დაწყებამდე. მთავარი მიზანია ინფორმაციული და გასართობი შინაარსის მიწოდება."
|
|
2253
2675
|
}
|
|
2254
2676
|
};
|
|
2677
|
+
const article$2 = {
|
|
2678
|
+
meta: {
|
|
2679
|
+
author: "ავტორი: ",
|
|
2680
|
+
publicationDate: "გამოქვეყნების თარიღი: ",
|
|
2681
|
+
readingTime: {
|
|
2682
|
+
label: "საკითხავი დრო: ",
|
|
2683
|
+
count_one: "{{count}} წუთი",
|
|
2684
|
+
count_few: "{{count}} წუთი",
|
|
2685
|
+
count_many: "{{count}} წუთი",
|
|
2686
|
+
count_other: "{{count}} წუთი"
|
|
2687
|
+
}
|
|
2688
|
+
}
|
|
2689
|
+
};
|
|
2690
|
+
const casinoInfo$2 = {
|
|
2691
|
+
feature: {
|
|
2692
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
2693
|
+
[CasinoCharacteristic.GamesCount]: "თამაშები",
|
|
2694
|
+
[CasinoCharacteristic.MidDeposit]: "მინ. დეპოზიტი",
|
|
2695
|
+
[CasinoCharacteristic.PayoutSpeed]: "გადახდის სიჩქარე"
|
|
2696
|
+
}
|
|
2697
|
+
};
|
|
2698
|
+
const casinoTable$2 = {
|
|
2699
|
+
column: {
|
|
2700
|
+
[CasinoTableColumn.ID]: "ID",
|
|
2701
|
+
[CasinoTableColumn.Logo]: "ლოგო",
|
|
2702
|
+
[CasinoTableColumn.Name]: "სახელი და რეიტინგი",
|
|
2703
|
+
[CasinoTableColumn.License]: "ლიცენზია",
|
|
2704
|
+
[CasinoTableColumn.Bonus]: "ბონუსი",
|
|
2705
|
+
[CasinoTableColumn.Info]: "ინფო",
|
|
2706
|
+
[CasinoTableColumn.Actions]: "მოქმედებები"
|
|
2707
|
+
},
|
|
2708
|
+
row: {
|
|
2709
|
+
logo: {
|
|
2710
|
+
bestChoiceBadge: "საუკეთესო არჩევანი"
|
|
2711
|
+
},
|
|
2712
|
+
actions: {
|
|
2713
|
+
getBonus: "ბონუსის მიღება",
|
|
2714
|
+
readReview: "გამოხმაურების კითხვა"
|
|
2715
|
+
}
|
|
2716
|
+
}
|
|
2717
|
+
};
|
|
2718
|
+
const copyText$2 = {
|
|
2719
|
+
title: "ნაკრებში კოპირებულია!"
|
|
2720
|
+
};
|
|
2255
2721
|
const gameDemo$2 = {
|
|
2256
2722
|
warning: "თქვენი ბრაუზერი ძალიან ძველია iframe ელემენტის საჩვენებლად",
|
|
2257
2723
|
action: {
|
|
@@ -2260,6 +2726,10 @@ const gameDemo$2 = {
|
|
|
2260
2726
|
activateFullscreen: "სრულ ეკრანზე ჩართვა",
|
|
2261
2727
|
deactivateFullscreen: "სრულ ეკრანზე გამორთვა",
|
|
2262
2728
|
exit: "გასვლა"
|
|
2729
|
+
},
|
|
2730
|
+
alert: {
|
|
2731
|
+
title: "თამაში დემო ამჟამად ხელმისაწვდომი არ არის.",
|
|
2732
|
+
description: "მის ნაცვლად შეგიძლიათ მოინახულოთ ჩვენი რეკომენდებული კაზინო საიტი, რათა ითამაშოთ რეალური ფულით."
|
|
2263
2733
|
}
|
|
2264
2734
|
};
|
|
2265
2735
|
const gameInfo$2 = {
|
|
@@ -2346,6 +2816,10 @@ const bonusCard$2 = {
|
|
|
2346
2816
|
collapse: "დამალვა"
|
|
2347
2817
|
}
|
|
2348
2818
|
};
|
|
2819
|
+
const informer$2 = {
|
|
2820
|
+
[InformerType.Advice.toLowerCase()]: "რჩევა",
|
|
2821
|
+
[InformerType.Fact.toLowerCase()]: "ფაქტი"
|
|
2822
|
+
};
|
|
2349
2823
|
const dictionary$2 = {
|
|
2350
2824
|
pageNotFound: pageNotFound$2,
|
|
2351
2825
|
pageContacts: pageContacts$2,
|
|
@@ -2353,12 +2827,17 @@ const dictionary$2 = {
|
|
|
2353
2827
|
pageCookiePolicy: pageCookiePolicy$2,
|
|
2354
2828
|
pageTermsAndConditions: pageTermsAndConditions$2,
|
|
2355
2829
|
footer: footer$2,
|
|
2830
|
+
article: article$2,
|
|
2831
|
+
casinoInfo: casinoInfo$2,
|
|
2832
|
+
casinoTable: casinoTable$2,
|
|
2833
|
+
copyText: copyText$2,
|
|
2356
2834
|
gameDemo: gameDemo$2,
|
|
2357
2835
|
gameInfo: gameInfo$2,
|
|
2358
2836
|
prosCons: prosCons$2,
|
|
2359
2837
|
author: author$2,
|
|
2360
2838
|
contactForm: contactForm$2,
|
|
2361
|
-
bonusCard: bonusCard$2
|
|
2839
|
+
bonusCard: bonusCard$2,
|
|
2840
|
+
informer: informer$2
|
|
2362
2841
|
};
|
|
2363
2842
|
const pageNotFound$1 = {
|
|
2364
2843
|
seo: {
|
|
@@ -2543,6 +3022,50 @@ const footer$1 = {
|
|
|
2543
3022
|
description: "O {{siteName}} é um recurso independente e não está associado aos sites que promovemos. Certifique-se de que possui todas as licenças necessárias e que cumpre os requisitos legais antes de começar a jogar. O principal objetivo do {{siteName}} é fornecer conteúdos informativos e de entretenimento. Se procurar links para recursos relacionados, será direcionado para as respetivas plataformas."
|
|
2544
3023
|
}
|
|
2545
3024
|
};
|
|
3025
|
+
const article$1 = {
|
|
3026
|
+
meta: {
|
|
3027
|
+
author: "Autor: ",
|
|
3028
|
+
publicationDate: "Data de publicação: ",
|
|
3029
|
+
readingTime: {
|
|
3030
|
+
label: "Tempo de leitura: ",
|
|
3031
|
+
count_one: "{{count}} minuto",
|
|
3032
|
+
count_few: "{{count}} minutos",
|
|
3033
|
+
count_many: "{{count}} minutos",
|
|
3034
|
+
count_other: "{{count}} minutos"
|
|
3035
|
+
}
|
|
3036
|
+
}
|
|
3037
|
+
};
|
|
3038
|
+
const casinoInfo$1 = {
|
|
3039
|
+
feature: {
|
|
3040
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
3041
|
+
[CasinoCharacteristic.GamesCount]: "Jogos",
|
|
3042
|
+
[CasinoCharacteristic.MidDeposit]: "Depósito Mín.",
|
|
3043
|
+
[CasinoCharacteristic.PayoutSpeed]: "Velocidade de Pagamento"
|
|
3044
|
+
}
|
|
3045
|
+
};
|
|
3046
|
+
const casinoTable$1 = {
|
|
3047
|
+
column: {
|
|
3048
|
+
[CasinoTableColumn.ID]: "ID",
|
|
3049
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
3050
|
+
[CasinoTableColumn.Name]: "Nome e Avaliação",
|
|
3051
|
+
[CasinoTableColumn.License]: "Licença",
|
|
3052
|
+
[CasinoTableColumn.Bonus]: "Bônus",
|
|
3053
|
+
[CasinoTableColumn.Info]: "Info",
|
|
3054
|
+
[CasinoTableColumn.Actions]: "Ações"
|
|
3055
|
+
},
|
|
3056
|
+
row: {
|
|
3057
|
+
logo: {
|
|
3058
|
+
bestChoiceBadge: "Melhor Escolha"
|
|
3059
|
+
},
|
|
3060
|
+
actions: {
|
|
3061
|
+
getBonus: "Ganhe bônus",
|
|
3062
|
+
readReview: "Ler avaliação"
|
|
3063
|
+
}
|
|
3064
|
+
}
|
|
3065
|
+
};
|
|
3066
|
+
const copyText$1 = {
|
|
3067
|
+
title: "Copiado para a área de transferência!"
|
|
3068
|
+
};
|
|
2546
3069
|
const gameDemo$1 = {
|
|
2547
3070
|
warning: "O seu navegador é demasiado antigo para mostrar o elemento iframe.",
|
|
2548
3071
|
action: {
|
|
@@ -2551,6 +3074,10 @@ const gameDemo$1 = {
|
|
|
2551
3074
|
activateFullscreen: "Ativar ecrã inteiro",
|
|
2552
3075
|
deactivateFullscreen: "Desativar ecrã inteiro",
|
|
2553
3076
|
exit: "Sair"
|
|
3077
|
+
},
|
|
3078
|
+
alert: {
|
|
3079
|
+
title: "A demo do jogo não está disponível no momento.",
|
|
3080
|
+
description: "Você pode visitar nosso site de cassino recomendado para jogar com dinheiro real."
|
|
2554
3081
|
}
|
|
2555
3082
|
};
|
|
2556
3083
|
const gameInfo$1 = {
|
|
@@ -2637,6 +3164,10 @@ const bonusCard$1 = {
|
|
|
2637
3164
|
collapse: "Ocultar"
|
|
2638
3165
|
}
|
|
2639
3166
|
};
|
|
3167
|
+
const informer$1 = {
|
|
3168
|
+
[InformerType.Advice.toLowerCase()]: "Conselho",
|
|
3169
|
+
[InformerType.Fact.toLowerCase()]: "Fato"
|
|
3170
|
+
};
|
|
2640
3171
|
const dictionary$1 = {
|
|
2641
3172
|
pageNotFound: pageNotFound$1,
|
|
2642
3173
|
pageContacts: pageContacts$1,
|
|
@@ -2644,12 +3175,17 @@ const dictionary$1 = {
|
|
|
2644
3175
|
pageCookiePolicy: pageCookiePolicy$1,
|
|
2645
3176
|
pageTermsAndConditions: pageTermsAndConditions$1,
|
|
2646
3177
|
footer: footer$1,
|
|
3178
|
+
article: article$1,
|
|
3179
|
+
casinoInfo: casinoInfo$1,
|
|
3180
|
+
casinoTable: casinoTable$1,
|
|
3181
|
+
copyText: copyText$1,
|
|
2647
3182
|
gameDemo: gameDemo$1,
|
|
2648
3183
|
gameInfo: gameInfo$1,
|
|
2649
3184
|
prosCons: prosCons$1,
|
|
2650
3185
|
author: author$1,
|
|
2651
3186
|
contactForm: contactForm$1,
|
|
2652
|
-
bonusCard: bonusCard$1
|
|
3187
|
+
bonusCard: bonusCard$1,
|
|
3188
|
+
informer: informer$1
|
|
2653
3189
|
};
|
|
2654
3190
|
const pageNotFound = {
|
|
2655
3191
|
seo: {
|
|
@@ -2834,6 +3370,50 @@ const footer = {
|
|
|
2834
3370
|
description: "{{siteName}} — независимый ресурс, не связанный с продвигаемыми сайтами. Убедитесь, что у вас есть все необходимые сертификаты и соблюдены юридические требования перед началом игры. Основная цель {{siteName}} — предоставление информационного и развлекательного контента. Если вы ищете ссылки на связанные ресурсы, вас перенаправят на соответствующие платформы."
|
|
2835
3371
|
}
|
|
2836
3372
|
};
|
|
3373
|
+
const article = {
|
|
3374
|
+
meta: {
|
|
3375
|
+
author: "Автор: ",
|
|
3376
|
+
publicationDate: "Дата публикации: ",
|
|
3377
|
+
readingTime: {
|
|
3378
|
+
label: "Время чтения: ",
|
|
3379
|
+
count_one: "{{count}} минута",
|
|
3380
|
+
count_few: "{{count}} минуты",
|
|
3381
|
+
count_many: "{{count}} минут",
|
|
3382
|
+
count_other: "{{count}} минут"
|
|
3383
|
+
}
|
|
3384
|
+
}
|
|
3385
|
+
};
|
|
3386
|
+
const casinoInfo = {
|
|
3387
|
+
feature: {
|
|
3388
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
3389
|
+
[CasinoCharacteristic.GamesCount]: "Игры",
|
|
3390
|
+
[CasinoCharacteristic.MidDeposit]: "Мин. депозит",
|
|
3391
|
+
[CasinoCharacteristic.PayoutSpeed]: "Скорость выплат"
|
|
3392
|
+
}
|
|
3393
|
+
};
|
|
3394
|
+
const casinoTable = {
|
|
3395
|
+
column: {
|
|
3396
|
+
[CasinoTableColumn.ID]: "ID",
|
|
3397
|
+
[CasinoTableColumn.Logo]: "Логотип",
|
|
3398
|
+
[CasinoTableColumn.Name]: "Название и рейтинг",
|
|
3399
|
+
[CasinoTableColumn.License]: "Лицензия",
|
|
3400
|
+
[CasinoTableColumn.Bonus]: "Бонус",
|
|
3401
|
+
[CasinoTableColumn.Info]: "Инфо",
|
|
3402
|
+
[CasinoTableColumn.Actions]: "Действия"
|
|
3403
|
+
},
|
|
3404
|
+
row: {
|
|
3405
|
+
logo: {
|
|
3406
|
+
bestChoiceBadge: "Лучший выбор"
|
|
3407
|
+
},
|
|
3408
|
+
actions: {
|
|
3409
|
+
getBonus: "Получить бонус",
|
|
3410
|
+
readReview: "Читать обзор"
|
|
3411
|
+
}
|
|
3412
|
+
}
|
|
3413
|
+
};
|
|
3414
|
+
const copyText = {
|
|
3415
|
+
title: "Скопировано в буфер обмена!"
|
|
3416
|
+
};
|
|
2837
3417
|
const gameDemo = {
|
|
2838
3418
|
warning: "Ваш браузер слишком устарел для отображения элемента iframe",
|
|
2839
3419
|
action: {
|
|
@@ -2842,6 +3422,10 @@ const gameDemo = {
|
|
|
2842
3422
|
activateFullscreen: "Включить полноэкранный режим",
|
|
2843
3423
|
deactivateFullscreen: "Выключить полноэкранный режим",
|
|
2844
3424
|
exit: "Выйти"
|
|
3425
|
+
},
|
|
3426
|
+
alert: {
|
|
3427
|
+
title: "Демо-версия игры в данный момент недоступна.",
|
|
3428
|
+
description: "Вы можете посетить рекомендованное нами онлайн-казино, чтобы играть на настоящие деньги."
|
|
2845
3429
|
}
|
|
2846
3430
|
};
|
|
2847
3431
|
const gameInfo = {
|
|
@@ -2928,6 +3512,10 @@ const bonusCard = {
|
|
|
2928
3512
|
collapse: "Скрыть"
|
|
2929
3513
|
}
|
|
2930
3514
|
};
|
|
3515
|
+
const informer = {
|
|
3516
|
+
[InformerType.Advice.toLowerCase()]: "Совет",
|
|
3517
|
+
[InformerType.Fact.toLowerCase()]: "Факт"
|
|
3518
|
+
};
|
|
2931
3519
|
const dictionary = {
|
|
2932
3520
|
pageNotFound,
|
|
2933
3521
|
pageContacts,
|
|
@@ -2935,15 +3523,23 @@ const dictionary = {
|
|
|
2935
3523
|
pageCookiePolicy,
|
|
2936
3524
|
pageTermsAndConditions,
|
|
2937
3525
|
footer,
|
|
3526
|
+
article,
|
|
3527
|
+
casinoInfo,
|
|
3528
|
+
casinoTable,
|
|
3529
|
+
copyText,
|
|
2938
3530
|
gameDemo,
|
|
2939
3531
|
gameInfo,
|
|
2940
3532
|
prosCons,
|
|
2941
3533
|
author,
|
|
2942
3534
|
contactForm,
|
|
2943
|
-
bonusCard
|
|
3535
|
+
bonusCard,
|
|
3536
|
+
informer
|
|
2944
3537
|
};
|
|
3538
|
+
exports.CasinoCharacteristic = CasinoCharacteristic;
|
|
3539
|
+
exports.CasinoTableColumn = CasinoTableColumn;
|
|
2945
3540
|
exports.GameCharacteristic = GameCharacteristic;
|
|
2946
3541
|
exports.GameVolatility = GameVolatility;
|
|
3542
|
+
exports.InformerType = InformerType;
|
|
2947
3543
|
exports.dictionary = dictionary;
|
|
2948
3544
|
exports.dictionary$1 = dictionary$1;
|
|
2949
3545
|
exports.dictionary$2 = dictionary$2;
|