@everymatrix/player-bonus-card 1.25.0 → 1.27.0
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.27.0",
|
|
4
4
|
"main": "dist/player-bonus-card",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "f6ec9c7a552b5acad22390148d440b8050572424"
|
|
39
39
|
}
|
package/src/translations.js
CHANGED
|
@@ -10,7 +10,7 @@ export const TRANSLATIONS = {
|
|
|
10
10
|
"active": "active",
|
|
11
11
|
"released": "released",
|
|
12
12
|
"expired": "expired",
|
|
13
|
-
"forfeited": "forfeited"
|
|
13
|
+
"forfeited": "forfeited"
|
|
14
14
|
},
|
|
15
15
|
"zh-hk": {
|
|
16
16
|
"date": "授予日期:",
|
|
@@ -23,7 +23,7 @@ export const TRANSLATIONS = {
|
|
|
23
23
|
"active": "active",
|
|
24
24
|
"released": "released",
|
|
25
25
|
"expired": "expired",
|
|
26
|
-
"forfeited": "forfeited"
|
|
26
|
+
"forfeited": "forfeited"
|
|
27
27
|
},
|
|
28
28
|
"fr": {
|
|
29
29
|
"date": "Date d'attribution:",
|
|
@@ -36,7 +36,7 @@ export const TRANSLATIONS = {
|
|
|
36
36
|
"active": "active",
|
|
37
37
|
"released": "released",
|
|
38
38
|
"expired": "expired",
|
|
39
|
-
"forfeited": "forfeited"
|
|
39
|
+
"forfeited": "forfeited"
|
|
40
40
|
},
|
|
41
41
|
"ro": {
|
|
42
42
|
"date": "Dată Alocare:",
|
|
@@ -49,7 +49,7 @@ export const TRANSLATIONS = {
|
|
|
49
49
|
"active": "active",
|
|
50
50
|
"released": "released",
|
|
51
51
|
"expired": "expired",
|
|
52
|
-
"forfeited": "forfeited"
|
|
52
|
+
"forfeited": "forfeited"
|
|
53
53
|
},
|
|
54
54
|
"es": {
|
|
55
55
|
"date": "Fecha de Canje",
|
|
@@ -62,7 +62,7 @@ export const TRANSLATIONS = {
|
|
|
62
62
|
"active": "Activo",
|
|
63
63
|
"released": "released",
|
|
64
64
|
"expired": "expired",
|
|
65
|
-
"forfeited": "forfeited"
|
|
65
|
+
"forfeited": "forfeited"
|
|
66
66
|
},
|
|
67
67
|
"pt": {
|
|
68
68
|
"date": "Data de atribuição do bônus:",
|
|
@@ -75,6 +75,19 @@ export const TRANSLATIONS = {
|
|
|
75
75
|
"active": "active",
|
|
76
76
|
"released": "released",
|
|
77
77
|
"expired": "expired",
|
|
78
|
-
"forfeited": "forfeited"
|
|
78
|
+
"forfeited": "forfeited"
|
|
79
|
+
},
|
|
80
|
+
"hr": {
|
|
81
|
+
"date": "Odobreni datum:",
|
|
82
|
+
"bonusName": "Ime bonusa",
|
|
83
|
+
"bonusType": "Vrsta bonusa",
|
|
84
|
+
"bonusAmount": "Iznos bonusa",
|
|
85
|
+
"wageringAmount": "Potrebno odigrati",
|
|
86
|
+
"remainingBonus": "Trenutno stanje bonusa",
|
|
87
|
+
"forfeitBonus": "Otkaži bonus",
|
|
88
|
+
"active": "activan",
|
|
89
|
+
"released": "razriješen",
|
|
90
|
+
"expired": "Istekao",
|
|
91
|
+
"forfeited": "otkazan"
|
|
79
92
|
}
|
|
80
93
|
}
|