@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
|
@@ -182,6 +182,50 @@ declare const dictionary: {
|
|
|
182
182
|
description: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
+
readonly article: {
|
|
186
|
+
meta: {
|
|
187
|
+
author: string;
|
|
188
|
+
publicationDate: string;
|
|
189
|
+
readingTime: {
|
|
190
|
+
label: string;
|
|
191
|
+
count_one: string;
|
|
192
|
+
count_few: string;
|
|
193
|
+
count_many: string;
|
|
194
|
+
count_other: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly casinoInfo: {
|
|
199
|
+
feature: {
|
|
200
|
+
RTP: string;
|
|
201
|
+
GAMES_COUNT: string;
|
|
202
|
+
MIN_DEPOSIT: string;
|
|
203
|
+
PAYOUT_SPEED: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
readonly casinoTable: {
|
|
207
|
+
column: {
|
|
208
|
+
ID: string;
|
|
209
|
+
LOGO: string;
|
|
210
|
+
NAME: string;
|
|
211
|
+
LICENSE: string;
|
|
212
|
+
BONUS: string;
|
|
213
|
+
INFO: string;
|
|
214
|
+
ACTIONS: string;
|
|
215
|
+
};
|
|
216
|
+
row: {
|
|
217
|
+
logo: {
|
|
218
|
+
bestChoiceBadge: string;
|
|
219
|
+
};
|
|
220
|
+
actions: {
|
|
221
|
+
getBonus: string;
|
|
222
|
+
readReview: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly copyText: {
|
|
227
|
+
title: string;
|
|
228
|
+
};
|
|
185
229
|
readonly gameDemo: {
|
|
186
230
|
warning: string;
|
|
187
231
|
action: {
|
|
@@ -191,6 +235,10 @@ declare const dictionary: {
|
|
|
191
235
|
deactivateFullscreen: string;
|
|
192
236
|
exit: string;
|
|
193
237
|
};
|
|
238
|
+
alert: {
|
|
239
|
+
title: string;
|
|
240
|
+
description: string;
|
|
241
|
+
};
|
|
194
242
|
};
|
|
195
243
|
readonly gameInfo: {
|
|
196
244
|
title: string;
|
|
@@ -276,5 +324,8 @@ declare const dictionary: {
|
|
|
276
324
|
collapse: string;
|
|
277
325
|
};
|
|
278
326
|
};
|
|
327
|
+
readonly informer: {
|
|
328
|
+
[x: string]: string;
|
|
329
|
+
};
|
|
279
330
|
};
|
|
280
331
|
export default dictionary;
|
|
@@ -182,6 +182,50 @@ declare const dictionary: {
|
|
|
182
182
|
description: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
+
readonly article: {
|
|
186
|
+
meta: {
|
|
187
|
+
author: string;
|
|
188
|
+
publicationDate: string;
|
|
189
|
+
readingTime: {
|
|
190
|
+
label: string;
|
|
191
|
+
count_one: string;
|
|
192
|
+
count_few: string;
|
|
193
|
+
count_many: string;
|
|
194
|
+
count_other: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly casinoInfo: {
|
|
199
|
+
feature: {
|
|
200
|
+
RTP: string;
|
|
201
|
+
GAMES_COUNT: string;
|
|
202
|
+
MIN_DEPOSIT: string;
|
|
203
|
+
PAYOUT_SPEED: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
readonly casinoTable: {
|
|
207
|
+
column: {
|
|
208
|
+
ID: string;
|
|
209
|
+
LOGO: string;
|
|
210
|
+
NAME: string;
|
|
211
|
+
LICENSE: string;
|
|
212
|
+
BONUS: string;
|
|
213
|
+
INFO: string;
|
|
214
|
+
ACTIONS: string;
|
|
215
|
+
};
|
|
216
|
+
row: {
|
|
217
|
+
logo: {
|
|
218
|
+
bestChoiceBadge: string;
|
|
219
|
+
};
|
|
220
|
+
actions: {
|
|
221
|
+
getBonus: string;
|
|
222
|
+
readReview: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly copyText: {
|
|
227
|
+
title: string;
|
|
228
|
+
};
|
|
185
229
|
readonly gameDemo: {
|
|
186
230
|
warning: string;
|
|
187
231
|
action: {
|
|
@@ -191,6 +235,10 @@ declare const dictionary: {
|
|
|
191
235
|
deactivateFullscreen: string;
|
|
192
236
|
exit: string;
|
|
193
237
|
};
|
|
238
|
+
alert: {
|
|
239
|
+
title: string;
|
|
240
|
+
description: string;
|
|
241
|
+
};
|
|
194
242
|
};
|
|
195
243
|
readonly gameInfo: {
|
|
196
244
|
title: string;
|
|
@@ -276,5 +324,8 @@ declare const dictionary: {
|
|
|
276
324
|
collapse: string;
|
|
277
325
|
};
|
|
278
326
|
};
|
|
327
|
+
readonly informer: {
|
|
328
|
+
[x: string]: string;
|
|
329
|
+
};
|
|
279
330
|
};
|
|
280
331
|
export default dictionary;
|
|
@@ -182,6 +182,50 @@ declare const dictionary: {
|
|
|
182
182
|
description: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
+
readonly article: {
|
|
186
|
+
meta: {
|
|
187
|
+
author: string;
|
|
188
|
+
publicationDate: string;
|
|
189
|
+
readingTime: {
|
|
190
|
+
label: string;
|
|
191
|
+
count_one: string;
|
|
192
|
+
count_few: string;
|
|
193
|
+
count_many: string;
|
|
194
|
+
count_other: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly casinoInfo: {
|
|
199
|
+
feature: {
|
|
200
|
+
RTP: string;
|
|
201
|
+
GAMES_COUNT: string;
|
|
202
|
+
MIN_DEPOSIT: string;
|
|
203
|
+
PAYOUT_SPEED: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
readonly casinoTable: {
|
|
207
|
+
column: {
|
|
208
|
+
ID: string;
|
|
209
|
+
LOGO: string;
|
|
210
|
+
NAME: string;
|
|
211
|
+
LICENSE: string;
|
|
212
|
+
BONUS: string;
|
|
213
|
+
INFO: string;
|
|
214
|
+
ACTIONS: string;
|
|
215
|
+
};
|
|
216
|
+
row: {
|
|
217
|
+
logo: {
|
|
218
|
+
bestChoiceBadge: string;
|
|
219
|
+
};
|
|
220
|
+
actions: {
|
|
221
|
+
getBonus: string;
|
|
222
|
+
readReview: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly copyText: {
|
|
227
|
+
title: string;
|
|
228
|
+
};
|
|
185
229
|
readonly gameDemo: {
|
|
186
230
|
warning: string;
|
|
187
231
|
action: {
|
|
@@ -191,6 +235,10 @@ declare const dictionary: {
|
|
|
191
235
|
deactivateFullscreen: string;
|
|
192
236
|
exit: string;
|
|
193
237
|
};
|
|
238
|
+
alert: {
|
|
239
|
+
title: string;
|
|
240
|
+
description: string;
|
|
241
|
+
};
|
|
194
242
|
};
|
|
195
243
|
readonly gameInfo: {
|
|
196
244
|
title: string;
|
|
@@ -276,5 +324,8 @@ declare const dictionary: {
|
|
|
276
324
|
collapse: string;
|
|
277
325
|
};
|
|
278
326
|
};
|
|
327
|
+
readonly informer: {
|
|
328
|
+
[x: string]: string;
|
|
329
|
+
};
|
|
279
330
|
};
|
|
280
331
|
export default dictionary;
|
|
@@ -182,6 +182,50 @@ declare const dictionary: {
|
|
|
182
182
|
description: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
+
readonly article: {
|
|
186
|
+
meta: {
|
|
187
|
+
author: string;
|
|
188
|
+
publicationDate: string;
|
|
189
|
+
readingTime: {
|
|
190
|
+
label: string;
|
|
191
|
+
count_one: string;
|
|
192
|
+
count_few: string;
|
|
193
|
+
count_many: string;
|
|
194
|
+
count_other: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly casinoInfo: {
|
|
199
|
+
feature: {
|
|
200
|
+
RTP: string;
|
|
201
|
+
GAMES_COUNT: string;
|
|
202
|
+
MIN_DEPOSIT: string;
|
|
203
|
+
PAYOUT_SPEED: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
readonly casinoTable: {
|
|
207
|
+
column: {
|
|
208
|
+
ID: string;
|
|
209
|
+
LOGO: string;
|
|
210
|
+
NAME: string;
|
|
211
|
+
LICENSE: string;
|
|
212
|
+
BONUS: string;
|
|
213
|
+
INFO: string;
|
|
214
|
+
ACTIONS: string;
|
|
215
|
+
};
|
|
216
|
+
row: {
|
|
217
|
+
logo: {
|
|
218
|
+
bestChoiceBadge: string;
|
|
219
|
+
};
|
|
220
|
+
actions: {
|
|
221
|
+
getBonus: string;
|
|
222
|
+
readReview: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly copyText: {
|
|
227
|
+
title: string;
|
|
228
|
+
};
|
|
185
229
|
readonly gameDemo: {
|
|
186
230
|
warning: string;
|
|
187
231
|
action: {
|
|
@@ -191,6 +235,10 @@ declare const dictionary: {
|
|
|
191
235
|
deactivateFullscreen: string;
|
|
192
236
|
exit: string;
|
|
193
237
|
};
|
|
238
|
+
alert: {
|
|
239
|
+
title: string;
|
|
240
|
+
description: string;
|
|
241
|
+
};
|
|
194
242
|
};
|
|
195
243
|
readonly gameInfo: {
|
|
196
244
|
title: string;
|
|
@@ -276,5 +324,8 @@ declare const dictionary: {
|
|
|
276
324
|
collapse: string;
|
|
277
325
|
};
|
|
278
326
|
};
|
|
327
|
+
readonly informer: {
|
|
328
|
+
[x: string]: string;
|
|
329
|
+
};
|
|
279
330
|
};
|
|
280
331
|
export default dictionary;
|
|
@@ -182,6 +182,50 @@ declare const dictionary: {
|
|
|
182
182
|
description: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
+
readonly article: {
|
|
186
|
+
meta: {
|
|
187
|
+
author: string;
|
|
188
|
+
publicationDate: string;
|
|
189
|
+
readingTime: {
|
|
190
|
+
label: string;
|
|
191
|
+
count_one: string;
|
|
192
|
+
count_few: string;
|
|
193
|
+
count_many: string;
|
|
194
|
+
count_other: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly casinoInfo: {
|
|
199
|
+
feature: {
|
|
200
|
+
RTP: string;
|
|
201
|
+
GAMES_COUNT: string;
|
|
202
|
+
MIN_DEPOSIT: string;
|
|
203
|
+
PAYOUT_SPEED: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
readonly casinoTable: {
|
|
207
|
+
column: {
|
|
208
|
+
ID: string;
|
|
209
|
+
LOGO: string;
|
|
210
|
+
NAME: string;
|
|
211
|
+
LICENSE: string;
|
|
212
|
+
BONUS: string;
|
|
213
|
+
INFO: string;
|
|
214
|
+
ACTIONS: string;
|
|
215
|
+
};
|
|
216
|
+
row: {
|
|
217
|
+
logo: {
|
|
218
|
+
bestChoiceBadge: string;
|
|
219
|
+
};
|
|
220
|
+
actions: {
|
|
221
|
+
getBonus: string;
|
|
222
|
+
readReview: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly copyText: {
|
|
227
|
+
title: string;
|
|
228
|
+
};
|
|
185
229
|
readonly gameDemo: {
|
|
186
230
|
warning: string;
|
|
187
231
|
action: {
|
|
@@ -191,6 +235,10 @@ declare const dictionary: {
|
|
|
191
235
|
deactivateFullscreen: string;
|
|
192
236
|
exit: string;
|
|
193
237
|
};
|
|
238
|
+
alert: {
|
|
239
|
+
title: string;
|
|
240
|
+
description: string;
|
|
241
|
+
};
|
|
194
242
|
};
|
|
195
243
|
readonly gameInfo: {
|
|
196
244
|
title: string;
|
|
@@ -276,5 +324,8 @@ declare const dictionary: {
|
|
|
276
324
|
collapse: string;
|
|
277
325
|
};
|
|
278
326
|
};
|
|
327
|
+
readonly informer: {
|
|
328
|
+
[x: string]: string;
|
|
329
|
+
};
|
|
279
330
|
};
|
|
280
331
|
export default dictionary;
|
|
@@ -182,6 +182,50 @@ declare const dictionary: {
|
|
|
182
182
|
description: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
+
readonly article: {
|
|
186
|
+
meta: {
|
|
187
|
+
author: string;
|
|
188
|
+
publicationDate: string;
|
|
189
|
+
readingTime: {
|
|
190
|
+
label: string;
|
|
191
|
+
count_one: string;
|
|
192
|
+
count_few: string;
|
|
193
|
+
count_many: string;
|
|
194
|
+
count_other: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly casinoInfo: {
|
|
199
|
+
feature: {
|
|
200
|
+
RTP: string;
|
|
201
|
+
GAMES_COUNT: string;
|
|
202
|
+
MIN_DEPOSIT: string;
|
|
203
|
+
PAYOUT_SPEED: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
readonly casinoTable: {
|
|
207
|
+
column: {
|
|
208
|
+
ID: string;
|
|
209
|
+
LOGO: string;
|
|
210
|
+
NAME: string;
|
|
211
|
+
LICENSE: string;
|
|
212
|
+
BONUS: string;
|
|
213
|
+
INFO: string;
|
|
214
|
+
ACTIONS: string;
|
|
215
|
+
};
|
|
216
|
+
row: {
|
|
217
|
+
logo: {
|
|
218
|
+
bestChoiceBadge: string;
|
|
219
|
+
};
|
|
220
|
+
actions: {
|
|
221
|
+
getBonus: string;
|
|
222
|
+
readReview: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly copyText: {
|
|
227
|
+
title: string;
|
|
228
|
+
};
|
|
185
229
|
readonly gameDemo: {
|
|
186
230
|
warning: string;
|
|
187
231
|
action: {
|
|
@@ -191,6 +235,10 @@ declare const dictionary: {
|
|
|
191
235
|
deactivateFullscreen: string;
|
|
192
236
|
exit: string;
|
|
193
237
|
};
|
|
238
|
+
alert: {
|
|
239
|
+
title: string;
|
|
240
|
+
description: string;
|
|
241
|
+
};
|
|
194
242
|
};
|
|
195
243
|
readonly gameInfo: {
|
|
196
244
|
title: string;
|
|
@@ -276,5 +324,8 @@ declare const dictionary: {
|
|
|
276
324
|
collapse: string;
|
|
277
325
|
};
|
|
278
326
|
};
|
|
327
|
+
readonly informer: {
|
|
328
|
+
[x: string]: string;
|
|
329
|
+
};
|
|
279
330
|
};
|
|
280
331
|
export default dictionary;
|
|
@@ -182,6 +182,50 @@ declare const dictionary: {
|
|
|
182
182
|
description: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
+
readonly article: {
|
|
186
|
+
meta: {
|
|
187
|
+
author: string;
|
|
188
|
+
publicationDate: string;
|
|
189
|
+
readingTime: {
|
|
190
|
+
label: string;
|
|
191
|
+
count_one: string;
|
|
192
|
+
count_few: string;
|
|
193
|
+
count_many: string;
|
|
194
|
+
count_other: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly casinoInfo: {
|
|
199
|
+
feature: {
|
|
200
|
+
RTP: string;
|
|
201
|
+
GAMES_COUNT: string;
|
|
202
|
+
MIN_DEPOSIT: string;
|
|
203
|
+
PAYOUT_SPEED: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
readonly casinoTable: {
|
|
207
|
+
column: {
|
|
208
|
+
ID: string;
|
|
209
|
+
LOGO: string;
|
|
210
|
+
NAME: string;
|
|
211
|
+
LICENSE: string;
|
|
212
|
+
BONUS: string;
|
|
213
|
+
INFO: string;
|
|
214
|
+
ACTIONS: string;
|
|
215
|
+
};
|
|
216
|
+
row: {
|
|
217
|
+
logo: {
|
|
218
|
+
bestChoiceBadge: string;
|
|
219
|
+
};
|
|
220
|
+
actions: {
|
|
221
|
+
getBonus: string;
|
|
222
|
+
readReview: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly copyText: {
|
|
227
|
+
title: string;
|
|
228
|
+
};
|
|
185
229
|
readonly gameDemo: {
|
|
186
230
|
warning: string;
|
|
187
231
|
action: {
|
|
@@ -191,6 +235,10 @@ declare const dictionary: {
|
|
|
191
235
|
deactivateFullscreen: string;
|
|
192
236
|
exit: string;
|
|
193
237
|
};
|
|
238
|
+
alert: {
|
|
239
|
+
title: string;
|
|
240
|
+
description: string;
|
|
241
|
+
};
|
|
194
242
|
};
|
|
195
243
|
readonly gameInfo: {
|
|
196
244
|
title: string;
|
|
@@ -276,5 +324,8 @@ declare const dictionary: {
|
|
|
276
324
|
collapse: string;
|
|
277
325
|
};
|
|
278
326
|
};
|
|
327
|
+
readonly informer: {
|
|
328
|
+
[x: string]: string;
|
|
329
|
+
};
|
|
279
330
|
};
|
|
280
331
|
export default dictionary;
|
|
@@ -182,6 +182,50 @@ declare const dictionary: {
|
|
|
182
182
|
description: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
+
readonly article: {
|
|
186
|
+
meta: {
|
|
187
|
+
author: string;
|
|
188
|
+
publicationDate: string;
|
|
189
|
+
readingTime: {
|
|
190
|
+
label: string;
|
|
191
|
+
count_one: string;
|
|
192
|
+
count_few: string;
|
|
193
|
+
count_many: string;
|
|
194
|
+
count_other: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly casinoInfo: {
|
|
199
|
+
feature: {
|
|
200
|
+
RTP: string;
|
|
201
|
+
GAMES_COUNT: string;
|
|
202
|
+
MIN_DEPOSIT: string;
|
|
203
|
+
PAYOUT_SPEED: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
readonly casinoTable: {
|
|
207
|
+
column: {
|
|
208
|
+
ID: string;
|
|
209
|
+
LOGO: string;
|
|
210
|
+
NAME: string;
|
|
211
|
+
LICENSE: string;
|
|
212
|
+
BONUS: string;
|
|
213
|
+
INFO: string;
|
|
214
|
+
ACTIONS: string;
|
|
215
|
+
};
|
|
216
|
+
row: {
|
|
217
|
+
logo: {
|
|
218
|
+
bestChoiceBadge: string;
|
|
219
|
+
};
|
|
220
|
+
actions: {
|
|
221
|
+
getBonus: string;
|
|
222
|
+
readReview: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly copyText: {
|
|
227
|
+
title: string;
|
|
228
|
+
};
|
|
185
229
|
readonly gameDemo: {
|
|
186
230
|
warning: string;
|
|
187
231
|
action: {
|
|
@@ -191,6 +235,10 @@ declare const dictionary: {
|
|
|
191
235
|
deactivateFullscreen: string;
|
|
192
236
|
exit: string;
|
|
193
237
|
};
|
|
238
|
+
alert: {
|
|
239
|
+
title: string;
|
|
240
|
+
description: string;
|
|
241
|
+
};
|
|
194
242
|
};
|
|
195
243
|
readonly gameInfo: {
|
|
196
244
|
title: string;
|
|
@@ -276,5 +324,8 @@ declare const dictionary: {
|
|
|
276
324
|
collapse: string;
|
|
277
325
|
};
|
|
278
326
|
};
|
|
327
|
+
readonly informer: {
|
|
328
|
+
[x: string]: string;
|
|
329
|
+
};
|
|
279
330
|
};
|
|
280
331
|
export default dictionary;
|