@everymatrix/player-bonus-history 1.25.0 → 1.27.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.27.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": "f6ec9c7a552b5acad22390148d440b8050572424"
|
39
39
|
}
|
package/src/translations.js
CHANGED
@@ -40,5 +40,12 @@ export const TRANSLATIONS = {
|
|
40
40
|
"dateTo": "Para:",
|
41
41
|
"dateFilter": "Filtro:",
|
42
42
|
"noBonusHistory": "Você não tem histórico de bônus no momento."
|
43
|
+
},
|
44
|
+
"hr": {
|
45
|
+
"title": "Povijest bonusa",
|
46
|
+
"dateFrom": "Od:",
|
47
|
+
"dateTo": "Do:",
|
48
|
+
"dateFilter": "Filter",
|
49
|
+
"noBonusHistory": "Nemate bonusa za odabrano razdoblje."
|
43
50
|
}
|
44
51
|
}
|