@everymatrix/casino-game-thumbnail 0.0.90 → 0.0.94

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.
@@ -4458,23 +4458,23 @@
4458
4458
  const GameThumbnailTranslations = {
4459
4459
  en: {
4460
4460
  gameThumbnail: {
4461
- playNow: 'Play Now',
4461
+ playNow: 'Start now!',
4462
4462
  new: 'NEW',
4463
- hot: 'HOT'
4463
+ hot: 'Hot'
4464
4464
  }
4465
4465
  },
4466
4466
  de: {
4467
4467
  gameThumbnail: {
4468
- playNow: 'Jetzt spielen',
4468
+ playNow: 'Jetzt starten!',
4469
4469
  new: 'NEU',
4470
- hot: 'HEISS'
4470
+ hot: 'Hot'
4471
4471
  }
4472
4472
  },
4473
4473
  it: {
4474
4474
  gameThumbnail: {
4475
- playNow: 'Gioca Ora',
4476
- new: 'NUOVO',
4477
- hot: 'CALDO'
4475
+ playNow: 'Inizia ora!',
4476
+ new: 'NOVITÀ',
4477
+ hot: 'HOT'
4478
4478
  }
4479
4479
  },
4480
4480
  fr: {
@@ -4511,6 +4511,48 @@
4511
4511
  new: 'NOU',
4512
4512
  hot: 'POPULAR'
4513
4513
  }
4514
+ },
4515
+ hr: {
4516
+ gameThumbnail: {
4517
+ playNow: 'Započnite sada!',
4518
+ new: 'NOVO',
4519
+ hot: 'Vruće'
4520
+ }
4521
+ },
4522
+ hu: {
4523
+ gameThumbnail: {
4524
+ playNow: 'Játsszon most!',
4525
+ new: 'ÚJ',
4526
+ hot: 'Hot'
4527
+ }
4528
+ },
4529
+ pl: {
4530
+ gameThumbnail: {
4531
+ playNow: 'Rozpocznij teraz!',
4532
+ new: 'NOWOŚĆ',
4533
+ hot: 'Hot'
4534
+ }
4535
+ },
4536
+ pt: {
4537
+ gameThumbnail: {
4538
+ playNow: 'Comece agora!',
4539
+ new: 'NOVO',
4540
+ hot: 'Hot'
4541
+ }
4542
+ },
4543
+ sl: {
4544
+ gameThumbnail: {
4545
+ playNow: 'Začnite zdaj!',
4546
+ new: 'NOVO',
4547
+ hot: 'Vroče'
4548
+ }
4549
+ },
4550
+ sr: {
4551
+ gameThumbnail: {
4552
+ playNow: 'Započnite sada!',
4553
+ new: 'NOVO',
4554
+ hot: 'Vruće'
4555
+ }
4514
4556
  }
4515
4557
  };
4516
4558