@everymatrix/player-bonus-history 1.4.0 → 1.5.2
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.5.2",
|
4
4
|
"main": "dist/player-bonus-history",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -37,5 +37,5 @@
|
|
37
37
|
"publishConfig": {
|
38
38
|
"access": "public"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "c0184ad3edaaa8f9ce54289cf544bb0589ef1fbe"
|
41
41
|
}
|
package/src/translations.js
CHANGED
@@ -37,11 +37,11 @@ export const PlayerBonusHistoryTranslations = {
|
|
37
37
|
},
|
38
38
|
es: {
|
39
39
|
bonusHistory: {
|
40
|
-
title: `Historial de
|
40
|
+
title: `Historial de Bonos`,
|
41
41
|
dateFrom: `Desde:`,
|
42
|
-
dateTo: `
|
43
|
-
dateFilter: `Filtro
|
44
|
-
noBonusHistory: `
|
42
|
+
dateTo: `A:`,
|
43
|
+
dateFilter: `Filtro`,
|
44
|
+
noBonusHistory: `No tiene Bonos para el periodo seleccionado.`
|
45
45
|
}
|
46
46
|
},
|
47
47
|
pt: {
|