@box/metadata-editor 0.102.0 → 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.
Files changed (33) hide show
  1. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/delete-confirmation-modal.js +53 -55
  2. package/dist/esm/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/messages.js +3 -3
  3. package/dist/i18n/bn-IN.js +3 -2
  4. package/dist/i18n/da-DK.js +3 -2
  5. package/dist/i18n/de-DE.js +3 -2
  6. package/dist/i18n/en-AU.js +3 -2
  7. package/dist/i18n/en-CA.js +3 -2
  8. package/dist/i18n/en-GB.js +3 -2
  9. package/dist/i18n/en-US.js +1 -1
  10. package/dist/i18n/en-US.properties +2 -2
  11. package/dist/i18n/en-x-pseudo.js +3 -2
  12. package/dist/i18n/es-419.js +3 -2
  13. package/dist/i18n/es-ES.js +3 -2
  14. package/dist/i18n/fi-FI.js +3 -2
  15. package/dist/i18n/fr-CA.js +3 -2
  16. package/dist/i18n/fr-FR.js +3 -2
  17. package/dist/i18n/hi-IN.js +3 -2
  18. package/dist/i18n/it-IT.js +3 -2
  19. package/dist/i18n/ja-JP.js +3 -2
  20. package/dist/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/messages.json +1 -1
  21. package/dist/i18n/ko-KR.js +3 -2
  22. package/dist/i18n/nb-NO.js +3 -2
  23. package/dist/i18n/nl-NL.js +3 -2
  24. package/dist/i18n/pl-PL.js +3 -2
  25. package/dist/i18n/pt-BR.js +3 -2
  26. package/dist/i18n/ru-RU.js +3 -2
  27. package/dist/i18n/sv-SE.js +3 -2
  28. package/dist/i18n/tr-TR.js +3 -2
  29. package/dist/i18n/zh-CN.js +3 -2
  30. package/dist/i18n/zh-TW.js +3 -2
  31. package/dist/styles/delete-confirmation-modal.css +1 -1
  32. package/dist/types/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/messages.d.ts +1 -1
  33. package/package.json +1 -1
@@ -1,80 +1,78 @@
1
- import { Modal as a, Text as c, TextInput as b } from "@box/blueprint-web";
2
- import { useState as f, useEffect as F } from "react";
3
- import { useIntl as I, FormattedMessage as s } from "react-intl";
4
- import o from "./messages.js";
5
- import { jsx as e, jsxs as d } from "react/jsx-runtime";
6
- import '../../../../../../styles/delete-confirmation-modal.css';const P = "_modalBody_yiat3_1", x = {
7
- modalBody: P
8
- }, H = ({
9
- onConfirm: u,
10
- templateName: p,
11
- onDismiss: C,
12
- open: h
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 n = I(), [r, m] = f(""), [M, g] = f(!0), i = (t) => {
15
- t || (C(), m(""));
16
- }, l = p || n.formatMessage(o.deleteConfirmationModalCustomMetadata), y = (t) => {
17
- m(t);
18
- }, B = () => {
19
- u(), i(!1);
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 F(() => {
22
- g(r !== l);
23
- }, [r, l]), /* @__PURE__ */ e(a, {
24
- onOpenChange: i,
25
- open: h,
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(a.Header, {
30
- "aria-label": n.formatMessage(o.deleteConfirmationModalHeaderAriaLabel),
31
- children: /* @__PURE__ */ e(s, {
32
- ...o.deleteConfirmationModalHeader,
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: l
32
+ templateName: m
35
33
  }
36
34
  })
37
- }), /* @__PURE__ */ e(a.ScrollableContainer, {
38
- children: /* @__PURE__ */ d(a.Body, {
39
- className: x.modalBody,
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(s, {
43
- ...o.deleteConfirmationModalBodyFirstParagraph,
40
+ children: /* @__PURE__ */ e(d, {
41
+ ...a.deleteConfirmationModalBodyFirstParagraph,
44
42
  values: {
45
- templateName: l
43
+ templateName: m
46
44
  }
47
45
  })
48
46
  }), /* @__PURE__ */ e(c, {
49
47
  as: "p",
50
- children: /* @__PURE__ */ e(s, {
51
- ...o.deleteConfirmationModalBodySecondParagraph
48
+ children: /* @__PURE__ */ e(d, {
49
+ ...a.deleteConfirmationModalBodySecondParagraph
52
50
  })
53
- }), /* @__PURE__ */ e(b, {
54
- label: n.formatMessage(o.deleteConfirmationModalBodyInputFieldLabel),
55
- onChange: (t) => y(t.target.value),
56
- placeholder: l,
57
- required: !0,
58
- value: r
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__ */ d(a.Footer, {
62
- children: [/* @__PURE__ */ e(a.Footer.SecondaryButton, {
63
- onClick: () => i(!1),
59
+ }), /* @__PURE__ */ s(o.Footer, {
60
+ children: [/* @__PURE__ */ e(o.Footer.SecondaryButton, {
61
+ onClick: () => l(!1),
64
62
  size: "large",
65
- children: n.formatMessage(o.deleteConfirmationModalCancelButton)
66
- }), /* @__PURE__ */ e(a.Footer.PrimaryButton, {
67
- disabled: M,
68
- onClick: B,
63
+ children: t.formatMessage(a.deleteConfirmationModalCancelButton)
64
+ }), /* @__PURE__ */ e(o.Footer.PrimaryButton, {
65
+ disabled: !n,
66
+ onClick: p,
69
67
  size: "large",
70
- children: n.formatMessage(o.deleteConfirmationModalConfirmButton)
68
+ children: t.formatMessage(a.deleteConfirmationModalConfirmButton)
71
69
  })]
72
- }), /* @__PURE__ */ e(a.Close, {
73
- "aria-label": n.formatMessage(o.deleteConfirmationModalDismissButton)
70
+ }), /* @__PURE__ */ e(o.Close, {
71
+ "aria-label": t.formatMessage(a.deleteConfirmationModalDismissButton)
74
72
  })]
75
73
  })
76
74
  });
77
75
  };
78
76
  export {
79
- H as DeleteConfirmationModal
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
- deleteConfirmationModalBodyInputFieldLabel: {
24
- id: "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel",
25
- defaultMessage: "Type the Metadata Template’s name to confirm deletion"
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",
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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
  }
@@ -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",
@@ -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
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "⟦萬萬 Čøйƒĭŗm 國國⟧",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "⟦萬 Įĝлòŕě 國⟧",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "⟦萬萬萬萬萬萬萬萬萬萬萬 Βσ× ǺÌ şűġğėŝţş ťĥє şámέ νąľμέ àŝ âьŏνė 國國國國國國國國國國國⟧",
48
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
48
49
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Αŗė ўóŭ śµяë ỳøµ ώάʼnτ ţö ďėļēŧë ťħê \"{templateName}\" Мéţâďäŧα τēmΡľáτę, ąиď ãľļ öƒ їţś ναļűéş ƒѓőm ŧнįŝ ƒϊĺě? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦỳΡë ťħě Мєţãďäŧä ŢèmΡļäτé’ѕ ŋǻmе ŧô ĉоηƒϊгm ďέľеτìöй 國國國國國國國國國國國國國國國⟧",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŏňĉê ďèĺéτέď, Мéŧāďåťā νāļŭèş čáйпστ вě řėŝŧőгèď. 國國國國國國國國國國國國國國⟧",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "⟦萬 Çâπсεľ 國⟧",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "⟦萬萬 Ċόηƒįґm 國國⟧",
@@ -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": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦỳΡë ťħě Мєţãďäŧä ŢèmΡļäτé’ѕ ŋǻmе ŧô ĉоηƒϊгm ďέľеτìöй 國國國國國國國國國國國國國國國⟧"
125
126
  }
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmar",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorar",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI recomienda el mismo valor que el anterior",
48
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
48
49
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "¿Seguro que deseas eliminar la plantilla de metadatos \"{templateName}\" y todos sus valores de este archivo?",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Escriba el nombre de la plantilla de metadatos para confirmar que se ha eliminado.",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Una vez eliminados, los valores de metadatos no se podrán recuperar.",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Anular",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmar",
@@ -121,5 +121,6 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Recargar",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Error al cargar los detalles",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…"
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
126
  }
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmar",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorar",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI recomienda el mismo valor que el anterior",
48
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
48
49
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "¿Seguro que deseas eliminar la plantilla de metadatos \"{templateName}\" y todos sus valores de este archivo?",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Escriba el nombre de la plantilla de metadatos para confirmar que se ha eliminado.",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Una vez eliminados, los valores de metadatos no se podrán recuperar.",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Anular",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmar",
@@ -121,5 +121,6 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Recargar",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Error al cargar los detalles",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…"
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
126
  }
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Vahvista",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ohita",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI ehdottaa samaa arvoa kuin yllä",
48
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
48
49
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Oletko varma, että haluat poistaa \"{templateName}\" Metatietomallin ja kaikki sen arvot tästä tiedostosta?",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Vahvista poisto kirjoittamalla metatietomallin nimi",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Metatietoarvoja ei voi palauttaa, kun ne on poistettu.",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Peruuta",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Vahvista",
@@ -121,5 +121,6 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Lataa uudelleen",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Virhe",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Tietoja ei voitu ladata",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Ladataan..."
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Ladataan...",
125
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Vahvista poisto kirjoittamalla metatietomallin nimi"
125
126
  }
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmer",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
48
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
48
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 ?",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Saisissez le nom du modèle de métadonnées pour valider la suppression",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Une fois supprimées, les valeurs de métadonnées ne peuvent pas être restaurées.",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuler",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmer",
@@ -121,5 +121,6 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Recharger",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Erreur",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Échec du chargement des détails",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
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
126
  }
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmer",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
48
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
48
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 ?",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Saisissez le nom du modèle de métadonnées pour valider la suppression",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Une fois supprimées, les valeurs de métadonnées ne peuvent pas être restaurées.",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuler",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmer",
@@ -121,5 +121,6 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Recharger",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Erreur",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Échec du chargement des détails",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
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
126
  }
@@ -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
  }
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Conferma",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignora",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggerisce lo stesso valore indicato sopra",
48
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
48
49
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Confermi di voler eliminare il modello di metadati \"{templateName}\" e tutti i suoi valori da questo file?",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digita il nome del modello di metadati per confermare l'eliminazione",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Una volta eliminati, i valori dei metadati non possono essere ripristinati.",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annulla",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Conferma",
@@ -121,5 +121,6 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Ricarica",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Errore",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Caricamento dei dettagli non riuscito",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Caricamento in corso..."
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Caricamento in corso...",
125
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digita il nome del modello di metadati per confermare l'eliminazione"
125
126
  }
@@ -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
  }
@@ -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.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.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.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"}]
@@ -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
  }
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Bekreft",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI foreslår den samme verdien 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 metadatamalen «{templateName}», og alle verdiene i den fra denne filen?",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv inn navnet på metadatamalen for å bekrefte slettingen",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Metadataverdier kan ikke gjenopprettes etter sletting.",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Avbryt",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bekreft",
@@ -121,5 +121,6 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Last inn på nytt",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Feil",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Kunne ikke laste inn detaljer",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Laster …"
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Laster …",
125
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv inn navnet på metadatamalen for å bekrefte slettingen"
125
126
  }
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Bevestigen",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Negeren",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI stelt dezelfde waarde voor als hierboven",
48
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
48
49
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Weet u zeker dat u de metagegevenssjabloon ‘{templateName}’ en al zijn waarden uit dit bestand wilt verwijderen?",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Typ de naam van de metagegevenssjabloon om verwijdering te bevestigen",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Eenmaal verwijderd, kunnen metagegevenwaarden niet worden hersteld.",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuleren",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bevestigen",
@@ -121,5 +121,6 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Opnieuw laden",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Fout",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Kan geen details laden",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Laden..."
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Laden...",
125
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Typ de naam van de metagegevenssjabloon om verwijdering te bevestigen"
125
126
  }
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Potwierdź",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignoruj",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI sugeruje tę samą wartość, co powyżej",
48
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
48
49
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Czy na pewno chcesz usunąć szablon metadanych „{templateName}” i wszystkie jego wartości z tego pliku?",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Wpisz nazwę szablonu metadanych, aby potwierdzić usunięcie",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Po usunięciu wartości metadanych nie można przywrócić .",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Anuluj",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Potwierdź",
@@ -121,5 +121,6 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Wczytaj ponownie",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Błąd",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Nie udało się wczytać szczegółów",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Trwa wczytywanie..."
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Trwa wczytywanie...",
125
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Wpisz nazwę szablonu metadanych, aby potwierdzić usunięcie"
125
126
  }
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Confirmar",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorar",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "O Box AI sugere o mesmo valor acima",
48
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
48
49
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Tem certeza de que deseja excluir o modelo de metadados \"{templateName}\" e todos os seus valores deste arquivo?",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digite o nome do modelo de metadados para confirmar a exclusão",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Após excluídos, os valores de metadados não podem ser restaurados.",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancelar",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirmar",
@@ -121,5 +121,6 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Recarregar",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Erro",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Falha ao carregar detalhes",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Carregando..."
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Carregando...",
125
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Digite o nome do modelo de metadados para confirmar a exclusão"
125
126
  }
@@ -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
  }
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Bekräfta",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignorera",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI föreslår samma värde som ovan",
48
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
48
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?",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv metadatamallens namn för att bekräfta radering",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "När de har raderats kan metadatavärden inte återställas.",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Avbryt",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bekräfta",
@@ -121,5 +121,6 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Ladda om",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Fel",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Det gick inte att ladda information",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Läser in..."
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Läser in...",
125
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Skriv metadatamallens namn för att bekräfta radering"
125
126
  }
@@ -45,8 +45,8 @@ export default {
45
45
  "metadataEditor.aiSuggestionField.dismissLabel": "Onayla",
46
46
  "metadataEditor.aiSuggestionField.ignoreLabel": "Yoksay",
47
47
  "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI yukarıdaki ile aynı değeri öneriyor",
48
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Select the checkbox to confirm deletion",
48
49
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "\"{templateName}\" Meta Veri şablonunu ve tüm değerlerini bu dosyadan silmek istediğinizden emin misiniz?",
49
- "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Silmeyi onaylamak için Meta Veri Şablonunun adını yazın",
50
50
  "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Silindikten sonra Meta Veri değerleri geri yüklenemez.",
51
51
  "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "İptal Et",
52
52
  "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Onayla",
@@ -121,5 +121,6 @@ export default {
121
121
  "taxonomyAncestorStatusPill.errorAction": "Yeniden yükle",
122
122
  "taxonomyAncestorStatusPill.errorIconLabel": "Hata",
123
123
  "taxonomyAncestorStatusPill.errorMessage": "Ayrıntılar yüklenemedi",
124
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Yükleniyor..."
124
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Yükleniyor...",
125
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Silmeyi onaylamak için Meta Veri Şablonunun adını yazın"
125
126
  }
@@ -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
  }
@@ -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
  }
@@ -1 +1 @@
1
- ._modalBody_yiat3_1{display:flex;flex-direction:column;gap:var(--space-6);padding-block:0}@media (width > 459px){._modalBody_yiat3_1{padding-block:0}}
1
+ ._modalBody_1wc7x_1{display:flex;flex-direction:column;gap:var(--space-6);overflow:visible}
@@ -24,7 +24,7 @@ declare const messages: {
24
24
  description: string;
25
25
  id: string;
26
26
  };
27
- deleteConfirmationModalBodyInputFieldLabel: {
27
+ deleteConfirmationModalBodyCheckboxLabel: {
28
28
  defaultMessage: string;
29
29
  description: string;
30
30
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/metadata-editor",
3
- "version": "0.102.0",
3
+ "version": "0.103.0",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.15",
6
6
  "@box/blueprint-web": "^7.30.3",