@spscommerce/i18n 8.35.0 → 8.35.3
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/index.js +260 -256
- package/lib/index.umd.cjs +2 -2
- package/locales/de-DE/woodland.json +11 -11
- package/locales/en-US/woodland.json +9 -1
- package/locales/fr-CA/woodland.json +9 -9
- package/locales/fr-FR/woodland.json +3 -3
- package/locales/nl-NL/woodland.json +11 -11
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createContext as Et, useContext as ut, createElement as le, isValidElement as ce, cloneElement as ie, useState as Rt, useRef as
|
|
1
|
+
import { createContext as Et, useContext as ut, createElement as le, isValidElement as ce, cloneElement as ie, useState as Rt, useRef as Pe, useEffect as Ee } from "react";
|
|
2
2
|
function At(n, t) {
|
|
3
3
|
for (var a = 0; a < t.length; a++) {
|
|
4
4
|
const e = t[a];
|
|
@@ -172,7 +172,7 @@ var Bt = {
|
|
|
172
172
|
}, this.options));
|
|
173
173
|
}
|
|
174
174
|
}]), n;
|
|
175
|
-
}(),
|
|
175
|
+
}(), V = new Nt(), Q = function() {
|
|
176
176
|
function n() {
|
|
177
177
|
z(this, n), this.observers = {};
|
|
178
178
|
}
|
|
@@ -381,11 +381,11 @@ var be = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
381
381
|
o.processors[s] && (a = o.processors[s].process(a, e, r, i));
|
|
382
382
|
}), a;
|
|
383
383
|
}
|
|
384
|
-
}, He = {},
|
|
384
|
+
}, He = {}, Ve = function(n) {
|
|
385
385
|
ye(t, n);
|
|
386
386
|
function t(a) {
|
|
387
387
|
var e, r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
388
|
-
return z(this, t), e = re(this, Y(t).call(this)), be && Q.call(K(e)), Ut(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], a, K(e)), e.options = r, e.options.keySeparator === void 0 && (e.options.keySeparator = "."), e.logger =
|
|
388
|
+
return z(this, t), e = re(this, Y(t).call(this)), be && Q.call(K(e)), Ut(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], a, K(e)), e.options = r, e.options.keySeparator === void 0 && (e.options.keySeparator = "."), e.logger = V.create("translator"), e;
|
|
389
389
|
}
|
|
390
390
|
return _(t, [{
|
|
391
391
|
key: "changeLanguage",
|
|
@@ -435,28 +435,28 @@ var be = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
435
435
|
}
|
|
436
436
|
return u;
|
|
437
437
|
}
|
|
438
|
-
var y = this.resolve(e, r), h = y && y.res, b = y && y.usedKey || u,
|
|
439
|
-
if (
|
|
438
|
+
var y = this.resolve(e, r), h = y && y.res, b = y && y.usedKey || u, w = y && y.exactUsedKey || u, x = Object.prototype.toString.apply(h), D = ["[object Number]", "[object Function]", "[object RegExp]"], k = r.joinArrays !== void 0 ? r.joinArrays : this.options.joinArrays, S = !this.i18nFormat || this.i18nFormat.handleAsObject, P = typeof h != "string" && typeof h != "boolean" && typeof h != "number";
|
|
439
|
+
if (S && h && P && D.indexOf(x) < 0 && !(typeof k == "string" && x === "[object Array]")) {
|
|
440
440
|
if (!r.returnObjects && !this.options.returnObjects)
|
|
441
441
|
return this.logger.warn("accessing an object - but returnObjects options is not enabled!"), this.options.returnedObjectHandler ? this.options.returnedObjectHandler(b, h, r) : "key '".concat(u, " (").concat(this.language, ")' returned an object instead of string.");
|
|
442
442
|
if (s) {
|
|
443
|
-
var E =
|
|
444
|
-
for (var
|
|
445
|
-
if (Object.prototype.hasOwnProperty.call(h,
|
|
446
|
-
var W = "".concat(L).concat(s).concat(
|
|
447
|
-
R[
|
|
443
|
+
var E = x === "[object Array]", R = E ? [] : {}, L = E ? w : b;
|
|
444
|
+
for (var O in h)
|
|
445
|
+
if (Object.prototype.hasOwnProperty.call(h, O)) {
|
|
446
|
+
var W = "".concat(L).concat(s).concat(O);
|
|
447
|
+
R[O] = this.translate(W, U({}, r, {
|
|
448
448
|
joinArrays: !1,
|
|
449
449
|
ns: d
|
|
450
|
-
})), R[
|
|
450
|
+
})), R[O] === W && (R[O] = h[O]);
|
|
451
451
|
}
|
|
452
452
|
h = R;
|
|
453
453
|
}
|
|
454
|
-
} else if (
|
|
455
|
-
h = h.join(
|
|
454
|
+
} else if (S && typeof k == "string" && x === "[object Array]")
|
|
455
|
+
h = h.join(k), h && (h = this.extendTranslation(h, e, r, i));
|
|
456
456
|
else {
|
|
457
|
-
var I = !1, c = !1, g = r.count !== void 0 && typeof r.count != "string",
|
|
458
|
-
!this.isValidLookup(h) &&
|
|
459
|
-
var C =
|
|
457
|
+
var I = !1, c = !1, g = r.count !== void 0 && typeof r.count != "string", T = t.hasDefaultValue(r), B = g ? this.pluralResolver.getSuffix(v, r.count) : "", A = r["defaultValue".concat(B)] || r.defaultValue;
|
|
458
|
+
!this.isValidLookup(h) && T && (I = !0, h = A), this.isValidLookup(h) || (c = !0, h = u);
|
|
459
|
+
var C = T && A !== h && this.options.updateMissing;
|
|
460
460
|
if (c || I || C) {
|
|
461
461
|
if (this.logger.log(C ? "updateKey" : "missingKey", v, f, u, C ? A : h), s) {
|
|
462
462
|
var H = this.resolve(u, U({}, r, {
|
|
@@ -469,12 +469,12 @@ var be = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
469
469
|
for (var Z = 0; Z < M.length; Z++)
|
|
470
470
|
F.push(M[Z]);
|
|
471
471
|
else this.options.saveMissingTo === "all" ? F = this.languageUtils.toResolveHierarchy(r.lng || this.language) : F.push(r.lng || this.language);
|
|
472
|
-
var je = function(X,
|
|
473
|
-
o.options.missingKeyHandler ? o.options.missingKeyHandler(X, f,
|
|
472
|
+
var je = function(X, we, Fe) {
|
|
473
|
+
o.options.missingKeyHandler ? o.options.missingKeyHandler(X, f, we, C ? Fe : h, C, r) : o.backendConnector && o.backendConnector.saveMissing && o.backendConnector.saveMissing(X, f, we, C ? Fe : h, C, r), o.emit("missingKey", X, f, we, h);
|
|
474
474
|
};
|
|
475
|
-
this.options.saveMissing && (this.options.saveMissingPlurals && g ? F.forEach(function(
|
|
476
|
-
o.pluralResolver.getSuffixes(
|
|
477
|
-
je([
|
|
475
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && g ? F.forEach(function(Se) {
|
|
476
|
+
o.pluralResolver.getSuffixes(Se).forEach(function(X) {
|
|
477
|
+
je([Se], u + X, r["defaultValue".concat(X)] || A);
|
|
478
478
|
});
|
|
479
479
|
}) : je(F, u, A));
|
|
480
480
|
}
|
|
@@ -505,9 +505,9 @@ var be = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
505
505
|
d < p && (i.nest = !1);
|
|
506
506
|
}
|
|
507
507
|
i.nest !== !1 && (e = this.interpolator.nest(e, function() {
|
|
508
|
-
for (var b = arguments.length,
|
|
509
|
-
|
|
510
|
-
return s && s[0] ===
|
|
508
|
+
for (var b = arguments.length, w = new Array(b), x = 0; x < b; x++)
|
|
509
|
+
w[x] = arguments[x];
|
|
510
|
+
return s && s[0] === w[0] && !i.context ? (l.logger.warn("It seems you are nesting recursively key: ".concat(w[0], " in key: ").concat(r[0])), null) : l.translate.apply(l, w.concat([r]));
|
|
511
511
|
}, i)), i.interpolation && this.interpolator.reset();
|
|
512
512
|
}
|
|
513
513
|
var y = i.postProcess || this.options.postProcess, h = typeof y == "string" ? [y] : y;
|
|
@@ -526,19 +526,19 @@ var be = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
526
526
|
var p = v.namespaces;
|
|
527
527
|
r.options.fallbackNS && (p = p.concat(r.options.fallbackNS));
|
|
528
528
|
var y = i.count !== void 0 && typeof i.count != "string", h = i.context !== void 0 && typeof i.context == "string" && i.context !== "", b = i.lngs ? i.lngs : r.languageUtils.toResolveHierarchy(i.lng || r.language, i.fallbackLng);
|
|
529
|
-
p.forEach(function(
|
|
530
|
-
r.isValidLookup(o) || (d =
|
|
529
|
+
p.forEach(function(w) {
|
|
530
|
+
r.isValidLookup(o) || (d = w, !He["".concat(b[0], "-").concat(w)] && r.utils && r.utils.hasLoadedNamespace && !r.utils.hasLoadedNamespace(d) && (He["".concat(b[0], "-").concat(w)] = !0, r.logger.warn('key "'.concat(s, '" for languages "').concat(b.join(", "), `" won't get resolved as namespace "`).concat(d, '" 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!!!")), b.forEach(function(x) {
|
|
531
531
|
if (!r.isValidLookup(o)) {
|
|
532
|
-
u =
|
|
533
|
-
var D = m,
|
|
532
|
+
u = x;
|
|
533
|
+
var D = m, k = [D];
|
|
534
534
|
if (r.i18nFormat && r.i18nFormat.addLookupKeys)
|
|
535
|
-
r.i18nFormat.addLookupKeys(
|
|
535
|
+
r.i18nFormat.addLookupKeys(k, m, x, w, i);
|
|
536
536
|
else {
|
|
537
|
-
var
|
|
538
|
-
y && (
|
|
537
|
+
var S;
|
|
538
|
+
y && (S = r.pluralResolver.getSuffix(x, i.count)), y && h && k.push(D + S), h && k.push(D += "".concat(r.options.contextSeparator).concat(i.context)), y && k.push(D += S);
|
|
539
539
|
}
|
|
540
|
-
for (var
|
|
541
|
-
r.isValidLookup(o) || (l =
|
|
540
|
+
for (var P; P = k.pop(); )
|
|
541
|
+
r.isValidLookup(o) || (l = P, o = r.getResource(x, w, P, i));
|
|
542
542
|
}
|
|
543
543
|
}));
|
|
544
544
|
});
|
|
@@ -573,12 +573,12 @@ var be = typeof window < "u" && window.navigator && window.navigator.userAgent &
|
|
|
573
573
|
}
|
|
574
574
|
}]), t;
|
|
575
575
|
}(Q);
|
|
576
|
-
function
|
|
576
|
+
function xe(n) {
|
|
577
577
|
return n.charAt(0).toUpperCase() + n.slice(1);
|
|
578
578
|
}
|
|
579
579
|
var zt = function() {
|
|
580
580
|
function n(t) {
|
|
581
|
-
z(this, n), this.options = t, this.whitelist = this.options.supportedLngs || !1, this.supportedLngs = this.options.supportedLngs || !1, this.logger =
|
|
581
|
+
z(this, n), this.options = t, this.whitelist = this.options.supportedLngs || !1, this.supportedLngs = this.options.supportedLngs || !1, this.logger = V.create("languageUtils");
|
|
582
582
|
}
|
|
583
583
|
return _(n, [{
|
|
584
584
|
key: "getScriptPartFromCode",
|
|
@@ -601,7 +601,7 @@ var zt = function() {
|
|
|
601
601
|
var e = ["hans", "hant", "latn", "cyrl", "cans", "mong", "arab"], r = a.split("-");
|
|
602
602
|
return this.options.lowerCaseLng ? r = r.map(function(i) {
|
|
603
603
|
return i.toLowerCase();
|
|
604
|
-
}) : r.length === 2 ? (r[0] = r[0].toLowerCase(), r[1] = r[1].toUpperCase(), e.indexOf(r[1].toLowerCase()) > -1 && (r[1] =
|
|
604
|
+
}) : r.length === 2 ? (r[0] = r[0].toLowerCase(), r[1] = r[1].toUpperCase(), e.indexOf(r[1].toLowerCase()) > -1 && (r[1] = xe(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] = xe(r[1].toLowerCase())), e.indexOf(r[2].toLowerCase()) > -1 && (r[2] = xe(r[2].toLowerCase()))), r.join("-");
|
|
605
605
|
}
|
|
606
606
|
return this.options.cleanCode || this.options.lowerCaseLng ? a.toLowerCase() : a;
|
|
607
607
|
}
|
|
@@ -816,7 +816,7 @@ var zt = function() {
|
|
|
816
816
|
return t == 1 ? 0 : t == 2 ? 1 : (t < 0 || t > 10) && t % 10 == 0 ? 2 : 3;
|
|
817
817
|
}
|
|
818
818
|
};
|
|
819
|
-
function
|
|
819
|
+
function Vt() {
|
|
820
820
|
var n = {};
|
|
821
821
|
return _t.forEach(function(t) {
|
|
822
822
|
t.lngs.forEach(function(a) {
|
|
@@ -827,10 +827,10 @@ function qt() {
|
|
|
827
827
|
});
|
|
828
828
|
}), n;
|
|
829
829
|
}
|
|
830
|
-
var
|
|
830
|
+
var qt = function() {
|
|
831
831
|
function n(t) {
|
|
832
832
|
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
833
|
-
z(this, n), this.languageUtils = t, this.options = a, this.logger =
|
|
833
|
+
z(this, n), this.languageUtils = t, this.options = a, this.logger = V.create("pluralResolver"), this.rules = Vt();
|
|
834
834
|
}
|
|
835
835
|
return _(n, [{
|
|
836
836
|
key: "addRule",
|
|
@@ -881,7 +881,7 @@ var Vt = function() {
|
|
|
881
881
|
}(), Wt = function() {
|
|
882
882
|
function n() {
|
|
883
883
|
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
884
|
-
z(this, n), this.logger =
|
|
884
|
+
z(this, n), this.logger = V.create("interpolator"), this.options = t, this.format = t.interpolation && t.interpolation.format || function(a) {
|
|
885
885
|
return a;
|
|
886
886
|
}, this.init(t);
|
|
887
887
|
}
|
|
@@ -919,11 +919,11 @@ var Vt = function() {
|
|
|
919
919
|
}
|
|
920
920
|
var v = function(b) {
|
|
921
921
|
if (b.indexOf(o.formatSeparator) < 0) {
|
|
922
|
-
var
|
|
923
|
-
return o.alwaysFormat ? o.format(
|
|
922
|
+
var w = _e(e, d, b);
|
|
923
|
+
return o.alwaysFormat ? o.format(w, void 0, r) : w;
|
|
924
924
|
}
|
|
925
|
-
var
|
|
926
|
-
return o.format(_e(e, d, D),
|
|
925
|
+
var x = b.split(o.formatSeparator), D = x.shift().trim(), k = x.join(o.formatSeparator).trim();
|
|
926
|
+
return o.format(_e(e, d, D), k, r, i);
|
|
927
927
|
};
|
|
928
928
|
this.resetRegExp();
|
|
929
929
|
var m = i && i.missingInterpolationHandler || this.options.missingInterpolationHandler, p = i && i.interpolation && i.interpolation.skipOnVariables || this.options.interpolation.skipOnVariables, y = [{
|
|
@@ -966,8 +966,8 @@ var Vt = function() {
|
|
|
966
966
|
m = h[0], b = this.interpolate(b, l), b = b.replace(/'/g, '"');
|
|
967
967
|
try {
|
|
968
968
|
l = JSON.parse(b), p && (l = U({}, p, l));
|
|
969
|
-
} catch (
|
|
970
|
-
return this.logger.warn("failed parsing options string in nesting for key ".concat(m),
|
|
969
|
+
} catch (w) {
|
|
970
|
+
return this.logger.warn("failed parsing options string in nesting for key ".concat(m), w), "".concat(m).concat(y).concat(b);
|
|
971
971
|
}
|
|
972
972
|
return delete l.defaultValue, m;
|
|
973
973
|
}
|
|
@@ -996,7 +996,7 @@ var $t = function(n) {
|
|
|
996
996
|
ye(t, n);
|
|
997
997
|
function t(a, e, r) {
|
|
998
998
|
var i, o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
999
|
-
return z(this, t), i = re(this, Y(t).call(this)), be && Q.call(K(i)), i.backend = a, i.store = e, i.services = r, i.languageUtils = r.languageUtils, i.options = o, i.logger =
|
|
999
|
+
return z(this, t), i = re(this, Y(t).call(this)), be && Q.call(K(i)), i.backend = a, i.store = e, i.services = r, i.languageUtils = r.languageUtils, i.options = o, i.logger = V.create("backendConnector"), i.state = {}, i.queue = [], i.backend && i.backend.init && i.backend.init(r, o.backend, o), i;
|
|
1000
1000
|
}
|
|
1001
1001
|
return _(t, [{
|
|
1002
1002
|
key: "queueLoad",
|
|
@@ -1161,7 +1161,7 @@ function Kt() {
|
|
|
1161
1161
|
}
|
|
1162
1162
|
};
|
|
1163
1163
|
}
|
|
1164
|
-
function
|
|
1164
|
+
function qe(n) {
|
|
1165
1165
|
return typeof n.ns == "string" && (n.ns = [n.ns]), typeof n.fallbackLng == "string" && (n.fallbackLng = [n.fallbackLng]), typeof n.fallbackNS == "string" && (n.fallbackNS = [n.fallbackNS]), n.whitelist && (n.whitelist && n.whitelist.indexOf("cimode") < 0 && (n.whitelist = n.whitelist.concat(["cimode"])), n.supportedLngs = n.whitelist), n.nonExplicitWhitelist && (n.nonExplicitSupportedLngs = n.nonExplicitWhitelist), n.supportedLngs && n.supportedLngs.indexOf("cimode") < 0 && (n.supportedLngs = n.supportedLngs.concat(["cimode"])), n;
|
|
1166
1166
|
}
|
|
1167
1167
|
function oe() {
|
|
@@ -1170,7 +1170,7 @@ var Zt = function(n) {
|
|
|
1170
1170
|
ye(t, n);
|
|
1171
1171
|
function t() {
|
|
1172
1172
|
var a, e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = arguments.length > 1 ? arguments[1] : void 0;
|
|
1173
|
-
if (z(this, t), a = re(this, Y(t).call(this)), be && Q.call(K(a)), a.options =
|
|
1173
|
+
if (z(this, t), a = re(this, Y(t).call(this)), be && Q.call(K(a)), a.options = qe(e), a.services = {}, a.logger = V, a.modules = {
|
|
1174
1174
|
external: []
|
|
1175
1175
|
}, r && !a.isInitialized && !e.isClone) {
|
|
1176
1176
|
if (!a.options.initImmediate)
|
|
@@ -1185,16 +1185,16 @@ var Zt = function(n) {
|
|
|
1185
1185
|
key: "init",
|
|
1186
1186
|
value: function() {
|
|
1187
1187
|
var e = this, r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, i = arguments.length > 1 ? arguments[1] : void 0;
|
|
1188
|
-
typeof r == "function" && (i = r, r = {}), r.whitelist && !r.supportedLngs && this.logger.deprecate("whitelist", 'option "whitelist" will be renamed to "supportedLngs" in the next major - please make sure to rename this option asap.'), r.nonExplicitWhitelist && !r.nonExplicitSupportedLngs && this.logger.deprecate("whitelist", 'options "nonExplicitWhitelist" will be renamed to "nonExplicitSupportedLngs" in the next major - please make sure to rename this option asap.'), this.options = U({}, Kt(), this.options,
|
|
1188
|
+
typeof r == "function" && (i = r, r = {}), r.whitelist && !r.supportedLngs && this.logger.deprecate("whitelist", 'option "whitelist" will be renamed to "supportedLngs" in the next major - please make sure to rename this option asap.'), r.nonExplicitWhitelist && !r.nonExplicitSupportedLngs && this.logger.deprecate("whitelist", 'options "nonExplicitWhitelist" will be renamed to "nonExplicitSupportedLngs" in the next major - please make sure to rename this option asap.'), this.options = U({}, Kt(), this.options, qe(r)), this.format = this.options.interpolation.format, i || (i = oe);
|
|
1189
1189
|
function o(p) {
|
|
1190
1190
|
return p ? typeof p == "function" ? new p() : p : null;
|
|
1191
1191
|
}
|
|
1192
1192
|
if (!this.options.isClone) {
|
|
1193
|
-
this.modules.logger ?
|
|
1193
|
+
this.modules.logger ? V.init(o(this.modules.logger), this.options) : V.init(null, this.options);
|
|
1194
1194
|
var s = new zt(this.options);
|
|
1195
1195
|
this.store = new Mt(this.options.resources, this.options);
|
|
1196
1196
|
var l = this.services;
|
|
1197
|
-
l.logger =
|
|
1197
|
+
l.logger = V, l.resourceStore = this.store, l.languageUtils = s, l.pluralResolver = new qt(s, {
|
|
1198
1198
|
prepend: this.options.pluralSeparator,
|
|
1199
1199
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
1200
1200
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
@@ -1204,7 +1204,7 @@ var Zt = function(n) {
|
|
|
1204
1204
|
for (var y = arguments.length, h = new Array(y > 1 ? y - 1 : 0), b = 1; b < y; b++)
|
|
1205
1205
|
h[b - 1] = arguments[b];
|
|
1206
1206
|
e.emit.apply(e, [p].concat(h));
|
|
1207
|
-
}), this.modules.languageDetector && (l.languageDetector = o(this.modules.languageDetector), l.languageDetector.init(l, this.options.detection, this.options)), this.modules.i18nFormat && (l.i18nFormat = o(this.modules.i18nFormat), l.i18nFormat.init && l.i18nFormat.init(this)), this.translator = new
|
|
1207
|
+
}), this.modules.languageDetector && (l.languageDetector = o(this.modules.languageDetector), l.languageDetector.init(l, this.options.detection, this.options)), this.modules.i18nFormat && (l.i18nFormat = o(this.modules.i18nFormat), l.i18nFormat.init && l.i18nFormat.init(this)), this.translator = new Ve(this.services, this.options), this.translator.on("*", function(p) {
|
|
1208
1208
|
for (var y = arguments.length, h = new Array(y > 1 ? y - 1 : 0), b = 1; b < y; b++)
|
|
1209
1209
|
h[b - 1] = arguments[b];
|
|
1210
1210
|
e.emit.apply(e, [p].concat(h));
|
|
@@ -1232,8 +1232,8 @@ var Zt = function(n) {
|
|
|
1232
1232
|
};
|
|
1233
1233
|
});
|
|
1234
1234
|
var v = J(), m = function() {
|
|
1235
|
-
var y = function(b,
|
|
1236
|
-
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), v.resolve(
|
|
1235
|
+
var y = function(b, w) {
|
|
1236
|
+
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), v.resolve(w), i(b, w);
|
|
1237
1237
|
};
|
|
1238
1238
|
if (e.languages && e.options.compatibilityAPI !== "v1" && !e.isInitialized) return y(null, e.t.bind(e));
|
|
1239
1239
|
e.changeLanguage(e.options.lng, y);
|
|
@@ -1401,7 +1401,7 @@ var Zt = function(n) {
|
|
|
1401
1401
|
s[u] = e[u];
|
|
1402
1402
|
}), s.services = U({}, this.services), s.services.utils = {
|
|
1403
1403
|
hasLoadedNamespace: s.hasLoadedNamespace.bind(s)
|
|
1404
|
-
}, s.translator = new
|
|
1404
|
+
}, s.translator = new Ve(s.services, s.options), s.translator.on("*", function(u) {
|
|
1405
1405
|
for (var d = arguments.length, f = new Array(d > 1 ? d - 1 : 0), v = 1; v < d; v++)
|
|
1406
1406
|
f[v - 1] = arguments[v];
|
|
1407
1407
|
s.emit.apply(s, [u].concat(f));
|
|
@@ -1429,13 +1429,13 @@ function pt(n, t) {
|
|
|
1429
1429
|
}
|
|
1430
1430
|
return r;
|
|
1431
1431
|
}
|
|
1432
|
-
var
|
|
1432
|
+
var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
1433
1433
|
function gt(n) {
|
|
1434
1434
|
return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
|
|
1435
1435
|
}
|
|
1436
|
-
var
|
|
1436
|
+
var ke, We;
|
|
1437
1437
|
function Gt() {
|
|
1438
|
-
return We || (We = 1,
|
|
1438
|
+
return We || (We = 1, ke = {
|
|
1439
1439
|
area: !0,
|
|
1440
1440
|
base: !0,
|
|
1441
1441
|
br: !0,
|
|
@@ -1450,7 +1450,7 @@ function Gt() {
|
|
|
1450
1450
|
source: !0,
|
|
1451
1451
|
track: !0,
|
|
1452
1452
|
wbr: !0
|
|
1453
|
-
}),
|
|
1453
|
+
}), ke;
|
|
1454
1454
|
}
|
|
1455
1455
|
var Yt = Gt();
|
|
1456
1456
|
const Jt = /* @__PURE__ */ gt(Yt);
|
|
@@ -1693,7 +1693,7 @@ function ya(n, t) {
|
|
|
1693
1693
|
var a = N({}, t);
|
|
1694
1694
|
return a.props = Object.assign(n.props, t.props), a;
|
|
1695
1695
|
}
|
|
1696
|
-
function
|
|
1696
|
+
function St(n, t) {
|
|
1697
1697
|
if (!n) return "";
|
|
1698
1698
|
var a = "", e = ee(n), r = t.transSupportBasicHtmlNodes && t.transKeepBasicHtmlNodesFor ? t.transKeepBasicHtmlNodesFor : [];
|
|
1699
1699
|
return e.forEach(function(i, o) {
|
|
@@ -1710,7 +1710,7 @@ function xt(n, t) {
|
|
|
1710
1710
|
else if (l && s === 1 && typeof u == "string")
|
|
1711
1711
|
a += "<".concat(i.type, ">").concat(u, "</").concat(i.type, ">");
|
|
1712
1712
|
else {
|
|
1713
|
-
var d =
|
|
1713
|
+
var d = St(u, t);
|
|
1714
1714
|
a += "<".concat(o, ">").concat(d, "</").concat(o, ">");
|
|
1715
1715
|
}
|
|
1716
1716
|
} else if (i === null)
|
|
@@ -1733,78 +1733,78 @@ function ba(n, t, a, e, r, i) {
|
|
|
1733
1733
|
var l = {};
|
|
1734
1734
|
function u(h) {
|
|
1735
1735
|
var b = ee(h);
|
|
1736
|
-
b.forEach(function(
|
|
1737
|
-
typeof
|
|
1736
|
+
b.forEach(function(w) {
|
|
1737
|
+
typeof w != "string" && (Ce(w) ? u(Le(w)) : j(w) === "object" && !ce(w) && Object.assign(l, w));
|
|
1738
1738
|
});
|
|
1739
1739
|
}
|
|
1740
1740
|
u(n);
|
|
1741
1741
|
var d = na.parse("<0>".concat(t, "</0>")), f = N(N({}, l), r);
|
|
1742
|
-
function v(h, b,
|
|
1743
|
-
var
|
|
1744
|
-
return va(
|
|
1742
|
+
function v(h, b, w) {
|
|
1743
|
+
var x = Le(h), D = p(x, b.children, w);
|
|
1744
|
+
return va(x) && D.length === 0 ? x : D;
|
|
1745
1745
|
}
|
|
1746
|
-
function m(h, b,
|
|
1747
|
-
h.dummy && (h.children = b),
|
|
1748
|
-
key:
|
|
1746
|
+
function m(h, b, w, x, D) {
|
|
1747
|
+
h.dummy && (h.children = b), w.push(ie(h, N(N({}, h.props), {}, {
|
|
1748
|
+
key: x
|
|
1749
1749
|
}), D ? void 0 : b));
|
|
1750
1750
|
}
|
|
1751
|
-
function p(h, b,
|
|
1752
|
-
var
|
|
1753
|
-
return D.reduce(function(
|
|
1754
|
-
var E =
|
|
1755
|
-
if (
|
|
1756
|
-
var R =
|
|
1757
|
-
!R &&
|
|
1758
|
-
var L = Object.keys(
|
|
1759
|
-
props:
|
|
1760
|
-
}, R) : R,
|
|
1751
|
+
function p(h, b, w) {
|
|
1752
|
+
var x = ee(h), D = ee(b);
|
|
1753
|
+
return D.reduce(function(k, S, P) {
|
|
1754
|
+
var E = S.children && S.children[0] && S.children[0].content && a.services.interpolator.interpolate(S.children[0].content, f, a.language);
|
|
1755
|
+
if (S.type === "tag") {
|
|
1756
|
+
var R = x[parseInt(S.name, 10)];
|
|
1757
|
+
!R && w.length === 1 && w[0][S.name] && (R = w[0][S.name]), R || (R = {});
|
|
1758
|
+
var L = Object.keys(S.attrs).length !== 0 ? ya({
|
|
1759
|
+
props: S.attrs
|
|
1760
|
+
}, R) : R, O = ce(L), W = O && Ce(S, !0) && !S.voidElement, I = s && j(L) === "object" && L.dummy && !O, c = j(n) === "object" && n !== null && Object.hasOwnProperty.call(n, S.name);
|
|
1761
1761
|
if (typeof L == "string") {
|
|
1762
1762
|
var g = a.services.interpolator.interpolate(L, f, a.language);
|
|
1763
|
-
|
|
1763
|
+
k.push(g);
|
|
1764
1764
|
} else if (Ce(L) || W) {
|
|
1765
|
-
var
|
|
1766
|
-
m(L,
|
|
1765
|
+
var T = v(L, S, w);
|
|
1766
|
+
m(L, T, k, P);
|
|
1767
1767
|
} else if (I) {
|
|
1768
|
-
var B = p(
|
|
1769
|
-
|
|
1770
|
-
key:
|
|
1768
|
+
var B = p(x, S.children, w);
|
|
1769
|
+
k.push(ie(L, N(N({}, L.props), {}, {
|
|
1770
|
+
key: P
|
|
1771
1771
|
}), B));
|
|
1772
|
-
} else if (Number.isNaN(parseFloat(
|
|
1772
|
+
} else if (Number.isNaN(parseFloat(S.name)))
|
|
1773
1773
|
if (c) {
|
|
1774
|
-
var A = v(L,
|
|
1775
|
-
m(L, A,
|
|
1776
|
-
} else if (e.transSupportBasicHtmlNodes && o.indexOf(
|
|
1777
|
-
if (
|
|
1778
|
-
|
|
1779
|
-
key: "".concat(
|
|
1774
|
+
var A = v(L, S, w);
|
|
1775
|
+
m(L, A, k, P, S.voidElement);
|
|
1776
|
+
} else if (e.transSupportBasicHtmlNodes && o.indexOf(S.name) > -1)
|
|
1777
|
+
if (S.voidElement)
|
|
1778
|
+
k.push(le(S.name, {
|
|
1779
|
+
key: "".concat(S.name, "-").concat(P)
|
|
1780
1780
|
}));
|
|
1781
1781
|
else {
|
|
1782
|
-
var C = p(
|
|
1783
|
-
|
|
1784
|
-
key: "".concat(
|
|
1782
|
+
var C = p(x, S.children, w);
|
|
1783
|
+
k.push(le(S.name, {
|
|
1784
|
+
key: "".concat(S.name, "-").concat(P)
|
|
1785
1785
|
}, C));
|
|
1786
1786
|
}
|
|
1787
|
-
else if (
|
|
1788
|
-
|
|
1787
|
+
else if (S.voidElement)
|
|
1788
|
+
k.push("<".concat(S.name, " />"));
|
|
1789
1789
|
else {
|
|
1790
|
-
var H = p(
|
|
1791
|
-
|
|
1790
|
+
var H = p(x, S.children, w);
|
|
1791
|
+
k.push("<".concat(S.name, ">").concat(H, "</").concat(S.name, ">"));
|
|
1792
1792
|
}
|
|
1793
|
-
else if (j(L) === "object" && !
|
|
1794
|
-
var F =
|
|
1795
|
-
F &&
|
|
1796
|
-
} else
|
|
1797
|
-
key:
|
|
1798
|
-
}), E)) :
|
|
1799
|
-
key:
|
|
1793
|
+
else if (j(L) === "object" && !O) {
|
|
1794
|
+
var F = S.children[0] ? E : null;
|
|
1795
|
+
F && k.push(F);
|
|
1796
|
+
} else S.children.length === 1 && E ? k.push(ie(L, N(N({}, L.props), {}, {
|
|
1797
|
+
key: P
|
|
1798
|
+
}), E)) : k.push(ie(L, N(N({}, L.props), {}, {
|
|
1799
|
+
key: P
|
|
1800
1800
|
})));
|
|
1801
|
-
} else if (
|
|
1802
|
-
var M = e.transWrapTextNodes, Z = i ? e.unescape(a.services.interpolator.interpolate(
|
|
1803
|
-
M ?
|
|
1804
|
-
key: "".concat(
|
|
1805
|
-
}, Z)) :
|
|
1801
|
+
} else if (S.type === "text") {
|
|
1802
|
+
var M = e.transWrapTextNodes, Z = i ? e.unescape(a.services.interpolator.interpolate(S.content, f, a.language)) : a.services.interpolator.interpolate(S.content, f, a.language);
|
|
1803
|
+
M ? k.push(le(M, {
|
|
1804
|
+
key: "".concat(S.name, "-").concat(P)
|
|
1805
|
+
}, Z)) : k.push(Z);
|
|
1806
1806
|
}
|
|
1807
|
-
return
|
|
1807
|
+
return k;
|
|
1808
1808
|
}, []);
|
|
1809
1809
|
}
|
|
1810
1810
|
var y = p([{
|
|
@@ -1813,33 +1813,33 @@ function ba(n, t, a, e, r, i) {
|
|
|
1813
1813
|
}], d, ee(n || []));
|
|
1814
1814
|
return Le(y[0]);
|
|
1815
1815
|
}
|
|
1816
|
-
function
|
|
1817
|
-
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, d = n.components, f = n.ns, v = n.i18n, m = n.t, p = n.shouldUnescape, y = pt(n, ma), h = ut(vt) || {}, b = h.i18n,
|
|
1818
|
-
if (!
|
|
1816
|
+
function Sa(n) {
|
|
1817
|
+
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, d = n.components, f = n.ns, v = n.i18n, m = n.t, p = n.shouldUnescape, y = pt(n, ma), h = ut(vt) || {}, b = h.i18n, w = h.defaultNS, x = v || b || bt();
|
|
1818
|
+
if (!x)
|
|
1819
1819
|
return fe("You will need to pass in an i18next instance by using i18nextReactModule"), t;
|
|
1820
|
-
var D = m ||
|
|
1820
|
+
var D = m || x.t.bind(x) || function(g) {
|
|
1821
1821
|
return g;
|
|
1822
1822
|
};
|
|
1823
1823
|
i && (s.context = i);
|
|
1824
|
-
var
|
|
1825
|
-
|
|
1826
|
-
var
|
|
1824
|
+
var k = N(N({}, yt()), x.options && x.options.react), S = f || D.ns || w || x.options && x.options.defaultNS;
|
|
1825
|
+
S = typeof S == "string" ? [S] : S || ["translation"];
|
|
1826
|
+
var P = u || St(t, k) || k.transEmptyNodeValue || r, E = k.hashTransKey, R = r || (E ? E(P) : P), L = l ? s.interpolation : {
|
|
1827
1827
|
interpolation: N(N({}, s.interpolation), {}, {
|
|
1828
1828
|
prefix: "#$?",
|
|
1829
1829
|
suffix: "?$#"
|
|
1830
1830
|
})
|
|
1831
|
-
},
|
|
1831
|
+
}, O = N(N(N(N({}, s), {}, {
|
|
1832
1832
|
count: a
|
|
1833
1833
|
}, l), L), {}, {
|
|
1834
|
-
defaultValue:
|
|
1835
|
-
ns:
|
|
1836
|
-
}), W = R ? D(R,
|
|
1834
|
+
defaultValue: P,
|
|
1835
|
+
ns: S
|
|
1836
|
+
}), W = R ? D(R, O) : P, I = ba(d || t, W, x, k, O, p), c = e !== void 0 ? e : k.defaultTransParent;
|
|
1837
1837
|
return c ? le(c, y, I) : I;
|
|
1838
1838
|
}
|
|
1839
|
-
function
|
|
1839
|
+
function wa(n) {
|
|
1840
1840
|
if (Array.isArray(n)) return n;
|
|
1841
1841
|
}
|
|
1842
|
-
function
|
|
1842
|
+
function xa(n, t) {
|
|
1843
1843
|
var a = n == null ? null : typeof Symbol < "u" && n[Symbol.iterator] || n["@@iterator"];
|
|
1844
1844
|
if (a != null) {
|
|
1845
1845
|
var e, r, i, o, s = [], l = !0, u = !1;
|
|
@@ -1862,19 +1862,19 @@ function Ye(n, t) {
|
|
|
1862
1862
|
for (var a = 0, e = Array(t); a < t; a++) e[a] = n[a];
|
|
1863
1863
|
return e;
|
|
1864
1864
|
}
|
|
1865
|
-
function
|
|
1865
|
+
function Ta(n, t) {
|
|
1866
1866
|
if (n) {
|
|
1867
1867
|
if (typeof n == "string") return Ye(n, t);
|
|
1868
1868
|
var a = {}.toString.call(n).slice(8, -1);
|
|
1869
1869
|
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) ? Ye(n, t) : void 0;
|
|
1870
1870
|
}
|
|
1871
1871
|
}
|
|
1872
|
-
function
|
|
1872
|
+
function ka() {
|
|
1873
1873
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
1874
1874
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
1875
1875
|
}
|
|
1876
1876
|
function Ca(n, t) {
|
|
1877
|
-
return
|
|
1877
|
+
return wa(n) || xa(n, t) || Ta(n, t) || ka();
|
|
1878
1878
|
}
|
|
1879
1879
|
function Je(n, t) {
|
|
1880
1880
|
var a = Object.keys(n);
|
|
@@ -1886,7 +1886,7 @@ function Je(n, t) {
|
|
|
1886
1886
|
}
|
|
1887
1887
|
return a;
|
|
1888
1888
|
}
|
|
1889
|
-
function
|
|
1889
|
+
function Oe(n) {
|
|
1890
1890
|
for (var t = 1; t < arguments.length; t++) {
|
|
1891
1891
|
var a = arguments[t] != null ? arguments[t] : {};
|
|
1892
1892
|
t % 2 ? Je(Object(a), !0).forEach(function(e) {
|
|
@@ -1898,12 +1898,12 @@ function Pe(n) {
|
|
|
1898
1898
|
return n;
|
|
1899
1899
|
}
|
|
1900
1900
|
var La = function(t, a) {
|
|
1901
|
-
var e =
|
|
1901
|
+
var e = Pe();
|
|
1902
1902
|
return Ee(function() {
|
|
1903
1903
|
e.current = t;
|
|
1904
1904
|
}, [t, a]), e.current;
|
|
1905
1905
|
};
|
|
1906
|
-
function
|
|
1906
|
+
function wt(n) {
|
|
1907
1907
|
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = t.i18n, e = ut(vt) || {}, r = e.i18n, i = e.defaultNS, o = a || r || bt();
|
|
1908
1908
|
if (o && !o.reportNamespaces && (o.reportNamespaces = new ca()), !o) {
|
|
1909
1909
|
fe("You will need to pass in an i18next instance by using initReactI18next");
|
|
@@ -1913,7 +1913,7 @@ function St(n) {
|
|
|
1913
1913
|
return l.t = s, l.i18n = {}, l.ready = !1, l;
|
|
1914
1914
|
}
|
|
1915
1915
|
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.");
|
|
1916
|
-
var u =
|
|
1916
|
+
var u = Oe(Oe(Oe({}, yt()), o.options.react), t), d = u.useSuspense, f = u.keyPrefix, v = n || i || o.options && o.options.defaultNS;
|
|
1917
1917
|
v = typeof v == "string" ? [v] : v || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(v);
|
|
1918
1918
|
var m = (o.isInitialized || o.initializedStoreOnce) && v.every(function(E) {
|
|
1919
1919
|
return ga(E, o, u);
|
|
@@ -1921,29 +1921,29 @@ function St(n) {
|
|
|
1921
1921
|
function p() {
|
|
1922
1922
|
return o.getFixedT(null, u.nsMode === "fallback" ? v : v[0], f);
|
|
1923
1923
|
}
|
|
1924
|
-
var y = Rt(p), h = Ca(y, 2), b = h[0],
|
|
1924
|
+
var y = Rt(p), h = Ca(y, 2), b = h[0], w = h[1], x = v.join(), D = La(x), k = Pe(!0);
|
|
1925
1925
|
Ee(function() {
|
|
1926
1926
|
var E = u.bindI18n, R = u.bindI18nStore;
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
}), m && D && D !==
|
|
1927
|
+
k.current = !0, !m && !d && Xe(o, v, function() {
|
|
1928
|
+
k.current && w(p);
|
|
1929
|
+
}), m && D && D !== x && k.current && w(p);
|
|
1930
1930
|
function L() {
|
|
1931
|
-
|
|
1931
|
+
k.current && w(p);
|
|
1932
1932
|
}
|
|
1933
1933
|
return E && o && o.on(E, L), R && o && o.store.on(R, L), function() {
|
|
1934
|
-
|
|
1935
|
-
return o.off(
|
|
1936
|
-
}), R && o && R.split(" ").forEach(function(
|
|
1937
|
-
return o.store.off(
|
|
1934
|
+
k.current = !1, E && o && E.split(" ").forEach(function(O) {
|
|
1935
|
+
return o.off(O, L);
|
|
1936
|
+
}), R && o && R.split(" ").forEach(function(O) {
|
|
1937
|
+
return o.store.off(O, L);
|
|
1938
1938
|
});
|
|
1939
1939
|
};
|
|
1940
|
-
}, [o,
|
|
1941
|
-
var
|
|
1940
|
+
}, [o, x]);
|
|
1941
|
+
var S = Pe(!0);
|
|
1942
1942
|
Ee(function() {
|
|
1943
|
-
|
|
1943
|
+
k.current && !S.current && w(p), S.current = !1;
|
|
1944
1944
|
}, [o, f]);
|
|
1945
|
-
var
|
|
1946
|
-
if (
|
|
1945
|
+
var P = [b, o, m];
|
|
1946
|
+
if (P.t = b, P.i18n = o, P.ready = m, m || !m && !d) return P;
|
|
1947
1947
|
throw new Promise(function(E) {
|
|
1948
1948
|
Xe(o, v, function() {
|
|
1949
1949
|
E();
|
|
@@ -1958,15 +1958,15 @@ function De(n) {
|
|
|
1958
1958
|
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
1959
1959
|
}, De(n);
|
|
1960
1960
|
}
|
|
1961
|
-
var
|
|
1961
|
+
var xt = [], Oa = xt.forEach, Pa = xt.slice;
|
|
1962
1962
|
function Be(n) {
|
|
1963
|
-
return
|
|
1963
|
+
return Oa.call(Pa.call(arguments, 1), function(t) {
|
|
1964
1964
|
if (t)
|
|
1965
1965
|
for (var a in t)
|
|
1966
1966
|
n[a] === void 0 && (n[a] = t[a]);
|
|
1967
1967
|
}), n;
|
|
1968
1968
|
}
|
|
1969
|
-
function
|
|
1969
|
+
function Tt() {
|
|
1970
1970
|
return typeof XMLHttpRequest == "function" || (typeof XMLHttpRequest > "u" ? "undefined" : De(XMLHttpRequest)) === "object";
|
|
1971
1971
|
}
|
|
1972
1972
|
function Ea(n) {
|
|
@@ -2030,8 +2030,8 @@ function Ba() {
|
|
|
2030
2030
|
function m(c) {
|
|
2031
2031
|
var g = {
|
|
2032
2032
|
next: function() {
|
|
2033
|
-
var
|
|
2034
|
-
return { done:
|
|
2033
|
+
var T = c.shift();
|
|
2034
|
+
return { done: T === void 0, value: T };
|
|
2035
2035
|
}
|
|
2036
2036
|
};
|
|
2037
2037
|
return s.iterable && (g[Symbol.iterator] = function() {
|
|
@@ -2039,8 +2039,8 @@ function Ba() {
|
|
|
2039
2039
|
}), g;
|
|
2040
2040
|
}
|
|
2041
2041
|
function p(c) {
|
|
2042
|
-
this.map = {}, c instanceof p ? c.forEach(function(g,
|
|
2043
|
-
this.append(
|
|
2042
|
+
this.map = {}, c instanceof p ? c.forEach(function(g, T) {
|
|
2043
|
+
this.append(T, g);
|
|
2044
2044
|
}, this) : Array.isArray(c) ? c.forEach(function(g) {
|
|
2045
2045
|
this.append(g[0], g[1]);
|
|
2046
2046
|
}, this) : c && Object.getOwnPropertyNames(c).forEach(function(g) {
|
|
@@ -2049,8 +2049,8 @@ function Ba() {
|
|
|
2049
2049
|
}
|
|
2050
2050
|
p.prototype.append = function(c, g) {
|
|
2051
2051
|
c = f(c), g = v(g);
|
|
2052
|
-
var
|
|
2053
|
-
this.map[c] =
|
|
2052
|
+
var T = this.map[c];
|
|
2053
|
+
this.map[c] = T ? T + ", " + g : g;
|
|
2054
2054
|
}, p.prototype.delete = function(c) {
|
|
2055
2055
|
delete this.map[f(c)];
|
|
2056
2056
|
}, p.prototype.get = function(c) {
|
|
@@ -2060,12 +2060,12 @@ function Ba() {
|
|
|
2060
2060
|
}, p.prototype.set = function(c, g) {
|
|
2061
2061
|
this.map[f(c)] = v(g);
|
|
2062
2062
|
}, p.prototype.forEach = function(c, g) {
|
|
2063
|
-
for (var
|
|
2064
|
-
this.map.hasOwnProperty(
|
|
2063
|
+
for (var T in this.map)
|
|
2064
|
+
this.map.hasOwnProperty(T) && c.call(g, this.map[T], T, this);
|
|
2065
2065
|
}, p.prototype.keys = function() {
|
|
2066
2066
|
var c = [];
|
|
2067
|
-
return this.forEach(function(g,
|
|
2068
|
-
c.push(
|
|
2067
|
+
return this.forEach(function(g, T) {
|
|
2068
|
+
c.push(T);
|
|
2069
2069
|
}), m(c);
|
|
2070
2070
|
}, p.prototype.values = function() {
|
|
2071
2071
|
var c = [];
|
|
@@ -2074,8 +2074,8 @@ function Ba() {
|
|
|
2074
2074
|
}), m(c);
|
|
2075
2075
|
}, p.prototype.entries = function() {
|
|
2076
2076
|
var c = [];
|
|
2077
|
-
return this.forEach(function(g,
|
|
2078
|
-
c.push([
|
|
2077
|
+
return this.forEach(function(g, T) {
|
|
2078
|
+
c.push([T, g]);
|
|
2079
2079
|
}), m(c);
|
|
2080
2080
|
}, s.iterable && (p.prototype[Symbol.iterator] = p.prototype.entries);
|
|
2081
2081
|
function y(c) {
|
|
@@ -2084,26 +2084,26 @@ function Ba() {
|
|
|
2084
2084
|
c.bodyUsed = !0;
|
|
2085
2085
|
}
|
|
2086
2086
|
function h(c) {
|
|
2087
|
-
return new Promise(function(g,
|
|
2087
|
+
return new Promise(function(g, T) {
|
|
2088
2088
|
c.onload = function() {
|
|
2089
2089
|
g(c.result);
|
|
2090
2090
|
}, c.onerror = function() {
|
|
2091
|
-
|
|
2091
|
+
T(c.error);
|
|
2092
2092
|
};
|
|
2093
2093
|
});
|
|
2094
2094
|
}
|
|
2095
2095
|
function b(c) {
|
|
2096
|
-
var g = new FileReader(),
|
|
2097
|
-
return g.readAsArrayBuffer(c),
|
|
2098
|
-
}
|
|
2099
|
-
function S(c) {
|
|
2100
|
-
var g = new FileReader(), k = h(g);
|
|
2101
|
-
return g.readAsText(c), k;
|
|
2096
|
+
var g = new FileReader(), T = h(g);
|
|
2097
|
+
return g.readAsArrayBuffer(c), T;
|
|
2102
2098
|
}
|
|
2103
2099
|
function w(c) {
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2100
|
+
var g = new FileReader(), T = h(g);
|
|
2101
|
+
return g.readAsText(c), T;
|
|
2102
|
+
}
|
|
2103
|
+
function x(c) {
|
|
2104
|
+
for (var g = new Uint8Array(c), T = new Array(g.length), B = 0; B < g.length; B++)
|
|
2105
|
+
T[B] = String.fromCharCode(g[B]);
|
|
2106
|
+
return T.join("");
|
|
2107
2107
|
}
|
|
2108
2108
|
function D(c) {
|
|
2109
2109
|
if (c.slice)
|
|
@@ -2111,7 +2111,7 @@ function Ba() {
|
|
|
2111
2111
|
var g = new Uint8Array(c.byteLength);
|
|
2112
2112
|
return g.set(new Uint8Array(c)), g.buffer;
|
|
2113
2113
|
}
|
|
2114
|
-
function
|
|
2114
|
+
function k() {
|
|
2115
2115
|
return this.bodyUsed = !1, this._initBody = function(c) {
|
|
2116
2116
|
this._bodyInit = c, c ? typeof c == "string" ? this._bodyText = c : s.blob && Blob.prototype.isPrototypeOf(c) ? this._bodyBlob = c : s.formData && FormData.prototype.isPrototypeOf(c) ? this._bodyFormData = c : s.searchParams && URLSearchParams.prototype.isPrototypeOf(c) ? this._bodyText = c.toString() : s.arrayBuffer && s.blob && l(c) ? (this._bodyArrayBuffer = D(c.buffer), this._bodyInit = new Blob([this._bodyArrayBuffer])) : s.arrayBuffer && (ArrayBuffer.prototype.isPrototypeOf(c) || d(c)) ? this._bodyArrayBuffer = D(c) : this._bodyText = c = Object.prototype.toString.call(c) : this._bodyText = "", this.headers.get("content-type") || (typeof c == "string" ? this.headers.set("content-type", "text/plain;charset=UTF-8") : this._bodyBlob && this._bodyBlob.type ? this.headers.set("content-type", this._bodyBlob.type) : s.searchParams && URLSearchParams.prototype.isPrototypeOf(c) && this.headers.set("content-type", "application/x-www-form-urlencoded;charset=UTF-8"));
|
|
2117
2117
|
}, s.blob && (this.blob = function() {
|
|
@@ -2132,9 +2132,9 @@ function Ba() {
|
|
|
2132
2132
|
if (c)
|
|
2133
2133
|
return c;
|
|
2134
2134
|
if (this._bodyBlob)
|
|
2135
|
-
return
|
|
2135
|
+
return w(this._bodyBlob);
|
|
2136
2136
|
if (this._bodyArrayBuffer)
|
|
2137
|
-
return Promise.resolve(
|
|
2137
|
+
return Promise.resolve(x(this._bodyArrayBuffer));
|
|
2138
2138
|
if (this._bodyFormData)
|
|
2139
2139
|
throw new Error("could not read FormData body as text");
|
|
2140
2140
|
return Promise.resolve(this._bodyText);
|
|
@@ -2144,39 +2144,39 @@ function Ba() {
|
|
|
2144
2144
|
return this.text().then(JSON.parse);
|
|
2145
2145
|
}, this;
|
|
2146
2146
|
}
|
|
2147
|
-
var
|
|
2148
|
-
function
|
|
2147
|
+
var S = ["DELETE", "GET", "HEAD", "OPTIONS", "POST", "PUT"];
|
|
2148
|
+
function P(c) {
|
|
2149
2149
|
var g = c.toUpperCase();
|
|
2150
|
-
return
|
|
2150
|
+
return S.indexOf(g) > -1 ? g : c;
|
|
2151
2151
|
}
|
|
2152
2152
|
function E(c, g) {
|
|
2153
2153
|
g = g || {};
|
|
2154
|
-
var
|
|
2154
|
+
var T = g.body;
|
|
2155
2155
|
if (c instanceof E) {
|
|
2156
2156
|
if (c.bodyUsed)
|
|
2157
2157
|
throw new TypeError("Already read");
|
|
2158
|
-
this.url = c.url, this.credentials = c.credentials, g.headers || (this.headers = new p(c.headers)), this.method = c.method, this.mode = c.mode, this.signal = c.signal, !
|
|
2158
|
+
this.url = c.url, this.credentials = c.credentials, g.headers || (this.headers = new p(c.headers)), this.method = c.method, this.mode = c.mode, this.signal = c.signal, !T && c._bodyInit != null && (T = c._bodyInit, c.bodyUsed = !0);
|
|
2159
2159
|
} else
|
|
2160
2160
|
this.url = String(c);
|
|
2161
|
-
if (this.credentials = g.credentials || this.credentials || "same-origin", (g.headers || !this.headers) && (this.headers = new p(g.headers)), this.method =
|
|
2161
|
+
if (this.credentials = g.credentials || this.credentials || "same-origin", (g.headers || !this.headers) && (this.headers = new p(g.headers)), this.method = P(g.method || this.method || "GET"), this.mode = g.mode || this.mode || null, this.signal = g.signal || this.signal, this.referrer = null, (this.method === "GET" || this.method === "HEAD") && T)
|
|
2162
2162
|
throw new TypeError("Body not allowed for GET or HEAD requests");
|
|
2163
|
-
this._initBody(
|
|
2163
|
+
this._initBody(T);
|
|
2164
2164
|
}
|
|
2165
2165
|
E.prototype.clone = function() {
|
|
2166
2166
|
return new E(this, { body: this._bodyInit });
|
|
2167
2167
|
};
|
|
2168
2168
|
function R(c) {
|
|
2169
2169
|
var g = new FormData();
|
|
2170
|
-
return c.trim().split("&").forEach(function(
|
|
2171
|
-
if (
|
|
2172
|
-
var B =
|
|
2170
|
+
return c.trim().split("&").forEach(function(T) {
|
|
2171
|
+
if (T) {
|
|
2172
|
+
var B = T.split("="), A = B.shift().replace(/\+/g, " "), C = B.join("=").replace(/\+/g, " ");
|
|
2173
2173
|
g.append(decodeURIComponent(A), decodeURIComponent(C));
|
|
2174
2174
|
}
|
|
2175
2175
|
}), g;
|
|
2176
2176
|
}
|
|
2177
2177
|
function L(c) {
|
|
2178
|
-
var g = new p(),
|
|
2179
|
-
return
|
|
2178
|
+
var g = new p(), T = c.replace(/\r?\n[\t ]+/g, " ");
|
|
2179
|
+
return T.split(/\r?\n/).forEach(function(B) {
|
|
2180
2180
|
var A = B.split(":"), C = A.shift().trim();
|
|
2181
2181
|
if (C) {
|
|
2182
2182
|
var H = A.join(":").trim();
|
|
@@ -2184,38 +2184,38 @@ function Ba() {
|
|
|
2184
2184
|
}
|
|
2185
2185
|
}), g;
|
|
2186
2186
|
}
|
|
2187
|
-
|
|
2188
|
-
function
|
|
2187
|
+
k.call(E.prototype);
|
|
2188
|
+
function O(c, g) {
|
|
2189
2189
|
g || (g = {}), this.type = "default", this.status = g.status === void 0 ? 200 : g.status, this.ok = this.status >= 200 && this.status < 300, this.statusText = "statusText" in g ? g.statusText : "OK", this.headers = new p(g.headers), this.url = g.url || "", this._initBody(c);
|
|
2190
2190
|
}
|
|
2191
|
-
|
|
2192
|
-
return new
|
|
2191
|
+
k.call(O.prototype), O.prototype.clone = function() {
|
|
2192
|
+
return new O(this._bodyInit, {
|
|
2193
2193
|
status: this.status,
|
|
2194
2194
|
statusText: this.statusText,
|
|
2195
2195
|
headers: new p(this.headers),
|
|
2196
2196
|
url: this.url
|
|
2197
2197
|
});
|
|
2198
|
-
},
|
|
2199
|
-
var c = new
|
|
2198
|
+
}, O.error = function() {
|
|
2199
|
+
var c = new O(null, { status: 0, statusText: "" });
|
|
2200
2200
|
return c.type = "error", c;
|
|
2201
2201
|
};
|
|
2202
2202
|
var W = [301, 302, 303, 307, 308];
|
|
2203
|
-
|
|
2203
|
+
O.redirect = function(c, g) {
|
|
2204
2204
|
if (W.indexOf(g) === -1)
|
|
2205
2205
|
throw new RangeError("Invalid status code");
|
|
2206
|
-
return new
|
|
2206
|
+
return new O(null, { status: g, headers: { location: c } });
|
|
2207
2207
|
}, o.DOMException = i.DOMException;
|
|
2208
2208
|
try {
|
|
2209
2209
|
new o.DOMException();
|
|
2210
2210
|
} catch {
|
|
2211
|
-
o.DOMException = function(g,
|
|
2212
|
-
this.message = g, this.name =
|
|
2211
|
+
o.DOMException = function(g, T) {
|
|
2212
|
+
this.message = g, this.name = T;
|
|
2213
2213
|
var B = Error(g);
|
|
2214
2214
|
this.stack = B.stack;
|
|
2215
2215
|
}, o.DOMException.prototype = Object.create(Error.prototype), o.DOMException.prototype.constructor = o.DOMException;
|
|
2216
2216
|
}
|
|
2217
2217
|
function I(c, g) {
|
|
2218
|
-
return new Promise(function(
|
|
2218
|
+
return new Promise(function(T, B) {
|
|
2219
2219
|
var A = new E(c, g);
|
|
2220
2220
|
if (A.signal && A.signal.aborted)
|
|
2221
2221
|
return B(new o.DOMException("Aborted", "AbortError"));
|
|
@@ -2231,7 +2231,7 @@ function Ba() {
|
|
|
2231
2231
|
};
|
|
2232
2232
|
F.url = "responseURL" in C ? C.responseURL : F.headers.get("X-Request-URL");
|
|
2233
2233
|
var M = "response" in C ? C.response : C.responseText;
|
|
2234
|
-
|
|
2234
|
+
T(new O(M, F));
|
|
2235
2235
|
}, C.onerror = function() {
|
|
2236
2236
|
B(new TypeError("Network request failed"));
|
|
2237
2237
|
}, C.ontimeout = function() {
|
|
@@ -2245,7 +2245,7 @@ function Ba() {
|
|
|
2245
2245
|
}), C.send(typeof A._bodyInit > "u" ? null : A._bodyInit);
|
|
2246
2246
|
});
|
|
2247
2247
|
}
|
|
2248
|
-
return I.polyfill = !0, i.fetch || (i.fetch = I, i.Headers = p, i.Request = E, i.Response =
|
|
2248
|
+
return I.polyfill = !0, i.fetch || (i.fetch = I, i.Headers = p, i.Request = E, i.Response = O), o.Headers = p, o.Request = E, o.Response = O, o.fetch = I, Object.defineProperty(o, "__esModule", { value: !0 }), o;
|
|
2249
2249
|
})({});
|
|
2250
2250
|
})(e), e.fetch.ponyfill = !0, delete e.fetch.polyfill;
|
|
2251
2251
|
var r = e;
|
|
@@ -2256,17 +2256,17 @@ var tt;
|
|
|
2256
2256
|
function Na() {
|
|
2257
2257
|
return tt || (tt = 1, function(n, t) {
|
|
2258
2258
|
var a;
|
|
2259
|
-
if (typeof fetch == "function" && (typeof
|
|
2259
|
+
if (typeof fetch == "function" && (typeof Te < "u" && Te.fetch ? a = Te.fetch : typeof window < "u" && window.fetch ? a = window.fetch : a = fetch), typeof Aa < "u" && (typeof window > "u" || typeof window.document > "u")) {
|
|
2260
2260
|
var e = a || Ba();
|
|
2261
2261
|
e.default && (e = e.default), t.default = e, n.exports = t.default;
|
|
2262
2262
|
}
|
|
2263
2263
|
}(se, se.exports)), se.exports;
|
|
2264
2264
|
}
|
|
2265
|
-
var
|
|
2266
|
-
const Ct = /* @__PURE__ */ gt(
|
|
2265
|
+
var kt = Na();
|
|
2266
|
+
const Ct = /* @__PURE__ */ gt(kt), at = /* @__PURE__ */ At({
|
|
2267
2267
|
__proto__: null,
|
|
2268
2268
|
default: Ct
|
|
2269
|
-
}, [
|
|
2269
|
+
}, [kt]);
|
|
2270
2270
|
function pe(n) {
|
|
2271
2271
|
"@babel/helpers - typeof";
|
|
2272
2272
|
return pe = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
@@ -2275,14 +2275,14 @@ function pe(n) {
|
|
|
2275
2275
|
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
2276
2276
|
}, pe(n);
|
|
2277
2277
|
}
|
|
2278
|
-
var
|
|
2279
|
-
typeof fetch == "function" && (typeof global < "u" && global.fetch ?
|
|
2278
|
+
var q;
|
|
2279
|
+
typeof fetch == "function" && (typeof global < "u" && global.fetch ? q = global.fetch : typeof window < "u" && window.fetch ? q = window.fetch : q = fetch);
|
|
2280
2280
|
var ne;
|
|
2281
|
-
|
|
2281
|
+
Tt() && (typeof global < "u" && global.XMLHttpRequest ? ne = global.XMLHttpRequest : typeof window < "u" && window.XMLHttpRequest && (ne = window.XMLHttpRequest));
|
|
2282
2282
|
var ge;
|
|
2283
2283
|
typeof ActiveXObject == "function" && (typeof global < "u" && global.ActiveXObject ? ge = global.ActiveXObject : typeof window < "u" && window.ActiveXObject && (ge = window.ActiveXObject));
|
|
2284
|
-
!
|
|
2285
|
-
typeof
|
|
2284
|
+
!q && at && !ne && !ge && (q = Ct || at);
|
|
2285
|
+
typeof q != "function" && (q = void 0);
|
|
2286
2286
|
var Ne = function(t, a) {
|
|
2287
2287
|
if (a && pe(a) === "object") {
|
|
2288
2288
|
var e = "";
|
|
@@ -2293,7 +2293,7 @@ var Ne = function(t, a) {
|
|
|
2293
2293
|
}
|
|
2294
2294
|
return t;
|
|
2295
2295
|
}, rt = function(t, a, e) {
|
|
2296
|
-
|
|
2296
|
+
q(t, a).then(function(r) {
|
|
2297
2297
|
if (!r.ok) return e(r.statusText || "Error", {
|
|
2298
2298
|
status: r.status
|
|
2299
2299
|
});
|
|
@@ -2346,9 +2346,9 @@ var Ne = function(t, a) {
|
|
|
2346
2346
|
}
|
|
2347
2347
|
}, Fa = function(t, a, e, r) {
|
|
2348
2348
|
if (typeof e == "function" && (r = e, e = void 0), r = r || function() {
|
|
2349
|
-
},
|
|
2349
|
+
}, q)
|
|
2350
2350
|
return Ua(t, a, e, r);
|
|
2351
|
-
if (
|
|
2351
|
+
if (Tt() || typeof ActiveXObject == "function")
|
|
2352
2352
|
return ja(t, a, e, r);
|
|
2353
2353
|
r(new Error("No fetch and no xhr implementation found!"));
|
|
2354
2354
|
};
|
|
@@ -2493,9 +2493,9 @@ var Ha = function() {
|
|
|
2493
2493
|
}]), n;
|
|
2494
2494
|
}();
|
|
2495
2495
|
Lt.type = "backend";
|
|
2496
|
-
var
|
|
2496
|
+
var Ot = [], Va = Ot.forEach, qa = Ot.slice;
|
|
2497
2497
|
function Wa(n) {
|
|
2498
|
-
return
|
|
2498
|
+
return Va.call(qa.call(arguments, 1), function(t) {
|
|
2499
2499
|
if (t)
|
|
2500
2500
|
for (var a in t)
|
|
2501
2501
|
n[a] === void 0 && (n[a] = t[a]);
|
|
@@ -2691,7 +2691,7 @@ function tr() {
|
|
|
2691
2691
|
//cookieDomain: 'myDomain'
|
|
2692
2692
|
};
|
|
2693
2693
|
}
|
|
2694
|
-
var
|
|
2694
|
+
var Pt = /* @__PURE__ */ function() {
|
|
2695
2695
|
function n(t) {
|
|
2696
2696
|
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
2697
2697
|
z(this, n), this.type = "languageDetector", this.detectors = {}, this.init(t, a);
|
|
@@ -2730,13 +2730,13 @@ var Ot = /* @__PURE__ */ function() {
|
|
|
2730
2730
|
}
|
|
2731
2731
|
}]), n;
|
|
2732
2732
|
}();
|
|
2733
|
-
|
|
2733
|
+
Pt.type = "languageDetector";
|
|
2734
2734
|
const ar = {
|
|
2735
2735
|
"addToList.disabledDragTooltip": "Drag & Drop ist deaktiviert, wenn Filter aktiviert sind",
|
|
2736
2736
|
"addToList.moveAllItemsToCol": "Alles nach „ {{columnName}} “ verschieben",
|
|
2737
2737
|
"addToList.noDataZeroStateColumnTitle": "Diese Spalte ist leer",
|
|
2738
2738
|
"addToList.noDataZeroStateOffColumnSubheading": "Optionen aus {{columnName}} entfernen",
|
|
2739
|
-
"addToList.noDataZeroStateOnColumnSubheading": "
|
|
2739
|
+
"addToList.noDataZeroStateOnColumnSubheading": "Verschiebe Optionen aus {{columnName}}",
|
|
2740
2740
|
"addToList.offColumnHeader": "Aus Spalte",
|
|
2741
2741
|
"addToList.onColumnHeader": "Auf Spalte",
|
|
2742
2742
|
"advancedSearch.clear": "Felder löschen",
|
|
@@ -2749,7 +2749,7 @@ const ar = {
|
|
|
2749
2749
|
"columnManager.onListHeader": "Sichtbare Spalten",
|
|
2750
2750
|
"columnManager.saveButton": "Speichern",
|
|
2751
2751
|
"columnManager.title": "Tabellenspalten verwalten",
|
|
2752
|
-
"contentRow.collapse": "
|
|
2752
|
+
"contentRow.collapse": "Zusammenbrechen",
|
|
2753
2753
|
"contentRow.expand": "Erweitern",
|
|
2754
2754
|
"datepicker.calendar.nextMonth": "Nächsten Monat anzeigen",
|
|
2755
2755
|
"datepicker.calendar.prevMonth": "Vorherigen Monat anzeigen",
|
|
@@ -2758,12 +2758,12 @@ const ar = {
|
|
|
2758
2758
|
"datepicker.preset.custom": "Benutzerdefiniert",
|
|
2759
2759
|
"datepicker.preset.ninetyDays": "Letzte 90 Tage",
|
|
2760
2760
|
"datepicker.preset.oneYear": "Vergangenes Jahr",
|
|
2761
|
-
"datepicker.preset.sevenDays": "
|
|
2761
|
+
"datepicker.preset.sevenDays": "Letzte 7 Tage",
|
|
2762
2762
|
"datepicker.preset.sixtyDays": "Letzte 60 Tage",
|
|
2763
2763
|
"datepicker.preset.thirtyDays": "Letzte 30 Tage",
|
|
2764
2764
|
"datepicker.preset.today": "Heute",
|
|
2765
2765
|
"datepicker.presetsLabel": "Bereiche",
|
|
2766
|
-
"fileUpload.acceptedTypes.one": "{{fileTypes}} Format akzeptiert",
|
|
2766
|
+
"fileUpload.acceptedTypes.one": "{{fileTypes}} Format ist akzeptiert",
|
|
2767
2767
|
"fileUpload.acceptedTypes.other": "{{fileTypes}} akzeptierte Formate",
|
|
2768
2768
|
"fileUpload.cancelled.one": "Datei-Upload fehlgeschlagen",
|
|
2769
2769
|
"fileUpload.cancelled.other": "Datei-Upload(s) fehlgeschlagen",
|
|
@@ -2778,12 +2778,12 @@ const ar = {
|
|
|
2778
2778
|
"filterPanel.title": "Filter",
|
|
2779
2779
|
"focusedTask.close": "Schließen",
|
|
2780
2780
|
"growler.dismiss": "Entlassen",
|
|
2781
|
-
"insightCard.all": "
|
|
2781
|
+
"insightCard.all": "ALLES",
|
|
2782
2782
|
"insightCard.partnerCount": "{{count}} |von| {{total}}",
|
|
2783
|
-
"insightCard.partners": "
|
|
2784
|
-
"insightTile.all": "
|
|
2783
|
+
"insightCard.partners": "PARTNER",
|
|
2784
|
+
"insightTile.all": "ALLES",
|
|
2785
2785
|
"insightTile.partnerCount": "{{count}} |von| {{total}}",
|
|
2786
|
-
"insightTile.partners": "
|
|
2786
|
+
"insightTile.partners": "PARTNER",
|
|
2787
2787
|
"label.errors.dateConstraint.max": "Bitte geben Sie ein Datum am oder vor dem {{context.maxExceeded}} ein.",
|
|
2788
2788
|
"label.errors.dateConstraint.min": "Bitte geben Sie ein Datum am oder nach {{context.minExceeded}} ein.",
|
|
2789
2789
|
"label.errors.dateFormat": "Bitte geben Sie ein Datum im Format {{context}} ein.",
|
|
@@ -2808,7 +2808,7 @@ const ar = {
|
|
|
2808
2808
|
"modal.defaultTitle.general": "Handlung",
|
|
2809
2809
|
"modal.defaultTitle.info": "Infos",
|
|
2810
2810
|
"modal.defaultTitle.serious-warning": "Warnung",
|
|
2811
|
-
"modal.defaultTitle.success": "
|
|
2811
|
+
"modal.defaultTitle.success": "Erfolg",
|
|
2812
2812
|
"modal.defaultTitle.warning": "Warnung",
|
|
2813
2813
|
"pagination.nextPage": "Nächste Seite",
|
|
2814
2814
|
"pagination.ofMany": "von vielen",
|
|
@@ -2823,12 +2823,12 @@ const ar = {
|
|
|
2823
2823
|
"searchResultsBar.noAdvancedSearchSelections": "Keine erweiterten Suchauswahlen",
|
|
2824
2824
|
"searchResultsBar.results": "Ergebnisse:",
|
|
2825
2825
|
"select.defaultPlaceholder": "Wählen Sie eine Option aus…",
|
|
2826
|
-
"slackLink.label": "
|
|
2826
|
+
"slackLink.label": "Chat",
|
|
2827
2827
|
"slideInPanel.close": "Schließen",
|
|
2828
2828
|
"slideInPanel.defaultTitle": "Einschubleiste",
|
|
2829
2829
|
"spinner.defaultAltText": "Wird geladen…",
|
|
2830
2830
|
"taskQueue.clearCompleted": "Löschen abgeschlossen",
|
|
2831
|
-
"taskQueue.newTask": "Sie haben eine neue Aufgabe
|
|
2831
|
+
"taskQueue.newTask": "Sie haben eine neue Aufgabe der Reihe.",
|
|
2832
2832
|
"taskQueue.noTasks": "Derzeit befinden sich keine Aufgaben in Ihrer Warteschlange."
|
|
2833
2833
|
}, rr = {
|
|
2834
2834
|
"addToList.disabledDragTooltip": "Drag and drop are disabled when filters are engaged",
|
|
@@ -2867,6 +2867,10 @@ const ar = {
|
|
|
2867
2867
|
"fileUpload.cancelled.one": "File Upload Failed",
|
|
2868
2868
|
"fileUpload.cancelled.other": "File Upload(s) Failed",
|
|
2869
2869
|
"fileUpload.close": "Close",
|
|
2870
|
+
"fileUpload.error.tooLarge.one": "Selected file is larger than the size limit of {{size}}.",
|
|
2871
|
+
"fileUpload.error.tooLarge.other": "Selected files are larger than the size limit of {{size}}.",
|
|
2872
|
+
"fileUpload.error.wrongType.one": "Selected file is not an accepted file type: {{fileTypes}}.",
|
|
2873
|
+
"fileUpload.error.wrongType.other": "Selected files are not accepted file types: {{fileTypes}}.",
|
|
2870
2874
|
"fileUpload.instructions.one": "Drag and drop your file here or |browse for a file| on your desktop.",
|
|
2871
2875
|
"fileUpload.instructions.other": "Drag and drop your files here or |browse for files| on your desktop.",
|
|
2872
2876
|
"fileUpload.maximumSize": "{{size}} maximum",
|
|
@@ -3035,7 +3039,7 @@ const ar = {
|
|
|
3035
3039
|
"addToList.noDataZeroStateOffColumnSubheading": "Supprimer les options de {{columnName}}",
|
|
3036
3040
|
"addToList.noDataZeroStateOnColumnSubheading": "Déplacer les options depuis {{columnName}}",
|
|
3037
3041
|
"addToList.offColumnHeader": "Hors colonne",
|
|
3038
|
-
"addToList.onColumnHeader": "
|
|
3042
|
+
"addToList.onColumnHeader": "Dans la colonne",
|
|
3039
3043
|
"advancedSearch.clear": "Effacer les champs",
|
|
3040
3044
|
"advancedSearch.search": "Rechercher",
|
|
3041
3045
|
"button.spinningTitle": "Chargement…",
|
|
@@ -3052,8 +3056,8 @@ const ar = {
|
|
|
3052
3056
|
"datepicker.calendar.prevMonth": "Voir le mois précédent",
|
|
3053
3057
|
"datepicker.preset.after": "Après",
|
|
3054
3058
|
"datepicker.preset.before": "Avant",
|
|
3055
|
-
"datepicker.preset.custom": "
|
|
3056
|
-
"datepicker.preset.ninetyDays": "90 derniers jours",
|
|
3059
|
+
"datepicker.preset.custom": "Personnalisé",
|
|
3060
|
+
"datepicker.preset.ninetyDays": "Les 90 derniers jours",
|
|
3057
3061
|
"datepicker.preset.oneYear": "L'année Dernière",
|
|
3058
3062
|
"datepicker.preset.sevenDays": "Les 7 derniers jours",
|
|
3059
3063
|
"datepicker.preset.sixtyDays": "Les 60 derniers jours",
|
|
@@ -3065,8 +3069,8 @@ const ar = {
|
|
|
3065
3069
|
"fileUpload.cancelled.one": "Échec du téléchargement du fichier",
|
|
3066
3070
|
"fileUpload.cancelled.other": "Échec du téléchargement du fichier",
|
|
3067
3071
|
"fileUpload.close": "Fermer",
|
|
3068
|
-
"fileUpload.instructions.one": "
|
|
3069
|
-
"fileUpload.instructions.other": "
|
|
3072
|
+
"fileUpload.instructions.one": "Glisser et déposer votre fichier ici ou |rechercher un fichier| sur votre bureau.",
|
|
3073
|
+
"fileUpload.instructions.other": "Glisser et déposer vos fichiers ici ou |rechercher des fichiers| sur votre bureau.",
|
|
3070
3074
|
"fileUpload.maximumSize": "{{size}} maximum",
|
|
3071
3075
|
"fileUpload.processing": "Traitement du téléchargement…",
|
|
3072
3076
|
"fileUpload.title": "Téléchargez votre {{description}}",
|
|
@@ -3100,7 +3104,7 @@ const ar = {
|
|
|
3100
3104
|
"listActionBar.clearSelected": "Effacer la sélection",
|
|
3101
3105
|
"listActionBar.itemsSelected": "Articles sélectionnés",
|
|
3102
3106
|
"listToolbar.advancedSearchToggle": "Recherche Avancée",
|
|
3103
|
-
"modal.close": "Fermer modale",
|
|
3107
|
+
"modal.close": "Fermer la fenêtre modale",
|
|
3104
3108
|
"modal.defaultButtonLabel": "OK",
|
|
3105
3109
|
"modal.defaultTitle.general": "Action",
|
|
3106
3110
|
"modal.defaultTitle.info": "Infos",
|
|
@@ -3108,19 +3112,19 @@ const ar = {
|
|
|
3108
3112
|
"modal.defaultTitle.success": "Succès",
|
|
3109
3113
|
"modal.defaultTitle.warning": "Avertissement",
|
|
3110
3114
|
"pagination.nextPage": "Page suivante",
|
|
3111
|
-
"pagination.ofMany": "de
|
|
3115
|
+
"pagination.ofMany": "de plusieurs",
|
|
3112
3116
|
"pagination.ofPageCount": "de {{pageCount}}",
|
|
3113
3117
|
"pagination.page": "Page",
|
|
3114
3118
|
"pagination.prevPage": "Page précédente",
|
|
3115
3119
|
"progressBar.closeButtonTitle": "Fermer la barre de progression",
|
|
3116
|
-
"searchResultsBar.clear": "
|
|
3120
|
+
"searchResultsBar.clear": "Effacer",
|
|
3117
3121
|
"searchResultsBar.clearResults": "Effacer les résultats",
|
|
3118
3122
|
"searchResultsBar.count": "{{count}} sur {{total}}",
|
|
3119
3123
|
"searchResultsBar.matchingResults": "Résultats correspondants",
|
|
3120
3124
|
"searchResultsBar.noAdvancedSearchSelections": "Aucune sélection de recherche avancée",
|
|
3121
3125
|
"searchResultsBar.results": "Résultats:",
|
|
3122
3126
|
"select.defaultPlaceholder": "Sélectionnez-en un…",
|
|
3123
|
-
"slackLink.label": "
|
|
3127
|
+
"slackLink.label": "Clavarder",
|
|
3124
3128
|
"slideInPanel.close": "Fermer",
|
|
3125
3129
|
"slideInPanel.defaultTitle": "Panneau coulissant",
|
|
3126
3130
|
"spinner.defaultAltText": "Chargement…",
|
|
@@ -3187,7 +3191,7 @@ const ar = {
|
|
|
3187
3191
|
"label.errors.dateValidity": "Veuillez entrer une date valide.",
|
|
3188
3192
|
"label.errors.max": "Veuillez saisir une valeur ne dépassant pas {{context}} .",
|
|
3189
3193
|
"label.errors.maxLength": "Veuillez ne pas saisir plus de {{context}} caractères.",
|
|
3190
|
-
"label.errors.min": "Veuillez saisir une valeur
|
|
3194
|
+
"label.errors.min": "Veuillez saisir une valeur supérieure à {{context}} .",
|
|
3191
3195
|
"label.errors.minLength": "Veuillez saisir au moins {{context}} caractères.",
|
|
3192
3196
|
"label.errors.required": "Ce champ est requis.",
|
|
3193
3197
|
"label.preventativeErrors.alpha": "Ce champ accepte uniquement les valeurs alphabétiques.",
|
|
@@ -3217,9 +3221,9 @@ const ar = {
|
|
|
3217
3221
|
"searchResultsBar.count": "{{count}} sur {{total}}",
|
|
3218
3222
|
"searchResultsBar.matchingResults": "Résultats correspondants",
|
|
3219
3223
|
"searchResultsBar.noAdvancedSearchSelections": "Aucune sélection de recherche avancée",
|
|
3220
|
-
"searchResultsBar.results": "Résultats:",
|
|
3224
|
+
"searchResultsBar.results": "Résultats :",
|
|
3221
3225
|
"select.defaultPlaceholder": "Sélectionnez-en un…",
|
|
3222
|
-
"slackLink.label": "
|
|
3226
|
+
"slackLink.label": "Chatter",
|
|
3223
3227
|
"slideInPanel.close": "Fermer",
|
|
3224
3228
|
"slideInPanel.defaultTitle": "Panneau coulissant",
|
|
3225
3229
|
"spinner.defaultAltText": "Chargement…",
|
|
@@ -3327,7 +3331,7 @@ const ar = {
|
|
|
3327
3331
|
"taskQueue.noTasks": "Al momento non ci sono lavori nella tua coda."
|
|
3328
3332
|
}, lr = {
|
|
3329
3333
|
"addToList.disabledDragTooltip": "Slepen en neerzetten is uitgeschakeld wanneer filters zijn ingeschakeld",
|
|
3330
|
-
"addToList.moveAllItemsToCol":
|
|
3334
|
+
"addToList.moveAllItemsToCol": 'Verplaats alles naar " {{columnName}} "',
|
|
3331
3335
|
"addToList.noDataZeroStateColumnTitle": "Deze kolom is leeg",
|
|
3332
3336
|
"addToList.noDataZeroStateOffColumnSubheading": "Opties verwijderen uit de {{columnName}}",
|
|
3333
3337
|
"addToList.noDataZeroStateOnColumnSubheading": "Verplaats opties van de {{columnName}}",
|
|
@@ -3343,7 +3347,7 @@ const ar = {
|
|
|
3343
3347
|
"columnManager.onListHeader": "Zichtbare kolommen",
|
|
3344
3348
|
"columnManager.saveButton": "Opslaan",
|
|
3345
3349
|
"columnManager.title": "Tabelkolommen beheren",
|
|
3346
|
-
"contentRow.collapse": "
|
|
3350
|
+
"contentRow.collapse": "Samenvoegen",
|
|
3347
3351
|
"contentRow.expand": "Uitbreiden",
|
|
3348
3352
|
"datepicker.calendar.nextMonth": "Bekijk volgende maand",
|
|
3349
3353
|
"datepicker.calendar.prevMonth": "Bekijk vorige maand",
|
|
@@ -3361,7 +3365,7 @@ const ar = {
|
|
|
3361
3365
|
"fileUpload.acceptedTypes.other": "{{fileTypes}} formaten geaccepteerd",
|
|
3362
3366
|
"fileUpload.cancelled.one": "Bestandsupload mislukt",
|
|
3363
3367
|
"fileUpload.cancelled.other": "Bestandsupload(s) mislukt",
|
|
3364
|
-
"fileUpload.close": "
|
|
3368
|
+
"fileUpload.close": "sluiten",
|
|
3365
3369
|
"fileUpload.instructions.one": "Sleep uw bestand hierheen of |blader naar een bestand| op uw bureaublad.",
|
|
3366
3370
|
"fileUpload.instructions.other": "Sleep uw bestanden hierheen of |blader naar bestanden| op uw bureaublad.",
|
|
3367
3371
|
"fileUpload.maximumSize": "{{size}} maximaal",
|
|
@@ -3370,7 +3374,7 @@ const ar = {
|
|
|
3370
3374
|
"filterPanel.clear": "Filters wissen",
|
|
3371
3375
|
"filterPanel.filterPlaceholder": "Filteropties",
|
|
3372
3376
|
"filterPanel.title": "filters",
|
|
3373
|
-
"focusedTask.close": "
|
|
3377
|
+
"focusedTask.close": "Sluiten",
|
|
3374
3378
|
"growler.dismiss": "Ontslaan",
|
|
3375
3379
|
"insightCard.all": "Alle",
|
|
3376
3380
|
"insightCard.partnerCount": "{{count}} |van| {{total}}",
|
|
@@ -3394,13 +3398,13 @@ const ar = {
|
|
|
3394
3398
|
"label.preventativeErrors.numeric": "Dit veld accepteert alleen numerieke waarden (nul of groter).",
|
|
3395
3399
|
"label.preventativeErrors.positiveOrNegativeNumber": "Dit veld accepteert alleen numerieke waarden.",
|
|
3396
3400
|
"label.stronglySuggested": "Dit veld wordt sterk aanbevolen.",
|
|
3397
|
-
"listActionBar.clearSelected": "
|
|
3401
|
+
"listActionBar.clearSelected": "Geselecteerde wissen",
|
|
3398
3402
|
"listActionBar.itemsSelected": "Geselecteerde items",
|
|
3399
3403
|
"listToolbar.advancedSearchToggle": "geavanceerd zoeken",
|
|
3400
3404
|
"modal.close": "Sluit modaal",
|
|
3401
3405
|
"modal.defaultButtonLabel": "oke",
|
|
3402
3406
|
"modal.defaultTitle.general": "Actie",
|
|
3403
|
-
"modal.defaultTitle.info": "
|
|
3407
|
+
"modal.defaultTitle.info": "Informatie",
|
|
3404
3408
|
"modal.defaultTitle.serious-warning": "Waarschuwing",
|
|
3405
3409
|
"modal.defaultTitle.success": "Succes",
|
|
3406
3410
|
"modal.defaultTitle.warning": "Waarschuwing",
|
|
@@ -3410,18 +3414,18 @@ const ar = {
|
|
|
3410
3414
|
"pagination.page": "Pagina",
|
|
3411
3415
|
"pagination.prevPage": "Vorige pagina",
|
|
3412
3416
|
"progressBar.closeButtonTitle": "Sluit de voortgangsbalk",
|
|
3413
|
-
"searchResultsBar.clear": "
|
|
3414
|
-
"searchResultsBar.clearResults": "Resultaten
|
|
3417
|
+
"searchResultsBar.clear": "Verwijderen",
|
|
3418
|
+
"searchResultsBar.clearResults": "Resultaten verwijderen",
|
|
3415
3419
|
"searchResultsBar.count": "{{count}} van {{total}}",
|
|
3416
3420
|
"searchResultsBar.matchingResults": "Overeenkomende resultaten",
|
|
3417
3421
|
"searchResultsBar.noAdvancedSearchSelections": "Geen geavanceerde zoekselecties",
|
|
3418
3422
|
"searchResultsBar.results": "Resultaten:",
|
|
3419
3423
|
"select.defaultPlaceholder": "Selecteer er één…",
|
|
3420
|
-
"slackLink.label": "
|
|
3421
|
-
"slideInPanel.close": "
|
|
3424
|
+
"slackLink.label": "Chat",
|
|
3425
|
+
"slideInPanel.close": "Sluiten",
|
|
3422
3426
|
"slideInPanel.defaultTitle": "Schuifpaneel",
|
|
3423
3427
|
"spinner.defaultAltText": "Bezig met laden…",
|
|
3424
|
-
"taskQueue.clearCompleted": "
|
|
3428
|
+
"taskQueue.clearCompleted": "Verwijderen voltooid",
|
|
3425
3429
|
"taskQueue.newTask": "Er staat een nieuwe taak in uw wachtrij.",
|
|
3426
3430
|
"taskQueue.noTasks": "Er staan momenteel geen taken in uw wachtrij."
|
|
3427
3431
|
}, ur = {
|
|
@@ -3646,7 +3650,7 @@ const ar = {
|
|
|
3646
3650
|
});
|
|
3647
3651
|
ae.init();
|
|
3648
3652
|
function fr(n) {
|
|
3649
|
-
return
|
|
3653
|
+
return wt("woodland", {
|
|
3650
3654
|
...n,
|
|
3651
3655
|
i18n: ae
|
|
3652
3656
|
});
|
|
@@ -3657,7 +3661,7 @@ function pr({
|
|
|
3657
3661
|
customDetectors: a,
|
|
3658
3662
|
...e
|
|
3659
3663
|
}) {
|
|
3660
|
-
const r = new
|
|
3664
|
+
const r = new Pt(), i = {
|
|
3661
3665
|
name: "hashRouterQuerystringDetector",
|
|
3662
3666
|
lookup: (d) => {
|
|
3663
3667
|
try {
|
|
@@ -3719,9 +3723,9 @@ function pr({
|
|
|
3719
3723
|
ae.changeLanguage(d);
|
|
3720
3724
|
}), u;
|
|
3721
3725
|
}
|
|
3722
|
-
const gr =
|
|
3726
|
+
const gr = Sa;
|
|
3723
3727
|
function hr(n = "translation", t) {
|
|
3724
|
-
return
|
|
3728
|
+
return wt(n, t);
|
|
3725
3729
|
}
|
|
3726
3730
|
export {
|
|
3727
3731
|
gr as SpsLanguage,
|