lr-chatbot 0.5.1 → 0.5.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/components/Chatbot.js +664 -220
- package/components/Chatbot.js.map +1 -1
- package/package.json +1 -1
package/components/Chatbot.js
CHANGED
|
@@ -11,7 +11,7 @@ function Ei(n) {
|
|
|
11
11
|
if (typeof Symbol < "u" && n[Symbol.iterator] != null || n["@@iterator"] != null) return Array.from(n);
|
|
12
12
|
}
|
|
13
13
|
function Ai(n) {
|
|
14
|
-
if (Array.isArray(n)) return
|
|
14
|
+
if (Array.isArray(n)) return Nn(n);
|
|
15
15
|
}
|
|
16
16
|
function Pi(n, i) {
|
|
17
17
|
var e = typeof Symbol < "u" && n[Symbol.iterator] || n["@@iterator"];
|
|
@@ -47,20 +47,20 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
47
47
|
}
|
|
48
48
|
function La(n, i) {
|
|
49
49
|
if (n) {
|
|
50
|
-
if (typeof n == "string") return
|
|
50
|
+
if (typeof n == "string") return Nn(n, i);
|
|
51
51
|
var e = Object.prototype.toString.call(n).slice(8, -1);
|
|
52
52
|
if (e === "Object" && n.constructor && (e = n.constructor.name), e === "Map" || e === "Set") return Array.from(n);
|
|
53
|
-
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)) return
|
|
53
|
+
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)) return Nn(n, i);
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
function
|
|
56
|
+
function Nn(n, i) {
|
|
57
57
|
(i == null || i > n.length) && (i = n.length);
|
|
58
58
|
for (var e = 0, t = new Array(i); e < i; e++) t[e] = n[e];
|
|
59
59
|
return t;
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function On(n) {
|
|
62
62
|
var i = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
63
|
-
return
|
|
63
|
+
return On = function(t) {
|
|
64
64
|
if (t === null || !Ti(t)) return t;
|
|
65
65
|
if (typeof t != "function")
|
|
66
66
|
throw new TypeError("Super expression must either be null or a function");
|
|
@@ -72,7 +72,7 @@ function Nn(n) {
|
|
|
72
72
|
return Li(t, arguments, lt(this).constructor);
|
|
73
73
|
}
|
|
74
74
|
return r.prototype = Object.create(t.prototype, { constructor: { value: r, enumerable: !1, writable: !0, configurable: !0 } }), ct(r, t);
|
|
75
|
-
},
|
|
75
|
+
}, On(n);
|
|
76
76
|
}
|
|
77
77
|
function Li(n, i, e) {
|
|
78
78
|
if (Kn()) return Reflect.construct.apply(null, arguments);
|
|
@@ -142,12 +142,12 @@ function h() {
|
|
|
142
142
|
try {
|
|
143
143
|
c({}, "");
|
|
144
144
|
} catch {
|
|
145
|
-
c = function(P, x,
|
|
146
|
-
return P[x] =
|
|
145
|
+
c = function(P, x, O) {
|
|
146
|
+
return P[x] = O;
|
|
147
147
|
};
|
|
148
148
|
}
|
|
149
149
|
function u(A, C, P, x) {
|
|
150
|
-
var
|
|
150
|
+
var O = C && C.prototype instanceof y ? C : y, M = Object.create(O.prototype), K = new G(x || []);
|
|
151
151
|
return r(M, "_invoke", { value: Q(A, P, K) }), M;
|
|
152
152
|
}
|
|
153
153
|
function d(A, C, P) {
|
|
@@ -169,8 +169,8 @@ function h() {
|
|
|
169
169
|
c(L, o, function() {
|
|
170
170
|
return this;
|
|
171
171
|
});
|
|
172
|
-
var E = Object.getPrototypeOf,
|
|
173
|
-
|
|
172
|
+
var E = Object.getPrototypeOf, N = E && E(E(ye([])));
|
|
173
|
+
N && N !== e && t.call(N, o) && (L = N);
|
|
174
174
|
var U = w.prototype = y.prototype = Object.create(L);
|
|
175
175
|
function q(A) {
|
|
176
176
|
["next", "throw", "return"].forEach(function(C) {
|
|
@@ -180,8 +180,8 @@ function h() {
|
|
|
180
180
|
});
|
|
181
181
|
}
|
|
182
182
|
function W(A, C) {
|
|
183
|
-
function P(
|
|
184
|
-
var ee = d(A[
|
|
183
|
+
function P(O, M, K, re) {
|
|
184
|
+
var ee = d(A[O], A, M);
|
|
185
185
|
if (ee.type !== "throw") {
|
|
186
186
|
var _e = ee.arg, le = _e.value;
|
|
187
187
|
return le && I(le) == "object" && t.call(le, "__await") ? C.resolve(le.__await).then(function(ge) {
|
|
@@ -208,13 +208,13 @@ function h() {
|
|
|
208
208
|
}
|
|
209
209
|
function Q(A, C, P) {
|
|
210
210
|
var x = p;
|
|
211
|
-
return function(
|
|
211
|
+
return function(O, M) {
|
|
212
212
|
if (x === g) throw new Error("Generator is already running");
|
|
213
213
|
if (x === b) {
|
|
214
|
-
if (
|
|
214
|
+
if (O === "throw") throw M;
|
|
215
215
|
return { value: n, done: !0 };
|
|
216
216
|
}
|
|
217
|
-
for (P.method =
|
|
217
|
+
for (P.method = O, P.arg = M; ; ) {
|
|
218
218
|
var K = P.delegate;
|
|
219
219
|
if (K) {
|
|
220
220
|
var re = Y(K, P);
|
|
@@ -241,9 +241,9 @@ function h() {
|
|
|
241
241
|
function Y(A, C) {
|
|
242
242
|
var P = C.method, x = A.iterator[P];
|
|
243
243
|
if (x === n) return C.delegate = null, P === "throw" && A.iterator.return && (C.method = "return", C.arg = n, Y(A, C), C.method === "throw") || P !== "return" && (C.method = "throw", C.arg = new TypeError("The iterator does not provide a '" + P + "' method")), v;
|
|
244
|
-
var
|
|
245
|
-
if (
|
|
246
|
-
var M =
|
|
244
|
+
var O = d(x, A.iterator, C.arg);
|
|
245
|
+
if (O.type === "throw") return C.method = "throw", C.arg = O.arg, C.delegate = null, v;
|
|
246
|
+
var M = O.arg;
|
|
247
247
|
return M ? M.done ? (C[A.resultName] = M.value, C.next = A.nextLoc, C.method !== "return" && (C.method = "next", C.arg = n), C.delegate = null, v) : M : (C.method = "throw", C.arg = new TypeError("iterator result is not an object"), C.delegate = null, v);
|
|
248
248
|
}
|
|
249
249
|
function V(A) {
|
|
@@ -263,9 +263,9 @@ function h() {
|
|
|
263
263
|
if (C) return C.call(A);
|
|
264
264
|
if (typeof A.next == "function") return A;
|
|
265
265
|
if (!isNaN(A.length)) {
|
|
266
|
-
var P = -1, x = function
|
|
267
|
-
for (; ++P < A.length; ) if (t.call(A, P)) return
|
|
268
|
-
return
|
|
266
|
+
var P = -1, x = function O() {
|
|
267
|
+
for (; ++P < A.length; ) if (t.call(A, P)) return O.value = A[P], O.done = !1, O;
|
|
268
|
+
return O.value = n, O.done = !0, O;
|
|
269
269
|
};
|
|
270
270
|
return x.next = x;
|
|
271
271
|
}
|
|
@@ -281,9 +281,9 @@ function h() {
|
|
|
281
281
|
return { __await: A };
|
|
282
282
|
}, q(W.prototype), c(W.prototype, s, function() {
|
|
283
283
|
return this;
|
|
284
|
-
}), i.AsyncIterator = W, i.async = function(A, C, P, x,
|
|
285
|
-
|
|
286
|
-
var M = new W(u(A, C, P, x),
|
|
284
|
+
}), i.AsyncIterator = W, i.async = function(A, C, P, x, O) {
|
|
285
|
+
O === void 0 && (O = Promise);
|
|
286
|
+
var M = new W(u(A, C, P, x), O);
|
|
287
287
|
return i.isGeneratorFunction(C) ? M : M.next().then(function(K) {
|
|
288
288
|
return K.done ? K.value : M.next();
|
|
289
289
|
});
|
|
@@ -294,12 +294,12 @@ function h() {
|
|
|
294
294
|
}), i.keys = function(A) {
|
|
295
295
|
var C = Object(A), P = [];
|
|
296
296
|
for (var x in C) P.push(x);
|
|
297
|
-
return P.reverse(), function
|
|
297
|
+
return P.reverse(), function O() {
|
|
298
298
|
for (; P.length; ) {
|
|
299
299
|
var M = P.pop();
|
|
300
|
-
if (M in C) return
|
|
300
|
+
if (M in C) return O.value = M, O.done = !1, O;
|
|
301
301
|
}
|
|
302
|
-
return
|
|
302
|
+
return O.done = !0, O;
|
|
303
303
|
};
|
|
304
304
|
}, i.values = ye, G.prototype = { constructor: G, reset: function(C) {
|
|
305
305
|
if (this.prev = 0, this.next = 0, this.sent = this._sent = n, this.done = !1, this.delegate = null, this.method = "next", this.arg = n, this.tryEntries.forEach(J), !C) for (var P in this) P.charAt(0) === "t" && t.call(this, P) && !isNaN(+P.slice(1)) && (this[P] = n);
|
|
@@ -314,8 +314,8 @@ function h() {
|
|
|
314
314
|
function x(_e, le) {
|
|
315
315
|
return K.type = "throw", K.arg = C, P.next = _e, le && (P.method = "next", P.arg = n), !!le;
|
|
316
316
|
}
|
|
317
|
-
for (var
|
|
318
|
-
var M = this.tryEntries[
|
|
317
|
+
for (var O = this.tryEntries.length - 1; O >= 0; --O) {
|
|
318
|
+
var M = this.tryEntries[O], K = M.completion;
|
|
319
319
|
if (M.tryLoc === "root") return x("end");
|
|
320
320
|
if (M.tryLoc <= this.prev) {
|
|
321
321
|
var re = t.call(M, "catchLoc"), ee = t.call(M, "finallyLoc");
|
|
@@ -332,9 +332,9 @@ function h() {
|
|
|
332
332
|
}
|
|
333
333
|
}, abrupt: function(C, P) {
|
|
334
334
|
for (var x = this.tryEntries.length - 1; x >= 0; --x) {
|
|
335
|
-
var
|
|
336
|
-
if (
|
|
337
|
-
var M =
|
|
335
|
+
var O = this.tryEntries[x];
|
|
336
|
+
if (O.tryLoc <= this.prev && t.call(O, "finallyLoc") && this.prev < O.finallyLoc) {
|
|
337
|
+
var M = O;
|
|
338
338
|
break;
|
|
339
339
|
}
|
|
340
340
|
}
|
|
@@ -353,9 +353,9 @@ function h() {
|
|
|
353
353
|
for (var P = this.tryEntries.length - 1; P >= 0; --P) {
|
|
354
354
|
var x = this.tryEntries[P];
|
|
355
355
|
if (x.tryLoc === C) {
|
|
356
|
-
var
|
|
357
|
-
if (
|
|
358
|
-
var M =
|
|
356
|
+
var O = x.completion;
|
|
357
|
+
if (O.type === "throw") {
|
|
358
|
+
var M = O.arg;
|
|
359
359
|
J(x);
|
|
360
360
|
}
|
|
361
361
|
return M;
|
|
@@ -631,7 +631,7 @@ var Ia = /* @__PURE__ */ function() {
|
|
|
631
631
|
}]), n;
|
|
632
632
|
}();
|
|
633
633
|
Ia.PERMITTED_KEYS = /* @__PURE__ */ new Set([te.BACKSPACE, te.DELETE, te.ARROW_RIGHT, te.ARROW_LEFT, te.ARROW_DOWN, te.ARROW_UP, te.META, te.CONTROL, te.ENTER]);
|
|
634
|
-
var $i = Ia,
|
|
634
|
+
var $i = Ia, Ni = /* @__PURE__ */ function() {
|
|
635
635
|
function n() {
|
|
636
636
|
_(this, n);
|
|
637
637
|
}
|
|
@@ -670,7 +670,7 @@ var $i = Ia, Oi = /* @__PURE__ */ function() {
|
|
|
670
670
|
key: "addEventListeners",
|
|
671
671
|
value: function(e, t) {
|
|
672
672
|
var r, a, o;
|
|
673
|
-
e.onfocus = this.onFocus.bind(this, (r = t == null ? void 0 : t.styles) == null ? void 0 : r.focus), (a = t == null ? void 0 : t.styles) != null && a.focus && (e.onblur = this.onBlur.bind(this, t.styles.focus, (o = t == null ? void 0 : t.styles) == null ? void 0 : o.container)), e.addEventListener("keydown", this.onKeydown.bind(this)), e.onpaste =
|
|
673
|
+
e.onfocus = this.onFocus.bind(this, (r = t == null ? void 0 : t.styles) == null ? void 0 : r.focus), (a = t == null ? void 0 : t.styles) != null && a.focus && (e.onblur = this.onBlur.bind(this, t.styles.focus, (o = t == null ? void 0 : t.styles) == null ? void 0 : o.container)), e.addEventListener("keydown", this.onKeydown.bind(this)), e.onpaste = Ni.sanitizePastedTextContent;
|
|
674
674
|
}
|
|
675
675
|
}, {
|
|
676
676
|
key: "onFocus",
|
|
@@ -760,13 +760,13 @@ var Wn = Ra, $a = /* @__PURE__ */ function() {
|
|
|
760
760
|
function fr(n) {
|
|
761
761
|
return n.charAt(0).toUpperCase() + n.slice(1);
|
|
762
762
|
}
|
|
763
|
-
function
|
|
763
|
+
function Oi(n) {
|
|
764
764
|
return n && JSON.stringify(n);
|
|
765
765
|
}
|
|
766
766
|
function Yn(n, i, e, t) {
|
|
767
767
|
var r = `
|
|
768
768
|
`.concat(fr(i), " message: ").concat(JSON.stringify(n), `
|
|
769
|
-
`), a = e ? "".concat(fr(i), " message after interceptor: ").concat(
|
|
769
|
+
`), a = e ? "".concat(fr(i), " message after interceptor: ").concat(Oi(t), `
|
|
770
770
|
`) : "";
|
|
771
771
|
return r + a;
|
|
772
772
|
}
|
|
@@ -793,7 +793,7 @@ You can also augment them using the responseInterceptor property: https://deepch
|
|
|
793
793
|
INVALID_STREAM_EVENT_MIX: "Cannot mix {text: string} and {html: string} responses.",
|
|
794
794
|
NO_VALID_STREAM_EVENTS_SENT: `No valid stream events were sent.
|
|
795
795
|
`.concat(vr)
|
|
796
|
-
},
|
|
796
|
+
}, Na = /* @__PURE__ */ function() {
|
|
797
797
|
function n() {
|
|
798
798
|
_(this, n);
|
|
799
799
|
}
|
|
@@ -830,8 +830,8 @@ You can also augment them using the responseInterceptor property: https://deepch
|
|
|
830
830
|
}
|
|
831
831
|
}]), n;
|
|
832
832
|
}();
|
|
833
|
-
|
|
834
|
-
var pe =
|
|
833
|
+
Na.CODE_SNIPPET_GENERATION_JUMP = 0.5;
|
|
834
|
+
var pe = Na, Oa = /* @__PURE__ */ function() {
|
|
835
835
|
function n() {
|
|
836
836
|
_(this, n);
|
|
837
837
|
}
|
|
@@ -860,8 +860,8 @@ var pe = Oa, Na = /* @__PURE__ */ function() {
|
|
|
860
860
|
}
|
|
861
861
|
}]), n;
|
|
862
862
|
}();
|
|
863
|
-
|
|
864
|
-
var $t =
|
|
863
|
+
Oa.LOAD_VOICES_MS = 200;
|
|
864
|
+
var $t = Oa, De = /* @__PURE__ */ function() {
|
|
865
865
|
function n() {
|
|
866
866
|
_(this, n);
|
|
867
867
|
}
|
|
@@ -2058,7 +2058,7 @@ function ko(n, i) {
|
|
|
2058
2058
|
for (e = i + 2, t = n.tokens.length - 2; e < t; e++) n.tokens[e].level === r && n.tokens[e].type === "paragraph_open" && (n.tokens[e + 2].tight = !0, n.tokens[e].tight = !0, e += 2);
|
|
2059
2059
|
}
|
|
2060
2060
|
function wo(n, i, e, t) {
|
|
2061
|
-
var r, a, o, s, l, c, u, d, p, m, g, b, v, y, f, w, L, E,
|
|
2061
|
+
var r, a, o, s, l, c, u, d, p, m, g, b, v, y, f, w, L, E, N = !0, U, q, W, Q;
|
|
2062
2062
|
if ((d = Ar(n, i)) >= 0) v = !0;
|
|
2063
2063
|
else if ((d = Er(n, i)) >= 0) v = !1;
|
|
2064
2064
|
else return !1;
|
|
@@ -2077,7 +2077,7 @@ function wo(n, i, e, t) {
|
|
|
2077
2077
|
type: "list_item_open",
|
|
2078
2078
|
lines: E = [i, 0],
|
|
2079
2079
|
level: n.level++
|
|
2080
|
-
}), s = n.blkIndent, l = n.tight, o = n.tShift[i], c = n.parentType, n.tShift[i] = y - n.bMarks[i], n.blkIndent = a, n.tight = !0, n.parentType = "list", n.parser.tokenize(n, i, e, !0), (!n.tight || w) && (
|
|
2080
|
+
}), s = n.blkIndent, l = n.tight, o = n.tShift[i], c = n.parentType, n.tShift[i] = y - n.bMarks[i], n.blkIndent = a, n.tight = !0, n.parentType = "list", n.parser.tokenize(n, i, e, !0), (!n.tight || w) && (N = !1), w = n.line - i > 1 && n.isEmpty(n.line - 1), n.blkIndent = s, n.tShift[i] = o, n.tight = l, n.parentType = c, n.tokens.push({
|
|
2081
2081
|
type: "list_item_close",
|
|
2082
2082
|
level: --n.level
|
|
2083
2083
|
}), r = i = n.line, E[1] = r, y = n.bMarks[i], !(r >= e || n.isEmpty(r) || n.tShift[r] < n.blkIndent)); ) {
|
|
@@ -2094,7 +2094,7 @@ function wo(n, i, e, t) {
|
|
|
2094
2094
|
return n.tokens.push({
|
|
2095
2095
|
type: v ? "ordered_list_close" : "bullet_list_close",
|
|
2096
2096
|
level: --n.level
|
|
2097
|
-
}), L[1] = r, n.line = r,
|
|
2097
|
+
}), L[1] = r, n.line = r, N && ko(n, f), !0;
|
|
2098
2098
|
}
|
|
2099
2099
|
function So(n, i, e, t) {
|
|
2100
2100
|
var r, a, o, s, l, c = n.bMarks[i] + n.tShift[i], u = n.eMarks[i];
|
|
@@ -2359,11 +2359,11 @@ Jn.prototype.tokenize = function(n, i, e) {
|
|
|
2359
2359
|
}
|
|
2360
2360
|
}
|
|
2361
2361
|
};
|
|
2362
|
-
var $o = /[\n\t]/g,
|
|
2362
|
+
var $o = /[\n\t]/g, No = /\r[\n\u0085]|[\u2424\u2028\u0085]/g, Oo = /\u00a0/g;
|
|
2363
2363
|
Jn.prototype.parse = function(n, i, e, t) {
|
|
2364
2364
|
var r, a = 0, o = 0;
|
|
2365
2365
|
if (!n) return [];
|
|
2366
|
-
n = n.replace(
|
|
2366
|
+
n = n.replace(Oo, " "), n = n.replace(No, `
|
|
2367
2367
|
`), n.indexOf(" ") >= 0 && (n = n.replace($o, function(s, l) {
|
|
2368
2368
|
var c;
|
|
2369
2369
|
return n.charCodeAt(l) === 10 ? (a = l + 1, o = 0, s) : (c = " ".slice((l - a - o) % 4), o = l - a + 1, c);
|
|
@@ -3069,7 +3069,7 @@ var Se = Za, jt = /* @__PURE__ */ function() {
|
|
|
3069
3069
|
}));
|
|
3070
3070
|
}
|
|
3071
3071
|
}]), n;
|
|
3072
|
-
}(),
|
|
3072
|
+
}(), Nt = /* @__PURE__ */ function() {
|
|
3073
3073
|
function n() {
|
|
3074
3074
|
_(this, n);
|
|
3075
3075
|
}
|
|
@@ -3182,7 +3182,7 @@ var Se = Za, jt = /* @__PURE__ */ function() {
|
|
|
3182
3182
|
}, {
|
|
3183
3183
|
key: "applyCustomStyles",
|
|
3184
3184
|
value: function(e, t, r, a) {
|
|
3185
|
-
e && this.messageStyles &&
|
|
3185
|
+
e && this.messageStyles && Nt.applyCustomStyles(this.messageStyles, e, t, r, a);
|
|
3186
3186
|
}
|
|
3187
3187
|
}, {
|
|
3188
3188
|
key: "removeLastMessage",
|
|
@@ -3541,10 +3541,10 @@ function Is(n, i) {
|
|
|
3541
3541
|
});
|
|
3542
3542
|
var w = c ?? window.fetch, L = r ?? Rs;
|
|
3543
3543
|
function E() {
|
|
3544
|
-
return
|
|
3544
|
+
return N.apply(this, arguments);
|
|
3545
3545
|
}
|
|
3546
|
-
function
|
|
3547
|
-
return
|
|
3546
|
+
function N() {
|
|
3547
|
+
return N = S(/* @__PURE__ */ h().mark(function U() {
|
|
3548
3548
|
var q, W, Q;
|
|
3549
3549
|
return h().wrap(function(V) {
|
|
3550
3550
|
for (; ; ) switch (V.prev = V.next) {
|
|
@@ -3575,7 +3575,7 @@ function Is(n, i) {
|
|
|
3575
3575
|
return V.stop();
|
|
3576
3576
|
}
|
|
3577
3577
|
}, U, null, [[1, 14]]);
|
|
3578
|
-
})),
|
|
3578
|
+
})), N.apply(this, arguments);
|
|
3579
3579
|
}
|
|
3580
3580
|
E();
|
|
3581
3581
|
});
|
|
@@ -3594,7 +3594,7 @@ var ne = /* @__PURE__ */ function() {
|
|
|
3594
3594
|
// prettier-ignore
|
|
3595
3595
|
function() {
|
|
3596
3596
|
var i = S(/* @__PURE__ */ h().mark(function t(r, a, o) {
|
|
3597
|
-
var s, l, c, u, d, p, m, g, b, v, y, f, w, L, E,
|
|
3597
|
+
var s, l, c, u, d, p, m, g, b, v, y, f, w, L, E, N, U, q, W = arguments;
|
|
3598
3598
|
return h().wrap(function(Y) {
|
|
3599
3599
|
for (; ; ) switch (Y.prev = Y.next) {
|
|
3600
3600
|
case 0:
|
|
@@ -3603,7 +3603,7 @@ var ne = /* @__PURE__ */ function() {
|
|
|
3603
3603
|
headers: (l = r.requestSettings) == null ? void 0 : l.headers
|
|
3604
3604
|
}, Y.next = 4, D.processRequestInterceptor(r.deepChat, g);
|
|
3605
3605
|
case 4:
|
|
3606
|
-
if (b = Y.sent, v = b.body, y = b.headers, f = b.error, w = r.streamHandlers, L = w.onOpen, E = w.onClose,
|
|
3606
|
+
if (b = Y.sent, v = b.body, y = b.headers, f = b.error, w = r.streamHandlers, L = w.onOpen, E = w.onClose, N = w.abortStream, !f) {
|
|
3607
3607
|
Y.next = 14;
|
|
3608
3608
|
break;
|
|
3609
3609
|
}
|
|
@@ -3690,7 +3690,7 @@ var ne = /* @__PURE__ */ function() {
|
|
|
3690
3690
|
onclose: function() {
|
|
3691
3691
|
r.asyncCallInProgress || (U.finaliseStreamedMessage(), E());
|
|
3692
3692
|
},
|
|
3693
|
-
signal:
|
|
3693
|
+
signal: N.signal
|
|
3694
3694
|
}).catch(function(V) {
|
|
3695
3695
|
var J;
|
|
3696
3696
|
o.isLastMessageError() || (J = r.extractResultData) == null || J.call(r, V).then(function() {
|
|
@@ -4219,12 +4219,12 @@ var xe = Qa, mt = /* @__PURE__ */ function() {
|
|
|
4219
4219
|
}
|
|
4220
4220
|
return E.abrupt("return", xe.request(r, o));
|
|
4221
4221
|
case 15:
|
|
4222
|
-
y = !0, f = D.fetch.bind(this, r, g, s), f(m).then(function(
|
|
4223
|
-
return y = !!
|
|
4224
|
-
}).then(function(
|
|
4225
|
-
return D.processResponseByType(
|
|
4222
|
+
y = !0, f = D.fetch.bind(this, r, g, s), f(m).then(function(N) {
|
|
4223
|
+
return y = !!N.ok, N;
|
|
4224
|
+
}).then(function(N) {
|
|
4225
|
+
return D.processResponseByType(N);
|
|
4226
4226
|
}).then(/* @__PURE__ */ function() {
|
|
4227
|
-
var
|
|
4227
|
+
var N = S(/* @__PURE__ */ h().mark(function U(q) {
|
|
4228
4228
|
var W, Q, Y, V;
|
|
4229
4229
|
return h().wrap(function(G) {
|
|
4230
4230
|
for (; ; ) switch (G.prev = G.next) {
|
|
@@ -4265,10 +4265,10 @@ var xe = Qa, mt = /* @__PURE__ */ function() {
|
|
|
4265
4265
|
}, U);
|
|
4266
4266
|
}));
|
|
4267
4267
|
return function(U) {
|
|
4268
|
-
return
|
|
4268
|
+
return N.apply(this, arguments);
|
|
4269
4269
|
};
|
|
4270
|
-
}()).catch(function(
|
|
4271
|
-
D.displayError(o,
|
|
4270
|
+
}()).catch(function(N) {
|
|
4271
|
+
D.displayError(o, N), v();
|
|
4272
4272
|
});
|
|
4273
4273
|
case 18:
|
|
4274
4274
|
case "end":
|
|
@@ -4332,19 +4332,19 @@ var xe = Qa, mt = /* @__PURE__ */ function() {
|
|
|
4332
4332
|
value: function() {
|
|
4333
4333
|
var i = S(/* @__PURE__ */ h().mark(function t(r, a, o) {
|
|
4334
4334
|
var s, l, c, u, d, p, m, g, b, v, y, f, w, L = arguments;
|
|
4335
|
-
return h().wrap(function(
|
|
4336
|
-
for (; ; ) switch (
|
|
4335
|
+
return h().wrap(function(N) {
|
|
4336
|
+
for (; ; ) switch (N.prev = N.next) {
|
|
4337
4337
|
case 0:
|
|
4338
4338
|
return s = L.length > 3 && L[3] !== void 0 ? L[3] : !0, d = {
|
|
4339
4339
|
body: a,
|
|
4340
4340
|
headers: (l = r.requestSettings) == null ? void 0 : l.headers
|
|
4341
|
-
},
|
|
4341
|
+
}, N.next = 4, D.processRequestInterceptor(r.deepChat, d);
|
|
4342
4342
|
case 4:
|
|
4343
|
-
if (p =
|
|
4344
|
-
|
|
4343
|
+
if (p = N.sent, m = p.body, g = p.headers, b = p.error, !b) {
|
|
4344
|
+
N.next = 10;
|
|
4345
4345
|
break;
|
|
4346
4346
|
}
|
|
4347
|
-
return
|
|
4347
|
+
return N.abrupt("return", D.onInterceptorError(o, b));
|
|
4348
4348
|
case 10:
|
|
4349
4349
|
v = ((c = r.requestSettings) == null ? void 0 : c.url) || r.url || "", y = ((u = r.requestSettings) == null ? void 0 : u.method) || "POST", f = s ? JSON.stringify(m) : m, w = {
|
|
4350
4350
|
method: y,
|
|
@@ -4353,7 +4353,7 @@ var xe = Qa, mt = /* @__PURE__ */ function() {
|
|
|
4353
4353
|
}, r.requestSettings.credentials && (w.credentials = r.requestSettings.credentials), n.executePollRequest(r, v, w, o);
|
|
4354
4354
|
case 12:
|
|
4355
4355
|
case "end":
|
|
4356
|
-
return
|
|
4356
|
+
return N.stop();
|
|
4357
4357
|
}
|
|
4358
4358
|
}, t);
|
|
4359
4359
|
}));
|
|
@@ -4756,7 +4756,7 @@ var xe = Qa, mt = /* @__PURE__ */ function() {
|
|
|
4756
4756
|
return !0;
|
|
4757
4757
|
}
|
|
4758
4758
|
}]), i;
|
|
4759
|
-
}(qt),
|
|
4759
|
+
}(qt), Ns = /* @__PURE__ */ function() {
|
|
4760
4760
|
function n() {
|
|
4761
4761
|
_(this, n);
|
|
4762
4762
|
}
|
|
@@ -4793,7 +4793,7 @@ var xe = Qa, mt = /* @__PURE__ */ function() {
|
|
|
4793
4793
|
return a;
|
|
4794
4794
|
},
|
|
4795
4795
|
set: function(s) {
|
|
4796
|
-
a = s, r ? this[t] = s :
|
|
4796
|
+
a = s, r ? this[t] = s : Ns.attemptRender(this);
|
|
4797
4797
|
}
|
|
4798
4798
|
});
|
|
4799
4799
|
}
|
|
@@ -4816,10 +4816,10 @@ var xe = Qa, mt = /* @__PURE__ */ function() {
|
|
|
4816
4816
|
return Object.keys(i._attributes_) || [];
|
|
4817
4817
|
}
|
|
4818
4818
|
}]), i;
|
|
4819
|
-
}(/* @__PURE__ */
|
|
4819
|
+
}(/* @__PURE__ */ On(HTMLElement));
|
|
4820
4820
|
nr._attributes_ = {};
|
|
4821
4821
|
nr._attributeToProperty_ = {};
|
|
4822
|
-
var
|
|
4822
|
+
var Os = nr, zs = `<?xml version="1.0" standalone="no"?>
|
|
4823
4823
|
<svg version="1.1"
|
|
4824
4824
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
4825
4825
|
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="0.9em" height="0.9em"
|
|
@@ -5368,7 +5368,7 @@ var Ir = ht, Rr = {
|
|
|
5368
5368
|
key: "loadModel",
|
|
5369
5369
|
value: function() {
|
|
5370
5370
|
var e = S(/* @__PURE__ */ h().mark(function r(a, o) {
|
|
5371
|
-
var s = this, l, c, u, d, p, m, g, b, v, y, f, w, L, E,
|
|
5371
|
+
var s = this, l, c, u, d, p, m, g, b, v, y, f, w, L, E, N;
|
|
5372
5372
|
return h().wrap(function(q) {
|
|
5373
5373
|
for (; ; ) switch (q.prev = q.next) {
|
|
5374
5374
|
case 0:
|
|
@@ -5391,8 +5391,8 @@ var Ir = ht, Rr = {
|
|
|
5391
5391
|
case 13:
|
|
5392
5392
|
return q.prev = 13, q.t0 = q.catch(4), q.abrupt("return", this.unloadChat(q.t0));
|
|
5393
5393
|
case 16:
|
|
5394
|
-
(u = (c = this.deepChat)._validationHandler) == null || u.call(c), (d = this._webModel.introMessage) != null && d.removeAfterLoad ? this._webModel.introMessage.displayed === !1 ? (m = this._messages) == null || m.removeLastMessage() : (g = this._removeIntro) == null || g.call(this) : (
|
|
5395
|
-
html:
|
|
5394
|
+
(u = (c = this.deepChat)._validationHandler) == null || u.call(c), (d = this._webModel.introMessage) != null && d.removeAfterLoad ? this._webModel.introMessage.displayed === !1 ? (m = this._messages) == null || m.removeLastMessage() : (g = this._removeIntro) == null || g.call(this) : (N = Ir.setUpAfterLoad(y, this._webModel.introMessage, this._chatEl, !!this._webModel.worker), (p = this._messages) == null || p.addNewMessage({
|
|
5395
|
+
html: N,
|
|
5396
5396
|
overwrite: !0,
|
|
5397
5397
|
sendUpdate: !1
|
|
5398
5398
|
})), this._isModelLoaded = !0, this._isModelLoading = !1;
|
|
@@ -6657,7 +6657,7 @@ var Ge = ti, ar = /* @__PURE__ */ function(n) {
|
|
|
6657
6657
|
return t;
|
|
6658
6658
|
}()
|
|
6659
6659
|
}]), i;
|
|
6660
|
-
}(Ge),
|
|
6660
|
+
}(Ge), Nr = /* @__PURE__ */ function() {
|
|
6661
6661
|
function n() {
|
|
6662
6662
|
_(this, n);
|
|
6663
6663
|
}
|
|
@@ -6694,7 +6694,7 @@ var Ge = ti, ar = /* @__PURE__ */ function(n) {
|
|
|
6694
6694
|
$(i, n);
|
|
6695
6695
|
function i(e, t, r, a, o) {
|
|
6696
6696
|
var s;
|
|
6697
|
-
return _(this, i), s = R(this, i, [e,
|
|
6697
|
+
return _(this, i), s = R(this, i, [e, Nr.buildKeyVerificationDetails(), Nr.buildHeaders, o]), s.insertKeyPlaceholderText = "Cohere API Key", s.keyHelpUrl = "https://dashboard.cohere.ai/api-keys", s.permittedErrorPrefixes = ["invalid"], s.url = t, s.textInputPlaceholderText = r, a && I(a) == "object" && Object.assign(s.rawBody, a), s;
|
|
6698
6698
|
}
|
|
6699
6699
|
return k(i);
|
|
6700
6700
|
}(ue), el = /* @__PURE__ */ function(n) {
|
|
@@ -7774,7 +7774,7 @@ var ll = ai, cl = /* @__PURE__ */ function(n) {
|
|
|
7774
7774
|
return t;
|
|
7775
7775
|
}()
|
|
7776
7776
|
}]), i;
|
|
7777
|
-
}(ue),
|
|
7777
|
+
}(ue), Or = /* @__PURE__ */ function() {
|
|
7778
7778
|
function n() {
|
|
7779
7779
|
_(this, n);
|
|
7780
7780
|
}
|
|
@@ -8074,7 +8074,7 @@ var ll = ai, cl = /* @__PURE__ */ function(n) {
|
|
|
8074
8074
|
p.next = 19;
|
|
8075
8075
|
break;
|
|
8076
8076
|
}
|
|
8077
|
-
return p.next = 16,
|
|
8077
|
+
return p.next = 16, Or.storeFiles(this, a, s);
|
|
8078
8078
|
case 16:
|
|
8079
8079
|
p.t1 = p.sent, p.next = 20;
|
|
8080
8080
|
break;
|
|
@@ -8213,7 +8213,7 @@ var ll = ai, cl = /* @__PURE__ */ function(n) {
|
|
|
8213
8213
|
case 0:
|
|
8214
8214
|
return f = y.content.find(function(E) {
|
|
8215
8215
|
return !!E.text || !!E.image_file;
|
|
8216
|
-
}), L.next = 3,
|
|
8216
|
+
}), L.next = 3, Or.getFilesAndText(o, y, f);
|
|
8217
8217
|
case 3:
|
|
8218
8218
|
return L.abrupt("return", L.sent);
|
|
8219
8219
|
case 4:
|
|
@@ -8678,7 +8678,7 @@ var dl = en, pl = /* @__PURE__ */ function(n) {
|
|
|
8678
8678
|
break;
|
|
8679
8679
|
}
|
|
8680
8680
|
return b.forEach(function(L, E) {
|
|
8681
|
-
var
|
|
8681
|
+
var N, U = (N = a.tool_calls) == null ? void 0 : N[E];
|
|
8682
8682
|
m == null || m.messages.push({
|
|
8683
8683
|
role: "tool",
|
|
8684
8684
|
tool_call_id: U == null ? void 0 : U.id,
|
|
@@ -9218,8 +9218,8 @@ var fl = /* @__PURE__ */ function() {
|
|
|
9218
9218
|
p.classList.add("error-message-text");
|
|
9219
9219
|
var m = this.getPermittedMessage(r) || ((a = this._errorMessageOverrides) == null ? void 0 : a[t]) || ((o = this._errorMessageOverrides) == null ? void 0 : o.default) || "Error, please try again.";
|
|
9220
9220
|
this.renderText(p, m);
|
|
9221
|
-
var g =
|
|
9222
|
-
|
|
9221
|
+
var g = Nt.extractParticularSharedStyles(["fontSize", "fontFamily"], (s = this.messageStyles) == null ? void 0 : s.default);
|
|
9222
|
+
Nt.applyCustomStylesToElements(u, !1, g), Nt.applyCustomStylesToElements(u, !1, (l = this.messageStyles) == null ? void 0 : l.error), this.elementRef.appendChild(d), pe.scrollToBottom(this.elementRef), this.textToSpeech && $t.speak(m, this.textToSpeech), (c = this._onError) == null || c.call(this, m);
|
|
9223
9223
|
}
|
|
9224
9224
|
}, {
|
|
9225
9225
|
key: "getPermittedMessage",
|
|
@@ -9444,7 +9444,7 @@ var wl = ft, Vt = /* @__PURE__ */ function() {
|
|
|
9444
9444
|
}(), Sl = `<?xml version="1.0" encoding="utf-8"?>
|
|
9445
9445
|
<svg viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
9446
9446
|
<path d="M16 0c-8.836 0-16 7.163-16 16s7.163 16 16 16c8.837 0 16-7.163 16-16s-7.163-16-16-16zM16 30.032c-7.72 0-14-6.312-14-14.032s6.28-14 14-14 14 6.28 14 14-6.28 14.032-14 14.032zM23 15h-6v-6c0-0.552-0.448-1-1-1s-1 0.448-1 1v6h-6c-0.552 0-1 0.448-1 1s0.448 1 1 1h6v6c0 0.552 0.448 1 1 1s1-0.448 1-1v-6h6c0.552 0 1-0.448 1-1s-0.448-1-1-1z"></path>
|
|
9447
|
-
</svg>`,
|
|
9447
|
+
</svg>`, Oe = /* @__PURE__ */ function() {
|
|
9448
9448
|
function n() {
|
|
9449
9449
|
_(this, n);
|
|
9450
9450
|
}
|
|
@@ -9481,22 +9481,22 @@ var wl = ft, Vt = /* @__PURE__ */ function() {
|
|
|
9481
9481
|
return k(n, [{
|
|
9482
9482
|
key: "buttonMouseLeave",
|
|
9483
9483
|
value: function(e) {
|
|
9484
|
-
this._mouseState.state = "default", e && (
|
|
9484
|
+
this._mouseState.state = "default", e && (Oe.unsetAllCSS(this.elementRef, e), Oe.setElementsCSS(this.elementRef, e, "default"));
|
|
9485
9485
|
}
|
|
9486
9486
|
}, {
|
|
9487
9487
|
key: "buttonMouseEnter",
|
|
9488
9488
|
value: function(e) {
|
|
9489
|
-
this._mouseState.state = "hover", e &&
|
|
9489
|
+
this._mouseState.state = "hover", e && Oe.setElementsCSS(this.elementRef, e, "hover");
|
|
9490
9490
|
}
|
|
9491
9491
|
}, {
|
|
9492
9492
|
key: "buttonMouseUp",
|
|
9493
9493
|
value: function(e) {
|
|
9494
|
-
e &&
|
|
9494
|
+
e && Oe.unsetActionCSS(this.elementRef, e), this.buttonMouseEnter(e);
|
|
9495
9495
|
}
|
|
9496
9496
|
}, {
|
|
9497
9497
|
key: "buttonMouseDown",
|
|
9498
9498
|
value: function(e) {
|
|
9499
|
-
this._mouseState.state = "click", e &&
|
|
9499
|
+
this._mouseState.state = "click", e && Oe.setElementsCSS(this.elementRef, e, "click");
|
|
9500
9500
|
}
|
|
9501
9501
|
// be careful not to use onclick as that is used for button functionality
|
|
9502
9502
|
}, {
|
|
@@ -9509,7 +9509,7 @@ var wl = ft, Vt = /* @__PURE__ */ function() {
|
|
|
9509
9509
|
value: function(e) {
|
|
9510
9510
|
if (this._customStyles) for (var t = 0; t < e.length; t += 1) {
|
|
9511
9511
|
var r = e[t], a = r && this._customStyles[r];
|
|
9512
|
-
a &&
|
|
9512
|
+
a && Oe.unsetActionCSS(this.elementRef, a);
|
|
9513
9513
|
}
|
|
9514
9514
|
}
|
|
9515
9515
|
}, {
|
|
@@ -9518,7 +9518,7 @@ var wl = ft, Vt = /* @__PURE__ */ function() {
|
|
|
9518
9518
|
if (this._customStyles) {
|
|
9519
9519
|
t && this.unsetCustomStateStyles(t);
|
|
9520
9520
|
var r = this._customStyles[e];
|
|
9521
|
-
r &&
|
|
9521
|
+
r && Oe.setElementCssUpToState(this.elementRef, r, this._mouseState.state), this.setEvents(r);
|
|
9522
9522
|
}
|
|
9523
9523
|
}
|
|
9524
9524
|
}]), n;
|
|
@@ -10394,7 +10394,7 @@ var ot = li, $l = /* @__PURE__ */ function(n) {
|
|
|
10394
10394
|
return t !== void 0 && t === !1 ? !1 : !!t || e.getNumberOfTypes() > 0;
|
|
10395
10395
|
}
|
|
10396
10396
|
}]), n;
|
|
10397
|
-
}(),
|
|
10397
|
+
}(), Nl = /* @__PURE__ */ function() {
|
|
10398
10398
|
function n() {
|
|
10399
10399
|
_(this, n);
|
|
10400
10400
|
}
|
|
@@ -10490,7 +10490,7 @@ var ot = li, $l = /* @__PURE__ */ function(n) {
|
|
|
10490
10490
|
}();
|
|
10491
10491
|
}
|
|
10492
10492
|
}]), n;
|
|
10493
|
-
}(),
|
|
10493
|
+
}(), Ol = `<?xml version="1.0" encoding="iso-8859-1"?>
|
|
10494
10494
|
<svg height="1.4em" width="1.4em" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
10495
10495
|
viewBox="0 0 490.9 490.9" xml:space="preserve">
|
|
10496
10496
|
<g>
|
|
@@ -10573,7 +10573,7 @@ var ot = li, $l = /* @__PURE__ */ function(n) {
|
|
|
10573
10573
|
}, {
|
|
10574
10574
|
key: "createSVGIconElement",
|
|
10575
10575
|
value: function() {
|
|
10576
|
-
var t = me.createSVGElement(
|
|
10576
|
+
var t = me.createSVGElement(Ol);
|
|
10577
10577
|
return t.id = "microphone-icon", t;
|
|
10578
10578
|
}
|
|
10579
10579
|
}]), i;
|
|
@@ -12306,7 +12306,7 @@ var mc = fn, hc = `<?xml version="1.0" encoding="utf-8"?>
|
|
|
12306
12306
|
button: new uc(i, a, e.addNewErrorMessage.bind(e))
|
|
12307
12307
|
});
|
|
12308
12308
|
var l = new mc(i, a.inputElementRef, e, t, s);
|
|
12309
|
-
a.submit = l.submitFromInput.bind(l),
|
|
12309
|
+
a.submit = l.submitFromInput.bind(l), Nl.attach(i, t, a, s, l), i.submitUserMessage = l.programmaticSubmit.bind(l), o.submit = {
|
|
12310
12310
|
button: l
|
|
12311
12311
|
}, n.addElements(this.elementRef, a, o, r, s, i.dropupStyles);
|
|
12312
12312
|
}
|
|
@@ -12432,7 +12432,7 @@ var mc = fn, hc = `<?xml version="1.0" encoding="utf-8"?>
|
|
|
12432
12432
|
rr.chat = void 0;
|
|
12433
12433
|
}
|
|
12434
12434
|
}]), i;
|
|
12435
|
-
}(
|
|
12435
|
+
}(Os);
|
|
12436
12436
|
j([F("object")], B.prototype, "directConnection");
|
|
12437
12437
|
j([F("object")], B.prototype, "request");
|
|
12438
12438
|
j([F("object")], B.prototype, "webModel");
|
|
@@ -12545,7 +12545,7 @@ function Ee(n) {
|
|
|
12545
12545
|
return e.__proto__ || Object.getPrototypeOf(e);
|
|
12546
12546
|
}, Ee(n);
|
|
12547
12547
|
}
|
|
12548
|
-
function
|
|
12548
|
+
function Ne(n, i, e) {
|
|
12549
12549
|
return i = gi(i), i in n ? Object.defineProperty(n, i, {
|
|
12550
12550
|
value: e,
|
|
12551
12551
|
enumerable: !0,
|
|
@@ -12593,7 +12593,7 @@ function sa(n) {
|
|
|
12593
12593
|
for (var i = 1; i < arguments.length; i++) {
|
|
12594
12594
|
var e = arguments[i] != null ? arguments[i] : {};
|
|
12595
12595
|
i % 2 ? oa(Object(e), !0).forEach(function(t) {
|
|
12596
|
-
|
|
12596
|
+
Ne(n, t, e[t]);
|
|
12597
12597
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(e)) : oa(Object(e)).forEach(function(t) {
|
|
12598
12598
|
Object.defineProperty(n, t, Object.getOwnPropertyDescriptor(e, t));
|
|
12599
12599
|
});
|
|
@@ -12765,7 +12765,7 @@ function Ut(n, i) {
|
|
|
12765
12765
|
if (t)
|
|
12766
12766
|
return t[r];
|
|
12767
12767
|
}
|
|
12768
|
-
function
|
|
12768
|
+
function Nc(n, i, e) {
|
|
12769
12769
|
var t = Ut(n, e);
|
|
12770
12770
|
return t !== void 0 ? t : Ut(i, e);
|
|
12771
12771
|
}
|
|
@@ -12777,7 +12777,7 @@ function fi(n, i, e) {
|
|
|
12777
12777
|
function Qe(n) {
|
|
12778
12778
|
return n.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
12779
12779
|
}
|
|
12780
|
-
var
|
|
12780
|
+
var Oc = {
|
|
12781
12781
|
"&": "&",
|
|
12782
12782
|
"<": "<",
|
|
12783
12783
|
">": ">",
|
|
@@ -12787,7 +12787,7 @@ var Nc = {
|
|
|
12787
12787
|
};
|
|
12788
12788
|
function zc(n) {
|
|
12789
12789
|
return typeof n == "string" ? n.replace(/[&<>"'\/]/g, function(i) {
|
|
12790
|
-
return
|
|
12790
|
+
return Oc[i];
|
|
12791
12791
|
}) : n;
|
|
12792
12792
|
}
|
|
12793
12793
|
var bn = typeof window < "u" && window.navigator && typeof window.navigator.userAgentData > "u" && window.navigator.userAgent && window.navigator.userAgent.indexOf("MSIE") > -1, Dc = [" ", ",", "?", "!", ";"];
|
|
@@ -12844,7 +12844,7 @@ function Lt(n) {
|
|
|
12844
12844
|
for (var i = 1; i < arguments.length; i++) {
|
|
12845
12845
|
var e = arguments[i] != null ? arguments[i] : {};
|
|
12846
12846
|
i % 2 ? ua(Object(e), !0).forEach(function(t) {
|
|
12847
|
-
|
|
12847
|
+
Ne(n, t, e[t]);
|
|
12848
12848
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(e)) : ua(Object(e)).forEach(function(t) {
|
|
12849
12849
|
Object.defineProperty(n, t, Object.getOwnPropertyDescriptor(e, t));
|
|
12850
12850
|
});
|
|
@@ -12992,7 +12992,7 @@ function ie(n) {
|
|
|
12992
12992
|
for (var i = 1; i < arguments.length; i++) {
|
|
12993
12993
|
var e = arguments[i] != null ? arguments[i] : {};
|
|
12994
12994
|
i % 2 ? da(Object(e), !0).forEach(function(t) {
|
|
12995
|
-
|
|
12995
|
+
Ne(n, t, e[t]);
|
|
12996
12996
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(e)) : da(Object(e)).forEach(function(t) {
|
|
12997
12997
|
Object.defineProperty(n, t, Object.getOwnPropertyDescriptor(e, t));
|
|
12998
12998
|
});
|
|
@@ -13091,8 +13091,8 @@ var pa = {}, ma = function(n) {
|
|
|
13091
13091
|
usedNS: m
|
|
13092
13092
|
} : d;
|
|
13093
13093
|
}
|
|
13094
|
-
var y = this.resolve(r, a), f = y && y.res, w = y && y.usedKey || d, L = y && y.exactUsedKey || d, E = Object.prototype.toString.apply(f),
|
|
13095
|
-
if (q && f && W &&
|
|
13094
|
+
var y = this.resolve(r, a), f = y && y.res, w = y && y.usedKey || d, L = y && y.exactUsedKey || d, E = Object.prototype.toString.apply(f), N = ["[object Number]", "[object Function]", "[object RegExp]"], U = a.joinArrays !== void 0 ? a.joinArrays : this.options.joinArrays, q = !this.i18nFormat || this.i18nFormat.handleAsObject, W = typeof f != "string" && typeof f != "boolean" && typeof f != "number";
|
|
13095
|
+
if (q && f && W && N.indexOf(E) < 0 && !(typeof U == "string" && E === "[object Array]")) {
|
|
13096
13096
|
if (!a.returnObjects && !this.options.returnObjects) {
|
|
13097
13097
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
|
13098
13098
|
var Q = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(w, f, ie(ie({}, a), {}, {
|
|
@@ -13115,7 +13115,7 @@ var pa = {}, ma = function(n) {
|
|
|
13115
13115
|
} else if (q && typeof U == "string" && E === "[object Array]")
|
|
13116
13116
|
f = f.join(U), f && (f = this.extendTranslation(f, r, a, o));
|
|
13117
13117
|
else {
|
|
13118
|
-
var A = !1, C = !1, P = a.count !== void 0 && typeof a.count != "string", x = e.hasDefaultValue(a),
|
|
13118
|
+
var A = !1, C = !1, P = a.count !== void 0 && typeof a.count != "string", x = e.hasDefaultValue(a), O = P ? this.pluralResolver.getSuffix(g, a.count, a) : "", M = a["defaultValue".concat(O)] || a.defaultValue;
|
|
13119
13119
|
!this.isValidLookup(f) && x && (A = !0, f = M), this.isValidLookup(f) || (C = !0, f = d);
|
|
13120
13120
|
var K = a.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey, re = K && C ? void 0 : f, ee = x && M !== f && this.options.updateMissing;
|
|
13121
13121
|
if (C || A || ee) {
|
|
@@ -13192,19 +13192,19 @@ var pa = {}, ma = function(n) {
|
|
|
13192
13192
|
a.isValidLookup(s) || (d = L, !pa["".concat(w[0], "-").concat(L)] && a.utils && a.utils.hasLoadedNamespace && !a.utils.hasLoadedNamespace(d) && (pa["".concat(w[0], "-").concat(L)] = !0, a.logger.warn('key "'.concat(l, '" for languages "').concat(w.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!!!")), w.forEach(function(E) {
|
|
13193
13193
|
if (!a.isValidLookup(s)) {
|
|
13194
13194
|
u = E;
|
|
13195
|
-
var
|
|
13195
|
+
var N = [g];
|
|
13196
13196
|
if (a.i18nFormat && a.i18nFormat.addLookupKeys)
|
|
13197
|
-
a.i18nFormat.addLookupKeys(
|
|
13197
|
+
a.i18nFormat.addLookupKeys(N, g, E, L, o);
|
|
13198
13198
|
else {
|
|
13199
13199
|
var U;
|
|
13200
13200
|
v && (U = a.pluralResolver.getSuffix(E, o.count, o));
|
|
13201
13201
|
var q = "".concat(a.options.pluralSeparator, "zero");
|
|
13202
|
-
if (v && (
|
|
13202
|
+
if (v && (N.push(g + U), y && N.push(g + q)), f) {
|
|
13203
13203
|
var W = "".concat(g).concat(a.options.contextSeparator).concat(o.context);
|
|
13204
|
-
|
|
13204
|
+
N.push(W), v && (N.push(W + U), y && N.push(W + q));
|
|
13205
13205
|
}
|
|
13206
13206
|
}
|
|
13207
|
-
for (var Q; Q =
|
|
13207
|
+
for (var Q; Q = N.pop(); )
|
|
13208
13208
|
a.isValidLookup(s) || (c = Q, s = a.getResource(E, L, Q, o));
|
|
13209
13209
|
}
|
|
13210
13210
|
}));
|
|
@@ -13585,7 +13585,7 @@ function be(n) {
|
|
|
13585
13585
|
for (var i = 1; i < arguments.length; i++) {
|
|
13586
13586
|
var e = arguments[i] != null ? arguments[i] : {};
|
|
13587
13587
|
i % 2 ? fa(Object(e), !0).forEach(function(t) {
|
|
13588
|
-
|
|
13588
|
+
Ne(n, t, e[t]);
|
|
13589
13589
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(e)) : fa(Object(e)).forEach(function(t) {
|
|
13590
13590
|
Object.defineProperty(n, t, Object.getOwnPropertyDescriptor(e, t));
|
|
13591
13591
|
});
|
|
@@ -13593,7 +13593,7 @@ function be(n) {
|
|
|
13593
13593
|
return n;
|
|
13594
13594
|
}
|
|
13595
13595
|
function va(n, i, e) {
|
|
13596
|
-
var t = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", r = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, a =
|
|
13596
|
+
var t = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", r = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, a = Nc(n, i, e);
|
|
13597
13597
|
return !a && r && typeof e == "string" && (a = Ht(n, e, t), a === void 0 && (a = Ht(i, e, t))), a;
|
|
13598
13598
|
}
|
|
13599
13599
|
var Zc = function() {
|
|
@@ -13733,7 +13733,7 @@ function Le(n) {
|
|
|
13733
13733
|
for (var i = 1; i < arguments.length; i++) {
|
|
13734
13734
|
var e = arguments[i] != null ? arguments[i] : {};
|
|
13735
13735
|
i % 2 ? ba(Object(e), !0).forEach(function(t) {
|
|
13736
|
-
|
|
13736
|
+
Ne(n, t, e[t]);
|
|
13737
13737
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(e)) : ba(Object(e)).forEach(function(t) {
|
|
13738
13738
|
Object.defineProperty(n, t, Object.getOwnPropertyDescriptor(e, t));
|
|
13739
13739
|
});
|
|
@@ -13864,7 +13864,7 @@ function _a(n) {
|
|
|
13864
13864
|
for (var i = 1; i < arguments.length; i++) {
|
|
13865
13865
|
var e = arguments[i] != null ? arguments[i] : {};
|
|
13866
13866
|
i % 2 ? ya(Object(e), !0).forEach(function(t) {
|
|
13867
|
-
|
|
13867
|
+
Ne(n, t, e[t]);
|
|
13868
13868
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(e)) : ya(Object(e)).forEach(function(t) {
|
|
13869
13869
|
Object.defineProperty(n, t, Object.getOwnPropertyDescriptor(e, t));
|
|
13870
13870
|
});
|
|
@@ -14130,7 +14130,7 @@ function we(n) {
|
|
|
14130
14130
|
for (var i = 1; i < arguments.length; i++) {
|
|
14131
14131
|
var e = arguments[i] != null ? arguments[i] : {};
|
|
14132
14132
|
i % 2 ? Sa(Object(e), !0).forEach(function(t) {
|
|
14133
|
-
|
|
14133
|
+
Ne(n, t, e[t]);
|
|
14134
14134
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(e)) : Sa(Object(e)).forEach(function(t) {
|
|
14135
14135
|
Object.defineProperty(n, t, Object.getOwnPropertyDescriptor(e, t));
|
|
14136
14136
|
});
|
|
@@ -14445,7 +14445,7 @@ var Gt = function(n) {
|
|
|
14445
14445
|
}
|
|
14446
14446
|
}]), e;
|
|
14447
14447
|
}($e);
|
|
14448
|
-
|
|
14448
|
+
Ne(Gt, "createInstance", function() {
|
|
14449
14449
|
var n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, i = arguments.length > 1 ? arguments[1] : void 0;
|
|
14450
14450
|
return new Gt(n, i);
|
|
14451
14451
|
});
|
|
@@ -14486,7 +14486,7 @@ const ou = "Retour", su = "Fermer", lu = "Numéro de téléphone", cu = "Vider l
|
|
|
14486
14486
|
technical: "L'erreur est humaine, enfin cette fois elle est plutôt technique !",
|
|
14487
14487
|
notFound: "",
|
|
14488
14488
|
basketChange: "Votre paiement n'a pas pu être effectué. Il semblerait que votre panier ait changé."
|
|
14489
|
-
}, _u = "Rafraîchir votre panier", ku = "Revenir à la page d'accueil", wu = "Rafraîchir la page", Su = "Nous vous invitons à rafraîchir la page.", Cu = "Si vous le souhaitez, un conseiller client est à votre disposition pour répondre à toutes vos questions au 0969 323 515 (Service gratuit + prix appel), 7j/7 de 8h à 21h", Eu = "Pays", Au = "Allemagne", Pu = "Autriche", Lu = "Belgique", Tu = "Bulgarie", Mu = "Chypre", xu = "Croatie", Iu = "Danemark", Ru = "Espagne", $u = "Estonie",
|
|
14489
|
+
}, _u = "Rafraîchir votre panier", ku = "Revenir à la page d'accueil", wu = "Rafraîchir la page", Su = "Nous vous invitons à rafraîchir la page.", Cu = "Si vous le souhaitez, un conseiller client est à votre disposition pour répondre à toutes vos questions au 0969 323 515 (Service gratuit + prix appel), 7j/7 de 8h à 21h", Eu = "Pays", Au = "Allemagne", Pu = "Autriche", Lu = "Belgique", Tu = "Bulgarie", Mu = "Chypre", xu = "Croatie", Iu = "Danemark", Ru = "Espagne", $u = "Estonie", Nu = "Finlande", Ou = "France Métropolitaine", zu = "Grèce", Du = "Guadeloupe", Bu = "Guyane Francaise", Fu = "Hongrie", ju = "Îles Wallis et Futuna", qu = "Irlande", Vu = "Italie", Uu = "Lettonie", Hu = "Lituanie", Gu = "Luxembourg", Ku = "Malte", Wu = "Martinique", Yu = "Mayotte", Zu = "Monaco", Ju = "Nouvelle-Calédonie", Xu = "Pays-Bas", Qu = "Pologne", ed = "Polynésie française", td = "Portugal", nd = "La Réunion", rd = "Roumanie", ad = "Royaume-Uni", id = "Saint-Barthélemy", od = "Saint-Martin", sd = "Saint-Pierre-et-Miquelon", ld = "Slovaquie", cd = "Slovénie", ud = "Suède", dd = "Suisse", pd = "République Tchèque", md = "Islande", hd = "Norvège", gd = "Lichtenstein", fd = {
|
|
14490
14490
|
quantity: "Quantité",
|
|
14491
14491
|
price: {
|
|
14492
14492
|
regular: "Prix habituel",
|
|
@@ -14528,8 +14528,8 @@ const ou = "Retour", su = "Fermer", lu = "Numéro de téléphone", cu = "Vider l
|
|
|
14528
14528
|
country_DK: Iu,
|
|
14529
14529
|
country_ES: Ru,
|
|
14530
14530
|
country_EE: $u,
|
|
14531
|
-
country_FI:
|
|
14532
|
-
country_FR:
|
|
14531
|
+
country_FI: Nu,
|
|
14532
|
+
country_FR: Ou,
|
|
14533
14533
|
country_GR: zu,
|
|
14534
14534
|
country_GP: Du,
|
|
14535
14535
|
country_GF: Bu,
|
|
@@ -14571,7 +14571,7 @@ const ou = "Retour", su = "Fermer", lu = "Numéro de téléphone", cu = "Vider l
|
|
|
14571
14571
|
payment: "Mon mode de paiement",
|
|
14572
14572
|
securedPayment: "Paiement 100% sécurisé"
|
|
14573
14573
|
}, kd = "Nous ne livrons pas dans votre pays, veuillez fournir une adresse de livraison dans l'un des pays proposés.", wd = "Nous ne livrons pas dans les DOM-TOM, veuillez fournir une adresse de livraison en France métropolitaine.", Sd = "Nous ne livrons pas dans les DOM-TOM, veuillez fournir une adresse de livraison en France métropolitaine.", Cd = "Nous sommes ravis de vous accueillir parmi nos clients. Pour valider votre première commande La Redoute, merci de compléter les informations de votre compte ci-dessous.", Ed = `Cher client, nous avons maintenant ouvert un site dédié pour les personnes résident sur l’ile de la Réunion. Pour toutes commandes à livrer sur l’ile de la Réunion merci de bien vouloir passer commande sur le site <0>www.laredoute.re</0>, afin de bénéficier de meilleure condition de livraison et d’une offre de produits plus variés.</br>
|
|
14574
|
-
Cela étant vous pouvez toujours choisir de vous faire livrer votre commande en France métropolitaine en renseignant dans le formulaire ci-dessous l'adresse de livraison souhaitée.`, Ad = "Pour consulter la politique de protection des données de La Redoute, <1>cliquez-ici</1>.", Pd = "Panier", Ld = "Livraison et Paiement", Td = "Adresse", Md = "15", xd = "9", Id = "9", Rd = "15", $d = "14",
|
|
14574
|
+
Cela étant vous pouvez toujours choisir de vous faire livrer votre commande en France métropolitaine en renseignant dans le formulaire ci-dessous l'adresse de livraison souhaitée.`, Ad = "Pour consulter la politique de protection des données de La Redoute, <1>cliquez-ici</1>.", Pd = "Panier", Ld = "Livraison et Paiement", Td = "Adresse", Md = "15", xd = "9", Id = "9", Rd = "15", $d = "14", Nd = "Mes articles sont conservés $t(checkout:storageDuration, {'context': '{{context}}' }) jours dans le point de livraison", Od = "Vous serez informé de la livraison de vos articles par sms et par email. Vos articles sont conservés $t(checkout:storageDuration, {'context': '{{context}}' }) jours dans votre point de livraison. Le chargement des colis dans votre véhicule est à effectuer par vos soins. Veuillez vous munir d’une pièce d’identité et vérifier que votre véhicule est adapté.", zd = "Vous serez informé de la livraison de vos articles par sms et par email. Vos articles sont conservés $t(checkout:storageDuration, {'context': '{{context}}' }) jours dans votre point de livraison. Le chargement des colis dans votre véhicule est à effectuer par vos soins. Veuillez vous munir d’une pièce d’identité et vérifier que votre véhicule est adapté.", Dd = "Détaxe", Bd = "Livraison dans les DOM-TOM", Fd = "Réduction", jd = "Bons d'achats", qd = "dont {{ value }} d'éco-part", Vd = "Adresse utilisée pour votre facturation", Ud = "Modifier mes informations", Hd = "Modifier mon adresse de livraison", Gd = "TVA incluse", Kd = "Numéro de téléphone", Wd = "Mentions légales", Yd = "Voir le détail", Zd = "Frais de livraison", Jd = "Frais de livraison estimés", Xd = "", Qd = "Frais de paiement", ep = "Récapitulatif", tp = "Total", np = "Total article(s)", rp = "Modifier mon panier", ap = "Veuillez sélectionner un mode de livraison", ip = "Votre panier semble contenir un ou plusieurs articles ne pouvant être livré à l'adresse indiquée.<br />Vous pouvez modifier votre panier ou votre adresse avec les boutons ci-dessous", op = "Supprimer des articles de mon panier", sp = "Me faire livrer à une autre adresse", lp = "Me faire livrer en France Métropolitaine", cp = {
|
|
14575
14575
|
disabledInfo: "Pour accéder à cette rubrique, veuillez remplir les étapes précédentes de la page."
|
|
14576
14576
|
}, up = {
|
|
14577
14577
|
sentBy: "Expédiée par <strong>{{sellerName}}</strong>",
|
|
@@ -15077,8 +15077,8 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
15077
15077
|
storageDuration_relaisColisXL: Id,
|
|
15078
15078
|
storageDuration_relaisColisDrive: Rd,
|
|
15079
15079
|
storageDuration_pickup: $d,
|
|
15080
|
-
deliveryRetainment:
|
|
15081
|
-
deliveryRetainment_relaisColisXL:
|
|
15080
|
+
deliveryRetainment: Nd,
|
|
15081
|
+
deliveryRetainment_relaisColisXL: Od,
|
|
15082
15082
|
deliveryRetainment_relaisColisDrive: zd,
|
|
15083
15083
|
detax: Dd,
|
|
15084
15084
|
detaxIframeTitle: Bd,
|
|
@@ -15565,10 +15565,31 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
15565
15565
|
information: "La Redoute collecte des données à caractère personnel pour la création des comptes client, le traitement des commandes, l'envoi de publicités personnalisées ou non de La Redoute ou de tiers selon vos choix (par email, sms, notification ou sur des sites internet et réseaux sociaux), la lutte contre la fraude lors du paiement, assurer le service client, mesurer la qualité des services, et sécuriser le site. Les données mentionnées d'un * sont obligatoires. Vous disposez d'un droit d'accès, de rectification, de portabilité et d'effacement des données vous concernant. Vous pouvez également demander la limitation du traitement ou vous opposer à leur traitement. Ces droits peuvent être exercés en <1>cliquant ici</1>. Pour plus d'information, vous pouvez consultez notre politique de confidentialité en <2>cliquant ici</2>. Pour connaître la liste de nos partenaires commerciaux, <3>cliquez-ici</3>.",
|
|
15566
15566
|
showPassword: "Afficher le mot de passe",
|
|
15567
15567
|
hidePassword: "Masquer le mot de passe"
|
|
15568
|
-
},
|
|
15568
|
+
}, Np = {
|
|
15569
15569
|
pageTitle: "Signaler un contenu illicite",
|
|
15570
15570
|
form: {
|
|
15571
15571
|
fields: {
|
|
15572
|
+
type: {
|
|
15573
|
+
label: "Type de contenu",
|
|
15574
|
+
placeholder: "Veuillez sélectionner un type de contenu",
|
|
15575
|
+
errors: {
|
|
15576
|
+
required: "Merci de sélectionner un type de contenu"
|
|
15577
|
+
}
|
|
15578
|
+
},
|
|
15579
|
+
status: {
|
|
15580
|
+
label: "Je suis",
|
|
15581
|
+
errors: {
|
|
15582
|
+
required: "Merci de sélectionner un status"
|
|
15583
|
+
}
|
|
15584
|
+
},
|
|
15585
|
+
company: {
|
|
15586
|
+
label: "Nom de la société",
|
|
15587
|
+
errors: {
|
|
15588
|
+
required: "Merci d'indiquer le nom de la société",
|
|
15589
|
+
length: "Format incorrect.",
|
|
15590
|
+
format: "Format incorrect"
|
|
15591
|
+
}
|
|
15592
|
+
},
|
|
15572
15593
|
civility: {
|
|
15573
15594
|
label: "Vous nous contactez en tant que",
|
|
15574
15595
|
placeholder: "Veuillez sélectionner une civilité",
|
|
@@ -15576,8 +15597,24 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
15576
15597
|
required: "Merci de sélectionner une civilité"
|
|
15577
15598
|
}
|
|
15578
15599
|
},
|
|
15579
|
-
|
|
15600
|
+
lastNameCompany: {
|
|
15580
15601
|
label: "Nom du représentant légal",
|
|
15602
|
+
errors: {
|
|
15603
|
+
required: "Merci d'indiquer votre nom du représentant légal",
|
|
15604
|
+
length: "Format incorrect.",
|
|
15605
|
+
format: "Format incorrect"
|
|
15606
|
+
}
|
|
15607
|
+
},
|
|
15608
|
+
firstNameCompany: {
|
|
15609
|
+
label: "Prénom du représentant légal",
|
|
15610
|
+
errors: {
|
|
15611
|
+
required: "Merci d'indiquer votre prénom du représentant légal",
|
|
15612
|
+
length: "Format incorrect.",
|
|
15613
|
+
format: "Format incorrect"
|
|
15614
|
+
}
|
|
15615
|
+
},
|
|
15616
|
+
lastName: {
|
|
15617
|
+
label: "Nom",
|
|
15581
15618
|
errors: {
|
|
15582
15619
|
required: "Merci d'indiquer votre nom",
|
|
15583
15620
|
length: "Format incorrect.",
|
|
@@ -15585,7 +15622,7 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
15585
15622
|
}
|
|
15586
15623
|
},
|
|
15587
15624
|
firstName: {
|
|
15588
|
-
label: "Prénom
|
|
15625
|
+
label: "Prénom",
|
|
15589
15626
|
errors: {
|
|
15590
15627
|
required: "Merci d'indiquer votre prénom",
|
|
15591
15628
|
length: "Format incorrect.",
|
|
@@ -15642,9 +15679,9 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
15642
15679
|
description: "Nous l'étudierons et reviendrons vers vous prochainement.",
|
|
15643
15680
|
cta: "Accueil"
|
|
15644
15681
|
}
|
|
15645
|
-
},
|
|
15682
|
+
}, Op = {
|
|
15646
15683
|
signup: $p,
|
|
15647
|
-
illegalContentReport:
|
|
15684
|
+
illegalContentReport: Np
|
|
15648
15685
|
}, zp = "👋 Bienvenue ! Je suis R’, votre conseiller virtuel La Redoute, je suis là pour vous aider ! Je débute, soyez indulgent ;) Sélectionnez une question récurrente/un sujet ou posez-moi votre question.", Dp = "Entrez votre question", Bp = "Chatbot La Redoute", Fp = "Bonjour, afin de vous offrir la meilleure aide possible, nous utilisons l'intelligence artificielle. Ne partagez pas de données personnelles ou sensibles telles que vos données de paiement, pour en savoir plus, consultez <a href='https://www.laredoute.fr/'>notre politique de confidentialité</a>.", jp = {
|
|
15649
15686
|
introMessage: zp,
|
|
15650
15687
|
inputPlaceholder: Dp,
|
|
@@ -15654,7 +15691,7 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
15654
15691
|
chatbot: jp,
|
|
15655
15692
|
checkout: kp,
|
|
15656
15693
|
common: bd,
|
|
15657
|
-
customer:
|
|
15694
|
+
customer: Op,
|
|
15658
15695
|
navigation: Mp,
|
|
15659
15696
|
ui: du,
|
|
15660
15697
|
user: Rp
|
|
@@ -15679,7 +15716,7 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
15679
15716
|
technical: "Errar é humano, mas desta vez é bastante técnico! Tente novamente dentro de alguns instantes",
|
|
15680
15717
|
notFound: "Ops, nada de interessante aqui!",
|
|
15681
15718
|
basketChange: "O seu pagamento falhou porque o seu carrinho foi alterado."
|
|
15682
|
-
}, nm = "Atualize o seu carrinho", rm = "Voltar à página inicial", am = "Recarregue a página", im = "Atualize a página.", om = "O nosso Serviço de Apoio ao Cliente La Redoute está à sua disposição: - Ligue 244 810 000 (custo de chamada para rede fixa nacional) ou 707 20 10 10 (0.11€/min para chamadas efetuadas a partir de rede fixa, e 0.16€/min para chamadas efetuadas a partir de rede móvel), de 2a a 6a das 9h às 18h (horários sujeitos a alteração) as nossas assistentes dar-lhe-ão todos os esclarecimentos de que necessite. - Ou se preferir, envie-nos um e-mail, basta clicar em «Contacte-nos por e-mail» ou enviar um e-mail diretamente para apoiocliente@redoute.pt", sm = "País", lm = "Alemanha", cm = "Áustria", um = "Bélgica", dm = "Bulgária", pm = "Suíça", mm = "Chipre", hm = "República Checa", gm = "Croácia", fm = "Dinamarca", vm = "Espanha", bm = "Estónia", ym = "Finlândia", _m = "França", km = "Grécia", wm = "Hungria", Sm = "Irlanda", Cm = "Islândia", Em = "Itália", Am = "Liechsteinstein", Pm = "Letónia", Lm = "Lituânia", Tm = "Luxemburgo", Mm = "Malta", xm = "Noruega", Im = "Holanda", Rm = "Polónia", $m = "Portugal",
|
|
15719
|
+
}, nm = "Atualize o seu carrinho", rm = "Voltar à página inicial", am = "Recarregue a página", im = "Atualize a página.", om = "O nosso Serviço de Apoio ao Cliente La Redoute está à sua disposição: - Ligue 244 810 000 (custo de chamada para rede fixa nacional) ou 707 20 10 10 (0.11€/min para chamadas efetuadas a partir de rede fixa, e 0.16€/min para chamadas efetuadas a partir de rede móvel), de 2a a 6a das 9h às 18h (horários sujeitos a alteração) as nossas assistentes dar-lhe-ão todos os esclarecimentos de que necessite. - Ou se preferir, envie-nos um e-mail, basta clicar em «Contacte-nos por e-mail» ou enviar um e-mail diretamente para apoiocliente@redoute.pt", sm = "País", lm = "Alemanha", cm = "Áustria", um = "Bélgica", dm = "Bulgária", pm = "Suíça", mm = "Chipre", hm = "República Checa", gm = "Croácia", fm = "Dinamarca", vm = "Espanha", bm = "Estónia", ym = "Finlândia", _m = "França", km = "Grécia", wm = "Hungria", Sm = "Irlanda", Cm = "Islândia", Em = "Itália", Am = "Liechsteinstein", Pm = "Letónia", Lm = "Lituânia", Tm = "Luxemburgo", Mm = "Malta", xm = "Noruega", Im = "Holanda", Rm = "Polónia", $m = "Portugal", Nm = "Roménia", Om = "Reino Unido", zm = "Eslováquia", Dm = "Eslovénia", Bm = "Suécia", Fm = {
|
|
15683
15720
|
quantity: "Montante",
|
|
15684
15721
|
price: {
|
|
15685
15722
|
regular: "Preço",
|
|
@@ -15739,8 +15776,8 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
15739
15776
|
country_NL: Im,
|
|
15740
15777
|
country_PL: Rm,
|
|
15741
15778
|
country_PT: $m,
|
|
15742
|
-
country_RO:
|
|
15743
|
-
country_UK:
|
|
15779
|
+
country_RO: Nm,
|
|
15780
|
+
country_UK: Om,
|
|
15744
15781
|
country_SK: zm,
|
|
15745
15782
|
country_SI: Dm,
|
|
15746
15783
|
country_SE: Bm,
|
|
@@ -16077,7 +16114,7 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
16077
16114
|
payment: "",
|
|
16078
16115
|
securedPayment: ""
|
|
16079
16116
|
}
|
|
16080
|
-
},
|
|
16117
|
+
}, Nh = {
|
|
16081
16118
|
backButton: "",
|
|
16082
16119
|
pageTitle: "",
|
|
16083
16120
|
welcome: {
|
|
@@ -16090,7 +16127,7 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
16090
16127
|
securedPayment: ""
|
|
16091
16128
|
},
|
|
16092
16129
|
submit: ""
|
|
16093
|
-
},
|
|
16130
|
+
}, Oh = {
|
|
16094
16131
|
pageTitle: Vm,
|
|
16095
16132
|
headings: Um,
|
|
16096
16133
|
noAddresseTitle: Hm,
|
|
@@ -16137,7 +16174,7 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
16137
16174
|
vouchers: Ih,
|
|
16138
16175
|
confirmation: Rh,
|
|
16139
16176
|
renewal: $h,
|
|
16140
|
-
parAccountPayment:
|
|
16177
|
+
parAccountPayment: Nh
|
|
16141
16178
|
}, zh = "50€", Dh = "30", Bh = "", Fh = "", jh = {
|
|
16142
16179
|
homepage: "Página Inicial da La Redoute"
|
|
16143
16180
|
}, qh = "", Vh = {
|
|
@@ -16460,6 +16497,27 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
16460
16497
|
pageTitle: "",
|
|
16461
16498
|
form: {
|
|
16462
16499
|
fields: {
|
|
16500
|
+
type: {
|
|
16501
|
+
label: "",
|
|
16502
|
+
placeholder: "",
|
|
16503
|
+
errors: {
|
|
16504
|
+
required: ""
|
|
16505
|
+
}
|
|
16506
|
+
},
|
|
16507
|
+
status: {
|
|
16508
|
+
label: "",
|
|
16509
|
+
errors: {
|
|
16510
|
+
required: ""
|
|
16511
|
+
}
|
|
16512
|
+
},
|
|
16513
|
+
company: {
|
|
16514
|
+
label: "",
|
|
16515
|
+
errors: {
|
|
16516
|
+
required: "",
|
|
16517
|
+
length: "",
|
|
16518
|
+
format: ""
|
|
16519
|
+
}
|
|
16520
|
+
},
|
|
16463
16521
|
civility: {
|
|
16464
16522
|
label: "",
|
|
16465
16523
|
placeholder: "",
|
|
@@ -16483,6 +16541,22 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
16483
16541
|
format: ""
|
|
16484
16542
|
}
|
|
16485
16543
|
},
|
|
16544
|
+
lastNameCompany: {
|
|
16545
|
+
label: "",
|
|
16546
|
+
errors: {
|
|
16547
|
+
required: "",
|
|
16548
|
+
length: "",
|
|
16549
|
+
format: ""
|
|
16550
|
+
}
|
|
16551
|
+
},
|
|
16552
|
+
firstNameCompany: {
|
|
16553
|
+
label: "",
|
|
16554
|
+
errors: {
|
|
16555
|
+
required: "",
|
|
16556
|
+
length: "",
|
|
16557
|
+
format: ""
|
|
16558
|
+
}
|
|
16559
|
+
},
|
|
16486
16560
|
email: {
|
|
16487
16561
|
label: "",
|
|
16488
16562
|
errors: {
|
|
@@ -16539,7 +16613,7 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
16539
16613
|
}, Xh = {
|
|
16540
16614
|
ui: Kp,
|
|
16541
16615
|
common: qm,
|
|
16542
|
-
checkout:
|
|
16616
|
+
checkout: Oh,
|
|
16543
16617
|
navigation: Hh,
|
|
16544
16618
|
user: Wh,
|
|
16545
16619
|
customer: Jh
|
|
@@ -16564,7 +16638,7 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
16564
16638
|
technical: "Fouten maken is menselijk, maar deze keer is het vrij technisch! ",
|
|
16565
16639
|
notFound: "Oeps, niets interessants hier!",
|
|
16566
16640
|
basketChange: "Uw betaling is mislukt."
|
|
16567
|
-
}, mg = "Probeer het opnieuw", hg = "Keer terug naar de startpagina", gg = "herlaad de pagina", fg = "Ververs de pagina.", vg = "Onze klantenservice van La Redoute staat tot uw beschikking: - Bel 043 202 94 67 van maandag t/m vrijdag van 9.00 tot 18.00 uur (tijden onder voorbehoud) geven onze assistenten je alle informatie die je nodig hebt. ", bg = "Land", yg = "Belgie", _g = "Bulgarije", kg = "Cyprus", wg = "Denemarken", Sg = "Duitsland", Cg = "Estland", Eg = "Finland", Ag = "Frankrijk", Pg = "Griekenland", Lg = "Groot Brittanie", Tg = "Hongarije", Mg = "Ierland", xg = "IJsland", Ig = "Italie", Rg = "Kroatie", $g = "Letland",
|
|
16641
|
+
}, mg = "Probeer het opnieuw", hg = "Keer terug naar de startpagina", gg = "herlaad de pagina", fg = "Ververs de pagina.", vg = "Onze klantenservice van La Redoute staat tot uw beschikking: - Bel 043 202 94 67 van maandag t/m vrijdag van 9.00 tot 18.00 uur (tijden onder voorbehoud) geven onze assistenten je alle informatie die je nodig hebt. ", bg = "Land", yg = "Belgie", _g = "Bulgarije", kg = "Cyprus", wg = "Denemarken", Sg = "Duitsland", Cg = "Estland", Eg = "Finland", Ag = "Frankrijk", Pg = "Griekenland", Lg = "Groot Brittanie", Tg = "Hongarije", Mg = "Ierland", xg = "IJsland", Ig = "Italie", Rg = "Kroatie", $g = "Letland", Ng = "Liechtenstein", Og = "Litouwen", zg = "Luxemburg", Dg = "Malta", Bg = "Nederland", Fg = "Noorwegen", jg = "Oostenrijk", qg = "Polen", Vg = "Portugal", Ug = "Roemenie", Hg = "Slovenie", Gg = "Slowakije", Kg = "Spanje", Wg = "Tsjechische Republiek", Yg = "Zweden", Zg = "Zwitserland", Jg = {
|
|
16568
16642
|
quantity: "hoeveelheid",
|
|
16569
16643
|
price: {
|
|
16570
16644
|
regular: "Prijs",
|
|
@@ -16613,8 +16687,8 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
16613
16687
|
country_IT: Ig,
|
|
16614
16688
|
country_HR: Rg,
|
|
16615
16689
|
country_LV: $g,
|
|
16616
|
-
country_LI:
|
|
16617
|
-
country_LT:
|
|
16690
|
+
country_LI: Ng,
|
|
16691
|
+
country_LT: Og,
|
|
16618
16692
|
country_LU: zg,
|
|
16619
16693
|
country_MT: Dg,
|
|
16620
16694
|
country_NL: Bg,
|
|
@@ -16636,7 +16710,7 @@ Vous serez prélevé comme prévu à la date anniversaire de votre abonnement.`,
|
|
|
16636
16710
|
order: "Kies een bezorgmethode",
|
|
16637
16711
|
payment: "Kies een betaalmethode",
|
|
16638
16712
|
securedPayment: "100% veilige betaling"
|
|
16639
|
-
}, nf = "Wij verzenden niet naar uw land, geef een bezorgadres op in een van de aangeboden landen.", rf = "", af = "Winkelmandje", of = "Levering en betaling", sf = "Adres", lf = "7", cf = "7", uf = 'Uw artikelen worden bewaard $t(checkout:storageDuration, {"context": "{{context}}" }) dagen bij het PICKUP afleverpunt', df = "", pf = "", mf = "Korting", hf = "", gf = "", ff = "Adres gebruikt voor uw facturering", vf = "Bewerk mijn factuuradres", bf = "Bezorgadres bewerken", yf = "inclusief BTW", _f = "Mobiel nummer", kf = "wettelijke vermeldingen", wf = "zie de details", Sf = "Verzendkosten", Cf = "Verzendkosten", Ef = "Bijdrage voor omvangrijke artikelen", Af = "Betalingskosten", Pf = "Overzicht", Lf = "Totaal", Tf = "Artikelen", Mf = "Wijzig mijn winkelmandje", xf = "Selecteer een verzendmethode", If = "Uw winkelmandje lijkt een of meer artikelen te bevatten die niet op het opgegeven adres kunnen worden afgeleverd.<br />U kunt uw winkelmandje of uw adres wijzigen via onderstaande knoppen", Rf = "Artikelen uit mijn winkelwagen verwijderen", $f = "Verzenden naar een ander adres",
|
|
16713
|
+
}, nf = "Wij verzenden niet naar uw land, geef een bezorgadres op in een van de aangeboden landen.", rf = "", af = "Winkelmandje", of = "Levering en betaling", sf = "Adres", lf = "7", cf = "7", uf = 'Uw artikelen worden bewaard $t(checkout:storageDuration, {"context": "{{context}}" }) dagen bij het PICKUP afleverpunt', df = "", pf = "", mf = "Korting", hf = "", gf = "", ff = "Adres gebruikt voor uw facturering", vf = "Bewerk mijn factuuradres", bf = "Bezorgadres bewerken", yf = "inclusief BTW", _f = "Mobiel nummer", kf = "wettelijke vermeldingen", wf = "zie de details", Sf = "Verzendkosten", Cf = "Verzendkosten", Ef = "Bijdrage voor omvangrijke artikelen", Af = "Betalingskosten", Pf = "Overzicht", Lf = "Totaal", Tf = "Artikelen", Mf = "Wijzig mijn winkelmandje", xf = "Selecteer een verzendmethode", If = "Uw winkelmandje lijkt een of meer artikelen te bevatten die niet op het opgegeven adres kunnen worden afgeleverd.<br />U kunt uw winkelmandje of uw adres wijzigen via onderstaande knoppen", Rf = "Artikelen uit mijn winkelwagen verwijderen", $f = "Verzenden naar een ander adres", Nf = "Stuur naar Nederland", Of = {
|
|
16640
16714
|
disabledInfo: "Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de pagina."
|
|
16641
16715
|
}, zf = {
|
|
16642
16716
|
sentBy: "Artikelen uit uw bestelling",
|
|
@@ -16982,8 +17056,8 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
16982
17056
|
infoPartialDelivery: If,
|
|
16983
17057
|
deleteArticleInBasket: Rf,
|
|
16984
17058
|
updateDeliveryAddress: $f,
|
|
16985
|
-
updateDeliveryAddress_limited:
|
|
16986
|
-
billingAddress:
|
|
17059
|
+
updateDeliveryAddress_limited: Nf,
|
|
17060
|
+
billingAddress: Of,
|
|
16987
17061
|
seller: zf,
|
|
16988
17062
|
deliveries: Df,
|
|
16989
17063
|
contact: Bf,
|
|
@@ -17317,6 +17391,27 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
17317
17391
|
pageTitle: "",
|
|
17318
17392
|
form: {
|
|
17319
17393
|
fields: {
|
|
17394
|
+
type: {
|
|
17395
|
+
label: "",
|
|
17396
|
+
placeholder: "",
|
|
17397
|
+
errors: {
|
|
17398
|
+
required: ""
|
|
17399
|
+
}
|
|
17400
|
+
},
|
|
17401
|
+
status: {
|
|
17402
|
+
label: "",
|
|
17403
|
+
errors: {
|
|
17404
|
+
required: ""
|
|
17405
|
+
}
|
|
17406
|
+
},
|
|
17407
|
+
company: {
|
|
17408
|
+
label: "",
|
|
17409
|
+
errors: {
|
|
17410
|
+
required: "",
|
|
17411
|
+
length: "",
|
|
17412
|
+
format: ""
|
|
17413
|
+
}
|
|
17414
|
+
},
|
|
17320
17415
|
civility: {
|
|
17321
17416
|
label: "",
|
|
17322
17417
|
placeholder: "",
|
|
@@ -17340,6 +17435,22 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
17340
17435
|
format: ""
|
|
17341
17436
|
}
|
|
17342
17437
|
},
|
|
17438
|
+
lastNameCompany: {
|
|
17439
|
+
label: "",
|
|
17440
|
+
errors: {
|
|
17441
|
+
required: "",
|
|
17442
|
+
length: "",
|
|
17443
|
+
format: ""
|
|
17444
|
+
}
|
|
17445
|
+
},
|
|
17446
|
+
firstNameCompany: {
|
|
17447
|
+
label: "",
|
|
17448
|
+
errors: {
|
|
17449
|
+
required: "",
|
|
17450
|
+
length: "",
|
|
17451
|
+
format: ""
|
|
17452
|
+
}
|
|
17453
|
+
},
|
|
17343
17454
|
email: {
|
|
17344
17455
|
label: "",
|
|
17345
17456
|
errors: {
|
|
@@ -17421,7 +17532,7 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
17421
17532
|
technical: "L'erreur est humaine, enfin cette fois elle est plutôt technique !",
|
|
17422
17533
|
notFound: "",
|
|
17423
17534
|
basketChange: "Votre paiement n'a pas pu être effectué. Il semblerait que votre panier ait changé."
|
|
17424
|
-
}, Ev = "Rafraîchir votre panier", Av = "Revenir à la page d'accueil", Pv = "Rafraîchir la page", Lv = "Nous vous invitons à rafraîchir la page.", Tv = "Si vous le souhaitez, un conseiller client est à votre disposition pour répondre à toutes vos questions au 0969 323 515 (Service gratuit + prix appel), 7j/7 de 8h à 21h", Mv = "Pays", xv = "Belgique", Iv = "Bulgarie", Rv = "Chypre", $v = "Danemark",
|
|
17535
|
+
}, Ev = "Rafraîchir votre panier", Av = "Revenir à la page d'accueil", Pv = "Rafraîchir la page", Lv = "Nous vous invitons à rafraîchir la page.", Tv = "Si vous le souhaitez, un conseiller client est à votre disposition pour répondre à toutes vos questions au 0969 323 515 (Service gratuit + prix appel), 7j/7 de 8h à 21h", Mv = "Pays", xv = "Belgique", Iv = "Bulgarie", Rv = "Chypre", $v = "Danemark", Nv = "Allemagne", Ov = "Estonie", zv = "Finlande", Dv = "France", Bv = "Grèce", Fv = "Grande-Bretagne", jv = "Hongrie", qv = "Irlande", Vv = "Islande", Uv = "Italie", Hv = "Croatie", Gv = "Lettonie", Kv = "Liechtenstein", Wv = "Lituanie", Yv = "Luxembourg", Zv = "Malte", Jv = "Pays-Bas", Xv = "Norvège", Qv = "Autriche", eb = "Pologne", tb = "Portugal", nb = "Roumanie", rb = "Slovénie", ab = "Slovaquie", ib = "Espagne", ob = "République tchèque", sb = "Suède", lb = "Suisse", cb = {
|
|
17425
17536
|
quantity: "Quantité",
|
|
17426
17537
|
price: {
|
|
17427
17538
|
regular: "Prix habituel",
|
|
@@ -17458,8 +17569,8 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
17458
17569
|
country_BG: Iv,
|
|
17459
17570
|
country_CY: Rv,
|
|
17460
17571
|
country_DK: $v,
|
|
17461
|
-
country_DE:
|
|
17462
|
-
country_EE:
|
|
17572
|
+
country_DE: Nv,
|
|
17573
|
+
country_EE: Ov,
|
|
17463
17574
|
country_FI: zv,
|
|
17464
17575
|
country_FR: Dv,
|
|
17465
17576
|
country_GR: Bv,
|
|
@@ -17493,7 +17604,7 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
17493
17604
|
order: "Choisissez une méthode de livraison",
|
|
17494
17605
|
payment: "Mon mode de paiement",
|
|
17495
17606
|
securedPayment: "Paiement 100% sécurisé"
|
|
17496
|
-
}, hb = "Nous ne livrons pas dans votre pays, veuillez fournir une adresse de livraison dans l'un des pays proposés.", gb = "", fb = "Panier", vb = "Livraison et Paiement", bb = "Adresse", yb = "7", _b = "Plus de 2300 Points Colis Bpost à votre disposition (Bureau de poste, Point poste, Point Colis, automate), vous trouverez certainement le point près de votre domicile !", kb = "Détaxe", wb = "Livraison dans les DOM-TOM", Sb = "Réduction", Cb = "Bons d'achats", Eb = "dont {{ value }} d'éco-part", Ab = "Adresse utilisée pour votre facturation", Pb = "Modifier mon adresse de facturation ", Lb = "Modifier mon adresse de livraison", Tb = "TVA incluse", Mb = "Numéro de téléphone", xb = "Mentions légales", Ib = "Voir le détail", Rb = "Frais de livraison", $b = "Frais de livraison estimés",
|
|
17607
|
+
}, hb = "Nous ne livrons pas dans votre pays, veuillez fournir une adresse de livraison dans l'un des pays proposés.", gb = "", fb = "Panier", vb = "Livraison et Paiement", bb = "Adresse", yb = "7", _b = "Plus de 2300 Points Colis Bpost à votre disposition (Bureau de poste, Point poste, Point Colis, automate), vous trouverez certainement le point près de votre domicile !", kb = "Détaxe", wb = "Livraison dans les DOM-TOM", Sb = "Réduction", Cb = "Bons d'achats", Eb = "dont {{ value }} d'éco-part", Ab = "Adresse utilisée pour votre facturation", Pb = "Modifier mon adresse de facturation ", Lb = "Modifier mon adresse de livraison", Tb = "TVA incluse", Mb = "Numéro de téléphone", xb = "Mentions légales", Ib = "Voir le détail", Rb = "Frais de livraison", $b = "Frais de livraison estimés", Nb = "", Ob = "Frais de paiement", zb = "Récapitulatif", Db = "Total", Bb = "Total article(s)", Fb = "Modifier mon panier", jb = "Veuillez sélectionner un mode de livraison", qb = "Votre panier semble contenir un ou plusieurs articles ne pouvant être livré à l'adresse indiquée.<br />Vous pouvez modifier votre panier ou votre adresse avec les boutons ci-dessous", Vb = "Supprimer des articles de mon panier", Ub = "Me faire livrer à une autre adresse", Hb = "Me faire livrer en France Métropolitaine", Gb = {
|
|
17497
17608
|
disabledInfo: "Pour accéder à cette rubrique, veuillez remplir les étapes précédentes de la page."
|
|
17498
17609
|
}, Kb = {
|
|
17499
17610
|
sentBy: "Les articles de votre commande",
|
|
@@ -17810,8 +17921,8 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
17810
17921
|
seeDetail: Ib,
|
|
17811
17922
|
shippingFees: Rb,
|
|
17812
17923
|
shippingFees_estimated: $b,
|
|
17813
|
-
additionalShippingFees:
|
|
17814
|
-
paymentFees:
|
|
17924
|
+
additionalShippingFees: Nb,
|
|
17925
|
+
paymentFees: Ob,
|
|
17815
17926
|
summary: zb,
|
|
17816
17927
|
total: Db,
|
|
17817
17928
|
totalArticles: Bb,
|
|
@@ -18154,6 +18265,27 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
18154
18265
|
pageTitle: "",
|
|
18155
18266
|
form: {
|
|
18156
18267
|
fields: {
|
|
18268
|
+
type: {
|
|
18269
|
+
label: "",
|
|
18270
|
+
placeholder: "",
|
|
18271
|
+
errors: {
|
|
18272
|
+
required: ""
|
|
18273
|
+
}
|
|
18274
|
+
},
|
|
18275
|
+
status: {
|
|
18276
|
+
label: "",
|
|
18277
|
+
errors: {
|
|
18278
|
+
required: ""
|
|
18279
|
+
}
|
|
18280
|
+
},
|
|
18281
|
+
company: {
|
|
18282
|
+
label: "",
|
|
18283
|
+
errors: {
|
|
18284
|
+
required: "",
|
|
18285
|
+
length: "",
|
|
18286
|
+
format: ""
|
|
18287
|
+
}
|
|
18288
|
+
},
|
|
18157
18289
|
civility: {
|
|
18158
18290
|
label: "",
|
|
18159
18291
|
placeholder: "",
|
|
@@ -18177,6 +18309,22 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
18177
18309
|
format: ""
|
|
18178
18310
|
}
|
|
18179
18311
|
},
|
|
18312
|
+
lastNameCompany: {
|
|
18313
|
+
label: "",
|
|
18314
|
+
errors: {
|
|
18315
|
+
required: "",
|
|
18316
|
+
length: "",
|
|
18317
|
+
format: ""
|
|
18318
|
+
}
|
|
18319
|
+
},
|
|
18320
|
+
firstNameCompany: {
|
|
18321
|
+
label: "",
|
|
18322
|
+
errors: {
|
|
18323
|
+
required: "",
|
|
18324
|
+
length: "",
|
|
18325
|
+
format: ""
|
|
18326
|
+
}
|
|
18327
|
+
},
|
|
18180
18328
|
email: {
|
|
18181
18329
|
label: "",
|
|
18182
18330
|
errors: {
|
|
@@ -18258,7 +18406,7 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
18258
18406
|
technical: "Fouten maken is menselijk, maar deze keer is het vrij technisch! ",
|
|
18259
18407
|
notFound: "Oeps, niets interessants hier!",
|
|
18260
18408
|
basketChange: "Uw betaling is mislukt omdat uw winkelmandje is gewijzigd."
|
|
18261
|
-
}, $y = "Werk uw winkelmandje bij",
|
|
18409
|
+
}, $y = "Werk uw winkelmandje bij", Ny = "Keer terug naar de startpagina", Oy = "herlaad de pagina", zy = "Ververs de pagina.", Dy = "Onze klantenservice van La Redoute staat tot uw beschikking: - Bel 043 202 94 67 van maandag t/m vrijdag van 9.00 tot 18.00 uur (tijden onder voorbehoud) geven onze assistenten je alle informatie die je nodig hebt. ", By = "Land", Fy = "Belgie", jy = "Bulgarije", qy = "Cyprus", Vy = "Denemarken", Uy = "Duitsland", Hy = "Estland", Gy = "Finland", Ky = "Frankrijk", Wy = "Griekenland", Yy = "Groot Brittanie", Zy = "Hongarije", Jy = "Ierland", Xy = "IJsland", Qy = "Italie", e0 = "Kroatie", t0 = "Letland", n0 = "Liechtenstein", r0 = "Litouwen", a0 = "Luxemburg", i0 = "Malta", o0 = "Nederland", s0 = "Noorwegen", l0 = "Oostenrijk", c0 = "Polen", u0 = "Portugal", d0 = "Roemenie", p0 = "Slovenie", m0 = "Slowakije", h0 = "Spanje", g0 = "Tsjechische Republiek", f0 = "Zweden", v0 = "Zwitserland", b0 = {
|
|
18262
18410
|
quantity: "hoeveelheid",
|
|
18263
18411
|
price: {
|
|
18264
18412
|
regular: "Prijs",
|
|
@@ -18286,8 +18434,8 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
18286
18434
|
form: Iy,
|
|
18287
18435
|
pageErrors: Ry,
|
|
18288
18436
|
redirectBasketPage: $y,
|
|
18289
|
-
redirectMainPage:
|
|
18290
|
-
refreshPage:
|
|
18437
|
+
redirectMainPage: Ny,
|
|
18438
|
+
refreshPage: Oy,
|
|
18291
18439
|
refreshPageHint: zy,
|
|
18292
18440
|
customerServiceHint: Dy,
|
|
18293
18441
|
country: By,
|
|
@@ -18330,7 +18478,7 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
18330
18478
|
order: "Kies een bezorgmethode",
|
|
18331
18479
|
payment: "Kies een betaalmethode",
|
|
18332
18480
|
securedPayment: "100% veilige betaling"
|
|
18333
|
-
}, S0 = "Wij verzenden niet naar uw land, geef een afleveradres op in een van de aangeboden landen.", C0 = "", E0 = "Winkelmandje", A0 = "Levering en betaling", P0 = "Adres", L0 = "7", T0 = "Meer dan 2 300 Pakjespunten (Postkantoor, PostPunt, Pakjespunt, Pakjesautomaat) , u bent zeker dicht bij huis geleverd te worden !", M0 = "", x0 = "", I0 = "Korting", R0 = "", $0 = "",
|
|
18481
|
+
}, S0 = "Wij verzenden niet naar uw land, geef een afleveradres op in een van de aangeboden landen.", C0 = "", E0 = "Winkelmandje", A0 = "Levering en betaling", P0 = "Adres", L0 = "7", T0 = "Meer dan 2 300 Pakjespunten (Postkantoor, PostPunt, Pakjespunt, Pakjesautomaat) , u bent zeker dicht bij huis geleverd te worden !", M0 = "", x0 = "", I0 = "Korting", R0 = "", $0 = "", N0 = "Adres gebruikt voor uw facturering", O0 = "Mijn adresgegevens wijzigen ", z0 = "Bezorgadres bewerken", D0 = "inclusief BTW", B0 = "Mobiel nummer", F0 = "wettelijke vermeldingen", j0 = "zie de details", q0 = "Verzenden", V0 = "Verzendkosten", U0 = "Bijdrage voor omvangrijke artikelen", H0 = "Betalingskosten", G0 = "Overzicht", K0 = "Totaal", W0 = "Totaal (zonder korting)", Y0 = "Wijzig mijn winkelmandje", Z0 = "Selecteer een verzendmethode", J0 = "Uw winkelmandje lijkt een of meer artikelen te bevatten die niet op het opgegeven adres kunnen worden afgeleverd.<br />U kunt uw winkelmandje of uw adres wijzigen via onderstaande knoppen", X0 = "Artikelen uit mijn winkelwagen verwijderen", Q0 = "Verzenden naar een ander adres", e_ = "Stuur naar Nederland", t_ = {
|
|
18334
18482
|
disabledInfo: "Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de pagina."
|
|
18335
18483
|
}, n_ = {
|
|
18336
18484
|
sentBy: "Artikelen uit uw bestelling",
|
|
@@ -18641,8 +18789,8 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
18641
18789
|
discount: I0,
|
|
18642
18790
|
appliedVouchers: R0,
|
|
18643
18791
|
ecopart: $0,
|
|
18644
|
-
billingAddressInformation:
|
|
18645
|
-
editMyBillingAddress:
|
|
18792
|
+
billingAddressInformation: N0,
|
|
18793
|
+
editMyBillingAddress: O0,
|
|
18646
18794
|
editMyShippingAddress: z0,
|
|
18647
18795
|
includedVAT: D0,
|
|
18648
18796
|
phoneNumber: B0,
|
|
@@ -18995,6 +19143,27 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
18995
19143
|
pageTitle: "",
|
|
18996
19144
|
form: {
|
|
18997
19145
|
fields: {
|
|
19146
|
+
type: {
|
|
19147
|
+
label: "",
|
|
19148
|
+
placeholder: "",
|
|
19149
|
+
errors: {
|
|
19150
|
+
required: ""
|
|
19151
|
+
}
|
|
19152
|
+
},
|
|
19153
|
+
status: {
|
|
19154
|
+
label: "",
|
|
19155
|
+
errors: {
|
|
19156
|
+
required: ""
|
|
19157
|
+
}
|
|
19158
|
+
},
|
|
19159
|
+
company: {
|
|
19160
|
+
label: "",
|
|
19161
|
+
errors: {
|
|
19162
|
+
required: "",
|
|
19163
|
+
length: "",
|
|
19164
|
+
format: ""
|
|
19165
|
+
}
|
|
19166
|
+
},
|
|
18998
19167
|
civility: {
|
|
18999
19168
|
label: "",
|
|
19000
19169
|
placeholder: "",
|
|
@@ -19018,6 +19187,22 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
19018
19187
|
format: ""
|
|
19019
19188
|
}
|
|
19020
19189
|
},
|
|
19190
|
+
lastNameCompany: {
|
|
19191
|
+
label: "",
|
|
19192
|
+
errors: {
|
|
19193
|
+
required: "",
|
|
19194
|
+
length: "",
|
|
19195
|
+
format: ""
|
|
19196
|
+
}
|
|
19197
|
+
},
|
|
19198
|
+
firstNameCompany: {
|
|
19199
|
+
label: "",
|
|
19200
|
+
errors: {
|
|
19201
|
+
required: "",
|
|
19202
|
+
length: "",
|
|
19203
|
+
format: ""
|
|
19204
|
+
}
|
|
19205
|
+
},
|
|
19021
19206
|
email: {
|
|
19022
19207
|
label: "",
|
|
19023
19208
|
errors: {
|
|
@@ -19084,13 +19269,13 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
19084
19269
|
month: "MM",
|
|
19085
19270
|
year: "AAAA"
|
|
19086
19271
|
}
|
|
19087
|
-
},
|
|
19272
|
+
}, N_ = {
|
|
19088
19273
|
back: M_,
|
|
19089
19274
|
close: x_,
|
|
19090
19275
|
phoneNumber: I_,
|
|
19091
19276
|
clearField: R_,
|
|
19092
19277
|
date: $_
|
|
19093
|
-
},
|
|
19278
|
+
}, O_ = "Cerrar", z_ = "", D_ = "Gratis", B_ = "Saber mas", F_ = {
|
|
19094
19279
|
seeLess: "Ver menos sugerencias",
|
|
19095
19280
|
seeMore: "Vea más recomendaciones"
|
|
19096
19281
|
}, j_ = "(nueva ventana)", q_ = {
|
|
@@ -19118,7 +19303,7 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
19118
19303
|
privacyCenter: "/privacy_center.aspx",
|
|
19119
19304
|
partnersList: ""
|
|
19120
19305
|
}, M1 = {
|
|
19121
|
-
close:
|
|
19306
|
+
close: O_,
|
|
19122
19307
|
back: z_,
|
|
19123
19308
|
freeValue: D_,
|
|
19124
19309
|
learnMore: B_,
|
|
@@ -19171,7 +19356,7 @@ Om toegang te krijgen tot dit gedeelte, voltooit u de voorgaande stappen op de p
|
|
|
19171
19356
|
order: "Elige tu forma de entrega",
|
|
19172
19357
|
payment: "Elige tu forma de pago",
|
|
19173
19358
|
securedPayment: "Pago 100% seguro"
|
|
19174
|
-
}, R1 = "No enviamos a su país, proporcione una dirección de entrega en uno de los países ofrecidos.", $1 = "",
|
|
19359
|
+
}, R1 = "No enviamos a su país, proporcione una dirección de entrega en uno de los países ofrecidos.", $1 = "", N1 = "Cesta", O1 = "Entrega y Pago", z1 = "Dirección", D1 = "7", B1 = "", F1 = 'Dispondrás de $t(checkout:storageDuration, {"context": "{{context}}" }) días desde la entrega de tu pedido para recogerlo en el Punto de Recogida', j1 = "", q1 = "", V1 = "Descuento", U1 = "", H1 = "", G1 = "Dirección de facturación", K1 = "Editar mi dirección", W1 = "Elegir otra dirección de entrega", Y1 = "VAT incluido", Z1 = "Número de teléfono móvil", J1 = "Menciones legales", X1 = "Ver detalles", Q1 = "Envío", ek = "Costos de envío", tk = "", nk = "Tasas de pago", rk = "Detalles del pedido", ak = "Total", ik = "Total (sin descuento)", ok = "Modificar mi cesto", sk = "Seleccione un método de envío", lk = "Su cesta parece contener uno o más artículos que no se pueden enviar a la dirección especificada.<br />Puedes cambiar tu cesta o tu dirección usando los botones de abajo", ck = "Quitar artículos de mi cesta", uk = "Enviar a otra dirección", dk = "Enviar a Portugal", pk = {
|
|
19175
19360
|
disabledInfo: "Para acceder a esta sección, complete los pasos anteriores en la página."
|
|
19176
19361
|
}, mk = {
|
|
19177
19362
|
sentBy: "Artículos de tu pedido",
|
|
@@ -19500,8 +19685,8 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
19500
19685
|
headings: I1,
|
|
19501
19686
|
noAddresseTitle: R1,
|
|
19502
19687
|
noAddressLegalText: $1,
|
|
19503
|
-
cart:
|
|
19504
|
-
deliveryAndPayment:
|
|
19688
|
+
cart: N1,
|
|
19689
|
+
deliveryAndPayment: O1,
|
|
19505
19690
|
addressStepper: z1,
|
|
19506
19691
|
storageDuration: D1,
|
|
19507
19692
|
storageDuration_pickup: B1,
|
|
@@ -19822,7 +20007,7 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
19822
20007
|
globalError_010: "Ocurrio un error. ",
|
|
19823
20008
|
globalError_011: "Ocurrio un error. El código postal introducido y el código postal de la ciudad no coinciden.",
|
|
19824
20009
|
back: "Précédent"
|
|
19825
|
-
},
|
|
20010
|
+
}, Nk = {
|
|
19826
20011
|
suggestions: {
|
|
19827
20012
|
title: "",
|
|
19828
20013
|
info: "",
|
|
@@ -19852,9 +20037,9 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
19852
20037
|
submit_disabled: ""
|
|
19853
20038
|
}
|
|
19854
20039
|
}
|
|
19855
|
-
},
|
|
20040
|
+
}, Ok = {
|
|
19856
20041
|
form: $k,
|
|
19857
|
-
address:
|
|
20042
|
+
address: Nk
|
|
19858
20043
|
}, zk = {
|
|
19859
20044
|
pageTitle: "La Redoute, Mode française | La Redoute",
|
|
19860
20045
|
title: "",
|
|
@@ -19865,6 +20050,27 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
19865
20050
|
pageTitle: "",
|
|
19866
20051
|
form: {
|
|
19867
20052
|
fields: {
|
|
20053
|
+
type: {
|
|
20054
|
+
label: "",
|
|
20055
|
+
placeholder: "",
|
|
20056
|
+
errors: {
|
|
20057
|
+
required: ""
|
|
20058
|
+
}
|
|
20059
|
+
},
|
|
20060
|
+
status: {
|
|
20061
|
+
label: "",
|
|
20062
|
+
errors: {
|
|
20063
|
+
required: ""
|
|
20064
|
+
}
|
|
20065
|
+
},
|
|
20066
|
+
company: {
|
|
20067
|
+
label: "",
|
|
20068
|
+
errors: {
|
|
20069
|
+
required: "",
|
|
20070
|
+
length: "",
|
|
20071
|
+
format: ""
|
|
20072
|
+
}
|
|
20073
|
+
},
|
|
19868
20074
|
civility: {
|
|
19869
20075
|
label: "",
|
|
19870
20076
|
placeholder: "",
|
|
@@ -19888,6 +20094,22 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
19888
20094
|
format: ""
|
|
19889
20095
|
}
|
|
19890
20096
|
},
|
|
20097
|
+
lastNameCompany: {
|
|
20098
|
+
label: "",
|
|
20099
|
+
errors: {
|
|
20100
|
+
required: "",
|
|
20101
|
+
length: "",
|
|
20102
|
+
format: ""
|
|
20103
|
+
}
|
|
20104
|
+
},
|
|
20105
|
+
firstNameCompany: {
|
|
20106
|
+
label: "",
|
|
20107
|
+
errors: {
|
|
20108
|
+
required: "",
|
|
20109
|
+
length: "",
|
|
20110
|
+
format: ""
|
|
20111
|
+
}
|
|
20112
|
+
},
|
|
19891
20113
|
email: {
|
|
19892
20114
|
label: "",
|
|
19893
20115
|
errors: {
|
|
@@ -19942,11 +20164,11 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
19942
20164
|
signup: zk,
|
|
19943
20165
|
illegalContentReport: Dk
|
|
19944
20166
|
}, Fk = {
|
|
19945
|
-
ui:
|
|
20167
|
+
ui: N_,
|
|
19946
20168
|
common: M1,
|
|
19947
20169
|
checkout: Ck,
|
|
19948
20170
|
navigation: Rk,
|
|
19949
|
-
user:
|
|
20171
|
+
user: Ok,
|
|
19950
20172
|
customer: Bk
|
|
19951
20173
|
}, jk = "Ritorno", qk = "Chiudi", Vk = "Numero di cellulare", Uk = "Campo vuoto", Hk = {
|
|
19952
20174
|
placeholder: {
|
|
@@ -19969,7 +20191,7 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
19969
20191
|
technical: "Errare è umano, ma questa volta è piuttosto tecnico! ",
|
|
19970
20192
|
notFound: "Ops, niente di interessante qui!",
|
|
19971
20193
|
basketChange: "Il tuo pagamento non è riuscito perché il tuo carrello è stato modificato."
|
|
19972
|
-
}, tw = "Aggiorna il tuo carrello", nw = "Torna alla pagina principale", rw = "Ricarica la pagina", aw = "Ricarica la pagina.", iw = "Il nostro Servizio Clienti La Redoute è a tua disposizione: - Chiama il 244 810 000 (costo della chiamata verso rete fissa nazionale) o 707 20 10 10 (0,11 €/min per le chiamate effettuate da rete fissa e 0,16 €/min per le chiamate da rete fissa) rete mobile), dal lunedì al venerdì dalle 9.00 alle 18.00 (orario soggetto a modifiche) i nostri assistenti ti forniranno tutte le informazioni di cui hai bisogno. ", ow = "Paese", sw = "Germania", lw = "Austria", cw = "Belgio", uw = "Bulgaria", dw = "svizzero", pw = "Cipro", mw = "Repubblica Ceca", hw = "Croazia", gw = "Danimarca", fw = "Spagna", vw = "Estonia", bw = "Finlandia", yw = "Francia", _w = "Grecia", kw = "Ungheria", ww = "Irlanda", Sw = "Islanda", Cw = "Italia", Ew = "Liechtenstein", Aw = "Lettonia", Pw = "Lituania", Lw = "Lussemburgo", Tw = "malto", Mw = "Norvegia", xw = "Olanda", Iw = "Polonia", Rw = "Portogallo", $w = "Romania",
|
|
20194
|
+
}, tw = "Aggiorna il tuo carrello", nw = "Torna alla pagina principale", rw = "Ricarica la pagina", aw = "Ricarica la pagina.", iw = "Il nostro Servizio Clienti La Redoute è a tua disposizione: - Chiama il 244 810 000 (costo della chiamata verso rete fissa nazionale) o 707 20 10 10 (0,11 €/min per le chiamate effettuate da rete fissa e 0,16 €/min per le chiamate da rete fissa) rete mobile), dal lunedì al venerdì dalle 9.00 alle 18.00 (orario soggetto a modifiche) i nostri assistenti ti forniranno tutte le informazioni di cui hai bisogno. ", ow = "Paese", sw = "Germania", lw = "Austria", cw = "Belgio", uw = "Bulgaria", dw = "svizzero", pw = "Cipro", mw = "Repubblica Ceca", hw = "Croazia", gw = "Danimarca", fw = "Spagna", vw = "Estonia", bw = "Finlandia", yw = "Francia", _w = "Grecia", kw = "Ungheria", ww = "Irlanda", Sw = "Islanda", Cw = "Italia", Ew = "Liechtenstein", Aw = "Lettonia", Pw = "Lituania", Lw = "Lussemburgo", Tw = "malto", Mw = "Norvegia", xw = "Olanda", Iw = "Polonia", Rw = "Portogallo", $w = "Romania", Nw = "Regno Unito", Ow = "Slovacchia", zw = "Slovenia", Dw = "Svezia", Bw = {
|
|
19973
20195
|
quantity: "Quantità",
|
|
19974
20196
|
price: {
|
|
19975
20197
|
regular: "Prezzo",
|
|
@@ -20030,8 +20252,8 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
20030
20252
|
country_PL: Iw,
|
|
20031
20253
|
country_PT: Rw,
|
|
20032
20254
|
country_RO: $w,
|
|
20033
|
-
country_UK:
|
|
20034
|
-
country_SK:
|
|
20255
|
+
country_UK: Nw,
|
|
20256
|
+
country_SK: Ow,
|
|
20035
20257
|
country_SI: zw,
|
|
20036
20258
|
country_SE: Dw,
|
|
20037
20259
|
product: Bw,
|
|
@@ -20352,7 +20574,7 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
20352
20574
|
securedPayment: ""
|
|
20353
20575
|
},
|
|
20354
20576
|
submit: ""
|
|
20355
|
-
},
|
|
20577
|
+
}, NS = {
|
|
20356
20578
|
pageTitle: qw,
|
|
20357
20579
|
headings: Vw,
|
|
20358
20580
|
noAddresseTitle: Uw,
|
|
@@ -20400,7 +20622,7 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
20400
20622
|
confirmation: IS,
|
|
20401
20623
|
renewal: RS,
|
|
20402
20624
|
parAccountPayment: $S
|
|
20403
|
-
},
|
|
20625
|
+
}, OS = "€49", zS = "14", DS = "", BS = "", FS = {
|
|
20404
20626
|
homepage: "La home page di La Redoute"
|
|
20405
20627
|
}, jS = "", qS = {
|
|
20406
20628
|
item_deadlineToChangeOpinion: {
|
|
@@ -20463,7 +20685,7 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
20463
20685
|
information: "",
|
|
20464
20686
|
disconnect: ""
|
|
20465
20687
|
}, US = {
|
|
20466
|
-
startPriceFreeDeliveryRelay:
|
|
20688
|
+
startPriceFreeDeliveryRelay: OS,
|
|
20467
20689
|
withdrawalPeriod: zS,
|
|
20468
20690
|
accessibilityHint: DS,
|
|
20469
20691
|
facilityLinkTitle: BS,
|
|
@@ -20723,6 +20945,27 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
20723
20945
|
pageTitle: "",
|
|
20724
20946
|
form: {
|
|
20725
20947
|
fields: {
|
|
20948
|
+
type: {
|
|
20949
|
+
label: "",
|
|
20950
|
+
placeholder: "",
|
|
20951
|
+
errors: {
|
|
20952
|
+
required: ""
|
|
20953
|
+
}
|
|
20954
|
+
},
|
|
20955
|
+
status: {
|
|
20956
|
+
label: "",
|
|
20957
|
+
errors: {
|
|
20958
|
+
required: ""
|
|
20959
|
+
}
|
|
20960
|
+
},
|
|
20961
|
+
company: {
|
|
20962
|
+
label: "",
|
|
20963
|
+
errors: {
|
|
20964
|
+
required: "",
|
|
20965
|
+
length: "",
|
|
20966
|
+
format: ""
|
|
20967
|
+
}
|
|
20968
|
+
},
|
|
20726
20969
|
civility: {
|
|
20727
20970
|
label: "",
|
|
20728
20971
|
placeholder: "",
|
|
@@ -20746,6 +20989,22 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
20746
20989
|
format: ""
|
|
20747
20990
|
}
|
|
20748
20991
|
},
|
|
20992
|
+
lastNameCompany: {
|
|
20993
|
+
label: "",
|
|
20994
|
+
errors: {
|
|
20995
|
+
required: "",
|
|
20996
|
+
length: "",
|
|
20997
|
+
format: ""
|
|
20998
|
+
}
|
|
20999
|
+
},
|
|
21000
|
+
firstNameCompany: {
|
|
21001
|
+
label: "",
|
|
21002
|
+
errors: {
|
|
21003
|
+
required: "",
|
|
21004
|
+
length: "",
|
|
21005
|
+
format: ""
|
|
21006
|
+
}
|
|
21007
|
+
},
|
|
20749
21008
|
email: {
|
|
20750
21009
|
label: "",
|
|
20751
21010
|
errors: {
|
|
@@ -20802,7 +21061,7 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
20802
21061
|
}, JS = {
|
|
20803
21062
|
ui: Gk,
|
|
20804
21063
|
common: jw,
|
|
20805
|
-
checkout:
|
|
21064
|
+
checkout: NS,
|
|
20806
21065
|
navigation: US,
|
|
20807
21066
|
user: KS,
|
|
20808
21067
|
customer: ZS
|
|
@@ -20827,7 +21086,7 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
20827
21086
|
technical: "Fehler zu machen ist menschlich, aber dieses Mal ist es ziemlich technisch! ",
|
|
20828
21087
|
notFound: "Ups, hier gibt es nichts Interessantes!",
|
|
20829
21088
|
basketChange: "Ihre Zahlung ist fehlgeschlagen."
|
|
20830
|
-
}, pC = "versuchen Sie es erneut", mC = "Zurück zur Startseite", hC = "Seite aktualisieren", gC = "Lade die Seite neu.", fC = "Unser La Redoute-Kundendienst steht Ihnen zur Verfügung: - Rufen Sie uns von Montag bis Freitag von 9:00 bis 18:00 Uhr unter der Nummer 043 202 94 67 an (Änderungen vorbehalten). Unsere Mitarbeiter geben Ihnen alle Informationen, die Sie benötigen. ", vC = "Land", bC = "Belgien", yC = "Bulgarien", _C = "Zypern", kC = "Dänemark", wC = "Deutschland", SC = "Estland", CC = "Finnland", EC = "Frankreich", AC = "Griechenland", PC = "Großbritannien", LC = "Ungarn", TC = "Irland", MC = "Island", xC = "Italien", IC = "Kroatien", RC = "Lettland", $C = "Liechtenstein",
|
|
21089
|
+
}, pC = "versuchen Sie es erneut", mC = "Zurück zur Startseite", hC = "Seite aktualisieren", gC = "Lade die Seite neu.", fC = "Unser La Redoute-Kundendienst steht Ihnen zur Verfügung: - Rufen Sie uns von Montag bis Freitag von 9:00 bis 18:00 Uhr unter der Nummer 043 202 94 67 an (Änderungen vorbehalten). Unsere Mitarbeiter geben Ihnen alle Informationen, die Sie benötigen. ", vC = "Land", bC = "Belgien", yC = "Bulgarien", _C = "Zypern", kC = "Dänemark", wC = "Deutschland", SC = "Estland", CC = "Finnland", EC = "Frankreich", AC = "Griechenland", PC = "Großbritannien", LC = "Ungarn", TC = "Irland", MC = "Island", xC = "Italien", IC = "Kroatien", RC = "Lettland", $C = "Liechtenstein", NC = "Litauen", OC = "Luxemburg", zC = "Malta", DC = "Die Niederlande", BC = "Norwegen", FC = "Österreich", jC = "Polen", qC = "Portugal", VC = "Rumänien", UC = "Slowenien", HC = "Slowakei", GC = "Spanien", KC = "Tschechien", WC = "Schweden", YC = "Schweiz", ZC = {
|
|
20831
21090
|
quantity: "Menge",
|
|
20832
21091
|
price: {
|
|
20833
21092
|
regular: "Preis",
|
|
@@ -20877,8 +21136,8 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
20877
21136
|
country_HR: IC,
|
|
20878
21137
|
country_LV: RC,
|
|
20879
21138
|
country_LI: $C,
|
|
20880
|
-
country_LT:
|
|
20881
|
-
country_LU:
|
|
21139
|
+
country_LT: NC,
|
|
21140
|
+
country_LU: OC,
|
|
20882
21141
|
country_MT: zC,
|
|
20883
21142
|
country_NL: DC,
|
|
20884
21143
|
country_NO: BC,
|
|
@@ -20901,14 +21160,14 @@ Tu pedido será confirmado cuando se haya validado el pago en el sitio web de Pa
|
|
|
20901
21160
|
securedPayment: "100 % sichere Zahlung"
|
|
20902
21161
|
}, tE = "Wir versenden nicht in Ihr Land, bitte geben Sie eine Lieferadresse in einem der angebotenen Länder an.", nE = "", rE = "Warenkorb", aE = "Lieferung und Bezahlung", iE = "Adresse", oE = "7", sE = "7", lE = 'Ihre Artikel werden gespeichert $t(checkout:storageDuration, {"context": "{{context}}" }) Tage am PICKUP-Lieferpunkt', cE = "", uE = "", dE = "Rabatt", pE = "", mE = "", hE = "Adresse, die für Ihre Rechnung verwendet wird", gE = "Rechnungsadresse bearbeiten", fE = "Lieferadresse bearbeiten", vE = "inkl. MwSt.", bE = "Handynummer", yE = "rechtliche Hinweise", _E = "Siehe Details", kE = "Lieferkosten", wE = "Lieferkosten", SE = "Beitrag für umfangreiche Artikel", CE = "Zahlungsgebühren", EE = "Ihre Bestellung", AE = "Gesamt", PE = "Artikel", LE = "Ändern Sie meinen Warenkorb", TE = "Wählen Sie eine Versandart", ME = "Ihr Warenkorb enthält offenbar einen oder mehrere Artikel, die nicht an die von Ihnen angegebene Adresse geliefert werden können.<br />Sie können Ihren Warenkorb oder Ihre Adresse über die Schaltflächen unten ändern", xE = "Artikel aus meinem Warenkorb entfernen", IE = "Zu einer anderen Adresse verschicken", RE = "In die Niederlande senden", $E = {
|
|
20903
21162
|
disabledInfo: "Um auf diesen Abschnitt zuzugreifen, führen Sie die vorherigen Schritte auf der Seite aus."
|
|
20904
|
-
},
|
|
21163
|
+
}, NE = {
|
|
20905
21164
|
sentBy: "Versand durch <strong>{{sellerName}}</strong>",
|
|
20906
21165
|
soldBy: "verkauft durch <strong>{{sellerName}}</strong>",
|
|
20907
21166
|
hasHomeDeliveryOnly: "Dieser Verkäufer bietet nur die Lieferung nach Hause an",
|
|
20908
21167
|
information: "",
|
|
20909
21168
|
information_bulky: "sperrige Gegenstände",
|
|
20910
21169
|
information_small: "Regelmäßige Artikel"
|
|
20911
|
-
},
|
|
21170
|
+
}, OE = {
|
|
20912
21171
|
fieldset: "Wählen Sie eine Versandart",
|
|
20913
21172
|
delay: {
|
|
20914
21173
|
type: "",
|
|
@@ -21252,8 +21511,8 @@ Bezahle in 6 oder mehr monatlichen Raten (Zinsen können anfallen).`,
|
|
|
21252
21511
|
updateDeliveryAddress: IE,
|
|
21253
21512
|
updateDeliveryAddress_limited: RE,
|
|
21254
21513
|
billingAddress: $E,
|
|
21255
|
-
seller:
|
|
21256
|
-
deliveries:
|
|
21514
|
+
seller: NE,
|
|
21515
|
+
deliveries: OE,
|
|
21257
21516
|
contact: zE,
|
|
21258
21517
|
payments: DE,
|
|
21259
21518
|
transaction: BE,
|
|
@@ -21585,6 +21844,27 @@ Bezahle in 6 oder mehr monatlichen Raten (Zinsen können anfallen).`,
|
|
|
21585
21844
|
pageTitle: "",
|
|
21586
21845
|
form: {
|
|
21587
21846
|
fields: {
|
|
21847
|
+
type: {
|
|
21848
|
+
label: "",
|
|
21849
|
+
placeholder: "",
|
|
21850
|
+
errors: {
|
|
21851
|
+
required: ""
|
|
21852
|
+
}
|
|
21853
|
+
},
|
|
21854
|
+
status: {
|
|
21855
|
+
label: "",
|
|
21856
|
+
errors: {
|
|
21857
|
+
required: ""
|
|
21858
|
+
}
|
|
21859
|
+
},
|
|
21860
|
+
company: {
|
|
21861
|
+
label: "",
|
|
21862
|
+
errors: {
|
|
21863
|
+
required: "",
|
|
21864
|
+
length: "",
|
|
21865
|
+
format: ""
|
|
21866
|
+
}
|
|
21867
|
+
},
|
|
21588
21868
|
civility: {
|
|
21589
21869
|
label: "",
|
|
21590
21870
|
placeholder: "",
|
|
@@ -21608,6 +21888,22 @@ Bezahle in 6 oder mehr monatlichen Raten (Zinsen können anfallen).`,
|
|
|
21608
21888
|
format: ""
|
|
21609
21889
|
}
|
|
21610
21890
|
},
|
|
21891
|
+
lastNameCompany: {
|
|
21892
|
+
label: "",
|
|
21893
|
+
errors: {
|
|
21894
|
+
required: "",
|
|
21895
|
+
length: "",
|
|
21896
|
+
format: ""
|
|
21897
|
+
}
|
|
21898
|
+
},
|
|
21899
|
+
firstNameCompany: {
|
|
21900
|
+
label: "",
|
|
21901
|
+
errors: {
|
|
21902
|
+
required: "",
|
|
21903
|
+
length: "",
|
|
21904
|
+
format: ""
|
|
21905
|
+
}
|
|
21906
|
+
},
|
|
21611
21907
|
email: {
|
|
21612
21908
|
label: "",
|
|
21613
21909
|
errors: {
|
|
@@ -21689,7 +21985,7 @@ Bezahle in 6 oder mehr monatlichen Raten (Zinsen können anfallen).`,
|
|
|
21689
21985
|
technical: "Page non accessible ",
|
|
21690
21986
|
notFound: "",
|
|
21691
21987
|
basketChange: "Votre paiement n'a pas pu être effectué. Il semblerait que votre panier ait changé."
|
|
21692
|
-
}, SA = "Rafraîchir votre panier", CA = "Revenir à la page d'accueil", EA = "Rafraîchir la page", AA = "Essayez de recharger la page.", PA = `Besoin d'aide? <a href="/contact.aspx" style="text-decoration: underline;">Contactez-nous !</a> Nous sommes à votre disposition.`, LA = "Pays", TA = "Belgique", MA = "Bulgarie", xA = "Chypre", IA = "Danemark", RA = "Allemagne", $A = "Estonie",
|
|
21988
|
+
}, SA = "Rafraîchir votre panier", CA = "Revenir à la page d'accueil", EA = "Rafraîchir la page", AA = "Essayez de recharger la page.", PA = `Besoin d'aide? <a href="/contact.aspx" style="text-decoration: underline;">Contactez-nous !</a> Nous sommes à votre disposition.`, LA = "Pays", TA = "Belgique", MA = "Bulgarie", xA = "Chypre", IA = "Danemark", RA = "Allemagne", $A = "Estonie", NA = "Finlande", OA = "France", zA = "Grèce", DA = "Grande-Bretagne", BA = "Hongrie", FA = "Irlande", jA = "Islande", qA = "Italie", VA = "Croatie", UA = "Lettonie", HA = "Liechtenstein", GA = "Lituanie", KA = "Luxembourg", WA = "Malte", YA = "Pays-Bas", ZA = "Norvège", JA = "Autriche", XA = "Pologne", QA = "Portugal", eP = "Roumanie", tP = "Slovénie", nP = "Slovaquie", rP = "Espagne", aP = "République tchèque", iP = "Suède", oP = "Suisse", sP = {
|
|
21693
21989
|
quantity: "Quantité",
|
|
21694
21990
|
price: {
|
|
21695
21991
|
regular: "Prix habituel",
|
|
@@ -21728,8 +22024,8 @@ Bezahle in 6 oder mehr monatlichen Raten (Zinsen können anfallen).`,
|
|
|
21728
22024
|
country_DK: IA,
|
|
21729
22025
|
country_DE: RA,
|
|
21730
22026
|
country_EE: $A,
|
|
21731
|
-
country_FI:
|
|
21732
|
-
country_FR:
|
|
22027
|
+
country_FI: NA,
|
|
22028
|
+
country_FR: OA,
|
|
21733
22029
|
country_GR: zA,
|
|
21734
22030
|
country_GB: DA,
|
|
21735
22031
|
country_HU: BA,
|
|
@@ -21761,7 +22057,7 @@ Bezahle in 6 oder mehr monatlichen Raten (Zinsen können anfallen).`,
|
|
|
21761
22057
|
order: "Choisissez une méthode de livraison",
|
|
21762
22058
|
payment: "Votre mode de paiement",
|
|
21763
22059
|
securedPayment: "Paiement 100% sécurisé"
|
|
21764
|
-
}, pP = "Nous ne livrons pas dans votre pays, veuillez fournir une adresse de livraison dans l'un des pays proposés.", mP = "", hP = "Panier", gP = "Livraison et Paiement", fP = "Adresse", vP = "7", bP = "Vous serez directement averti de l’arrivée de votre colis par e-mail ou par SMS.", yP = "Détaxe", _P = "Livraison dans les DOM-TOM", kP = "Réduction", wP = "Bons d'achats", SP = "dont {{ value }} d'éco-part", CP = "", EP = "Modifier l'adresse de votre compte ", AP = "Livrer à une autre adresse pour cette commande", PP = "TVA incluse", LP = "Numéro de téléphone", TP = "Mentions légales", MP = "Voir le détail", xP = "Frais de livraison", IP = "Frais de livraison", RP = "", $P = "Frais de paiement",
|
|
22060
|
+
}, pP = "Nous ne livrons pas dans votre pays, veuillez fournir une adresse de livraison dans l'un des pays proposés.", mP = "", hP = "Panier", gP = "Livraison et Paiement", fP = "Adresse", vP = "7", bP = "Vous serez directement averti de l’arrivée de votre colis par e-mail ou par SMS.", yP = "Détaxe", _P = "Livraison dans les DOM-TOM", kP = "Réduction", wP = "Bons d'achats", SP = "dont {{ value }} d'éco-part", CP = "", EP = "Modifier l'adresse de votre compte ", AP = "Livrer à une autre adresse pour cette commande", PP = "TVA incluse", LP = "Numéro de téléphone", TP = "Mentions légales", MP = "Voir le détail", xP = "Frais de livraison", IP = "Frais de livraison", RP = "", $P = "Frais de paiement", NP = "Récapitulatif", OP = "Total", zP = "Total articles", DP = "Modifier mon panier", BP = "Veuillez sélectionner un mode de livraison", FP = "Votre panier semble contenir un ou plusieurs articles ne pouvant être livré à l'adresse indiquée.<br />Vous pouvez modifier votre panier ou votre adresse avec les boutons ci-dessous", jP = "Supprimer des articles de mon panier", qP = "Livrer à une autre adresse pour cette commande", VP = "Livrer à une autre adresse pour cette commande", UP = {
|
|
21765
22061
|
disabledInfo: "Pour pouvoir voir votre adresse de facturation, veuillez d'abord renseigner un numéro de téléphone mobile (voir plus haut)."
|
|
21766
22062
|
}, HP = {
|
|
21767
22063
|
sentBy: "Les articles de votre commande",
|
|
@@ -22103,8 +22399,8 @@ Bezahle in 6 oder mehr monatlichen Raten (Zinsen können anfallen).`,
|
|
|
22103
22399
|
shippingFees_estimated: IP,
|
|
22104
22400
|
additionalShippingFees: RP,
|
|
22105
22401
|
paymentFees: $P,
|
|
22106
|
-
summary:
|
|
22107
|
-
total:
|
|
22402
|
+
summary: NP,
|
|
22403
|
+
total: OP,
|
|
22108
22404
|
totalArticles: zP,
|
|
22109
22405
|
updateBasket: DP,
|
|
22110
22406
|
selectADelivery: BP,
|
|
@@ -22446,6 +22742,27 @@ Munissez-vous de votre numéro de client pour faciliter votre démarche et conta
|
|
|
22446
22742
|
pageTitle: "",
|
|
22447
22743
|
form: {
|
|
22448
22744
|
fields: {
|
|
22745
|
+
type: {
|
|
22746
|
+
label: "",
|
|
22747
|
+
placeholder: "",
|
|
22748
|
+
errors: {
|
|
22749
|
+
required: ""
|
|
22750
|
+
}
|
|
22751
|
+
},
|
|
22752
|
+
status: {
|
|
22753
|
+
label: "",
|
|
22754
|
+
errors: {
|
|
22755
|
+
required: ""
|
|
22756
|
+
}
|
|
22757
|
+
},
|
|
22758
|
+
company: {
|
|
22759
|
+
label: "",
|
|
22760
|
+
errors: {
|
|
22761
|
+
required: "",
|
|
22762
|
+
length: "",
|
|
22763
|
+
format: ""
|
|
22764
|
+
}
|
|
22765
|
+
},
|
|
22449
22766
|
civility: {
|
|
22450
22767
|
label: "",
|
|
22451
22768
|
placeholder: "",
|
|
@@ -22469,6 +22786,22 @@ Munissez-vous de votre numéro de client pour faciliter votre démarche et conta
|
|
|
22469
22786
|
format: ""
|
|
22470
22787
|
}
|
|
22471
22788
|
},
|
|
22789
|
+
lastNameCompany: {
|
|
22790
|
+
label: "",
|
|
22791
|
+
errors: {
|
|
22792
|
+
required: "",
|
|
22793
|
+
length: "",
|
|
22794
|
+
format: ""
|
|
22795
|
+
}
|
|
22796
|
+
},
|
|
22797
|
+
firstNameCompany: {
|
|
22798
|
+
label: "",
|
|
22799
|
+
errors: {
|
|
22800
|
+
required: "",
|
|
22801
|
+
length: "",
|
|
22802
|
+
format: ""
|
|
22803
|
+
}
|
|
22804
|
+
},
|
|
22472
22805
|
email: {
|
|
22473
22806
|
label: "",
|
|
22474
22807
|
errors: {
|
|
@@ -22550,7 +22883,7 @@ Munissez-vous de votre numéro de client pour faciliter votre démarche et conta
|
|
|
22550
22883
|
technical: "Pagina non accessibile",
|
|
22551
22884
|
notFound: "Ops, niente di interessante qui!",
|
|
22552
22885
|
basketChange: "Il tuo pagamento non è riuscito perché il tuo carrello è stato modificato."
|
|
22553
|
-
}, RL = "Aggiorna il tuo carrello", $L = "Torna alla pagina principale",
|
|
22886
|
+
}, RL = "Aggiorna il tuo carrello", $L = "Torna alla pagina principale", NL = "Ricarica la pagina", OL = "Prova a ricaricare la pagina.", zL = 'Avete bisogno di aiuto? <a href="/contact.aspx" style="text-decoration: underline;">Contattateci subito! </a> Saremo lieti di ascoltarvi.', DL = "Paese", BL = "Germania", FL = "Austria", jL = "Belgio", qL = "Bulgaria", VL = "Svizzera", UL = "Cipro", HL = "Repubblica Ceca", GL = "Croazia", KL = "Danimarca", WL = "Spagna", YL = "Estonia", ZL = "Finlandia", JL = "Francia", XL = "Grecia", QL = "Ungheria", eT = "Irlanda", tT = "Islanda", nT = "Italia", rT = "Liechtenstein", aT = "Lettonia", iT = "Lituania", oT = "Lussemburgo", sT = "malto", lT = "Norvegia", cT = "Olanda", uT = "Polonia", dT = "Portogallo", pT = "Romania", mT = "Regno Unito", hT = "Slovacchia", gT = "Slovenia", fT = "Svezia", vT = {
|
|
22554
22887
|
quantity: "Quantità",
|
|
22555
22888
|
price: {
|
|
22556
22889
|
regular: "Prezzo",
|
|
@@ -22579,8 +22912,8 @@ Munissez-vous de votre numéro de client pour faciliter votre démarche et conta
|
|
|
22579
22912
|
pageErrors: IL,
|
|
22580
22913
|
redirectBasketPage: RL,
|
|
22581
22914
|
redirectMainPage: $L,
|
|
22582
|
-
refreshPage:
|
|
22583
|
-
refreshPageHint:
|
|
22915
|
+
refreshPage: NL,
|
|
22916
|
+
refreshPageHint: OL,
|
|
22584
22917
|
customerServiceHint: zL,
|
|
22585
22918
|
country: DL,
|
|
22586
22919
|
country_DE: BL,
|
|
@@ -22622,7 +22955,7 @@ Munissez-vous de votre numéro de client pour faciliter votre démarche et conta
|
|
|
22622
22955
|
order: "Scegli un metodo di consegna",
|
|
22623
22956
|
payment: "Il suo metodo di pagamento",
|
|
22624
22957
|
securedPayment: "Pagamento sicuro al 100%."
|
|
22625
|
-
}, wT = "Non effettuiamo spedizioni nel tuo Paese, ti preghiamo di fornire un indirizzo di consegna in uno dei Paesi offerti.", ST = "", CT = "Carrello", ET = "Consegna e pagamento", AT = "Indirizzo", PT = "7", LT = "7", TT = "Sarete avvisati direttamente dell'arrivo del pacco tramite e-mail o SMS.", MT = "", xT = "", IT = "Sconto", RT = "", $T = "",
|
|
22958
|
+
}, wT = "Non effettuiamo spedizioni nel tuo Paese, ti preghiamo di fornire un indirizzo di consegna in uno dei Paesi offerti.", ST = "", CT = "Carrello", ET = "Consegna e pagamento", AT = "Indirizzo", PT = "7", LT = "7", TT = "Sarete avvisati direttamente dell'arrivo del pacco tramite e-mail o SMS.", MT = "", xT = "", IT = "Sconto", RT = "", $T = "", NT = "", OT = "Modifica dell'indirizzo del conto ", zT = "Consegnare ad un altro indirizzo per questo ordine", DT = "IVA inclusa", BT = "Numero di cellulare", FT = "Menzioni legali", jT = "Guarda i detagli", qT = "Spedizione", VT = "Spese di spedizione", UT = "", HT = "Contrassegno (+1,95€)", GT = "Dettagli dell'ordine", KT = "Totale", WT = "Totale (senza sconto)", YT = "Modifica il mio carrello", ZT = "Seleziona un metodo di spedizione", JT = "Sembra che il tuo carrello contenga uno o più articoli che non possono essere spediti all'indirizzo specificato.<br />Puoi modificare il tuo carrello o il tuo indirizzo utilizzando i pulsanti sottostanti", XT = "Rimuovi gli articoli dal mio carrello", QT = "Consegnare ad un altro indirizzo per questo ordine", eM = "Consegnare ad un altro indirizzo per questo ordine", tM = {
|
|
22626
22959
|
disabledInfo: "Per visualizzare l'indirizzo di fatturazione, inserire prima un numero di cellulare (vedi sopra)."
|
|
22627
22960
|
}, nM = {
|
|
22628
22961
|
sentBy: "Articoli dell'ordine",
|
|
@@ -22980,8 +23313,8 @@ Munissez-vous de votre numéro de client pour faciliter votre démarche et conta
|
|
|
22980
23313
|
discount: IT,
|
|
22981
23314
|
appliedVouchers: RT,
|
|
22982
23315
|
ecopart: $T,
|
|
22983
|
-
billingAddressInformation:
|
|
22984
|
-
editMyBillingAddress:
|
|
23316
|
+
billingAddressInformation: NT,
|
|
23317
|
+
editMyBillingAddress: OT,
|
|
22985
23318
|
editMyShippingAddress: zT,
|
|
22986
23319
|
includedVAT: DT,
|
|
22987
23320
|
phoneNumber: BT,
|
|
@@ -23334,6 +23667,27 @@ Tenete a portata di mano il vostro numero cliente, in modo da poter rispondere p
|
|
|
23334
23667
|
pageTitle: "",
|
|
23335
23668
|
form: {
|
|
23336
23669
|
fields: {
|
|
23670
|
+
type: {
|
|
23671
|
+
label: "",
|
|
23672
|
+
placeholder: "",
|
|
23673
|
+
errors: {
|
|
23674
|
+
required: ""
|
|
23675
|
+
}
|
|
23676
|
+
},
|
|
23677
|
+
status: {
|
|
23678
|
+
label: "",
|
|
23679
|
+
errors: {
|
|
23680
|
+
required: ""
|
|
23681
|
+
}
|
|
23682
|
+
},
|
|
23683
|
+
company: {
|
|
23684
|
+
label: "",
|
|
23685
|
+
errors: {
|
|
23686
|
+
required: "",
|
|
23687
|
+
length: "",
|
|
23688
|
+
format: ""
|
|
23689
|
+
}
|
|
23690
|
+
},
|
|
23337
23691
|
civility: {
|
|
23338
23692
|
label: "",
|
|
23339
23693
|
placeholder: "",
|
|
@@ -23357,6 +23711,22 @@ Tenete a portata di mano il vostro numero cliente, in modo da poter rispondere p
|
|
|
23357
23711
|
format: ""
|
|
23358
23712
|
}
|
|
23359
23713
|
},
|
|
23714
|
+
lastNameCompany: {
|
|
23715
|
+
label: "",
|
|
23716
|
+
errors: {
|
|
23717
|
+
required: "",
|
|
23718
|
+
length: "",
|
|
23719
|
+
format: ""
|
|
23720
|
+
}
|
|
23721
|
+
},
|
|
23722
|
+
firstNameCompany: {
|
|
23723
|
+
label: "",
|
|
23724
|
+
errors: {
|
|
23725
|
+
required: "",
|
|
23726
|
+
length: "",
|
|
23727
|
+
format: ""
|
|
23728
|
+
}
|
|
23729
|
+
},
|
|
23360
23730
|
email: {
|
|
23361
23731
|
label: "",
|
|
23362
23732
|
errors: {
|
|
@@ -23423,13 +23793,13 @@ Tenete a portata di mano il vostro numero cliente, in modo da poter rispondere p
|
|
|
23423
23793
|
month: "MM",
|
|
23424
23794
|
year: "AAAA"
|
|
23425
23795
|
}
|
|
23426
|
-
},
|
|
23796
|
+
}, NM = {
|
|
23427
23797
|
back: MM,
|
|
23428
23798
|
close: xM,
|
|
23429
23799
|
phoneNumber: IM,
|
|
23430
23800
|
clearField: RM,
|
|
23431
23801
|
date: $M
|
|
23432
|
-
},
|
|
23802
|
+
}, OM = "Schließen", zM = "", DM = "Gratis", BM = "Mehr Informationen", FM = {
|
|
23433
23803
|
seeLess: "Weniger Vorschläge anzeigen",
|
|
23434
23804
|
seeMore: "Weitere Vorschläge ansehen"
|
|
23435
23805
|
}, jM = "(neues Fenster)", qM = {
|
|
@@ -23457,7 +23827,7 @@ Tenete a portata di mano il vostro numero cliente, in modo da poter rispondere p
|
|
|
23457
23827
|
privacyCenter: "/de/privacy_center.aspx",
|
|
23458
23828
|
partnersList: ""
|
|
23459
23829
|
}, M2 = {
|
|
23460
|
-
close:
|
|
23830
|
+
close: OM,
|
|
23461
23831
|
back: zM,
|
|
23462
23832
|
freeValue: DM,
|
|
23463
23833
|
learnMore: BM,
|
|
@@ -23510,7 +23880,7 @@ Tenete a portata di mano il vostro numero cliente, in modo da poter rispondere p
|
|
|
23510
23880
|
order: "Versandart wählen",
|
|
23511
23881
|
payment: "Ihre Bezahlungsart",
|
|
23512
23882
|
securedPayment: "100 % sichere Zahlung"
|
|
23513
|
-
}, R2 = "Wir versenden nicht in Ihr Land, bitte geben Sie eine Lieferadresse in einem der angebotenen Länder an.", $2 = "",
|
|
23883
|
+
}, R2 = "Wir versenden nicht in Ihr Land, bitte geben Sie eine Lieferadresse in einem der angebotenen Länder an.", $2 = "", N2 = "Warenkorb", O2 = "Lieferung und Bezahlung", z2 = "Adresse", D2 = "7", B2 = "7", F2 = "Sie werden direkt per E-Mail oder SMS über die Ankunft Ihres Pakets benachrichtigt.", j2 = "", q2 = "", V2 = "Reduktion", U2 = "", H2 = "", G2 = "", K2 = "Ihre Kontoadresse ändern", W2 = "Lieferung an eine andere Adresse für diese Bestellung", Y2 = "inklusive MwSt.", Z2 = "Mobiltelefonnummer", J2 = "rechtliche Hinweise", X2 = "Siehe Details", Q2 = "Versandkosten", ex = "Versandkosten", tx = "Beitrag für umfangreiche Artikel", nx = "Zahlungsgebühren", rx = "Ihre Bestellung", ax = "Total", ix = "In Ihrem Warenkorb", ox = "Ändern Sie meinen Warenkorb", sx = "Wählen Sie eine Versandart", lx = "Ihr Warenkorb enthält offenbar einen oder mehrere Artikel, die nicht an die von Ihnen angegebene Adresse geliefert werden können.<br />Sie können Ihren Warenkorb oder Ihre Adresse über die Schaltflächen unten ändern", cx = "Artikel aus meinem Warenkorb entfernen", ux = "Lieferung an eine andere Adresse für diese Bestellung", dx = "Lieferung an eine andere Adresse für diese Bestellung", px = {
|
|
23514
23884
|
disabledInfo: "Um Ihre Rechnungsadresse sehen zu können, geben Sie bitte zuerst eine Mobiltelefonnummer ein (siehe oben)."
|
|
23515
23885
|
}, mx = {
|
|
23516
23886
|
sentBy: "Die Artikel Ihrer Bestellung",
|
|
@@ -23864,8 +24234,8 @@ Tenete a portata di mano il vostro numero cliente, in modo da poter rispondere p
|
|
|
23864
24234
|
headings: I2,
|
|
23865
24235
|
noAddresseTitle: R2,
|
|
23866
24236
|
noAddressLegalText: $2,
|
|
23867
|
-
cart:
|
|
23868
|
-
deliveryAndPayment:
|
|
24237
|
+
cart: N2,
|
|
24238
|
+
deliveryAndPayment: O2,
|
|
23869
24239
|
addressStepper: z2,
|
|
23870
24240
|
storageDuration: D2,
|
|
23871
24241
|
storageDuration_pickup: B2,
|
|
@@ -24186,7 +24556,7 @@ Bitte halten Sie Ihre Kundennummer bereit, damit wir schneller auf Ihr Anliegen
|
|
|
24186
24556
|
globalError_010: "Ein Fehler ist aufgetreten. ",
|
|
24187
24557
|
globalError_011: "Ein Fehler ist aufgetreten. ",
|
|
24188
24558
|
back: "Précédent"
|
|
24189
|
-
},
|
|
24559
|
+
}, Nx = {
|
|
24190
24560
|
suggestions: {
|
|
24191
24561
|
title: "",
|
|
24192
24562
|
info: "",
|
|
@@ -24216,9 +24586,9 @@ Bitte halten Sie Ihre Kundennummer bereit, damit wir schneller auf Ihr Anliegen
|
|
|
24216
24586
|
submit_disabled: ""
|
|
24217
24587
|
}
|
|
24218
24588
|
}
|
|
24219
|
-
},
|
|
24589
|
+
}, Ox = {
|
|
24220
24590
|
form: $x,
|
|
24221
|
-
address:
|
|
24591
|
+
address: Nx
|
|
24222
24592
|
}, zx = {
|
|
24223
24593
|
pageTitle: "La Redoute, Mode française | La Redoute",
|
|
24224
24594
|
title: "",
|
|
@@ -24229,6 +24599,27 @@ Bitte halten Sie Ihre Kundennummer bereit, damit wir schneller auf Ihr Anliegen
|
|
|
24229
24599
|
pageTitle: "",
|
|
24230
24600
|
form: {
|
|
24231
24601
|
fields: {
|
|
24602
|
+
type: {
|
|
24603
|
+
label: "",
|
|
24604
|
+
placeholder: "",
|
|
24605
|
+
errors: {
|
|
24606
|
+
required: ""
|
|
24607
|
+
}
|
|
24608
|
+
},
|
|
24609
|
+
status: {
|
|
24610
|
+
label: "",
|
|
24611
|
+
errors: {
|
|
24612
|
+
required: ""
|
|
24613
|
+
}
|
|
24614
|
+
},
|
|
24615
|
+
company: {
|
|
24616
|
+
label: "",
|
|
24617
|
+
errors: {
|
|
24618
|
+
required: "",
|
|
24619
|
+
length: "",
|
|
24620
|
+
format: ""
|
|
24621
|
+
}
|
|
24622
|
+
},
|
|
24232
24623
|
civility: {
|
|
24233
24624
|
label: "",
|
|
24234
24625
|
placeholder: "",
|
|
@@ -24252,6 +24643,22 @@ Bitte halten Sie Ihre Kundennummer bereit, damit wir schneller auf Ihr Anliegen
|
|
|
24252
24643
|
format: ""
|
|
24253
24644
|
}
|
|
24254
24645
|
},
|
|
24646
|
+
lastNameCompany: {
|
|
24647
|
+
label: "",
|
|
24648
|
+
errors: {
|
|
24649
|
+
required: "",
|
|
24650
|
+
length: "",
|
|
24651
|
+
format: ""
|
|
24652
|
+
}
|
|
24653
|
+
},
|
|
24654
|
+
firstNameCompany: {
|
|
24655
|
+
label: "",
|
|
24656
|
+
errors: {
|
|
24657
|
+
required: "",
|
|
24658
|
+
length: "",
|
|
24659
|
+
format: ""
|
|
24660
|
+
}
|
|
24661
|
+
},
|
|
24255
24662
|
email: {
|
|
24256
24663
|
label: "",
|
|
24257
24664
|
errors: {
|
|
@@ -24306,11 +24713,11 @@ Bitte halten Sie Ihre Kundennummer bereit, damit wir schneller auf Ihr Anliegen
|
|
|
24306
24713
|
signup: zx,
|
|
24307
24714
|
illegalContentReport: Dx
|
|
24308
24715
|
}, Fx = {
|
|
24309
|
-
ui:
|
|
24716
|
+
ui: NM,
|
|
24310
24717
|
common: M2,
|
|
24311
24718
|
checkout: Cx,
|
|
24312
24719
|
navigation: Rx,
|
|
24313
|
-
user:
|
|
24720
|
+
user: Ox,
|
|
24314
24721
|
customer: Bx
|
|
24315
24722
|
}, jx = "Back", qx = "Close", Vx = "Phone number", Ux = "Clear field", Hx = {
|
|
24316
24723
|
placeholder: {
|
|
@@ -24333,7 +24740,7 @@ Bitte halten Sie Ihre Kundennummer bereit, damit wir schneller auf Ihr Anliegen
|
|
|
24333
24740
|
technical: "Page not accessible",
|
|
24334
24741
|
notFound: "",
|
|
24335
24742
|
basketChange: "Your payment could not be completed. "
|
|
24336
|
-
}, tI = "Refresh your cart", nI = "Return to home page", rI = "Refresh the page", aI = "Try reloading the page.", iI = 'Need help? <a href="/contact.aspx" style="text-decoration: underline;">Contact us !</a> We look forward to hearing from you.', oI = "Country", sI = "Belgium", lI = "Bulgaria", cI = "Cyprus", uI = "Denmark", dI = "Germany", pI = "Estonia", mI = "Finland", hI = "France", gI = "Greece", fI = "Britain", vI = "Hungary", bI = "Ireland", yI = "Iceland", _I = "Italy", kI = "Croatia", wI = "Latvia", SI = "Liechtenstein", CI = "Lithuania", EI = "Luxembourg", AI = "Malta", PI = "The Netherlands", LI = "Norway", TI = "Austria", MI = "Poland", xI = "Portugal", II = "Romania", RI = "Slovenia", $I = "Slovakia",
|
|
24743
|
+
}, tI = "Refresh your cart", nI = "Return to home page", rI = "Refresh the page", aI = "Try reloading the page.", iI = 'Need help? <a href="/contact.aspx" style="text-decoration: underline;">Contact us !</a> We look forward to hearing from you.', oI = "Country", sI = "Belgium", lI = "Bulgaria", cI = "Cyprus", uI = "Denmark", dI = "Germany", pI = "Estonia", mI = "Finland", hI = "France", gI = "Greece", fI = "Britain", vI = "Hungary", bI = "Ireland", yI = "Iceland", _I = "Italy", kI = "Croatia", wI = "Latvia", SI = "Liechtenstein", CI = "Lithuania", EI = "Luxembourg", AI = "Malta", PI = "The Netherlands", LI = "Norway", TI = "Austria", MI = "Poland", xI = "Portugal", II = "Romania", RI = "Slovenia", $I = "Slovakia", NI = "Spain", OI = "Czech Republic", zI = "Sweden", DI = "Switzerland", BI = {
|
|
24337
24744
|
quantity: "Quantity",
|
|
24338
24745
|
price: {
|
|
24339
24746
|
regular: "Usual price",
|
|
@@ -24394,8 +24801,8 @@ Bitte halten Sie Ihre Kundennummer bereit, damit wir schneller auf Ihr Anliegen
|
|
|
24394
24801
|
country_RO: II,
|
|
24395
24802
|
country_SI: RI,
|
|
24396
24803
|
country_SK: $I,
|
|
24397
|
-
country_ES:
|
|
24398
|
-
country_CZ:
|
|
24804
|
+
country_ES: NI,
|
|
24805
|
+
country_CZ: OI,
|
|
24399
24806
|
country_SE: zI,
|
|
24400
24807
|
country_CH: DI,
|
|
24401
24808
|
product: BI,
|
|
@@ -24767,7 +25174,7 @@ Bitte halten Sie Ihre Kundennummer bereit, damit wir schneller auf Ihr Anliegen
|
|
|
24767
25174
|
confirmation: xR,
|
|
24768
25175
|
renewal: IR,
|
|
24769
25176
|
parAccountPayment: RR
|
|
24770
|
-
},
|
|
25177
|
+
}, NR = "1€", OR = "30", zR = "Deaf or hard of hearing?", DR = "Facil'iti - accessibility help $t(common:newTab)", BR = {
|
|
24771
25178
|
homepage: "Home page La Redoute"
|
|
24772
25179
|
}, FR = "Deaf line - Deaf space $t(common:newTab)", jR = {
|
|
24773
25180
|
item_deadlineToChangeOpinion: {
|
|
@@ -24829,8 +25236,8 @@ Help us answer your questions faster by having your customer reference handy.`,
|
|
|
24829
25236
|
information: "",
|
|
24830
25237
|
disconnect: ""
|
|
24831
25238
|
}, VR = {
|
|
24832
|
-
startPriceFreeDeliveryRelay:
|
|
24833
|
-
withdrawalPeriod:
|
|
25239
|
+
startPriceFreeDeliveryRelay: NR,
|
|
25240
|
+
withdrawalPeriod: OR,
|
|
24834
25241
|
accessibilityHint: zR,
|
|
24835
25242
|
facilityLinkTitle: DR,
|
|
24836
25243
|
link: BR,
|
|
@@ -25089,6 +25496,27 @@ Help us answer your questions faster by having your customer reference handy.`,
|
|
|
25089
25496
|
pageTitle: "",
|
|
25090
25497
|
form: {
|
|
25091
25498
|
fields: {
|
|
25499
|
+
type: {
|
|
25500
|
+
label: "",
|
|
25501
|
+
placeholder: "",
|
|
25502
|
+
errors: {
|
|
25503
|
+
required: ""
|
|
25504
|
+
}
|
|
25505
|
+
},
|
|
25506
|
+
status: {
|
|
25507
|
+
label: "",
|
|
25508
|
+
errors: {
|
|
25509
|
+
required: ""
|
|
25510
|
+
}
|
|
25511
|
+
},
|
|
25512
|
+
company: {
|
|
25513
|
+
label: "",
|
|
25514
|
+
errors: {
|
|
25515
|
+
required: "",
|
|
25516
|
+
length: "",
|
|
25517
|
+
format: ""
|
|
25518
|
+
}
|
|
25519
|
+
},
|
|
25092
25520
|
civility: {
|
|
25093
25521
|
label: "",
|
|
25094
25522
|
placeholder: "",
|
|
@@ -25112,6 +25540,22 @@ Help us answer your questions faster by having your customer reference handy.`,
|
|
|
25112
25540
|
format: ""
|
|
25113
25541
|
}
|
|
25114
25542
|
},
|
|
25543
|
+
lastNameCompany: {
|
|
25544
|
+
label: "",
|
|
25545
|
+
errors: {
|
|
25546
|
+
required: "",
|
|
25547
|
+
length: "",
|
|
25548
|
+
format: ""
|
|
25549
|
+
}
|
|
25550
|
+
},
|
|
25551
|
+
firstNameCompany: {
|
|
25552
|
+
label: "",
|
|
25553
|
+
errors: {
|
|
25554
|
+
required: "",
|
|
25555
|
+
length: "",
|
|
25556
|
+
format: ""
|
|
25557
|
+
}
|
|
25558
|
+
},
|
|
25115
25559
|
email: {
|
|
25116
25560
|
label: "",
|
|
25117
25561
|
errors: {
|
|
@@ -25195,7 +25639,7 @@ var XR = Object.defineProperty, QR = Object.getOwnPropertyDescriptor, bi = (n) =
|
|
|
25195
25639
|
for (var r = t > 1 ? void 0 : t ? QR(i, e) : i, a = n.length - 1, o; a >= 0; a--)
|
|
25196
25640
|
(o = n[a]) && (r = (t ? o(i, e, r) : o(r)) || r);
|
|
25197
25641
|
return t && r && XR(i, e, r), r;
|
|
25198
|
-
}, yi = (n, i, e) => i.has(n) || bi("Cannot " + e), xt = (n, i, e) => (yi(n, i, "read from private field"), e ? e.call(n) : i.get(n)), It = (n, i, e) => i.has(n) ? bi("Cannot add the same private member more than once") : i instanceof WeakSet ? i.add(n) : i.set(n, e), Rt = (n, i, e, t) => (yi(n, i, "write to private field"), i.set(n, e), e),
|
|
25642
|
+
}, yi = (n, i, e) => i.has(n) || bi("Cannot " + e), xt = (n, i, e) => (yi(n, i, "read from private field"), e ? e.call(n) : i.get(n)), It = (n, i, e) => i.has(n) ? bi("Cannot add the same private member more than once") : i instanceof WeakSet ? i.add(n) : i.set(n, e), Rt = (n, i, e, t) => (yi(n, i, "write to private field"), i.set(n, e), e), Ot, zt, Dt, Bt;
|
|
25199
25643
|
const e4 = "fr", Gn = "fr-FR";
|
|
25200
25644
|
var Aa;
|
|
25201
25645
|
const t4 = (Aa = JR[e4]) == null ? void 0 : Aa[Gn];
|
|
@@ -25207,13 +25651,13 @@ se.init({
|
|
|
25207
25651
|
});
|
|
25208
25652
|
let qe = class extends ki {
|
|
25209
25653
|
constructor() {
|
|
25210
|
-
super(...arguments), this._chatElementRef = null, It(this,
|
|
25654
|
+
super(...arguments), this._chatElementRef = null, It(this, Ot, ""), It(this, zt, !0), It(this, Dt, !1), It(this, Bt, !1);
|
|
25211
25655
|
}
|
|
25212
25656
|
get apiUrl() {
|
|
25213
|
-
return xt(this,
|
|
25657
|
+
return xt(this, Ot);
|
|
25214
25658
|
}
|
|
25215
25659
|
set apiUrl(n) {
|
|
25216
|
-
Rt(this,
|
|
25660
|
+
Rt(this, Ot, n);
|
|
25217
25661
|
}
|
|
25218
25662
|
get opened() {
|
|
25219
25663
|
return xt(this, zt);
|
|
@@ -25234,7 +25678,7 @@ let qe = class extends ki {
|
|
|
25234
25678
|
Rt(this, Bt, n);
|
|
25235
25679
|
}
|
|
25236
25680
|
static getVersion() {
|
|
25237
|
-
return "LR Chatbot - 0.5.
|
|
25681
|
+
return "LR Chatbot - 0.5.3";
|
|
25238
25682
|
}
|
|
25239
25683
|
firstUpdated() {
|
|
25240
25684
|
var n;
|
|
@@ -25287,7 +25731,7 @@ let qe = class extends ki {
|
|
|
25287
25731
|
</div`;
|
|
25288
25732
|
}
|
|
25289
25733
|
};
|
|
25290
|
-
|
|
25734
|
+
Ot = /* @__PURE__ */ new WeakMap();
|
|
25291
25735
|
zt = /* @__PURE__ */ new WeakMap();
|
|
25292
25736
|
Dt = /* @__PURE__ */ new WeakMap();
|
|
25293
25737
|
Bt = /* @__PURE__ */ new WeakMap();
|