@anywayseo/tools 5.4.5 → 5.6.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.
Files changed (115) hide show
  1. package/dist/components/base/h1/index.d.ts +4 -0
  2. package/dist/components/base/h2/index.d.ts +4 -0
  3. package/dist/components/base/h3/index.d.ts +4 -0
  4. package/dist/components/base/index.d.ts +8 -0
  5. package/dist/components/base/link/index.d.ts +5 -1
  6. package/dist/components/base/link/utils.d.ts +1 -0
  7. package/dist/components/base/ol/index.d.ts +4 -0
  8. package/dist/components/base/p/index.d.ts +4 -0
  9. package/dist/components/base/ul/index.d.ts +4 -0
  10. package/dist/components/index.cjs +21 -9
  11. package/dist/components/index.d.ts +1 -3
  12. package/dist/components/index.mjs +27 -15
  13. package/dist/components/{contact-form → pages/contacts/contact-form}/index.d.ts +1 -1
  14. package/dist/components/pages/contacts/index.d.ts +3 -0
  15. package/dist/components/pages/cookie-policy/index.d.ts +3 -0
  16. package/dist/components/pages/index.d.ts +5 -0
  17. package/dist/components/pages/privacy-policy/index.d.ts +6 -0
  18. package/dist/components/pages/terms-and-conditions/index.d.ts +6 -0
  19. package/dist/hooks/index.cjs +1 -1
  20. package/dist/hooks/index.mjs +1 -1
  21. package/dist/i18n/index.cjs +10 -5
  22. package/dist/i18n/index.mjs +10 -5
  23. package/dist/i18n/resources/bg/index.d.ts +280 -0
  24. package/dist/i18n/resources/da/index.d.ts +280 -0
  25. package/dist/i18n/resources/de/index.d.ts +168 -0
  26. package/dist/i18n/resources/en/index.d.ts +168 -0
  27. package/dist/i18n/resources/fi/index.d.ts +280 -0
  28. package/dist/i18n/resources/fr/index.d.ts +168 -0
  29. package/dist/i18n/resources/it/index.d.ts +168 -0
  30. package/dist/i18n/resources/ka/index.d.ts +280 -0
  31. package/dist/i18n/resources/pt/index.d.ts +280 -0
  32. package/dist/i18n/resources/ru/index.d.ts +168 -0
  33. package/dist/{index-CAfBnNV6.js → index-5J1CqqcW.js} +1 -1
  34. package/dist/index-B1PwYYQt.mjs +24 -0
  35. package/dist/index-B6wz_B9_.js +145 -0
  36. package/dist/index-BEjKnOZA.mjs +28 -0
  37. package/dist/{index-BmaWfWLV.mjs → index-Bph7a3PR.mjs} +4 -0
  38. package/dist/index-C-ri0Fgy.js +23 -0
  39. package/dist/index-C2T70CMa.mjs +44 -0
  40. package/dist/index-COv56GyV.mjs +146 -0
  41. package/dist/{index-DZBLiQFh.js → index-CR5rM7at.js} +21 -6
  42. package/dist/index-CWMHJGbL.mjs +2957 -0
  43. package/dist/{index-BICcOaT7.js → index-CkRY_NXp.js} +0 -21
  44. package/dist/index-CyuHme_p.js +1059 -0
  45. package/dist/{index-BcFDxh8P.js → index-D4zJ5RBA.js} +13 -26
  46. package/dist/index-DDg_PkD2.js +27 -0
  47. package/dist/index-DMR4Ptkt.js +2956 -0
  48. package/dist/{index-tj12BA6U.mjs → index-DYS7zQW4.mjs} +1 -1
  49. package/dist/{index-At00w6EN.js → index-DgrIJs-a.js} +4 -0
  50. package/dist/{index-BCK4kr6V.mjs → index-Drz_7u2p.mjs} +3 -24
  51. package/dist/{index-8_-KtKsW.mjs → index-HLGPI9-S.mjs} +23 -8
  52. package/dist/{index-D4ilKDcB.mjs → index-JUwyHkmj.mjs} +284 -708
  53. package/dist/index.cjs +61 -45
  54. package/dist/index.d.ts +1 -0
  55. package/dist/index.mjs +52 -36
  56. package/dist/{components/layout → layout}/footer/navigation/index.d.ts +1 -1
  57. package/dist/layout/header/locale-switcher/icons/brazil/index.d.ts +2 -0
  58. package/dist/layout/header/locale-switcher/icons/bulgaria/index.d.ts +2 -0
  59. package/dist/layout/header/locale-switcher/icons/denmark/index.d.ts +2 -0
  60. package/dist/layout/header/locale-switcher/icons/finland/index.d.ts +2 -0
  61. package/dist/layout/header/locale-switcher/icons/france/index.d.ts +2 -0
  62. package/dist/layout/header/locale-switcher/icons/georgia/index.d.ts +2 -0
  63. package/dist/layout/header/locale-switcher/icons/germany/index.d.ts +2 -0
  64. package/dist/layout/header/locale-switcher/icons/globe/index.d.ts +2 -0
  65. package/dist/layout/header/locale-switcher/icons/index.d.ts +10 -0
  66. package/dist/layout/header/locale-switcher/icons/italy/index.d.ts +2 -0
  67. package/dist/layout/header/locale-switcher/icons/russia/index.d.ts +2 -0
  68. package/dist/{components/layout → layout}/header/locale-switcher/index.d.ts +1 -1
  69. package/dist/{components/layout → layout}/header/locale-switcher/utils.d.ts +1 -1
  70. package/dist/{components/layout → layout}/header/navigation/desktop/index.d.ts +1 -1
  71. package/dist/{components/layout → layout}/header/navigation/desktop/nav-list/index.d.ts +1 -1
  72. package/dist/{components/layout → layout}/header/navigation/index.d.ts +1 -1
  73. package/dist/{components/layout → layout}/header/navigation/mobile/index.d.ts +1 -1
  74. package/dist/{components/layout → layout}/header/navigation/mobile/nav-list/index.d.ts +1 -1
  75. package/dist/{components/layout → layout}/header/navigation/nav-link/index.d.ts +1 -1
  76. package/dist/{components/layout → layout}/hero/index.d.ts +1 -1
  77. package/dist/layout/index.cjs +596 -0
  78. package/dist/layout/index.mjs +597 -0
  79. package/dist/providers/index.cjs +2 -2
  80. package/dist/providers/index.mjs +2 -2
  81. package/dist/providers/mdx-provider/types.d.ts +3 -1
  82. package/dist/providers/mdx-provider/utils.d.ts +1 -2
  83. package/dist/types/components/game-card/index.d.ts +3 -3
  84. package/dist/types/components/strapi-component/index.d.ts +1 -1
  85. package/dist/types/i18n/index.d.ts +1 -1
  86. package/dist/utils/index.cjs +12 -10
  87. package/dist/utils/index.mjs +10 -8
  88. package/dist/utils/navigation/index.d.ts +1 -0
  89. package/package.json +7 -1
  90. package/dist/components/layout/header/locale-switcher/icons/earth/index.d.ts +0 -2
  91. package/dist/components/layout/header/locale-switcher/icons/france/index.d.ts +0 -2
  92. package/dist/components/layout/header/locale-switcher/icons/germany/index.d.ts +0 -2
  93. package/dist/components/layout/header/locale-switcher/icons/globe/index.d.ts +0 -2
  94. package/dist/components/layout/header/locale-switcher/icons/index.d.ts +0 -6
  95. package/dist/components/layout/header/locale-switcher/icons/italy/index.d.ts +0 -2
  96. package/dist/components/layout/header/locale-switcher/icons/russia/index.d.ts +0 -2
  97. package/dist/index-Bts2DBYS.mjs +0 -637
  98. package/dist/index-CJVr79Z2.js +0 -636
  99. package/dist/index-C_FekfFC.mjs +0 -57
  100. package/dist/index-soGlqT7d.js +0 -1483
  101. /package/dist/components/{layout → base}/container/index.d.ts +0 -0
  102. /package/dist/components/{layout → base}/logo/index.d.ts +0 -0
  103. /package/dist/components/{not-found → pages/not-found}/index.d.ts +0 -0
  104. /package/dist/{components/layout → layout}/content/index.d.ts +0 -0
  105. /package/dist/{components/layout → layout}/footer/brand/index.d.ts +0 -0
  106. /package/dist/{components/layout → layout}/footer/copyright/index.d.ts +0 -0
  107. /package/dist/{components/layout → layout}/footer/disclaimer/index.d.ts +0 -0
  108. /package/dist/{components/layout → layout}/footer/extra/index.d.ts +0 -0
  109. /package/dist/{components/layout → layout}/footer/index.d.ts +0 -0
  110. /package/dist/{components/layout → layout}/header/brand/index.d.ts +0 -0
  111. /package/dist/{components/layout → layout}/header/index.d.ts +0 -0
  112. /package/dist/{components/layout → layout}/header/theme-toggler/index.d.ts +0 -0
  113. /package/dist/{components/layout → layout}/index.d.ts +0 -0
  114. /package/dist/{components/layout → layout}/main/index.d.ts +0 -0
  115. /package/dist/{components/layout → layout}/scroll-to-top/index.d.ts +0 -0
@@ -1,636 +0,0 @@
1
- "use strict";
2
- var GameVolatility = /* @__PURE__ */ ((GameVolatility2) => {
3
- GameVolatility2["High"] = "HIGH";
4
- GameVolatility2["Medium"] = "MEDIUM";
5
- GameVolatility2["Low"] = "LOW";
6
- return GameVolatility2;
7
- })(GameVolatility || {});
8
- var GameCharacteristic = /* @__PURE__ */ ((GameCharacteristic2) => {
9
- GameCharacteristic2["Name"] = "NAME";
10
- GameCharacteristic2["Developer"] = "DEVELOPER";
11
- GameCharacteristic2["ReleaseDate"] = "RELEASE_DATE";
12
- GameCharacteristic2["Theme"] = "THEME";
13
- GameCharacteristic2["Type"] = "TYPE";
14
- GameCharacteristic2["Rtp"] = "RTP";
15
- GameCharacteristic2["Volatility"] = "VOLATILITY";
16
- GameCharacteristic2["ReelsNumber"] = "REELS_NUMBER";
17
- GameCharacteristic2["PayLines"] = "PAY_LINES";
18
- GameCharacteristic2["RowsWithPins"] = "ROWS_WITH_PINS";
19
- GameCharacteristic2["MinBet"] = "MIN_BET";
20
- GameCharacteristic2["MaxBet"] = "MAX_BET";
21
- GameCharacteristic2["MaxWin"] = "MAX_WIN";
22
- GameCharacteristic2["Compatibility"] = "COMPATIBILITY";
23
- GameCharacteristic2["HasDemo"] = "HAS_DEMO";
24
- GameCharacteristic2["HasAutoplay"] = "HAS_AUTOPLAY";
25
- GameCharacteristic2["HasFreeSpins"] = "HAS_FREE_SPINS";
26
- GameCharacteristic2["HasFastSpin"] = "HAS_FAST_SPIN";
27
- GameCharacteristic2["HasBonusPurchase"] = "HAS_BONUS_PURCHASE";
28
- GameCharacteristic2["HasCollectionSymbols"] = "HAS_COLLECTION_SYMBOLS";
29
- GameCharacteristic2["HasProgressiveJackpot"] = "HAS_PROGRESSIVE_JACKPOT";
30
- GameCharacteristic2["BonusFeatures"] = "BONUS_FEATURES";
31
- GameCharacteristic2["Languages"] = "LANGUAGES";
32
- GameCharacteristic2["Functions"] = "FUNCTIONS";
33
- return GameCharacteristic2;
34
- })(GameCharacteristic || {});
35
- const pageNotFound$4 = {
36
- seo: {
37
- title: "Seite nicht gefunden | {{siteName}}"
38
- },
39
- title: "404 — Seite nicht gefunden",
40
- description: "Entschuldigung 😔, wir konnten nicht finden, wonach Sie gesucht haben.",
41
- action: "Zur Startseite"
42
- };
43
- const footer$4 = {
44
- copyright: "© {{year}} {{siteName}}. Alle Rechte vorbehalten.",
45
- disclaimer: {
46
- title: "Spielen Sie verantwortungsbewusst: ",
47
- 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."
48
- }
49
- };
50
- const gameDemo$4 = {
51
- warning: "Ihr Browser ist zu alt, um das iframe-Element anzuzeigen.",
52
- action: {
53
- playForReal: "Spiele Mit Echtgeld",
54
- playForFree: "Kostenlos Spielen",
55
- activateFullscreen: "Vollbildmodus aktivieren",
56
- deactivateFullscreen: "Vollbildmodus deaktivieren",
57
- exit: "Beenden"
58
- }
59
- };
60
- const gameInfo$4 = {
61
- title: "Spielinfo",
62
- group: {
63
- general: "Allgemeine Eigenschaften",
64
- features: "Spielfunktionen"
65
- },
66
- feature: {
67
- [GameCharacteristic.BonusFeatures]: "Bonusfunktionen",
68
- [GameCharacteristic.Compatibility]: "Kompatibilität",
69
- [GameCharacteristic.Functions]: "Funktionen",
70
- [GameCharacteristic.Developer]: "Entwickler",
71
- [GameCharacteristic.HasAutoplay]: "Autoplay",
72
- [GameCharacteristic.HasBonusPurchase]: "Bonus-Kauf",
73
- [GameCharacteristic.HasCollectionSymbols]: "Sammelsymbole",
74
- [GameCharacteristic.HasDemo]: "Demo-Version",
75
- [GameCharacteristic.HasFastSpin]: "Schnelldrehung",
76
- [GameCharacteristic.HasFreeSpins]: "Freispiele",
77
- [GameCharacteristic.HasProgressiveJackpot]: "Progressiver Jackpot",
78
- [GameCharacteristic.Languages]: "Sprachen",
79
- [GameCharacteristic.MaxWin]: "Max Gewinn",
80
- [GameCharacteristic.MaxBet]: "Max Einsatz ({{currency}})",
81
- [GameCharacteristic.MinBet]: "Min Einsatz ({{currency}})",
82
- [GameCharacteristic.Name]: "Name",
83
- [GameCharacteristic.PayLines]: "Anzahl der Gewinnlinien",
84
- [GameCharacteristic.ReelsNumber]: "Anzahl der Walzen",
85
- [GameCharacteristic.ReleaseDate]: "Veröffentlichungsdatum",
86
- [GameCharacteristic.RowsWithPins]: "Anzahl der Reihen mit Stiften",
87
- [GameCharacteristic.Rtp]: "RTP",
88
- [GameCharacteristic.Theme]: "Thema",
89
- [GameCharacteristic.Type]: "Typ",
90
- [GameCharacteristic.Volatility]: "Volatilität"
91
- },
92
- value: {
93
- boolean: {
94
- true: "Ja",
95
- false: "Nein"
96
- },
97
- volatility: {
98
- [GameVolatility.High]: "Hoch",
99
- [GameVolatility.Medium]: "Mittel",
100
- [GameVolatility.Low]: "Niedrig"
101
- }
102
- }
103
- };
104
- const prosCons$4 = {
105
- advantages: "Vorteile",
106
- disadvantages: "Nachteile"
107
- };
108
- const author$4 = {
109
- title: "Veröffentlicht von",
110
- action: {
111
- expand: "Mehr anzeigen",
112
- collapse: "Ausblenden"
113
- }
114
- };
115
- const contactForm$4 = {
116
- field: {
117
- name: {
118
- label: "Name",
119
- placeholder: "Ihr Name"
120
- },
121
- email: {
122
- label: "E-Mail",
123
- placeholder: "Ihre E-Mail"
124
- },
125
- message: {
126
- label: "Nachricht",
127
- placeholder: "Ihre Nachricht"
128
- }
129
- },
130
- notification: {
131
- title: "{{name}}, danke für Ihr Feedback!",
132
- description: "Wir werden uns so bald wie möglich unter {{email}} bei Ihnen melden."
133
- },
134
- action: {
135
- send: "Nachricht senden"
136
- }
137
- };
138
- const bonusCard$4 = {
139
- action: {
140
- expand: "Mehr erfahren",
141
- collapse: "Ausblenden"
142
- }
143
- };
144
- const dictionary$4 = {
145
- pageNotFound: pageNotFound$4,
146
- footer: footer$4,
147
- gameDemo: gameDemo$4,
148
- gameInfo: gameInfo$4,
149
- prosCons: prosCons$4,
150
- author: author$4,
151
- contactForm: contactForm$4,
152
- bonusCard: bonusCard$4
153
- };
154
- const pageNotFound$3 = {
155
- seo: {
156
- title: "Page not found | {{siteName}}"
157
- },
158
- title: "404 — Page not found",
159
- description: "Sorry 😔, we couldn’t find what you were looking for.",
160
- action: "Go Home"
161
- };
162
- const footer$3 = {
163
- copyright: "© {{year}} {{siteName}}. All rights reserved.",
164
- disclaimer: {
165
- title: "Play responsibly: ",
166
- 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."
167
- }
168
- };
169
- const gameDemo$3 = {
170
- warning: "Your browser is too old to display the iframe element",
171
- action: {
172
- playForReal: "Play for Real",
173
- playForFree: "Play for Free",
174
- activateFullscreen: "Activate Fullscreen mode",
175
- deactivateFullscreen: "Deactivate Fullscreen mode",
176
- exit: "Exit"
177
- }
178
- };
179
- const gameInfo$3 = {
180
- title: "Game Info",
181
- group: {
182
- general: "General Characteristics",
183
- features: "Game Features"
184
- },
185
- feature: {
186
- [GameCharacteristic.BonusFeatures]: "Bonus Features",
187
- [GameCharacteristic.Compatibility]: "Compatibility",
188
- [GameCharacteristic.Functions]: "Functions",
189
- [GameCharacteristic.Developer]: "Developer",
190
- [GameCharacteristic.HasAutoplay]: "Autoplay",
191
- [GameCharacteristic.HasBonusPurchase]: "Bonus Purchase",
192
- [GameCharacteristic.HasCollectionSymbols]: "Collection Symbols",
193
- [GameCharacteristic.HasDemo]: "Demo Version",
194
- [GameCharacteristic.HasFastSpin]: "Fast Spin",
195
- [GameCharacteristic.HasFreeSpins]: "Free Spins",
196
- [GameCharacteristic.HasProgressiveJackpot]: "Progressive Jackpot",
197
- [GameCharacteristic.Languages]: "Languages",
198
- [GameCharacteristic.MaxWin]: "Max Win",
199
- [GameCharacteristic.MaxBet]: "Max Bet ({{currency}})",
200
- [GameCharacteristic.MinBet]: "Min Bet ({{currency}})",
201
- [GameCharacteristic.Name]: "Name",
202
- [GameCharacteristic.PayLines]: "Pay Lines Number",
203
- [GameCharacteristic.ReelsNumber]: "Reels Number",
204
- [GameCharacteristic.ReleaseDate]: "Release Date",
205
- [GameCharacteristic.RowsWithPins]: "Number of Rows with Pins",
206
- [GameCharacteristic.Rtp]: "RTP",
207
- [GameCharacteristic.Theme]: "Theme",
208
- [GameCharacteristic.Type]: "Type",
209
- [GameCharacteristic.Volatility]: "Volatility"
210
- },
211
- value: {
212
- boolean: {
213
- true: "Yes",
214
- false: "No"
215
- },
216
- volatility: {
217
- [GameVolatility.High]: "High",
218
- [GameVolatility.Medium]: "Medium",
219
- [GameVolatility.Low]: "Low"
220
- }
221
- }
222
- };
223
- const prosCons$3 = {
224
- advantages: "Advantages",
225
- disadvantages: "Disadvantages"
226
- };
227
- const author$3 = {
228
- title: "Published by",
229
- action: {
230
- expand: "Show more",
231
- collapse: "Hide"
232
- }
233
- };
234
- const contactForm$3 = {
235
- field: {
236
- name: {
237
- label: "Name",
238
- placeholder: "Your Name"
239
- },
240
- email: {
241
- label: "Email",
242
- placeholder: "Your Email"
243
- },
244
- message: {
245
- label: "Message",
246
- placeholder: "Your Message"
247
- }
248
- },
249
- notification: {
250
- title: "{{name}}, thank you for your feedback!",
251
- description: "We will get back to you at {{email}} as soon as possible."
252
- },
253
- action: {
254
- send: "Send Message"
255
- }
256
- };
257
- const bonusCard$3 = {
258
- action: {
259
- expand: "Learn more",
260
- collapse: "Hide"
261
- }
262
- };
263
- const dictionary$3 = {
264
- pageNotFound: pageNotFound$3,
265
- footer: footer$3,
266
- gameDemo: gameDemo$3,
267
- gameInfo: gameInfo$3,
268
- prosCons: prosCons$3,
269
- author: author$3,
270
- contactForm: contactForm$3,
271
- bonusCard: bonusCard$3
272
- };
273
- const pageNotFound$2 = {
274
- seo: {
275
- title: "Pagina non trovata | {{siteName}}"
276
- },
277
- title: "404 — Pagina non trovata",
278
- description: "Spiacenti 😔, non siamo riusciti a trovare quello che cercavi.",
279
- action: "Ritorna alla pagina principale"
280
- };
281
- const footer$2 = {
282
- copyright: "© {{year}} {{siteName}}. Tutte le cose sono fatte.",
283
- disclaimer: {
284
- title: "Gioca responsabilmente: ",
285
- 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."
286
- }
287
- };
288
- const gameDemo$2 = {
289
- warning: "Il tuo browser è troppo vecchio per visualizzare l'elemento iframe",
290
- action: {
291
- playForReal: "Gioca ora",
292
- playForFree: "Gioco demo gratuito",
293
- activateFullscreen: "Attiva la modalità a schermo intero",
294
- deactivateFullscreen: "Disattiva la modalità a schermo intero",
295
- exit: "Esci"
296
- }
297
- };
298
- const gameInfo$2 = {
299
- title: "Informazioni sul gioco",
300
- group: {
301
- general: "Caratteristiche principali",
302
- features: "Gioco e funzionalità"
303
- },
304
- feature: {
305
- [GameCharacteristic.BonusFeatures]: "Funzionalità Bonus",
306
- [GameCharacteristic.Compatibility]: "Compatibilità",
307
- [GameCharacteristic.Functions]: "Funzioni",
308
- [GameCharacteristic.Developer]: "Sviluppatore",
309
- [GameCharacteristic.HasAutoplay]: "Autoplay",
310
- [GameCharacteristic.HasBonusPurchase]: "Acquisto Bonus",
311
- [GameCharacteristic.HasCollectionSymbols]: "Simboli da Collezione",
312
- [GameCharacteristic.HasDemo]: "Versione Demo",
313
- [GameCharacteristic.HasFastSpin]: "Spin Veloce",
314
- [GameCharacteristic.HasFreeSpins]: "Giri Gratuiti",
315
- [GameCharacteristic.HasProgressiveJackpot]: "Jackpot Progressivo",
316
- [GameCharacteristic.Languages]: "Lingue",
317
- [GameCharacteristic.MaxWin]: "Vincita Massima",
318
- [GameCharacteristic.MaxBet]: "Puntata Massima ({{currency}})",
319
- [GameCharacteristic.MinBet]: "Puntata Minima ({{currency}})",
320
- [GameCharacteristic.Name]: "Nome",
321
- [GameCharacteristic.PayLines]: "Numero di Linee di Pagamento",
322
- [GameCharacteristic.ReelsNumber]: "Numero di Rulli",
323
- [GameCharacteristic.ReleaseDate]: "Data di Rilascio",
324
- [GameCharacteristic.RowsWithPins]: "Numero di file con pioli",
325
- [GameCharacteristic.Rtp]: "RTP",
326
- [GameCharacteristic.Theme]: "Tema",
327
- [GameCharacteristic.Type]: "Tipo",
328
- [GameCharacteristic.Volatility]: "Volatilità"
329
- },
330
- value: {
331
- boolean: {
332
- true: "Sì",
333
- false: "No"
334
- },
335
- volatility: {
336
- [GameVolatility.High]: "Alta",
337
- [GameVolatility.Medium]: "Media",
338
- [GameVolatility.Low]: "Bassa"
339
- }
340
- }
341
- };
342
- const prosCons$2 = {
343
- advantages: "Vantaggi",
344
- disadvantages: "Svantaggi"
345
- };
346
- const author$2 = {
347
- title: "Informazioni sull'autore",
348
- action: {
349
- expand: "Mostra per intero",
350
- collapse: "Nascondi"
351
- }
352
- };
353
- const contactForm$2 = {
354
- field: {
355
- name: {
356
- label: "Nome",
357
- placeholder: "Il tuo Nome"
358
- },
359
- email: {
360
- label: "Email",
361
- placeholder: "La tua Email"
362
- },
363
- message: {
364
- label: "Messaggio",
365
- placeholder: "Il tuo Messaggio"
366
- }
367
- },
368
- notification: {
369
- title: "{{name}}, grazie per il tuo feedback!",
370
- description: "Ti risponderemo all’indirizzo {{email}} il prima possibile."
371
- },
372
- action: {
373
- send: "Invia Messaggio"
374
- }
375
- };
376
- const bonusCard$2 = {
377
- action: {
378
- expand: "Scopri di più",
379
- collapse: "Nascondi"
380
- }
381
- };
382
- const dictionary$2 = {
383
- pageNotFound: pageNotFound$2,
384
- footer: footer$2,
385
- gameDemo: gameDemo$2,
386
- gameInfo: gameInfo$2,
387
- prosCons: prosCons$2,
388
- author: author$2,
389
- contactForm: contactForm$2,
390
- bonusCard: bonusCard$2
391
- };
392
- const pageNotFound$1 = {
393
- seo: {
394
- title: "Страница не найдена | {{siteName}}"
395
- },
396
- title: "404 — Страница не найдена",
397
- description: "Извините 😔, мы не смогли найти то, что вы искали.",
398
- action: "На главную"
399
- };
400
- const footer$1 = {
401
- copyright: "© {{year}} {{siteName}}. Все права защищены.",
402
- disclaimer: {
403
- title: "Играйте ответственно: ",
404
- description: "{{siteName}} — независимый ресурс, не связанный с продвигаемыми сайтами. Убедитесь, что у вас есть все необходимые сертификаты и соблюдены юридические требования перед началом игры. Основная цель {{siteName}} — предоставление информационного и развлекательного контента. Если вы ищете ссылки на связанные ресурсы, вас перенаправят на соответствующие платформы."
405
- }
406
- };
407
- const gameDemo$1 = {
408
- warning: "Ваш браузер слишком устарел для отображения элемента iframe",
409
- action: {
410
- playForReal: "Играть на деньги",
411
- playForFree: "Демо — бесплатно",
412
- activateFullscreen: "Включить полноэкранный режим",
413
- deactivateFullscreen: "Выключить полноэкранный режим",
414
- exit: "Выйти"
415
- }
416
- };
417
- const gameInfo$1 = {
418
- title: "Информация об игре",
419
- group: {
420
- general: "Основные характеристики",
421
- features: "Особенности игры"
422
- },
423
- feature: {
424
- [GameCharacteristic.BonusFeatures]: "Бонусные функции",
425
- [GameCharacteristic.Compatibility]: "Совместимость",
426
- [GameCharacteristic.Functions]: "Функции",
427
- [GameCharacteristic.Developer]: "Разработчик",
428
- [GameCharacteristic.HasAutoplay]: "Автоигра",
429
- [GameCharacteristic.HasBonusPurchase]: "Покупка бонуса",
430
- [GameCharacteristic.HasCollectionSymbols]: "Символы коллекции",
431
- [GameCharacteristic.HasDemo]: "Демо-версия",
432
- [GameCharacteristic.HasFastSpin]: "Быстрый спин",
433
- [GameCharacteristic.HasFreeSpins]: "Фриспины",
434
- [GameCharacteristic.HasProgressiveJackpot]: "Прогрессивный джекпот",
435
- [GameCharacteristic.Languages]: "Языки",
436
- [GameCharacteristic.MaxWin]: "Макс. выигрыш",
437
- [GameCharacteristic.MaxBet]: "Макс. ставка ({{currency}})",
438
- [GameCharacteristic.MinBet]: "Мин. ставка ({{currency}})",
439
- [GameCharacteristic.Name]: "Название",
440
- [GameCharacteristic.PayLines]: "Количество линий выплат",
441
- [GameCharacteristic.ReelsNumber]: "Количество барабанов",
442
- [GameCharacteristic.ReleaseDate]: "Дата выхода",
443
- [GameCharacteristic.RowsWithPins]: "Количество рядов с пинами",
444
- [GameCharacteristic.Rtp]: "RTP",
445
- [GameCharacteristic.Theme]: "Тема",
446
- [GameCharacteristic.Type]: "Тип",
447
- [GameCharacteristic.Volatility]: "Волатильность"
448
- },
449
- value: {
450
- boolean: {
451
- true: "Есть",
452
- false: "Нет"
453
- },
454
- volatility: {
455
- [GameVolatility.High]: "Высокая",
456
- [GameVolatility.Medium]: "Средняя",
457
- [GameVolatility.Low]: "Низкая"
458
- }
459
- }
460
- };
461
- const prosCons$1 = {
462
- advantages: "Преимущества",
463
- disadvantages: "Недостатки"
464
- };
465
- const author$1 = {
466
- title: "Автор",
467
- action: {
468
- expand: "Показать больше",
469
- collapse: "Скрыть"
470
- }
471
- };
472
- const contactForm$1 = {
473
- field: {
474
- name: {
475
- label: "Имя",
476
- placeholder: "Ваше имя"
477
- },
478
- email: {
479
- label: "Email",
480
- placeholder: "Ваш Email"
481
- },
482
- message: {
483
- label: "Сообщение",
484
- placeholder: "Ваше сообщение"
485
- }
486
- },
487
- notification: {
488
- title: "{{name}}, спасибо за ваш отзыв!",
489
- description: "Мы свяжемся с вами по адресу {{email}} как можно скорее."
490
- },
491
- action: {
492
- send: "Отправить сообщение"
493
- }
494
- };
495
- const bonusCard$1 = {
496
- action: {
497
- expand: "Подробнее",
498
- collapse: "Скрыть"
499
- }
500
- };
501
- const dictionary$1 = {
502
- pageNotFound: pageNotFound$1,
503
- footer: footer$1,
504
- gameDemo: gameDemo$1,
505
- gameInfo: gameInfo$1,
506
- prosCons: prosCons$1,
507
- author: author$1,
508
- contactForm: contactForm$1,
509
- bonusCard: bonusCard$1
510
- };
511
- const pageNotFound = {
512
- seo: {
513
- title: "Page non trouvée | {{siteName}}"
514
- },
515
- title: "404 — Page non trouvée",
516
- description: "Désolé 😔, nous n’avons pas pu trouver ce que vous cherchiez.",
517
- action: "Aller à la page d’accueil"
518
- };
519
- const footer = {
520
- copyright: "© {{year}} {{siteName}}. Tous droits réservés.",
521
- disclaimer: {
522
- title: "Jouez de manière responsable : ",
523
- 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."
524
- }
525
- };
526
- const gameDemo = {
527
- warning: "Votre navigateur est trop ancien pour afficher l’élément iframe.",
528
- action: {
529
- playForReal: "Jouer en argent réel",
530
- playForFree: "Jouer gratuitement",
531
- activateFullscreen: "Activer le mode plein écran",
532
- deactivateFullscreen: "Désactiver le mode plein écran",
533
- exit: "Quitter"
534
- }
535
- };
536
- const gameInfo = {
537
- title: "Infos sur le jeu",
538
- group: {
539
- general: "Caractéristiques générales",
540
- features: "Fonctionnalités du jeu"
541
- },
542
- feature: {
543
- [GameCharacteristic.BonusFeatures]: "Fonctionnalités bonus",
544
- [GameCharacteristic.Compatibility]: "Compatibilité",
545
- [GameCharacteristic.Functions]: "Fonctions",
546
- [GameCharacteristic.Developer]: "Développeur",
547
- [GameCharacteristic.HasAutoplay]: "Lecture automatique",
548
- [GameCharacteristic.HasBonusPurchase]: "Achat de bonus",
549
- [GameCharacteristic.HasCollectionSymbols]: "Symboles à collectionner",
550
- [GameCharacteristic.HasDemo]: "Version de démonstration",
551
- [GameCharacteristic.HasFastSpin]: "Rotation rapide",
552
- [GameCharacteristic.HasFreeSpins]: "Tours gratuits",
553
- [GameCharacteristic.HasProgressiveJackpot]: "Jackpot progressif",
554
- [GameCharacteristic.Languages]: "Langues",
555
- [GameCharacteristic.MaxWin]: "Gain maximal",
556
- [GameCharacteristic.MaxBet]: "Mise maximale ({{currency}})",
557
- [GameCharacteristic.MinBet]: "Mise minimale ({{currency}})",
558
- [GameCharacteristic.Name]: "Nom",
559
- [GameCharacteristic.PayLines]: "Nombre de lignes de paiement",
560
- [GameCharacteristic.ReelsNumber]: "Nombre de rouleaux",
561
- [GameCharacteristic.ReleaseDate]: "Date de sortie",
562
- [GameCharacteristic.RowsWithPins]: "Nombre de rangées avec des chevilles",
563
- [GameCharacteristic.Rtp]: "RTP",
564
- [GameCharacteristic.Theme]: "Thème",
565
- [GameCharacteristic.Type]: "Type",
566
- [GameCharacteristic.Volatility]: "Volatilité"
567
- },
568
- value: {
569
- boolean: {
570
- true: "Oui",
571
- false: "Non"
572
- },
573
- volatility: {
574
- [GameVolatility.High]: "Élevée",
575
- [GameVolatility.Medium]: "Moyenne",
576
- [GameVolatility.Low]: "Faible"
577
- }
578
- }
579
- };
580
- const prosCons = {
581
- advantages: "Avantages",
582
- disadvantages: "Inconvénients"
583
- };
584
- const author = {
585
- title: "Publié par",
586
- action: {
587
- expand: "Afficher plus",
588
- collapse: "Masquer"
589
- }
590
- };
591
- const contactForm = {
592
- field: {
593
- name: {
594
- label: "Nom",
595
- placeholder: "Votre nom"
596
- },
597
- email: {
598
- label: "E-mail",
599
- placeholder: "Votre e-mail"
600
- },
601
- message: {
602
- label: "Message",
603
- placeholder: "Votre message"
604
- }
605
- },
606
- notification: {
607
- title: "{{name}}, merci pour votre retour !",
608
- description: "Nous vous contacterons dès que possible à {{email}}."
609
- },
610
- action: {
611
- send: "Envoyer le message"
612
- }
613
- };
614
- const bonusCard = {
615
- action: {
616
- expand: "En savoir plus",
617
- collapse: "Masquer"
618
- }
619
- };
620
- const dictionary = {
621
- pageNotFound,
622
- footer,
623
- gameDemo,
624
- gameInfo,
625
- prosCons,
626
- author,
627
- contactForm,
628
- bonusCard
629
- };
630
- exports.GameCharacteristic = GameCharacteristic;
631
- exports.GameVolatility = GameVolatility;
632
- exports.dictionary = dictionary;
633
- exports.dictionary$1 = dictionary$1;
634
- exports.dictionary$2 = dictionary$4;
635
- exports.dictionary$3 = dictionary$2;
636
- exports.dictionary$4 = dictionary$3;
@@ -1,57 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { Text, UnorderedList, OrderedList, Heading, Link } from "@chakra-ui/react";
3
- import { MDXProvider } from "@mdx-js/react";
4
- import { I as Image, L as Link$1 } from "./index-8_-KtKsW.mjs";
5
- import "react";
6
- import "react-i18next";
7
- import "./index-BJRvnR8Q.mjs";
8
- import "./index-Bts2DBYS.mjs";
9
- import { i as isRelativePath } from "./index-BmaWfWLV.mjs";
10
- function omitProps(props, omittedKeys) {
11
- const result = { ...props };
12
- omittedKeys.forEach((key) => {
13
- if (key in result) {
14
- delete result[key];
15
- }
16
- });
17
- return result;
18
- }
19
- function preprocessProps(callback) {
20
- const omittedKeys = ["node"];
21
- return (props) => callback(omitProps(props, omittedKeys));
22
- }
23
- function renderLink({
24
- href,
25
- ...props
26
- }) {
27
- return isRelativePath(href) ? /* @__PURE__ */ jsx(Link, { as: Link$1, to: href, color: "brand.400", ...props }) : /* @__PURE__ */ jsx(
28
- Link,
29
- {
30
- href,
31
- target: "_blank",
32
- rel: "noopener noreferrer",
33
- referrerPolicy: "no-referrer",
34
- color: "brand.400",
35
- ...props
36
- }
37
- );
38
- }
39
- function renderImage(props) {
40
- return /* @__PURE__ */ jsx(Image, { ...props, mt: 4, mb: 4, hasZoom: true });
41
- }
42
- const components = {
43
- h1: preprocessProps((props) => /* @__PURE__ */ jsx(Heading, { as: "h1", size: "xl", mb: 4, ...props })),
44
- h2: preprocessProps((props) => /* @__PURE__ */ jsx(Heading, { as: "h2", size: "lg", mt: 6, mb: 4, ...props })),
45
- h3: preprocessProps((props) => /* @__PURE__ */ jsx(Heading, { as: "h3", size: "md", mt: 4, mb: 4, ...props })),
46
- ol: preprocessProps((props) => /* @__PURE__ */ jsx(OrderedList, { mb: 4, ...props })),
47
- ul: preprocessProps((props) => /* @__PURE__ */ jsx(UnorderedList, { mb: 4, ...props })),
48
- p: preprocessProps((props) => /* @__PURE__ */ jsx(Text, { mb: 4, ...props })),
49
- a: preprocessProps((props) => renderLink(props)),
50
- img: preprocessProps((props) => renderImage(props))
51
- };
52
- const MdxProvider = ({ children }) => {
53
- return /* @__PURE__ */ jsx(MDXProvider, { components, children });
54
- };
55
- export {
56
- MdxProvider as M
57
- };