@spscommerce/i18n 8.52.0 → 8.52.1
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/lib/{browser-ponyfill-D7tZnTg2.js → browser-ponyfill-C9C4gW5S.js} +1 -1
- package/lib/{index-BCqYXhFv.js → index-WjQVqm1t.js} +406 -301
- package/lib/index.js +1 -1
- package/lib/index.umd.cjs +4 -4
- package/locales/de-DE/woodland.json +16 -1
- package/locales/en-US/woodland.json +10 -10
- package/locales/es-ES/woodland.json +17 -2
- package/locales/fr-CA/woodland.json +1 -1
- package/locales/fr-FR/woodland.json +16 -1
- package/locales/it-IT/woodland.json +17 -2
- package/locales/nl-NL/woodland.json +16 -1
- package/locales/zh-CN/woodland.json +16 -1
- package/locales/zh-TW/woodland.json +16 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createContext as
|
|
1
|
+
import { createContext as At, useContext as ut, createElement as le, isValidElement as ce, cloneElement as ie, useState as Ut, useRef as Oe, useEffect as Ee } from "react";
|
|
2
2
|
function R(n) {
|
|
3
3
|
"@babel/helpers - typeof";
|
|
4
4
|
return R = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
@@ -7,7 +7,7 @@ function R(n) {
|
|
|
7
7
|
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
8
8
|
}, R(n);
|
|
9
9
|
}
|
|
10
|
-
function
|
|
10
|
+
function jt(n, t) {
|
|
11
11
|
if (R(n) != "object" || !n) return n;
|
|
12
12
|
var a = n[Symbol.toPrimitive];
|
|
13
13
|
if (a !== void 0) {
|
|
@@ -18,7 +18,7 @@ function At(n, t) {
|
|
|
18
18
|
return String(n);
|
|
19
19
|
}
|
|
20
20
|
function ct(n) {
|
|
21
|
-
var t =
|
|
21
|
+
var t = jt(n, "string");
|
|
22
22
|
return R(t) == "symbol" ? t : t + "";
|
|
23
23
|
}
|
|
24
24
|
function me(n, t, a) {
|
|
@@ -40,7 +40,7 @@ function E(n) {
|
|
|
40
40
|
}
|
|
41
41
|
return n;
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function A(n, t) {
|
|
44
44
|
if (!(n instanceof t)) throw new TypeError("Cannot call a class as a function");
|
|
45
45
|
}
|
|
46
46
|
function Ie(n, t) {
|
|
@@ -49,7 +49,7 @@ function Ie(n, t) {
|
|
|
49
49
|
e.enumerable = e.enumerable || !1, e.configurable = !0, "value" in e && (e.writable = !0), Object.defineProperty(n, ct(e.key), e);
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
function
|
|
52
|
+
function U(n, t, a) {
|
|
53
53
|
return t && Ie(n.prototype, t), a && Ie(n, a), Object.defineProperty(n, "prototype", {
|
|
54
54
|
writable: !1
|
|
55
55
|
}), n;
|
|
@@ -63,10 +63,10 @@ function te(n, t) {
|
|
|
63
63
|
if (t !== void 0) throw new TypeError("Derived constructors may only return object or undefined");
|
|
64
64
|
return _(n);
|
|
65
65
|
}
|
|
66
|
-
function
|
|
67
|
-
return
|
|
66
|
+
function G(n) {
|
|
67
|
+
return G = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t) {
|
|
68
68
|
return t.__proto__ || Object.getPrototypeOf(t);
|
|
69
|
-
},
|
|
69
|
+
}, G(n);
|
|
70
70
|
}
|
|
71
71
|
function Re(n, t) {
|
|
72
72
|
return Re = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(a, e) {
|
|
@@ -85,7 +85,7 @@ function ve(n, t) {
|
|
|
85
85
|
writable: !1
|
|
86
86
|
}), t && Re(n, t);
|
|
87
87
|
}
|
|
88
|
-
var
|
|
88
|
+
var Bt = {
|
|
89
89
|
type: "logger",
|
|
90
90
|
log: function(t) {
|
|
91
91
|
this.output("log", t);
|
|
@@ -99,16 +99,16 @@ var Dt = {
|
|
|
99
99
|
output: function(t, a) {
|
|
100
100
|
console && console[t] && console[t].apply(console, a);
|
|
101
101
|
}
|
|
102
|
-
},
|
|
102
|
+
}, Dt = (function() {
|
|
103
103
|
function n(t) {
|
|
104
104
|
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
105
|
-
|
|
105
|
+
A(this, n), this.init(t, a);
|
|
106
106
|
}
|
|
107
|
-
return
|
|
107
|
+
return U(n, [{
|
|
108
108
|
key: "init",
|
|
109
109
|
value: function(a) {
|
|
110
110
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
111
|
-
this.prefix = e.prefix || "i18next:", this.logger = a ||
|
|
111
|
+
this.prefix = e.prefix || "i18next:", this.logger = a || Bt, this.options = e, this.debug = e.debug;
|
|
112
112
|
}
|
|
113
113
|
}, {
|
|
114
114
|
key: "setDebug",
|
|
@@ -156,11 +156,11 @@ var Dt = {
|
|
|
156
156
|
}, this.options));
|
|
157
157
|
}
|
|
158
158
|
}]), n;
|
|
159
|
-
})(),
|
|
159
|
+
})(), D = new Dt(), I = (function() {
|
|
160
160
|
function n() {
|
|
161
|
-
|
|
161
|
+
A(this, n), this.observers = {};
|
|
162
162
|
}
|
|
163
|
-
return
|
|
163
|
+
return U(n, [{
|
|
164
164
|
key: "on",
|
|
165
165
|
value: function(a, e) {
|
|
166
166
|
var r = this;
|
|
@@ -201,21 +201,21 @@ var Dt = {
|
|
|
201
201
|
}
|
|
202
202
|
}]), n;
|
|
203
203
|
})();
|
|
204
|
-
function
|
|
204
|
+
function Y() {
|
|
205
205
|
var n, t, a = new Promise(function(e, r) {
|
|
206
206
|
n = e, t = r;
|
|
207
207
|
});
|
|
208
208
|
return a.resolve = n, a.reject = t, a;
|
|
209
209
|
}
|
|
210
|
-
function
|
|
210
|
+
function ze(n) {
|
|
211
211
|
return n == null ? "" : "" + n;
|
|
212
212
|
}
|
|
213
|
-
function
|
|
213
|
+
function Nt(n, t, a) {
|
|
214
214
|
n.forEach(function(e) {
|
|
215
215
|
t[e] && (a[e] = t[e]);
|
|
216
216
|
});
|
|
217
217
|
}
|
|
218
|
-
function
|
|
218
|
+
function Be(n, t, a) {
|
|
219
219
|
function e(s) {
|
|
220
220
|
return s && s.indexOf("###") > -1 ? s.replace(/###/g, ".") : s;
|
|
221
221
|
}
|
|
@@ -232,20 +232,20 @@ function De(n, t, a) {
|
|
|
232
232
|
k: e(i.shift())
|
|
233
233
|
};
|
|
234
234
|
}
|
|
235
|
-
function
|
|
236
|
-
var e =
|
|
235
|
+
function Me(n, t, a) {
|
|
236
|
+
var e = Be(n, t, Object), r = e.obj, i = e.k;
|
|
237
237
|
r[i] = a;
|
|
238
238
|
}
|
|
239
239
|
function It(n, t, a, e) {
|
|
240
|
-
var r =
|
|
240
|
+
var r = Be(n, t, Object), i = r.obj, o = r.k;
|
|
241
241
|
i[o] = i[o] || [], i[o].push(a);
|
|
242
242
|
}
|
|
243
243
|
function de(n, t) {
|
|
244
|
-
var a =
|
|
244
|
+
var a = Be(n, t), e = a.obj, r = a.k;
|
|
245
245
|
if (e)
|
|
246
246
|
return e[r];
|
|
247
247
|
}
|
|
248
|
-
function
|
|
248
|
+
function Fe(n, t, a) {
|
|
249
249
|
var e = de(n, a);
|
|
250
250
|
return e !== void 0 ? e : de(t, a);
|
|
251
251
|
}
|
|
@@ -257,7 +257,7 @@ function dt(n, t, a) {
|
|
|
257
257
|
function Z(n) {
|
|
258
258
|
return n.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
259
259
|
}
|
|
260
|
-
var
|
|
260
|
+
var zt = {
|
|
261
261
|
"&": "&",
|
|
262
262
|
"<": "<",
|
|
263
263
|
">": ">",
|
|
@@ -265,21 +265,21 @@ var Ft = {
|
|
|
265
265
|
"'": "'",
|
|
266
266
|
"/": "/"
|
|
267
267
|
};
|
|
268
|
-
function
|
|
268
|
+
function Mt(n) {
|
|
269
269
|
return typeof n == "string" ? n.replace(/[&<>"'\/]/g, function(t) {
|
|
270
|
-
return
|
|
270
|
+
return zt[t];
|
|
271
271
|
}) : n;
|
|
272
272
|
}
|
|
273
|
-
var ye = typeof window < "u" && window.navigator && window.navigator.userAgent && window.navigator.userAgent.indexOf("MSIE") > -1,
|
|
273
|
+
var ye = typeof window < "u" && window.navigator && window.navigator.userAgent && window.navigator.userAgent.indexOf("MSIE") > -1, Ft = (function(n) {
|
|
274
274
|
ve(t, n);
|
|
275
275
|
function t(a) {
|
|
276
276
|
var e, r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
|
277
277
|
ns: ["translation"],
|
|
278
278
|
defaultNS: "translation"
|
|
279
279
|
};
|
|
280
|
-
return
|
|
280
|
+
return A(this, t), e = te(this, G(t).call(this)), ye && I.call(_(e)), e.data = a || {}, e.options = r, e.options.keySeparator === void 0 && (e.options.keySeparator = "."), e;
|
|
281
281
|
}
|
|
282
|
-
return
|
|
282
|
+
return U(t, [{
|
|
283
283
|
key: "addNamespaces",
|
|
284
284
|
value: function(e) {
|
|
285
285
|
this.options.ns.indexOf(e) < 0 && this.options.ns.push(e);
|
|
@@ -304,7 +304,7 @@ var ye = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
304
304
|
}, l = this.options.keySeparator;
|
|
305
305
|
l === void 0 && (l = ".");
|
|
306
306
|
var u = [e, r];
|
|
307
|
-
i && (u = u.concat(l ? i.split(l) : i)), e.indexOf(".") > -1 && (u = e.split("."), o = r, r = u[1]), this.addNamespaces(r),
|
|
307
|
+
i && (u = u.concat(l ? i.split(l) : i)), e.indexOf(".") > -1 && (u = e.split("."), o = r, r = u[1]), this.addNamespaces(r), Me(this.data, u, o), s.silent || this.emit("added", e, r, i, o);
|
|
308
308
|
}
|
|
309
309
|
}, {
|
|
310
310
|
key: "addResources",
|
|
@@ -326,7 +326,7 @@ var ye = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
326
326
|
}, u = [e, r];
|
|
327
327
|
e.indexOf(".") > -1 && (u = e.split("."), o = i, i = r, r = u[1]), this.addNamespaces(r);
|
|
328
328
|
var c = de(this.data, u) || {};
|
|
329
|
-
o ? dt(c, i, s) : c = E({}, c, i),
|
|
329
|
+
o ? dt(c, i, s) : c = E({}, c, i), Me(this.data, u, c), l.silent || this.emit("added", e, r, i);
|
|
330
330
|
}
|
|
331
331
|
}, {
|
|
332
332
|
key: "removeResourceBundle",
|
|
@@ -369,9 +369,9 @@ var ye = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
369
369
|
ve(t, n);
|
|
370
370
|
function t(a) {
|
|
371
371
|
var e, r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
372
|
-
return
|
|
372
|
+
return A(this, t), e = te(this, G(t).call(this)), ye && I.call(_(e)), Nt(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], a, _(e)), e.options = r, e.options.keySeparator === void 0 && (e.options.keySeparator = "."), e.logger = D.create("translator"), e;
|
|
373
373
|
}
|
|
374
|
-
return
|
|
374
|
+
return U(t, [{
|
|
375
375
|
key: "changeLanguage",
|
|
376
376
|
value: function(e) {
|
|
377
377
|
e && (this.language = e);
|
|
@@ -419,50 +419,50 @@ var ye = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
419
419
|
}
|
|
420
420
|
return u;
|
|
421
421
|
}
|
|
422
|
-
var m = this.resolve(e, r), p = m && m.res, v = m && m.usedKey || u, b = m && m.exactUsedKey || u,
|
|
423
|
-
if (y && p &&
|
|
422
|
+
var m = this.resolve(e, r), p = m && m.res, v = m && m.usedKey || u, b = m && m.exactUsedKey || u, x = Object.prototype.toString.apply(p), C = ["[object Number]", "[object Function]", "[object RegExp]"], T = r.joinArrays !== void 0 ? r.joinArrays : this.options.joinArrays, y = !this.i18nFormat || this.i18nFormat.handleAsObject, S = typeof p != "string" && typeof p != "boolean" && typeof p != "number";
|
|
423
|
+
if (y && p && S && C.indexOf(x) < 0 && !(typeof T == "string" && x === "[object Array]")) {
|
|
424
424
|
if (!r.returnObjects && !this.options.returnObjects)
|
|
425
425
|
return this.logger.warn("accessing an object - but returnObjects options is not enabled!"), this.options.returnedObjectHandler ? this.options.returnedObjectHandler(v, p, r) : "key '".concat(u, " (").concat(this.language, ")' returned an object instead of string.");
|
|
426
426
|
if (s) {
|
|
427
|
-
var
|
|
427
|
+
var L = x === "[object Array]", w = L ? [] : {}, k = L ? b : v;
|
|
428
428
|
for (var O in p)
|
|
429
429
|
if (Object.prototype.hasOwnProperty.call(p, O)) {
|
|
430
|
-
var K = "".concat(
|
|
431
|
-
|
|
430
|
+
var K = "".concat(k).concat(s).concat(O);
|
|
431
|
+
w[O] = this.translate(K, E({}, r, {
|
|
432
432
|
joinArrays: !1,
|
|
433
433
|
ns: c
|
|
434
|
-
})),
|
|
434
|
+
})), w[O] === K && (w[O] = p[O]);
|
|
435
435
|
}
|
|
436
|
-
p =
|
|
436
|
+
p = w;
|
|
437
437
|
}
|
|
438
|
-
} else if (y && typeof
|
|
439
|
-
p = p.join(
|
|
438
|
+
} else if (y && typeof T == "string" && x === "[object Array]")
|
|
439
|
+
p = p.join(T), p && (p = this.extendTranslation(p, e, r, i));
|
|
440
440
|
else {
|
|
441
|
-
var
|
|
442
|
-
!this.isValidLookup(p) && ne && (
|
|
443
|
-
var
|
|
444
|
-
if (
|
|
445
|
-
if (this.logger.log(
|
|
441
|
+
var M = !1, j = !1, W = r.count !== void 0 && typeof r.count != "string", ne = t.hasDefaultValue(r), be = W ? this.pluralResolver.getSuffix(f, r.count) : "", F = r["defaultValue".concat(be)] || r.defaultValue;
|
|
442
|
+
!this.isValidLookup(p) && ne && (M = !0, p = F), this.isValidLookup(p) || (j = !0, p = u);
|
|
443
|
+
var B = ne && F !== p && this.options.updateMissing;
|
|
444
|
+
if (j || M || B) {
|
|
445
|
+
if (this.logger.log(B ? "updateKey" : "missingKey", f, d, u, B ? F : p), s) {
|
|
446
446
|
var re = this.resolve(u, E({}, r, {
|
|
447
447
|
keySeparator: !1
|
|
448
448
|
}));
|
|
449
449
|
re && re.res && this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.");
|
|
450
450
|
}
|
|
451
|
-
var
|
|
451
|
+
var N = [], V = this.languageUtils.getFallbackCodes(this.options.fallbackLng, r.lng || this.language);
|
|
452
452
|
if (this.options.saveMissingTo === "fallback" && V && V[0])
|
|
453
453
|
for (var $ = 0; $ < V.length; $++)
|
|
454
|
-
|
|
455
|
-
else this.options.saveMissingTo === "all" ?
|
|
456
|
-
var
|
|
457
|
-
o.options.missingKeyHandler ? o.options.missingKeyHandler(Q, d,
|
|
454
|
+
N.push(V[$]);
|
|
455
|
+
else this.options.saveMissingTo === "all" ? N = this.languageUtils.toResolveHierarchy(r.lng || this.language) : N.push(r.lng || this.language);
|
|
456
|
+
var De = function(Q, Te, Ne) {
|
|
457
|
+
o.options.missingKeyHandler ? o.options.missingKeyHandler(Q, d, Te, B ? Ne : p, B, r) : o.backendConnector && o.backendConnector.saveMissing && o.backendConnector.saveMissing(Q, d, Te, B ? Ne : p, B, r), o.emit("missingKey", Q, d, Te, p);
|
|
458
458
|
};
|
|
459
|
-
this.options.saveMissing && (this.options.saveMissingPlurals && W ?
|
|
460
|
-
o.pluralResolver.getSuffixes(
|
|
461
|
-
|
|
459
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && W ? N.forEach(function(xe) {
|
|
460
|
+
o.pluralResolver.getSuffixes(xe).forEach(function(Q) {
|
|
461
|
+
De([xe], u + Q, r["defaultValue".concat(Q)] || F);
|
|
462
462
|
});
|
|
463
|
-
}) :
|
|
463
|
+
}) : De(N, u, F));
|
|
464
464
|
}
|
|
465
|
-
p = this.extendTranslation(p, e, r, m, i),
|
|
465
|
+
p = this.extendTranslation(p, e, r, m, i), j && p === u && this.options.appendNamespaceToMissingKey && (p = "".concat(d, ":").concat(u)), j && this.options.parseMissingKeyHandler && (p = this.options.parseMissingKeyHandler(p));
|
|
466
466
|
}
|
|
467
467
|
return p;
|
|
468
468
|
}
|
|
@@ -489,8 +489,8 @@ var ye = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
489
489
|
c < h && (i.nest = !1);
|
|
490
490
|
}
|
|
491
491
|
i.nest !== !1 && (e = this.interpolator.nest(e, function() {
|
|
492
|
-
for (var v = arguments.length, b = new Array(v),
|
|
493
|
-
b[
|
|
492
|
+
for (var v = arguments.length, b = new Array(v), x = 0; x < v; x++)
|
|
493
|
+
b[x] = arguments[x];
|
|
494
494
|
return s && s[0] === b[0] && !i.context ? (l.logger.warn("It seems you are nesting recursively key: ".concat(b[0], " in key: ").concat(r[0])), null) : l.translate.apply(l, b.concat([r]));
|
|
495
495
|
}, i)), i.interpolation && this.interpolator.reset();
|
|
496
496
|
}
|
|
@@ -511,18 +511,18 @@ var ye = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
511
511
|
r.options.fallbackNS && (h = h.concat(r.options.fallbackNS));
|
|
512
512
|
var m = i.count !== void 0 && typeof i.count != "string", p = i.context !== void 0 && typeof i.context == "string" && i.context !== "", v = i.lngs ? i.lngs : r.languageUtils.toResolveHierarchy(i.lng || r.language, i.fallbackLng);
|
|
513
513
|
h.forEach(function(b) {
|
|
514
|
-
r.isValidLookup(o) || (c = b, !Ve["".concat(v[0], "-").concat(b)] && r.utils && r.utils.hasLoadedNamespace && !r.utils.hasLoadedNamespace(c) && (Ve["".concat(v[0], "-").concat(b)] = !0, r.logger.warn('key "'.concat(s, '" for languages "').concat(v.join(", "), `" won't get resolved as namespace "`).concat(c, '" was not yet loaded'), "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), v.forEach(function(
|
|
514
|
+
r.isValidLookup(o) || (c = b, !Ve["".concat(v[0], "-").concat(b)] && r.utils && r.utils.hasLoadedNamespace && !r.utils.hasLoadedNamespace(c) && (Ve["".concat(v[0], "-").concat(b)] = !0, r.logger.warn('key "'.concat(s, '" for languages "').concat(v.join(", "), `" won't get resolved as namespace "`).concat(c, '" was not yet loaded'), "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), v.forEach(function(x) {
|
|
515
515
|
if (!r.isValidLookup(o)) {
|
|
516
|
-
u =
|
|
517
|
-
var
|
|
516
|
+
u = x;
|
|
517
|
+
var C = g, T = [C];
|
|
518
518
|
if (r.i18nFormat && r.i18nFormat.addLookupKeys)
|
|
519
|
-
r.i18nFormat.addLookupKeys(
|
|
519
|
+
r.i18nFormat.addLookupKeys(T, g, x, b, i);
|
|
520
520
|
else {
|
|
521
521
|
var y;
|
|
522
|
-
m && (y = r.pluralResolver.getSuffix(
|
|
522
|
+
m && (y = r.pluralResolver.getSuffix(x, i.count)), m && p && T.push(C + y), p && T.push(C += "".concat(r.options.contextSeparator).concat(i.context)), m && T.push(C += y);
|
|
523
523
|
}
|
|
524
|
-
for (var
|
|
525
|
-
r.isValidLookup(o) || (l =
|
|
524
|
+
for (var S; S = T.pop(); )
|
|
525
|
+
r.isValidLookup(o) || (l = S, o = r.getResource(x, b, S, i));
|
|
526
526
|
}
|
|
527
527
|
}));
|
|
528
528
|
});
|
|
@@ -557,14 +557,14 @@ var ye = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
557
557
|
}
|
|
558
558
|
}]), t;
|
|
559
559
|
})(I);
|
|
560
|
-
function
|
|
560
|
+
function ke(n) {
|
|
561
561
|
return n.charAt(0).toUpperCase() + n.slice(1);
|
|
562
562
|
}
|
|
563
563
|
var Vt = (function() {
|
|
564
564
|
function n(t) {
|
|
565
|
-
|
|
565
|
+
A(this, n), this.options = t, this.whitelist = this.options.supportedLngs || !1, this.supportedLngs = this.options.supportedLngs || !1, this.logger = D.create("languageUtils");
|
|
566
566
|
}
|
|
567
|
-
return
|
|
567
|
+
return U(n, [{
|
|
568
568
|
key: "getScriptPartFromCode",
|
|
569
569
|
value: function(a) {
|
|
570
570
|
if (!a || a.indexOf("-") < 0) return null;
|
|
@@ -585,7 +585,7 @@ var Vt = (function() {
|
|
|
585
585
|
var e = ["hans", "hant", "latn", "cyrl", "cans", "mong", "arab"], r = a.split("-");
|
|
586
586
|
return this.options.lowerCaseLng ? r = r.map(function(i) {
|
|
587
587
|
return i.toLowerCase();
|
|
588
|
-
}) : r.length === 2 ? (r[0] = r[0].toLowerCase(), r[1] = r[1].toUpperCase(), e.indexOf(r[1].toLowerCase()) > -1 && (r[1] =
|
|
588
|
+
}) : r.length === 2 ? (r[0] = r[0].toLowerCase(), r[1] = r[1].toUpperCase(), e.indexOf(r[1].toLowerCase()) > -1 && (r[1] = ke(r[1].toLowerCase()))) : r.length === 3 && (r[0] = r[0].toLowerCase(), r[1].length === 2 && (r[1] = r[1].toUpperCase()), r[0] !== "sgn" && r[2].length === 2 && (r[2] = r[2].toUpperCase()), e.indexOf(r[1].toLowerCase()) > -1 && (r[1] = ke(r[1].toLowerCase())), e.indexOf(r[2].toLowerCase()) > -1 && (r[2] = ke(r[2].toLowerCase()))), r.join("-");
|
|
589
589
|
}
|
|
590
590
|
return this.options.cleanCode || this.options.lowerCaseLng ? a.toLowerCase() : a;
|
|
591
591
|
}
|
|
@@ -814,9 +814,9 @@ function qt() {
|
|
|
814
814
|
var Kt = (function() {
|
|
815
815
|
function n(t) {
|
|
816
816
|
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
817
|
-
|
|
817
|
+
A(this, n), this.languageUtils = t, this.options = a, this.logger = D.create("pluralResolver"), this.rules = qt();
|
|
818
818
|
}
|
|
819
|
-
return
|
|
819
|
+
return U(n, [{
|
|
820
820
|
key: "addRule",
|
|
821
821
|
value: function(a, e) {
|
|
822
822
|
this.rules[a] = e;
|
|
@@ -865,11 +865,11 @@ var Kt = (function() {
|
|
|
865
865
|
})(), Wt = (function() {
|
|
866
866
|
function n() {
|
|
867
867
|
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
868
|
-
|
|
868
|
+
A(this, n), this.logger = D.create("interpolator"), this.options = t, this.format = t.interpolation && t.interpolation.format || function(a) {
|
|
869
869
|
return a;
|
|
870
870
|
}, this.init(t);
|
|
871
871
|
}
|
|
872
|
-
return
|
|
872
|
+
return U(n, [{
|
|
873
873
|
key: "init",
|
|
874
874
|
value: function() {
|
|
875
875
|
var a = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
@@ -877,7 +877,7 @@ var Kt = (function() {
|
|
|
877
877
|
escapeValue: !0
|
|
878
878
|
});
|
|
879
879
|
var e = a.interpolation;
|
|
880
|
-
this.escape = e.escape !== void 0 ? e.escape :
|
|
880
|
+
this.escape = e.escape !== void 0 ? e.escape : Mt, this.escapeValue = e.escapeValue !== void 0 ? e.escapeValue : !0, this.useRawValueToEscape = e.useRawValueToEscape !== void 0 ? e.useRawValueToEscape : !1, this.prefix = e.prefix ? Z(e.prefix) : e.prefixEscaped || "{{", this.suffix = e.suffix ? Z(e.suffix) : e.suffixEscaped || "}}", this.formatSeparator = e.formatSeparator ? e.formatSeparator : e.formatSeparator || ",", this.unescapePrefix = e.unescapeSuffix ? "" : e.unescapePrefix || "-", this.unescapeSuffix = this.unescapePrefix ? "" : e.unescapeSuffix || "", this.nestingPrefix = e.nestingPrefix ? Z(e.nestingPrefix) : e.nestingPrefixEscaped || Z("$t("), this.nestingSuffix = e.nestingSuffix ? Z(e.nestingSuffix) : e.nestingSuffixEscaped || Z(")"), this.nestingOptionsSeparator = e.nestingOptionsSeparator ? e.nestingOptionsSeparator : e.nestingOptionsSeparator || ",", this.maxReplaces = e.maxReplaces ? e.maxReplaces : 1e3, this.alwaysFormat = e.alwaysFormat !== void 0 ? e.alwaysFormat : !1, this.resetRegExp();
|
|
881
881
|
}
|
|
882
882
|
}, {
|
|
883
883
|
key: "reset",
|
|
@@ -903,11 +903,11 @@ var Kt = (function() {
|
|
|
903
903
|
}
|
|
904
904
|
var f = function(v) {
|
|
905
905
|
if (v.indexOf(o.formatSeparator) < 0) {
|
|
906
|
-
var b =
|
|
906
|
+
var b = Fe(e, c, v);
|
|
907
907
|
return o.alwaysFormat ? o.format(b, void 0, r) : b;
|
|
908
908
|
}
|
|
909
|
-
var
|
|
910
|
-
return o.format(
|
|
909
|
+
var x = v.split(o.formatSeparator), C = x.shift().trim(), T = x.join(o.formatSeparator).trim();
|
|
910
|
+
return o.format(Fe(e, c, C), T, r, i);
|
|
911
911
|
};
|
|
912
912
|
this.resetRegExp();
|
|
913
913
|
var g = i && i.missingInterpolationHandler || this.options.missingInterpolationHandler, h = i && i.interpolation && i.interpolation.skipOnVariables || this.options.interpolation.skipOnVariables, m = [{
|
|
@@ -932,7 +932,7 @@ var Kt = (function() {
|
|
|
932
932
|
continue;
|
|
933
933
|
} else
|
|
934
934
|
o.logger.warn("missed to pass in variable ".concat(s[1], " for interpolating ").concat(a)), l = "";
|
|
935
|
-
else typeof l != "string" && !o.useRawValueToEscape && (l =
|
|
935
|
+
else typeof l != "string" && !o.useRawValueToEscape && (l = ze(l));
|
|
936
936
|
if (a = a.replace(s[0], p.safeValue(l)), p.regex.lastIndex = 0, u++, u >= o.maxReplaces)
|
|
937
937
|
break;
|
|
938
938
|
}
|
|
@@ -964,7 +964,7 @@ var Kt = (function() {
|
|
|
964
964
|
o[1] = f.shift(), c = f, d = !0;
|
|
965
965
|
}
|
|
966
966
|
if (s = e(u.call(this, o[1].trim(), l), l), s && o[0] === a && typeof s != "string") return s;
|
|
967
|
-
typeof s != "string" && (s =
|
|
967
|
+
typeof s != "string" && (s = ze(s)), s || (this.logger.warn("missed to resolve ".concat(o[1], " for nesting ").concat(a)), s = ""), d && (s = c.reduce(function(g, h) {
|
|
968
968
|
return r.format(g, h, i.lng, i);
|
|
969
969
|
}, s.trim())), a = a.replace(o[0], s), this.regexp.lastIndex = 0;
|
|
970
970
|
}
|
|
@@ -980,9 +980,9 @@ var Qt = (function(n) {
|
|
|
980
980
|
ve(t, n);
|
|
981
981
|
function t(a, e, r) {
|
|
982
982
|
var i, o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
983
|
-
return
|
|
983
|
+
return A(this, t), i = te(this, G(t).call(this)), ye && I.call(_(i)), i.backend = a, i.store = e, i.services = r, i.languageUtils = r.languageUtils, i.options = o, i.logger = D.create("backendConnector"), i.state = {}, i.queue = [], i.backend && i.backend.init && i.backend.init(r, o.backend, o), i;
|
|
984
984
|
}
|
|
985
|
-
return
|
|
985
|
+
return U(t, [{
|
|
986
986
|
key: "queueLoad",
|
|
987
987
|
value: function(e, r, i, o) {
|
|
988
988
|
var s = this, l = [], u = [], c = [], d = [];
|
|
@@ -1150,11 +1150,11 @@ function _e(n) {
|
|
|
1150
1150
|
}
|
|
1151
1151
|
function oe() {
|
|
1152
1152
|
}
|
|
1153
|
-
var
|
|
1153
|
+
var Gt = (function(n) {
|
|
1154
1154
|
ve(t, n);
|
|
1155
1155
|
function t() {
|
|
1156
1156
|
var a, e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = arguments.length > 1 ? arguments[1] : void 0;
|
|
1157
|
-
if (
|
|
1157
|
+
if (A(this, t), a = te(this, G(t).call(this)), ye && I.call(_(a)), a.options = _e(e), a.services = {}, a.logger = D, a.modules = {
|
|
1158
1158
|
external: []
|
|
1159
1159
|
}, r && !a.isInitialized && !e.isClone) {
|
|
1160
1160
|
if (!a.options.initImmediate)
|
|
@@ -1165,7 +1165,7 @@ var Xt = (function(n) {
|
|
|
1165
1165
|
}
|
|
1166
1166
|
return a;
|
|
1167
1167
|
}
|
|
1168
|
-
return
|
|
1168
|
+
return U(t, [{
|
|
1169
1169
|
key: "init",
|
|
1170
1170
|
value: function() {
|
|
1171
1171
|
var e = this, r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, i = arguments.length > 1 ? arguments[1] : void 0;
|
|
@@ -1174,11 +1174,11 @@ var Xt = (function(n) {
|
|
|
1174
1174
|
return h ? typeof h == "function" ? new h() : h : null;
|
|
1175
1175
|
}
|
|
1176
1176
|
if (!this.options.isClone) {
|
|
1177
|
-
this.modules.logger ?
|
|
1177
|
+
this.modules.logger ? D.init(o(this.modules.logger), this.options) : D.init(null, this.options);
|
|
1178
1178
|
var s = new Vt(this.options);
|
|
1179
|
-
this.store = new
|
|
1179
|
+
this.store = new Ft(this.options.resources, this.options);
|
|
1180
1180
|
var l = this.services;
|
|
1181
|
-
l.logger =
|
|
1181
|
+
l.logger = D, l.resourceStore = this.store, l.languageUtils = s, l.pluralResolver = new Kt(s, {
|
|
1182
1182
|
prepend: this.options.pluralSeparator,
|
|
1183
1183
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
1184
1184
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
@@ -1215,7 +1215,7 @@ var Xt = (function(n) {
|
|
|
1215
1215
|
return (m = e.store)[h].apply(m, arguments), e;
|
|
1216
1216
|
};
|
|
1217
1217
|
});
|
|
1218
|
-
var f =
|
|
1218
|
+
var f = Y(), g = function() {
|
|
1219
1219
|
var m = function(v, b) {
|
|
1220
1220
|
e.isInitialized && e.logger.warn("init: i18next is already initialized. You should call init just once!"), e.isInitialized = !0, e.options.isClone || e.logger.log("initialized", e.options), e.emit("initialized", e.options), f.resolve(b), i(v, b);
|
|
1221
1221
|
};
|
|
@@ -1255,7 +1255,7 @@ var Xt = (function(n) {
|
|
|
1255
1255
|
}, {
|
|
1256
1256
|
key: "reloadResources",
|
|
1257
1257
|
value: function(e, r, i) {
|
|
1258
|
-
var o =
|
|
1258
|
+
var o = Y();
|
|
1259
1259
|
return e || (e = this.languages), r || (r = this.options.ns), i || (i = oe), this.services.backendConnector.reload(e, r, function(s) {
|
|
1260
1260
|
o.resolve(), i(s);
|
|
1261
1261
|
}), o;
|
|
@@ -1272,7 +1272,7 @@ var Xt = (function(n) {
|
|
|
1272
1272
|
value: function(e, r) {
|
|
1273
1273
|
var i = this;
|
|
1274
1274
|
this.isLanguageChangingTo = e;
|
|
1275
|
-
var o =
|
|
1275
|
+
var o = Y();
|
|
1276
1276
|
this.emit("languageChanging", e);
|
|
1277
1277
|
var s = function(c, d) {
|
|
1278
1278
|
d ? (i.language = d, i.languages = i.services.languageUtils.toResolveHierarchy(d), i.translator.changeLanguage(d), i.isLanguageChangingTo = void 0, i.emit("languageChanged", d), i.logger.log("languageChanged", d)) : i.isLanguageChangingTo = void 0, o.resolve(function() {
|
|
@@ -1343,7 +1343,7 @@ var Xt = (function(n) {
|
|
|
1343
1343
|
}, {
|
|
1344
1344
|
key: "loadNamespaces",
|
|
1345
1345
|
value: function(e, r) {
|
|
1346
|
-
var i = this, o =
|
|
1346
|
+
var i = this, o = Y();
|
|
1347
1347
|
return this.options.ns ? (typeof e == "string" && (e = [e]), e.forEach(function(s) {
|
|
1348
1348
|
i.options.ns.indexOf(s) < 0 && i.options.ns.push(s);
|
|
1349
1349
|
}), this.loadResources(function(s) {
|
|
@@ -1353,7 +1353,7 @@ var Xt = (function(n) {
|
|
|
1353
1353
|
}, {
|
|
1354
1354
|
key: "loadLanguages",
|
|
1355
1355
|
value: function(e, r) {
|
|
1356
|
-
var i =
|
|
1356
|
+
var i = Y();
|
|
1357
1357
|
typeof e == "string" && (e = [e]);
|
|
1358
1358
|
var o = this.options.preload || [], s = e.filter(function(l) {
|
|
1359
1359
|
return o.indexOf(l) < 0;
|
|
@@ -1394,8 +1394,8 @@ var Xt = (function(n) {
|
|
|
1394
1394
|
}, s;
|
|
1395
1395
|
}
|
|
1396
1396
|
}]), t;
|
|
1397
|
-
})(I), H = new
|
|
1398
|
-
function
|
|
1397
|
+
})(I), H = new Gt();
|
|
1398
|
+
function Xt(n, t) {
|
|
1399
1399
|
if (n == null) return {};
|
|
1400
1400
|
var a = {};
|
|
1401
1401
|
for (var e in n) if ({}.hasOwnProperty.call(n, e)) {
|
|
@@ -1406,7 +1406,7 @@ function Yt(n, t) {
|
|
|
1406
1406
|
}
|
|
1407
1407
|
function pt(n, t) {
|
|
1408
1408
|
if (n == null) return {};
|
|
1409
|
-
var a, e, r =
|
|
1409
|
+
var a, e, r = Xt(n, t);
|
|
1410
1410
|
if (Object.getOwnPropertySymbols) {
|
|
1411
1411
|
var i = Object.getOwnPropertySymbols(n);
|
|
1412
1412
|
for (e = 0; e < i.length; e++) a = i[e], t.indexOf(a) === -1 && {}.propertyIsEnumerable.call(n, a) && (r[a] = n[a]);
|
|
@@ -1414,12 +1414,12 @@ function pt(n, t) {
|
|
|
1414
1414
|
return r;
|
|
1415
1415
|
}
|
|
1416
1416
|
var yn = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
1417
|
-
function
|
|
1417
|
+
function Yt(n) {
|
|
1418
1418
|
return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
|
|
1419
1419
|
}
|
|
1420
|
-
var
|
|
1420
|
+
var Se, qe;
|
|
1421
1421
|
function Jt() {
|
|
1422
|
-
return qe || (qe = 1,
|
|
1422
|
+
return qe || (qe = 1, Se = {
|
|
1423
1423
|
area: !0,
|
|
1424
1424
|
base: !0,
|
|
1425
1425
|
br: !0,
|
|
@@ -1434,10 +1434,10 @@ function Jt() {
|
|
|
1434
1434
|
source: !0,
|
|
1435
1435
|
track: !0,
|
|
1436
1436
|
wbr: !0
|
|
1437
|
-
}),
|
|
1437
|
+
}), Se;
|
|
1438
1438
|
}
|
|
1439
1439
|
var ea = Jt();
|
|
1440
|
-
const ta = /* @__PURE__ */
|
|
1440
|
+
const ta = /* @__PURE__ */ Yt(ea);
|
|
1441
1441
|
var aa = /\s([^'"/\s><]+?)[\s/>]|([^\s=]+)=\s?(".*?"|'.*?')/g;
|
|
1442
1442
|
function Ke(n) {
|
|
1443
1443
|
var t = { type: "tag", name: "", voidElement: !1, attrs: {}, children: [] }, a = n.match(/<\/?([^\s]+?)[/\s>]/);
|
|
@@ -1540,7 +1540,7 @@ function $e(n) {
|
|
|
1540
1540
|
}
|
|
1541
1541
|
return n;
|
|
1542
1542
|
}
|
|
1543
|
-
var
|
|
1543
|
+
var Ae = {
|
|
1544
1544
|
bindI18n: "languageChanged",
|
|
1545
1545
|
bindI18nStore: "",
|
|
1546
1546
|
transEmptyNodeValue: "",
|
|
@@ -1549,19 +1549,19 @@ var Ue = {
|
|
|
1549
1549
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
1550
1550
|
useSuspense: !0,
|
|
1551
1551
|
unescape: ca
|
|
1552
|
-
}, ht, mt =
|
|
1552
|
+
}, ht, mt = At();
|
|
1553
1553
|
function da() {
|
|
1554
1554
|
var n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
1555
|
-
|
|
1555
|
+
Ae = $e($e({}, Ae), n);
|
|
1556
1556
|
}
|
|
1557
1557
|
function vt() {
|
|
1558
|
-
return
|
|
1558
|
+
return Ae;
|
|
1559
1559
|
}
|
|
1560
1560
|
var fa = (function() {
|
|
1561
1561
|
function n() {
|
|
1562
|
-
|
|
1562
|
+
A(this, n), this.usedNamespaces = {};
|
|
1563
1563
|
}
|
|
1564
|
-
return
|
|
1564
|
+
return U(n, [{
|
|
1565
1565
|
key: "addUsedNamespaces",
|
|
1566
1566
|
value: function(a) {
|
|
1567
1567
|
var e = this;
|
|
@@ -1636,7 +1636,7 @@ function ma(n, t) {
|
|
|
1636
1636
|
}) : ha(n, t, a);
|
|
1637
1637
|
}
|
|
1638
1638
|
var va = ["format"], ya = ["children", "count", "parent", "i18nKey", "context", "tOptions", "values", "defaults", "components", "ns", "i18n", "t", "shouldUnescape"];
|
|
1639
|
-
function
|
|
1639
|
+
function Ge(n, t) {
|
|
1640
1640
|
var a = Object.keys(n);
|
|
1641
1641
|
if (Object.getOwnPropertySymbols) {
|
|
1642
1642
|
var e = Object.getOwnPropertySymbols(n);
|
|
@@ -1649,20 +1649,20 @@ function Xe(n, t) {
|
|
|
1649
1649
|
function P(n) {
|
|
1650
1650
|
for (var t = 1; t < arguments.length; t++) {
|
|
1651
1651
|
var a = arguments[t] != null ? arguments[t] : {};
|
|
1652
|
-
t % 2 ?
|
|
1652
|
+
t % 2 ? Ge(Object(a), !0).forEach(function(e) {
|
|
1653
1653
|
me(n, e, a[e]);
|
|
1654
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(a)) :
|
|
1654
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(a)) : Ge(Object(a)).forEach(function(e) {
|
|
1655
1655
|
Object.defineProperty(n, e, Object.getOwnPropertyDescriptor(a, e));
|
|
1656
1656
|
});
|
|
1657
1657
|
}
|
|
1658
1658
|
return n;
|
|
1659
1659
|
}
|
|
1660
|
-
function
|
|
1660
|
+
function we(n, t) {
|
|
1661
1661
|
if (!n) return !1;
|
|
1662
1662
|
var a = n.props ? n.props.children : n.children;
|
|
1663
1663
|
return t ? a.length > 0 : !!a;
|
|
1664
1664
|
}
|
|
1665
|
-
function
|
|
1665
|
+
function Ce(n) {
|
|
1666
1666
|
return n ? n.props ? n.props.children : n.children : [];
|
|
1667
1667
|
}
|
|
1668
1668
|
function ba(n) {
|
|
@@ -1673,7 +1673,7 @@ function ba(n) {
|
|
|
1673
1673
|
function J(n) {
|
|
1674
1674
|
return Array.isArray(n) ? n : [n];
|
|
1675
1675
|
}
|
|
1676
|
-
function
|
|
1676
|
+
function xa(n, t) {
|
|
1677
1677
|
var a = P({}, t);
|
|
1678
1678
|
return a.props = Object.assign(n.props, t.props), a;
|
|
1679
1679
|
}
|
|
@@ -1710,7 +1710,7 @@ function bt(n, t) {
|
|
|
1710
1710
|
ue("Trans: the passed in value is invalid - seems you passed in a variable like {number} - please pass in variables for interpolation as full objects like {{number}}.", i);
|
|
1711
1711
|
}), a;
|
|
1712
1712
|
}
|
|
1713
|
-
function
|
|
1713
|
+
function Ta(n, t, a, e, r, i) {
|
|
1714
1714
|
if (t === "") return [];
|
|
1715
1715
|
var o = e.transKeepBasicHtmlNodesFor || [], s = t && new RegExp(o.join("|")).test(t);
|
|
1716
1716
|
if (!n && !s) return [t];
|
|
@@ -1718,112 +1718,112 @@ function wa(n, t, a, e, r, i) {
|
|
|
1718
1718
|
function u(p) {
|
|
1719
1719
|
var v = J(p);
|
|
1720
1720
|
v.forEach(function(b) {
|
|
1721
|
-
typeof b != "string" && (
|
|
1721
|
+
typeof b != "string" && (we(b) ? u(Ce(b)) : R(b) === "object" && !ce(b) && Object.assign(l, b));
|
|
1722
1722
|
});
|
|
1723
1723
|
}
|
|
1724
1724
|
u(n);
|
|
1725
1725
|
var c = oa.parse("<0>".concat(t, "</0>")), d = P(P({}, l), r);
|
|
1726
1726
|
function f(p, v, b) {
|
|
1727
|
-
var
|
|
1728
|
-
return ba(
|
|
1727
|
+
var x = Ce(p), C = h(x, v.children, b);
|
|
1728
|
+
return ba(x) && C.length === 0 ? x : C;
|
|
1729
1729
|
}
|
|
1730
|
-
function g(p, v, b,
|
|
1730
|
+
function g(p, v, b, x, C) {
|
|
1731
1731
|
p.dummy && (p.children = v), b.push(ie(p, P(P({}, p.props), {}, {
|
|
1732
|
-
key:
|
|
1733
|
-
}),
|
|
1732
|
+
key: x
|
|
1733
|
+
}), C ? void 0 : v));
|
|
1734
1734
|
}
|
|
1735
1735
|
function h(p, v, b) {
|
|
1736
|
-
var
|
|
1737
|
-
return
|
|
1738
|
-
var
|
|
1736
|
+
var x = J(p), C = J(v);
|
|
1737
|
+
return C.reduce(function(T, y, S) {
|
|
1738
|
+
var L = y.children && y.children[0] && y.children[0].content && a.services.interpolator.interpolate(y.children[0].content, d, a.language);
|
|
1739
1739
|
if (y.type === "tag") {
|
|
1740
|
-
var
|
|
1741
|
-
!
|
|
1742
|
-
var
|
|
1740
|
+
var w = x[parseInt(y.name, 10)];
|
|
1741
|
+
!w && b.length === 1 && b[0][y.name] && (w = b[0][y.name]), w || (w = {});
|
|
1742
|
+
var k = Object.keys(y.attrs).length !== 0 ? xa({
|
|
1743
1743
|
props: y.attrs
|
|
1744
|
-
},
|
|
1745
|
-
if (typeof
|
|
1746
|
-
var W = a.services.interpolator.interpolate(
|
|
1747
|
-
|
|
1748
|
-
} else if (
|
|
1749
|
-
var ne = f(
|
|
1750
|
-
g(
|
|
1751
|
-
} else if (
|
|
1752
|
-
var be = h(
|
|
1753
|
-
|
|
1754
|
-
key:
|
|
1744
|
+
}, w) : w, O = ce(k), K = O && we(y, !0) && !y.voidElement, M = s && R(k) === "object" && k.dummy && !O, j = R(n) === "object" && n !== null && Object.hasOwnProperty.call(n, y.name);
|
|
1745
|
+
if (typeof k == "string") {
|
|
1746
|
+
var W = a.services.interpolator.interpolate(k, d, a.language);
|
|
1747
|
+
T.push(W);
|
|
1748
|
+
} else if (we(k) || K) {
|
|
1749
|
+
var ne = f(k, y, b);
|
|
1750
|
+
g(k, ne, T, S);
|
|
1751
|
+
} else if (M) {
|
|
1752
|
+
var be = h(x, y.children, b);
|
|
1753
|
+
T.push(ie(k, P(P({}, k.props), {}, {
|
|
1754
|
+
key: S
|
|
1755
1755
|
}), be));
|
|
1756
1756
|
} else if (Number.isNaN(parseFloat(y.name)))
|
|
1757
|
-
if (
|
|
1758
|
-
var
|
|
1759
|
-
g(
|
|
1757
|
+
if (j) {
|
|
1758
|
+
var F = f(k, y, b);
|
|
1759
|
+
g(k, F, T, S, y.voidElement);
|
|
1760
1760
|
} else if (e.transSupportBasicHtmlNodes && o.indexOf(y.name) > -1)
|
|
1761
1761
|
if (y.voidElement)
|
|
1762
|
-
|
|
1763
|
-
key: "".concat(y.name, "-").concat(
|
|
1762
|
+
T.push(le(y.name, {
|
|
1763
|
+
key: "".concat(y.name, "-").concat(S)
|
|
1764
1764
|
}));
|
|
1765
1765
|
else {
|
|
1766
|
-
var
|
|
1767
|
-
|
|
1768
|
-
key: "".concat(y.name, "-").concat(
|
|
1769
|
-
},
|
|
1766
|
+
var B = h(x, y.children, b);
|
|
1767
|
+
T.push(le(y.name, {
|
|
1768
|
+
key: "".concat(y.name, "-").concat(S)
|
|
1769
|
+
}, B));
|
|
1770
1770
|
}
|
|
1771
1771
|
else if (y.voidElement)
|
|
1772
|
-
|
|
1772
|
+
T.push("<".concat(y.name, " />"));
|
|
1773
1773
|
else {
|
|
1774
|
-
var re = h(
|
|
1775
|
-
|
|
1774
|
+
var re = h(x, y.children, b);
|
|
1775
|
+
T.push("<".concat(y.name, ">").concat(re, "</").concat(y.name, ">"));
|
|
1776
1776
|
}
|
|
1777
|
-
else if (R(
|
|
1778
|
-
var
|
|
1779
|
-
|
|
1780
|
-
} else y.children.length === 1 &&
|
|
1781
|
-
key:
|
|
1782
|
-
}),
|
|
1783
|
-
key:
|
|
1777
|
+
else if (R(k) === "object" && !O) {
|
|
1778
|
+
var N = y.children[0] ? L : null;
|
|
1779
|
+
N && T.push(N);
|
|
1780
|
+
} else y.children.length === 1 && L ? T.push(ie(k, P(P({}, k.props), {}, {
|
|
1781
|
+
key: S
|
|
1782
|
+
}), L)) : T.push(ie(k, P(P({}, k.props), {}, {
|
|
1783
|
+
key: S
|
|
1784
1784
|
})));
|
|
1785
1785
|
} else if (y.type === "text") {
|
|
1786
1786
|
var V = e.transWrapTextNodes, $ = i ? e.unescape(a.services.interpolator.interpolate(y.content, d, a.language)) : a.services.interpolator.interpolate(y.content, d, a.language);
|
|
1787
|
-
V ?
|
|
1788
|
-
key: "".concat(y.name, "-").concat(
|
|
1789
|
-
}, $)) :
|
|
1787
|
+
V ? T.push(le(V, {
|
|
1788
|
+
key: "".concat(y.name, "-").concat(S)
|
|
1789
|
+
}, $)) : T.push($);
|
|
1790
1790
|
}
|
|
1791
|
-
return
|
|
1791
|
+
return T;
|
|
1792
1792
|
}, []);
|
|
1793
1793
|
}
|
|
1794
1794
|
var m = h([{
|
|
1795
1795
|
dummy: !0,
|
|
1796
1796
|
children: n || []
|
|
1797
1797
|
}], c, J(n || []));
|
|
1798
|
-
return
|
|
1798
|
+
return Ce(m[0]);
|
|
1799
1799
|
}
|
|
1800
|
-
function
|
|
1801
|
-
var t = n.children, a = n.count, e = n.parent, r = n.i18nKey, i = n.context, o = n.tOptions, s = o === void 0 ? {} : o, l = n.values, u = n.defaults, c = n.components, d = n.ns, f = n.i18n, g = n.t, h = n.shouldUnescape, m = pt(n, ya), p = ut(mt) || {}, v = p.i18n, b = p.defaultNS,
|
|
1802
|
-
if (!
|
|
1800
|
+
function ka(n) {
|
|
1801
|
+
var t = n.children, a = n.count, e = n.parent, r = n.i18nKey, i = n.context, o = n.tOptions, s = o === void 0 ? {} : o, l = n.values, u = n.defaults, c = n.components, d = n.ns, f = n.i18n, g = n.t, h = n.shouldUnescape, m = pt(n, ya), p = ut(mt) || {}, v = p.i18n, b = p.defaultNS, x = f || v || yt();
|
|
1802
|
+
if (!x)
|
|
1803
1803
|
return fe("You will need to pass in an i18next instance by using i18nextReactModule"), t;
|
|
1804
|
-
var
|
|
1804
|
+
var C = g || x.t.bind(x) || function(W) {
|
|
1805
1805
|
return W;
|
|
1806
1806
|
};
|
|
1807
1807
|
i && (s.context = i);
|
|
1808
|
-
var
|
|
1808
|
+
var T = P(P({}, vt()), x.options && x.options.react), y = d || C.ns || b || x.options && x.options.defaultNS;
|
|
1809
1809
|
y = typeof y == "string" ? [y] : y || ["translation"];
|
|
1810
|
-
var
|
|
1810
|
+
var S = u || bt(t, T) || T.transEmptyNodeValue || r, L = T.hashTransKey, w = r || (L ? L(S) : S), k = l ? s.interpolation : {
|
|
1811
1811
|
interpolation: P(P({}, s.interpolation), {}, {
|
|
1812
1812
|
prefix: "#$?",
|
|
1813
1813
|
suffix: "?$#"
|
|
1814
1814
|
})
|
|
1815
1815
|
}, O = P(P(P(P({}, s), {}, {
|
|
1816
1816
|
count: a
|
|
1817
|
-
}, l),
|
|
1818
|
-
defaultValue:
|
|
1817
|
+
}, l), k), {}, {
|
|
1818
|
+
defaultValue: S,
|
|
1819
1819
|
ns: y
|
|
1820
|
-
}), K =
|
|
1821
|
-
return
|
|
1820
|
+
}), K = w ? C(w, O) : S, M = Ta(c || t, K, x, T, O, h), j = e !== void 0 ? e : T.defaultTransParent;
|
|
1821
|
+
return j ? le(j, m, M) : M;
|
|
1822
1822
|
}
|
|
1823
|
-
function
|
|
1823
|
+
function Sa(n) {
|
|
1824
1824
|
if (Array.isArray(n)) return n;
|
|
1825
1825
|
}
|
|
1826
|
-
function
|
|
1826
|
+
function wa(n, t) {
|
|
1827
1827
|
var a = n == null ? null : typeof Symbol < "u" && n[Symbol.iterator] || n["@@iterator"];
|
|
1828
1828
|
if (a != null) {
|
|
1829
1829
|
var e, r, i, o, s = [], l = !0, u = !1;
|
|
@@ -1841,26 +1841,26 @@ function ka(n, t) {
|
|
|
1841
1841
|
return s;
|
|
1842
1842
|
}
|
|
1843
1843
|
}
|
|
1844
|
-
function
|
|
1844
|
+
function Xe(n, t) {
|
|
1845
1845
|
(t == null || t > n.length) && (t = n.length);
|
|
1846
1846
|
for (var a = 0, e = Array(t); a < t; a++) e[a] = n[a];
|
|
1847
1847
|
return e;
|
|
1848
1848
|
}
|
|
1849
|
-
function
|
|
1849
|
+
function Ca(n, t) {
|
|
1850
1850
|
if (n) {
|
|
1851
|
-
if (typeof n == "string") return
|
|
1851
|
+
if (typeof n == "string") return Xe(n, t);
|
|
1852
1852
|
var a = {}.toString.call(n).slice(8, -1);
|
|
1853
|
-
return a === "Object" && n.constructor && (a = n.constructor.name), a === "Map" || a === "Set" ? Array.from(n) : a === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a) ?
|
|
1853
|
+
return a === "Object" && n.constructor && (a = n.constructor.name), a === "Map" || a === "Set" ? Array.from(n) : a === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a) ? Xe(n, t) : void 0;
|
|
1854
1854
|
}
|
|
1855
1855
|
}
|
|
1856
|
-
function
|
|
1856
|
+
function La() {
|
|
1857
1857
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1858
1858
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
1859
1859
|
}
|
|
1860
1860
|
function Pa(n, t) {
|
|
1861
|
-
return
|
|
1861
|
+
return Sa(n) || wa(n, t) || Ca(n, t) || La();
|
|
1862
1862
|
}
|
|
1863
|
-
function
|
|
1863
|
+
function Ye(n, t) {
|
|
1864
1864
|
var a = Object.keys(n);
|
|
1865
1865
|
if (Object.getOwnPropertySymbols) {
|
|
1866
1866
|
var e = Object.getOwnPropertySymbols(n);
|
|
@@ -1870,12 +1870,12 @@ function Ge(n, t) {
|
|
|
1870
1870
|
}
|
|
1871
1871
|
return a;
|
|
1872
1872
|
}
|
|
1873
|
-
function
|
|
1873
|
+
function Le(n) {
|
|
1874
1874
|
for (var t = 1; t < arguments.length; t++) {
|
|
1875
1875
|
var a = arguments[t] != null ? arguments[t] : {};
|
|
1876
|
-
t % 2 ?
|
|
1876
|
+
t % 2 ? Ye(Object(a), !0).forEach(function(e) {
|
|
1877
1877
|
me(n, e, a[e]);
|
|
1878
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(a)) :
|
|
1878
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(a)) : Ye(Object(a)).forEach(function(e) {
|
|
1879
1879
|
Object.defineProperty(n, e, Object.getOwnPropertyDescriptor(a, e));
|
|
1880
1880
|
});
|
|
1881
1881
|
}
|
|
@@ -1887,50 +1887,50 @@ var Oa = function(t, a) {
|
|
|
1887
1887
|
e.current = t;
|
|
1888
1888
|
}, [t, a]), e.current;
|
|
1889
1889
|
};
|
|
1890
|
-
function
|
|
1890
|
+
function xt(n) {
|
|
1891
1891
|
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = t.i18n, e = ut(mt) || {}, r = e.i18n, i = e.defaultNS, o = a || r || yt();
|
|
1892
1892
|
if (o && !o.reportNamespaces && (o.reportNamespaces = new fa()), !o) {
|
|
1893
1893
|
fe("You will need to pass in an i18next instance by using initReactI18next");
|
|
1894
|
-
var s = function(
|
|
1895
|
-
return Array.isArray(
|
|
1894
|
+
var s = function(w) {
|
|
1895
|
+
return Array.isArray(w) ? w[w.length - 1] : w;
|
|
1896
1896
|
}, l = [s, {}, !1];
|
|
1897
1897
|
return l.t = s, l.i18n = {}, l.ready = !1, l;
|
|
1898
1898
|
}
|
|
1899
1899
|
o.options.react && o.options.react.wait !== void 0 && fe("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
1900
|
-
var u =
|
|
1900
|
+
var u = Le(Le(Le({}, vt()), o.options.react), t), c = u.useSuspense, d = u.keyPrefix, f = n || i || o.options && o.options.defaultNS;
|
|
1901
1901
|
f = typeof f == "string" ? [f] : f || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(f);
|
|
1902
|
-
var g = (o.isInitialized || o.initializedStoreOnce) && f.every(function(
|
|
1903
|
-
return ma(
|
|
1902
|
+
var g = (o.isInitialized || o.initializedStoreOnce) && f.every(function(L) {
|
|
1903
|
+
return ma(L, o, u);
|
|
1904
1904
|
});
|
|
1905
1905
|
function h() {
|
|
1906
1906
|
return o.getFixedT(null, u.nsMode === "fallback" ? f : f[0], d);
|
|
1907
1907
|
}
|
|
1908
|
-
var m =
|
|
1908
|
+
var m = Ut(h), p = Pa(m, 2), v = p[0], b = p[1], x = f.join(), C = Oa(x), T = Oe(!0);
|
|
1909
1909
|
Ee(function() {
|
|
1910
|
-
var
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
}), g &&
|
|
1914
|
-
function
|
|
1915
|
-
|
|
1916
|
-
}
|
|
1917
|
-
return
|
|
1918
|
-
|
|
1919
|
-
return o.off(O,
|
|
1920
|
-
}),
|
|
1921
|
-
return o.store.off(O,
|
|
1910
|
+
var L = u.bindI18n, w = u.bindI18nStore;
|
|
1911
|
+
T.current = !0, !g && !c && Ze(o, f, function() {
|
|
1912
|
+
T.current && b(h);
|
|
1913
|
+
}), g && C && C !== x && T.current && b(h);
|
|
1914
|
+
function k() {
|
|
1915
|
+
T.current && b(h);
|
|
1916
|
+
}
|
|
1917
|
+
return L && o && o.on(L, k), w && o && o.store.on(w, k), function() {
|
|
1918
|
+
T.current = !1, L && o && L.split(" ").forEach(function(O) {
|
|
1919
|
+
return o.off(O, k);
|
|
1920
|
+
}), w && o && w.split(" ").forEach(function(O) {
|
|
1921
|
+
return o.store.off(O, k);
|
|
1922
1922
|
});
|
|
1923
1923
|
};
|
|
1924
|
-
}, [o,
|
|
1924
|
+
}, [o, x]);
|
|
1925
1925
|
var y = Oe(!0);
|
|
1926
1926
|
Ee(function() {
|
|
1927
|
-
|
|
1927
|
+
T.current && !y.current && b(h), y.current = !1;
|
|
1928
1928
|
}, [o, d]);
|
|
1929
|
-
var
|
|
1930
|
-
if (
|
|
1931
|
-
throw new Promise(function(
|
|
1929
|
+
var S = [v, o, g];
|
|
1930
|
+
if (S.t = v, S.i18n = o, S.ready = g, g || !g && !c) return S;
|
|
1931
|
+
throw new Promise(function(L) {
|
|
1932
1932
|
Ze(o, f, function() {
|
|
1933
|
-
|
|
1933
|
+
L();
|
|
1934
1934
|
});
|
|
1935
1935
|
});
|
|
1936
1936
|
}
|
|
@@ -1978,32 +1978,32 @@ function Je(n, t) {
|
|
|
1978
1978
|
for (var a = 0, e = Array(t); a < t; a++) e[a] = n[a];
|
|
1979
1979
|
return e;
|
|
1980
1980
|
}
|
|
1981
|
-
function
|
|
1981
|
+
function Ue(n) {
|
|
1982
1982
|
"@babel/helpers - typeof";
|
|
1983
|
-
return
|
|
1983
|
+
return Ue = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
1984
1984
|
return typeof t;
|
|
1985
1985
|
} : function(t) {
|
|
1986
1986
|
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
1987
|
-
},
|
|
1987
|
+
}, Ue(n);
|
|
1988
1988
|
}
|
|
1989
|
-
var
|
|
1990
|
-
function
|
|
1991
|
-
return !(typeof n != "string" || n.length === 0 || n.length > 128 ||
|
|
1989
|
+
var Tt = ["__proto__", "constructor", "prototype"];
|
|
1990
|
+
function kt(n) {
|
|
1991
|
+
return !(typeof n != "string" || n.length === 0 || n.length > 128 || Tt.indexOf(n) > -1 || n.indexOf("..") > -1 || n.indexOf("\\") > -1 || /[?#%\s@]/.test(n) || /[\x00-\x1F\x7F]/.test(n));
|
|
1992
1992
|
}
|
|
1993
|
-
function
|
|
1994
|
-
return !(!
|
|
1993
|
+
function St(n) {
|
|
1994
|
+
return !(!kt(n) || n.indexOf("/") > -1);
|
|
1995
1995
|
}
|
|
1996
|
-
function
|
|
1997
|
-
return
|
|
1996
|
+
function Aa(n) {
|
|
1997
|
+
return kt(n);
|
|
1998
1998
|
}
|
|
1999
|
-
var
|
|
2000
|
-
lng:
|
|
2001
|
-
ns:
|
|
1999
|
+
var Ua = {
|
|
2000
|
+
lng: St,
|
|
2001
|
+
ns: Aa
|
|
2002
2002
|
};
|
|
2003
2003
|
function se(n) {
|
|
2004
2004
|
return typeof n != "string" ? n : n.replace(/[\r\n\x00-\x1F\x7F]/g, " ");
|
|
2005
2005
|
}
|
|
2006
|
-
function
|
|
2006
|
+
function ja(n) {
|
|
2007
2007
|
if (typeof n != "string" || n.length === 0) return n;
|
|
2008
2008
|
try {
|
|
2009
2009
|
var t = new URL(n);
|
|
@@ -2012,23 +2012,23 @@ function Aa(n) {
|
|
|
2012
2012
|
return n.replace(/(\/\/)[^/@\s]+@/g, "$1");
|
|
2013
2013
|
}
|
|
2014
2014
|
}
|
|
2015
|
-
function
|
|
2016
|
-
return typeof XMLHttpRequest == "function" || (typeof XMLHttpRequest > "u" ? "undefined" :
|
|
2015
|
+
function wt() {
|
|
2016
|
+
return typeof XMLHttpRequest == "function" || (typeof XMLHttpRequest > "u" ? "undefined" : Ue(XMLHttpRequest)) === "object";
|
|
2017
2017
|
}
|
|
2018
|
-
function
|
|
2018
|
+
function Ba(n) {
|
|
2019
2019
|
return !!n && typeof n.then == "function";
|
|
2020
2020
|
}
|
|
2021
|
-
function
|
|
2022
|
-
return
|
|
2021
|
+
function Da(n) {
|
|
2022
|
+
return Ba(n) ? n : Promise.resolve(n);
|
|
2023
2023
|
}
|
|
2024
|
-
var
|
|
2024
|
+
var Na = /\{\{(.+?)\}\}/g;
|
|
2025
2025
|
function et(n, t) {
|
|
2026
|
-
var a = !1, e = n.replace(
|
|
2026
|
+
var a = !1, e = n.replace(Na, function(r, i) {
|
|
2027
2027
|
var o = i.trim();
|
|
2028
|
-
if (
|
|
2028
|
+
if (Tt.indexOf(o) > -1) return r;
|
|
2029
2029
|
var s = t[o];
|
|
2030
2030
|
if (s == null) return r;
|
|
2031
|
-
var l =
|
|
2031
|
+
var l = Ua[o] || St, u = String(s).split("+"), c = Ea(u), d;
|
|
2032
2032
|
try {
|
|
2033
2033
|
for (c.s(); !(d = c.n()).done; ) {
|
|
2034
2034
|
var f = d.value;
|
|
@@ -2066,13 +2066,13 @@ function at(n) {
|
|
|
2066
2066
|
return n;
|
|
2067
2067
|
}
|
|
2068
2068
|
function Ia(n, t, a) {
|
|
2069
|
-
return (t =
|
|
2069
|
+
return (t = za(t)) in n ? Object.defineProperty(n, t, { value: a, enumerable: !0, configurable: !0, writable: !0 }) : n[t] = a, n;
|
|
2070
2070
|
}
|
|
2071
|
-
function
|
|
2072
|
-
var t =
|
|
2071
|
+
function za(n) {
|
|
2072
|
+
var t = Ma(n, "string");
|
|
2073
2073
|
return q(t) == "symbol" ? t : t + "";
|
|
2074
2074
|
}
|
|
2075
|
-
function
|
|
2075
|
+
function Ma(n, t) {
|
|
2076
2076
|
if (q(n) != "object" || !n) return n;
|
|
2077
2077
|
var a = n[Symbol.toPrimitive];
|
|
2078
2078
|
if (a !== void 0) {
|
|
@@ -2090,26 +2090,26 @@ function q(n) {
|
|
|
2090
2090
|
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
2091
2091
|
}, q(n);
|
|
2092
2092
|
}
|
|
2093
|
-
var
|
|
2094
|
-
typeof global < "u" && global.fetch ?
|
|
2093
|
+
var z = typeof fetch == "function" ? fetch : void 0;
|
|
2094
|
+
typeof global < "u" && global.fetch ? z = global.fetch : typeof window < "u" && window.fetch && (z = window.fetch);
|
|
2095
2095
|
var ae;
|
|
2096
|
-
|
|
2096
|
+
wt() && (typeof global < "u" && global.XMLHttpRequest ? ae = global.XMLHttpRequest : typeof window < "u" && window.XMLHttpRequest && (ae = window.XMLHttpRequest));
|
|
2097
2097
|
var pe;
|
|
2098
2098
|
typeof ActiveXObject == "function" && (typeof global < "u" && global.ActiveXObject ? pe = global.ActiveXObject : typeof window < "u" && window.ActiveXObject && (pe = window.ActiveXObject));
|
|
2099
|
-
typeof
|
|
2100
|
-
if (!
|
|
2099
|
+
typeof z != "function" && (z = void 0);
|
|
2100
|
+
if (!z && !ae && !pe)
|
|
2101
2101
|
try {
|
|
2102
|
-
import("./browser-ponyfill-
|
|
2103
|
-
|
|
2102
|
+
import("./browser-ponyfill-C9C4gW5S.js").then((n) => n.b).then(function(n) {
|
|
2103
|
+
z = n.default;
|
|
2104
2104
|
}).catch(function() {
|
|
2105
2105
|
});
|
|
2106
2106
|
} catch {
|
|
2107
2107
|
}
|
|
2108
|
-
var
|
|
2108
|
+
var Ct = ["__proto__", "constructor", "prototype"], je = function(t, a) {
|
|
2109
2109
|
if (a && q(a) === "object") {
|
|
2110
2110
|
for (var e = "", r = 0, i = Object.keys(a); r < i.length; r++) {
|
|
2111
2111
|
var o = i[r];
|
|
2112
|
-
|
|
2112
|
+
Ct.indexOf(o) > -1 || (e += "&" + encodeURIComponent(o) + "=" + encodeURIComponent(a[o]));
|
|
2113
2113
|
}
|
|
2114
2114
|
if (!e) return t;
|
|
2115
2115
|
t = t + (t.indexOf("?") !== -1 ? "&" : "?") + e.slice(1);
|
|
@@ -2134,9 +2134,9 @@ var Lt = ["__proto__", "constructor", "prototype"], Ae = function(t, a) {
|
|
|
2134
2134
|
return;
|
|
2135
2135
|
}
|
|
2136
2136
|
}
|
|
2137
|
-
typeof fetch == "function" ? fetch(t, a).then(i).catch(e) :
|
|
2138
|
-
},
|
|
2139
|
-
t.queryStringParams && (a =
|
|
2137
|
+
typeof fetch == "function" ? fetch(t, a).then(i).catch(e) : z(t, a).then(i).catch(e);
|
|
2138
|
+
}, Fa = function(t, a, e, r) {
|
|
2139
|
+
t.queryStringParams && (a = je(a, t.queryStringParams));
|
|
2140
2140
|
var i = at({}, typeof t.customHeaders == "function" ? t.customHeaders() : t.customHeaders);
|
|
2141
2141
|
typeof window > "u" && typeof global < "u" && typeof global.process < "u" && global.process.versions && global.process.versions.node && (i["User-Agent"] = "i18next-http-backend (node/".concat(global.process.version, "; ").concat(global.process.platform, " ").concat(global.process.arch, ")")), e && (i["Content-Type"] = "application/json");
|
|
2142
2142
|
var o = typeof t.requestOptions == "function" ? t.requestOptions(e) : t.requestOptions, s = at({
|
|
@@ -2158,7 +2158,7 @@ var Lt = ["__proto__", "constructor", "prototype"], Ae = function(t, a) {
|
|
|
2158
2158
|
}
|
|
2159
2159
|
}
|
|
2160
2160
|
}, Va = function(t, a, e, r) {
|
|
2161
|
-
e && q(e) === "object" && (e =
|
|
2161
|
+
e && q(e) === "object" && (e = je("", e).slice(1)), t.queryStringParams && (a = je(a, t.queryStringParams));
|
|
2162
2162
|
try {
|
|
2163
2163
|
var i = ae ? new ae() : new pe("MSXML2.XMLHTTP.3.0");
|
|
2164
2164
|
i.open(e ? "POST" : "GET", a, 1), t.crossDomain || i.setRequestHeader("X-Requested-With", "XMLHttpRequest"), i.withCredentials = !!t.withCredentials, e && i.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"), i.overrideMimeType && i.overrideMimeType("application/json");
|
|
@@ -2166,7 +2166,7 @@ var Lt = ["__proto__", "constructor", "prototype"], Ae = function(t, a) {
|
|
|
2166
2166
|
if (o = typeof o == "function" ? o() : o, o)
|
|
2167
2167
|
for (var s = 0, l = Object.keys(o); s < l.length; s++) {
|
|
2168
2168
|
var u = l[s];
|
|
2169
|
-
|
|
2169
|
+
Ct.indexOf(u) > -1 || i.setRequestHeader(u, o[u]);
|
|
2170
2170
|
}
|
|
2171
2171
|
i.onreadystatechange = function() {
|
|
2172
2172
|
i.readyState > 3 && r(i.status >= 400 ? i.statusText : null, {
|
|
@@ -2179,19 +2179,19 @@ var Lt = ["__proto__", "constructor", "prototype"], Ae = function(t, a) {
|
|
|
2179
2179
|
}
|
|
2180
2180
|
}, Ha = function(t, a, e, r) {
|
|
2181
2181
|
if (typeof e == "function" && (r = e, e = void 0), r = r || function() {
|
|
2182
|
-
},
|
|
2183
|
-
return
|
|
2184
|
-
if (
|
|
2182
|
+
}, z && a.indexOf("file:") !== 0)
|
|
2183
|
+
return Fa(t, a, e, r);
|
|
2184
|
+
if (wt() || typeof ActiveXObject == "function")
|
|
2185
2185
|
return Va(t, a, e, r);
|
|
2186
2186
|
r(new Error("No fetch and no xhr implementation found!"));
|
|
2187
2187
|
};
|
|
2188
|
-
function
|
|
2188
|
+
function X(n) {
|
|
2189
2189
|
"@babel/helpers - typeof";
|
|
2190
|
-
return
|
|
2190
|
+
return X = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
2191
2191
|
return typeof t;
|
|
2192
2192
|
} : function(t) {
|
|
2193
2193
|
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
2194
|
-
},
|
|
2194
|
+
}, X(n);
|
|
2195
2195
|
}
|
|
2196
2196
|
function rt(n, t) {
|
|
2197
2197
|
var a = Object.keys(n);
|
|
@@ -2207,7 +2207,7 @@ function Pe(n) {
|
|
|
2207
2207
|
for (var t = 1; t < arguments.length; t++) {
|
|
2208
2208
|
var a = arguments[t] != null ? arguments[t] : {};
|
|
2209
2209
|
t % 2 ? rt(Object(a), !0).forEach(function(e) {
|
|
2210
|
-
|
|
2210
|
+
Lt(n, e, a[e]);
|
|
2211
2211
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(a)) : rt(Object(a)).forEach(function(e) {
|
|
2212
2212
|
Object.defineProperty(n, e, Object.getOwnPropertyDescriptor(a, e));
|
|
2213
2213
|
});
|
|
@@ -2226,19 +2226,19 @@ function qa(n, t) {
|
|
|
2226
2226
|
function Ka(n, t, a) {
|
|
2227
2227
|
return t && qa(n.prototype, t), Object.defineProperty(n, "prototype", { writable: !1 }), n;
|
|
2228
2228
|
}
|
|
2229
|
-
function
|
|
2229
|
+
function Lt(n, t, a) {
|
|
2230
2230
|
return (t = Pt(t)) in n ? Object.defineProperty(n, t, { value: a, enumerable: !0, configurable: !0, writable: !0 }) : n[t] = a, n;
|
|
2231
2231
|
}
|
|
2232
2232
|
function Pt(n) {
|
|
2233
2233
|
var t = Wa(n, "string");
|
|
2234
|
-
return
|
|
2234
|
+
return X(t) == "symbol" ? t : t + "";
|
|
2235
2235
|
}
|
|
2236
2236
|
function Wa(n, t) {
|
|
2237
|
-
if (
|
|
2237
|
+
if (X(n) != "object" || !n) return n;
|
|
2238
2238
|
var a = n[Symbol.toPrimitive];
|
|
2239
2239
|
if (a !== void 0) {
|
|
2240
2240
|
var e = a.call(n, t);
|
|
2241
|
-
if (
|
|
2241
|
+
if (X(e) != "object") return e;
|
|
2242
2242
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2243
2243
|
}
|
|
2244
2244
|
return String(n);
|
|
@@ -2252,7 +2252,7 @@ var $a = function() {
|
|
|
2252
2252
|
},
|
|
2253
2253
|
stringify: JSON.stringify,
|
|
2254
2254
|
parsePayload: function(a, e, r) {
|
|
2255
|
-
return
|
|
2255
|
+
return Lt({}, e, r || "");
|
|
2256
2256
|
},
|
|
2257
2257
|
parseLoadPayload: function(a, e) {
|
|
2258
2258
|
},
|
|
@@ -2282,7 +2282,7 @@ var $a = function() {
|
|
|
2282
2282
|
var o = setInterval(function() {
|
|
2283
2283
|
return e.reload();
|
|
2284
2284
|
}, this.options.reloadInterval);
|
|
2285
|
-
|
|
2285
|
+
X(o) === "object" && typeof o.unref == "function" && o.unref();
|
|
2286
2286
|
}
|
|
2287
2287
|
}
|
|
2288
2288
|
}, {
|
|
@@ -2299,7 +2299,7 @@ var $a = function() {
|
|
|
2299
2299
|
key: "_readAny",
|
|
2300
2300
|
value: function(a, e, r, i, o) {
|
|
2301
2301
|
var s = this, l = this.options.loadPath;
|
|
2302
|
-
typeof this.options.loadPath == "function" && (l = this.options.loadPath(a, r)), l =
|
|
2302
|
+
typeof this.options.loadPath == "function" && (l = this.options.loadPath(a, r)), l = Da(l), l.then(function(u) {
|
|
2303
2303
|
if (!u) return o(null, {});
|
|
2304
2304
|
var c = et(u, {
|
|
2305
2305
|
lng: a.join("+"),
|
|
@@ -2315,7 +2315,7 @@ var $a = function() {
|
|
|
2315
2315
|
}, {
|
|
2316
2316
|
key: "loadUrl",
|
|
2317
2317
|
value: function(a, e, r, i) {
|
|
2318
|
-
var o = this, s = typeof r == "string" ? [r] : r, l = typeof i == "string" ? [i] : i, u = this.options.parseLoadPayload(s, l), c = se(
|
|
2318
|
+
var o = this, s = typeof r == "string" ? [r] : r, l = typeof i == "string" ? [i] : i, u = this.options.parseLoadPayload(s, l), c = se(ja(a));
|
|
2319
2319
|
this.options.request(this.options, a, u, function(d, f) {
|
|
2320
2320
|
if (f && (f.status >= 500 && f.status < 600 || !f.status)) return e("failed loading " + c + "; status code: " + f.status, !0);
|
|
2321
2321
|
if (f && f.status >= 400 && f.status < 500) return e("failed loading " + c + "; status code: " + f.status, !1);
|
|
@@ -2387,14 +2387,14 @@ var $a = function() {
|
|
|
2387
2387
|
})();
|
|
2388
2388
|
Ot.type = "backend";
|
|
2389
2389
|
var Et = [], Qa = Et.forEach, Za = Et.slice;
|
|
2390
|
-
function
|
|
2390
|
+
function Ga(n) {
|
|
2391
2391
|
return Qa.call(Za.call(arguments, 1), function(t) {
|
|
2392
2392
|
if (t)
|
|
2393
2393
|
for (var a in t)
|
|
2394
2394
|
n[a] === void 0 && (n[a] = t[a]);
|
|
2395
2395
|
}), n;
|
|
2396
2396
|
}
|
|
2397
|
-
var it = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/,
|
|
2397
|
+
var it = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/, Xa = function(t, a, e) {
|
|
2398
2398
|
var r = e || {};
|
|
2399
2399
|
r.path = r.path || "/";
|
|
2400
2400
|
var i = encodeURIComponent(a), o = t + "=" + i;
|
|
@@ -2444,7 +2444,7 @@ var it = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/, Ya = function(t, a, e) {
|
|
|
2444
2444
|
path: "/",
|
|
2445
2445
|
sameSite: "strict"
|
|
2446
2446
|
};
|
|
2447
|
-
e && (i.expires = /* @__PURE__ */ new Date(), i.expires.setTime(i.expires.getTime() + e * 60 * 1e3)), r && (i.domain = r), document.cookie =
|
|
2447
|
+
e && (i.expires = /* @__PURE__ */ new Date(), i.expires.setTime(i.expires.getTime() + e * 60 * 1e3)), r && (i.domain = r), document.cookie = Xa(t, encodeURIComponent(a), i);
|
|
2448
2448
|
},
|
|
2449
2449
|
read: function(t) {
|
|
2450
2450
|
for (var a = t + "=", e = document.cookie.split(";"), r = 0; r < e.length; r++) {
|
|
@@ -2457,7 +2457,7 @@ var it = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/, Ya = function(t, a, e) {
|
|
|
2457
2457
|
remove: function(t) {
|
|
2458
2458
|
this.create(t, "", -1);
|
|
2459
2459
|
}
|
|
2460
|
-
},
|
|
2460
|
+
}, Ya = {
|
|
2461
2461
|
name: "cookie",
|
|
2462
2462
|
lookup: function(t) {
|
|
2463
2463
|
var a;
|
|
@@ -2587,13 +2587,13 @@ function sn() {
|
|
|
2587
2587
|
var Rt = /* @__PURE__ */ (function() {
|
|
2588
2588
|
function n(t) {
|
|
2589
2589
|
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
2590
|
-
|
|
2590
|
+
A(this, n), this.type = "languageDetector", this.detectors = {}, this.init(t, a);
|
|
2591
2591
|
}
|
|
2592
|
-
return
|
|
2592
|
+
return U(n, [{
|
|
2593
2593
|
key: "init",
|
|
2594
2594
|
value: function(a) {
|
|
2595
2595
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
2596
|
-
this.services = a, this.options =
|
|
2596
|
+
this.services = a, this.options = Ga(e, this.options || {}, sn()), this.options.lookupFromUrlIndex && (this.options.lookupFromPathIndex = this.options.lookupFromUrlIndex), this.i18nOptions = r, this.addDetector(Ya), this.addDetector(Ja), this.addDetector(en), this.addDetector(tn), this.addDetector(an), this.addDetector(nn), this.addDetector(rn), this.addDetector(on);
|
|
2597
2597
|
}
|
|
2598
2598
|
}, {
|
|
2599
2599
|
key: "addDetector",
|
|
@@ -2626,6 +2626,7 @@ var Rt = /* @__PURE__ */ (function() {
|
|
|
2626
2626
|
Rt.type = "languageDetector";
|
|
2627
2627
|
const ln = {
|
|
2628
2628
|
"addToList.disabledDragTooltip": "Drag & Drop ist deaktiviert, wenn Filter aktiviert sind",
|
|
2629
|
+
"addToList.moreOptionsAvailable": "Weitere Optionen verfügbar. Verwenden Sie das Suchfeld, um die Ergebnisse zu filtern.",
|
|
2629
2630
|
"addToList.moveAllItemsToCol": "Alles nach „ {{columnName}} “ verschieben",
|
|
2630
2631
|
"addToList.noDataZeroStateColumnTitle": "Diese Spalte ist leer",
|
|
2631
2632
|
"addToList.noDataZeroStateOffColumnSubheading": "Optionen aus {{columnName}} entfernen",
|
|
@@ -2635,7 +2636,10 @@ const ln = {
|
|
|
2635
2636
|
"advancedSearch.clear": "Felder löschen",
|
|
2636
2637
|
"advancedSearch.search": "Suchen",
|
|
2637
2638
|
"button.spinningTitle": "Wird geladen…",
|
|
2639
|
+
"columnChooser.applyChanges": "Änderungen anwenden",
|
|
2640
|
+
"columnChooser.findColumnsToAdd": "Hinzufügende Spalten suchen",
|
|
2638
2641
|
"columnChooser.removeButton": "Entfernen Sie {{elementName}}",
|
|
2642
|
+
"columnChooser.selected": "Ausgewählte",
|
|
2639
2643
|
"columnManager.cancelButton": "Kündigen",
|
|
2640
2644
|
"columnManager.filterText": "Eine Spalte suchen",
|
|
2641
2645
|
"columnManager.offListHeader": "Ausgeblendete Spalten",
|
|
@@ -2644,6 +2648,9 @@ const ln = {
|
|
|
2644
2648
|
"columnManager.title": "Tabellenspalten verwalten",
|
|
2645
2649
|
"contentRow.collapse": "Zusammenbrechen",
|
|
2646
2650
|
"contentRow.expand": "Erweitern",
|
|
2651
|
+
"contextBar.change": "Ändern Sie",
|
|
2652
|
+
"contextBar.in": "in",
|
|
2653
|
+
"contextBar.viewing": "Einsehen",
|
|
2647
2654
|
"datepicker.calendar.nextMonth": "Nächsten Monat anzeigen",
|
|
2648
2655
|
"datepicker.calendar.prevMonth": "Vorherigen Monat anzeigen",
|
|
2649
2656
|
"datepicker.preset.after": "Nach dem",
|
|
@@ -2656,6 +2663,7 @@ const ln = {
|
|
|
2656
2663
|
"datepicker.preset.thirtyDays": "Letzte 30 Tage",
|
|
2657
2664
|
"datepicker.preset.today": "Heute",
|
|
2658
2665
|
"datepicker.presetsLabel": "Bereiche",
|
|
2666
|
+
"dateTimeRangePicker.to": "zu",
|
|
2659
2667
|
"fileUpload.acceptedTypes.one": "{{fileTypes}} Format ist akzeptiert",
|
|
2660
2668
|
"fileUpload.acceptedTypes.other": "{{fileTypes}} akzeptierte Formate",
|
|
2661
2669
|
"fileUpload.cancelled.one": "Datei-Upload fehlgeschlagen",
|
|
@@ -2678,6 +2686,8 @@ const ln = {
|
|
|
2678
2686
|
"insightCard.all": "ALLES",
|
|
2679
2687
|
"insightCard.partnerCount": "{{count}} |von| {{total}}",
|
|
2680
2688
|
"insightCard.partners": "PARTNER",
|
|
2689
|
+
"insights.hideAdditionalInsights": "Zusätzliche Einblicke ausblenden",
|
|
2690
|
+
"insights.showAdditionalInsights": "Zusätzliche Einblicke anzeigen",
|
|
2681
2691
|
"insightTile.all": "ALLES",
|
|
2682
2692
|
"insightTile.partnerCount": "{{count}} |von| {{total}}",
|
|
2683
2693
|
"insightTile.partners": "PARTNER",
|
|
@@ -2700,6 +2710,7 @@ const ln = {
|
|
|
2700
2710
|
"listActionBar.clearSelected": "Auswahl löschen",
|
|
2701
2711
|
"listActionBar.itemsSelected": "Ausgewählte Elemente",
|
|
2702
2712
|
"listToolbar.advancedSearchToggle": "Erweiterte Suche",
|
|
2713
|
+
"matrix.cell.null": "null",
|
|
2703
2714
|
"modal.close": "Modal schließen",
|
|
2704
2715
|
"modal.defaultButtonLabel": "Okay",
|
|
2705
2716
|
"modal.defaultTitle.general": "Handlung",
|
|
@@ -2707,6 +2718,7 @@ const ln = {
|
|
|
2707
2718
|
"modal.defaultTitle.serious-warning": "Warnung",
|
|
2708
2719
|
"modal.defaultTitle.success": "Erfolg",
|
|
2709
2720
|
"modal.defaultTitle.warning": "Warnung",
|
|
2721
|
+
"pagination.many": "viele",
|
|
2710
2722
|
"pagination.nextPage": "Nächste Seite",
|
|
2711
2723
|
"pagination.of": "von",
|
|
2712
2724
|
"pagination.ofMany": "von vielen",
|
|
@@ -2716,14 +2728,17 @@ const ln = {
|
|
|
2716
2728
|
"pagination.prevPage": "Vorherige Seite",
|
|
2717
2729
|
"pagination.view": "Siehe",
|
|
2718
2730
|
"pagination.viewing": "Einsehen",
|
|
2731
|
+
"productBar.current": "aktuell",
|
|
2719
2732
|
"progressBar.closeButtonTitle": "Fortschrittsbalken schließen",
|
|
2733
|
+
"richTextEditor.linkModal.link": "Link",
|
|
2734
|
+
"richTextEditor.linkModal.ok": "OK",
|
|
2735
|
+
"richTextEditor.linkModal.text": "Text",
|
|
2720
2736
|
"searchResultsBar.clear": "Klar",
|
|
2721
2737
|
"searchResultsBar.clearResults": "Ergebnisse löschen",
|
|
2722
2738
|
"searchResultsBar.count": "{{count}} von {{total}}",
|
|
2723
2739
|
"searchResultsBar.matchingResults": "Passende Ergebnisse",
|
|
2724
2740
|
"searchResultsBar.noAdvancedSearchSelections": "Keine erweiterten Suchauswahlen",
|
|
2725
2741
|
"searchResultsBar.results": "Ergebnisse:",
|
|
2726
|
-
"productBar.more": "Mehr",
|
|
2727
2742
|
"select.defaultPlaceholder": "Wählen Sie eine Option aus…",
|
|
2728
2743
|
"select.searchPlaceholder": "Suche...",
|
|
2729
2744
|
"slackLink.label": "Chat",
|
|
@@ -2736,31 +2751,31 @@ const ln = {
|
|
|
2736
2751
|
"timeInput.customTime": "Benutzerdefinierte Zeit"
|
|
2737
2752
|
}, un = {
|
|
2738
2753
|
"addToList.disabledDragTooltip": "Drag and drop are disabled when filters are engaged",
|
|
2754
|
+
"addToList.moreOptionsAvailable": "More options available. Use the search field to filter results.",
|
|
2739
2755
|
"addToList.moveAllItemsToCol": 'Move All to "{{columnName}}"',
|
|
2740
2756
|
"addToList.noDataZeroStateColumnTitle": "This Column is Empty",
|
|
2741
2757
|
"addToList.noDataZeroStateOffColumnSubheading": "Remove options from the {{columnName}}",
|
|
2742
2758
|
"addToList.noDataZeroStateOnColumnSubheading": "Move options from the {{columnName}}",
|
|
2743
2759
|
"addToList.offColumnHeader": "Off Column",
|
|
2744
2760
|
"addToList.onColumnHeader": "On Column",
|
|
2745
|
-
"addToList.moreOptionsAvailable": "More options available. Use the search field to filter results.",
|
|
2746
2761
|
"advancedSearch.clear": "Clear Fields",
|
|
2747
2762
|
"advancedSearch.search": "Search",
|
|
2748
2763
|
"button.spinningTitle": "Loading…",
|
|
2749
2764
|
"columnChooser.applyChanges": "Apply Changes",
|
|
2750
2765
|
"columnChooser.findColumnsToAdd": "Find Columns to Add",
|
|
2751
|
-
"columnChooser.selected": "Selected",
|
|
2752
2766
|
"columnChooser.removeButton": "Remove {{elementName}}",
|
|
2767
|
+
"columnChooser.selected": "Selected",
|
|
2753
2768
|
"columnManager.cancelButton": "Cancel",
|
|
2754
2769
|
"columnManager.filterText": "Find a Column",
|
|
2755
2770
|
"columnManager.offListHeader": "Hidden Columns",
|
|
2756
2771
|
"columnManager.onListHeader": "Visible Columns",
|
|
2757
2772
|
"columnManager.saveButton": "Save",
|
|
2758
2773
|
"columnManager.title": "Manage Table Columns",
|
|
2774
|
+
"contentRow.collapse": "Collapse",
|
|
2775
|
+
"contentRow.expand": "Expand",
|
|
2759
2776
|
"contextBar.change": "Change",
|
|
2760
2777
|
"contextBar.in": "in",
|
|
2761
2778
|
"contextBar.viewing": "Viewing",
|
|
2762
|
-
"contentRow.collapse": "Collapse",
|
|
2763
|
-
"contentRow.expand": "Expand",
|
|
2764
2779
|
"datepicker.calendar.nextMonth": "View Next Month",
|
|
2765
2780
|
"datepicker.calendar.prevMonth": "View Previous Month",
|
|
2766
2781
|
"datepicker.preset.after": "After",
|
|
@@ -2796,11 +2811,11 @@ const ln = {
|
|
|
2796
2811
|
"insightCard.all": "ALL",
|
|
2797
2812
|
"insightCard.partnerCount": "{{count}} |of| {{total}}",
|
|
2798
2813
|
"insightCard.partners": "PARTNERS",
|
|
2814
|
+
"insights.hideAdditionalInsights": "Hide Additional Insights",
|
|
2815
|
+
"insights.showAdditionalInsights": "Show Additional Insights",
|
|
2799
2816
|
"insightTile.all": "ALL",
|
|
2800
2817
|
"insightTile.partnerCount": "{{count}} |of| {{total}}",
|
|
2801
2818
|
"insightTile.partners": "PARTNERS",
|
|
2802
|
-
"insights.hideAdditionalInsights": "Hide Additional Insights",
|
|
2803
|
-
"insights.showAdditionalInsights": "Show Additional Insights",
|
|
2804
2819
|
"label.errors.dateConstraint.max": "Please enter a date on or prior to {{context.maxExceeded}}.",
|
|
2805
2820
|
"label.errors.dateConstraint.min": "Please enter a date on or after {{context.minExceeded}}.",
|
|
2806
2821
|
"label.errors.dateFormat": "Please enter a date in the format {{context}}.",
|
|
@@ -2838,18 +2853,18 @@ const ln = {
|
|
|
2838
2853
|
"pagination.prevPage": "Previous Page",
|
|
2839
2854
|
"pagination.view": "View",
|
|
2840
2855
|
"pagination.viewing": "Viewing",
|
|
2841
|
-
"progressBar.closeButtonTitle": "Close progress bar",
|
|
2842
2856
|
"productBar.current": "current",
|
|
2843
|
-
"
|
|
2857
|
+
"productBar.more": "More",
|
|
2858
|
+
"progressBar.closeButtonTitle": "Close progress bar",
|
|
2844
2859
|
"richTextEditor.linkModal.link": "Link",
|
|
2845
2860
|
"richTextEditor.linkModal.ok": "OK",
|
|
2861
|
+
"richTextEditor.linkModal.text": "Text",
|
|
2846
2862
|
"searchResultsBar.clear": "Clear",
|
|
2847
2863
|
"searchResultsBar.clearResults": "Clear Results",
|
|
2848
2864
|
"searchResultsBar.count": "{{count}} of {{total}}",
|
|
2849
2865
|
"searchResultsBar.matchingResults": "Matching results",
|
|
2850
2866
|
"searchResultsBar.noAdvancedSearchSelections": "No Advanced Search Selections",
|
|
2851
2867
|
"searchResultsBar.results": "Results:",
|
|
2852
|
-
"productBar.more": "More",
|
|
2853
2868
|
"select.defaultPlaceholder": "Select one…",
|
|
2854
2869
|
"select.searchPlaceholder": "Search…",
|
|
2855
2870
|
"slackLink.label": "Chat",
|
|
@@ -2862,7 +2877,8 @@ const ln = {
|
|
|
2862
2877
|
"timeInput.customTime": "Custom time"
|
|
2863
2878
|
}, cn = {
|
|
2864
2879
|
"addToList.disabledDragTooltip": "Las funciones de arrastrar y soltar están deshabilitadas cuando los filtros están activados",
|
|
2865
|
-
"addToList.
|
|
2880
|
+
"addToList.moreOptionsAvailable": "Más opciones disponibles. Utilice el campo de búsqueda para filtrar los resultados.",
|
|
2881
|
+
"addToList.moveAllItemsToCol": 'Mover todo a "{{columnName}}"',
|
|
2866
2882
|
"addToList.noDataZeroStateColumnTitle": "Esta columna está vacía",
|
|
2867
2883
|
"addToList.noDataZeroStateOffColumnSubheading": "Eliminar opciones de {{columnName}}",
|
|
2868
2884
|
"addToList.noDataZeroStateOnColumnSubheading": "Mover opciones de {{columnName}}",
|
|
@@ -2871,7 +2887,10 @@ const ln = {
|
|
|
2871
2887
|
"advancedSearch.clear": "Campos despejados",
|
|
2872
2888
|
"advancedSearch.search": "Buscar",
|
|
2873
2889
|
"button.spinningTitle": "Cargando…",
|
|
2890
|
+
"columnChooser.applyChanges": "Aplicar cambios",
|
|
2891
|
+
"columnChooser.findColumnsToAdd": "Buscar columnas para añadir",
|
|
2874
2892
|
"columnChooser.removeButton": "Eliminar {{elementName}}",
|
|
2893
|
+
"columnChooser.selected": "Selección",
|
|
2875
2894
|
"columnManager.cancelButton": "Cancelar",
|
|
2876
2895
|
"columnManager.filterText": "Encuentra una columna",
|
|
2877
2896
|
"columnManager.offListHeader": "Columnas ocultas",
|
|
@@ -2880,6 +2899,9 @@ const ln = {
|
|
|
2880
2899
|
"columnManager.title": "Administrar columnas de tabla",
|
|
2881
2900
|
"contentRow.collapse": "Colapso",
|
|
2882
2901
|
"contentRow.expand": "Expandir",
|
|
2902
|
+
"contextBar.change": "Cambia",
|
|
2903
|
+
"contextBar.in": "en",
|
|
2904
|
+
"contextBar.viewing": "Ver",
|
|
2883
2905
|
"datepicker.calendar.nextMonth": "Ver el próximo mes",
|
|
2884
2906
|
"datepicker.calendar.prevMonth": "Ver mes anterior",
|
|
2885
2907
|
"datepicker.preset.after": "Después",
|
|
@@ -2892,6 +2914,7 @@ const ln = {
|
|
|
2892
2914
|
"datepicker.preset.thirtyDays": "Últimos 30 días",
|
|
2893
2915
|
"datepicker.preset.today": "Hoy",
|
|
2894
2916
|
"datepicker.presetsLabel": "Rangos",
|
|
2917
|
+
"dateTimeRangePicker.to": "a",
|
|
2895
2918
|
"fileUpload.acceptedTypes.one": "Formato {{fileTypes}} aceptado",
|
|
2896
2919
|
"fileUpload.acceptedTypes.other": "Formatos {{fileTypes}} aceptados",
|
|
2897
2920
|
"fileUpload.cancelled.one": "Error al cargar el archivo",
|
|
@@ -2914,6 +2937,8 @@ const ln = {
|
|
|
2914
2937
|
"insightCard.all": "Todos",
|
|
2915
2938
|
"insightCard.partnerCount": "{{count}} |de| {{total}}",
|
|
2916
2939
|
"insightCard.partners": "socios",
|
|
2940
|
+
"insights.hideAdditionalInsights": "Ocultar información adicional",
|
|
2941
|
+
"insights.showAdditionalInsights": "Mostrar información adicional",
|
|
2917
2942
|
"insightTile.all": "Todos",
|
|
2918
2943
|
"insightTile.partnerCount": "{{count}} |de| {{total}}",
|
|
2919
2944
|
"insightTile.partners": "socios",
|
|
@@ -2936,6 +2961,7 @@ const ln = {
|
|
|
2936
2961
|
"listActionBar.clearSelected": "Borrar seleccionados",
|
|
2937
2962
|
"listActionBar.itemsSelected": "Artículos seleccionados",
|
|
2938
2963
|
"listToolbar.advancedSearchToggle": "Búsqueda avanzada",
|
|
2964
|
+
"matrix.cell.null": "null",
|
|
2939
2965
|
"modal.close": "Cerrar modal",
|
|
2940
2966
|
"modal.defaultButtonLabel": "Aceptar",
|
|
2941
2967
|
"modal.defaultTitle.general": "Acción",
|
|
@@ -2943,6 +2969,7 @@ const ln = {
|
|
|
2943
2969
|
"modal.defaultTitle.serious-warning": "Aviso",
|
|
2944
2970
|
"modal.defaultTitle.success": "Éxito",
|
|
2945
2971
|
"modal.defaultTitle.warning": "Aviso",
|
|
2972
|
+
"pagination.many": "muchos",
|
|
2946
2973
|
"pagination.nextPage": "Siguiente página",
|
|
2947
2974
|
"pagination.of": "de",
|
|
2948
2975
|
"pagination.ofMany": "de muchos",
|
|
@@ -2952,14 +2979,17 @@ const ln = {
|
|
|
2952
2979
|
"pagination.prevPage": "Página anterior",
|
|
2953
2980
|
"pagination.view": "Ver",
|
|
2954
2981
|
"pagination.viewing": "Ver",
|
|
2982
|
+
"productBar.current": "actual",
|
|
2955
2983
|
"progressBar.closeButtonTitle": "Cerrar la barra de progreso",
|
|
2984
|
+
"richTextEditor.linkModal.link": "Enlace",
|
|
2985
|
+
"richTextEditor.linkModal.ok": "OK",
|
|
2986
|
+
"richTextEditor.linkModal.text": "Texto",
|
|
2956
2987
|
"searchResultsBar.clear": "Claro",
|
|
2957
2988
|
"searchResultsBar.clearResults": "Resultados claros",
|
|
2958
2989
|
"searchResultsBar.count": "{{count}} de {{total}}",
|
|
2959
2990
|
"searchResultsBar.matchingResults": "Resultados coincidentes",
|
|
2960
2991
|
"searchResultsBar.noAdvancedSearchSelections": "Sin selecciones de búsqueda avanzada",
|
|
2961
2992
|
"searchResultsBar.results": "Resultados:",
|
|
2962
|
-
"productBar.more": "Más",
|
|
2963
2993
|
"select.defaultPlaceholder": "Seleccione uno…",
|
|
2964
2994
|
"select.searchPlaceholder": "Busca...",
|
|
2965
2995
|
"slackLink.label": "Charla",
|
|
@@ -3053,6 +3083,7 @@ const ln = {
|
|
|
3053
3083
|
"modal.defaultTitle.serious-warning": "Avertissement",
|
|
3054
3084
|
"modal.defaultTitle.success": "Succès",
|
|
3055
3085
|
"modal.defaultTitle.warning": "Avertissement",
|
|
3086
|
+
"pagination.many": "nombreux",
|
|
3056
3087
|
"pagination.nextPage": "Page suivante",
|
|
3057
3088
|
"pagination.of": "de",
|
|
3058
3089
|
"pagination.ofMany": "de plusieurs",
|
|
@@ -3069,7 +3100,6 @@ const ln = {
|
|
|
3069
3100
|
"searchResultsBar.matchingResults": "Résultats correspondants",
|
|
3070
3101
|
"searchResultsBar.noAdvancedSearchSelections": "Aucune sélection de recherche avancée",
|
|
3071
3102
|
"searchResultsBar.results": "Résultats:",
|
|
3072
|
-
"productBar.more": "Plus",
|
|
3073
3103
|
"select.defaultPlaceholder": "Sélectionnez-en un…",
|
|
3074
3104
|
"select.searchPlaceholder": "Recherche...",
|
|
3075
3105
|
"slackLink.label": "Clavarder",
|
|
@@ -3082,6 +3112,7 @@ const ln = {
|
|
|
3082
3112
|
"timeInput.customTime": "Temps personnalisé"
|
|
3083
3113
|
}, fn = {
|
|
3084
3114
|
"addToList.disabledDragTooltip": "Le glisser-déposer est désactivé lorsque les filtres sont activés",
|
|
3115
|
+
"addToList.moreOptionsAvailable": "Plus d'options disponibles. Utilisez le champ de recherche pour filtrer les résultats.",
|
|
3085
3116
|
"addToList.moveAllItemsToCol": "Déplacer tout vers « {{columnName}} »",
|
|
3086
3117
|
"addToList.noDataZeroStateColumnTitle": "Cette colonne est vide",
|
|
3087
3118
|
"addToList.noDataZeroStateOffColumnSubheading": "Supprimer les options de {{columnName}}",
|
|
@@ -3091,7 +3122,10 @@ const ln = {
|
|
|
3091
3122
|
"advancedSearch.clear": "Effacer les champs",
|
|
3092
3123
|
"advancedSearch.search": "Rechercher",
|
|
3093
3124
|
"button.spinningTitle": "Chargement…",
|
|
3125
|
+
"columnChooser.applyChanges": "Appliquer les changements",
|
|
3126
|
+
"columnChooser.findColumnsToAdd": "Recherche des colonnes à ajouter",
|
|
3094
3127
|
"columnChooser.removeButton": "Supprimer {{elementName}}",
|
|
3128
|
+
"columnChooser.selected": "Sélectionné",
|
|
3095
3129
|
"columnManager.cancelButton": "Annuler",
|
|
3096
3130
|
"columnManager.filterText": "Trouver une colonne",
|
|
3097
3131
|
"columnManager.offListHeader": "Colonnes cachées",
|
|
@@ -3100,6 +3134,9 @@ const ln = {
|
|
|
3100
3134
|
"columnManager.title": "Gérer les colonnes du tableau",
|
|
3101
3135
|
"contentRow.collapse": "Réduire",
|
|
3102
3136
|
"contentRow.expand": "Développer",
|
|
3137
|
+
"contextBar.change": "Changer",
|
|
3138
|
+
"contextBar.in": "en",
|
|
3139
|
+
"contextBar.viewing": "Visualisation",
|
|
3103
3140
|
"datepicker.calendar.nextMonth": "Voir le mois prochain",
|
|
3104
3141
|
"datepicker.calendar.prevMonth": "Voir le mois précédent",
|
|
3105
3142
|
"datepicker.preset.after": "Après",
|
|
@@ -3112,6 +3149,7 @@ const ln = {
|
|
|
3112
3149
|
"datepicker.preset.thirtyDays": "30 derniers jours",
|
|
3113
3150
|
"datepicker.preset.today": "Aujourd'hui",
|
|
3114
3151
|
"datepicker.presetsLabel": "Gammes",
|
|
3152
|
+
"dateTimeRangePicker.to": "à",
|
|
3115
3153
|
"fileUpload.acceptedTypes.one": "Format {{fileTypes}} accepté",
|
|
3116
3154
|
"fileUpload.acceptedTypes.other": "Formats {{fileTypes}} acceptés",
|
|
3117
3155
|
"fileUpload.cancelled.one": "Échec du téléchargement du fichier",
|
|
@@ -3134,6 +3172,8 @@ const ln = {
|
|
|
3134
3172
|
"insightCard.all": "Tout",
|
|
3135
3173
|
"insightCard.partnerCount": "{{count}} |de| {{total}}",
|
|
3136
3174
|
"insightCard.partners": "partenaires",
|
|
3175
|
+
"insights.hideAdditionalInsights": "Cacher les informations supplémentaires",
|
|
3176
|
+
"insights.showAdditionalInsights": "Afficher des informations supplémentaires",
|
|
3137
3177
|
"insightTile.all": "Tout",
|
|
3138
3178
|
"insightTile.partnerCount": "{{count}} |de| {{total}}",
|
|
3139
3179
|
"insightTile.partners": "partenaires",
|
|
@@ -3156,6 +3196,7 @@ const ln = {
|
|
|
3156
3196
|
"listActionBar.clearSelected": "Effacer la sélection",
|
|
3157
3197
|
"listActionBar.itemsSelected": "Articles sélectionnés",
|
|
3158
3198
|
"listToolbar.advancedSearchToggle": "Recherche Avancée",
|
|
3199
|
+
"matrix.cell.null": "nul",
|
|
3159
3200
|
"modal.close": "Fermer la fenêtre modale",
|
|
3160
3201
|
"modal.defaultButtonLabel": "D'accord",
|
|
3161
3202
|
"modal.defaultTitle.general": "Action",
|
|
@@ -3163,6 +3204,7 @@ const ln = {
|
|
|
3163
3204
|
"modal.defaultTitle.serious-warning": "Avertissement",
|
|
3164
3205
|
"modal.defaultTitle.success": "Succès",
|
|
3165
3206
|
"modal.defaultTitle.warning": "Avertissement",
|
|
3207
|
+
"pagination.many": "nombreux",
|
|
3166
3208
|
"pagination.nextPage": "Page suivante",
|
|
3167
3209
|
"pagination.of": "de",
|
|
3168
3210
|
"pagination.ofMany": "de plusieurs",
|
|
@@ -3172,14 +3214,17 @@ const ln = {
|
|
|
3172
3214
|
"pagination.prevPage": "Page précédente",
|
|
3173
3215
|
"pagination.view": "Voir",
|
|
3174
3216
|
"pagination.viewing": "Visualisation",
|
|
3217
|
+
"productBar.current": "actuel",
|
|
3175
3218
|
"progressBar.closeButtonTitle": "Fermer la barre de progression",
|
|
3219
|
+
"richTextEditor.linkModal.link": "Lien",
|
|
3220
|
+
"richTextEditor.linkModal.ok": "OK",
|
|
3221
|
+
"richTextEditor.linkModal.text": "Texte",
|
|
3176
3222
|
"searchResultsBar.clear": "Effacer",
|
|
3177
3223
|
"searchResultsBar.clearResults": "Effacer les résultats",
|
|
3178
3224
|
"searchResultsBar.count": "{{count}} sur {{total}}",
|
|
3179
3225
|
"searchResultsBar.matchingResults": "Résultats correspondants",
|
|
3180
3226
|
"searchResultsBar.noAdvancedSearchSelections": "Aucune sélection de recherche avancée",
|
|
3181
3227
|
"searchResultsBar.results": "Résultats :",
|
|
3182
|
-
"productBar.more": "Plus",
|
|
3183
3228
|
"select.defaultPlaceholder": "Sélectionnez…",
|
|
3184
3229
|
"select.searchPlaceholder": "Recherche...",
|
|
3185
3230
|
"slackLink.label": "Chatter",
|
|
@@ -3192,7 +3237,8 @@ const ln = {
|
|
|
3192
3237
|
"timeInput.customTime": "Temps personnalisé"
|
|
3193
3238
|
}, pn = {
|
|
3194
3239
|
"addToList.disabledDragTooltip": "Il trascinamento della selezione è disabilitato quando i filtri sono attivi",
|
|
3195
|
-
"addToList.
|
|
3240
|
+
"addToList.moreOptionsAvailable": "Sono disponibili altre opzioni. Utilizzare il campo di ricerca per filtrare i risultati.",
|
|
3241
|
+
"addToList.moveAllItemsToCol": 'Sposta tutto in "{{columnName}}"',
|
|
3196
3242
|
"addToList.noDataZeroStateColumnTitle": "Questa colonna è vuota",
|
|
3197
3243
|
"addToList.noDataZeroStateOffColumnSubheading": "Rimuovi le opzioni da {{columnName}}",
|
|
3198
3244
|
"addToList.noDataZeroStateOnColumnSubheading": "Sposta le opzioni da {{columnName}}",
|
|
@@ -3201,7 +3247,10 @@ const ln = {
|
|
|
3201
3247
|
"advancedSearch.clear": "Cancella campi",
|
|
3202
3248
|
"advancedSearch.search": "Ricerca",
|
|
3203
3249
|
"button.spinningTitle": "Caricamento in corso…",
|
|
3250
|
+
"columnChooser.applyChanges": "Applicare le modifiche",
|
|
3251
|
+
"columnChooser.findColumnsToAdd": "Trovare le colonne da aggiungere",
|
|
3204
3252
|
"columnChooser.removeButton": "Rimuovi {{elementName}}",
|
|
3253
|
+
"columnChooser.selected": "Selezionato",
|
|
3205
3254
|
"columnManager.cancelButton": "Annulla",
|
|
3206
3255
|
"columnManager.filterText": "Trova una colonna",
|
|
3207
3256
|
"columnManager.offListHeader": "Colonne nascoste",
|
|
@@ -3210,6 +3259,9 @@ const ln = {
|
|
|
3210
3259
|
"columnManager.title": "Gestisci colonne tabella",
|
|
3211
3260
|
"contentRow.collapse": "Crollo",
|
|
3212
3261
|
"contentRow.expand": "Espandere",
|
|
3262
|
+
"contextBar.change": "Cambiamento",
|
|
3263
|
+
"contextBar.in": "in",
|
|
3264
|
+
"contextBar.viewing": "Visualizzazione",
|
|
3213
3265
|
"datepicker.calendar.nextMonth": "Visualizza il mese prossimo",
|
|
3214
3266
|
"datepicker.calendar.prevMonth": "Visualizza il mese precedente",
|
|
3215
3267
|
"datepicker.preset.after": "Dopo",
|
|
@@ -3222,6 +3274,7 @@ const ln = {
|
|
|
3222
3274
|
"datepicker.preset.thirtyDays": "Ultimi 30 giorni",
|
|
3223
3275
|
"datepicker.preset.today": "Oggi",
|
|
3224
3276
|
"datepicker.presetsLabel": "Gamme",
|
|
3277
|
+
"dateTimeRangePicker.to": "a",
|
|
3225
3278
|
"fileUpload.acceptedTypes.one": "Formato {{fileTypes}} accettato",
|
|
3226
3279
|
"fileUpload.acceptedTypes.other": "Formati accettati {{fileTypes}}",
|
|
3227
3280
|
"fileUpload.cancelled.one": "Caricamento file non riuscito",
|
|
@@ -3244,6 +3297,8 @@ const ln = {
|
|
|
3244
3297
|
"insightCard.all": "Tutti",
|
|
3245
3298
|
"insightCard.partnerCount": "{{count}} |di| {{total}}",
|
|
3246
3299
|
"insightCard.partners": "partner",
|
|
3300
|
+
"insights.hideAdditionalInsights": "Nascondere ulteriori approfondimenti",
|
|
3301
|
+
"insights.showAdditionalInsights": "Mostra ulteriori approfondimenti",
|
|
3247
3302
|
"insightTile.all": "Tutti",
|
|
3248
3303
|
"insightTile.partnerCount": "{{count}} |di| {{total}}",
|
|
3249
3304
|
"insightTile.partners": "partner",
|
|
@@ -3266,6 +3321,7 @@ const ln = {
|
|
|
3266
3321
|
"listActionBar.clearSelected": "Cancella selezione",
|
|
3267
3322
|
"listActionBar.itemsSelected": "Elementi selezionati",
|
|
3268
3323
|
"listToolbar.advancedSearchToggle": "Ricerca avanzata",
|
|
3324
|
+
"matrix.cell.null": "nullo",
|
|
3269
3325
|
"modal.close": "Chiudi modale",
|
|
3270
3326
|
"modal.defaultButtonLabel": "Okay",
|
|
3271
3327
|
"modal.defaultTitle.general": "Azione",
|
|
@@ -3273,6 +3329,7 @@ const ln = {
|
|
|
3273
3329
|
"modal.defaultTitle.serious-warning": "Avviso",
|
|
3274
3330
|
"modal.defaultTitle.success": "Successo",
|
|
3275
3331
|
"modal.defaultTitle.warning": "Avviso",
|
|
3332
|
+
"pagination.many": "molti",
|
|
3276
3333
|
"pagination.nextPage": "Pagina successiva",
|
|
3277
3334
|
"pagination.of": "di",
|
|
3278
3335
|
"pagination.ofMany": "di molti",
|
|
@@ -3282,14 +3339,17 @@ const ln = {
|
|
|
3282
3339
|
"pagination.prevPage": "Pagina precedente",
|
|
3283
3340
|
"pagination.view": "Vista",
|
|
3284
3341
|
"pagination.viewing": "Visualizzazione",
|
|
3342
|
+
"productBar.current": "corrente",
|
|
3285
3343
|
"progressBar.closeButtonTitle": "Chiudi barra di avanzamento",
|
|
3344
|
+
"richTextEditor.linkModal.link": "Collegamento",
|
|
3345
|
+
"richTextEditor.linkModal.ok": "OK",
|
|
3346
|
+
"richTextEditor.linkModal.text": "Testo",
|
|
3286
3347
|
"searchResultsBar.clear": "Cancella",
|
|
3287
3348
|
"searchResultsBar.clearResults": "Risultati chiari",
|
|
3288
3349
|
"searchResultsBar.count": "{{count}} di {{total}}",
|
|
3289
3350
|
"searchResultsBar.matchingResults": "Risultati corrispondenti",
|
|
3290
3351
|
"searchResultsBar.noAdvancedSearchSelections": "Nessuna selezione di ricerca avanzata",
|
|
3291
3352
|
"searchResultsBar.results": "Risultati:",
|
|
3292
|
-
"productBar.more": "Di più",
|
|
3293
3353
|
"select.defaultPlaceholder": "Selezionane uno…",
|
|
3294
3354
|
"select.searchPlaceholder": "Ricerca...",
|
|
3295
3355
|
"slackLink.label": "Chiacchierare",
|
|
@@ -3302,6 +3362,7 @@ const ln = {
|
|
|
3302
3362
|
"timeInput.customTime": "Tempo personalizzato"
|
|
3303
3363
|
}, gn = {
|
|
3304
3364
|
"addToList.disabledDragTooltip": "Slepen en neerzetten is uitgeschakeld wanneer filters zijn ingeschakeld",
|
|
3365
|
+
"addToList.moreOptionsAvailable": "Meer opties beschikbaar. Gebruik het zoekveld om resultaten te filteren.",
|
|
3305
3366
|
"addToList.moveAllItemsToCol": 'Verplaats alles naar " {{columnName}} "',
|
|
3306
3367
|
"addToList.noDataZeroStateColumnTitle": "Deze kolom is leeg",
|
|
3307
3368
|
"addToList.noDataZeroStateOffColumnSubheading": "Opties verwijderen uit de {{columnName}}",
|
|
@@ -3311,7 +3372,10 @@ const ln = {
|
|
|
3311
3372
|
"advancedSearch.clear": "Velden wissen",
|
|
3312
3373
|
"advancedSearch.search": "Zoeken",
|
|
3313
3374
|
"button.spinningTitle": "Bezig met laden…",
|
|
3375
|
+
"columnChooser.applyChanges": "Wijzigingen toepassen",
|
|
3376
|
+
"columnChooser.findColumnsToAdd": "Kolommen zoeken om toe te voegen",
|
|
3314
3377
|
"columnChooser.removeButton": "Verwijder {{elementName}}",
|
|
3378
|
+
"columnChooser.selected": "Geselecteerd",
|
|
3315
3379
|
"columnManager.cancelButton": "Annuleren",
|
|
3316
3380
|
"columnManager.filterText": "Vind een kolom",
|
|
3317
3381
|
"columnManager.offListHeader": "Verborgen kolommen",
|
|
@@ -3320,6 +3384,9 @@ const ln = {
|
|
|
3320
3384
|
"columnManager.title": "Tabelkolommen beheren",
|
|
3321
3385
|
"contentRow.collapse": "Samenvoegen",
|
|
3322
3386
|
"contentRow.expand": "Uitbreiden",
|
|
3387
|
+
"contextBar.change": "Verander",
|
|
3388
|
+
"contextBar.in": "in",
|
|
3389
|
+
"contextBar.viewing": "Het bekijken van",
|
|
3323
3390
|
"datepicker.calendar.nextMonth": "Bekijk volgende maand",
|
|
3324
3391
|
"datepicker.calendar.prevMonth": "Bekijk vorige maand",
|
|
3325
3392
|
"datepicker.preset.after": "Na",
|
|
@@ -3332,6 +3399,7 @@ const ln = {
|
|
|
3332
3399
|
"datepicker.preset.thirtyDays": "Laatste 30 dagen",
|
|
3333
3400
|
"datepicker.preset.today": "Vandaag",
|
|
3334
3401
|
"datepicker.presetsLabel": "Bereiken",
|
|
3402
|
+
"dateTimeRangePicker.to": "naar",
|
|
3335
3403
|
"fileUpload.acceptedTypes.one": "{{fileTypes}} formaat geaccepteerd",
|
|
3336
3404
|
"fileUpload.acceptedTypes.other": "{{fileTypes}} formaten geaccepteerd",
|
|
3337
3405
|
"fileUpload.cancelled.one": "Bestandsupload mislukt",
|
|
@@ -3354,6 +3422,8 @@ const ln = {
|
|
|
3354
3422
|
"insightCard.all": "Alle",
|
|
3355
3423
|
"insightCard.partnerCount": "{{count}} |van| {{total}}",
|
|
3356
3424
|
"insightCard.partners": "partners",
|
|
3425
|
+
"insights.hideAdditionalInsights": "Extra inzichten verbergen",
|
|
3426
|
+
"insights.showAdditionalInsights": "Toon extra inzichten",
|
|
3357
3427
|
"insightTile.all": "Alle",
|
|
3358
3428
|
"insightTile.partnerCount": "{{count}} |van| {{total}}",
|
|
3359
3429
|
"insightTile.partners": "partners",
|
|
@@ -3376,6 +3446,7 @@ const ln = {
|
|
|
3376
3446
|
"listActionBar.clearSelected": "Geselecteerde wissen",
|
|
3377
3447
|
"listActionBar.itemsSelected": "Geselecteerde items",
|
|
3378
3448
|
"listToolbar.advancedSearchToggle": "geavanceerd zoeken",
|
|
3449
|
+
"matrix.cell.null": "nul",
|
|
3379
3450
|
"modal.close": "Sluit modaal",
|
|
3380
3451
|
"modal.defaultButtonLabel": "oke",
|
|
3381
3452
|
"modal.defaultTitle.general": "Actie",
|
|
@@ -3383,6 +3454,7 @@ const ln = {
|
|
|
3383
3454
|
"modal.defaultTitle.serious-warning": "Waarschuwing",
|
|
3384
3455
|
"modal.defaultTitle.success": "Succes",
|
|
3385
3456
|
"modal.defaultTitle.warning": "Waarschuwing",
|
|
3457
|
+
"pagination.many": "veel",
|
|
3386
3458
|
"pagination.nextPage": "Volgende pagina",
|
|
3387
3459
|
"pagination.of": "van",
|
|
3388
3460
|
"pagination.ofMany": "van velen",
|
|
@@ -3392,14 +3464,17 @@ const ln = {
|
|
|
3392
3464
|
"pagination.prevPage": "Vorige pagina",
|
|
3393
3465
|
"pagination.view": "Bekijk",
|
|
3394
3466
|
"pagination.viewing": "Het bekijken van",
|
|
3467
|
+
"productBar.current": "huidige",
|
|
3395
3468
|
"progressBar.closeButtonTitle": "Sluit de voortgangsbalk",
|
|
3469
|
+
"richTextEditor.linkModal.link": "Link",
|
|
3470
|
+
"richTextEditor.linkModal.ok": "OK",
|
|
3471
|
+
"richTextEditor.linkModal.text": "Tekst",
|
|
3396
3472
|
"searchResultsBar.clear": "Verwijderen",
|
|
3397
3473
|
"searchResultsBar.clearResults": "Resultaten verwijderen",
|
|
3398
3474
|
"searchResultsBar.count": "{{count}} van {{total}}",
|
|
3399
3475
|
"searchResultsBar.matchingResults": "Overeenkomende resultaten",
|
|
3400
3476
|
"searchResultsBar.noAdvancedSearchSelections": "Geen geavanceerde zoekselecties",
|
|
3401
3477
|
"searchResultsBar.results": "Resultaten:",
|
|
3402
|
-
"productBar.more": "Meer",
|
|
3403
3478
|
"select.defaultPlaceholder": "Selecteer er één…",
|
|
3404
3479
|
"select.searchPlaceholder": "Zoek...",
|
|
3405
3480
|
"slackLink.label": "Chat",
|
|
@@ -3412,6 +3487,7 @@ const ln = {
|
|
|
3412
3487
|
"timeInput.customTime": "Aangepaste tijd"
|
|
3413
3488
|
}, hn = {
|
|
3414
3489
|
"addToList.disabledDragTooltip": "使用过滤器时,拖放功能将被禁用",
|
|
3490
|
+
"addToList.moreOptionsAvailable": "提供更多选项。使用搜索栏过滤结果。",
|
|
3415
3491
|
"addToList.moveAllItemsToCol": "全部移动到“ {{columnName}} ”",
|
|
3416
3492
|
"addToList.noDataZeroStateColumnTitle": "此列为空",
|
|
3417
3493
|
"addToList.noDataZeroStateOffColumnSubheading": "从{{columnName}}中删除选项",
|
|
@@ -3421,7 +3497,10 @@ const ln = {
|
|
|
3421
3497
|
"advancedSearch.clear": "清除字段",
|
|
3422
3498
|
"advancedSearch.search": "搜索",
|
|
3423
3499
|
"button.spinningTitle": "加载中…",
|
|
3500
|
+
"columnChooser.applyChanges": "应用更改",
|
|
3501
|
+
"columnChooser.findColumnsToAdd": "查找要添加的列",
|
|
3424
3502
|
"columnChooser.removeButton": "删除{{elementName}}",
|
|
3503
|
+
"columnChooser.selected": "选定",
|
|
3425
3504
|
"columnManager.cancelButton": "取消",
|
|
3426
3505
|
"columnManager.filterText": "查找列",
|
|
3427
3506
|
"columnManager.offListHeader": "隐藏列",
|
|
@@ -3430,6 +3509,9 @@ const ln = {
|
|
|
3430
3509
|
"columnManager.title": "管理表列",
|
|
3431
3510
|
"contentRow.collapse": "坍塌",
|
|
3432
3511
|
"contentRow.expand": "扩张",
|
|
3512
|
+
"contextBar.change": "变化",
|
|
3513
|
+
"contextBar.in": "在",
|
|
3514
|
+
"contextBar.viewing": "观看",
|
|
3433
3515
|
"datepicker.calendar.nextMonth": "查看下个月",
|
|
3434
3516
|
"datepicker.calendar.prevMonth": "查看上个月",
|
|
3435
3517
|
"datepicker.preset.after": "后",
|
|
@@ -3442,6 +3524,7 @@ const ln = {
|
|
|
3442
3524
|
"datepicker.preset.thirtyDays": "最近 30 天",
|
|
3443
3525
|
"datepicker.preset.today": "今天",
|
|
3444
3526
|
"datepicker.presetsLabel": "范围",
|
|
3527
|
+
"dateTimeRangePicker.to": "到",
|
|
3445
3528
|
"fileUpload.acceptedTypes.one": "{{fileTypes}}格式已接受",
|
|
3446
3529
|
"fileUpload.acceptedTypes.other": "接受{{fileTypes}}个格式",
|
|
3447
3530
|
"fileUpload.cancelled.one": "文件上传失败",
|
|
@@ -3464,6 +3547,8 @@ const ln = {
|
|
|
3464
3547
|
"insightCard.all": "所有",
|
|
3465
3548
|
"insightCard.partnerCount": "{{count}} | 的| {{total}}",
|
|
3466
3549
|
"insightCard.partners": "贸易伙伴",
|
|
3550
|
+
"insights.hideAdditionalInsights": "隐藏其他见解",
|
|
3551
|
+
"insights.showAdditionalInsights": "显示其他见解",
|
|
3467
3552
|
"insightTile.all": "所有",
|
|
3468
3553
|
"insightTile.partnerCount": "{{count}} | 的| {{total}}",
|
|
3469
3554
|
"insightTile.partners": "贸易伙伴",
|
|
@@ -3486,6 +3571,7 @@ const ln = {
|
|
|
3486
3571
|
"listActionBar.clearSelected": "清除选定",
|
|
3487
3572
|
"listActionBar.itemsSelected": "已选商品",
|
|
3488
3573
|
"listToolbar.advancedSearchToggle": "高级搜索",
|
|
3574
|
+
"matrix.cell.null": "无效",
|
|
3489
3575
|
"modal.close": "关闭模式",
|
|
3490
3576
|
"modal.defaultButtonLabel": "好的",
|
|
3491
3577
|
"modal.defaultTitle.general": "行动",
|
|
@@ -3493,6 +3579,7 @@ const ln = {
|
|
|
3493
3579
|
"modal.defaultTitle.serious-warning": "提醒",
|
|
3494
3580
|
"modal.defaultTitle.success": "成功",
|
|
3495
3581
|
"modal.defaultTitle.warning": "提醒",
|
|
3582
|
+
"pagination.many": "很多",
|
|
3496
3583
|
"pagination.nextPage": "下一页",
|
|
3497
3584
|
"pagination.of": "的",
|
|
3498
3585
|
"pagination.ofMany": "许多",
|
|
@@ -3502,14 +3589,17 @@ const ln = {
|
|
|
3502
3589
|
"pagination.prevPage": "上一页",
|
|
3503
3590
|
"pagination.view": "查看",
|
|
3504
3591
|
"pagination.viewing": "观看",
|
|
3592
|
+
"productBar.current": "当前",
|
|
3505
3593
|
"progressBar.closeButtonTitle": "关闭进度条",
|
|
3594
|
+
"richTextEditor.linkModal.link": "鏈接",
|
|
3595
|
+
"richTextEditor.linkModal.ok": "好的",
|
|
3596
|
+
"richTextEditor.linkModal.text": "案文",
|
|
3506
3597
|
"searchResultsBar.clear": "明确",
|
|
3507
3598
|
"searchResultsBar.clearResults": "清晰的结果",
|
|
3508
3599
|
"searchResultsBar.count": "{{count}}个,共{{total}}个",
|
|
3509
3600
|
"searchResultsBar.matchingResults": "匹配结果",
|
|
3510
3601
|
"searchResultsBar.noAdvancedSearchSelections": "没有高级搜索选择",
|
|
3511
3602
|
"searchResultsBar.results": "结果:",
|
|
3512
|
-
"productBar.more": "更多",
|
|
3513
3603
|
"select.defaultPlaceholder": "选择一个…",
|
|
3514
3604
|
"select.searchPlaceholder": "搜索...",
|
|
3515
3605
|
"slackLink.label": "聊天",
|
|
@@ -3522,6 +3612,7 @@ const ln = {
|
|
|
3522
3612
|
"timeInput.customTime": "自定义时间"
|
|
3523
3613
|
}, mn = {
|
|
3524
3614
|
"addToList.disabledDragTooltip": "使用過濾器時,拖放功能將被停用",
|
|
3615
|
+
"addToList.moreOptionsAvailable": "提供更多選項。使用搜尋欄篩選結果。",
|
|
3525
3616
|
"addToList.moveAllItemsToCol": "全部移動到“ {{columnName}} ”",
|
|
3526
3617
|
"addToList.noDataZeroStateColumnTitle": "此列為空",
|
|
3527
3618
|
"addToList.noDataZeroStateOffColumnSubheading": "從{{columnName}}中刪除選項",
|
|
@@ -3531,7 +3622,10 @@ const ln = {
|
|
|
3531
3622
|
"advancedSearch.clear": "清除字段",
|
|
3532
3623
|
"advancedSearch.search": "搜尋",
|
|
3533
3624
|
"button.spinningTitle": "載入中…",
|
|
3625
|
+
"columnChooser.applyChanges": "應用變更",
|
|
3626
|
+
"columnChooser.findColumnsToAdd": "尋找要新增的欄位",
|
|
3534
3627
|
"columnChooser.removeButton": "刪除{{elementName}}",
|
|
3628
|
+
"columnChooser.selected": "精選",
|
|
3535
3629
|
"columnManager.cancelButton": "取消",
|
|
3536
3630
|
"columnManager.filterText": "尋找列",
|
|
3537
3631
|
"columnManager.offListHeader": "隱藏列",
|
|
@@ -3540,6 +3634,9 @@ const ln = {
|
|
|
3540
3634
|
"columnManager.title": "管理表列",
|
|
3541
3635
|
"contentRow.collapse": "坍塌",
|
|
3542
3636
|
"contentRow.expand": "擴張",
|
|
3637
|
+
"contextBar.change": "變更",
|
|
3638
|
+
"contextBar.in": "於",
|
|
3639
|
+
"contextBar.viewing": "檢視",
|
|
3543
3640
|
"datepicker.calendar.nextMonth": "查看下個月",
|
|
3544
3641
|
"datepicker.calendar.prevMonth": "看看上個月",
|
|
3545
3642
|
"datepicker.preset.after": "後",
|
|
@@ -3552,6 +3649,7 @@ const ln = {
|
|
|
3552
3649
|
"datepicker.preset.thirtyDays": "最近30天",
|
|
3553
3650
|
"datepicker.preset.today": "今天",
|
|
3554
3651
|
"datepicker.presetsLabel": "範圍",
|
|
3652
|
+
"dateTimeRangePicker.to": "至",
|
|
3555
3653
|
"fileUpload.acceptedTypes.one": "{{fileTypes}}格式已接受",
|
|
3556
3654
|
"fileUpload.acceptedTypes.other": "接受{{fileTypes}}個格式",
|
|
3557
3655
|
"fileUpload.cancelled.one": "文件上傳失敗",
|
|
@@ -3574,6 +3672,8 @@ const ln = {
|
|
|
3574
3672
|
"insightCard.all": "所有",
|
|
3575
3673
|
"insightCard.partnerCount": "{{count}} | 的| {{total}}",
|
|
3576
3674
|
"insightCard.partners": "貿易夥伴",
|
|
3675
|
+
"insights.hideAdditionalInsights": "隱藏其他洞察力",
|
|
3676
|
+
"insights.showAdditionalInsights": "顯示其他洞察力",
|
|
3577
3677
|
"insightTile.all": "所有",
|
|
3578
3678
|
"insightTile.partnerCount": "{{count}} | 的| {{total}}",
|
|
3579
3679
|
"insightTile.partners": "貿易夥伴",
|
|
@@ -3596,6 +3696,7 @@ const ln = {
|
|
|
3596
3696
|
"listActionBar.clearSelected": "清除選定",
|
|
3597
3697
|
"listActionBar.itemsSelected": "已選商品",
|
|
3598
3698
|
"listToolbar.advancedSearchToggle": "高級搜尋",
|
|
3699
|
+
"matrix.cell.null": "空無",
|
|
3599
3700
|
"modal.close": "關閉模式",
|
|
3600
3701
|
"modal.defaultButtonLabel": "好的",
|
|
3601
3702
|
"modal.defaultTitle.general": "行動",
|
|
@@ -3603,6 +3704,7 @@ const ln = {
|
|
|
3603
3704
|
"modal.defaultTitle.serious-warning": "警告",
|
|
3604
3705
|
"modal.defaultTitle.success": "成功",
|
|
3605
3706
|
"modal.defaultTitle.warning": "警告",
|
|
3707
|
+
"pagination.many": "很多",
|
|
3606
3708
|
"pagination.nextPage": "下一頁",
|
|
3607
3709
|
"pagination.of": "的",
|
|
3608
3710
|
"pagination.ofMany": "許多",
|
|
@@ -3612,14 +3714,17 @@ const ln = {
|
|
|
3612
3714
|
"pagination.prevPage": "上一頁",
|
|
3613
3715
|
"pagination.view": "檢視",
|
|
3614
3716
|
"pagination.viewing": "檢視",
|
|
3717
|
+
"productBar.current": "目前",
|
|
3615
3718
|
"progressBar.closeButtonTitle": "關閉進度條",
|
|
3719
|
+
"richTextEditor.linkModal.link": "連結",
|
|
3720
|
+
"richTextEditor.linkModal.ok": "確定",
|
|
3721
|
+
"richTextEditor.linkModal.text": "正文",
|
|
3616
3722
|
"searchResultsBar.clear": "明確",
|
|
3617
3723
|
"searchResultsBar.clearResults": "清晰的結果",
|
|
3618
3724
|
"searchResultsBar.count": "{{count}} 個,共 {{total}} 個",
|
|
3619
3725
|
"searchResultsBar.matchingResults": "匹配結果",
|
|
3620
3726
|
"searchResultsBar.noAdvancedSearchSelections": "沒有高級搜尋選擇",
|
|
3621
3727
|
"searchResultsBar.results": "結果:",
|
|
3622
|
-
"productBar.more": "更多",
|
|
3623
3728
|
"select.defaultPlaceholder": "選擇一個…",
|
|
3624
3729
|
"select.searchPlaceholder": "搜尋...",
|
|
3625
3730
|
"slackLink.label": "聊",
|
|
@@ -3654,12 +3759,12 @@ const ln = {
|
|
|
3654
3759
|
});
|
|
3655
3760
|
ee.init();
|
|
3656
3761
|
function bn(n) {
|
|
3657
|
-
return
|
|
3762
|
+
return xt("woodland", {
|
|
3658
3763
|
...n,
|
|
3659
3764
|
i18n: ee
|
|
3660
3765
|
});
|
|
3661
3766
|
}
|
|
3662
|
-
function
|
|
3767
|
+
function xn({
|
|
3663
3768
|
detectorConfig: n,
|
|
3664
3769
|
translationPath: t,
|
|
3665
3770
|
customDetectors: a,
|
|
@@ -3727,17 +3832,17 @@ function Sn({
|
|
|
3727
3832
|
ee.changeLanguage(c);
|
|
3728
3833
|
}), u;
|
|
3729
3834
|
}
|
|
3730
|
-
const
|
|
3731
|
-
function
|
|
3732
|
-
return
|
|
3835
|
+
const Tn = ka;
|
|
3836
|
+
function kn(n = "translation", t) {
|
|
3837
|
+
return xt(n, t);
|
|
3733
3838
|
}
|
|
3734
3839
|
export {
|
|
3735
|
-
|
|
3840
|
+
Tn as S,
|
|
3736
3841
|
ee as a,
|
|
3737
3842
|
bn as b,
|
|
3738
3843
|
yn as c,
|
|
3739
|
-
|
|
3844
|
+
Yt as g,
|
|
3740
3845
|
H as i,
|
|
3741
|
-
|
|
3742
|
-
|
|
3846
|
+
xn as l,
|
|
3847
|
+
kn as u
|
|
3743
3848
|
};
|