@everymatrix/player-active-bonuses 1.24.7 → 1.26.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-active-bonuses",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.0",
|
|
4
4
|
"main": "dist/player-active-bonuses",
|
|
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": "5abe76b491406787c17e946ad3c79676a0554d8b"
|
|
39
39
|
}
|
package/src/translations.js
CHANGED
|
@@ -70,5 +70,17 @@ export const TRANSLATIONS = {
|
|
|
70
70
|
"forfeitBonusCancel": "Cancelar",
|
|
71
71
|
"successMessage": "Bônus reivindicado!",
|
|
72
72
|
"errorMessage": "Bônus inválido"
|
|
73
|
+
},
|
|
74
|
+
"hr": {
|
|
75
|
+
"title": "Aktivni bonusi",
|
|
76
|
+
"bonusCode": "Imate li bonus kod?",
|
|
77
|
+
"getBonus": "Preuzmi bonus",
|
|
78
|
+
"invalidBonusCode": "Navedeni bonus kod je nevažeći.",
|
|
79
|
+
"noActiveBonuses": "Trenutno nemate aktivnih bonusa.",
|
|
80
|
+
"forfeitBonus": "Jeste li sigurni da želite otkazati bonus?",
|
|
81
|
+
"forfeitBonusConfirm": "Potvrdi",
|
|
82
|
+
"forfeitBonusCancel": "Otkaži",
|
|
83
|
+
"successMessage": "Preuzet bonus!",
|
|
84
|
+
"errorMessage": "Nevažeći bonus"
|
|
73
85
|
}
|
|
74
86
|
}
|