@everymatrix/player-bonus-history 1.35.0 → 1.36.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/player-bonus-history",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.36.0",
|
4
4
|
"main": "dist/player-bonus-history",
|
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
@@ -61,5 +61,12 @@ export const TRANSLATIONS = {
|
|
61
61
|
"dateTo": "A:",
|
62
62
|
"dateFilter": "Filtro",
|
63
63
|
"noBonusHistory": "No tiene bonus para el periodo seleccionado"
|
64
|
+
},
|
65
|
+
"tr": {
|
66
|
+
"title": "Bonus Geçmişi",
|
67
|
+
"dateFrom": "İtibaren:",
|
68
|
+
"dateTo": "İle:",
|
69
|
+
"dateFilter": "Filtre",
|
70
|
+
"noBonusHistory": "Seçilen dönem için bonusunuz yok."
|
64
71
|
}
|
65
72
|
}
|