@box/metadata-editor 0.101.10 → 0.103.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 +53 -55
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/messages.js +3 -3
- package/dist/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-inline-notice/messages.js +1 -1
- package/dist/i18n/bn-IN.js +3 -2
- package/dist/i18n/da-DK.js +3 -2
- package/dist/i18n/de-DE.js +3 -2
- package/dist/i18n/en-AU.js +3 -2
- package/dist/i18n/en-CA.js +3 -2
- package/dist/i18n/en-GB.js +4 -3
- package/dist/i18n/en-GB.properties +1 -1
- package/dist/i18n/en-US.js +2 -2
- package/dist/i18n/en-US.properties +3 -3
- package/dist/i18n/en-x-pseudo.js +123 -122
- package/dist/i18n/en-x-pseudo.properties +122 -122
- package/dist/i18n/es-419.js +3 -2
- package/dist/i18n/es-ES.js +3 -2
- package/dist/i18n/fi-FI.js +3 -2
- package/dist/i18n/fr-CA.js +3 -2
- package/dist/i18n/fr-FR.js +3 -2
- package/dist/i18n/hi-IN.js +3 -2
- package/dist/i18n/it-IT.js +3 -2
- package/dist/i18n/ja-JP.js +3 -2
- package/dist/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/messages.json +1 -1
- package/dist/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-inline-notice/messages.json +1 -1
- package/dist/i18n/ko-KR.js +3 -2
- package/dist/i18n/nb-NO.js +3 -2
- package/dist/i18n/nl-NL.js +3 -2
- package/dist/i18n/pl-PL.js +3 -2
- package/dist/i18n/pt-BR.js +3 -2
- package/dist/i18n/ru-RU.js +3 -2
- package/dist/i18n/sv-SE.js +3 -2
- package/dist/i18n/tr-TR.js +3 -2
- package/dist/i18n/zh-CN.js +3 -2
- package/dist/i18n/zh-TW.js +3 -2
- package/dist/styles/delete-confirmation-modal.css +1 -1
- package/dist/types/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/messages.d.ts +1 -1
- package/package.json +4 -4
@@ -1,80 +1,78 @@
|
|
1
|
-
import { Modal as
|
2
|
-
import { useState as
|
3
|
-
import { useIntl as
|
4
|
-
import
|
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:
|
1
|
+
import { Modal as o, Text as c, Checkbox as B } from "@box/blueprint-web";
|
2
|
+
import { useState as b } from "react";
|
3
|
+
import { useIntl as u, FormattedMessage as d } from "react-intl";
|
4
|
+
import a from "./messages.js";
|
5
|
+
import { jsx as e, jsxs as s } from "react/jsx-runtime";
|
6
|
+
import '../../../../../../styles/delete-confirmation-modal.css';const y = "_modalBody_1wc7x_1", k = {
|
7
|
+
modalBody: y
|
8
|
+
}, S = ({
|
9
|
+
onConfirm: C,
|
10
|
+
templateName: f,
|
11
|
+
onDismiss: h,
|
12
|
+
open: g
|
13
13
|
}) => {
|
14
|
-
const
|
15
|
-
|
16
|
-
},
|
17
|
-
|
18
|
-
},
|
19
|
-
|
14
|
+
const t = u(), [n, i] = b(!1), l = (r) => {
|
15
|
+
r || (h(), i(!1));
|
16
|
+
}, m = f || t.formatMessage(a.deleteConfirmationModalCustomMetadata), M = () => {
|
17
|
+
i(!n);
|
18
|
+
}, p = () => {
|
19
|
+
C(), l(!1);
|
20
20
|
};
|
21
|
-
return
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
children: /* @__PURE__ */ d(a.Content, {
|
27
|
-
onEscapeKeyDown: (t) => t.stopPropagation(),
|
21
|
+
return /* @__PURE__ */ e(o, {
|
22
|
+
onOpenChange: l,
|
23
|
+
open: g,
|
24
|
+
children: /* @__PURE__ */ s(o.Content, {
|
25
|
+
onEscapeKeyDown: (r) => r.stopPropagation(),
|
28
26
|
size: "small",
|
29
|
-
children: [/* @__PURE__ */ e(
|
30
|
-
"aria-label":
|
31
|
-
children: /* @__PURE__ */ e(
|
32
|
-
...
|
27
|
+
children: [/* @__PURE__ */ e(o.Header, {
|
28
|
+
"aria-label": t.formatMessage(a.deleteConfirmationModalHeaderAriaLabel),
|
29
|
+
children: /* @__PURE__ */ e(d, {
|
30
|
+
...a.deleteConfirmationModalHeader,
|
33
31
|
values: {
|
34
|
-
templateName:
|
32
|
+
templateName: m
|
35
33
|
}
|
36
34
|
})
|
37
|
-
}), /* @__PURE__ */ e(
|
38
|
-
children: /* @__PURE__ */
|
39
|
-
className:
|
35
|
+
}), /* @__PURE__ */ e(o.ScrollableContainer, {
|
36
|
+
children: /* @__PURE__ */ s(o.Body, {
|
37
|
+
className: k.modalBody,
|
40
38
|
children: [/* @__PURE__ */ e(c, {
|
41
39
|
as: "p",
|
42
|
-
children: /* @__PURE__ */ e(
|
43
|
-
...
|
40
|
+
children: /* @__PURE__ */ e(d, {
|
41
|
+
...a.deleteConfirmationModalBodyFirstParagraph,
|
44
42
|
values: {
|
45
|
-
templateName:
|
43
|
+
templateName: m
|
46
44
|
}
|
47
45
|
})
|
48
46
|
}), /* @__PURE__ */ e(c, {
|
49
47
|
as: "p",
|
50
|
-
children: /* @__PURE__ */ e(
|
51
|
-
...
|
48
|
+
children: /* @__PURE__ */ e(d, {
|
49
|
+
...a.deleteConfirmationModalBodySecondParagraph
|
52
50
|
})
|
53
|
-
}), /* @__PURE__ */ e(
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
value:
|
51
|
+
}), /* @__PURE__ */ e(B.Item, {
|
52
|
+
checked: n,
|
53
|
+
"data-resin-target": "checkbox",
|
54
|
+
label: t.formatMessage(a.deleteConfirmationModalBodyCheckboxLabel),
|
55
|
+
onCheckedChange: M,
|
56
|
+
value: "overageCheckbox"
|
59
57
|
})]
|
60
58
|
})
|
61
|
-
}), /* @__PURE__ */
|
62
|
-
children: [/* @__PURE__ */ e(
|
63
|
-
onClick: () =>
|
59
|
+
}), /* @__PURE__ */ s(o.Footer, {
|
60
|
+
children: [/* @__PURE__ */ e(o.Footer.SecondaryButton, {
|
61
|
+
onClick: () => l(!1),
|
64
62
|
size: "large",
|
65
|
-
children:
|
66
|
-
}), /* @__PURE__ */ e(
|
67
|
-
disabled:
|
68
|
-
onClick:
|
63
|
+
children: t.formatMessage(a.deleteConfirmationModalCancelButton)
|
64
|
+
}), /* @__PURE__ */ e(o.Footer.PrimaryButton, {
|
65
|
+
disabled: !n,
|
66
|
+
onClick: p,
|
69
67
|
size: "large",
|
70
|
-
children:
|
68
|
+
children: t.formatMessage(a.deleteConfirmationModalConfirmButton)
|
71
69
|
})]
|
72
|
-
}), /* @__PURE__ */ e(
|
73
|
-
"aria-label":
|
70
|
+
}), /* @__PURE__ */ e(o.Close, {
|
71
|
+
"aria-label": t.formatMessage(a.deleteConfirmationModalDismissButton)
|
74
72
|
})]
|
75
73
|
})
|
76
74
|
});
|
77
75
|
};
|
78
76
|
export {
|
79
|
-
|
77
|
+
S as DeleteConfirmationModal
|
80
78
|
};
|
@@ -20,9 +20,9 @@ const t = e({
|
|
20
20
|
id: "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph",
|
21
21
|
defaultMessage: "Once deleted, Metadata values cannot be restored."
|
22
22
|
},
|
23
|
-
|
24
|
-
id: "metadataEditor.editInstance.deleteConfirmationModal.body.
|
25
|
-
defaultMessage: "
|
23
|
+
deleteConfirmationModalBodyCheckboxLabel: {
|
24
|
+
id: "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel",
|
25
|
+
defaultMessage: "Select the checkbox to confirm deletion"
|
26
26
|
},
|
27
27
|
deleteConfirmationModalCancelButton: {
|
28
28
|
id: "metadataEditor.editInstance.deleteConfirmationModal.cancelButton",
|
@@ -10,7 +10,7 @@ const t = e({
|
|
10
10
|
},
|
11
11
|
largeFileNoticeHeader: {
|
12
12
|
id: "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader",
|
13
|
-
defaultMessage: "
|
13
|
+
defaultMessage: "Content is too large"
|
14
14
|
},
|
15
15
|
largeFileNoticeBody: {
|
16
16
|
id: "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody",
|
package/dist/i18n/bn-IN.js
CHANGED
@@ -45,8 +45,8 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "নিশ্চিত করুন",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "উপেক্ষা করুন",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI উপরের মতো একই মান প্রস্তাব করে",
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
48
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "আপনি কি সত্যিই \"{templateName}\" মেটাডেটা টেমপ্লেট এবং এই ফাইল থেকে এটির সব মান মুছে ফেলতে চান?",
|
49
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "মুছে দেওয়া নিশ্চিত করতে মেটাডেটা টেমপ্লেটর নাম লিখুন",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "মুছে দেওয়ার পর মেটাডেটার মানগুলো আর পুনরুদ্ধার করা যাবে না।",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "বাতিল করুন",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "নিশ্চিত করুন",
|
@@ -121,5 +121,6 @@ export default {
|
|
121
121
|
"taxonomyAncestorStatusPill.errorAction": "রিলোড করুন",
|
122
122
|
"taxonomyAncestorStatusPill.errorIconLabel": "ত্রুটি",
|
123
123
|
"taxonomyAncestorStatusPill.errorMessage": "বিশদ লোড করা যায়নি",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "লোড করা হচ্ছে..."
|
124
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "লোড করা হচ্ছে...",
|
125
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "মুছে দেওয়া নিশ্চিত করতে মেটাডেটা টেমপ্লেটর নাম লিখুন"
|
125
126
|
}
|
package/dist/i18n/da-DK.js
CHANGED
@@ -45,8 +45,8 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Bekræft",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI foreslår den samme værdi som ovenfor",
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
48
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Er du sikker på, at du vil slette \"{templateName}\" metadataskabelon og alle dens værdier fra denne fil?",
|
49
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Indtast navnet på metadata-skabelonen for at bekræfte sletning",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Når metadata-værdier er slettet, kan de ikke gendannes.",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuller",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bekræft",
|
@@ -121,5 +121,6 @@ export default {
|
|
121
121
|
"taxonomyAncestorStatusPill.errorAction": "Genindlæs",
|
122
122
|
"taxonomyAncestorStatusPill.errorIconLabel": "Fejl",
|
123
123
|
"taxonomyAncestorStatusPill.errorMessage": "Kunne ikke indlæse detaljer",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Indlæser..."
|
124
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Indlæser...",
|
125
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Indtast navnet på metadata-skabelonen for at bekræfte sletning"
|
125
126
|
}
|
package/dist/i18n/de-DE.js
CHANGED
@@ -45,8 +45,8 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Bestätigen",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorieren",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI schlägt denselben Wert wie oben vor",
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
48
49
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Möchten Sie die Metadaten-Vorlage „{templateName}“ und alle ihre Werte aus dieser Datei wirklich löschen?",
|
49
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Geben Sie den Namen der Metadaten-Vorlage ein, um das Löschen zu bestätigen",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Nach dem Löschen können die Metadaten-Werte nicht wiederhergestellt werden.",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Abbrechen",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bestätigen",
|
@@ -121,5 +121,6 @@ export default {
|
|
121
121
|
"taxonomyAncestorStatusPill.errorAction": "Neu laden",
|
122
122
|
"taxonomyAncestorStatusPill.errorIconLabel": "Fehler",
|
123
123
|
"taxonomyAncestorStatusPill.errorMessage": "Details konnten nicht geladen werden",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laden …"
|
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
126
|
}
|
package/dist/i18n/en-AU.js
CHANGED
@@ -45,8 +45,8 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
48
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?",
|
49
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template's name to confirm deletion",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Once deleted, Metadata values cannot be restored.",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancel",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirm",
|
@@ -121,5 +121,6 @@ export default {
|
|
121
121
|
"taxonomyAncestorStatusPill.errorAction": "Reload",
|
122
122
|
"taxonomyAncestorStatusPill.errorIconLabel": "Error",
|
123
123
|
"taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
|
124
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Loading...",
|
125
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template's name to confirm deletion"
|
125
126
|
}
|
package/dist/i18n/en-CA.js
CHANGED
@@ -45,8 +45,8 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
48
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?",
|
49
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template’s name to confirm deletion",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Once deleted, Metadata values cannot be restored.",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancel",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirm",
|
@@ -121,5 +121,6 @@ export default {
|
|
121
121
|
"taxonomyAncestorStatusPill.errorAction": "Reload",
|
122
122
|
"taxonomyAncestorStatusPill.errorIconLabel": "Error",
|
123
123
|
"taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
|
124
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Loading...",
|
125
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template’s name to confirm deletion"
|
125
126
|
}
|
package/dist/i18n/en-GB.js
CHANGED
@@ -45,8 +45,8 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
48
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?",
|
49
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template's name to confirm deletion",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Once deleted, Metadata values cannot be restored.",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancel",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirm",
|
@@ -102,7 +102,7 @@ export default {
|
|
102
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won't be able to access the entire content, which might affect its answers.",
|
105
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Text content is too large",
|
106
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Loading...",
|
107
107
|
"metadataEditor.unsavedChangesModal.body": "Metadata template(s) have unsaved changes. How would you like to proceed?",
|
108
108
|
"metadataEditor.unsavedChangesModal.closeLabel": "Close",
|
@@ -121,5 +121,6 @@ export default {
|
|
121
121
|
"taxonomyAncestorStatusPill.errorAction": "Reload",
|
122
122
|
"taxonomyAncestorStatusPill.errorIconLabel": "Error",
|
123
123
|
"taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
|
124
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
|
124
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Loading...",
|
125
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template's name to confirm deletion"
|
125
126
|
}
|
@@ -205,7 +205,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
205
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
206
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI won't be able to access the entire content, which might affect its answers.
|
207
207
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
208
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Text content is too large
|
209
209
|
# Aria label used to indicate that the button is currently loading.
|
210
210
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Loading...
|
211
211
|
# Body for the unsaved changes modal
|
package/dist/i18n/en-US.js
CHANGED
@@ -45,8 +45,8 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
|
48
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?",
|
49
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template’s name to confirm deletion",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Once deleted, Metadata values cannot be restored.",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancel",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirm",
|
@@ -102,7 +102,7 @@ export default {
|
|
102
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won’t be able to access the entire content, which might affect its answers.",
|
105
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Content is too large",
|
106
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Loading...",
|
107
107
|
"metadataEditor.unsavedChangesModal.body": "Metadata template(s) have unsaved changes. How would you like to proceed?",
|
108
108
|
"metadataEditor.unsavedChangesModal.closeLabel": "Close",
|
@@ -90,10 +90,10 @@ metadataEditor.aiSuggestionField.dismissLabel = Confirm
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignore
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggests the same value as above
|
93
|
+
# Label informing how to confirm deletion of the template
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Select the checkbox to confirm deletion
|
93
95
|
# Paragraph asking user are they sure that they want to delete the template
|
94
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?
|
95
|
-
# Label informing how to confirm deletion of the template
|
96
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Type the Metadata Template’s name to confirm deletion
|
97
97
|
# Paragraph informing that data cannot be restored
|
98
98
|
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Once deleted, Metadata values cannot be restored.
|
99
99
|
# CTA to cancel deletion of the template
|
@@ -205,7 +205,7 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceT
|
|
205
205
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
206
206
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI won’t be able to access the entire content, which might affect its answers.
|
207
207
|
# Header for notice informing that text content is too large
|
208
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader =
|
208
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Content is too large
|
209
209
|
# Aria label used to indicate that the button is currently loading.
|
210
210
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Loading...
|
211
211
|
# Body for the unsaved changes modal
|