@wise/dynamic-flow-client-internal 3.13.1 → 3.13.2-experimental-translations-refactored-c00940d
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/build/dynamicFlow/DynamicFlow.js +100 -0
- package/build/dynamicFlow/DynamicFlow.test.js +116 -0
- package/build/i18n/de.json +32 -0
- package/build/i18n/en.json +32 -0
- package/build/i18n/es.json +32 -0
- package/build/i18n/fr.json +32 -0
- package/build/i18n/hu.json +32 -0
- package/build/i18n/id.json +32 -0
- package/build/i18n/index.js +36 -0
- package/build/i18n/it.json +32 -0
- package/build/i18n/ja.json +32 -0
- package/build/i18n/pl.json +32 -0
- package/build/i18n/pt.json +32 -0
- package/build/i18n/ro.json +32 -0
- package/build/i18n/ru.json +32 -0
- package/build/i18n/th.json +32 -0
- package/build/i18n/tr.json +32 -0
- package/build/i18n/zh_CN.json +32 -0
- package/build/i18n/zh_HK.json +32 -0
- package/build/index.js +17 -0
- package/build/main.js +570 -1
- package/build/main.min.js +1 -1
- package/build/main.mjs +572 -3
- package/build/stories/DynamicFlow.story.js +52 -0
- package/build/stories/DynamicFragment.story.js +132 -0
- package/build/stories/Editable.story.js +70 -0
- package/build/stories/Examples.story.js +29 -0
- package/build/stories/Features.story.js +33 -0
- package/build/stories/utils/DynamicFlowSideBySide.js +30 -0
- package/build/stories/utils/fixtureHttpClient.js +119 -0
- package/build/stories/visual-tests/generated.story.js +216 -0
- package/build/stories/visual-tests/layouts.story.js +108 -0
- package/build/stories/visual-tests/schemas.story.js +84 -0
- package/build/stories/visual-tests/step.story.js +30 -0
- package/build/test-utils/NeptuneProviders.js +23 -0
- package/build/test-utils/rtl-utils.js +20 -0
- package/build/tests/renderers/RadioInputRendererComponent.test.js +76 -0
- package/build/tests/renderers/value-utils.test.js +33 -0
- package/build/types/i18n/index.d.ts +2 -0
- package/build/types/index.d.ts +4 -1
- package/build/types/stories/visual-tests/generated.story.d.ts +39 -0
- package/build/types/stories/visual-tests/layouts.story.d.ts +21 -0
- package/build/types/stories/visual-tests/schemas.story.d.ts +17 -0
- package/build/types/stories/visual-tests/step.story.d.ts +8 -0
- package/package.json +5 -3
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
13
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
14
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
15
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
16
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
17
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
18
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
22
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
23
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
24
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
25
|
+
function step(op) {
|
|
26
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
27
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
28
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
29
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
30
|
+
switch (op[0]) {
|
|
31
|
+
case 0: case 1: t = op; break;
|
|
32
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
33
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
34
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
35
|
+
default:
|
|
36
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
37
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
38
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
39
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
40
|
+
if (t[2]) _.ops.pop();
|
|
41
|
+
_.trys.pop(); continue;
|
|
42
|
+
}
|
|
43
|
+
op = body.call(thisArg, _);
|
|
44
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
45
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
49
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
50
|
+
if (ar || !(i in from)) {
|
|
51
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
52
|
+
ar[i] = from[i];
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
56
|
+
};
|
|
57
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
58
|
+
import { forwardRef, useCallback } from 'react';
|
|
59
|
+
import { useIntl } from 'react-intl';
|
|
60
|
+
import { DynamicFlow as DynamicFlowCoreLegacy, DynamicFlowRevamp as DynamicFlowCoreRevamp, DynamicFragmentWise, } from '@wise/dynamic-flow-client';
|
|
61
|
+
export function DynamicFlowLegacy(props) {
|
|
62
|
+
var _a = props.customFetch, customFetch = _a === void 0 ? globalThis.fetch : _a;
|
|
63
|
+
var coreProps = __assign(__assign({}, props), { httpClient: customFetch });
|
|
64
|
+
return _jsx(DynamicFlowCoreLegacy, __assign({}, coreProps));
|
|
65
|
+
}
|
|
66
|
+
export function DynamicFlowRevamp(props) {
|
|
67
|
+
var _a = props.customFetch, customFetch = _a === void 0 ? globalThis.fetch : _a;
|
|
68
|
+
var httpClient = useWiseHttpClient(customFetch);
|
|
69
|
+
var coreProps = __assign(__assign({}, props), { httpClient: httpClient });
|
|
70
|
+
return _jsx(DynamicFlowCoreRevamp, __assign({}, coreProps));
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* DynamicFragment is like DynamicFlowRevamp, but it also accepts a ForwardedRef.
|
|
74
|
+
* This ref conforms to the DynamicFragmentController type, containing two functions: `getValue` and `validate`.
|
|
75
|
+
* @experimental This component may be changed in the future without notice.
|
|
76
|
+
*/
|
|
77
|
+
export var DynamicFragment = forwardRef(function DynamicFragment(props, ref) {
|
|
78
|
+
var _a = props.customFetch, customFetch = _a === void 0 ? globalThis.fetch : _a;
|
|
79
|
+
var httpClient = useWiseHttpClient(customFetch);
|
|
80
|
+
var coreProps = __assign(__assign({}, props), { httpClient: httpClient });
|
|
81
|
+
return _jsx(DynamicFragmentWise, __assign({}, coreProps, { ref: ref }));
|
|
82
|
+
});
|
|
83
|
+
var useWiseHttpClient = function (httpClient) {
|
|
84
|
+
var locale = useIntl().locale;
|
|
85
|
+
return useCallback(function (input_1) {
|
|
86
|
+
var args_1 = [];
|
|
87
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
88
|
+
args_1[_i - 1] = arguments[_i];
|
|
89
|
+
}
|
|
90
|
+
return __awaiter(void 0, __spreadArray([input_1], args_1, true), void 0, function (input, init) {
|
|
91
|
+
var headers;
|
|
92
|
+
if (init === void 0) { init = {}; }
|
|
93
|
+
return __generator(this, function (_a) {
|
|
94
|
+
headers = new Headers(init.headers);
|
|
95
|
+
headers.set('accept-language', locale);
|
|
96
|
+
return [2 /*return*/, httpClient(input, __assign(__assign({}, init), { credentials: 'include', headers: headers }))];
|
|
97
|
+
});
|
|
98
|
+
});
|
|
99
|
+
}, [httpClient, locale]);
|
|
100
|
+
};
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
13
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
14
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
15
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
16
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
17
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
18
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
22
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
23
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
24
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
25
|
+
function step(op) {
|
|
26
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
27
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
28
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
29
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
30
|
+
switch (op[0]) {
|
|
31
|
+
case 0: case 1: t = op; break;
|
|
32
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
33
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
34
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
35
|
+
default:
|
|
36
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
37
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
38
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
39
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
40
|
+
if (t[2]) _.ops.pop();
|
|
41
|
+
_.trys.pop(); continue;
|
|
42
|
+
}
|
|
43
|
+
op = body.call(thisArg, _);
|
|
44
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
45
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
49
|
+
import { waitFor } from '@testing-library/react';
|
|
50
|
+
import { renderWithProviders } from '../test-utils/rtl-utils';
|
|
51
|
+
import { DynamicFlowLegacy, DynamicFlowRevamp, DynamicFragment } from './DynamicFlow';
|
|
52
|
+
describe.each([
|
|
53
|
+
{ name: 'DynamicFlowLegacy', DFComponent: DynamicFlowLegacy },
|
|
54
|
+
{ name: 'DynamicFlowRevamp', DFComponent: DynamicFlowRevamp },
|
|
55
|
+
{ name: 'DynamicFragment', DFComponent: DynamicFragment },
|
|
56
|
+
])('Wise-Specific Headers', function (_a) {
|
|
57
|
+
var name = _a.name, DFComponent = _a.DFComponent;
|
|
58
|
+
it("".concat(name, " - makes an initial request with additional RequestInit parameters, as specified in the wise-specific fetcher"), function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
59
|
+
var props, customFetch, requestInit, credentials, headers;
|
|
60
|
+
return __generator(this, function (_a) {
|
|
61
|
+
switch (_a.label) {
|
|
62
|
+
case 0:
|
|
63
|
+
props = {
|
|
64
|
+
flowId: 'test',
|
|
65
|
+
initialAction: { url: '/initial' },
|
|
66
|
+
onCompletion: jest.fn(),
|
|
67
|
+
onError: jest.fn(),
|
|
68
|
+
};
|
|
69
|
+
customFetch = jest.fn();
|
|
70
|
+
renderWithProviders(_jsx(DFComponent, __assign({}, props, { customFetch: customFetch })));
|
|
71
|
+
return [4 /*yield*/, waitFor(function () {
|
|
72
|
+
expect(customFetch).toHaveBeenCalledWith('/initial', expect.anything());
|
|
73
|
+
})];
|
|
74
|
+
case 1:
|
|
75
|
+
_a.sent();
|
|
76
|
+
requestInit = customFetch.mock.calls[0][1];
|
|
77
|
+
credentials = requestInit === null || requestInit === void 0 ? void 0 : requestInit.credentials;
|
|
78
|
+
expect(credentials).toBe('include');
|
|
79
|
+
headers = Array.from(new Headers(requestInit === null || requestInit === void 0 ? void 0 : requestInit.headers).entries());
|
|
80
|
+
expect(headers).toContainEqual(['accept-language', 'en-GB']);
|
|
81
|
+
expect(headers).toContainEqual(['content-type', 'application/json']);
|
|
82
|
+
return [2 /*return*/];
|
|
83
|
+
}
|
|
84
|
+
});
|
|
85
|
+
}); });
|
|
86
|
+
});
|
|
87
|
+
describe('DynamicFlowLegacy', function () {
|
|
88
|
+
describe('when initialised with customFetch', function () {
|
|
89
|
+
it('uses the "correct" casing of Content-Type header', function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
90
|
+
var props, customFetch, requestInit;
|
|
91
|
+
return __generator(this, function (_a) {
|
|
92
|
+
switch (_a.label) {
|
|
93
|
+
case 0:
|
|
94
|
+
props = {
|
|
95
|
+
flowId: 'test',
|
|
96
|
+
initialAction: { url: '/initial' },
|
|
97
|
+
onCompletion: jest.fn(),
|
|
98
|
+
onError: jest.fn(),
|
|
99
|
+
};
|
|
100
|
+
customFetch = jest.fn();
|
|
101
|
+
renderWithProviders(_jsx(DynamicFlowLegacy, __assign({}, props, { customFetch: customFetch })));
|
|
102
|
+
return [4 /*yield*/, waitFor(function () {
|
|
103
|
+
expect(customFetch).toHaveBeenCalledWith('/initial', expect.anything());
|
|
104
|
+
})];
|
|
105
|
+
case 1:
|
|
106
|
+
_a.sent();
|
|
107
|
+
requestInit = customFetch.mock.calls[0][1];
|
|
108
|
+
expect(requestInit === null || requestInit === void 0 ? void 0 : requestInit.headers).toMatchObject({
|
|
109
|
+
'Content-Type': 'application/json',
|
|
110
|
+
});
|
|
111
|
+
return [2 /*return*/];
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
}); });
|
|
115
|
+
});
|
|
116
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"df.wise.ArraySchema.addItem": "Speichern",
|
|
3
|
+
"df.wise.ArraySchema.addItemTitle": "Artikel hinzufügen",
|
|
4
|
+
"df.wise.ArraySchema.editItem": "Speichern",
|
|
5
|
+
"df.wise.ArraySchema.maxItemsError": "Bitte füge {maxItems} oder weniger hinzu.",
|
|
6
|
+
"df.wise.ArraySchema.minItemsError": "Bitte füge mindestens {minItems} hinzu.",
|
|
7
|
+
"df.wise.ArraySchema.removeItem": "Entfernen",
|
|
8
|
+
"df.wise.ControlFeedback.maxLength": "Bitte gib nicht mehr als {maxLength} Zeichen ein.",
|
|
9
|
+
"df.wise.ControlFeedback.maximum": "Bitte gib eine Zahl ein, die {maximum} oder weniger beträgt.",
|
|
10
|
+
"df.wise.ControlFeedback.maximumDate": "Bitte gib ein Datum ein, das am oder vor dem {maximum} liegt.",
|
|
11
|
+
"df.wise.ControlFeedback.minLength": "Bitte gib mindestens {minLength} Zeichen ein.",
|
|
12
|
+
"df.wise.ControlFeedback.minimum": "Bitte gib eine Zahl ein, die {minimum} oder mehr beträgt.",
|
|
13
|
+
"df.wise.ControlFeedback.minimumDate": "Bitte gib ein Datum ein, das am oder nach dem {minimum} liegt.",
|
|
14
|
+
"df.wise.ControlFeedback.pattern": "Bitte gib die Angabe im richtigen Format ein.",
|
|
15
|
+
"df.wise.ControlFeedback.patternDate": "Bitte gib ein Datum im richtigen Format ein.",
|
|
16
|
+
"df.wise.ControlFeedback.required": "Bitte fülle dieses Feld aus.",
|
|
17
|
+
"df.wise.ControlFeedback.type": "Falscher Typ",
|
|
18
|
+
"df.wise.DynamicParagraph.copied": "In Zwischenablage kopiert",
|
|
19
|
+
"df.wise.DynamicParagraph.copy": "Kopieren",
|
|
20
|
+
"df.wise.ErrorBoundary.errorAlert": "Da ist etwas schiefgegangen.",
|
|
21
|
+
"df.wise.ErrorBoundary.retry": "Erneut versuchen",
|
|
22
|
+
"df.wise.ExternalConfirmation.cancel": "Abbrechen",
|
|
23
|
+
"df.wise.ExternalConfirmation.description": "Bitte bestätige, dass du **{origin}** in einem neuen Browser-Tab öffnen möchtest.",
|
|
24
|
+
"df.wise.ExternalConfirmation.open": "In neuem Tab öffnen",
|
|
25
|
+
"df.wise.ExternalConfirmation.title": "Bitte bestätigen",
|
|
26
|
+
"df.wise.Help.ariaLabel": "Klicke hier für mehr Informationen.",
|
|
27
|
+
"df.wise.MultiSelect.summary": "{first} und {count} weitere",
|
|
28
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Diese Datei ist leider zu groß. Bitte lade eine kleinere Datei hoch.",
|
|
29
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Bitte lade {maxItems} oder weniger Dateien hoch.",
|
|
30
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Bitte lade mindestens {minItems} Datei(en) hoch.",
|
|
31
|
+
"df.wise.PersistAsyncSchema.genericError": "Da ist etwas schiefgegangen. Versuche es bitte nochmal."
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"df.wise.ArraySchema.addItem": "Save",
|
|
3
|
+
"df.wise.ArraySchema.addItemTitle": "Add Item",
|
|
4
|
+
"df.wise.ArraySchema.editItem": "Save",
|
|
5
|
+
"df.wise.ArraySchema.maxItemsError": "Please add {maxItems} or fewer.",
|
|
6
|
+
"df.wise.ArraySchema.minItemsError": "Please add at least {minItems}.",
|
|
7
|
+
"df.wise.ArraySchema.removeItem": "Remove",
|
|
8
|
+
"df.wise.ControlFeedback.maxLength": "Please enter {maxLength} or fewer characters.",
|
|
9
|
+
"df.wise.ControlFeedback.maximum": "Please enter a number that's {maximum} or less.",
|
|
10
|
+
"df.wise.ControlFeedback.maximumDate": "Please enter a date that's on or before {maximum}.",
|
|
11
|
+
"df.wise.ControlFeedback.minLength": "Please enter at least {minLength} characters.",
|
|
12
|
+
"df.wise.ControlFeedback.minimum": "Please enter a number that's {minimum} or more.",
|
|
13
|
+
"df.wise.ControlFeedback.minimumDate": "Please enter a date that's on or after {minimum}.",
|
|
14
|
+
"df.wise.ControlFeedback.pattern": "Please enter this in the correct format.",
|
|
15
|
+
"df.wise.ControlFeedback.patternDate": "Please enter a date in the corrrect format.",
|
|
16
|
+
"df.wise.ControlFeedback.required": "Please fill out this field.",
|
|
17
|
+
"df.wise.ControlFeedback.type": "Incorrect type",
|
|
18
|
+
"df.wise.DynamicParagraph.copied": "Copied to clipboard",
|
|
19
|
+
"df.wise.DynamicParagraph.copy": "Copy",
|
|
20
|
+
"df.wise.ErrorBoundary.errorAlert": "Something went wrong.",
|
|
21
|
+
"df.wise.ErrorBoundary.retry": "Retry",
|
|
22
|
+
"df.wise.ExternalConfirmation.cancel": "Cancel",
|
|
23
|
+
"df.wise.ExternalConfirmation.description": "Please confirm you want to open **{origin}** in a new browser tab.",
|
|
24
|
+
"df.wise.ExternalConfirmation.open": "Open in new tab",
|
|
25
|
+
"df.wise.ExternalConfirmation.title": "Please confirm",
|
|
26
|
+
"df.wise.Help.ariaLabel": "Click here for more info.",
|
|
27
|
+
"df.wise.MultiSelect.summary": "{first} and {count} more",
|
|
28
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Sorry, that file is too big. Please upload a smaller file.",
|
|
29
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Please upload {maxItems} or fewer files.",
|
|
30
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Please upload at least {minItems} file(s).",
|
|
31
|
+
"df.wise.PersistAsyncSchema.genericError": "Something went wrong, please try again."
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"df.wise.ArraySchema.addItem": "Guardar",
|
|
3
|
+
"df.wise.ArraySchema.addItemTitle": "Añadir elemento",
|
|
4
|
+
"df.wise.ArraySchema.editItem": "Guardar",
|
|
5
|
+
"df.wise.ArraySchema.maxItemsError": "Añade {maxItems} o menos.",
|
|
6
|
+
"df.wise.ArraySchema.minItemsError": "Añade al menos {minItems}.",
|
|
7
|
+
"df.wise.ArraySchema.removeItem": "Eliminar",
|
|
8
|
+
"df.wise.ControlFeedback.maxLength": "Introduce {maxLength} caracteres o menos.",
|
|
9
|
+
"df.wise.ControlFeedback.maximum": "Introduce una cifra igual o inferior a {maximum}.",
|
|
10
|
+
"df.wise.ControlFeedback.maximumDate": "Introduce una fecha que sea igual o anterior al {maximum}.",
|
|
11
|
+
"df.wise.ControlFeedback.minLength": "Introduce al menos {minLength} caracteres.",
|
|
12
|
+
"df.wise.ControlFeedback.minimum": "Introduce una cifra igual o inferior a {minimum}.",
|
|
13
|
+
"df.wise.ControlFeedback.minimumDate": "Introduce una fecha que sea igual o posterior al {minimum}.",
|
|
14
|
+
"df.wise.ControlFeedback.pattern": "Utiliza el formato correcto.",
|
|
15
|
+
"df.wise.ControlFeedback.patternDate": "Introduce la fecha en un formato correcto.",
|
|
16
|
+
"df.wise.ControlFeedback.required": "Completa este campo.",
|
|
17
|
+
"df.wise.ControlFeedback.type": "Tipo incorrecto",
|
|
18
|
+
"df.wise.DynamicParagraph.copied": "Copiado al portapapeles",
|
|
19
|
+
"df.wise.DynamicParagraph.copy": "Copiar",
|
|
20
|
+
"df.wise.ErrorBoundary.errorAlert": "Ha habido un error.",
|
|
21
|
+
"df.wise.ErrorBoundary.retry": "Reintentar",
|
|
22
|
+
"df.wise.ExternalConfirmation.cancel": "Cancelar",
|
|
23
|
+
"df.wise.ExternalConfirmation.description": "Confirma que quieres abrir **{origin}** en una nueva pestaña del navegador.",
|
|
24
|
+
"df.wise.ExternalConfirmation.open": "Abrir en nueva pestaña",
|
|
25
|
+
"df.wise.ExternalConfirmation.title": "Por favor, confirma",
|
|
26
|
+
"df.wise.Help.ariaLabel": "Haz clic aquí para obtener más información.",
|
|
27
|
+
"df.wise.MultiSelect.summary": "{first} y {count} más",
|
|
28
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Lo sentimos, el archivo pesa demasiado. Sube uno más pequeño.",
|
|
29
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Sube {maxItems} o menos archivos.",
|
|
30
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Sube al menos {minItems} archivo(s).",
|
|
31
|
+
"df.wise.PersistAsyncSchema.genericError": "Ha habido un error. Inténtalo de nuevo."
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"df.wise.ArraySchema.addItem": "Enregistrer",
|
|
3
|
+
"df.wise.ArraySchema.addItemTitle": "Ajouter un élément",
|
|
4
|
+
"df.wise.ArraySchema.editItem": "Enregistrer",
|
|
5
|
+
"df.wise.ArraySchema.maxItemsError": "Veuillez ajouter {maxItems} ou moins.",
|
|
6
|
+
"df.wise.ArraySchema.minItemsError": "Veuillez ajouter au moins {minItems}.",
|
|
7
|
+
"df.wise.ArraySchema.removeItem": "Supprimer",
|
|
8
|
+
"df.wise.ControlFeedback.maxLength": "Veuillez saisir {maxLength} caractères ou moins.",
|
|
9
|
+
"df.wise.ControlFeedback.maximum": "Veuillez saisir un nombre inférieur ou égal à {maximum}.",
|
|
10
|
+
"df.wise.ControlFeedback.maximumDate": "Veuillez saisir une date égale ou antérieure au {maximum}.",
|
|
11
|
+
"df.wise.ControlFeedback.minLength": "Veuillez saisir au moins {minLength} caractères.",
|
|
12
|
+
"df.wise.ControlFeedback.minimum": "Veuillez saisir un nombre supérieur ou égal à {minimum}.",
|
|
13
|
+
"df.wise.ControlFeedback.minimumDate": "Veuillez saisir une date égale ou postérieure au {minimum}.",
|
|
14
|
+
"df.wise.ControlFeedback.pattern": "Veuillez saisir les informations dans le bon format.",
|
|
15
|
+
"df.wise.ControlFeedback.patternDate": "Veuillez saisir une date au format correct.",
|
|
16
|
+
"df.wise.ControlFeedback.required": "Champ obligatoire.",
|
|
17
|
+
"df.wise.ControlFeedback.type": "Type incorrect",
|
|
18
|
+
"df.wise.DynamicParagraph.copied": "Copié dans le presse-papier",
|
|
19
|
+
"df.wise.DynamicParagraph.copy": "Copier",
|
|
20
|
+
"df.wise.ErrorBoundary.errorAlert": "Une erreur s'est produite.",
|
|
21
|
+
"df.wise.ErrorBoundary.retry": "Réessayer",
|
|
22
|
+
"df.wise.ExternalConfirmation.cancel": "Annuler",
|
|
23
|
+
"df.wise.ExternalConfirmation.description": "Veuillez confirmer que vous souhaitez ouvrir **{origin}** dans un nouvel onglet.",
|
|
24
|
+
"df.wise.ExternalConfirmation.open": "Ouvrir dans un nouvel onglet",
|
|
25
|
+
"df.wise.ExternalConfirmation.title": "Veuillez confirmer",
|
|
26
|
+
"df.wise.Help.ariaLabel": "Cliquez ici pour plus d'informations.",
|
|
27
|
+
"df.wise.MultiSelect.summary": "{first} et {count} de plus",
|
|
28
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Nous sommes désolés, ce fichier est trop volumineux. Veuillez télécharger un fichier plus petit.",
|
|
29
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Veuillez télécharger {maxItems} fichiers ou moins.",
|
|
30
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Veuillez télécharger au moins {minItems} fichier(s).",
|
|
31
|
+
"df.wise.PersistAsyncSchema.genericError": "Une erreur s'est produite, veuillez réessayer."
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"df.wise.ArraySchema.addItem": "Mentés",
|
|
3
|
+
"df.wise.ArraySchema.addItemTitle": "Elem hozzáadása",
|
|
4
|
+
"df.wise.ArraySchema.editItem": "Mentés",
|
|
5
|
+
"df.wise.ArraySchema.maxItemsError": "Kérünk, {maxItems} vagy annál kevesebb tételt adj meg.",
|
|
6
|
+
"df.wise.ArraySchema.minItemsError": "Kérünk, legalább {minItems} tételt adj meg.",
|
|
7
|
+
"df.wise.ArraySchema.removeItem": "Eltávolítás",
|
|
8
|
+
"df.wise.ControlFeedback.maxLength": "Kérünk, legfeljebb {maxLength} karaktert adj meg.",
|
|
9
|
+
"df.wise.ControlFeedback.maximum": "Kérünk, add meg ezt vagy egy ennél kisebb számot: {maximum}.",
|
|
10
|
+
"df.wise.ControlFeedback.maximumDate": "Kérünk, adj meg egy dátumot, ami megegyezik {maximum} napjával, vagy egy ennél korábbit.",
|
|
11
|
+
"df.wise.ControlFeedback.minLength": "Kérünk, legalább {minLength} karaktert adj meg.",
|
|
12
|
+
"df.wise.ControlFeedback.minimum": "Kérünk add meg ezt vagy egy ennél nagyobb számot: {minimum}.",
|
|
13
|
+
"df.wise.ControlFeedback.minimumDate": "Kérünk, adj meg egy dátumot, ami megegyezik {minimum} napjával, vagy egy ennél későbbit.",
|
|
14
|
+
"df.wise.ControlFeedback.pattern": "Helytelen formátum",
|
|
15
|
+
"df.wise.ControlFeedback.patternDate": "Kérünk, hogy a dátumot helyes formátumban add meg.",
|
|
16
|
+
"df.wise.ControlFeedback.required": "Kérünk, töltsd ki ezt a mezőt.",
|
|
17
|
+
"df.wise.ControlFeedback.type": "Helytelen típus",
|
|
18
|
+
"df.wise.DynamicParagraph.copied": "Vágólapra másolva",
|
|
19
|
+
"df.wise.DynamicParagraph.copy": "Másolás",
|
|
20
|
+
"df.wise.ErrorBoundary.errorAlert": "Valami hiba történt.",
|
|
21
|
+
"df.wise.ErrorBoundary.retry": "Újra",
|
|
22
|
+
"df.wise.ExternalConfirmation.cancel": "Mégsem",
|
|
23
|
+
"df.wise.ExternalConfirmation.description": "Kérünk, erősítsd meg, hogy a(z) **{origin}** alkalmazást egy új böngészőlapon szeretnéd megnyitni.",
|
|
24
|
+
"df.wise.ExternalConfirmation.open": "Megnyitás új lapon",
|
|
25
|
+
"df.wise.ExternalConfirmation.title": "Megerősítés",
|
|
26
|
+
"df.wise.Help.ariaLabel": "Kattints ide további információért.",
|
|
27
|
+
"df.wise.MultiSelect.summary": "{first} és további {count}",
|
|
28
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Sajnos ez a fájl túl nagy. Kérünk, tölts fel egy kisebb fájlt.",
|
|
29
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Kérünk, hogy legfeljebb {maxItems} fájlt tölts fel.",
|
|
30
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Kérünk, hogy legalább {minItems} fájlt tölts fel.",
|
|
31
|
+
"df.wise.PersistAsyncSchema.genericError": "Valami hiba történt. Kérünk, próbáld újra."
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"df.wise.ArraySchema.addItem": "Simpan",
|
|
3
|
+
"df.wise.ArraySchema.addItemTitle": "Tambahkan Item",
|
|
4
|
+
"df.wise.ArraySchema.editItem": "Simpan",
|
|
5
|
+
"df.wise.ArraySchema.maxItemsError": "Harap tambahkan {maxItems} atau kurang.",
|
|
6
|
+
"df.wise.ArraySchema.minItemsError": "Harap tambahkan setidaknya {minItems}.",
|
|
7
|
+
"df.wise.ArraySchema.removeItem": "Hapus",
|
|
8
|
+
"df.wise.ControlFeedback.maxLength": "Harap masukkan {maxLength} karakter atau kurang.",
|
|
9
|
+
"df.wise.ControlFeedback.maximum": "Harap masukkan angka paling besar {maximum} atau kurang dari itu.",
|
|
10
|
+
"df.wise.ControlFeedback.maximumDate": "Harap masukkan tanggal pada atau sebelum {maximum}.",
|
|
11
|
+
"df.wise.ControlFeedback.minLength": "Harap masukkan setidaknya {minLength} karakter.",
|
|
12
|
+
"df.wise.ControlFeedback.minimum": "Harap masukkan angka paling kecil {minimum} atau lebih dari itu.",
|
|
13
|
+
"df.wise.ControlFeedback.minimumDate": "Harap masukkan tanggal pada atau setelah {minimum}.",
|
|
14
|
+
"df.wise.ControlFeedback.pattern": "Mohon masukkan ini dalam format yang benar.",
|
|
15
|
+
"df.wise.ControlFeedback.patternDate": "Harap masukkan tanggal dalam format yang benar.",
|
|
16
|
+
"df.wise.ControlFeedback.required": "Harap isi kolom ini.",
|
|
17
|
+
"df.wise.ControlFeedback.type": "Tipe salah",
|
|
18
|
+
"df.wise.DynamicParagraph.copied": "Disalin ke clipboard",
|
|
19
|
+
"df.wise.DynamicParagraph.copy": "Salin",
|
|
20
|
+
"df.wise.ErrorBoundary.errorAlert": "Terjadi kesalahan.",
|
|
21
|
+
"df.wise.ErrorBoundary.retry": "Coba lagi",
|
|
22
|
+
"df.wise.ExternalConfirmation.cancel": "Batalkan",
|
|
23
|
+
"df.wise.ExternalConfirmation.description": "Harap konfirmasikan bahwa Anda ingin membuka **{origin}** di tab browser baru.",
|
|
24
|
+
"df.wise.ExternalConfirmation.open": "Buka di tab baru",
|
|
25
|
+
"df.wise.ExternalConfirmation.title": "Harap konfirmasi",
|
|
26
|
+
"df.wise.Help.ariaLabel": "Klik di sini untuk info selengkapnya.",
|
|
27
|
+
"df.wise.MultiSelect.summary": "{first} dan {count} lagi",
|
|
28
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Maaf, file Anda terlalu besar. Silakan unggah file yang lebih kecil.",
|
|
29
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Harap unggah {maxItems} file atau kurang.",
|
|
30
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Harap unggah sedikitnya {minItems} file.",
|
|
31
|
+
"df.wise.PersistAsyncSchema.genericError": "Terjadi kesalahan, mohon coba lagi."
|
|
32
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import de from './de.json';
|
|
2
|
+
import en from './en.json';
|
|
3
|
+
import es from './es.json';
|
|
4
|
+
import fr from './fr.json';
|
|
5
|
+
import hu from './hu.json';
|
|
6
|
+
import id from './id.json';
|
|
7
|
+
import it from './it.json';
|
|
8
|
+
import ja from './ja.json';
|
|
9
|
+
import pl from './pl.json';
|
|
10
|
+
import pt from './pt.json';
|
|
11
|
+
import ro from './ro.json';
|
|
12
|
+
import ru from './ru.json';
|
|
13
|
+
import th from './th.json';
|
|
14
|
+
import tr from './tr.json';
|
|
15
|
+
import zhCN from './zh_CN.json';
|
|
16
|
+
import zhHK from './zh_HK.json';
|
|
17
|
+
var translations = {
|
|
18
|
+
en: en,
|
|
19
|
+
de: de,
|
|
20
|
+
es: es,
|
|
21
|
+
fr: fr,
|
|
22
|
+
hu: hu,
|
|
23
|
+
id: id,
|
|
24
|
+
it: it,
|
|
25
|
+
ja: ja,
|
|
26
|
+
pl: pl,
|
|
27
|
+
pt: pt,
|
|
28
|
+
ro: ro,
|
|
29
|
+
ru: ru,
|
|
30
|
+
th: th,
|
|
31
|
+
tr: tr,
|
|
32
|
+
zh: zhCN,
|
|
33
|
+
'zh-CN': zhCN,
|
|
34
|
+
'zh-HK': zhHK,
|
|
35
|
+
};
|
|
36
|
+
export default translations;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"df.wise.ArraySchema.addItem": "Salva",
|
|
3
|
+
"df.wise.ArraySchema.addItemTitle": "Aggiungi elemento",
|
|
4
|
+
"df.wise.ArraySchema.editItem": "Salva",
|
|
5
|
+
"df.wise.ArraySchema.maxItemsError": "Aggiungi al massimo {maxItems}.",
|
|
6
|
+
"df.wise.ArraySchema.minItemsError": "Aggiungi almeno {minItems}.",
|
|
7
|
+
"df.wise.ArraySchema.removeItem": "Rimuovi",
|
|
8
|
+
"df.wise.ControlFeedback.maxLength": "Inserisci un massimo di {maxLength} caratteri.",
|
|
9
|
+
"df.wise.ControlFeedback.maximum": "Inserisci un numero uguale o inferiore a {maximum}.",
|
|
10
|
+
"df.wise.ControlFeedback.maximumDate": "Inserisci una data corrispondente o precedente al {maximum}.",
|
|
11
|
+
"df.wise.ControlFeedback.minLength": "Inserisci almeno {minLength} caratteri.",
|
|
12
|
+
"df.wise.ControlFeedback.minimum": "Inserisci un numero uguale o superiore a {minimum}.",
|
|
13
|
+
"df.wise.ControlFeedback.minimumDate": "Inserisci una data corrispondente o successiva al {minimum}.",
|
|
14
|
+
"df.wise.ControlFeedback.pattern": "Inseriscilo in un formato corretto.",
|
|
15
|
+
"df.wise.ControlFeedback.patternDate": "Inserisci la data in un formato corretto.",
|
|
16
|
+
"df.wise.ControlFeedback.required": "Compila questo campo.",
|
|
17
|
+
"df.wise.ControlFeedback.type": "Tipo errato",
|
|
18
|
+
"df.wise.DynamicParagraph.copied": "Copiato negli appunti",
|
|
19
|
+
"df.wise.DynamicParagraph.copy": "Copia",
|
|
20
|
+
"df.wise.ErrorBoundary.errorAlert": "Qualcosa non ha funzionato.",
|
|
21
|
+
"df.wise.ErrorBoundary.retry": "Riprova",
|
|
22
|
+
"df.wise.ExternalConfirmation.cancel": "Annulla",
|
|
23
|
+
"df.wise.ExternalConfirmation.description": "Conferma di voler aprire **{origin}** in una nuova scheda del browser.",
|
|
24
|
+
"df.wise.ExternalConfirmation.open": "Apri in una nuova scheda",
|
|
25
|
+
"df.wise.ExternalConfirmation.title": "Conferma",
|
|
26
|
+
"df.wise.Help.ariaLabel": "Clicca qui per maggiori informazioni.",
|
|
27
|
+
"df.wise.MultiSelect.summary": "{first} e altri {count}",
|
|
28
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Spiacenti, il file è troppo grande. Carica un file di dimensioni inferiori.",
|
|
29
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Carica al massimo {maxItems} file.",
|
|
30
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Carica almeno {minItems} file.",
|
|
31
|
+
"df.wise.PersistAsyncSchema.genericError": "Qualcosa è andato storto. Riprova."
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"df.wise.ArraySchema.addItem": "保存する",
|
|
3
|
+
"df.wise.ArraySchema.addItemTitle": "アイテムを追加する",
|
|
4
|
+
"df.wise.ArraySchema.editItem": "保存する",
|
|
5
|
+
"df.wise.ArraySchema.maxItemsError": "{maxItems}アイテム以下を追加してください。",
|
|
6
|
+
"df.wise.ArraySchema.minItemsError": "{minItems}アイテム以上を追加してください。",
|
|
7
|
+
"df.wise.ArraySchema.removeItem": "削除する",
|
|
8
|
+
"df.wise.ControlFeedback.maxLength": "{maxLength}文字以下で入力してください。",
|
|
9
|
+
"df.wise.ControlFeedback.maximum": "{maximum}以下の数字を入力してください。",
|
|
10
|
+
"df.wise.ControlFeedback.maximumDate": "{maximum}またはそれ以前の日付を入力してください。",
|
|
11
|
+
"df.wise.ControlFeedback.minLength": "{minLength}文字以上で入力してください。",
|
|
12
|
+
"df.wise.ControlFeedback.minimum": "{minimum}以上の数字を入力してください。",
|
|
13
|
+
"df.wise.ControlFeedback.minimumDate": "{minimum}またはそれ以降の日付を入力してください。",
|
|
14
|
+
"df.wise.ControlFeedback.pattern": "正しい形式で入力してください。",
|
|
15
|
+
"df.wise.ControlFeedback.patternDate": "正しい形式で日付を入力してください。",
|
|
16
|
+
"df.wise.ControlFeedback.required": "この項目は入力必須です。",
|
|
17
|
+
"df.wise.ControlFeedback.type": "不正なタイプ",
|
|
18
|
+
"df.wise.DynamicParagraph.copied": "クリップボードへコピーしました",
|
|
19
|
+
"df.wise.DynamicParagraph.copy": "コピーする",
|
|
20
|
+
"df.wise.ErrorBoundary.errorAlert": "エラーが発生しました。",
|
|
21
|
+
"df.wise.ErrorBoundary.retry": "やり直す",
|
|
22
|
+
"df.wise.ExternalConfirmation.cancel": "キャンセルする",
|
|
23
|
+
"df.wise.ExternalConfirmation.description": "新しいブラウザタブで**{origin}**を開くことを承認してください。",
|
|
24
|
+
"df.wise.ExternalConfirmation.open": "新しいタブで開く",
|
|
25
|
+
"df.wise.ExternalConfirmation.title": "承認してください",
|
|
26
|
+
"df.wise.Help.ariaLabel": "詳細はこちらをクリックしてください。",
|
|
27
|
+
"df.wise.MultiSelect.summary": "{first}とその他{count}",
|
|
28
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "大変申し訳ございませんが、ファイルが大きすぎます。これより小さいファイルをアップロードしてください。",
|
|
29
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "{maxItems}個以下のファイルをアップロードしてください。",
|
|
30
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "{minItems}個以上のファイルをアップロードしてください。",
|
|
31
|
+
"df.wise.PersistAsyncSchema.genericError": "問題が発生しました。再度お試しください。"
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"df.wise.ArraySchema.addItem": "Zapisz",
|
|
3
|
+
"df.wise.ArraySchema.addItemTitle": "Dodaj pozycję",
|
|
4
|
+
"df.wise.ArraySchema.editItem": "Zapisz",
|
|
5
|
+
"df.wise.ArraySchema.maxItemsError": "Prosimy dodać maksymalnie {maxItems}.",
|
|
6
|
+
"df.wise.ArraySchema.minItemsError": "Prosimy dodać co najmniej {minItems}.",
|
|
7
|
+
"df.wise.ArraySchema.removeItem": "Usuń",
|
|
8
|
+
"df.wise.ControlFeedback.maxLength": "Prosimy wprowadzić do {maxLength} znaków.",
|
|
9
|
+
"df.wise.ControlFeedback.maximum": "Wprowadź liczbę równą lub mniejszą niż {maximum}.",
|
|
10
|
+
"df.wise.ControlFeedback.maximumDate": "Wprowadź datę nie późniejszą niż {maximum}.",
|
|
11
|
+
"df.wise.ControlFeedback.minLength": "Proszę wpisać co najmniej {minLength} znaków.",
|
|
12
|
+
"df.wise.ControlFeedback.minimum": "Wprowadź liczbę równą lub większą niż {minimum}.",
|
|
13
|
+
"df.wise.ControlFeedback.minimumDate": "Wprowadź datę nie wcześniejszą niż {minimum}.",
|
|
14
|
+
"df.wise.ControlFeedback.pattern": "Wprowadź tę wartość w prawidłowym formacie.",
|
|
15
|
+
"df.wise.ControlFeedback.patternDate": "Wprowadź datę w prawidłowym formacie.",
|
|
16
|
+
"df.wise.ControlFeedback.required": "Proszę wypełnić to pole.",
|
|
17
|
+
"df.wise.ControlFeedback.type": "Nieprawidłowy typ",
|
|
18
|
+
"df.wise.DynamicParagraph.copied": "Skopiowano do schowka",
|
|
19
|
+
"df.wise.DynamicParagraph.copy": "Kopiuj",
|
|
20
|
+
"df.wise.ErrorBoundary.errorAlert": "Coś poszło nie tak.",
|
|
21
|
+
"df.wise.ErrorBoundary.retry": "Spróbuj ponownie",
|
|
22
|
+
"df.wise.ExternalConfirmation.cancel": "Anuluj",
|
|
23
|
+
"df.wise.ExternalConfirmation.description": "Prosimy potwierdzić, że chcesz otworzyć **{origin}** w nowej zakładce przeglądarki.",
|
|
24
|
+
"df.wise.ExternalConfirmation.open": "Otwórz w nowej zakładce",
|
|
25
|
+
"df.wise.ExternalConfirmation.title": "Potwierdź",
|
|
26
|
+
"df.wise.Help.ariaLabel": "Kliknij tutaj, żeby uzyskać więcej informacji.",
|
|
27
|
+
"df.wise.MultiSelect.summary": "{first} oraz {count} więcej",
|
|
28
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Przepraszamy, ten plik jest zbyt duży. Prześlij mniejszy plik.",
|
|
29
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Prześlij do {maxItems} plików.",
|
|
30
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Prześlij co najmniej następującą liczbę plików: {minItems}.",
|
|
31
|
+
"df.wise.PersistAsyncSchema.genericError": "Wystąpił błąd, prosimy spróbować ponownie."
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"df.wise.ArraySchema.addItem": "Salvar",
|
|
3
|
+
"df.wise.ArraySchema.addItemTitle": "Adicionar item",
|
|
4
|
+
"df.wise.ArraySchema.editItem": "Salvar",
|
|
5
|
+
"df.wise.ArraySchema.maxItemsError": "Adicione {maxItems} ou menos.",
|
|
6
|
+
"df.wise.ArraySchema.minItemsError": "Adicione pelo menos {minItems}.",
|
|
7
|
+
"df.wise.ArraySchema.removeItem": "Remover",
|
|
8
|
+
"df.wise.ControlFeedback.maxLength": "Por favor, insira {maxLength} caracteres ou menos.",
|
|
9
|
+
"df.wise.ControlFeedback.maximum": "Por favor, insira um número que seja {maximum} ou menos.",
|
|
10
|
+
"df.wise.ControlFeedback.maximumDate": "Por favor, insira uma data que seja em ou antes de {maximum}.",
|
|
11
|
+
"df.wise.ControlFeedback.minLength": "Por favor, insira pelo menos {minLength} caracteres.",
|
|
12
|
+
"df.wise.ControlFeedback.minimum": "Por favor, insira um número que seja {minimum} ou mais.",
|
|
13
|
+
"df.wise.ControlFeedback.minimumDate": "Por favor, insira uma data que seja em ou após {minimum}.",
|
|
14
|
+
"df.wise.ControlFeedback.pattern": "Por favor, insira essa informação no formato correto.",
|
|
15
|
+
"df.wise.ControlFeedback.patternDate": "Por favor, insira a data no formato correto.",
|
|
16
|
+
"df.wise.ControlFeedback.required": "Por favor, preencha o campo.",
|
|
17
|
+
"df.wise.ControlFeedback.type": "Tipo incorreto",
|
|
18
|
+
"df.wise.DynamicParagraph.copied": "Copiado",
|
|
19
|
+
"df.wise.DynamicParagraph.copy": "Copiar",
|
|
20
|
+
"df.wise.ErrorBoundary.errorAlert": "Algo deu errado.",
|
|
21
|
+
"df.wise.ErrorBoundary.retry": "Tentar novamente",
|
|
22
|
+
"df.wise.ExternalConfirmation.cancel": "Cancelar",
|
|
23
|
+
"df.wise.ExternalConfirmation.description": "Por favor, confirme que deseja abrir * *{origin}* * em uma nova aba do navegador.",
|
|
24
|
+
"df.wise.ExternalConfirmation.open": "Abrir em uma nova aba",
|
|
25
|
+
"df.wise.ExternalConfirmation.title": "Por favor, confirme",
|
|
26
|
+
"df.wise.Help.ariaLabel": "Clique aqui para mais informações.",
|
|
27
|
+
"df.wise.MultiSelect.summary": "{first} e mais {count} ",
|
|
28
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Este arquivo é muito grande. Por favor, envie um arquivo menor.",
|
|
29
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Por favor, envie {maxItems} ou menos arquivos.",
|
|
30
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Por favor, envie pelo menos {minItems} arquivo(s).",
|
|
31
|
+
"df.wise.PersistAsyncSchema.genericError": "Ocorreu um erro. Por favor, tente novamente."
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"df.wise.ArraySchema.addItem": "Salvare",
|
|
3
|
+
"df.wise.ArraySchema.addItemTitle": "Adaugă produs",
|
|
4
|
+
"df.wise.ArraySchema.editItem": "Salvare",
|
|
5
|
+
"df.wise.ArraySchema.maxItemsError": "Te rugăm să adaugi {maxItems} sau mai puține.",
|
|
6
|
+
"df.wise.ArraySchema.minItemsError": "Te rugăm să adaugi cel puțin {minItems}.",
|
|
7
|
+
"df.wise.ArraySchema.removeItem": "Elimină",
|
|
8
|
+
"df.wise.ControlFeedback.maxLength": "Te rugăm să introduci {maxLength} sau mai puține caractere.",
|
|
9
|
+
"df.wise.ControlFeedback.maximum": "Te rugăm să introduci un număr egal cu {maximum} sau mai mic.",
|
|
10
|
+
"df.wise.ControlFeedback.maximumDate": "Te rugăm să introduci o dată de înainte de sau egală cu {maximum}.",
|
|
11
|
+
"df.wise.ControlFeedback.minLength": "Te rugăm să introduci cel puțin {minLength} caractere.",
|
|
12
|
+
"df.wise.ControlFeedback.minimum": "Te rugăm să introduci un număr egal cu {minimum} sau mai mare.",
|
|
13
|
+
"df.wise.ControlFeedback.minimumDate": "Te rugăm să introduci o dată de după sau egală cu {minimum}.",
|
|
14
|
+
"df.wise.ControlFeedback.pattern": "Te rugăm să introduci acest lucru în formatul corect.",
|
|
15
|
+
"df.wise.ControlFeedback.patternDate": "Te rugăm să introduci o dată în formatul corect.",
|
|
16
|
+
"df.wise.ControlFeedback.required": "Te rugăm să completezi acest spațiu.",
|
|
17
|
+
"df.wise.ControlFeedback.type": "Tip incorect",
|
|
18
|
+
"df.wise.DynamicParagraph.copied": "Copiat în clipboard",
|
|
19
|
+
"df.wise.DynamicParagraph.copy": "Copiază",
|
|
20
|
+
"df.wise.ErrorBoundary.errorAlert": "Ceva nu a mers bine.",
|
|
21
|
+
"df.wise.ErrorBoundary.retry": "Încearcă din nou",
|
|
22
|
+
"df.wise.ExternalConfirmation.cancel": "Anulează",
|
|
23
|
+
"df.wise.ExternalConfirmation.description": "Te rugăm să confirmi că vrei să deschizi **{origin}** într-o nouă filă a browserului.",
|
|
24
|
+
"df.wise.ExternalConfirmation.open": "Deschide într-o filă nouă",
|
|
25
|
+
"df.wise.ExternalConfirmation.title": "Te rugăm să confirmi",
|
|
26
|
+
"df.wise.Help.ariaLabel": "Dă click aici pentru mai multe informații.",
|
|
27
|
+
"df.wise.MultiSelect.summary": "{first} și încă {count}",
|
|
28
|
+
"df.wise.MultipleFileUploadSchema.maxFileSizeError": "Ne pare rău, acel fișier este prea mare. Te rugăm să încarci un fișier mai mic.",
|
|
29
|
+
"df.wise.MultipleFileUploadSchema.maxItemsError": "Te rugăm să încarci {maxItems} fișiere sau mai puține.",
|
|
30
|
+
"df.wise.MultipleFileUploadSchema.minItemsError": "Te rugăm să încarci cel puțin {minItems} fișier(e).",
|
|
31
|
+
"df.wise.PersistAsyncSchema.genericError": "Ceva nu a mers bine, te rugăm să încerci din nou."
|
|
32
|
+
}
|