@everymatrix/player-bonus-card 0.0.201 → 0.0.205

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-bonus-card",
3
- "version": "0.0.201",
3
+ "version": "0.0.205",
4
4
  "main": "dist/player-bonus-card",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "71051531499cfea745b53a0f7c0a77a252990ae7"
39
+ "gitHead": "6dce99b13a7f9044dfab5b03c11def9ce42cbbe3"
40
40
  }
@@ -12,13 +12,13 @@ export const PlayerBonusCardTranslations = {
12
12
  },
13
13
  ro: {
14
14
  bonusCard: {
15
- date: `Granted date:`,
16
- bonusName: `Bonus Name`,
17
- bonusType: `Bonus Type`,
18
- bonusAmount: `Bonus Amount`,
19
- wageringAmount: `Wagering Amount`,
20
- remainingBonus: `Remaining Bonus Amount`,
21
- forfeitBonus: `Forfeit Bonus`
15
+ date: `Dată Alocare:`,
16
+ bonusName: `Nume bonus`,
17
+ bonusType: `Tip de bonus`,
18
+ bonusAmount: `Sumă`,
19
+ wageringAmount: `Sumă de pariat`,
20
+ remainingBonus: `Bonus rămas`,
21
+ forfeitBonus: `Anulează bonusul`
22
22
  }
23
23
  }
24
24
  };