@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
|
+
"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": "
|
|
39
|
+
"gitHead": "1d59a96e434455c55cc56d4e7655e9fbd4de8141"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -45,13 +45,13 @@ export const PlayerBonusCardTranslations = {
|
|
|
45
45
|
},
|
|
46
46
|
es: {
|
|
47
47
|
bonusCard: {
|
|
48
|
-
date: `Fecha de
|
|
49
|
-
bonusName: `Nombre
|
|
50
|
-
bonusType: `Tipo de
|
|
51
|
-
bonusAmount: `
|
|
52
|
-
wageringAmount: `
|
|
53
|
-
remainingBonus: `
|
|
54
|
-
forfeitBonus: `Bono
|
|
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: {
|