@anywayseo/tools 5.7.1 → 5.8.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/index.cjs +3 -3
- package/dist/components/index.mjs +3 -3
- package/dist/components/seo/index.d.ts +2 -1
- package/dist/components/seo/types.d.ts +4 -0
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/i18n/index.cjs +6 -5
- package/dist/i18n/index.mjs +6 -5
- package/dist/i18n/resources/es/index.d.ts +331 -0
- package/dist/{index-CNyyTj_C.js → index-BNkvrBOj.js} +1 -1
- package/dist/{index-RL_4tl8T.js → index-BSOCyFLF.js} +6 -5
- package/dist/{index-N0fjwTCB.mjs → index-Bigf9jEx.mjs} +6 -5
- package/dist/{index-CzAt2Bs2.js → index-BrpyfyHr.js} +3 -3
- package/dist/{index-CB0JfZMx.mjs → index-C1kr7Vd-.mjs} +1 -1
- package/dist/{index-ZivV_RbX.mjs → index-C3FKVt3V.mjs} +1 -1
- package/dist/{index-B-k9oWE7.js → index-CBRFCYhV.js} +474 -125
- package/dist/{index-D15SAjJc.js → index-CVv755RW.js} +1 -1
- package/dist/{index-BUz6iLeg.mjs → index-CodGh8Sq.mjs} +3 -3
- package/dist/{index-BFkFqBM7.js → index-DdLlwS4n.js} +2 -2
- package/dist/{index-CVN8I7r9.mjs → index-RzByAgHO.mjs} +474 -125
- package/dist/{index-s2a55HsU.mjs → index-cY5WnaQc.mjs} +2 -2
- package/dist/index.cjs +6 -6
- package/dist/index.mjs +6 -6
- package/dist/layout/header/locale-switcher/icons/argentina/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/bolivia/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/chile/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/columbia/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/costa-rica/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/dominican-republic/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/ecuador/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/guatemala/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/guinea/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/honduras/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/index.d.ts +19 -0
- package/dist/layout/header/locale-switcher/icons/mexico/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/nicaragua/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/panama/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/paraguay/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/peru/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/salvador/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/spain/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/uruguay/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/venezuela/index.d.ts +2 -0
- package/dist/layout/index.cjs +460 -3
- package/dist/layout/index.mjs +460 -3
- package/dist/providers/index.cjs +2 -2
- package/dist/providers/index.mjs +2 -2
- package/dist/types/i18n/index.d.ts +3 -2
- package/package.json +1 -1
|
@@ -55,7 +55,7 @@ var InformerType = /* @__PURE__ */ ((InformerType2) => {
|
|
|
55
55
|
InformerType2["Quote"] = "QUOTE";
|
|
56
56
|
return InformerType2;
|
|
57
57
|
})(InformerType || {});
|
|
58
|
-
const pageNotFound$
|
|
58
|
+
const pageNotFound$a = {
|
|
59
59
|
seo: {
|
|
60
60
|
title: "Страницата не е намерена | {{siteName}}"
|
|
61
61
|
},
|
|
@@ -63,11 +63,11 @@ const pageNotFound$9 = {
|
|
|
63
63
|
description: "Съжаляваме 😔, не успяхме да намерим това, което търсите.",
|
|
64
64
|
action: "Към началото"
|
|
65
65
|
};
|
|
66
|
-
const pageContacts$
|
|
66
|
+
const pageContacts$a = {
|
|
67
67
|
title: "Свържете се с нас",
|
|
68
68
|
text: "Имате въпроси? Споделете ги с нас, като попълните формата по-долу! Не се колебайте да се свържете чрез формата на нашия сайт за помощ при избор на игра или други запитвания."
|
|
69
69
|
};
|
|
70
|
-
const pagePrivacyPolicy$
|
|
70
|
+
const pagePrivacyPolicy$a = {
|
|
71
71
|
title: "Политика за поверителност",
|
|
72
72
|
text: "Моля, прочетете внимателно нашата Политика за поверителност преди да използвате нашия уебсайт.",
|
|
73
73
|
sectionOne: {
|
|
@@ -105,7 +105,7 @@ const pagePrivacyPolicy$9 = {
|
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
};
|
|
108
|
-
const pageCookiePolicy$
|
|
108
|
+
const pageCookiePolicy$a = {
|
|
109
109
|
title: "Политика за бисквитки",
|
|
110
110
|
text: "В {{siteName}} нашата цел е да осигурим безпроблемно и персонализирано изживяване според вашите предпочитания. Тази Политика за бисквитки описва прозрачния ни подход към използването им, с цел да подобрим взаимодействието ви с платформата и да изградим доверие. Продължавайки да използвате сайта ни, вие се съгласявате с употребата на бисквитки за оптимизация на вашето преживяване.",
|
|
111
111
|
sectionOne: {
|
|
@@ -134,7 +134,7 @@ const pageCookiePolicy$9 = {
|
|
|
134
134
|
text: "Разбирането на начина, по който използваме бисквитки, ви помага да се наслаждавате повече на {{siteName}}, като същевременно запазвате поверителността си."
|
|
135
135
|
}
|
|
136
136
|
};
|
|
137
|
-
const pageTermsAndConditions$
|
|
137
|
+
const pageTermsAndConditions$a = {
|
|
138
138
|
title: "Общи условия",
|
|
139
139
|
text: 'Добре дошли в страницата с "Общи условия" на {{siteName}}. Този документ описва основните правила за използването на сайта. Достъпвайки и използвайки {{siteName}}, вие се съгласявате с тези условия. Моля, прочетете ги внимателно за безопасно и удовлетворяващо преживяване.',
|
|
140
140
|
sectionOne: {
|
|
@@ -231,14 +231,14 @@ const pageTermsAndConditions$9 = {
|
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
233
|
};
|
|
234
|
-
const footer$
|
|
234
|
+
const footer$a = {
|
|
235
235
|
copyright: "© {{year}} {{siteName}}. Всички права запазени.",
|
|
236
236
|
disclaimer: {
|
|
237
237
|
title: "Играйте отговорно: ",
|
|
238
238
|
description: "{{siteName}} е независим ресурс, който не е свързан със сайтовете, които популяризира. Уверете се, че имате всички нужни разрешителни и че спазвате закона, преди да започнете да играете. Основната цел на {{siteName}} е да предоставя информативно и забавно съдържание. Ако търсите връзки към свързани ресурси, ще бъдете пренасочени към съответните платформи."
|
|
239
239
|
}
|
|
240
240
|
};
|
|
241
|
-
const article$
|
|
241
|
+
const article$a = {
|
|
242
242
|
meta: {
|
|
243
243
|
author: "Автор: ",
|
|
244
244
|
publicationDate: "Дата на публикуване: ",
|
|
@@ -251,7 +251,7 @@ const article$9 = {
|
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
};
|
|
254
|
-
const casinoInfo$
|
|
254
|
+
const casinoInfo$a = {
|
|
255
255
|
feature: {
|
|
256
256
|
[CasinoCharacteristic.Rtp]: "RTP",
|
|
257
257
|
[CasinoCharacteristic.GamesCount]: "Игри",
|
|
@@ -259,7 +259,7 @@ const casinoInfo$9 = {
|
|
|
259
259
|
[CasinoCharacteristic.PayoutSpeed]: "Скорост на изплащане"
|
|
260
260
|
}
|
|
261
261
|
};
|
|
262
|
-
const casinoTable$
|
|
262
|
+
const casinoTable$a = {
|
|
263
263
|
column: {
|
|
264
264
|
[CasinoTableColumn.ID]: "ID",
|
|
265
265
|
[CasinoTableColumn.Logo]: "Лого",
|
|
@@ -279,10 +279,10 @@ const casinoTable$9 = {
|
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
};
|
|
282
|
-
const copyText$
|
|
282
|
+
const copyText$a = {
|
|
283
283
|
title: "Копирано в клипборда!"
|
|
284
284
|
};
|
|
285
|
-
const gameDemo$
|
|
285
|
+
const gameDemo$a = {
|
|
286
286
|
warning: "Вашият браузър е твърде стар, за да показва iframe елемента",
|
|
287
287
|
action: {
|
|
288
288
|
playForReal: "Играй с истински пари",
|
|
@@ -296,7 +296,7 @@ const gameDemo$9 = {
|
|
|
296
296
|
description: "Можете да посетите нашия препоръчан казино сайт, за да играете с истински пари."
|
|
297
297
|
}
|
|
298
298
|
};
|
|
299
|
-
const gameInfo$
|
|
299
|
+
const gameInfo$a = {
|
|
300
300
|
title: "Информация за играта",
|
|
301
301
|
group: {
|
|
302
302
|
general: "Основни характеристики",
|
|
@@ -340,18 +340,18 @@ const gameInfo$9 = {
|
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
};
|
|
343
|
-
const prosCons$
|
|
343
|
+
const prosCons$a = {
|
|
344
344
|
advantages: "Предимства",
|
|
345
345
|
disadvantages: "Недостатъци"
|
|
346
346
|
};
|
|
347
|
-
const author$
|
|
347
|
+
const author$a = {
|
|
348
348
|
title: "Публикувано от",
|
|
349
349
|
action: {
|
|
350
350
|
expand: "Покажи още",
|
|
351
351
|
collapse: "Скрий"
|
|
352
352
|
}
|
|
353
353
|
};
|
|
354
|
-
const contactForm$
|
|
354
|
+
const contactForm$a = {
|
|
355
355
|
field: {
|
|
356
356
|
name: {
|
|
357
357
|
label: "Име",
|
|
@@ -374,36 +374,36 @@ const contactForm$9 = {
|
|
|
374
374
|
send: "Изпрати съобщение"
|
|
375
375
|
}
|
|
376
376
|
};
|
|
377
|
-
const bonusCard$
|
|
377
|
+
const bonusCard$a = {
|
|
378
378
|
action: {
|
|
379
379
|
expand: "Научи повече",
|
|
380
380
|
collapse: "Скрий"
|
|
381
381
|
}
|
|
382
382
|
};
|
|
383
|
-
const informer$
|
|
383
|
+
const informer$a = {
|
|
384
384
|
[InformerType.Advice.toLowerCase()]: "Съвет",
|
|
385
385
|
[InformerType.Fact.toLowerCase()]: "Факт"
|
|
386
386
|
};
|
|
387
|
-
const dictionary$
|
|
388
|
-
pageNotFound: pageNotFound$
|
|
389
|
-
pageContacts: pageContacts$
|
|
390
|
-
pagePrivacyPolicy: pagePrivacyPolicy$
|
|
391
|
-
pageCookiePolicy: pageCookiePolicy$
|
|
392
|
-
pageTermsAndConditions: pageTermsAndConditions$
|
|
393
|
-
footer: footer$
|
|
394
|
-
article: article$
|
|
395
|
-
casinoInfo: casinoInfo$
|
|
396
|
-
casinoTable: casinoTable$
|
|
397
|
-
copyText: copyText$
|
|
398
|
-
gameDemo: gameDemo$
|
|
399
|
-
gameInfo: gameInfo$
|
|
400
|
-
prosCons: prosCons$
|
|
401
|
-
author: author$
|
|
402
|
-
contactForm: contactForm$
|
|
403
|
-
bonusCard: bonusCard$
|
|
404
|
-
informer: informer$
|
|
387
|
+
const dictionary$a = {
|
|
388
|
+
pageNotFound: pageNotFound$a,
|
|
389
|
+
pageContacts: pageContacts$a,
|
|
390
|
+
pagePrivacyPolicy: pagePrivacyPolicy$a,
|
|
391
|
+
pageCookiePolicy: pageCookiePolicy$a,
|
|
392
|
+
pageTermsAndConditions: pageTermsAndConditions$a,
|
|
393
|
+
footer: footer$a,
|
|
394
|
+
article: article$a,
|
|
395
|
+
casinoInfo: casinoInfo$a,
|
|
396
|
+
casinoTable: casinoTable$a,
|
|
397
|
+
copyText: copyText$a,
|
|
398
|
+
gameDemo: gameDemo$a,
|
|
399
|
+
gameInfo: gameInfo$a,
|
|
400
|
+
prosCons: prosCons$a,
|
|
401
|
+
author: author$a,
|
|
402
|
+
contactForm: contactForm$a,
|
|
403
|
+
bonusCard: bonusCard$a,
|
|
404
|
+
informer: informer$a
|
|
405
405
|
};
|
|
406
|
-
const pageNotFound$
|
|
406
|
+
const pageNotFound$9 = {
|
|
407
407
|
seo: {
|
|
408
408
|
title: "Side ikke fundet | {{siteName}}"
|
|
409
409
|
},
|
|
@@ -411,11 +411,11 @@ const pageNotFound$8 = {
|
|
|
411
411
|
description: "Beklager 😔, vi kunne ikke finde det, du ledte efter.",
|
|
412
412
|
action: "Gå til forsiden"
|
|
413
413
|
};
|
|
414
|
-
const pageContacts$
|
|
414
|
+
const pageContacts$9 = {
|
|
415
415
|
title: "Kontakt os",
|
|
416
416
|
text: "Har du spørgsmål? Lad os vide det ved at udfylde formularen herunder! Du er velkommen til at kontakte os via formularen på vores hjemmeside, hvis du har brug for hjælp til spilvalg eller andre forespørgsler."
|
|
417
417
|
};
|
|
418
|
-
const pagePrivacyPolicy$
|
|
418
|
+
const pagePrivacyPolicy$9 = {
|
|
419
419
|
title: "Privatlivspolitik",
|
|
420
420
|
text: "Læs venligst vores privatlivspolitik grundigt, før du bruger vores hjemmeside.",
|
|
421
421
|
sectionOne: {
|
|
@@ -453,7 +453,7 @@ const pagePrivacyPolicy$8 = {
|
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
455
|
};
|
|
456
|
-
const pageCookiePolicy$
|
|
456
|
+
const pageCookiePolicy$9 = {
|
|
457
457
|
title: "Cookiepolitik",
|
|
458
458
|
text: "Hos {{siteName}} er vores mål at levere en problemfri og personlig spiloplevelse, der er skræddersyet til dine præferencer. Denne cookiepolitik beskriver vores gennemsigtige tilgang til brug af cookies, som er designet til at forbedre din interaktion med vores platform og opbygge din tillid. Ved at fortsætte med at bruge vores hjemmeside accepterer du vores brug af cookies for at optimere din oplevelse.",
|
|
459
459
|
sectionOne: {
|
|
@@ -482,7 +482,7 @@ const pageCookiePolicy$8 = {
|
|
|
482
482
|
text: "Ved at forstå, hvordan vi bruger cookies, kan du få en bedre oplevelse på {{siteName}}, samtidig med at dit privatliv respekteres."
|
|
483
483
|
}
|
|
484
484
|
};
|
|
485
|
-
const pageTermsAndConditions$
|
|
485
|
+
const pageTermsAndConditions$9 = {
|
|
486
486
|
title: "Vilkår og betingelser",
|
|
487
487
|
text: 'Velkommen til siden "Vilkår og betingelser" for {{siteName}}. Dette dokument beskriver de vigtigste regler og betingelser for din brug af vores hjemmeside. Ved at få adgang til og bruge {{siteName}} accepterer du at overholde disse vilkår. Læs dem venligst grundigt for at sikre en sikker og tilfredsstillende oplevelse.',
|
|
488
488
|
sectionOne: {
|
|
@@ -579,14 +579,14 @@ const pageTermsAndConditions$8 = {
|
|
|
579
579
|
}
|
|
580
580
|
}
|
|
581
581
|
};
|
|
582
|
-
const footer$
|
|
582
|
+
const footer$9 = {
|
|
583
583
|
copyright: "© {{year}} {{siteName}}. Alle rettigheder forbeholdes.",
|
|
584
584
|
disclaimer: {
|
|
585
585
|
title: "Spil ansvarligt: ",
|
|
586
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."
|
|
587
587
|
}
|
|
588
588
|
};
|
|
589
|
-
const article$
|
|
589
|
+
const article$9 = {
|
|
590
590
|
meta: {
|
|
591
591
|
author: "Forfatter: ",
|
|
592
592
|
publicationDate: "Udgivelsesdato: ",
|
|
@@ -599,7 +599,7 @@ const article$8 = {
|
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
601
|
};
|
|
602
|
-
const casinoInfo$
|
|
602
|
+
const casinoInfo$9 = {
|
|
603
603
|
feature: {
|
|
604
604
|
[CasinoCharacteristic.Rtp]: "RTP",
|
|
605
605
|
[CasinoCharacteristic.GamesCount]: "Spil",
|
|
@@ -607,7 +607,7 @@ const casinoInfo$8 = {
|
|
|
607
607
|
[CasinoCharacteristic.PayoutSpeed]: "Udbetalingshastighed"
|
|
608
608
|
}
|
|
609
609
|
};
|
|
610
|
-
const casinoTable$
|
|
610
|
+
const casinoTable$9 = {
|
|
611
611
|
column: {
|
|
612
612
|
[CasinoTableColumn.ID]: "ID",
|
|
613
613
|
[CasinoTableColumn.Logo]: "Logo",
|
|
@@ -627,10 +627,10 @@ const casinoTable$8 = {
|
|
|
627
627
|
}
|
|
628
628
|
}
|
|
629
629
|
};
|
|
630
|
-
const copyText$
|
|
630
|
+
const copyText$9 = {
|
|
631
631
|
title: "Kopieret til udklipsholderen!"
|
|
632
632
|
};
|
|
633
|
-
const gameDemo$
|
|
633
|
+
const gameDemo$9 = {
|
|
634
634
|
warning: "Din browser er for gammel til at vise iframe-elementet",
|
|
635
635
|
action: {
|
|
636
636
|
playForReal: "Spil for rigtige penge",
|
|
@@ -644,7 +644,7 @@ const gameDemo$8 = {
|
|
|
644
644
|
description: "Du kan i stedet besøge vores anbefalede casinoside for at spille med rigtige penge."
|
|
645
645
|
}
|
|
646
646
|
};
|
|
647
|
-
const gameInfo$
|
|
647
|
+
const gameInfo$9 = {
|
|
648
648
|
title: "Spilinfo",
|
|
649
649
|
group: {
|
|
650
650
|
general: "Generelle karakteristika",
|
|
@@ -688,18 +688,18 @@ const gameInfo$8 = {
|
|
|
688
688
|
}
|
|
689
689
|
}
|
|
690
690
|
};
|
|
691
|
-
const prosCons$
|
|
691
|
+
const prosCons$9 = {
|
|
692
692
|
advantages: "Fordele",
|
|
693
693
|
disadvantages: "Ulemper"
|
|
694
694
|
};
|
|
695
|
-
const author$
|
|
695
|
+
const author$9 = {
|
|
696
696
|
title: "Udgivet af",
|
|
697
697
|
action: {
|
|
698
698
|
expand: "Vis mere",
|
|
699
699
|
collapse: "Skjul"
|
|
700
700
|
}
|
|
701
701
|
};
|
|
702
|
-
const contactForm$
|
|
702
|
+
const contactForm$9 = {
|
|
703
703
|
field: {
|
|
704
704
|
name: {
|
|
705
705
|
label: "Navn",
|
|
@@ -722,36 +722,36 @@ const contactForm$8 = {
|
|
|
722
722
|
send: "Send besked"
|
|
723
723
|
}
|
|
724
724
|
};
|
|
725
|
-
const bonusCard$
|
|
725
|
+
const bonusCard$9 = {
|
|
726
726
|
action: {
|
|
727
727
|
expand: "Læs mere",
|
|
728
728
|
collapse: "Skjul"
|
|
729
729
|
}
|
|
730
730
|
};
|
|
731
|
-
const informer$
|
|
731
|
+
const informer$9 = {
|
|
732
732
|
[InformerType.Advice.toLowerCase()]: "Råd",
|
|
733
733
|
[InformerType.Fact.toLowerCase()]: "Fakta"
|
|
734
734
|
};
|
|
735
|
-
const dictionary$
|
|
736
|
-
pageNotFound: pageNotFound$
|
|
737
|
-
pageContacts: pageContacts$
|
|
738
|
-
pagePrivacyPolicy: pagePrivacyPolicy$
|
|
739
|
-
pageCookiePolicy: pageCookiePolicy$
|
|
740
|
-
pageTermsAndConditions: pageTermsAndConditions$
|
|
741
|
-
footer: footer$
|
|
742
|
-
article: article$
|
|
743
|
-
casinoInfo: casinoInfo$
|
|
744
|
-
casinoTable: casinoTable$
|
|
745
|
-
copyText: copyText$
|
|
746
|
-
gameDemo: gameDemo$
|
|
747
|
-
gameInfo: gameInfo$
|
|
748
|
-
prosCons: prosCons$
|
|
749
|
-
author: author$
|
|
750
|
-
contactForm: contactForm$
|
|
751
|
-
bonusCard: bonusCard$
|
|
752
|
-
informer: informer$
|
|
735
|
+
const dictionary$9 = {
|
|
736
|
+
pageNotFound: pageNotFound$9,
|
|
737
|
+
pageContacts: pageContacts$9,
|
|
738
|
+
pagePrivacyPolicy: pagePrivacyPolicy$9,
|
|
739
|
+
pageCookiePolicy: pageCookiePolicy$9,
|
|
740
|
+
pageTermsAndConditions: pageTermsAndConditions$9,
|
|
741
|
+
footer: footer$9,
|
|
742
|
+
article: article$9,
|
|
743
|
+
casinoInfo: casinoInfo$9,
|
|
744
|
+
casinoTable: casinoTable$9,
|
|
745
|
+
copyText: copyText$9,
|
|
746
|
+
gameDemo: gameDemo$9,
|
|
747
|
+
gameInfo: gameInfo$9,
|
|
748
|
+
prosCons: prosCons$9,
|
|
749
|
+
author: author$9,
|
|
750
|
+
contactForm: contactForm$9,
|
|
751
|
+
bonusCard: bonusCard$9,
|
|
752
|
+
informer: informer$9
|
|
753
753
|
};
|
|
754
|
-
const pageNotFound$
|
|
754
|
+
const pageNotFound$8 = {
|
|
755
755
|
seo: {
|
|
756
756
|
title: "Seite nicht gefunden | {{siteName}}"
|
|
757
757
|
},
|
|
@@ -759,11 +759,11 @@ const pageNotFound$7 = {
|
|
|
759
759
|
description: "Entschuldigung 😔, wir konnten nicht finden, wonach Sie gesucht haben.",
|
|
760
760
|
action: "Zur Startseite"
|
|
761
761
|
};
|
|
762
|
-
const pageContacts$
|
|
762
|
+
const pageContacts$8 = {
|
|
763
763
|
title: "Kontakt",
|
|
764
764
|
text: "Haben Sie Fragen? Lassen Sie es uns wissen, indem Sie das untenstehende Formular ausfüllen! Sie können uns gerne über das Formular auf unserer Website kontaktieren, wenn Sie Hilfe bei der Spielauswahl oder andere Anfragen haben."
|
|
765
765
|
};
|
|
766
|
-
const pagePrivacyPolicy$
|
|
766
|
+
const pagePrivacyPolicy$8 = {
|
|
767
767
|
title: "Datenschutzerklärung",
|
|
768
768
|
text: "Bitte lesen Sie unsere Datenschutzerklärung sorgfältig durch, bevor Sie unsere Website nutzen.",
|
|
769
769
|
sectionOne: {
|
|
@@ -801,7 +801,7 @@ const pagePrivacyPolicy$7 = {
|
|
|
801
801
|
}
|
|
802
802
|
}
|
|
803
803
|
};
|
|
804
|
-
const pageCookiePolicy$
|
|
804
|
+
const pageCookiePolicy$8 = {
|
|
805
805
|
title: "Cookie-Richtlinie",
|
|
806
806
|
text: "Bei {{siteName}} ist es unser Ziel, Ihnen ein nahtloses und personalisiertes Spielerlebnis zu bieten, das auf Ihre Vorlieben zugeschnitten ist. Diese Cookie-Richtlinie beschreibt unseren transparenten Ansatz zur Verwendung von Cookies, um Ihre Interaktionen mit unserer Plattform zu verbessern und Ihr Vertrauen zu stärken. Durch die weitere Nutzung unserer Website stimmen Sie der Verwendung von Cookies zu, um Ihr Erlebnis zu optimieren.",
|
|
807
807
|
sectionOne: {
|
|
@@ -830,7 +830,7 @@ const pageCookiePolicy$7 = {
|
|
|
830
830
|
text: "Wenn Sie verstehen, wie wir Cookies verwenden, können Sie Ihre Zeit auf {{siteName}} besser genießen und gleichzeitig sicher sein, dass Ihre Privatsphäre respektiert wird."
|
|
831
831
|
}
|
|
832
832
|
};
|
|
833
|
-
const pageTermsAndConditions$
|
|
833
|
+
const pageTermsAndConditions$8 = {
|
|
834
834
|
title: "Allgemeine Geschäftsbedingungen",
|
|
835
835
|
text: 'Willkommen auf der Seite "Allgemeine Geschäftsbedingungen" von {{siteName}}. Dieses Dokument beschreibt die wichtigsten Regeln und Bedingungen für die Nutzung unserer Website. Durch den Zugriff auf und die Nutzung von {{siteName}} erklären Sie sich mit diesen Bedingungen einverstanden. Bitte lesen Sie sie sorgfältig durch, um eine sichere und zufriedenstellende Nutzung zu gewährleisten.',
|
|
836
836
|
sectionOne: {
|
|
@@ -927,14 +927,14 @@ const pageTermsAndConditions$7 = {
|
|
|
927
927
|
}
|
|
928
928
|
}
|
|
929
929
|
};
|
|
930
|
-
const footer$
|
|
930
|
+
const footer$8 = {
|
|
931
931
|
copyright: "© {{year}} {{siteName}}. Alle Rechte vorbehalten.",
|
|
932
932
|
disclaimer: {
|
|
933
933
|
title: "Spielen Sie verantwortungsbewusst: ",
|
|
934
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."
|
|
935
935
|
}
|
|
936
936
|
};
|
|
937
|
-
const article$
|
|
937
|
+
const article$8 = {
|
|
938
938
|
meta: {
|
|
939
939
|
author: "Autor: ",
|
|
940
940
|
publicationDate: "Veröffentlichungsdatum: ",
|
|
@@ -947,7 +947,7 @@ const article$7 = {
|
|
|
947
947
|
}
|
|
948
948
|
}
|
|
949
949
|
};
|
|
950
|
-
const casinoInfo$
|
|
950
|
+
const casinoInfo$8 = {
|
|
951
951
|
feature: {
|
|
952
952
|
[CasinoCharacteristic.Rtp]: "RTP",
|
|
953
953
|
[CasinoCharacteristic.GamesCount]: "Spiele",
|
|
@@ -955,7 +955,7 @@ const casinoInfo$7 = {
|
|
|
955
955
|
[CasinoCharacteristic.PayoutSpeed]: "Auszahlungsgeschwindigkeit"
|
|
956
956
|
}
|
|
957
957
|
};
|
|
958
|
-
const casinoTable$
|
|
958
|
+
const casinoTable$8 = {
|
|
959
959
|
column: {
|
|
960
960
|
[CasinoTableColumn.ID]: "ID",
|
|
961
961
|
[CasinoTableColumn.Logo]: "Logo",
|
|
@@ -975,10 +975,10 @@ const casinoTable$7 = {
|
|
|
975
975
|
}
|
|
976
976
|
}
|
|
977
977
|
};
|
|
978
|
-
const copyText$
|
|
978
|
+
const copyText$8 = {
|
|
979
979
|
title: "In die Zwischenablage kopiert!"
|
|
980
980
|
};
|
|
981
|
-
const gameDemo$
|
|
981
|
+
const gameDemo$8 = {
|
|
982
982
|
warning: "Ihr Browser ist zu alt, um das iframe-Element anzuzeigen.",
|
|
983
983
|
action: {
|
|
984
984
|
playForReal: "Spiele Mit Echtgeld",
|
|
@@ -992,7 +992,7 @@ const gameDemo$7 = {
|
|
|
992
992
|
description: "Sie können stattdessen unsere empfohlene Casino-Seite besuchen, um mit echtem Geld zu spielen."
|
|
993
993
|
}
|
|
994
994
|
};
|
|
995
|
-
const gameInfo$
|
|
995
|
+
const gameInfo$8 = {
|
|
996
996
|
title: "Spielinfo",
|
|
997
997
|
group: {
|
|
998
998
|
general: "Allgemeine Eigenschaften",
|
|
@@ -1036,18 +1036,18 @@ const gameInfo$7 = {
|
|
|
1036
1036
|
}
|
|
1037
1037
|
}
|
|
1038
1038
|
};
|
|
1039
|
-
const prosCons$
|
|
1039
|
+
const prosCons$8 = {
|
|
1040
1040
|
advantages: "Vorteile",
|
|
1041
1041
|
disadvantages: "Nachteile"
|
|
1042
1042
|
};
|
|
1043
|
-
const author$
|
|
1043
|
+
const author$8 = {
|
|
1044
1044
|
title: "Veröffentlicht von",
|
|
1045
1045
|
action: {
|
|
1046
1046
|
expand: "Mehr anzeigen",
|
|
1047
1047
|
collapse: "Ausblenden"
|
|
1048
1048
|
}
|
|
1049
1049
|
};
|
|
1050
|
-
const contactForm$
|
|
1050
|
+
const contactForm$8 = {
|
|
1051
1051
|
field: {
|
|
1052
1052
|
name: {
|
|
1053
1053
|
label: "Name",
|
|
@@ -1070,36 +1070,36 @@ const contactForm$7 = {
|
|
|
1070
1070
|
send: "Nachricht senden"
|
|
1071
1071
|
}
|
|
1072
1072
|
};
|
|
1073
|
-
const bonusCard$
|
|
1073
|
+
const bonusCard$8 = {
|
|
1074
1074
|
action: {
|
|
1075
1075
|
expand: "Mehr erfahren",
|
|
1076
1076
|
collapse: "Ausblenden"
|
|
1077
1077
|
}
|
|
1078
1078
|
};
|
|
1079
|
-
const informer$
|
|
1079
|
+
const informer$8 = {
|
|
1080
1080
|
[InformerType.Advice.toLowerCase()]: "Ratschlag",
|
|
1081
1081
|
[InformerType.Fact.toLowerCase()]: "Fakt"
|
|
1082
1082
|
};
|
|
1083
|
-
const dictionary$
|
|
1084
|
-
pageNotFound: pageNotFound$
|
|
1085
|
-
pageContacts: pageContacts$
|
|
1086
|
-
pagePrivacyPolicy: pagePrivacyPolicy$
|
|
1087
|
-
pageCookiePolicy: pageCookiePolicy$
|
|
1088
|
-
pageTermsAndConditions: pageTermsAndConditions$
|
|
1089
|
-
footer: footer$
|
|
1090
|
-
article: article$
|
|
1091
|
-
casinoInfo: casinoInfo$
|
|
1092
|
-
casinoTable: casinoTable$
|
|
1093
|
-
copyText: copyText$
|
|
1094
|
-
gameDemo: gameDemo$
|
|
1095
|
-
gameInfo: gameInfo$
|
|
1096
|
-
prosCons: prosCons$
|
|
1097
|
-
author: author$
|
|
1098
|
-
contactForm: contactForm$
|
|
1099
|
-
bonusCard: bonusCard$
|
|
1100
|
-
informer: informer$
|
|
1083
|
+
const dictionary$8 = {
|
|
1084
|
+
pageNotFound: pageNotFound$8,
|
|
1085
|
+
pageContacts: pageContacts$8,
|
|
1086
|
+
pagePrivacyPolicy: pagePrivacyPolicy$8,
|
|
1087
|
+
pageCookiePolicy: pageCookiePolicy$8,
|
|
1088
|
+
pageTermsAndConditions: pageTermsAndConditions$8,
|
|
1089
|
+
footer: footer$8,
|
|
1090
|
+
article: article$8,
|
|
1091
|
+
casinoInfo: casinoInfo$8,
|
|
1092
|
+
casinoTable: casinoTable$8,
|
|
1093
|
+
copyText: copyText$8,
|
|
1094
|
+
gameDemo: gameDemo$8,
|
|
1095
|
+
gameInfo: gameInfo$8,
|
|
1096
|
+
prosCons: prosCons$8,
|
|
1097
|
+
author: author$8,
|
|
1098
|
+
contactForm: contactForm$8,
|
|
1099
|
+
bonusCard: bonusCard$8,
|
|
1100
|
+
informer: informer$8
|
|
1101
1101
|
};
|
|
1102
|
-
const pageNotFound$
|
|
1102
|
+
const pageNotFound$7 = {
|
|
1103
1103
|
seo: {
|
|
1104
1104
|
title: "Page not found | {{siteName}}"
|
|
1105
1105
|
},
|
|
@@ -1107,11 +1107,11 @@ const pageNotFound$6 = {
|
|
|
1107
1107
|
description: "Sorry 😔, we couldn’t find what you were looking for.",
|
|
1108
1108
|
action: "Go Home"
|
|
1109
1109
|
};
|
|
1110
|
-
const pageContacts$
|
|
1110
|
+
const pageContacts$7 = {
|
|
1111
1111
|
title: "Contact Us",
|
|
1112
1112
|
text: "Have any questions? Let us know by filling out the form below! Feel free to contact us through the form on our website for help with game selection or any other inquiries."
|
|
1113
1113
|
};
|
|
1114
|
-
const pagePrivacyPolicy$
|
|
1114
|
+
const pagePrivacyPolicy$7 = {
|
|
1115
1115
|
title: "Privacy Policy",
|
|
1116
1116
|
text: "Please read our Privacy Policy carefully before using our website.",
|
|
1117
1117
|
sectionOne: {
|
|
@@ -1149,7 +1149,7 @@ const pagePrivacyPolicy$6 = {
|
|
|
1149
1149
|
}
|
|
1150
1150
|
}
|
|
1151
1151
|
};
|
|
1152
|
-
const pageCookiePolicy$
|
|
1152
|
+
const pageCookiePolicy$7 = {
|
|
1153
1153
|
title: "Cookie Policy",
|
|
1154
1154
|
text: "At {{siteName}}, our goal is to deliver a seamless and personalized gaming experience tailored to your preferences. This Cookie Policy outlines our transparent approach to cookie usage, designed to enhance your interactions with our platform and build your trust. By continuing to use our website, you consent to our use of cookies to optimize your experience.",
|
|
1155
1155
|
sectionOne: {
|
|
@@ -1178,7 +1178,7 @@ const pageCookiePolicy$6 = {
|
|
|
1178
1178
|
text: "By understanding how we use cookies, you can better enjoy your time on {{siteName}} while knowing your privacy is respected."
|
|
1179
1179
|
}
|
|
1180
1180
|
};
|
|
1181
|
-
const pageTermsAndConditions$
|
|
1181
|
+
const pageTermsAndConditions$7 = {
|
|
1182
1182
|
title: "Terms and Conditions",
|
|
1183
1183
|
text: 'Welcome to the "Terms and Conditions" page of {{siteName}}. This document outlines the key rules and conditions governing your use of our website. By accessing and using {{siteName}}, you agree to comply with these terms. Please read them carefully to ensure a secure and satisfactory experience.',
|
|
1184
1184
|
sectionOne: {
|
|
@@ -1275,14 +1275,14 @@ const pageTermsAndConditions$6 = {
|
|
|
1275
1275
|
}
|
|
1276
1276
|
}
|
|
1277
1277
|
};
|
|
1278
|
-
const footer$
|
|
1278
|
+
const footer$7 = {
|
|
1279
1279
|
copyright: "© {{year}} {{siteName}}. All rights reserved.",
|
|
1280
1280
|
disclaimer: {
|
|
1281
1281
|
title: "Play responsibly: ",
|
|
1282
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."
|
|
1283
1283
|
}
|
|
1284
1284
|
};
|
|
1285
|
-
const article$
|
|
1285
|
+
const article$7 = {
|
|
1286
1286
|
meta: {
|
|
1287
1287
|
author: "Author: ",
|
|
1288
1288
|
publicationDate: "Publication date: ",
|
|
@@ -1295,7 +1295,7 @@ const article$6 = {
|
|
|
1295
1295
|
}
|
|
1296
1296
|
}
|
|
1297
1297
|
};
|
|
1298
|
-
const casinoInfo$
|
|
1298
|
+
const casinoInfo$7 = {
|
|
1299
1299
|
feature: {
|
|
1300
1300
|
[CasinoCharacteristic.Rtp]: "RTP",
|
|
1301
1301
|
[CasinoCharacteristic.GamesCount]: "Games",
|
|
@@ -1303,7 +1303,7 @@ const casinoInfo$6 = {
|
|
|
1303
1303
|
[CasinoCharacteristic.PayoutSpeed]: "Payout Speed"
|
|
1304
1304
|
}
|
|
1305
1305
|
};
|
|
1306
|
-
const casinoTable$
|
|
1306
|
+
const casinoTable$7 = {
|
|
1307
1307
|
column: {
|
|
1308
1308
|
[CasinoTableColumn.ID]: "ID",
|
|
1309
1309
|
[CasinoTableColumn.Logo]: "Logo",
|
|
@@ -1323,10 +1323,10 @@ const casinoTable$6 = {
|
|
|
1323
1323
|
}
|
|
1324
1324
|
}
|
|
1325
1325
|
};
|
|
1326
|
-
const copyText$
|
|
1326
|
+
const copyText$7 = {
|
|
1327
1327
|
title: "Copied to clipboard!"
|
|
1328
1328
|
};
|
|
1329
|
-
const gameDemo$
|
|
1329
|
+
const gameDemo$7 = {
|
|
1330
1330
|
warning: "Your browser is too old to display the iframe element",
|
|
1331
1331
|
action: {
|
|
1332
1332
|
playForReal: "Play for Real",
|
|
@@ -1340,7 +1340,7 @@ const gameDemo$6 = {
|
|
|
1340
1340
|
description: "You can visit our recommended casino site to play for real money instead."
|
|
1341
1341
|
}
|
|
1342
1342
|
};
|
|
1343
|
-
const gameInfo$
|
|
1343
|
+
const gameInfo$7 = {
|
|
1344
1344
|
title: "Game Info",
|
|
1345
1345
|
group: {
|
|
1346
1346
|
general: "General Characteristics",
|
|
@@ -1384,18 +1384,18 @@ const gameInfo$6 = {
|
|
|
1384
1384
|
}
|
|
1385
1385
|
}
|
|
1386
1386
|
};
|
|
1387
|
-
const prosCons$
|
|
1387
|
+
const prosCons$7 = {
|
|
1388
1388
|
advantages: "Advantages",
|
|
1389
1389
|
disadvantages: "Disadvantages"
|
|
1390
1390
|
};
|
|
1391
|
-
const author$
|
|
1391
|
+
const author$7 = {
|
|
1392
1392
|
title: "Published by",
|
|
1393
1393
|
action: {
|
|
1394
1394
|
expand: "Show more",
|
|
1395
1395
|
collapse: "Hide"
|
|
1396
1396
|
}
|
|
1397
1397
|
};
|
|
1398
|
-
const contactForm$
|
|
1398
|
+
const contactForm$7 = {
|
|
1399
1399
|
field: {
|
|
1400
1400
|
name: {
|
|
1401
1401
|
label: "Name",
|
|
@@ -1418,16 +1418,364 @@ const contactForm$6 = {
|
|
|
1418
1418
|
send: "Send Message"
|
|
1419
1419
|
}
|
|
1420
1420
|
};
|
|
1421
|
-
const bonusCard$
|
|
1421
|
+
const bonusCard$7 = {
|
|
1422
1422
|
action: {
|
|
1423
1423
|
expand: "Learn more",
|
|
1424
1424
|
collapse: "Hide"
|
|
1425
1425
|
}
|
|
1426
1426
|
};
|
|
1427
|
-
const informer$
|
|
1427
|
+
const informer$7 = {
|
|
1428
1428
|
[InformerType.Advice.toLowerCase()]: "Advice",
|
|
1429
1429
|
[InformerType.Fact.toLowerCase()]: "Fact"
|
|
1430
1430
|
};
|
|
1431
|
+
const dictionary$7 = {
|
|
1432
|
+
pageNotFound: pageNotFound$7,
|
|
1433
|
+
pageContacts: pageContacts$7,
|
|
1434
|
+
pagePrivacyPolicy: pagePrivacyPolicy$7,
|
|
1435
|
+
pageCookiePolicy: pageCookiePolicy$7,
|
|
1436
|
+
pageTermsAndConditions: pageTermsAndConditions$7,
|
|
1437
|
+
footer: footer$7,
|
|
1438
|
+
article: article$7,
|
|
1439
|
+
casinoInfo: casinoInfo$7,
|
|
1440
|
+
casinoTable: casinoTable$7,
|
|
1441
|
+
copyText: copyText$7,
|
|
1442
|
+
gameDemo: gameDemo$7,
|
|
1443
|
+
gameInfo: gameInfo$7,
|
|
1444
|
+
prosCons: prosCons$7,
|
|
1445
|
+
author: author$7,
|
|
1446
|
+
contactForm: contactForm$7,
|
|
1447
|
+
bonusCard: bonusCard$7,
|
|
1448
|
+
informer: informer$7
|
|
1449
|
+
};
|
|
1450
|
+
const pageNotFound$6 = {
|
|
1451
|
+
seo: {
|
|
1452
|
+
title: "Página no encontrada | {{siteName}}"
|
|
1453
|
+
},
|
|
1454
|
+
title: "404 — Página no encontrada",
|
|
1455
|
+
description: "Lo sentimos 😔, no pudimos encontrar lo que estabas buscando.",
|
|
1456
|
+
action: "Ir al inicio"
|
|
1457
|
+
};
|
|
1458
|
+
const pageContacts$6 = {
|
|
1459
|
+
title: "Contáctanos",
|
|
1460
|
+
text: "¿Tienes alguna pregunta? ¡Haznos saber llenando el formulario a continuación! No dudes en contactarnos a través del formulario en nuestro sitio web para obtener ayuda con la selección de juegos u otras consultas."
|
|
1461
|
+
};
|
|
1462
|
+
const pagePrivacyPolicy$6 = {
|
|
1463
|
+
title: "Política de Privacidad",
|
|
1464
|
+
text: "Por favor, lee nuestra Política de Privacidad cuidadosamente antes de usar nuestro sitio web.",
|
|
1465
|
+
sectionOne: {
|
|
1466
|
+
title: "Política de Privacidad de {{siteName}}",
|
|
1467
|
+
text: "En {{siteName}}, valoramos tu privacidad e implementamos las medidas necesarias para proteger los datos personales recopilados a través de nuestra plataforma. Solo solicitamos tu información cuando es esencial para brindar los servicios que has solicitado, siempre con tu consentimiento explícito y una explicación clara de su uso previsto. Aunque tomamos todas las precauciones para proteger tus datos, la transmisión de información en línea conlleva riesgos inherentes. A pesar de nuestras medidas de seguridad, no se puede garantizar una protección absoluta contra violaciones de datos. Compartir tu información con nosotros queda a tu discreción."
|
|
1468
|
+
},
|
|
1469
|
+
sectionTwo: {
|
|
1470
|
+
title: "Recopilación de información",
|
|
1471
|
+
textOne: "Recopilamos únicamente los datos personales necesarios para cumplir con tus solicitudes, como el registro de cuentas o suscripciones al boletín. Específicamente, podemos solicitar:",
|
|
1472
|
+
list: {
|
|
1473
|
+
itemOne: "Tu nombre completo",
|
|
1474
|
+
itemTwo: "Tu dirección de correo electrónico"
|
|
1475
|
+
},
|
|
1476
|
+
textTwo: "La recopilación de datos está estrictamente limitada a los casos en los que otorgues tu consentimiento explícito al completar el formulario correspondiente."
|
|
1477
|
+
},
|
|
1478
|
+
sectionThree: {
|
|
1479
|
+
title: "Almacenamiento y protección de datos",
|
|
1480
|
+
text: "Tus datos personales se almacenan solo el tiempo necesario para brindar los servicios solicitados. Utilizamos medidas de seguridad comercialmente razonables para proteger tu información contra pérdida, robo o acceso no autorizado. Garantizamos que tu información personal no será divulgada públicamente ni compartida con terceros, a menos que sea requerido legalmente."
|
|
1481
|
+
},
|
|
1482
|
+
sectionFour: {
|
|
1483
|
+
title: "Actualizaciones",
|
|
1484
|
+
text: "Cualquier cambio en nuestra Política de Privacidad entrará en vigor inmediatamente después de publicarse en esta página. Recomendamos revisar esta sección regularmente para mantenerte informado sobre las actualizaciones."
|
|
1485
|
+
},
|
|
1486
|
+
sectionFive: {
|
|
1487
|
+
title: "Descargo de responsabilidad",
|
|
1488
|
+
text: "{{siteName}} puede incluir enlaces a sitios web o recursos de terceros. No somos responsables de su contenido ni de cómo manejan tus datos, ya que operan bajo sus propias políticas de privacidad."
|
|
1489
|
+
},
|
|
1490
|
+
sectionSix: {
|
|
1491
|
+
title: "Canal de contacto",
|
|
1492
|
+
text: "Si tienes alguna pregunta sobre nuestra Política de Privacidad o cómo manejamos tus datos personales, no dudes en contactarnos utilizando el formulario de comunicación disponible en {{siteName}}.",
|
|
1493
|
+
textWithLink: {
|
|
1494
|
+
contentStart: "Si tienes alguna pregunta sobre nuestra Política de Privacidad o cómo manejamos tus datos personales, no dudes en ",
|
|
1495
|
+
link: "contactarnos",
|
|
1496
|
+
contentEnd: " utilizando el formulario de comunicación disponible en {{siteName}}."
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
};
|
|
1500
|
+
const pageCookiePolicy$6 = {
|
|
1501
|
+
title: "Política de Cookies",
|
|
1502
|
+
text: "En {{siteName}}, nuestro objetivo es ofrecer una experiencia de juego fluida y personalizada adaptada a tus preferencias. Esta Política de Cookies describe nuestro enfoque transparente en el uso de cookies, diseñado para mejorar tus interacciones con nuestra plataforma y generar confianza. Al continuar utilizando nuestro sitio web, aceptas el uso de cookies para optimizar tu experiencia.",
|
|
1503
|
+
sectionOne: {
|
|
1504
|
+
title: "¿Qué son las cookies?",
|
|
1505
|
+
textOne: "Las cookies son pequeños archivos de texto almacenados en tu dispositivo cuando visitas {{siteName}}. Nos ayudan a recordar tus preferencias, rastrear visitas a páginas y mejorar la funcionalidad en general. Con las cookies, podemos personalizar tu experiencia, simplificar la navegación y garantizar una transferencia fluida de datos entre secciones del sitio.",
|
|
1506
|
+
textTwo: "Si tienes alguna pregunta sobre nuestro uso de cookies o cualquier otro tema, ¡no dudes en contactarnos a través del formulario disponible en nuestro sitio web!"
|
|
1507
|
+
},
|
|
1508
|
+
sectionTwo: {
|
|
1509
|
+
title: "¿Cómo usamos las cookies?",
|
|
1510
|
+
textOne: "Solo utilizamos cookies con tu consentimiento, el cual otorgas durante tu primera visita a {{siteName}}. Estas cookies nos ayudan a:",
|
|
1511
|
+
list: {
|
|
1512
|
+
itemOne: "Personalizar tu interfaz adaptando idioma, configuración del dispositivo y otras preferencias.",
|
|
1513
|
+
itemTwo: "Mostrar contenido relevante, incluidas ofertas promocionales.",
|
|
1514
|
+
itemThree: "Recopilar estadísticas anónimas para mejorar el rendimiento del sitio web."
|
|
1515
|
+
},
|
|
1516
|
+
textTwo: "Puedes gestionar, bloquear o eliminar cookies en cualquier momento a través de la configuración de tu navegador. Ten en cuenta que deshabilitar las cookies puede limitar ciertas funciones y afectar tu experiencia."
|
|
1517
|
+
},
|
|
1518
|
+
sectionThree: {
|
|
1519
|
+
title: "Usamos cookies para:",
|
|
1520
|
+
list: {
|
|
1521
|
+
itemOne: "Mejorar la navegación y simplificar tus interacciones con el sitio.",
|
|
1522
|
+
itemTwo: "Ofrecer contenido y anuncios personalizados según tus preferencias.",
|
|
1523
|
+
itemThree: "Recopilar datos analíticos, como la actividad de los usuarios, para mejorar el rendimiento del sitio.",
|
|
1524
|
+
itemFour: "Colaborar con socios para ofrecer promociones alineadas con tus intereses."
|
|
1525
|
+
},
|
|
1526
|
+
text: "Al comprender cómo usamos las cookies, puedes disfrutar mejor de tu tiempo en {{siteName}} sabiendo que tu privacidad es respetada."
|
|
1527
|
+
}
|
|
1528
|
+
};
|
|
1529
|
+
const pageTermsAndConditions$6 = {
|
|
1530
|
+
title: "Términos y Condiciones",
|
|
1531
|
+
text: 'Bienvenido a la página de "Términos y Condiciones" de {{siteName}}. Este documento describe las reglas y condiciones principales que rigen el uso de nuestro sitio web. Al acceder y usar {{siteName}}, aceptas cumplir con estos términos. Por favor, léelos cuidadosamente para garantizar una experiencia segura y satisfactoria.',
|
|
1532
|
+
sectionOne: {
|
|
1533
|
+
title: "Definiciones",
|
|
1534
|
+
text: "Esta sección explica los términos clave utilizados en el documento:",
|
|
1535
|
+
list: {
|
|
1536
|
+
itemOne: {
|
|
1537
|
+
title: "Sitio web",
|
|
1538
|
+
description: "Se refiere a {{siteName}} y sus versiones localizadas en varios idiomas."
|
|
1539
|
+
},
|
|
1540
|
+
itemTwo: {
|
|
1541
|
+
title: "Usuario",
|
|
1542
|
+
description: "Cualquier persona o entidad que visite o use {{siteName}}."
|
|
1543
|
+
},
|
|
1544
|
+
itemThree: {
|
|
1545
|
+
title: "Datos",
|
|
1546
|
+
description: "Información proporcionada por los usuarios durante su interacción con el sitio web."
|
|
1547
|
+
},
|
|
1548
|
+
itemFour: {
|
|
1549
|
+
title: "Cookies",
|
|
1550
|
+
description: "Pequeños archivos de texto almacenados en los dispositivos de los usuarios para mejorar la funcionalidad y la experiencia."
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1554
|
+
sectionTwo: {
|
|
1555
|
+
title: "Disposiciones Generales",
|
|
1556
|
+
list: {
|
|
1557
|
+
itemOne: {
|
|
1558
|
+
title: "Propósito del sitio",
|
|
1559
|
+
description: "{{siteName}} proporciona información y recursos para usuarios interesados en juegos en línea, incluyendo orientación y reseñas."
|
|
1560
|
+
},
|
|
1561
|
+
itemTwo: {
|
|
1562
|
+
title: "Carácter informativo",
|
|
1563
|
+
description: "Todo el contenido del sitio es solo para fines informativos y no debe considerarse asesoría legal o financiera."
|
|
1564
|
+
},
|
|
1565
|
+
itemThree: {
|
|
1566
|
+
title: "Exactitud de los datos",
|
|
1567
|
+
description: "Aunque nos esforzamos por proporcionar información precisa y actualizada, no podemos garantizar su total exactitud."
|
|
1568
|
+
},
|
|
1569
|
+
itemFour: {
|
|
1570
|
+
title: "Enlaces de terceros",
|
|
1571
|
+
description: "{{siteName}} puede incluir enlaces a recursos externos, pero no somos responsables del contenido ni de las prácticas de los sitios web de terceros."
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
},
|
|
1575
|
+
sectionThree: {
|
|
1576
|
+
title: "Consentimiento del usuario",
|
|
1577
|
+
text: "Al usar {{siteName}}, confirmas tu acuerdo con estos Términos y Condiciones y nuestra Política de Privacidad."
|
|
1578
|
+
},
|
|
1579
|
+
sectionFour: {
|
|
1580
|
+
title: "Contenido generado por usuarios",
|
|
1581
|
+
text: "Si decides publicar contenido en {{siteName}}, debes cumplir con las siguientes pautas:",
|
|
1582
|
+
list: {
|
|
1583
|
+
itemOne: {
|
|
1584
|
+
title: "Derechos de uso",
|
|
1585
|
+
description: "{{siteName}} se reserva el derecho de usar el contenido generado por usuarios con fines comerciales o promocionales."
|
|
1586
|
+
},
|
|
1587
|
+
itemTwo: {
|
|
1588
|
+
title: "Restricciones",
|
|
1589
|
+
description: "Está prohibido publicar contenido falso, difamatorio, ofensivo o que viole leyes aplicables."
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
sectionFive: {
|
|
1594
|
+
title: "Servicio de mediación",
|
|
1595
|
+
text: "{{siteName}} puede actuar como mediador en disputas entre jugadores y operadores de juegos en línea, ayudando a resolver conflictos de manera neutral."
|
|
1596
|
+
},
|
|
1597
|
+
sectionSix: {
|
|
1598
|
+
title: "Política de Privacidad",
|
|
1599
|
+
textOne: "Valoramos tu privacidad y operamos bajo los siguientes principios:",
|
|
1600
|
+
list: {
|
|
1601
|
+
itemOne: "Los datos se recopilan y usan solo para fines necesarios.",
|
|
1602
|
+
itemTwo: "Medidas de seguridad sólidas protegen la información del usuario.",
|
|
1603
|
+
itemThree: "Los usuarios tienen derecho a gestionar o eliminar sus datos."
|
|
1604
|
+
},
|
|
1605
|
+
textTwo: "Para más detalles, por favor revisa nuestra Política de Privacidad completa.",
|
|
1606
|
+
textTwoWithLink: {
|
|
1607
|
+
contentStart: "Para más detalles, por favor revisa nuestra ",
|
|
1608
|
+
link: "Política de Privacidad",
|
|
1609
|
+
contentEnd: " completa."
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
sectionSeven: {
|
|
1613
|
+
title: "Disposiciones Finales",
|
|
1614
|
+
list: {
|
|
1615
|
+
itemOne: {
|
|
1616
|
+
title: "Cambios en los Términos y Condiciones",
|
|
1617
|
+
description: "{{siteName}} se reserva el derecho de actualizar estos Términos y Condiciones sin previo aviso. Cualquier cambio entrará en vigor inmediatamente tras su publicación en esta página."
|
|
1618
|
+
},
|
|
1619
|
+
itemTwo: {
|
|
1620
|
+
title: "Contáctanos",
|
|
1621
|
+
description: "Si tienes preguntas sobre estos Términos y Condiciones, no dudes en contactarnos a través del formulario disponible en {{siteName}}."
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
}
|
|
1625
|
+
};
|
|
1626
|
+
const footer$6 = {
|
|
1627
|
+
copyright: "© {{year}} {{siteName}}. Todos los derechos reservados.",
|
|
1628
|
+
disclaimer: {
|
|
1629
|
+
title: "Juega con responsabilidad: ",
|
|
1630
|
+
description: "{{siteName}} es un recurso independiente no afiliado a los sitios que promocionamos. Asegúrate de contar con todas las certificaciones necesarias y cumplir los requisitos legales antes de empezar a jugar. El propósito principal de {{siteName}} es proporcionar contenido informativo y entretenido. Si buscas enlaces a recursos relacionados, serás redirigido a las plataformas correspondientes."
|
|
1631
|
+
}
|
|
1632
|
+
};
|
|
1633
|
+
const article$6 = {
|
|
1634
|
+
meta: {
|
|
1635
|
+
author: "Autor: ",
|
|
1636
|
+
publicationDate: "Fecha de publicación: ",
|
|
1637
|
+
readingTime: {
|
|
1638
|
+
label: "Tiempo de lectura: ",
|
|
1639
|
+
count_one: "{{count}} minuto",
|
|
1640
|
+
count_few: "{{count}} minutos",
|
|
1641
|
+
count_many: "{{count}} minutos",
|
|
1642
|
+
count_other: "{{count}} minutos"
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
};
|
|
1646
|
+
const casinoInfo$6 = {
|
|
1647
|
+
feature: {
|
|
1648
|
+
[CasinoCharacteristic.Rtp]: "RTP",
|
|
1649
|
+
[CasinoCharacteristic.GamesCount]: "Juegos",
|
|
1650
|
+
[CasinoCharacteristic.MidDeposit]: "Depósito mínimo",
|
|
1651
|
+
[CasinoCharacteristic.PayoutSpeed]: "Velocidad de pago"
|
|
1652
|
+
}
|
|
1653
|
+
};
|
|
1654
|
+
const casinoTable$6 = {
|
|
1655
|
+
column: {
|
|
1656
|
+
[CasinoTableColumn.ID]: "ID",
|
|
1657
|
+
[CasinoTableColumn.Logo]: "Logo",
|
|
1658
|
+
[CasinoTableColumn.Name]: "Nombre y Calificación",
|
|
1659
|
+
[CasinoTableColumn.License]: "Licencia",
|
|
1660
|
+
[CasinoTableColumn.Bonus]: "Bono",
|
|
1661
|
+
[CasinoTableColumn.Info]: "Información",
|
|
1662
|
+
[CasinoTableColumn.Actions]: "Acciones"
|
|
1663
|
+
},
|
|
1664
|
+
row: {
|
|
1665
|
+
logo: {
|
|
1666
|
+
bestChoiceBadge: "Mejor elección"
|
|
1667
|
+
},
|
|
1668
|
+
actions: {
|
|
1669
|
+
getBonus: "Obtener bono",
|
|
1670
|
+
readReview: "Leer reseña"
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
};
|
|
1674
|
+
const copyText$6 = {
|
|
1675
|
+
title: "¡Copiado al portapapeles!"
|
|
1676
|
+
};
|
|
1677
|
+
const gameDemo$6 = {
|
|
1678
|
+
warning: "Tu navegador es demasiado antiguo para mostrar el elemento iframe",
|
|
1679
|
+
action: {
|
|
1680
|
+
playForReal: "Jugar con dinero real",
|
|
1681
|
+
playForFree: "Jugar gratis",
|
|
1682
|
+
activateFullscreen: "Activar pantalla completa",
|
|
1683
|
+
deactivateFullscreen: "Desactivar pantalla completa",
|
|
1684
|
+
exit: "Salir"
|
|
1685
|
+
},
|
|
1686
|
+
alert: {
|
|
1687
|
+
title: "La demo del juego no está disponible actualmente.",
|
|
1688
|
+
description: "Puedes visitar nuestro sitio de casino recomendado para jugar con dinero real."
|
|
1689
|
+
}
|
|
1690
|
+
};
|
|
1691
|
+
const gameInfo$6 = {
|
|
1692
|
+
title: "Información del Juego",
|
|
1693
|
+
group: {
|
|
1694
|
+
general: "Características Generales",
|
|
1695
|
+
features: "Características del Juego"
|
|
1696
|
+
},
|
|
1697
|
+
feature: {
|
|
1698
|
+
[GameCharacteristic.BonusFeatures]: "Funciones de Bonificación",
|
|
1699
|
+
[GameCharacteristic.Compatibility]: "Compatibilidad",
|
|
1700
|
+
[GameCharacteristic.Functions]: "Funciones",
|
|
1701
|
+
[GameCharacteristic.Developer]: "Desarrollador",
|
|
1702
|
+
[GameCharacteristic.HasAutoplay]: "Autoplay",
|
|
1703
|
+
[GameCharacteristic.HasBonusPurchase]: "Compra de Bono",
|
|
1704
|
+
[GameCharacteristic.HasCollectionSymbols]: "Símbolos de Colección",
|
|
1705
|
+
[GameCharacteristic.HasDemo]: "Versión Demo",
|
|
1706
|
+
[GameCharacteristic.HasFastSpin]: "Giro Rápido",
|
|
1707
|
+
[GameCharacteristic.HasFreeSpins]: "Tiradas Gratis",
|
|
1708
|
+
[GameCharacteristic.HasProgressiveJackpot]: "Jackpot Progresivo",
|
|
1709
|
+
[GameCharacteristic.Languages]: "Idiomas",
|
|
1710
|
+
[GameCharacteristic.MaxWin]: "Ganancia Máxima",
|
|
1711
|
+
[GameCharacteristic.MaxBet]: "Apuesta Máxima ({{currency}})",
|
|
1712
|
+
[GameCharacteristic.MinBet]: "Apuesta Mínima ({{currency}})",
|
|
1713
|
+
[GameCharacteristic.Name]: "Nombre",
|
|
1714
|
+
[GameCharacteristic.PayLines]: "Número de Líneas de Pago",
|
|
1715
|
+
[GameCharacteristic.ReelsNumber]: "Número de Rodillos",
|
|
1716
|
+
[GameCharacteristic.ReleaseDate]: "Fecha de Lanzamiento",
|
|
1717
|
+
[GameCharacteristic.RowsWithPins]: "Número de Filas con Pines",
|
|
1718
|
+
[GameCharacteristic.Rtp]: "RTP",
|
|
1719
|
+
[GameCharacteristic.Theme]: "Tema",
|
|
1720
|
+
[GameCharacteristic.Type]: "Tipo",
|
|
1721
|
+
[GameCharacteristic.Volatility]: "Volatilidad"
|
|
1722
|
+
},
|
|
1723
|
+
value: {
|
|
1724
|
+
boolean: {
|
|
1725
|
+
true: "Sí",
|
|
1726
|
+
false: "No"
|
|
1727
|
+
},
|
|
1728
|
+
volatility: {
|
|
1729
|
+
[GameVolatility.High]: "Alta",
|
|
1730
|
+
[GameVolatility.Medium]: "Media",
|
|
1731
|
+
[GameVolatility.Low]: "Baja"
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
};
|
|
1735
|
+
const prosCons$6 = {
|
|
1736
|
+
advantages: "Ventajas",
|
|
1737
|
+
disadvantages: "Desventajas"
|
|
1738
|
+
};
|
|
1739
|
+
const author$6 = {
|
|
1740
|
+
title: "Publicado por",
|
|
1741
|
+
action: {
|
|
1742
|
+
expand: "Mostrar más",
|
|
1743
|
+
collapse: "Ocultar"
|
|
1744
|
+
}
|
|
1745
|
+
};
|
|
1746
|
+
const contactForm$6 = {
|
|
1747
|
+
field: {
|
|
1748
|
+
name: {
|
|
1749
|
+
label: "Nombre",
|
|
1750
|
+
placeholder: "Tu Nombre"
|
|
1751
|
+
},
|
|
1752
|
+
email: {
|
|
1753
|
+
label: "Correo electrónico",
|
|
1754
|
+
placeholder: "Tu Correo"
|
|
1755
|
+
},
|
|
1756
|
+
message: {
|
|
1757
|
+
label: "Mensaje",
|
|
1758
|
+
placeholder: "Tu Mensaje"
|
|
1759
|
+
}
|
|
1760
|
+
},
|
|
1761
|
+
notification: {
|
|
1762
|
+
title: "{{name}}, ¡gracias por tus comentarios!",
|
|
1763
|
+
description: "Nos pondremos en contacto contigo en {{email}} lo antes posible."
|
|
1764
|
+
},
|
|
1765
|
+
action: {
|
|
1766
|
+
send: "Enviar Mensaje"
|
|
1767
|
+
}
|
|
1768
|
+
};
|
|
1769
|
+
const bonusCard$6 = {
|
|
1770
|
+
action: {
|
|
1771
|
+
expand: "Saber más",
|
|
1772
|
+
collapse: "Ocultar"
|
|
1773
|
+
}
|
|
1774
|
+
};
|
|
1775
|
+
const informer$6 = {
|
|
1776
|
+
[InformerType.Advice.toLowerCase()]: "Consejo",
|
|
1777
|
+
[InformerType.Fact.toLowerCase()]: "Hecho"
|
|
1778
|
+
};
|
|
1431
1779
|
const dictionary$6 = {
|
|
1432
1780
|
pageNotFound: pageNotFound$6,
|
|
1433
1781
|
pageContacts: pageContacts$6,
|
|
@@ -3542,11 +3890,12 @@ exports.GameVolatility = GameVolatility;
|
|
|
3542
3890
|
exports.InformerType = InformerType;
|
|
3543
3891
|
exports.dictionary = dictionary;
|
|
3544
3892
|
exports.dictionary$1 = dictionary$1;
|
|
3893
|
+
exports.dictionary$10 = dictionary$a;
|
|
3545
3894
|
exports.dictionary$2 = dictionary$2;
|
|
3546
3895
|
exports.dictionary$3 = dictionary$3;
|
|
3547
3896
|
exports.dictionary$4 = dictionary$4;
|
|
3548
3897
|
exports.dictionary$5 = dictionary$5;
|
|
3549
3898
|
exports.dictionary$6 = dictionary$6;
|
|
3550
|
-
exports.dictionary$7 = dictionary$
|
|
3551
|
-
exports.dictionary$8 = dictionary$
|
|
3552
|
-
exports.dictionary$9 = dictionary$
|
|
3899
|
+
exports.dictionary$7 = dictionary$7;
|
|
3900
|
+
exports.dictionary$8 = dictionary$9;
|
|
3901
|
+
exports.dictionary$9 = dictionary$8;
|