@telefonica/mistica 16.4.0 → 16.6.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/css/mistica.css +1 -1
- package/css/vivo-new.css +11 -11
- package/dist/accordion.css-mistica.js +16 -13
- package/dist/accordion.css.d.ts +1 -0
- package/dist/accordion.d.ts +4 -0
- package/dist/accordion.js +110 -93
- package/dist/callout.js +27 -15
- package/dist/card.css-mistica.js +5 -5
- package/dist/card.d.ts +9 -1
- package/dist/card.js +611 -475
- package/dist/community/advanced-data-card.css-mistica.js +14 -11
- package/dist/community/advanced-data-card.css.d.ts +1 -0
- package/dist/community/advanced-data-card.d.ts +1 -1
- package/dist/community/advanced-data-card.js +172 -85
- package/dist/cover-hero.css-mistica.js +14 -11
- package/dist/cover-hero.css.d.ts +1 -0
- package/dist/cover-hero.d.ts +1 -0
- package/dist/cover-hero.js +101 -59
- package/dist/empty-state.js +24 -15
- package/dist/header.css-mistica.js +6 -3
- package/dist/header.css.d.ts +1 -0
- package/dist/header.d.ts +3 -2
- package/dist/header.js +148 -79
- package/dist/hero.css-mistica.js +11 -8
- package/dist/hero.css.d.ts +1 -0
- package/dist/hero.d.ts +2 -1
- package/dist/hero.js +102 -68
- package/dist/highlighted-card.js +32 -23
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -0
- package/dist/maybe-dismissable.js +8 -5
- package/dist/meter.d.ts +23 -0
- package/dist/meter.js +400 -0
- package/dist/mosaic.d.ts +6 -2
- package/dist/mosaic.js +50 -48
- package/dist/navigation-bar.css-mistica.js +96 -37
- package/dist/navigation-bar.css.d.ts +27 -1
- package/dist/navigation-bar.d.ts +65 -30
- package/dist/navigation-bar.js +818 -193
- package/dist/package-version.js +1 -1
- package/dist/sheet-common.css-mistica.js +16 -10
- package/dist/sheet-common.css.d.ts +3 -1
- package/dist/sheet-common.js +78 -70
- package/dist/sheet-info.css-mistica.js +15 -4
- package/dist/sheet-info.css.d.ts +2 -0
- package/dist/sheet-info.d.ts +3 -0
- package/dist/sheet-info.js +61 -43
- package/dist/sheet-native.js +59 -48
- package/dist/sheet-types.d.ts +6 -1
- package/dist/sheet-web.js +6 -4
- package/dist/skins/blau.js +94 -94
- package/dist/skins/movistar.js +94 -94
- package/dist/skins/o2-new.js +94 -94
- package/dist/skins/o2.js +94 -94
- package/dist/skins/telefonica.js +94 -94
- package/dist/skins/tu.js +94 -94
- package/dist/skins/vivo-new.js +98 -98
- package/dist/skins/vivo.js +94 -94
- package/dist/text-tokens.d.ts +14 -0
- package/dist/text-tokens.js +134 -102
- package/dist/theme-context-provider.js +60 -50
- package/dist/theme.d.ts +3 -2
- package/dist/theme.js +20 -17
- package/dist/utils/headings.d.ts +2 -0
- package/dist/utils/headings.js +11 -0
- package/dist/utils/types.d.ts +1 -0
- package/dist-es/accordion.css-mistica.js +7 -7
- package/dist-es/accordion.js +140 -123
- package/dist-es/callout.js +55 -43
- package/dist-es/card.css-mistica.js +2 -2
- package/dist-es/card.js +721 -588
- package/dist-es/community/advanced-data-card.css-mistica.js +3 -3
- package/dist-es/community/advanced-data-card.js +217 -130
- package/dist-es/cover-hero.css-mistica.js +3 -3
- package/dist-es/cover-hero.js +132 -90
- package/dist-es/empty-state.js +40 -31
- package/dist-es/header.css-mistica.js +2 -2
- package/dist-es/header.js +174 -104
- package/dist-es/hero.css-mistica.js +2 -2
- package/dist-es/hero.js +150 -115
- package/dist-es/highlighted-card.js +36 -27
- package/dist-es/index.js +1839 -1838
- package/dist-es/maybe-dismissable.js +17 -14
- package/dist-es/meter.js +346 -0
- package/dist-es/mosaic.js +73 -71
- package/dist-es/navigation-bar.css-mistica.js +14 -15
- package/dist-es/navigation-bar.js +864 -240
- package/dist-es/package-version.js +1 -1
- package/dist-es/sheet-common.css-mistica.js +2 -2
- package/dist-es/sheet-common.js +124 -116
- package/dist-es/sheet-info.css-mistica.js +2 -2
- package/dist-es/sheet-info.js +74 -56
- package/dist-es/sheet-native.js +59 -48
- package/dist-es/sheet-web.js +10 -8
- package/dist-es/skins/blau.js +94 -94
- package/dist-es/skins/movistar.js +94 -94
- package/dist-es/skins/o2-new.js +94 -94
- package/dist-es/skins/o2.js +94 -94
- package/dist-es/skins/telefonica.js +94 -94
- package/dist-es/skins/tu.js +94 -94
- package/dist-es/skins/vivo-new.js +98 -98
- package/dist-es/skins/vivo.js +94 -94
- package/dist-es/style.css +1 -1
- package/dist-es/text-tokens.js +72 -52
- package/dist-es/theme-context-provider.js +88 -78
- package/dist-es/theme.js +20 -20
- package/dist-es/utils/headings.js +2 -0
- package/package.json +2 -1
package/dist/text-tokens.js
CHANGED
|
@@ -10,40 +10,40 @@ function _export(target, all) {
|
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
12
|
backNavigationBar: function() {
|
|
13
|
-
return
|
|
13
|
+
return P;
|
|
14
14
|
},
|
|
15
15
|
carouselNextButton: function() {
|
|
16
|
-
return
|
|
16
|
+
return F;
|
|
17
17
|
},
|
|
18
18
|
carouselPrevButton: function() {
|
|
19
|
-
return
|
|
19
|
+
return O;
|
|
20
20
|
},
|
|
21
21
|
clearButton: function() {
|
|
22
|
-
return
|
|
22
|
+
return k;
|
|
23
23
|
},
|
|
24
24
|
closeButtonLabel: function() {
|
|
25
|
-
return
|
|
25
|
+
return B;
|
|
26
26
|
},
|
|
27
27
|
closeNavigationMenu: function() {
|
|
28
|
-
return
|
|
28
|
+
return I;
|
|
29
29
|
},
|
|
30
30
|
counterDecreaseLabel: function() {
|
|
31
|
-
return
|
|
31
|
+
return Z;
|
|
32
32
|
},
|
|
33
33
|
counterIncreaseLabel: function() {
|
|
34
|
-
return
|
|
34
|
+
return W;
|
|
35
35
|
},
|
|
36
36
|
counterMaxValue: function() {
|
|
37
|
-
return
|
|
37
|
+
return J;
|
|
38
38
|
},
|
|
39
39
|
counterMinValue: function() {
|
|
40
|
-
return
|
|
40
|
+
return K;
|
|
41
41
|
},
|
|
42
42
|
counterQuantity: function() {
|
|
43
|
-
return
|
|
43
|
+
return G;
|
|
44
44
|
},
|
|
45
45
|
counterRemoveLabel: function() {
|
|
46
|
-
return
|
|
46
|
+
return q;
|
|
47
47
|
},
|
|
48
48
|
dialogAcceptButton: function() {
|
|
49
49
|
return d;
|
|
@@ -61,7 +61,7 @@ _export(exports, {
|
|
|
61
61
|
return e;
|
|
62
62
|
},
|
|
63
63
|
formCreditCardCvvError: function() {
|
|
64
|
-
return
|
|
64
|
+
return b;
|
|
65
65
|
},
|
|
66
66
|
formCreditCardCvvLabel: function() {
|
|
67
67
|
return g;
|
|
@@ -76,7 +76,7 @@ _export(exports, {
|
|
|
76
76
|
return h;
|
|
77
77
|
},
|
|
78
78
|
formCreditCardCvvTooltipVisaMcButtonOpen: function() {
|
|
79
|
-
return
|
|
79
|
+
return C;
|
|
80
80
|
},
|
|
81
81
|
formCreditCardExpirationError: function() {
|
|
82
82
|
return V;
|
|
@@ -85,16 +85,16 @@ _export(exports, {
|
|
|
85
85
|
return p;
|
|
86
86
|
},
|
|
87
87
|
formCreditCardNumberError: function() {
|
|
88
|
-
return
|
|
88
|
+
return $;
|
|
89
89
|
},
|
|
90
90
|
formCreditCardNumberLabel: function() {
|
|
91
91
|
return m;
|
|
92
92
|
},
|
|
93
93
|
formDateOutOfRangeError: function() {
|
|
94
|
-
return
|
|
94
|
+
return L;
|
|
95
95
|
},
|
|
96
96
|
formEmailError: function() {
|
|
97
|
-
return
|
|
97
|
+
return A;
|
|
98
98
|
},
|
|
99
99
|
formErrorsAlertMessage: function() {
|
|
100
100
|
return c;
|
|
@@ -106,25 +106,37 @@ _export(exports, {
|
|
|
106
106
|
return l;
|
|
107
107
|
},
|
|
108
108
|
formIbanError: function() {
|
|
109
|
-
return
|
|
109
|
+
return S;
|
|
110
110
|
},
|
|
111
111
|
formSearchClear: function() {
|
|
112
|
-
return
|
|
112
|
+
return E;
|
|
113
113
|
},
|
|
114
114
|
formTextMultilineMaxCount: function() {
|
|
115
|
-
return
|
|
115
|
+
return M;
|
|
116
116
|
},
|
|
117
117
|
linkOpensInCurrentPage: function() {
|
|
118
118
|
return r;
|
|
119
119
|
},
|
|
120
120
|
linkOpensInNewTab: function() {
|
|
121
|
-
return
|
|
121
|
+
return o;
|
|
122
122
|
},
|
|
123
123
|
loading: function() {
|
|
124
|
-
return
|
|
124
|
+
return s;
|
|
125
|
+
},
|
|
126
|
+
mainNavigationBarOpenSectionMenu: function() {
|
|
127
|
+
return D;
|
|
128
|
+
},
|
|
129
|
+
mainNavigationBarSectionSeeAll: function() {
|
|
130
|
+
return N;
|
|
125
131
|
},
|
|
126
132
|
menuLabelSuffix: function() {
|
|
127
|
-
return
|
|
133
|
+
return y;
|
|
134
|
+
},
|
|
135
|
+
meterSectionLabel: function() {
|
|
136
|
+
return ve;
|
|
137
|
+
},
|
|
138
|
+
meterTotalLabel: function() {
|
|
139
|
+
return he;
|
|
128
140
|
},
|
|
129
141
|
modalClose: function() {
|
|
130
142
|
return a;
|
|
@@ -133,88 +145,88 @@ _export(exports, {
|
|
|
133
145
|
return x;
|
|
134
146
|
},
|
|
135
147
|
pauseIconButtonLabel: function() {
|
|
136
|
-
return
|
|
148
|
+
return T;
|
|
137
149
|
},
|
|
138
150
|
pinFieldInputLabel: function() {
|
|
139
|
-
return
|
|
151
|
+
return j;
|
|
140
152
|
},
|
|
141
153
|
playIconButtonLabel: function() {
|
|
142
|
-
return
|
|
154
|
+
return w;
|
|
143
155
|
},
|
|
144
156
|
progressBarCompletedLabel: function() {
|
|
145
|
-
return
|
|
157
|
+
return z;
|
|
146
158
|
},
|
|
147
159
|
progressBarStepLabel: function() {
|
|
148
|
-
return
|
|
160
|
+
return H;
|
|
149
161
|
},
|
|
150
162
|
ratingBadLabel: function() {
|
|
151
|
-
return
|
|
163
|
+
return me;
|
|
152
164
|
},
|
|
153
165
|
ratingGoodLabel: function() {
|
|
154
|
-
return
|
|
166
|
+
return ge;
|
|
155
167
|
},
|
|
156
168
|
ratingQuantitativeLabel: function() {
|
|
157
|
-
return
|
|
169
|
+
return Ce;
|
|
158
170
|
},
|
|
159
171
|
ratingRegularLabel: function() {
|
|
160
|
-
return
|
|
172
|
+
return pe;
|
|
161
173
|
},
|
|
162
174
|
ratingVeryBadLabel: function() {
|
|
163
|
-
return
|
|
175
|
+
return ue;
|
|
164
176
|
},
|
|
165
177
|
ratingVeryGoodLabel: function() {
|
|
166
|
-
return
|
|
178
|
+
return be;
|
|
167
179
|
},
|
|
168
180
|
sheetConfirmButton: function() {
|
|
169
|
-
return
|
|
181
|
+
return R;
|
|
170
182
|
},
|
|
171
183
|
tableActionsHeaderLabel: function() {
|
|
172
|
-
return
|
|
184
|
+
return le;
|
|
173
185
|
},
|
|
174
186
|
timerAnd: function() {
|
|
175
|
-
return
|
|
187
|
+
return _;
|
|
176
188
|
},
|
|
177
189
|
timerDayLongLabel: function() {
|
|
178
|
-
return
|
|
190
|
+
return ee;
|
|
179
191
|
},
|
|
180
192
|
timerDaysLongLabel: function() {
|
|
181
|
-
return
|
|
193
|
+
return ne;
|
|
182
194
|
},
|
|
183
195
|
timerDaysShortLabel: function() {
|
|
184
|
-
return
|
|
196
|
+
return Q;
|
|
185
197
|
},
|
|
186
198
|
timerDisplayMinutesLabel: function() {
|
|
187
|
-
return
|
|
199
|
+
return de;
|
|
188
200
|
},
|
|
189
201
|
timerDisplaySecondsLabel: function() {
|
|
190
|
-
return
|
|
202
|
+
return ce;
|
|
191
203
|
},
|
|
192
204
|
timerHourLongLabel: function() {
|
|
193
|
-
return
|
|
205
|
+
return te;
|
|
194
206
|
},
|
|
195
207
|
timerHoursLongLabel: function() {
|
|
196
|
-
return
|
|
208
|
+
return se;
|
|
197
209
|
},
|
|
198
210
|
timerHoursShortLabel: function() {
|
|
199
|
-
return
|
|
211
|
+
return U;
|
|
200
212
|
},
|
|
201
213
|
timerMinuteLongLabel: function() {
|
|
202
|
-
return
|
|
214
|
+
return oe;
|
|
203
215
|
},
|
|
204
216
|
timerMinutesLongLabel: function() {
|
|
205
|
-
return
|
|
217
|
+
return re;
|
|
206
218
|
},
|
|
207
219
|
timerMinutesShortLabel: function() {
|
|
208
|
-
return
|
|
220
|
+
return Y;
|
|
209
221
|
},
|
|
210
222
|
timerSecondLongLabel: function() {
|
|
211
|
-
return
|
|
223
|
+
return ae;
|
|
212
224
|
},
|
|
213
225
|
timerSecondsLongLabel: function() {
|
|
214
|
-
return
|
|
226
|
+
return ie;
|
|
215
227
|
},
|
|
216
228
|
timerSecondsShortLabel: function() {
|
|
217
|
-
return
|
|
229
|
+
return X;
|
|
218
230
|
}
|
|
219
231
|
});
|
|
220
232
|
const e = {
|
|
@@ -232,12 +244,12 @@ const e = {
|
|
|
232
244
|
en: "Hide password",
|
|
233
245
|
de: "Passwort verbergen",
|
|
234
246
|
pt: "esconder a senha"
|
|
235
|
-
},
|
|
247
|
+
}, s = {
|
|
236
248
|
es: "Cargando",
|
|
237
249
|
en: "Loading",
|
|
238
250
|
de: "Wird gespeichert",
|
|
239
251
|
pt: "Carregando"
|
|
240
|
-
},
|
|
252
|
+
}, o = {
|
|
241
253
|
es: "Se abre en ventana nueva",
|
|
242
254
|
en: "Opens in a new window",
|
|
243
255
|
de: "Wird in neuem Fenster ge\xf6ffnet",
|
|
@@ -292,12 +304,12 @@ const e = {
|
|
|
292
304
|
en: "CVV",
|
|
293
305
|
de: "CVV",
|
|
294
306
|
pt: "CVV"
|
|
295
|
-
},
|
|
307
|
+
}, b = {
|
|
296
308
|
es: "CVV incorrecto",
|
|
297
309
|
en: "Incorrect CVV",
|
|
298
310
|
de: "Falsche CVV",
|
|
299
311
|
pt: "CVV incorreto"
|
|
300
|
-
},
|
|
312
|
+
}, C = {
|
|
301
313
|
es: "Mostrar ayuda CVV",
|
|
302
314
|
en: "Show CVV help",
|
|
303
315
|
de: "CVV-Hilfe anzeigen",
|
|
@@ -322,42 +334,42 @@ const e = {
|
|
|
322
334
|
en: "Invalid date",
|
|
323
335
|
de: "Datum ung\xfcltig",
|
|
324
336
|
pt: "Data inv\xe1lida"
|
|
325
|
-
},
|
|
337
|
+
}, $ = {
|
|
326
338
|
es: "No es un n\xfamero de tarjeta v\xe1lido",
|
|
327
339
|
en: "The card number is not valid",
|
|
328
340
|
de: "Kartennummer ung\xfcltig",
|
|
329
341
|
pt: "N\xe3o \xe9 um n\xfamero de cart\xe3o v\xe1lido"
|
|
330
|
-
},
|
|
342
|
+
}, L = {
|
|
331
343
|
es: "Fecha no permitida",
|
|
332
344
|
en: "Invalid date",
|
|
333
345
|
de: "Unzul\xe4ssiges Datum",
|
|
334
346
|
pt: "Data n\xe3o permitida"
|
|
335
|
-
},
|
|
347
|
+
}, A = {
|
|
336
348
|
es: "Email incorrecto",
|
|
337
349
|
en: "Invalid email",
|
|
338
350
|
de: "Falsche E-Mail-Adresse",
|
|
339
351
|
pt: "Email incorreto"
|
|
340
|
-
},
|
|
352
|
+
}, S = {
|
|
341
353
|
es: "IBAN incorrecto",
|
|
342
354
|
en: "Incorrect IBAN",
|
|
343
355
|
de: "Falsche IBAN",
|
|
344
356
|
pt: "IBAN incorreto"
|
|
345
|
-
},
|
|
357
|
+
}, M = {
|
|
346
358
|
es: "1$s de 2$s caracteres",
|
|
347
359
|
en: "1$s of 2$s characters",
|
|
348
360
|
de: "1$s von 2$s Zeichen",
|
|
349
361
|
pt: "1$s de 2$s caracteres"
|
|
350
|
-
},
|
|
362
|
+
}, B = {
|
|
351
363
|
es: "Cerrar",
|
|
352
364
|
en: "Close",
|
|
353
365
|
de: "Schlie\xdfen",
|
|
354
366
|
pt: "Fechar"
|
|
355
|
-
},
|
|
367
|
+
}, E = {
|
|
356
368
|
es: "Borrar b\xfasqueda",
|
|
357
369
|
en: "Clear search",
|
|
358
370
|
de: "Suche l\xf6schen",
|
|
359
371
|
pt: "Apagar pesquisa"
|
|
360
|
-
},
|
|
372
|
+
}, y = {
|
|
361
373
|
es: "men\xfa",
|
|
362
374
|
en: "menu",
|
|
363
375
|
de: "Men\xfc",
|
|
@@ -367,199 +379,219 @@ const e = {
|
|
|
367
379
|
en: "Open navigation menu",
|
|
368
380
|
de: "Navigationsmen\xfc \xf6ffnen",
|
|
369
381
|
pt: "Abrir menu de navega\xe7\xe3o"
|
|
370
|
-
},
|
|
382
|
+
}, I = {
|
|
371
383
|
es: "Cerrar men\xfa de navegaci\xf3n",
|
|
372
384
|
en: "Close navigation menu",
|
|
373
385
|
de: "Navigationsmen\xfc schlie\xdfen",
|
|
374
386
|
pt: "Fechar menu de navega\xe7\xe3o"
|
|
375
|
-
},
|
|
387
|
+
}, D = {
|
|
388
|
+
es: "Abrir submen\xfa",
|
|
389
|
+
en: "Open submenu",
|
|
390
|
+
de: "Untermen\xfc \xf6ffnen",
|
|
391
|
+
pt: "Abrir submenu"
|
|
392
|
+
}, N = {
|
|
393
|
+
es: "Ver todo",
|
|
394
|
+
en: "See all",
|
|
395
|
+
de: "Alle anzeigen",
|
|
396
|
+
pt: "Ver tudo"
|
|
397
|
+
}, P = {
|
|
376
398
|
es: "Atr\xe1s",
|
|
377
399
|
en: "Back",
|
|
378
400
|
de: "Zur\xfcck",
|
|
379
401
|
pt: "Voltar"
|
|
380
|
-
},
|
|
402
|
+
}, k = {
|
|
381
403
|
es: "Borrar",
|
|
382
404
|
en: "Clear",
|
|
383
405
|
de: "L\xf6schen",
|
|
384
406
|
pt: "Apagar"
|
|
385
|
-
},
|
|
407
|
+
}, F = {
|
|
386
408
|
es: "siguiente",
|
|
387
409
|
en: "next",
|
|
388
410
|
de: "n\xe4chste",
|
|
389
411
|
pt: "pr\xf3ximo"
|
|
390
|
-
},
|
|
412
|
+
}, O = {
|
|
391
413
|
es: "anterior",
|
|
392
414
|
en: "previous",
|
|
393
415
|
de: "vorherige",
|
|
394
416
|
pt: "anterior"
|
|
395
|
-
},
|
|
417
|
+
}, w = {
|
|
396
418
|
es: "Reproducir",
|
|
397
419
|
en: "Play",
|
|
398
420
|
de: "Abspielen",
|
|
399
421
|
pt: "Reproduzir"
|
|
400
|
-
},
|
|
422
|
+
}, T = {
|
|
401
423
|
es: "Pausar",
|
|
402
424
|
en: "Pause",
|
|
403
425
|
de: "Pausieren",
|
|
404
426
|
pt: "Pausar"
|
|
405
|
-
},
|
|
427
|
+
}, R = {
|
|
406
428
|
es: "Continuar",
|
|
407
429
|
en: "Continue",
|
|
408
430
|
de: "Fortfahren",
|
|
409
431
|
pt: "Continuar"
|
|
410
|
-
},
|
|
432
|
+
}, z = {
|
|
411
433
|
es: "completo",
|
|
412
434
|
en: "completed",
|
|
413
435
|
de: "vollendet",
|
|
414
436
|
pt: "conclu\xeddo"
|
|
415
|
-
},
|
|
437
|
+
}, H = {
|
|
416
438
|
es: "Paso 1$s de 2$s",
|
|
417
439
|
en: "Step 1$s of 2$s",
|
|
418
440
|
de: "Schritt 1$s von 2$s",
|
|
419
441
|
pt: "Etapa 1$s de 2$s"
|
|
420
|
-
},
|
|
442
|
+
}, j = {
|
|
421
443
|
es: "D\xedgito 1$s de 2$s",
|
|
422
444
|
en: "Digit 1$s of 2$s",
|
|
423
445
|
de: "Ziffer 1$s von 2$s",
|
|
424
446
|
pt: "D\xedgito 1$s de 2$s"
|
|
425
|
-
},
|
|
447
|
+
}, q = {
|
|
426
448
|
es: "Borrar elemento",
|
|
427
449
|
en: "Remove element",
|
|
428
450
|
de: "Element entfernen",
|
|
429
451
|
pt: "Remover elemento"
|
|
430
|
-
},
|
|
452
|
+
}, W = {
|
|
431
453
|
es: "Aumentar valor",
|
|
432
454
|
en: "Increase value",
|
|
433
455
|
de: "Wert steigern",
|
|
434
456
|
pt: "aumentar valor"
|
|
435
|
-
},
|
|
457
|
+
}, Z = {
|
|
436
458
|
es: "Disminuir valor",
|
|
437
459
|
en: "Decrease value",
|
|
438
460
|
de: "Wert verringern",
|
|
439
461
|
pt: "diminuir valor"
|
|
440
|
-
},
|
|
462
|
+
}, G = {
|
|
441
463
|
es: "cantidad",
|
|
442
464
|
en: "quantity",
|
|
443
465
|
de: "menge",
|
|
444
466
|
pt: "quantidade"
|
|
445
|
-
},
|
|
467
|
+
}, K = {
|
|
446
468
|
es: "m\xednimo",
|
|
447
469
|
en: "minimum of",
|
|
448
470
|
de: "minimal",
|
|
449
471
|
pt: "m\xednimo"
|
|
450
|
-
},
|
|
472
|
+
}, J = {
|
|
451
473
|
es: "m\xe1ximo",
|
|
452
474
|
en: "maximum of",
|
|
453
475
|
de: "maximal",
|
|
454
476
|
pt: "m\xe1ximo"
|
|
455
|
-
},
|
|
477
|
+
}, Q = {
|
|
456
478
|
es: "d",
|
|
457
479
|
en: "d",
|
|
458
480
|
de: "Tg.",
|
|
459
481
|
pt: "d"
|
|
460
|
-
},
|
|
482
|
+
}, U = {
|
|
461
483
|
es: "h",
|
|
462
484
|
en: "h",
|
|
463
485
|
de: "Std.",
|
|
464
486
|
pt: "h"
|
|
465
|
-
},
|
|
487
|
+
}, Y = {
|
|
466
488
|
es: "min",
|
|
467
489
|
en: "min",
|
|
468
490
|
de: "Min.",
|
|
469
491
|
pt: "min"
|
|
470
|
-
},
|
|
492
|
+
}, X = {
|
|
471
493
|
es: "s",
|
|
472
494
|
en: "s",
|
|
473
495
|
de: "Sek.",
|
|
474
496
|
pt: "s"
|
|
475
|
-
},
|
|
497
|
+
}, _ = {
|
|
476
498
|
es: "y",
|
|
477
499
|
en: "and",
|
|
478
500
|
de: "und",
|
|
479
501
|
pt: "e"
|
|
480
|
-
},
|
|
502
|
+
}, ee = {
|
|
481
503
|
es: "d\xeda",
|
|
482
504
|
en: "day",
|
|
483
505
|
de: "Tag",
|
|
484
506
|
pt: "dia"
|
|
485
|
-
},
|
|
507
|
+
}, ne = {
|
|
486
508
|
es: "d\xedas",
|
|
487
509
|
en: "days",
|
|
488
510
|
de: "Tage",
|
|
489
511
|
pt: "dias"
|
|
490
|
-
},
|
|
512
|
+
}, te = {
|
|
491
513
|
es: "hora",
|
|
492
514
|
en: "hour",
|
|
493
515
|
de: "Stunde",
|
|
494
516
|
pt: "hora"
|
|
495
|
-
},
|
|
517
|
+
}, se = {
|
|
496
518
|
es: "horas",
|
|
497
519
|
en: "hours",
|
|
498
520
|
de: "Stunden",
|
|
499
521
|
pt: "horas"
|
|
500
|
-
},
|
|
522
|
+
}, oe = {
|
|
501
523
|
es: "minuto",
|
|
502
524
|
en: "minute",
|
|
503
525
|
de: "Minute",
|
|
504
526
|
pt: "minuto"
|
|
505
|
-
},
|
|
527
|
+
}, re = {
|
|
506
528
|
es: "minutos",
|
|
507
529
|
en: "minutes",
|
|
508
530
|
de: "Minuten",
|
|
509
531
|
pt: "minutos"
|
|
510
|
-
},
|
|
532
|
+
}, ae = {
|
|
511
533
|
es: "segundo",
|
|
512
534
|
en: "second",
|
|
513
535
|
de: "Sekunde",
|
|
514
536
|
pt: "segundo"
|
|
515
|
-
},
|
|
537
|
+
}, ie = {
|
|
516
538
|
es: "segundos",
|
|
517
539
|
en: "seconds",
|
|
518
540
|
de: "Sekunden",
|
|
519
541
|
pt: "segundos"
|
|
520
|
-
},
|
|
542
|
+
}, de = {
|
|
521
543
|
es: "min",
|
|
522
544
|
en: "min",
|
|
523
545
|
de: "Min.",
|
|
524
546
|
pt: "min"
|
|
525
|
-
},
|
|
547
|
+
}, ce = {
|
|
526
548
|
es: "seg",
|
|
527
549
|
en: "sec",
|
|
528
550
|
de: "Sek.",
|
|
529
551
|
pt: "seg"
|
|
530
|
-
},
|
|
552
|
+
}, le = {
|
|
531
553
|
es: "Acciones",
|
|
532
554
|
en: "Actions",
|
|
533
555
|
de: "Aktionen",
|
|
534
556
|
pt: "A\xe7\xf5es"
|
|
535
|
-
},
|
|
557
|
+
}, ue = {
|
|
536
558
|
es: "muy malo",
|
|
537
559
|
en: "very bad",
|
|
538
560
|
de: "sehr schlecht",
|
|
539
561
|
pt: "muito ruim"
|
|
540
|
-
},
|
|
562
|
+
}, me = {
|
|
541
563
|
es: "malo",
|
|
542
564
|
en: "bad",
|
|
543
565
|
de: "schlecht",
|
|
544
566
|
pt: "ruim"
|
|
545
|
-
},
|
|
567
|
+
}, pe = {
|
|
546
568
|
es: "regular",
|
|
547
569
|
en: "regular",
|
|
548
570
|
de: "regular",
|
|
549
571
|
pt: "regular"
|
|
550
|
-
},
|
|
572
|
+
}, ge = {
|
|
551
573
|
es: "bueno",
|
|
552
574
|
en: "good",
|
|
553
575
|
de: "gut",
|
|
554
576
|
pt: "bom"
|
|
555
|
-
},
|
|
577
|
+
}, be = {
|
|
556
578
|
es: "muy bueno",
|
|
557
579
|
en: "very good",
|
|
558
580
|
de: "sehr gut",
|
|
559
581
|
pt: "muito bom"
|
|
560
|
-
},
|
|
582
|
+
}, Ce = {
|
|
561
583
|
es: "1$s de 2$s",
|
|
562
584
|
en: "1$s out of 2$s",
|
|
563
585
|
de: "1$s von 2$s",
|
|
564
586
|
pt: "1$s de 2$s"
|
|
587
|
+
}, he = {
|
|
588
|
+
es: "Indicador de progreso con 1$s secciones, total 2$s% de 100%.",
|
|
589
|
+
en: "Gauge chart 1$s segments, total 2$s% out of 100%.",
|
|
590
|
+
de: "Fortschrittsanzeige mit 1$s Abschnitten, insgesamt 2$s% von 100%.",
|
|
591
|
+
pt: "Indicador de progresso com 1$s se\xe7\xf5es, total 2$s% de 100%."
|
|
592
|
+
}, ve = {
|
|
593
|
+
es: "Secci\xf3n 1$s: 2$s%",
|
|
594
|
+
en: "Segment 1$s: 2$s%",
|
|
595
|
+
de: "Abschnitt 1$s: 2$s%",
|
|
596
|
+
pt: "Se\xe7\xe3o 1$s: 2$s%"
|
|
565
597
|
};
|