@everymatrix/player-bonus-card 1.35.0 → 1.36.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.36.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": "09be81de9c66446d0062303022d5f036d874d153"
|
|
39
39
|
}
|
package/src/translations.js
CHANGED
|
@@ -115,5 +115,18 @@ export const TRANSLATIONS = {
|
|
|
115
115
|
"released": "Liberado",
|
|
116
116
|
"expired": "Expirado",
|
|
117
117
|
"forfeited": "Perdido"
|
|
118
|
+
},
|
|
119
|
+
"tr": {
|
|
120
|
+
"date": "Verilen tarih:",
|
|
121
|
+
"bonusName": "Bonus Adı",
|
|
122
|
+
"bonusType": "Bonus Türü",
|
|
123
|
+
"bonusAmount": "Bonus Tutarı",
|
|
124
|
+
"wageringAmount": "Bahis İlerlemesi (Rollover)",
|
|
125
|
+
"remainingBonus": "Mevcut Bonus Bakiyesi",
|
|
126
|
+
"forfeitBonus": "Fesih Bonusu",
|
|
127
|
+
"active": "aktif",
|
|
128
|
+
"released": "piyasaya sürülmüş",
|
|
129
|
+
"expired": "günü geçmiş",
|
|
130
|
+
"forfeited": "kaybedilen"
|
|
118
131
|
}
|
|
119
132
|
}
|