@everymatrix/lottery-program-wof 1.31.1 → 1.31.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/lottery-program-wof",
3
- "version": "1.31.1",
3
+ "version": "1.31.2",
4
4
  "main": "dist/lottery-program-wof.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "0b3995d8c9121bfc27eb9aed6a034bbd1583400b"
42
+ "gitHead": "ced96438778b5026f2dcfb9a87463aa4f1edaa62"
43
43
  }
@@ -23,22 +23,172 @@ export const TRANSLATIONS = {
23
23
  "Loss": "OOPs! You are close to a prize!"
24
24
  }
25
25
  },
26
+ "hr": {
27
+ "wof": {
28
+ "NoContent": "Nemate nijedan dostupan lutrijski program.",
29
+ "NoNext": "Nemate dostupnih okretaja. Molimo provjerite <a href=\"javascript:void(0)\">Uvjeti i odredbe</a>",
30
+ "NoHistories": "Nema povijesti",
31
+ "Program": "Program",
32
+ "History": "Povijest",
33
+ "ActiveTickets": "Aktivne Karte",
34
+ "ImplicitTickets": "Implicitne Karte",
35
+ "RemainingTimes": "Preostalo Vrijeme",
36
+ "Retry": "Mreža je trenutno zauzeta, molimo kliknite OK za ponovno okretanje",
37
+ "ShowNext": "Kolo će biti dostupno<br /> <strong>{startTime}</strong> <br />Molimo pričekajte da se otvori.",
38
+ "DrawFailed": "Dodjela nagrada možda nije uspjela, molimo kontaktirajte korisničku podršku za više detalja",
39
+ "Timeout": "Mreža je trenutno zauzeta, molimo pokušajte kasnije.",
40
+ "ErrorNetwork": "Niste povezani, molimo provjerite postavke mreže",
41
+ "ErrorJSON": "Neočekivan odgovor podataka, molimo kontaktirajte korisničku podršku",
42
+ "Congratulation": "Čestitamo! Osvojili ste {prize}!",
43
+ "OK": "OK",
44
+ "Rewards": "Nagrade",
45
+ "Status": "Status",
46
+ "Time": "Vrijeme",
47
+ "Loss": "OOPs! Blizu ste nagrade!"
48
+ }
49
+ },
26
50
  "zh": {
27
- "wof": {}
51
+ "wof": {
52
+ "NoContent": "You don't have any lottery programs available now.",
53
+ "NoNext": "You don't have any spins available. Please check <a href=\"javascript:void(0)\">Terms and Conditions</a>",
54
+ "NoHistories": "No histories",
55
+ "Program": "Program",
56
+ "History": "History",
57
+ "ActiveTickets": "Active Tickets",
58
+ "ImplicitTickets": "Implicit Tickets",
59
+ "RemainingTimes": "Remaining Times",
60
+ "Retry": "Network is a bit busy now, please click OK to re-spin",
61
+ "ShowNext": "The Wheel will be available on<br /> <strong>{startTime}</strong> <br />Please wait till it is open.",
62
+ "DrawFailed": "The prize assignment may be failed, please contact customer support for more details",
63
+ "Timeout": "Network is a bit busy now, please try again later.",
64
+ "ErrorNetwork": "You are offline, please check your network settings",
65
+ "ErrorJSON": "Unexpected Data Response, please contact customer support",
66
+ "Congratulation": "Congratulations! You won a {prize}!",
67
+ "OK": "OK",
68
+ "Rewards": "Rewards",
69
+ "Status": "Status",
70
+ "Time": "Time",
71
+ "Loss": "OOPs! You are close to a prize!"
72
+ }
28
73
  },
29
74
  "fr": {
30
- "wof": {}
75
+ "wof": {
76
+ "NoContent": "You don't have any lottery programs available now.",
77
+ "NoNext": "You don't have any spins available. Please check <a href=\"javascript:void(0)\">Terms and Conditions</a>",
78
+ "NoHistories": "No histories",
79
+ "Program": "Program",
80
+ "History": "History",
81
+ "ActiveTickets": "Active Tickets",
82
+ "ImplicitTickets": "Implicit Tickets",
83
+ "RemainingTimes": "Remaining Times",
84
+ "Retry": "Network is a bit busy now, please click OK to re-spin",
85
+ "ShowNext": "The Wheel will be available on<br /> <strong>{startTime}</strong> <br />Please wait till it is open.",
86
+ "DrawFailed": "The prize assignment may be failed, please contact customer support for more details",
87
+ "Timeout": "Network is a bit busy now, please try again later.",
88
+ "ErrorNetwork": "You are offline, please check your network settings",
89
+ "ErrorJSON": "Unexpected Data Response, please contact customer support",
90
+ "Congratulation": "Congratulations! You won a {prize}!",
91
+ "OK": "OK",
92
+ "Rewards": "Rewards",
93
+ "Status": "Status",
94
+ "Time": "Time",
95
+ "Loss": "OOPs! You are close to a prize!"
96
+ }
31
97
  },
32
98
  "ro": {
33
- "wof": {}
99
+ "wof": {
100
+ "NoContent": "You don't have any lottery programs available now.",
101
+ "NoNext": "You don't have any spins available. Please check <a href=\"javascript:void(0)\">Terms and Conditions</a>",
102
+ "NoHistories": "No histories",
103
+ "Program": "Program",
104
+ "History": "History",
105
+ "ActiveTickets": "Active Tickets",
106
+ "ImplicitTickets": "Implicit Tickets",
107
+ "RemainingTimes": "Remaining Times",
108
+ "Retry": "Network is a bit busy now, please click OK to re-spin",
109
+ "ShowNext": "The Wheel will be available on<br /> <strong>{startTime}</strong> <br />Please wait till it is open.",
110
+ "DrawFailed": "The prize assignment may be failed, please contact customer support for more details",
111
+ "Timeout": "Network is a bit busy now, please try again later.",
112
+ "ErrorNetwork": "You are offline, please check your network settings",
113
+ "ErrorJSON": "Unexpected Data Response, please contact customer support",
114
+ "Congratulation": "Congratulations! You won a {prize}!",
115
+ "OK": "OK",
116
+ "Rewards": "Rewards",
117
+ "Status": "Status",
118
+ "Time": "Time",
119
+ "Loss": "OOPs! You are close to a prize!"
120
+ }
34
121
  },
35
122
  "es": {
36
- "wof": {}
123
+ "wof": {
124
+ "NoContent": "You don't have any lottery programs available now.",
125
+ "NoNext": "You don't have any spins available. Please check <a href=\"javascript:void(0)\">Terms and Conditions</a>",
126
+ "NoHistories": "No histories",
127
+ "Program": "Program",
128
+ "History": "History",
129
+ "ActiveTickets": "Active Tickets",
130
+ "ImplicitTickets": "Implicit Tickets",
131
+ "RemainingTimes": "Remaining Times",
132
+ "Retry": "Network is a bit busy now, please click OK to re-spin",
133
+ "ShowNext": "The Wheel will be available on<br /> <strong>{startTime}</strong> <br />Please wait till it is open.",
134
+ "DrawFailed": "The prize assignment may be failed, please contact customer support for more details",
135
+ "Timeout": "Network is a bit busy now, please try again later.",
136
+ "ErrorNetwork": "You are offline, please check your network settings",
137
+ "ErrorJSON": "Unexpected Data Response, please contact customer support",
138
+ "Congratulation": "Congratulations! You won a {prize}!",
139
+ "OK": "OK",
140
+ "Rewards": "Rewards",
141
+ "Status": "Status",
142
+ "Time": "Time",
143
+ "Loss": "OOPs! You are close to a prize!"
144
+ }
37
145
  },
38
146
  "pt": {
39
- "wof": {}
147
+ "wof": {
148
+ "NoContent": "You don't have any lottery programs available now.",
149
+ "NoNext": "You don't have any spins available. Please check <a href=\"javascript:void(0)\">Terms and Conditions</a>",
150
+ "NoHistories": "No histories",
151
+ "Program": "Program",
152
+ "History": "History",
153
+ "ActiveTickets": "Active Tickets",
154
+ "ImplicitTickets": "Implicit Tickets",
155
+ "RemainingTimes": "Remaining Times",
156
+ "Retry": "Network is a bit busy now, please click OK to re-spin",
157
+ "ShowNext": "The Wheel will be available on<br /> <strong>{startTime}</strong> <br />Please wait till it is open.",
158
+ "DrawFailed": "The prize assignment may be failed, please contact customer support for more details",
159
+ "Timeout": "Network is a bit busy now, please try again later.",
160
+ "ErrorNetwork": "You are offline, please check your network settings",
161
+ "ErrorJSON": "Unexpected Data Response, please contact customer support",
162
+ "Congratulation": "Congratulations! You won a {prize}!",
163
+ "OK": "OK",
164
+ "Rewards": "Rewards",
165
+ "Status": "Status",
166
+ "Time": "Time",
167
+ "Loss": "OOPs! You are close to a prize!"
168
+ }
40
169
  },
41
170
  "de": {
42
- "wof": {}
171
+ "wof": {
172
+ "NoContent": "You don't have any lottery programs available now.",
173
+ "NoNext": "You don't have any spins available. Please check <a href=\"javascript:void(0)\">Terms and Conditions</a>",
174
+ "NoHistories": "No histories",
175
+ "Program": "Program",
176
+ "History": "History",
177
+ "ActiveTickets": "Active Tickets",
178
+ "ImplicitTickets": "Implicit Tickets",
179
+ "RemainingTimes": "Remaining Times",
180
+ "Retry": "Network is a bit busy now, please click OK to re-spin",
181
+ "ShowNext": "The Wheel will be available on<br /> <strong>{startTime}</strong> <br />Please wait till it is open.",
182
+ "DrawFailed": "The prize assignment may be failed, please contact customer support for more details",
183
+ "Timeout": "Network is a bit busy now, please try again later.",
184
+ "ErrorNetwork": "You are offline, please check your network settings",
185
+ "ErrorJSON": "Unexpected Data Response, please contact customer support",
186
+ "Congratulation": "Congratulations! You won a {prize}!",
187
+ "OK": "OK",
188
+ "Rewards": "Rewards",
189
+ "Status": "Status",
190
+ "Time": "Time",
191
+ "Loss": "OOPs! You are close to a prize!"
192
+ }
43
193
  }
44
194
  }