@anywayseo/tools 5.6.0 → 5.7.1
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-D4zJ5RBA.js → index-BFkFqBM7.js} +5 -4
- package/dist/index-BUz6iLeg.mjs +402 -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-CR5rM7at.js → index-CNyyTj_C.js} +37 -36
- package/dist/{index-CWMHJGbL.mjs → index-CVN8I7r9.mjs} +616 -20
- package/dist/index-CzAt2Bs2.js +401 -0
- package/dist/{index-5J1CqqcW.js → index-D15SAjJc.js} +1 -1
- package/dist/{index-BzbpMLDD.mjs → index-DHURrUMW.mjs} +1 -1
- package/dist/{index-JUwyHkmj.mjs → index-N0fjwTCB.mjs} +238 -69
- package/dist/{index-CyuHme_p.js → index-RL_4tl8T.js} +403 -234
- package/dist/{index-HLGPI9-S.mjs → index-ZivV_RbX.mjs} +30 -29
- 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-C2T70CMa.mjs → index-s2a55HsU.mjs} +5 -4
- package/dist/index.cjs +24 -12
- package/dist/index.mjs +53 -41
- package/dist/layout/index.cjs +24 -13
- package/dist/layout/index.mjs +24 -13
- 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,3 +1,20 @@
|
|
|
1
|
+
var CasinoTableColumn = /* @__PURE__ */ ((CasinoTableColumn2) => {
|
|
2
|
+
CasinoTableColumn2["ID"] = "ID";
|
|
3
|
+
CasinoTableColumn2["Logo"] = "LOGO";
|
|
4
|
+
CasinoTableColumn2["Name"] = "NAME";
|
|
5
|
+
CasinoTableColumn2["License"] = "LICENSE";
|
|
6
|
+
CasinoTableColumn2["Bonus"] = "BONUS";
|
|
7
|
+
CasinoTableColumn2["Info"] = "INFO";
|
|
8
|
+
CasinoTableColumn2["Actions"] = "ACTIONS";
|
|
9
|
+
return CasinoTableColumn2;
|
|
10
|
+
})(CasinoTableColumn || {});
|
|
11
|
+
var CasinoCharacteristic = /* @__PURE__ */ ((CasinoCharacteristic2) => {
|
|
12
|
+
CasinoCharacteristic2["Rtp"] = "RTP";
|
|
13
|
+
CasinoCharacteristic2["GamesCount"] = "GAMES_COUNT";
|
|
14
|
+
CasinoCharacteristic2["MidDeposit"] = "MIN_DEPOSIT";
|
|
15
|
+
CasinoCharacteristic2["PayoutSpeed"] = "PAYOUT_SPEED";
|
|
16
|
+
return CasinoCharacteristic2;
|
|
17
|
+
})(CasinoCharacteristic || {});
|
|
1
18
|
var GameVolatility = /* @__PURE__ */ ((GameVolatility2) => {
|
|
2
19
|
GameVolatility2["High"] = "HIGH";
|
|
3
20
|
GameVolatility2["Medium"] = "MEDIUM";
|
|
@@ -31,6 +48,12 @@ var GameCharacteristic = /* @__PURE__ */ ((GameCharacteristic2) => {
|
|
|
31
48
|
GameCharacteristic2["Functions"] = "FUNCTIONS";
|
|
32
49
|
return GameCharacteristic2;
|
|
33
50
|
})(GameCharacteristic || {});
|
|
51
|
+
var InformerType = /* @__PURE__ */ ((InformerType2) => {
|
|
52
|
+
InformerType2["Advice"] = "ADVICE";
|
|
53
|
+
InformerType2["Fact"] = "FACT";
|
|
54
|
+
InformerType2["Quote"] = "QUOTE";
|
|
55
|
+
return InformerType2;
|
|
56
|
+
})(InformerType || {});
|
|
34
57
|
const pageNotFound$9 = {
|
|
35
58
|
seo: {
|
|
36
59
|
title: "Страницата не е намерена | {{siteName}}"
|
|
@@ -214,6 +237,50 @@ const footer$9 = {
|
|
|
214
237
|
description: "{{siteName}} е независим ресурс, който не е свързан със сайтовете, които популяризира. Уверете се, че имате всички нужни разрешителни и че спазвате закона, преди да започнете да играете. Основната цел на {{siteName}} е да предоставя информативно и забавно съдържание. Ако търсите връзки към свързани ресурси, ще бъдете пренасочени към съответните платформи."
|
|
215
238
|
}
|
|
216
239
|
};
|
|
240
|
+
const article$9 = {
|
|
241
|
+
meta: {
|
|
242
|
+
author: "Автор: ",
|
|
243
|
+
publicationDate: "Дата на публикуване: ",
|
|
244
|
+
readingTime: {
|
|
245
|
+
label: "Време за четене: ",
|
|
246
|
+
count_one: "{{count}} минута",
|
|
247
|
+
count_few: "{{count}} минути",
|
|
248
|
+
count_many: "{{count}} минути",
|
|
249
|
+
count_other: "{{count}} минути"
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
};
|
|
253
|
+
const casinoInfo$9 = {
|
|
254
|
+
feature: {
|
|
255
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
256
|
+
[CasinoCharacteristic.GamesCount]: "Игри",
|
|
257
|
+
[CasinoCharacteristic.MidDeposit]: "Мин. депозит",
|
|
258
|
+
[CasinoCharacteristic.PayoutSpeed]: "Скорост на изплащане"
|
|
259
|
+
}
|
|
260
|
+
};
|
|
261
|
+
const casinoTable$9 = {
|
|
262
|
+
column: {
|
|
263
|
+
[CasinoTableColumn.ID]: "ID",
|
|
264
|
+
[CasinoTableColumn.Logo]: "Лого",
|
|
265
|
+
[CasinoTableColumn.Name]: "Име и рейтинг",
|
|
266
|
+
[CasinoTableColumn.License]: "Лиценз",
|
|
267
|
+
[CasinoTableColumn.Bonus]: "Бонус",
|
|
268
|
+
[CasinoTableColumn.Info]: "Инфо",
|
|
269
|
+
[CasinoTableColumn.Actions]: "Действия"
|
|
270
|
+
},
|
|
271
|
+
row: {
|
|
272
|
+
logo: {
|
|
273
|
+
bestChoiceBadge: "Най-добър избор"
|
|
274
|
+
},
|
|
275
|
+
actions: {
|
|
276
|
+
getBonus: "Вземи бонус",
|
|
277
|
+
readReview: "Прочети ревю"
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
};
|
|
281
|
+
const copyText$9 = {
|
|
282
|
+
title: "Копирано в клипборда!"
|
|
283
|
+
};
|
|
217
284
|
const gameDemo$9 = {
|
|
218
285
|
warning: "Вашият браузър е твърде стар, за да показва iframe елемента",
|
|
219
286
|
action: {
|
|
@@ -222,6 +289,10 @@ const gameDemo$9 = {
|
|
|
222
289
|
activateFullscreen: "Активирай цял екран",
|
|
223
290
|
deactivateFullscreen: "Деактивирай цял екран",
|
|
224
291
|
exit: "Изход"
|
|
292
|
+
},
|
|
293
|
+
alert: {
|
|
294
|
+
title: "Демонстрацията на играта в момента не е налична.",
|
|
295
|
+
description: "Можете да посетите нашия препоръчан казино сайт, за да играете с истински пари."
|
|
225
296
|
}
|
|
226
297
|
};
|
|
227
298
|
const gameInfo$9 = {
|
|
@@ -308,6 +379,10 @@ const bonusCard$9 = {
|
|
|
308
379
|
collapse: "Скрий"
|
|
309
380
|
}
|
|
310
381
|
};
|
|
382
|
+
const informer$9 = {
|
|
383
|
+
[InformerType.Advice.toLowerCase()]: "Съвет",
|
|
384
|
+
[InformerType.Fact.toLowerCase()]: "Факт"
|
|
385
|
+
};
|
|
311
386
|
const dictionary$9 = {
|
|
312
387
|
pageNotFound: pageNotFound$9,
|
|
313
388
|
pageContacts: pageContacts$9,
|
|
@@ -315,12 +390,17 @@ const dictionary$9 = {
|
|
|
315
390
|
pageCookiePolicy: pageCookiePolicy$9,
|
|
316
391
|
pageTermsAndConditions: pageTermsAndConditions$9,
|
|
317
392
|
footer: footer$9,
|
|
393
|
+
article: article$9,
|
|
394
|
+
casinoInfo: casinoInfo$9,
|
|
395
|
+
casinoTable: casinoTable$9,
|
|
396
|
+
copyText: copyText$9,
|
|
318
397
|
gameDemo: gameDemo$9,
|
|
319
398
|
gameInfo: gameInfo$9,
|
|
320
399
|
prosCons: prosCons$9,
|
|
321
400
|
author: author$9,
|
|
322
401
|
contactForm: contactForm$9,
|
|
323
|
-
bonusCard: bonusCard$9
|
|
402
|
+
bonusCard: bonusCard$9,
|
|
403
|
+
informer: informer$9
|
|
324
404
|
};
|
|
325
405
|
const pageNotFound$8 = {
|
|
326
406
|
seo: {
|
|
@@ -505,6 +585,50 @@ const footer$8 = {
|
|
|
505
585
|
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."
|
|
506
586
|
}
|
|
507
587
|
};
|
|
588
|
+
const article$8 = {
|
|
589
|
+
meta: {
|
|
590
|
+
author: "Forfatter: ",
|
|
591
|
+
publicationDate: "Udgivelsesdato: ",
|
|
592
|
+
readingTime: {
|
|
593
|
+
label: "Læsetid: ",
|
|
594
|
+
count_one: "{{count}} minut",
|
|
595
|
+
count_few: "{{count}} minutter",
|
|
596
|
+
count_many: "{{count}} minutter",
|
|
597
|
+
count_other: "{{count}} minutter"
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
};
|
|
601
|
+
const casinoInfo$8 = {
|
|
602
|
+
feature: {
|
|
603
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
604
|
+
[CasinoCharacteristic.GamesCount]: "Spil",
|
|
605
|
+
[CasinoCharacteristic.MidDeposit]: "Min. indskud",
|
|
606
|
+
[CasinoCharacteristic.PayoutSpeed]: "Udbetalingshastighed"
|
|
607
|
+
}
|
|
608
|
+
};
|
|
609
|
+
const casinoTable$8 = {
|
|
610
|
+
column: {
|
|
611
|
+
[CasinoTableColumn.ID]: "ID",
|
|
612
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
613
|
+
[CasinoTableColumn.Name]: "Navn og bedømmelse",
|
|
614
|
+
[CasinoTableColumn.License]: "Licens",
|
|
615
|
+
[CasinoTableColumn.Bonus]: "Bonus",
|
|
616
|
+
[CasinoTableColumn.Info]: "Info",
|
|
617
|
+
[CasinoTableColumn.Actions]: "Handlinger"
|
|
618
|
+
},
|
|
619
|
+
row: {
|
|
620
|
+
logo: {
|
|
621
|
+
bestChoiceBadge: "Bedste valg"
|
|
622
|
+
},
|
|
623
|
+
actions: {
|
|
624
|
+
getBonus: "Få bonus",
|
|
625
|
+
readReview: "Læs anmeldelse"
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
};
|
|
629
|
+
const copyText$8 = {
|
|
630
|
+
title: "Kopieret til udklipsholderen!"
|
|
631
|
+
};
|
|
508
632
|
const gameDemo$8 = {
|
|
509
633
|
warning: "Din browser er for gammel til at vise iframe-elementet",
|
|
510
634
|
action: {
|
|
@@ -513,6 +637,10 @@ const gameDemo$8 = {
|
|
|
513
637
|
activateFullscreen: "Aktivér fuldskærmstilstand",
|
|
514
638
|
deactivateFullscreen: "Deaktivér fuldskærmstilstand",
|
|
515
639
|
exit: "Afslut"
|
|
640
|
+
},
|
|
641
|
+
alert: {
|
|
642
|
+
title: "Demoversionen af spillet er i øjeblikket ikke tilgængelig.",
|
|
643
|
+
description: "Du kan i stedet besøge vores anbefalede casinoside for at spille med rigtige penge."
|
|
516
644
|
}
|
|
517
645
|
};
|
|
518
646
|
const gameInfo$8 = {
|
|
@@ -599,6 +727,10 @@ const bonusCard$8 = {
|
|
|
599
727
|
collapse: "Skjul"
|
|
600
728
|
}
|
|
601
729
|
};
|
|
730
|
+
const informer$8 = {
|
|
731
|
+
[InformerType.Advice.toLowerCase()]: "Råd",
|
|
732
|
+
[InformerType.Fact.toLowerCase()]: "Fakta"
|
|
733
|
+
};
|
|
602
734
|
const dictionary$8 = {
|
|
603
735
|
pageNotFound: pageNotFound$8,
|
|
604
736
|
pageContacts: pageContacts$8,
|
|
@@ -606,12 +738,17 @@ const dictionary$8 = {
|
|
|
606
738
|
pageCookiePolicy: pageCookiePolicy$8,
|
|
607
739
|
pageTermsAndConditions: pageTermsAndConditions$8,
|
|
608
740
|
footer: footer$8,
|
|
741
|
+
article: article$8,
|
|
742
|
+
casinoInfo: casinoInfo$8,
|
|
743
|
+
casinoTable: casinoTable$8,
|
|
744
|
+
copyText: copyText$8,
|
|
609
745
|
gameDemo: gameDemo$8,
|
|
610
746
|
gameInfo: gameInfo$8,
|
|
611
747
|
prosCons: prosCons$8,
|
|
612
748
|
author: author$8,
|
|
613
749
|
contactForm: contactForm$8,
|
|
614
|
-
bonusCard: bonusCard$8
|
|
750
|
+
bonusCard: bonusCard$8,
|
|
751
|
+
informer: informer$8
|
|
615
752
|
};
|
|
616
753
|
const pageNotFound$7 = {
|
|
617
754
|
seo: {
|
|
@@ -796,6 +933,50 @@ const footer$7 = {
|
|
|
796
933
|
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."
|
|
797
934
|
}
|
|
798
935
|
};
|
|
936
|
+
const article$7 = {
|
|
937
|
+
meta: {
|
|
938
|
+
author: "Autor: ",
|
|
939
|
+
publicationDate: "Veröffentlichungsdatum: ",
|
|
940
|
+
readingTime: {
|
|
941
|
+
label: "Lesezeit: ",
|
|
942
|
+
count_one: "{{count}} Minute",
|
|
943
|
+
count_few: "{{count}} Minuten",
|
|
944
|
+
count_many: "{{count}} Minuten",
|
|
945
|
+
count_other: "{{count}} Minuten"
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
};
|
|
949
|
+
const casinoInfo$7 = {
|
|
950
|
+
feature: {
|
|
951
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
952
|
+
[CasinoCharacteristic.GamesCount]: "Spiele",
|
|
953
|
+
[CasinoCharacteristic.MidDeposit]: "Mindest-Einzahlung",
|
|
954
|
+
[CasinoCharacteristic.PayoutSpeed]: "Auszahlungsgeschwindigkeit"
|
|
955
|
+
}
|
|
956
|
+
};
|
|
957
|
+
const casinoTable$7 = {
|
|
958
|
+
column: {
|
|
959
|
+
[CasinoTableColumn.ID]: "ID",
|
|
960
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
961
|
+
[CasinoTableColumn.Name]: "Name und Bewertung",
|
|
962
|
+
[CasinoTableColumn.License]: "Lizenz",
|
|
963
|
+
[CasinoTableColumn.Bonus]: "Bonus",
|
|
964
|
+
[CasinoTableColumn.Info]: "Info",
|
|
965
|
+
[CasinoTableColumn.Actions]: "Aktionen"
|
|
966
|
+
},
|
|
967
|
+
row: {
|
|
968
|
+
logo: {
|
|
969
|
+
bestChoiceBadge: "Beste Wahl"
|
|
970
|
+
},
|
|
971
|
+
actions: {
|
|
972
|
+
getBonus: "Bonus erhalten",
|
|
973
|
+
readReview: "Bewertung lesen"
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
};
|
|
977
|
+
const copyText$7 = {
|
|
978
|
+
title: "In die Zwischenablage kopiert!"
|
|
979
|
+
};
|
|
799
980
|
const gameDemo$7 = {
|
|
800
981
|
warning: "Ihr Browser ist zu alt, um das iframe-Element anzuzeigen.",
|
|
801
982
|
action: {
|
|
@@ -804,6 +985,10 @@ const gameDemo$7 = {
|
|
|
804
985
|
activateFullscreen: "Vollbildmodus aktivieren",
|
|
805
986
|
deactivateFullscreen: "Vollbildmodus deaktivieren",
|
|
806
987
|
exit: "Beenden"
|
|
988
|
+
},
|
|
989
|
+
alert: {
|
|
990
|
+
title: "Die Spiel-Demo ist derzeit nicht verfügbar.",
|
|
991
|
+
description: "Sie können stattdessen unsere empfohlene Casino-Seite besuchen, um mit echtem Geld zu spielen."
|
|
807
992
|
}
|
|
808
993
|
};
|
|
809
994
|
const gameInfo$7 = {
|
|
@@ -890,6 +1075,10 @@ const bonusCard$7 = {
|
|
|
890
1075
|
collapse: "Ausblenden"
|
|
891
1076
|
}
|
|
892
1077
|
};
|
|
1078
|
+
const informer$7 = {
|
|
1079
|
+
[InformerType.Advice.toLowerCase()]: "Ratschlag",
|
|
1080
|
+
[InformerType.Fact.toLowerCase()]: "Fakt"
|
|
1081
|
+
};
|
|
893
1082
|
const dictionary$7 = {
|
|
894
1083
|
pageNotFound: pageNotFound$7,
|
|
895
1084
|
pageContacts: pageContacts$7,
|
|
@@ -897,12 +1086,17 @@ const dictionary$7 = {
|
|
|
897
1086
|
pageCookiePolicy: pageCookiePolicy$7,
|
|
898
1087
|
pageTermsAndConditions: pageTermsAndConditions$7,
|
|
899
1088
|
footer: footer$7,
|
|
1089
|
+
article: article$7,
|
|
1090
|
+
casinoInfo: casinoInfo$7,
|
|
1091
|
+
casinoTable: casinoTable$7,
|
|
1092
|
+
copyText: copyText$7,
|
|
900
1093
|
gameDemo: gameDemo$7,
|
|
901
1094
|
gameInfo: gameInfo$7,
|
|
902
1095
|
prosCons: prosCons$7,
|
|
903
1096
|
author: author$7,
|
|
904
1097
|
contactForm: contactForm$7,
|
|
905
|
-
bonusCard: bonusCard$7
|
|
1098
|
+
bonusCard: bonusCard$7,
|
|
1099
|
+
informer: informer$7
|
|
906
1100
|
};
|
|
907
1101
|
const pageNotFound$6 = {
|
|
908
1102
|
seo: {
|
|
@@ -1087,6 +1281,50 @@ const footer$6 = {
|
|
|
1087
1281
|
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."
|
|
1088
1282
|
}
|
|
1089
1283
|
};
|
|
1284
|
+
const article$6 = {
|
|
1285
|
+
meta: {
|
|
1286
|
+
author: "Author: ",
|
|
1287
|
+
publicationDate: "Publication date: ",
|
|
1288
|
+
readingTime: {
|
|
1289
|
+
label: "Reading time: ",
|
|
1290
|
+
count_one: "{{count}} minute",
|
|
1291
|
+
count_few: "{{count}} minutes",
|
|
1292
|
+
count_many: "{{count}} minutes",
|
|
1293
|
+
count_other: "{{count}} minutes"
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
1296
|
+
};
|
|
1297
|
+
const casinoInfo$6 = {
|
|
1298
|
+
feature: {
|
|
1299
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
1300
|
+
[CasinoCharacteristic.GamesCount]: "Games",
|
|
1301
|
+
[CasinoCharacteristic.MidDeposit]: "Min Deposit",
|
|
1302
|
+
[CasinoCharacteristic.PayoutSpeed]: "Payout Speed"
|
|
1303
|
+
}
|
|
1304
|
+
};
|
|
1305
|
+
const casinoTable$6 = {
|
|
1306
|
+
column: {
|
|
1307
|
+
[CasinoTableColumn.ID]: "ID",
|
|
1308
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
1309
|
+
[CasinoTableColumn.Name]: "Name and Rating",
|
|
1310
|
+
[CasinoTableColumn.License]: "License",
|
|
1311
|
+
[CasinoTableColumn.Bonus]: "Bonus",
|
|
1312
|
+
[CasinoTableColumn.Info]: "Info",
|
|
1313
|
+
[CasinoTableColumn.Actions]: "Actions"
|
|
1314
|
+
},
|
|
1315
|
+
row: {
|
|
1316
|
+
logo: {
|
|
1317
|
+
bestChoiceBadge: "Best Choice"
|
|
1318
|
+
},
|
|
1319
|
+
actions: {
|
|
1320
|
+
getBonus: "Get a bonus",
|
|
1321
|
+
readReview: "Read review"
|
|
1322
|
+
}
|
|
1323
|
+
}
|
|
1324
|
+
};
|
|
1325
|
+
const copyText$6 = {
|
|
1326
|
+
title: "Copied to clipboard!"
|
|
1327
|
+
};
|
|
1090
1328
|
const gameDemo$6 = {
|
|
1091
1329
|
warning: "Your browser is too old to display the iframe element",
|
|
1092
1330
|
action: {
|
|
@@ -1095,6 +1333,10 @@ const gameDemo$6 = {
|
|
|
1095
1333
|
activateFullscreen: "Activate Fullscreen mode",
|
|
1096
1334
|
deactivateFullscreen: "Deactivate Fullscreen mode",
|
|
1097
1335
|
exit: "Exit"
|
|
1336
|
+
},
|
|
1337
|
+
alert: {
|
|
1338
|
+
title: "The game demo is currently unavailable.",
|
|
1339
|
+
description: "You can visit our recommended casino site to play for real money instead."
|
|
1098
1340
|
}
|
|
1099
1341
|
};
|
|
1100
1342
|
const gameInfo$6 = {
|
|
@@ -1181,6 +1423,10 @@ const bonusCard$6 = {
|
|
|
1181
1423
|
collapse: "Hide"
|
|
1182
1424
|
}
|
|
1183
1425
|
};
|
|
1426
|
+
const informer$6 = {
|
|
1427
|
+
[InformerType.Advice.toLowerCase()]: "Advice",
|
|
1428
|
+
[InformerType.Fact.toLowerCase()]: "Fact"
|
|
1429
|
+
};
|
|
1184
1430
|
const dictionary$6 = {
|
|
1185
1431
|
pageNotFound: pageNotFound$6,
|
|
1186
1432
|
pageContacts: pageContacts$6,
|
|
@@ -1188,12 +1434,17 @@ const dictionary$6 = {
|
|
|
1188
1434
|
pageCookiePolicy: pageCookiePolicy$6,
|
|
1189
1435
|
pageTermsAndConditions: pageTermsAndConditions$6,
|
|
1190
1436
|
footer: footer$6,
|
|
1437
|
+
article: article$6,
|
|
1438
|
+
casinoInfo: casinoInfo$6,
|
|
1439
|
+
casinoTable: casinoTable$6,
|
|
1440
|
+
copyText: copyText$6,
|
|
1191
1441
|
gameDemo: gameDemo$6,
|
|
1192
1442
|
gameInfo: gameInfo$6,
|
|
1193
1443
|
prosCons: prosCons$6,
|
|
1194
1444
|
author: author$6,
|
|
1195
1445
|
contactForm: contactForm$6,
|
|
1196
|
-
bonusCard: bonusCard$6
|
|
1446
|
+
bonusCard: bonusCard$6,
|
|
1447
|
+
informer: informer$6
|
|
1197
1448
|
};
|
|
1198
1449
|
const pageNotFound$5 = {
|
|
1199
1450
|
seo: {
|
|
@@ -1378,6 +1629,50 @@ const footer$5 = {
|
|
|
1378
1629
|
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."
|
|
1379
1630
|
}
|
|
1380
1631
|
};
|
|
1632
|
+
const article$5 = {
|
|
1633
|
+
meta: {
|
|
1634
|
+
author: "Tekijä: ",
|
|
1635
|
+
publicationDate: "Julkaisupäivämäärä: ",
|
|
1636
|
+
readingTime: {
|
|
1637
|
+
label: "Lukuaika: ",
|
|
1638
|
+
count_one: "{{count}} minuutti",
|
|
1639
|
+
count_few: "{{count}} minuuttia",
|
|
1640
|
+
count_many: "{{count}} minuuttia",
|
|
1641
|
+
count_other: "{{count}} minuuttia"
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
};
|
|
1645
|
+
const casinoInfo$5 = {
|
|
1646
|
+
feature: {
|
|
1647
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
1648
|
+
[CasinoCharacteristic.GamesCount]: "Pelien määrä",
|
|
1649
|
+
[CasinoCharacteristic.MidDeposit]: "Minimitalletus",
|
|
1650
|
+
[CasinoCharacteristic.PayoutSpeed]: "Voittojen nopeus"
|
|
1651
|
+
}
|
|
1652
|
+
};
|
|
1653
|
+
const casinoTable$5 = {
|
|
1654
|
+
column: {
|
|
1655
|
+
[CasinoTableColumn.ID]: "ID",
|
|
1656
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
1657
|
+
[CasinoTableColumn.Name]: "Nimi ja arvostelu",
|
|
1658
|
+
[CasinoTableColumn.License]: "Lisenssi",
|
|
1659
|
+
[CasinoTableColumn.Bonus]: "Bonus",
|
|
1660
|
+
[CasinoTableColumn.Info]: "Tiedot",
|
|
1661
|
+
[CasinoTableColumn.Actions]: "Toiminnot"
|
|
1662
|
+
},
|
|
1663
|
+
row: {
|
|
1664
|
+
logo: {
|
|
1665
|
+
bestChoiceBadge: "Paras valinta"
|
|
1666
|
+
},
|
|
1667
|
+
actions: {
|
|
1668
|
+
getBonus: "Hanki bonus",
|
|
1669
|
+
readReview: "Lue arvostelu"
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1672
|
+
};
|
|
1673
|
+
const copyText$5 = {
|
|
1674
|
+
title: "Kopioitu leikepöydälle!"
|
|
1675
|
+
};
|
|
1381
1676
|
const gameDemo$5 = {
|
|
1382
1677
|
warning: "Selaimesi on liian vanha näyttämään iframe-elementtiä",
|
|
1383
1678
|
action: {
|
|
@@ -1386,6 +1681,10 @@ const gameDemo$5 = {
|
|
|
1386
1681
|
activateFullscreen: "Ota koko näyttö käyttöön",
|
|
1387
1682
|
deactivateFullscreen: "Poista koko näyttö käytöstä",
|
|
1388
1683
|
exit: "Poistu"
|
|
1684
|
+
},
|
|
1685
|
+
alert: {
|
|
1686
|
+
title: "Pelin demo ei ole tällä hetkellä saatavilla.",
|
|
1687
|
+
description: "Voit sen sijaan vierailla suositellulla kasinosivustollamme pelataksesi oikealla rahalla."
|
|
1389
1688
|
}
|
|
1390
1689
|
};
|
|
1391
1690
|
const gameInfo$5 = {
|
|
@@ -1472,6 +1771,10 @@ const bonusCard$5 = {
|
|
|
1472
1771
|
collapse: "Piilota"
|
|
1473
1772
|
}
|
|
1474
1773
|
};
|
|
1774
|
+
const informer$5 = {
|
|
1775
|
+
[InformerType.Advice.toLowerCase()]: "Neuvo",
|
|
1776
|
+
[InformerType.Fact.toLowerCase()]: "Totuus"
|
|
1777
|
+
};
|
|
1475
1778
|
const dictionary$5 = {
|
|
1476
1779
|
pageNotFound: pageNotFound$5,
|
|
1477
1780
|
pageContacts: pageContacts$5,
|
|
@@ -1479,12 +1782,17 @@ const dictionary$5 = {
|
|
|
1479
1782
|
pageCookiePolicy: pageCookiePolicy$5,
|
|
1480
1783
|
pageTermsAndConditions: pageTermsAndConditions$5,
|
|
1481
1784
|
footer: footer$5,
|
|
1785
|
+
article: article$5,
|
|
1786
|
+
casinoInfo: casinoInfo$5,
|
|
1787
|
+
casinoTable: casinoTable$5,
|
|
1788
|
+
copyText: copyText$5,
|
|
1482
1789
|
gameDemo: gameDemo$5,
|
|
1483
1790
|
gameInfo: gameInfo$5,
|
|
1484
1791
|
prosCons: prosCons$5,
|
|
1485
1792
|
author: author$5,
|
|
1486
1793
|
contactForm: contactForm$5,
|
|
1487
|
-
bonusCard: bonusCard$5
|
|
1794
|
+
bonusCard: bonusCard$5,
|
|
1795
|
+
informer: informer$5
|
|
1488
1796
|
};
|
|
1489
1797
|
const pageNotFound$4 = {
|
|
1490
1798
|
seo: {
|
|
@@ -1669,6 +1977,50 @@ const footer$4 = {
|
|
|
1669
1977
|
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."
|
|
1670
1978
|
}
|
|
1671
1979
|
};
|
|
1980
|
+
const article$4 = {
|
|
1981
|
+
meta: {
|
|
1982
|
+
author: "Auteur : ",
|
|
1983
|
+
publicationDate: "Date de publication : ",
|
|
1984
|
+
readingTime: {
|
|
1985
|
+
label: "Temps de lecture : ",
|
|
1986
|
+
count_one: "{{count}} minute",
|
|
1987
|
+
count_few: "{{count}} minutes",
|
|
1988
|
+
count_many: "{{count}} minutes",
|
|
1989
|
+
count_other: "{{count}} minutes"
|
|
1990
|
+
}
|
|
1991
|
+
}
|
|
1992
|
+
};
|
|
1993
|
+
const casinoInfo$4 = {
|
|
1994
|
+
feature: {
|
|
1995
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
1996
|
+
[CasinoCharacteristic.GamesCount]: "Jeux",
|
|
1997
|
+
[CasinoCharacteristic.MidDeposit]: "Dépôt min.",
|
|
1998
|
+
[CasinoCharacteristic.PayoutSpeed]: "Vitesse de paiement"
|
|
1999
|
+
}
|
|
2000
|
+
};
|
|
2001
|
+
const casinoTable$4 = {
|
|
2002
|
+
column: {
|
|
2003
|
+
[CasinoTableColumn.ID]: "ID",
|
|
2004
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
2005
|
+
[CasinoTableColumn.Name]: "Nom et note",
|
|
2006
|
+
[CasinoTableColumn.License]: "Licence",
|
|
2007
|
+
[CasinoTableColumn.Bonus]: "Bonus",
|
|
2008
|
+
[CasinoTableColumn.Info]: "Info",
|
|
2009
|
+
[CasinoTableColumn.Actions]: "Actions"
|
|
2010
|
+
},
|
|
2011
|
+
row: {
|
|
2012
|
+
logo: {
|
|
2013
|
+
bestChoiceBadge: "Meilleur choix"
|
|
2014
|
+
},
|
|
2015
|
+
actions: {
|
|
2016
|
+
getBonus: "Obtenir le bonus",
|
|
2017
|
+
readReview: "Lire la revue"
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
2020
|
+
};
|
|
2021
|
+
const copyText$4 = {
|
|
2022
|
+
title: "Copié dans le presse-papiers !"
|
|
2023
|
+
};
|
|
1672
2024
|
const gameDemo$4 = {
|
|
1673
2025
|
warning: "Votre navigateur est trop ancien pour afficher l’élément iframe.",
|
|
1674
2026
|
action: {
|
|
@@ -1677,6 +2029,10 @@ const gameDemo$4 = {
|
|
|
1677
2029
|
activateFullscreen: "Activer le mode plein écran",
|
|
1678
2030
|
deactivateFullscreen: "Désactiver le mode plein écran",
|
|
1679
2031
|
exit: "Quitter"
|
|
2032
|
+
},
|
|
2033
|
+
alert: {
|
|
2034
|
+
title: "La démo du jeu n’est pas disponible pour le moment.",
|
|
2035
|
+
description: "Vous pouvez plutôt visiter notre casino recommandé pour jouer avec de l’argent réel."
|
|
1680
2036
|
}
|
|
1681
2037
|
};
|
|
1682
2038
|
const gameInfo$4 = {
|
|
@@ -1763,6 +2119,10 @@ const bonusCard$4 = {
|
|
|
1763
2119
|
collapse: "Masquer"
|
|
1764
2120
|
}
|
|
1765
2121
|
};
|
|
2122
|
+
const informer$4 = {
|
|
2123
|
+
[InformerType.Advice.toLowerCase()]: "Conseil",
|
|
2124
|
+
[InformerType.Fact.toLowerCase()]: "Fait"
|
|
2125
|
+
};
|
|
1766
2126
|
const dictionary$4 = {
|
|
1767
2127
|
pageNotFound: pageNotFound$4,
|
|
1768
2128
|
pageContacts: pageContacts$4,
|
|
@@ -1770,12 +2130,17 @@ const dictionary$4 = {
|
|
|
1770
2130
|
pageCookiePolicy: pageCookiePolicy$4,
|
|
1771
2131
|
pageTermsAndConditions: pageTermsAndConditions$4,
|
|
1772
2132
|
footer: footer$4,
|
|
2133
|
+
article: article$4,
|
|
2134
|
+
casinoInfo: casinoInfo$4,
|
|
2135
|
+
casinoTable: casinoTable$4,
|
|
2136
|
+
copyText: copyText$4,
|
|
1773
2137
|
gameDemo: gameDemo$4,
|
|
1774
2138
|
gameInfo: gameInfo$4,
|
|
1775
2139
|
prosCons: prosCons$4,
|
|
1776
2140
|
author: author$4,
|
|
1777
2141
|
contactForm: contactForm$4,
|
|
1778
|
-
bonusCard: bonusCard$4
|
|
2142
|
+
bonusCard: bonusCard$4,
|
|
2143
|
+
informer: informer$4
|
|
1779
2144
|
};
|
|
1780
2145
|
const pageNotFound$3 = {
|
|
1781
2146
|
seo: {
|
|
@@ -1960,6 +2325,50 @@ const footer$3 = {
|
|
|
1960
2325
|
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."
|
|
1961
2326
|
}
|
|
1962
2327
|
};
|
|
2328
|
+
const article$3 = {
|
|
2329
|
+
meta: {
|
|
2330
|
+
author: "Autore: ",
|
|
2331
|
+
publicationDate: "Data di pubblicazione: ",
|
|
2332
|
+
readingTime: {
|
|
2333
|
+
label: "Tempo di lettura: ",
|
|
2334
|
+
count_one: "{{count}} minuto",
|
|
2335
|
+
count_few: "{{count}} minuti",
|
|
2336
|
+
count_many: "{{count}} minuti",
|
|
2337
|
+
count_other: "{{count}} minuti"
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
};
|
|
2341
|
+
const casinoInfo$3 = {
|
|
2342
|
+
feature: {
|
|
2343
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
2344
|
+
[CasinoCharacteristic.GamesCount]: "Jeux",
|
|
2345
|
+
[CasinoCharacteristic.MidDeposit]: "Dépôt min.",
|
|
2346
|
+
[CasinoCharacteristic.PayoutSpeed]: "Vitesse de paiement"
|
|
2347
|
+
}
|
|
2348
|
+
};
|
|
2349
|
+
const casinoTable$3 = {
|
|
2350
|
+
column: {
|
|
2351
|
+
[CasinoTableColumn.ID]: "ID",
|
|
2352
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
2353
|
+
[CasinoTableColumn.Name]: "Nom et note",
|
|
2354
|
+
[CasinoTableColumn.License]: "Licence",
|
|
2355
|
+
[CasinoTableColumn.Bonus]: "Bonus",
|
|
2356
|
+
[CasinoTableColumn.Info]: "Info",
|
|
2357
|
+
[CasinoTableColumn.Actions]: "Actions"
|
|
2358
|
+
},
|
|
2359
|
+
row: {
|
|
2360
|
+
logo: {
|
|
2361
|
+
bestChoiceBadge: "Meilleur choix"
|
|
2362
|
+
},
|
|
2363
|
+
actions: {
|
|
2364
|
+
getBonus: "Obtenir le bonus",
|
|
2365
|
+
readReview: "Lire la revue"
|
|
2366
|
+
}
|
|
2367
|
+
}
|
|
2368
|
+
};
|
|
2369
|
+
const copyText$3 = {
|
|
2370
|
+
title: "Copié dans le presse-papiers !"
|
|
2371
|
+
};
|
|
1963
2372
|
const gameDemo$3 = {
|
|
1964
2373
|
warning: "Il tuo browser è troppo vecchio per visualizzare l'elemento iframe",
|
|
1965
2374
|
action: {
|
|
@@ -1968,6 +2377,10 @@ const gameDemo$3 = {
|
|
|
1968
2377
|
activateFullscreen: "Attiva la modalità a schermo intero",
|
|
1969
2378
|
deactivateFullscreen: "Disattiva la modalità a schermo intero",
|
|
1970
2379
|
exit: "Esci"
|
|
2380
|
+
},
|
|
2381
|
+
alert: {
|
|
2382
|
+
title: "La demo del gioco non è attualmente disponibile.",
|
|
2383
|
+
description: "Puoi invece visitare il nostro sito di casinò consigliato per giocare con soldi veri."
|
|
1971
2384
|
}
|
|
1972
2385
|
};
|
|
1973
2386
|
const gameInfo$3 = {
|
|
@@ -2054,6 +2467,10 @@ const bonusCard$3 = {
|
|
|
2054
2467
|
collapse: "Nascondi"
|
|
2055
2468
|
}
|
|
2056
2469
|
};
|
|
2470
|
+
const informer$3 = {
|
|
2471
|
+
[InformerType.Advice.toLowerCase()]: "Consiglio",
|
|
2472
|
+
[InformerType.Fact.toLowerCase()]: "Fatto"
|
|
2473
|
+
};
|
|
2057
2474
|
const dictionary$3 = {
|
|
2058
2475
|
pageNotFound: pageNotFound$3,
|
|
2059
2476
|
pageContacts: pageContacts$3,
|
|
@@ -2061,12 +2478,17 @@ const dictionary$3 = {
|
|
|
2061
2478
|
pageCookiePolicy: pageCookiePolicy$3,
|
|
2062
2479
|
pageTermsAndConditions: pageTermsAndConditions$3,
|
|
2063
2480
|
footer: footer$3,
|
|
2481
|
+
article: article$3,
|
|
2482
|
+
casinoInfo: casinoInfo$3,
|
|
2483
|
+
casinoTable: casinoTable$3,
|
|
2484
|
+
copyText: copyText$3,
|
|
2064
2485
|
gameDemo: gameDemo$3,
|
|
2065
2486
|
gameInfo: gameInfo$3,
|
|
2066
2487
|
prosCons: prosCons$3,
|
|
2067
2488
|
author: author$3,
|
|
2068
2489
|
contactForm: contactForm$3,
|
|
2069
|
-
bonusCard: bonusCard$3
|
|
2490
|
+
bonusCard: bonusCard$3,
|
|
2491
|
+
informer: informer$3
|
|
2070
2492
|
};
|
|
2071
2493
|
const pageNotFound$2 = {
|
|
2072
2494
|
seo: {
|
|
@@ -2251,6 +2673,50 @@ const footer$2 = {
|
|
|
2251
2673
|
description: "{{siteName}} არის დამოუკიდებელი რესურსი და არ არის დაკავშირებული იმ საიტებთან, რომლებსაც ვაქმებთ. დარწმუნდით, რომ გაქვთ ყველა საჭირო სერტიფიკატი და აკმაყოფილებთ იურიდიულ მოთხოვნებს თამაშის დაწყებამდე. მთავარი მიზანია ინფორმაციული და გასართობი შინაარსის მიწოდება."
|
|
2252
2674
|
}
|
|
2253
2675
|
};
|
|
2676
|
+
const article$2 = {
|
|
2677
|
+
meta: {
|
|
2678
|
+
author: "ავტორი: ",
|
|
2679
|
+
publicationDate: "გამოქვეყნების თარიღი: ",
|
|
2680
|
+
readingTime: {
|
|
2681
|
+
label: "საკითხავი დრო: ",
|
|
2682
|
+
count_one: "{{count}} წუთი",
|
|
2683
|
+
count_few: "{{count}} წუთი",
|
|
2684
|
+
count_many: "{{count}} წუთი",
|
|
2685
|
+
count_other: "{{count}} წუთი"
|
|
2686
|
+
}
|
|
2687
|
+
}
|
|
2688
|
+
};
|
|
2689
|
+
const casinoInfo$2 = {
|
|
2690
|
+
feature: {
|
|
2691
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
2692
|
+
[CasinoCharacteristic.GamesCount]: "თამაშები",
|
|
2693
|
+
[CasinoCharacteristic.MidDeposit]: "მინ. დეპოზიტი",
|
|
2694
|
+
[CasinoCharacteristic.PayoutSpeed]: "გადახდის სიჩქარე"
|
|
2695
|
+
}
|
|
2696
|
+
};
|
|
2697
|
+
const casinoTable$2 = {
|
|
2698
|
+
column: {
|
|
2699
|
+
[CasinoTableColumn.ID]: "ID",
|
|
2700
|
+
[CasinoTableColumn.Logo]: "ლოგო",
|
|
2701
|
+
[CasinoTableColumn.Name]: "სახელი და რეიტინგი",
|
|
2702
|
+
[CasinoTableColumn.License]: "ლიცენზია",
|
|
2703
|
+
[CasinoTableColumn.Bonus]: "ბონუსი",
|
|
2704
|
+
[CasinoTableColumn.Info]: "ინფო",
|
|
2705
|
+
[CasinoTableColumn.Actions]: "მოქმედებები"
|
|
2706
|
+
},
|
|
2707
|
+
row: {
|
|
2708
|
+
logo: {
|
|
2709
|
+
bestChoiceBadge: "საუკეთესო არჩევანი"
|
|
2710
|
+
},
|
|
2711
|
+
actions: {
|
|
2712
|
+
getBonus: "ბონუსის მიღება",
|
|
2713
|
+
readReview: "გამოხმაურების კითხვა"
|
|
2714
|
+
}
|
|
2715
|
+
}
|
|
2716
|
+
};
|
|
2717
|
+
const copyText$2 = {
|
|
2718
|
+
title: "ნაკრებში კოპირებულია!"
|
|
2719
|
+
};
|
|
2254
2720
|
const gameDemo$2 = {
|
|
2255
2721
|
warning: "თქვენი ბრაუზერი ძალიან ძველია iframe ელემენტის საჩვენებლად",
|
|
2256
2722
|
action: {
|
|
@@ -2259,6 +2725,10 @@ const gameDemo$2 = {
|
|
|
2259
2725
|
activateFullscreen: "სრულ ეკრანზე ჩართვა",
|
|
2260
2726
|
deactivateFullscreen: "სრულ ეკრანზე გამორთვა",
|
|
2261
2727
|
exit: "გასვლა"
|
|
2728
|
+
},
|
|
2729
|
+
alert: {
|
|
2730
|
+
title: "თამაში დემო ამჟამად ხელმისაწვდომი არ არის.",
|
|
2731
|
+
description: "მის ნაცვლად შეგიძლიათ მოინახულოთ ჩვენი რეკომენდებული კაზინო საიტი, რათა ითამაშოთ რეალური ფულით."
|
|
2262
2732
|
}
|
|
2263
2733
|
};
|
|
2264
2734
|
const gameInfo$2 = {
|
|
@@ -2345,6 +2815,10 @@ const bonusCard$2 = {
|
|
|
2345
2815
|
collapse: "დამალვა"
|
|
2346
2816
|
}
|
|
2347
2817
|
};
|
|
2818
|
+
const informer$2 = {
|
|
2819
|
+
[InformerType.Advice.toLowerCase()]: "რჩევა",
|
|
2820
|
+
[InformerType.Fact.toLowerCase()]: "ფაქტი"
|
|
2821
|
+
};
|
|
2348
2822
|
const dictionary$2 = {
|
|
2349
2823
|
pageNotFound: pageNotFound$2,
|
|
2350
2824
|
pageContacts: pageContacts$2,
|
|
@@ -2352,12 +2826,17 @@ const dictionary$2 = {
|
|
|
2352
2826
|
pageCookiePolicy: pageCookiePolicy$2,
|
|
2353
2827
|
pageTermsAndConditions: pageTermsAndConditions$2,
|
|
2354
2828
|
footer: footer$2,
|
|
2829
|
+
article: article$2,
|
|
2830
|
+
casinoInfo: casinoInfo$2,
|
|
2831
|
+
casinoTable: casinoTable$2,
|
|
2832
|
+
copyText: copyText$2,
|
|
2355
2833
|
gameDemo: gameDemo$2,
|
|
2356
2834
|
gameInfo: gameInfo$2,
|
|
2357
2835
|
prosCons: prosCons$2,
|
|
2358
2836
|
author: author$2,
|
|
2359
2837
|
contactForm: contactForm$2,
|
|
2360
|
-
bonusCard: bonusCard$2
|
|
2838
|
+
bonusCard: bonusCard$2,
|
|
2839
|
+
informer: informer$2
|
|
2361
2840
|
};
|
|
2362
2841
|
const pageNotFound$1 = {
|
|
2363
2842
|
seo: {
|
|
@@ -2542,6 +3021,50 @@ const footer$1 = {
|
|
|
2542
3021
|
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."
|
|
2543
3022
|
}
|
|
2544
3023
|
};
|
|
3024
|
+
const article$1 = {
|
|
3025
|
+
meta: {
|
|
3026
|
+
author: "Autor: ",
|
|
3027
|
+
publicationDate: "Data de publicação: ",
|
|
3028
|
+
readingTime: {
|
|
3029
|
+
label: "Tempo de leitura: ",
|
|
3030
|
+
count_one: "{{count}} minuto",
|
|
3031
|
+
count_few: "{{count}} minutos",
|
|
3032
|
+
count_many: "{{count}} minutos",
|
|
3033
|
+
count_other: "{{count}} minutos"
|
|
3034
|
+
}
|
|
3035
|
+
}
|
|
3036
|
+
};
|
|
3037
|
+
const casinoInfo$1 = {
|
|
3038
|
+
feature: {
|
|
3039
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
3040
|
+
[CasinoCharacteristic.GamesCount]: "Jogos",
|
|
3041
|
+
[CasinoCharacteristic.MidDeposit]: "Depósito Mín.",
|
|
3042
|
+
[CasinoCharacteristic.PayoutSpeed]: "Velocidade de Pagamento"
|
|
3043
|
+
}
|
|
3044
|
+
};
|
|
3045
|
+
const casinoTable$1 = {
|
|
3046
|
+
column: {
|
|
3047
|
+
[CasinoTableColumn.ID]: "ID",
|
|
3048
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
3049
|
+
[CasinoTableColumn.Name]: "Nome e Avaliação",
|
|
3050
|
+
[CasinoTableColumn.License]: "Licença",
|
|
3051
|
+
[CasinoTableColumn.Bonus]: "Bônus",
|
|
3052
|
+
[CasinoTableColumn.Info]: "Info",
|
|
3053
|
+
[CasinoTableColumn.Actions]: "Ações"
|
|
3054
|
+
},
|
|
3055
|
+
row: {
|
|
3056
|
+
logo: {
|
|
3057
|
+
bestChoiceBadge: "Melhor Escolha"
|
|
3058
|
+
},
|
|
3059
|
+
actions: {
|
|
3060
|
+
getBonus: "Ganhe bônus",
|
|
3061
|
+
readReview: "Ler avaliação"
|
|
3062
|
+
}
|
|
3063
|
+
}
|
|
3064
|
+
};
|
|
3065
|
+
const copyText$1 = {
|
|
3066
|
+
title: "Copiado para a área de transferência!"
|
|
3067
|
+
};
|
|
2545
3068
|
const gameDemo$1 = {
|
|
2546
3069
|
warning: "O seu navegador é demasiado antigo para mostrar o elemento iframe.",
|
|
2547
3070
|
action: {
|
|
@@ -2550,6 +3073,10 @@ const gameDemo$1 = {
|
|
|
2550
3073
|
activateFullscreen: "Ativar ecrã inteiro",
|
|
2551
3074
|
deactivateFullscreen: "Desativar ecrã inteiro",
|
|
2552
3075
|
exit: "Sair"
|
|
3076
|
+
},
|
|
3077
|
+
alert: {
|
|
3078
|
+
title: "A demo do jogo não está disponível no momento.",
|
|
3079
|
+
description: "Você pode visitar nosso site de cassino recomendado para jogar com dinheiro real."
|
|
2553
3080
|
}
|
|
2554
3081
|
};
|
|
2555
3082
|
const gameInfo$1 = {
|
|
@@ -2636,6 +3163,10 @@ const bonusCard$1 = {
|
|
|
2636
3163
|
collapse: "Ocultar"
|
|
2637
3164
|
}
|
|
2638
3165
|
};
|
|
3166
|
+
const informer$1 = {
|
|
3167
|
+
[InformerType.Advice.toLowerCase()]: "Conselho",
|
|
3168
|
+
[InformerType.Fact.toLowerCase()]: "Fato"
|
|
3169
|
+
};
|
|
2639
3170
|
const dictionary$1 = {
|
|
2640
3171
|
pageNotFound: pageNotFound$1,
|
|
2641
3172
|
pageContacts: pageContacts$1,
|
|
@@ -2643,12 +3174,17 @@ const dictionary$1 = {
|
|
|
2643
3174
|
pageCookiePolicy: pageCookiePolicy$1,
|
|
2644
3175
|
pageTermsAndConditions: pageTermsAndConditions$1,
|
|
2645
3176
|
footer: footer$1,
|
|
3177
|
+
article: article$1,
|
|
3178
|
+
casinoInfo: casinoInfo$1,
|
|
3179
|
+
casinoTable: casinoTable$1,
|
|
3180
|
+
copyText: copyText$1,
|
|
2646
3181
|
gameDemo: gameDemo$1,
|
|
2647
3182
|
gameInfo: gameInfo$1,
|
|
2648
3183
|
prosCons: prosCons$1,
|
|
2649
3184
|
author: author$1,
|
|
2650
3185
|
contactForm: contactForm$1,
|
|
2651
|
-
bonusCard: bonusCard$1
|
|
3186
|
+
bonusCard: bonusCard$1,
|
|
3187
|
+
informer: informer$1
|
|
2652
3188
|
};
|
|
2653
3189
|
const pageNotFound = {
|
|
2654
3190
|
seo: {
|
|
@@ -2833,6 +3369,50 @@ const footer = {
|
|
|
2833
3369
|
description: "{{siteName}} — независимый ресурс, не связанный с продвигаемыми сайтами. Убедитесь, что у вас есть все необходимые сертификаты и соблюдены юридические требования перед началом игры. Основная цель {{siteName}} — предоставление информационного и развлекательного контента. Если вы ищете ссылки на связанные ресурсы, вас перенаправят на соответствующие платформы."
|
|
2834
3370
|
}
|
|
2835
3371
|
};
|
|
3372
|
+
const article = {
|
|
3373
|
+
meta: {
|
|
3374
|
+
author: "Автор: ",
|
|
3375
|
+
publicationDate: "Дата публикации: ",
|
|
3376
|
+
readingTime: {
|
|
3377
|
+
label: "Время чтения: ",
|
|
3378
|
+
count_one: "{{count}} минута",
|
|
3379
|
+
count_few: "{{count}} минуты",
|
|
3380
|
+
count_many: "{{count}} минут",
|
|
3381
|
+
count_other: "{{count}} минут"
|
|
3382
|
+
}
|
|
3383
|
+
}
|
|
3384
|
+
};
|
|
3385
|
+
const casinoInfo = {
|
|
3386
|
+
feature: {
|
|
3387
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
3388
|
+
[CasinoCharacteristic.GamesCount]: "Игры",
|
|
3389
|
+
[CasinoCharacteristic.MidDeposit]: "Мин. депозит",
|
|
3390
|
+
[CasinoCharacteristic.PayoutSpeed]: "Скорость выплат"
|
|
3391
|
+
}
|
|
3392
|
+
};
|
|
3393
|
+
const casinoTable = {
|
|
3394
|
+
column: {
|
|
3395
|
+
[CasinoTableColumn.ID]: "ID",
|
|
3396
|
+
[CasinoTableColumn.Logo]: "Логотип",
|
|
3397
|
+
[CasinoTableColumn.Name]: "Название и рейтинг",
|
|
3398
|
+
[CasinoTableColumn.License]: "Лицензия",
|
|
3399
|
+
[CasinoTableColumn.Bonus]: "Бонус",
|
|
3400
|
+
[CasinoTableColumn.Info]: "Инфо",
|
|
3401
|
+
[CasinoTableColumn.Actions]: "Действия"
|
|
3402
|
+
},
|
|
3403
|
+
row: {
|
|
3404
|
+
logo: {
|
|
3405
|
+
bestChoiceBadge: "Лучший выбор"
|
|
3406
|
+
},
|
|
3407
|
+
actions: {
|
|
3408
|
+
getBonus: "Получить бонус",
|
|
3409
|
+
readReview: "Читать обзор"
|
|
3410
|
+
}
|
|
3411
|
+
}
|
|
3412
|
+
};
|
|
3413
|
+
const copyText = {
|
|
3414
|
+
title: "Скопировано в буфер обмена!"
|
|
3415
|
+
};
|
|
2836
3416
|
const gameDemo = {
|
|
2837
3417
|
warning: "Ваш браузер слишком устарел для отображения элемента iframe",
|
|
2838
3418
|
action: {
|
|
@@ -2841,6 +3421,10 @@ const gameDemo = {
|
|
|
2841
3421
|
activateFullscreen: "Включить полноэкранный режим",
|
|
2842
3422
|
deactivateFullscreen: "Выключить полноэкранный режим",
|
|
2843
3423
|
exit: "Выйти"
|
|
3424
|
+
},
|
|
3425
|
+
alert: {
|
|
3426
|
+
title: "Демо-версия игры в данный момент недоступна.",
|
|
3427
|
+
description: "Вы можете посетить рекомендованное нами онлайн-казино, чтобы играть на настоящие деньги."
|
|
2844
3428
|
}
|
|
2845
3429
|
};
|
|
2846
3430
|
const gameInfo = {
|
|
@@ -2927,6 +3511,10 @@ const bonusCard = {
|
|
|
2927
3511
|
collapse: "Скрыть"
|
|
2928
3512
|
}
|
|
2929
3513
|
};
|
|
3514
|
+
const informer = {
|
|
3515
|
+
[InformerType.Advice.toLowerCase()]: "Совет",
|
|
3516
|
+
[InformerType.Fact.toLowerCase()]: "Факт"
|
|
3517
|
+
};
|
|
2930
3518
|
const dictionary = {
|
|
2931
3519
|
pageNotFound,
|
|
2932
3520
|
pageContacts,
|
|
@@ -2934,24 +3522,32 @@ const dictionary = {
|
|
|
2934
3522
|
pageCookiePolicy,
|
|
2935
3523
|
pageTermsAndConditions,
|
|
2936
3524
|
footer,
|
|
3525
|
+
article,
|
|
3526
|
+
casinoInfo,
|
|
3527
|
+
casinoTable,
|
|
3528
|
+
copyText,
|
|
2937
3529
|
gameDemo,
|
|
2938
3530
|
gameInfo,
|
|
2939
3531
|
prosCons,
|
|
2940
3532
|
author,
|
|
2941
3533
|
contactForm,
|
|
2942
|
-
bonusCard
|
|
3534
|
+
bonusCard,
|
|
3535
|
+
informer
|
|
2943
3536
|
};
|
|
2944
3537
|
export {
|
|
3538
|
+
CasinoTableColumn as C,
|
|
2945
3539
|
GameVolatility as G,
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
3540
|
+
InformerType as I,
|
|
3541
|
+
CasinoCharacteristic as a,
|
|
3542
|
+
GameCharacteristic as b,
|
|
3543
|
+
dictionary$1 as c,
|
|
2949
3544
|
dictionary as d,
|
|
2950
|
-
dictionary$
|
|
2951
|
-
dictionary$
|
|
2952
|
-
dictionary$
|
|
2953
|
-
dictionary$
|
|
2954
|
-
dictionary$
|
|
2955
|
-
dictionary$
|
|
2956
|
-
dictionary$
|
|
3545
|
+
dictionary$2 as e,
|
|
3546
|
+
dictionary$3 as f,
|
|
3547
|
+
dictionary$4 as g,
|
|
3548
|
+
dictionary$5 as h,
|
|
3549
|
+
dictionary$6 as i,
|
|
3550
|
+
dictionary$8 as j,
|
|
3551
|
+
dictionary$7 as k,
|
|
3552
|
+
dictionary$9 as l
|
|
2957
3553
|
};
|