@everymatrix/player-bonus-card 1.39.0 → 1.39.2
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.39.
|
|
3
|
+
"version": "1.39.2",
|
|
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": "fb533d03670d53bd356680ae1d7e216c391909d0"
|
|
39
39
|
}
|
package/src/translations.js
CHANGED
|
@@ -10,7 +10,8 @@ export const TRANSLATIONS = {
|
|
|
10
10
|
"active": "active",
|
|
11
11
|
"released": "released",
|
|
12
12
|
"expired": "expired",
|
|
13
|
-
"forfeited": "forfeited"
|
|
13
|
+
"forfeited": "forfeited",
|
|
14
|
+
"closed": "closed"
|
|
14
15
|
},
|
|
15
16
|
"zh-hk": {
|
|
16
17
|
"date": "授予日期:",
|
|
@@ -23,7 +24,8 @@ export const TRANSLATIONS = {
|
|
|
23
24
|
"active": "active",
|
|
24
25
|
"released": "released",
|
|
25
26
|
"expired": "expired",
|
|
26
|
-
"forfeited": "forfeited"
|
|
27
|
+
"forfeited": "forfeited",
|
|
28
|
+
"closed": "closed"
|
|
27
29
|
},
|
|
28
30
|
"fr": {
|
|
29
31
|
"date": "Date d'attribution:",
|
|
@@ -36,7 +38,8 @@ export const TRANSLATIONS = {
|
|
|
36
38
|
"active": "active",
|
|
37
39
|
"released": "released",
|
|
38
40
|
"expired": "expired",
|
|
39
|
-
"forfeited": "forfeited"
|
|
41
|
+
"forfeited": "forfeited",
|
|
42
|
+
"closed": "fermé"
|
|
40
43
|
},
|
|
41
44
|
"ro": {
|
|
42
45
|
"date": "Dată Alocare:",
|
|
@@ -49,7 +52,8 @@ export const TRANSLATIONS = {
|
|
|
49
52
|
"active": "active",
|
|
50
53
|
"released": "released",
|
|
51
54
|
"expired": "expired",
|
|
52
|
-
"forfeited": "forfeited"
|
|
55
|
+
"forfeited": "forfeited",
|
|
56
|
+
"closed": "închis"
|
|
53
57
|
},
|
|
54
58
|
"es": {
|
|
55
59
|
"date": "Fecha de Canje",
|
|
@@ -62,7 +66,8 @@ export const TRANSLATIONS = {
|
|
|
62
66
|
"active": "Activo",
|
|
63
67
|
"released": "released",
|
|
64
68
|
"expired": "expired",
|
|
65
|
-
"forfeited": "forfeited"
|
|
69
|
+
"forfeited": "forfeited",
|
|
70
|
+
"closed": "cerrado"
|
|
66
71
|
},
|
|
67
72
|
"pt": {
|
|
68
73
|
"date": "Data de atribuição do bônus:",
|
|
@@ -75,7 +80,8 @@ export const TRANSLATIONS = {
|
|
|
75
80
|
"active": "active",
|
|
76
81
|
"released": "released",
|
|
77
82
|
"expired": "expired",
|
|
78
|
-
"forfeited": "forfeited"
|
|
83
|
+
"forfeited": "forfeited",
|
|
84
|
+
"closed": "fechado"
|
|
79
85
|
},
|
|
80
86
|
"hr": {
|
|
81
87
|
"date": "Datum:",
|
|
@@ -88,7 +94,8 @@ export const TRANSLATIONS = {
|
|
|
88
94
|
"active": "aktivan",
|
|
89
95
|
"released": "razriješen",
|
|
90
96
|
"expired": "Istekao",
|
|
91
|
-
"forfeited": "otkazan"
|
|
97
|
+
"forfeited": "otkazan",
|
|
98
|
+
"closed": "Zatvoren"
|
|
92
99
|
},
|
|
93
100
|
"pt-br": {
|
|
94
101
|
"date": "Data concedida:",
|
|
@@ -101,7 +108,8 @@ export const TRANSLATIONS = {
|
|
|
101
108
|
"active": "Ativo",
|
|
102
109
|
"released": "Lançado",
|
|
103
110
|
"expired": "Expirado",
|
|
104
|
-
"forfeited": "Perdido"
|
|
111
|
+
"forfeited": "Perdido",
|
|
112
|
+
"closed": "fechado"
|
|
105
113
|
},
|
|
106
114
|
"es-mx": {
|
|
107
115
|
"date": "Fecha concedida:",
|
|
@@ -114,7 +122,8 @@ export const TRANSLATIONS = {
|
|
|
114
122
|
"active": "Activo",
|
|
115
123
|
"released": "Liberado",
|
|
116
124
|
"expired": "Expirado",
|
|
117
|
-
"forfeited": "Perdido"
|
|
125
|
+
"forfeited": "Perdido",
|
|
126
|
+
"closed": "cerrado"
|
|
118
127
|
},
|
|
119
128
|
"tr": {
|
|
120
129
|
"date": "Verilen tarih:",
|
|
@@ -127,6 +136,7 @@ export const TRANSLATIONS = {
|
|
|
127
136
|
"active": "aktif",
|
|
128
137
|
"released": "piyasaya sürülmüş",
|
|
129
138
|
"expired": "günü geçmiş",
|
|
130
|
-
"forfeited": "kaybedilen"
|
|
139
|
+
"forfeited": "kaybedilen",
|
|
140
|
+
"closed": "kapalı"
|
|
131
141
|
}
|
|
132
142
|
}
|