@box/metadata-editor 0.103.1 → 0.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/delete-confirmation-modal.js +45 -38
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/messages.js +4 -0
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +65 -63
- package/dist/i18n/bn-IN.js +2 -2
- package/dist/i18n/da-DK.js +2 -2
- package/dist/i18n/de-DE.js +2 -2
- package/dist/i18n/en-AU.js +2 -2
- package/dist/i18n/en-CA.js +2 -2
- package/dist/i18n/en-GB.js +2 -2
- package/dist/i18n/en-US.js +1 -0
- package/dist/i18n/en-US.properties +2 -0
- package/dist/i18n/en-x-pseudo.js +2 -2
- package/dist/i18n/es-419.js +2 -2
- package/dist/i18n/es-ES.js +2 -2
- package/dist/i18n/fi-FI.js +2 -2
- package/dist/i18n/fr-CA.js +2 -2
- package/dist/i18n/fr-FR.js +2 -2
- package/dist/i18n/hi-IN.js +2 -2
- package/dist/i18n/it-IT.js +2 -2
- package/dist/i18n/ja-JP.js +2 -2
- package/dist/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/messages.json +1 -1
- package/dist/i18n/ko-KR.js +2 -2
- package/dist/i18n/nb-NO.js +2 -2
- package/dist/i18n/nl-NL.js +2 -2
- package/dist/i18n/pl-PL.js +2 -2
- package/dist/i18n/pt-BR.js +2 -2
- package/dist/i18n/ru-RU.js +2 -2
- package/dist/i18n/sv-SE.js +2 -2
- package/dist/i18n/tr-TR.js +2 -2
- package/dist/i18n/zh-CN.js +2 -2
- package/dist/i18n/zh-TW.js +2 -2
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/delete-confirmation-modal.d.ts +1 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/messages.d.ts +5 -0
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/types.d.ts +1 -0
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/types.d.ts +1 -0
- package/package.json +2 -2
@@ -1,69 +1,76 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import { useIntl as
|
1
|
+
import { useState as h } from "react";
|
2
|
+
import { Modal as o, Text as p, Checkbox as x, TextInput as I } from "@box/blueprint-web";
|
3
|
+
import { useIntl as v, FormattedMessage as s } from "react-intl";
|
4
4
|
import a from "./messages.js";
|
5
|
-
import { jsx as e, jsxs as
|
6
|
-
import '../../../../../../styles/delete-confirmation-modal.css';const
|
7
|
-
modalBody:
|
8
|
-
},
|
9
|
-
onConfirm:
|
10
|
-
templateName:
|
11
|
-
onDismiss:
|
12
|
-
open:
|
5
|
+
import { jsx as e, jsxs as i } from "react/jsx-runtime";
|
6
|
+
import '../../../../../../styles/delete-confirmation-modal.css';const F = "_modalBody_1wc7x_1", N = {
|
7
|
+
modalBody: F
|
8
|
+
}, H = ({
|
9
|
+
onConfirm: u,
|
10
|
+
templateName: g,
|
11
|
+
onDismiss: M,
|
12
|
+
open: B,
|
13
|
+
isCheckboxEnabled: m
|
13
14
|
}) => {
|
14
|
-
const t =
|
15
|
-
|
16
|
-
},
|
17
|
-
|
18
|
-
},
|
19
|
-
|
15
|
+
const t = v(), [c, f] = h(""), [r, C] = h(!1), d = (l) => {
|
16
|
+
l || (M(), f(""), C(!1));
|
17
|
+
}, n = g || t.formatMessage(a.deleteConfirmationModalCustomMetadata), y = c === n, b = () => {
|
18
|
+
C(!r);
|
19
|
+
}, k = () => {
|
20
|
+
u(), d(!1);
|
20
21
|
};
|
21
22
|
return /* @__PURE__ */ e(o, {
|
22
|
-
onOpenChange:
|
23
|
-
open:
|
24
|
-
children: /* @__PURE__ */
|
25
|
-
onEscapeKeyDown: (
|
23
|
+
onOpenChange: d,
|
24
|
+
open: B,
|
25
|
+
children: /* @__PURE__ */ i(o.Content, {
|
26
|
+
onEscapeKeyDown: (l) => l.stopPropagation(),
|
26
27
|
size: "small",
|
27
28
|
children: [/* @__PURE__ */ e(o.Header, {
|
28
29
|
"aria-label": t.formatMessage(a.deleteConfirmationModalHeaderAriaLabel),
|
29
|
-
children: /* @__PURE__ */ e(
|
30
|
+
children: /* @__PURE__ */ e(s, {
|
30
31
|
...a.deleteConfirmationModalHeader,
|
31
32
|
values: {
|
32
|
-
templateName:
|
33
|
+
templateName: n
|
33
34
|
}
|
34
35
|
})
|
35
36
|
}), /* @__PURE__ */ e(o.ScrollableContainer, {
|
36
|
-
children: /* @__PURE__ */
|
37
|
-
className:
|
38
|
-
children: [/* @__PURE__ */ e(
|
37
|
+
children: /* @__PURE__ */ i(o.Body, {
|
38
|
+
className: N.modalBody,
|
39
|
+
children: [/* @__PURE__ */ e(p, {
|
39
40
|
as: "p",
|
40
|
-
children: /* @__PURE__ */ e(
|
41
|
+
children: /* @__PURE__ */ e(s, {
|
41
42
|
...a.deleteConfirmationModalBodyFirstParagraph,
|
42
43
|
values: {
|
43
|
-
templateName:
|
44
|
+
templateName: n
|
44
45
|
}
|
45
46
|
})
|
46
|
-
}), /* @__PURE__ */ e(
|
47
|
+
}), /* @__PURE__ */ e(p, {
|
47
48
|
as: "p",
|
48
|
-
children: /* @__PURE__ */ e(
|
49
|
+
children: /* @__PURE__ */ e(s, {
|
49
50
|
...a.deleteConfirmationModalBodySecondParagraph
|
50
51
|
})
|
51
|
-
}), /* @__PURE__ */ e(
|
52
|
-
checked:
|
52
|
+
}), m ? /* @__PURE__ */ e(x.Item, {
|
53
|
+
checked: r,
|
53
54
|
"data-resin-target": "checkbox",
|
54
55
|
label: t.formatMessage(a.deleteConfirmationModalBodyCheckboxLabel),
|
55
|
-
onCheckedChange:
|
56
|
+
onCheckedChange: b,
|
56
57
|
value: "overageCheckbox"
|
58
|
+
}) : /* @__PURE__ */ e(I, {
|
59
|
+
label: t.formatMessage(a.deleteConfirmationModalBodyInputFieldLabel),
|
60
|
+
onChange: (l) => f(l.target.value),
|
61
|
+
placeholder: n,
|
62
|
+
required: !0,
|
63
|
+
value: c
|
57
64
|
})]
|
58
65
|
})
|
59
|
-
}), /* @__PURE__ */
|
66
|
+
}), /* @__PURE__ */ i(o.Footer, {
|
60
67
|
children: [/* @__PURE__ */ e(o.Footer.SecondaryButton, {
|
61
|
-
onClick: () =>
|
68
|
+
onClick: () => d(!1),
|
62
69
|
size: "large",
|
63
70
|
children: t.formatMessage(a.deleteConfirmationModalCancelButton)
|
64
71
|
}), /* @__PURE__ */ e(o.Footer.PrimaryButton, {
|
65
|
-
disabled: !
|
66
|
-
onClick:
|
72
|
+
disabled: m ? !r : !y,
|
73
|
+
onClick: k,
|
67
74
|
size: "large",
|
68
75
|
children: t.formatMessage(a.deleteConfirmationModalConfirmButton)
|
69
76
|
})]
|
@@ -74,5 +81,5 @@ import '../../../../../../styles/delete-confirmation-modal.css';const y = "_moda
|
|
74
81
|
});
|
75
82
|
};
|
76
83
|
export {
|
77
|
-
|
84
|
+
H as DeleteConfirmationModal
|
78
85
|
};
|
@@ -20,6 +20,10 @@ const t = e({
|
|
20
20
|
id: "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph",
|
21
21
|
defaultMessage: "Once deleted, Metadata values cannot be restored."
|
22
22
|
},
|
23
|
+
deleteConfirmationModalBodyInputFieldLabel: {
|
24
|
+
id: "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel",
|
25
|
+
defaultMessage: "Type the Metadata Template’s name to confirm deletion"
|
26
|
+
},
|
23
27
|
deleteConfirmationModalBodyCheckboxLabel: {
|
24
28
|
id: "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel",
|
25
29
|
defaultMessage: "Select the checkbox to confirm deletion"
|
@@ -1,98 +1,99 @@
|
|
1
1
|
import "../custom-instance-new-field/custom-instance-new-field.js";
|
2
|
-
import { DeleteConfirmationModal as
|
2
|
+
import { DeleteConfirmationModal as J } from "../delete-confirmation-modal/delete-confirmation-modal.js";
|
3
3
|
import "../metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.js";
|
4
4
|
import "../metadata-instance-form-header/metadata-instance-form-header.js";
|
5
|
-
import
|
6
|
-
import { Formik as
|
7
|
-
import { useState as M, useEffect as
|
8
|
-
import { TEMPLATE_CUSTOM_PROPERTIES as
|
9
|
-
import { useAutofill as
|
10
|
-
import { TemplateInstance as
|
11
|
-
import { MetadataEmptyState as
|
12
|
-
import { AutofillOverlay as
|
13
|
-
import { CustomInstance as
|
14
|
-
import { c as
|
15
|
-
import { s as m, M as
|
16
|
-
import { jsx as
|
5
|
+
import q from "clsx";
|
6
|
+
import { Formik as z, Form as G } from "formik";
|
7
|
+
import { useState as M, useEffect as c, useRef as H, useMemo as Q } from "react";
|
8
|
+
import { TEMPLATE_CUSTOM_PROPERTIES as X } from "../../../../constants.js";
|
9
|
+
import { useAutofill as Y } from "../../../../utils/autofill-context.js";
|
10
|
+
import { TemplateInstance as Z } from "../../../metadata-editor-fields/metadata-editor-fields.js";
|
11
|
+
import { MetadataEmptyState as I } from "../../../metadata-empty-state/metadata-empty-state.js";
|
12
|
+
import { AutofillOverlay as T } from "../autofill-overlay/autofill-overlay.js";
|
13
|
+
import { CustomInstance as oo } from "../custom-instance/custom-instance.js";
|
14
|
+
import { c as ro } from "../../../../../../chunks/utils.js";
|
15
|
+
import { s as m, M as io } from "../../../../../../chunks/metadata-instance-form-card-wrapper.js";
|
16
|
+
import { jsx as i, jsxs as F } from "react/jsx-runtime";
|
17
17
|
import { UnsavedChangesModal as to } from "../../../unsaved-changes-modal/unsaved-changes-modal.js";
|
18
|
-
const yo = (
|
18
|
+
const yo = (b) => {
|
19
19
|
const {
|
20
|
-
areAiSuggestionsAvailable:
|
20
|
+
areAiSuggestionsAvailable: y,
|
21
21
|
customRef: a,
|
22
|
-
isLargeFile:
|
22
|
+
isLargeFile: S,
|
23
23
|
errorCode: n,
|
24
24
|
isAiSuggestionsFeatureEnabled: s,
|
25
|
-
isBetaLanguageEnabled:
|
26
|
-
isDeleteButtonDisabled:
|
25
|
+
isBetaLanguageEnabled: D,
|
26
|
+
isDeleteButtonDisabled: O,
|
27
|
+
isDeleteConfirmationModalCheckboxEnabled: v,
|
27
28
|
isMultilevelTaxonomyFieldEnabled: l,
|
28
|
-
isUnsavedChangesModalOpen:
|
29
|
+
isUnsavedChangesModalOpen: x = !1,
|
29
30
|
MetadataInstanceFormCustomWrapper: A,
|
30
31
|
selectedTemplateInstance: o,
|
31
|
-
onCancel:
|
32
|
-
onDelete:
|
33
|
-
onDiscardUnsavedChanges:
|
34
|
-
onSubmit:
|
32
|
+
onCancel: L,
|
33
|
+
onDelete: N,
|
34
|
+
onDiscardUnsavedChanges: P,
|
35
|
+
onSubmit: R,
|
35
36
|
setIsUnsavedChangesModalOpen: f,
|
36
37
|
taxonomyOptionsFetcher: u
|
37
|
-
} =
|
38
|
-
isFetchingSuggestions:
|
38
|
+
} = b, U = A ?? io, [k, d] = M(!1), {
|
39
|
+
isFetchingSuggestions: t,
|
39
40
|
isLongLoading: g,
|
40
41
|
getAiSuggestions: B,
|
41
42
|
clearState: p,
|
42
43
|
suggestions: w
|
43
|
-
} =
|
44
|
-
|
44
|
+
} = Y();
|
45
|
+
c(() => () => {
|
45
46
|
p();
|
46
47
|
}, [p, o == null ? void 0 : o.id]);
|
47
|
-
const h = (o == null ? void 0 : o.templateKey) ===
|
48
|
-
await
|
48
|
+
const h = (o == null ? void 0 : o.templateKey) === X, K = async (r) => {
|
49
|
+
await R(r, ro(r, o));
|
49
50
|
}, W = (r) => {
|
50
|
-
r ? f(!0) :
|
51
|
+
r ? f(!0) : L();
|
51
52
|
}, j = () => {
|
52
53
|
d(!0);
|
53
|
-
},
|
54
|
+
}, V = {
|
54
55
|
metadata: {
|
55
56
|
...o
|
56
57
|
}
|
57
|
-
}, C =
|
58
|
-
|
59
|
-
|
58
|
+
}, C = H(null), [E, _] = M(null);
|
59
|
+
c(() => {
|
60
|
+
_(a ?? C.current);
|
60
61
|
}, [a, o == null ? void 0 : o.templateKey, o == null ? void 0 : o.scope]);
|
61
|
-
const
|
62
|
+
const $ = Q(() => {
|
62
63
|
const r = (o == null ? void 0 : o.fields.length) === 0;
|
63
64
|
if (h)
|
64
|
-
return /* @__PURE__ */
|
65
|
-
isLoading:
|
65
|
+
return /* @__PURE__ */ i(oo, {
|
66
|
+
isLoading: t
|
66
67
|
});
|
67
68
|
if (r)
|
68
|
-
return /* @__PURE__ */
|
69
|
+
return /* @__PURE__ */ i(I, {
|
69
70
|
isBoxAiSuggestionsFeatureEnabled: s,
|
70
71
|
level: "instance"
|
71
72
|
});
|
72
|
-
const e = !!(
|
73
|
-
return /* @__PURE__ */
|
74
|
-
className:
|
75
|
-
children: [/* @__PURE__ */
|
73
|
+
const e = !!(t || n);
|
74
|
+
return /* @__PURE__ */ F("div", {
|
75
|
+
className: q(m.metadataInstanceFormContent, e && m.showOverlay),
|
76
|
+
children: [/* @__PURE__ */ i(T, {
|
76
77
|
errorCode: n,
|
77
|
-
isFetchingSuggestions:
|
78
|
+
isFetchingSuggestions: t,
|
78
79
|
isLongLoading: g
|
79
|
-
}), /* @__PURE__ */
|
80
|
-
disableForm:
|
80
|
+
}), /* @__PURE__ */ i(Z, {
|
81
|
+
disableForm: t,
|
81
82
|
isMultilevelTaxonomyFieldEnabled: l,
|
82
|
-
portalElement: a ??
|
83
|
+
portalElement: a ?? E,
|
83
84
|
taxonomyOptionsFetcher: u
|
84
85
|
})]
|
85
86
|
});
|
86
|
-
}, [o == null ? void 0 : o.fields.length, h,
|
87
|
-
return /* @__PURE__ */
|
88
|
-
initialValues:
|
87
|
+
}, [o == null ? void 0 : o.fields.length, h, t, g, a, E, u, s, l, n]);
|
88
|
+
return /* @__PURE__ */ i(z, {
|
89
|
+
initialValues: V,
|
89
90
|
onSubmit: K,
|
90
91
|
children: ({
|
91
92
|
values: r,
|
92
93
|
dirty: e
|
93
|
-
}) => /* @__PURE__ */
|
94
|
-
children: [/* @__PURE__ */
|
95
|
-
areAiSuggestionsAvailable:
|
94
|
+
}) => /* @__PURE__ */ F(G, {
|
95
|
+
children: [/* @__PURE__ */ i(U, {
|
96
|
+
areAiSuggestionsAvailable: y,
|
96
97
|
className: m.metadataInstanceForm,
|
97
98
|
formRef: C,
|
98
99
|
formValues: r,
|
@@ -100,22 +101,23 @@ const yo = (y) => {
|
|
100
101
|
handleCancel: W,
|
101
102
|
handleDelete: j,
|
102
103
|
isAiSuggestionsFeatureEnabled: s,
|
103
|
-
isBetaLanguageEnabled:
|
104
|
-
isDeleteButtonDisabled:
|
105
|
-
isFetchingSuggestions:
|
104
|
+
isBetaLanguageEnabled: D,
|
105
|
+
isDeleteButtonDisabled: O,
|
106
|
+
isFetchingSuggestions: t,
|
106
107
|
isFormDirty: e,
|
107
|
-
isLargeFile:
|
108
|
+
isLargeFile: S,
|
108
109
|
selectedTemplateInstance: o,
|
109
110
|
suggestions: w,
|
110
|
-
children: o &&
|
111
|
-
}), /* @__PURE__ */
|
111
|
+
children: o && $
|
112
|
+
}), /* @__PURE__ */ i(to, {
|
112
113
|
onBackToEdit: () => f(!1),
|
113
|
-
onDiscardChanges:
|
114
|
-
open:
|
115
|
-
}), /* @__PURE__ */
|
116
|
-
|
114
|
+
onDiscardChanges: P,
|
115
|
+
open: x
|
116
|
+
}), /* @__PURE__ */ i(J, {
|
117
|
+
isCheckboxEnabled: v,
|
118
|
+
onConfirm: () => N(o),
|
117
119
|
onDismiss: () => d(!1),
|
118
|
-
open:
|
120
|
+
open: k,
|
119
121
|
templateName: o == null ? void 0 : o.displayName
|
120
122
|
})]
|
121
123
|
})
|
package/dist/i18n/bn-IN.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI উপরের মতো একই মান প্রস্তাব করে",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "আপনি কি সত্যিই \"{templateName}\" মেটাডেটা টেমপ্লেট এবং এই ফাইল থেকে এটির সব মান মুছে ফেলতে চান?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "মুছে দেওয়া নিশ্চিত করতে মেটাডেটা টেমপ্লেটর নাম লিখুন",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "মুছে দেওয়ার পর মেটাডেটার মানগুলো আর পুনরুদ্ধার করা যাবে না।",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "বাতিল করুন",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "নিশ্চিত করুন",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "রিলোড করুন",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "ত্রুটি",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "বিশদ লোড করা যায়নি",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "লোড করা হচ্ছে..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "মুছে দেওয়া নিশ্চিত করতে মেটাডেটা টেমপ্লেটর নাম লিখুন"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "লোড করা হচ্ছে..."
|
126
126
|
}
|
package/dist/i18n/da-DK.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI foreslår den samme værdi som ovenfor",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Er du sikker på, at du vil slette \"{templateName}\" metadataskabelon og alle dens værdier fra denne fil?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Indtast navnet på metadata-skabelonen for at bekræfte sletning",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Når metadata-værdier er slettet, kan de ikke gendannes.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuller",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bekræft",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Genindlæs",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Fejl",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Kunne ikke indlæse detaljer",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Indlæser..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Indtast navnet på metadata-skabelonen for at bekræfte sletning"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Indlæser..."
|
126
126
|
}
|
package/dist/i18n/de-DE.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI schlägt denselben Wert wie oben vor",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Möchten Sie die Metadaten-Vorlage „{templateName}“ und alle ihre Werte aus dieser Datei wirklich löschen?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Geben Sie den Namen der Metadaten-Vorlage ein, um das Löschen zu bestätigen",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Nach dem Löschen können die Metadaten-Werte nicht wiederhergestellt werden.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Abbrechen",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bestätigen",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Neu laden",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Fehler",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Details konnten nicht geladen werden",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laden …"
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Geben Sie den Namen der Metadaten-Vorlage ein, um das Löschen zu bestätigen"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laden …"
|
126
126
|
}
|
package/dist/i18n/en-AU.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template's name to confirm deletion",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Once deleted, Metadata values cannot be restored.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancel",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirm",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Reload",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Error",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template's name to confirm deletion"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
|
126
126
|
}
|
package/dist/i18n/en-CA.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template’s name to confirm deletion",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Once deleted, Metadata values cannot be restored.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancel",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirm",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Reload",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Error",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template’s name to confirm deletion"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
|
126
126
|
}
|
package/dist/i18n/en-GB.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template's name to confirm deletion",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Once deleted, Metadata values cannot be restored.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancel",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirm",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Reload",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Error",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template's name to confirm deletion"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
|
126
126
|
}
|
package/dist/i18n/en-US.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template’s name to confirm deletion",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Once deleted, Metadata values cannot be restored.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancel",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirm",
|
@@ -94,6 +94,8 @@ metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggests
|
|
94
94
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Select the checkbox to confirm deletion
|
95
95
|
# Paragraph asking user are they sure that they want to delete the template
|
96
96
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Are you sure you want to delete the "{templateName}" Metadata template, and all of its values from this file?
|
97
|
+
# Label informing how to confirm deletion of the template
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Type the Metadata Template’s name to confirm deletion
|
97
99
|
# Paragraph informing that data cannot be restored
|
98
100
|
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Once deleted, Metadata values cannot be restored.
|
99
101
|
# CTA to cancel deletion of the template
|
package/dist/i18n/en-x-pseudo.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "⟦萬萬萬萬萬萬萬萬萬萬萬 Βσ× ǺÌ şűġğėŝţş ťĥє şámέ νąľμέ àŝ âьŏνė 國國國國國國國國國國國⟧",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αŗė ўóŭ śµяë ỳøµ ώάʼnτ ţö ďėļēŧë ťħê \"{templateName}\" Мéţâďäŧα τēmΡľáτę, ąиď ãľļ öƒ їţś ναļűéş ƒѓőm ŧнįŝ ƒϊĺě? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦỳΡë ťħě Мєţãďäŧä ŢèmΡļäτé’ѕ ŋǻmе ŧô ĉоηƒϊгm ďέľеτìöй 國國國國國國國國國國國國國國國⟧",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŏňĉê ďèĺéτέď, Мéŧāďåťā νāļŭèş čáйпστ вě řėŝŧőгèď. 國國國國國國國國國國國國國國⟧",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "⟦萬 Çâπсεľ 國⟧",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "⟦萬萬 Ċόηƒįґm 國國⟧",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "⟦萬 Ŕεľόäď 國⟧",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "⟦萬 Ěггōř 國⟧",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "⟦萬萬萬萬萬萬 ₣άîĺěď ţó ļõâď ďĕţàįĺѕ 國國國國國國⟧",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "⟦萬萬 Ĺòãďïиĝ... 國國⟧"
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦỳΡë ťħě Мєţãďäŧä ŢèmΡļäτé’ѕ ŋǻmе ŧô ĉоηƒϊгm ďέľеτìöй 國國國國國國國國國國國國國國國⟧"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "⟦萬萬 Ĺòãďïиĝ... 國國⟧"
|
126
126
|
}
|
package/dist/i18n/es-419.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI recomienda el mismo valor que el anterior",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "¿Seguro que deseas eliminar la plantilla de metadatos \"{templateName}\" y todos sus valores de este archivo?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Escriba el nombre de la plantilla de metadatos para confirmar que se ha eliminado.",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Una vez eliminados, los valores de metadatos no se podrán recuperar.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Anular",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmar",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Recargar",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Error",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Error al cargar los detalles",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…"
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Escriba el nombre de la plantilla de metadatos para confirmar que se ha eliminado."
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…"
|
126
126
|
}
|
package/dist/i18n/es-ES.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI recomienda el mismo valor que el anterior",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "¿Seguro que deseas eliminar la plantilla de metadatos \"{templateName}\" y todos sus valores de este archivo?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Escriba el nombre de la plantilla de metadatos para confirmar que se ha eliminado.",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Una vez eliminados, los valores de metadatos no se podrán recuperar.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Anular",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmar",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Recargar",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Error",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Error al cargar los detalles",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…"
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Escriba el nombre de la plantilla de metadatos para confirmar que se ha eliminado."
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…"
|
126
126
|
}
|
package/dist/i18n/fi-FI.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI ehdottaa samaa arvoa kuin yllä",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Oletko varma, että haluat poistaa \"{templateName}\" Metatietomallin ja kaikki sen arvot tästä tiedostosta?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Vahvista poisto kirjoittamalla metatietomallin nimi",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Metatietoarvoja ei voi palauttaa, kun ne on poistettu.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Peruuta",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Vahvista",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Lataa uudelleen",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Virhe",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Tietoja ei voitu ladata",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Ladataan..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Vahvista poisto kirjoittamalla metatietomallin nimi"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Ladataan..."
|
126
126
|
}
|
package/dist/i18n/fr-CA.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Saisissez le nom du modèle de métadonnées pour valider la suppression",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Une fois supprimées, les valeurs de métadonnées ne peuvent pas être restaurées.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuler",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmer",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Recharger",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Erreur",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Échec du chargement des détails",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Saisissez le nom du modèle de métadonnées pour valider la suppression"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
|
126
126
|
}
|
package/dist/i18n/fr-FR.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Saisissez le nom du modèle de métadonnées pour valider la suppression",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Une fois supprimées, les valeurs de métadonnées ne peuvent pas être restaurées.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuler",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmer",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Recharger",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Erreur",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Échec du chargement des détails",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Saisissez le nom du modèle de métadonnées pour valider la suppression"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
|
126
126
|
}
|
package/dist/i18n/hi-IN.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI, ऊपर की तरह एक समान मूल्य का सुझाव देता है",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "क्या आप वाकई इस फ़ाइल से \"{templateName}\" मेटाडेटा टेम्पलेट, और उसके सभी मूल्यमानों को हटाना चाहते हैं?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "हटाने की पुष्टि करने के लिए एक मेटाडेटा टेम्पलेट का नाम टाइप करें",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "हटने के बाद, मेटाडेटा मूल्यमानों को बहाल नहीं किया जा सकता है।",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "रद्द करें",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "पुष्टि करें",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "फिर से लोड करें",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "त्रुटि",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "विवरण लोड करने में विफल रहा",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "लोड हो रहा है..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "हटाने की पुष्टि करने के लिए एक मेटाडेटा टेम्पलेट का नाम टाइप करें"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "लोड हो रहा है..."
|
126
126
|
}
|
package/dist/i18n/it-IT.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggerisce lo stesso valore indicato sopra",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Confermi di voler eliminare il modello di metadati \"{templateName}\" e tutti i suoi valori da questo file?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digita il nome del modello di metadati per confermare l'eliminazione",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Una volta eliminati, i valori dei metadati non possono essere ripristinati.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annulla",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Conferma",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Ricarica",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Errore",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Caricamento dei dettagli non riuscito",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Caricamento in corso..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digita il nome del modello di metadati per confermare l'eliminazione"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Caricamento in corso..."
|
126
126
|
}
|
package/dist/i18n/ja-JP.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AIは上記と同じ値をお勧めします",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "このファイルから、メタデータテンプレート「{templateName}」とそのすべての値を削除してもよろしいですか?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "削除を確認するには、メタデータテンプレートの名前を入力してください",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "一度削除すると、メタデータ値は復元できません。",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "キャンセル",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "確認",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "再読み込み",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "エラー",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "詳細を読み込めませんでした",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "読み込み中..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "削除を確認するには、メタデータテンプレートの名前を入力してください"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "読み込み中..."
|
126
126
|
}
|
@@ -1 +1 @@
|
|
1
|
-
[{"id":"metadataEditor.editInstance.deleteConfirmationModal.customMedatata","description":"Template named used when user created custom metadata template","defaultMessage":"Custom Metadata"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.header","description":"Header informing that template will be deleted","defaultMessage":"Delete \"{templateName}\""},{"id":"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel","description":"Aria label for header informing that template will be deleted","defaultMessage":"Delete Metadata Template"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph","description":"Paragraph asking user are they sure that they want to delete the template","defaultMessage":"Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph","description":"Paragraph informing that data cannot be restored","defaultMessage":"Once deleted, Metadata values cannot be restored."},{"id":"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel","description":"Label informing how to confirm deletion of the template","defaultMessage":"Select the checkbox to confirm deletion"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.cancelButton","description":"CTA to cancel deletion of the template","defaultMessage":"Cancel"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.confirmButton","description":"CTA to confirm deletion of the template","defaultMessage":"Confirm"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.dismissButton","description":"Aria label for Dismiss (x) button","defaultMessage":"Dismiss"}]
|
1
|
+
[{"id":"metadataEditor.editInstance.deleteConfirmationModal.customMedatata","description":"Template named used when user created custom metadata template","defaultMessage":"Custom Metadata"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.header","description":"Header informing that template will be deleted","defaultMessage":"Delete \"{templateName}\""},{"id":"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel","description":"Aria label for header informing that template will be deleted","defaultMessage":"Delete Metadata Template"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph","description":"Paragraph asking user are they sure that they want to delete the template","defaultMessage":"Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph","description":"Paragraph informing that data cannot be restored","defaultMessage":"Once deleted, Metadata values cannot be restored."},{"id":"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel","description":"Label informing how to confirm deletion of the template","defaultMessage":"Type the Metadata Template’s name to confirm deletion"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel","description":"Label informing how to confirm deletion of the template","defaultMessage":"Select the checkbox to confirm deletion"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.cancelButton","description":"CTA to cancel deletion of the template","defaultMessage":"Cancel"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.confirmButton","description":"CTA to confirm deletion of the template","defaultMessage":"Confirm"},{"id":"metadataEditor.editInstance.deleteConfirmationModal.dismissButton","description":"Aria label for Dismiss (x) button","defaultMessage":"Dismiss"}]
|
package/dist/i18n/ko-KR.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI는 위와 동일한 값을 제안합니다",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "\"{templateName}\" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "메타데이터 템플릿의 이름을 입력하여 삭제를 확인합니다",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "일단 삭제된 메타데이터 값은 복원할 수 없습니다.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "취소",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "확인",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "다시 로드",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "오류",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "상세한 내용을 로드하지 못함",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "로드 중..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "메타데이터 템플릿의 이름을 입력하여 삭제를 확인합니다"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "로드 중..."
|
126
126
|
}
|
package/dist/i18n/nb-NO.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI foreslår den samme verdien som ovenfor",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv inn navnet på metadatamalen for å bekrefte slettingen",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Metadataverdier kan ikke gjenopprettes etter sletting.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Avbryt",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bekreft",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Last inn på nytt",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Feil",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Kunne ikke laste inn detaljer",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laster …"
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv inn navnet på metadatamalen for å bekrefte slettingen"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laster …"
|
126
126
|
}
|
package/dist/i18n/nl-NL.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI stelt dezelfde waarde voor als hierboven",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Weet u zeker dat u de metagegevenssjabloon ‘{templateName}’ en al zijn waarden uit dit bestand wilt verwijderen?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Typ de naam van de metagegevenssjabloon om verwijdering te bevestigen",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Eenmaal verwijderd, kunnen metagegevenwaarden niet worden hersteld.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuleren",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bevestigen",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Opnieuw laden",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Fout",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Kan geen details laden",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laden..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Typ de naam van de metagegevenssjabloon om verwijdering te bevestigen"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laden..."
|
126
126
|
}
|
package/dist/i18n/pl-PL.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI sugeruje tę samą wartość, co powyżej",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Czy na pewno chcesz usunąć szablon metadanych „{templateName}” i wszystkie jego wartości z tego pliku?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Wpisz nazwę szablonu metadanych, aby potwierdzić usunięcie",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Po usunięciu wartości metadanych nie można przywrócić .",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Anuluj",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Potwierdź",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Wczytaj ponownie",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Błąd",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Nie udało się wczytać szczegółów",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Trwa wczytywanie..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Wpisz nazwę szablonu metadanych, aby potwierdzić usunięcie"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Trwa wczytywanie..."
|
126
126
|
}
|
package/dist/i18n/pt-BR.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "O Box AI sugere o mesmo valor acima",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Tem certeza de que deseja excluir o modelo de metadados \"{templateName}\" e todos os seus valores deste arquivo?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digite o nome do modelo de metadados para confirmar a exclusão",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Após excluídos, os valores de metadados não podem ser restaurados.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancelar",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmar",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Recarregar",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Erro",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Falha ao carregar detalhes",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Carregando..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digite o nome do modelo de metadados para confirmar a exclusão"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Carregando..."
|
126
126
|
}
|
package/dist/i18n/ru-RU.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI предлагает то же значение, что и выше",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Удалить шаблон метаданных „{templateName}“ и все его значения из этого файла?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Введите имя шаблона метаданных для подтверждения удаления",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "После удаления значения метаданных не могут быть восстановлены.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Отмена",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Подтвердить",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Перезагрузить",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Ошибка",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Не удалось загрузить сведения",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Загрузка..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Введите имя шаблона метаданных для подтверждения удаления"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Загрузка..."
|
126
126
|
}
|
package/dist/i18n/sv-SE.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI föreslår samma värde som ovan",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Är du säker på att du vill radera metadatamallen \"{templateName}\" och alla dess värden från den här filen?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv metadatamallens namn för att bekräfta radering",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "När de har raderats kan metadatavärden inte återställas.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Avbryt",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bekräfta",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Ladda om",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Fel",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Det gick inte att ladda information",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Läser in..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv metadatamallens namn för att bekräfta radering"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Läser in..."
|
126
126
|
}
|
package/dist/i18n/tr-TR.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI yukarıdaki ile aynı değeri öneriyor",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "\"{templateName}\" Meta Veri şablonunu ve tüm değerlerini bu dosyadan silmek istediğinizden emin misiniz?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Silmeyi onaylamak için Meta Veri Şablonunun adını yazın",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Silindikten sonra Meta Veri değerleri geri yüklenemez.",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "İptal Et",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Onayla",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "Yeniden yükle",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "Hata",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "Ayrıntılar yüklenemedi",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Yükleniyor..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Silmeyi onaylamak için Meta Veri Şablonunun adını yazın"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Yükleniyor..."
|
126
126
|
}
|
package/dist/i18n/zh-CN.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI 建议与上述相同的值",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "是否确定要删除 “{templateName}” 元数据模板及其此文件中的所有值?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "键入元数据模板的名称以确认删除",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "元数据值一旦删除就无法恢复。",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "取消",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "确认",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "重新加载",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "错误",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "无法加载详细信息",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "正在加载..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "键入元数据模板的名称以确认删除"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "正在加载..."
|
126
126
|
}
|
package/dist/i18n/zh-TW.js
CHANGED
@@ -47,6 +47,7 @@ export default {
|
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI 建議與上方相同的值",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "確定要刪除「{templateName}」中繼資料範本,以及此檔案中的所有值?",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "輸入中繼資料範本的名稱以確認刪除",
|
50
51
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "刪除後,中繼資料值將無法恢復。",
|
51
52
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "取消",
|
52
53
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "確認",
|
@@ -121,6 +122,5 @@ export default {
|
|
121
122
|
"taxonomyAncestorStatusPill.errorAction": "重新載入",
|
122
123
|
"taxonomyAncestorStatusPill.errorIconLabel": "錯誤",
|
123
124
|
"taxonomyAncestorStatusPill.errorMessage": "載入詳細資料失敗",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "正在載入..."
|
125
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "輸入中繼資料範本的名稱以確認刪除"
|
125
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "正在載入..."
|
126
126
|
}
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { DeleteConfirmationModalProps } from './types';
|
2
|
-
export declare const DeleteConfirmationModal: ({ onConfirm, templateName, onDismiss, open }: DeleteConfirmationModalProps) => import("react/jsx-runtime").JSX.Element;
|
2
|
+
export declare const DeleteConfirmationModal: ({ onConfirm, templateName, onDismiss, open, isCheckboxEnabled, }: DeleteConfirmationModalProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -24,6 +24,11 @@ declare const messages: {
|
|
24
24
|
description: string;
|
25
25
|
id: string;
|
26
26
|
};
|
27
|
+
deleteConfirmationModalBodyInputFieldLabel: {
|
28
|
+
defaultMessage: string;
|
29
|
+
description: string;
|
30
|
+
id: string;
|
31
|
+
};
|
27
32
|
deleteConfirmationModalBodyCheckboxLabel: {
|
28
33
|
defaultMessage: string;
|
29
34
|
description: string;
|
@@ -9,6 +9,7 @@ export type MetadataInstanceFormProps = {
|
|
9
9
|
isAiSuggestionsFeatureEnabled: boolean;
|
10
10
|
isBetaLanguageEnabled: boolean;
|
11
11
|
isDeleteButtonDisabled: boolean;
|
12
|
+
isDeleteConfirmationModalCheckboxEnabled: boolean;
|
12
13
|
isLargeFile: boolean;
|
13
14
|
/** When true enables the multilevel taxonomy filed component with tree selection */
|
14
15
|
isMultilevelTaxonomyFieldEnabled: boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@box/metadata-editor",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.104.0",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@ariakit/react": "0.4.15",
|
6
6
|
"@box/blueprint-web": "^7.30.3",
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"devDependencies": {
|
16
16
|
"@ariakit/react": "0.4.15",
|
17
17
|
"@box/babel-plugin-target-attributes": "1.3.0",
|
18
|
-
"@box/blueprint-web": "^11.
|
18
|
+
"@box/blueprint-web": "^11.9.0",
|
19
19
|
"@box/blueprint-web-assets": "^4.41.1",
|
20
20
|
"@box/storybook-utils": "^0.12.0",
|
21
21
|
"@testing-library/react": "^15.0.6",
|