@everymatrix/player-bonus-card 0.0.281 → 0.0.284
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.
|
|
3
|
+
"version": "0.0.284",
|
|
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": "3ac9350aedecfd71862267436a50699f50fc6a01"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -20,5 +20,27 @@ export const PlayerBonusCardTranslations = {
|
|
|
20
20
|
remainingBonus: `Bonus rămas`,
|
|
21
21
|
forfeitBonus: `Anulează bonusul`
|
|
22
22
|
}
|
|
23
|
-
}
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
bonusCard: {
|
|
26
|
+
date: `Fecha de entrega del bono:`,
|
|
27
|
+
bonusName: `Nombre del bono`,
|
|
28
|
+
bonusType: `Tipo de bono`,
|
|
29
|
+
bonusAmount: `Cantidad del bono`,
|
|
30
|
+
wageringAmount: `Cantidad de apuesta`,
|
|
31
|
+
remainingBonus: `Cantidad de bonificación restante`,
|
|
32
|
+
forfeitBonus: `Bono de pérdida`
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
pt: {
|
|
36
|
+
bonusCard: {
|
|
37
|
+
date: `Data de atribuição do bônus:`,
|
|
38
|
+
bonusName: `Nome do bônus`,
|
|
39
|
+
bonusType: `Tipo de bônus`,
|
|
40
|
+
bonusAmount: `Valor do bônus`,
|
|
41
|
+
wageringAmount: `Valor da aposta`,
|
|
42
|
+
remainingBonus: `Valor do bônus restante`,
|
|
43
|
+
forfeitBonus: `Bônus de Perda`
|
|
44
|
+
}
|
|
45
|
+
},
|
|
24
46
|
};
|