@everymatrix/player-bonus-card 1.3.4 → 1.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-bonus-card",
3
- "version": "1.3.4",
3
+ "version": "1.4.1",
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": "61b113dba12330dbbaeef6e4ba84771630a15e7f"
39
+ "gitHead": "1d59a96e434455c55cc56d4e7655e9fbd4de8141"
40
40
  }
@@ -45,13 +45,13 @@ export const PlayerBonusCardTranslations = {
45
45
  },
46
46
  es: {
47
47
  bonusCard: {
48
- date: `Fecha de entrega del bono:`,
49
- bonusName: `Nombre del bono`,
50
- bonusType: `Tipo de bono`,
51
- bonusAmount: `Cantidad del bono`,
52
- wageringAmount: `Cantidad de apuesta`,
53
- remainingBonus: `Cantidad de bonificación restante`,
54
- forfeitBonus: `Bono de pérdida`
48
+ date: `Fecha de envío:`,
49
+ bonusName: `Nombre de Bono`,
50
+ bonusType: `Tipo de Bono`,
51
+ bonusAmount: `Monto de Bono`,
52
+ wageringAmount: `Monto apostado`,
53
+ remainingBonus: `Monto restante de Bono`,
54
+ forfeitBonus: `Perder Bono`
55
55
  }
56
56
  },
57
57
  pt: {