@everymatrix/player-bonus-card 0.0.284 → 0.0.285
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.285",
|
|
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": "e2ab83a03870fbcab9c88dd68379d235ca766614"
|
|
40
40
|
}
|
package/src/translations.js
CHANGED
|
@@ -10,6 +10,17 @@ export const PlayerBonusCardTranslations = {
|
|
|
10
10
|
forfeitBonus: `Forfeit Bonus`
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
|
+
fr: {
|
|
14
|
+
bonusCard: {
|
|
15
|
+
date: `Date d'attribution:`,
|
|
16
|
+
bonusName: `Nom du bonus`,
|
|
17
|
+
bonusType: `Type de bonus`,
|
|
18
|
+
bonusAmount: `Montant du bonus`,
|
|
19
|
+
wageringAmount: `Montant de la mise`,
|
|
20
|
+
remainingBonus: `Montant du bonus restant`,
|
|
21
|
+
forfeitBonus: `Supprimer le bonus`
|
|
22
|
+
}
|
|
23
|
+
},
|
|
13
24
|
ro: {
|
|
14
25
|
bonusCard: {
|
|
15
26
|
date: `Dată Alocare:`,
|