@box/metadata-editor 0.68.0 → 0.70.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/esm/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.js +19 -19
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/utils.js +18 -17
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js +32 -32
- package/i18n/bn-IN.js +3 -3
- package/i18n/bn-IN.properties +4 -2
- package/i18n/da-DK.js +3 -3
- package/i18n/da-DK.properties +4 -2
- package/i18n/de-DE.js +5 -5
- package/i18n/de-DE.properties +6 -4
- package/i18n/en-AU.js +2 -2
- package/i18n/en-AU.properties +4 -2
- package/i18n/en-CA.js +2 -2
- package/i18n/en-CA.properties +4 -2
- package/i18n/en-GB.js +2 -2
- package/i18n/en-GB.properties +4 -2
- package/i18n/en-x-pseudo.js +98 -98
- package/i18n/en-x-pseudo.properties +99 -97
- package/i18n/es-419.js +3 -3
- package/i18n/es-419.properties +4 -2
- package/i18n/es-ES.js +3 -3
- package/i18n/es-ES.properties +4 -2
- package/i18n/fi-FI.js +3 -3
- package/i18n/fi-FI.properties +4 -2
- package/i18n/fr-CA.js +3 -3
- package/i18n/fr-CA.properties +4 -2
- package/i18n/fr-FR.js +3 -3
- package/i18n/fr-FR.properties +4 -2
- package/i18n/hi-IN.js +3 -3
- package/i18n/hi-IN.properties +4 -2
- package/i18n/it-IT.js +3 -3
- package/i18n/it-IT.properties +4 -2
- package/i18n/ja-JP.js +4 -4
- package/i18n/ja-JP.properties +5 -3
- package/i18n/ko-KR.js +3 -3
- package/i18n/ko-KR.properties +4 -2
- package/i18n/nb-NO.js +5 -5
- package/i18n/nb-NO.properties +6 -4
- package/i18n/nl-NL.js +3 -3
- package/i18n/nl-NL.properties +4 -2
- package/i18n/pl-PL.js +3 -3
- package/i18n/pl-PL.properties +4 -2
- package/i18n/pt-BR.js +3 -3
- package/i18n/pt-BR.properties +4 -2
- package/i18n/ru-RU.js +3 -3
- package/i18n/ru-RU.properties +4 -2
- package/i18n/sv-SE.js +3 -3
- package/i18n/sv-SE.properties +4 -2
- package/i18n/tr-TR.js +3 -3
- package/i18n/tr-TR.properties +4 -2
- package/i18n/zh-CN.js +3 -3
- package/i18n/zh-CN.properties +4 -2
- package/i18n/zh-TW.js +3 -3
- package/i18n/zh-TW.properties +4 -2
- package/package.json +2 -2
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/utils.d.ts +2 -1
- package/types/lib/test-utils/sample-data.d.ts +4 -1
@@ -1,6 +1,6 @@
|
|
1
|
-
import
|
2
|
-
import { useFormikContext as
|
3
|
-
import
|
1
|
+
import I from "clsx";
|
2
|
+
import { useFormikContext as V } from "formik";
|
3
|
+
import k from "lodash/isUndefined";
|
4
4
|
import { forwardRef as E, useState as y } from "react";
|
5
5
|
import { AiSuggestionField as P } from "./components/ai-suggestion-field/ai-suggestion-field.js";
|
6
6
|
import { UpdateModeFieldWrapper as R } from "./components/update-mode-field-wrapper/update-mode-field-wrapper.js";
|
@@ -8,8 +8,8 @@ import { editorFieldTypes as T } from "./editor-field-types.js";
|
|
8
8
|
import { s as i } from "../../../../chunks/utils.js";
|
9
9
|
import { jsx as o, jsxs as U } from "react/jsx-runtime";
|
10
10
|
const H = /* @__PURE__ */ E(({
|
11
|
-
disableForm:
|
12
|
-
portalElement:
|
11
|
+
disableForm: d,
|
12
|
+
portalElement: l,
|
13
13
|
field: e,
|
14
14
|
index: h,
|
15
15
|
taxonomyOptionsFetcher: u
|
@@ -17,11 +17,11 @@ const H = /* @__PURE__ */ E(({
|
|
17
17
|
var A;
|
18
18
|
const {
|
19
19
|
setFieldValue: m
|
20
|
-
} =
|
21
|
-
aiSuggestion:
|
20
|
+
} = V(), [x, n] = y(!0), [a, p] = y(!1), r = T[e.type], {
|
21
|
+
aiSuggestion: s,
|
22
22
|
type: c,
|
23
23
|
value: F
|
24
|
-
} = e, M = r && !e.hidden, N = !
|
24
|
+
} = e, M = r && !e.hidden, N = !k(e.updateMode), t = `metadata.fields[${h}]`, W = e.type === "taxonomy" && ((A = e.optionsRules) == null ? void 0 : A.multiSelect), S = s && x, v = I({
|
25
25
|
[i.suggestionApplied]: a,
|
26
26
|
[i.hasSuggestion]: S,
|
27
27
|
[i.dateField]: c === "date"
|
@@ -32,18 +32,18 @@ const H = /* @__PURE__ */ E(({
|
|
32
32
|
a && p(!1);
|
33
33
|
};
|
34
34
|
return N ? /* @__PURE__ */ o(R, {
|
35
|
-
fieldNamePrefix:
|
35
|
+
fieldNamePrefix: t,
|
36
36
|
fieldType: e.type,
|
37
37
|
isTaxonomyMultiSelect: W,
|
38
38
|
children: /* @__PURE__ */ o(r, {
|
39
39
|
ref: g,
|
40
40
|
description: e.description,
|
41
|
-
disableForm:
|
42
|
-
fieldNamePrefix:
|
41
|
+
disableForm: d,
|
42
|
+
fieldNamePrefix: t,
|
43
43
|
isAiSuggestionApplied: !1,
|
44
44
|
label: e.displayName,
|
45
45
|
onValueEdited: f,
|
46
|
-
portalElement:
|
46
|
+
portalElement: l,
|
47
47
|
taxonomyOptionsFetcher: u
|
48
48
|
})
|
49
49
|
}, e.key) : /* @__PURE__ */ U("div", {
|
@@ -52,22 +52,22 @@ const H = /* @__PURE__ */ E(({
|
|
52
52
|
ref: g,
|
53
53
|
className: v,
|
54
54
|
description: e.description,
|
55
|
-
disableForm:
|
56
|
-
fieldNamePrefix:
|
55
|
+
disableForm: d,
|
56
|
+
fieldNamePrefix: t,
|
57
57
|
isAiSuggestionApplied: a,
|
58
58
|
label: e.displayName,
|
59
59
|
onValueEdited: f,
|
60
|
-
portalElement:
|
60
|
+
portalElement: l,
|
61
61
|
taxonomyOptionsFetcher: u
|
62
62
|
}), S && /* @__PURE__ */ o(P, {
|
63
|
-
aiSuggestion:
|
63
|
+
aiSuggestion: s,
|
64
64
|
onAiSuggestionAppend: () => {
|
65
|
-
const
|
66
|
-
m(`${
|
65
|
+
const w = [...new Set([F, s].flat())];
|
66
|
+
m(`${t}.value`, w), n(!1), p(!0);
|
67
67
|
},
|
68
68
|
onAiSuggestionIgnore: () => n(!1),
|
69
69
|
onAiSuggestionReplace: () => {
|
70
|
-
m(`${
|
70
|
+
m(`${t}.value`, s), n(!1), p(!0);
|
71
71
|
},
|
72
72
|
type: c
|
73
73
|
})]
|
package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/utils.js
CHANGED
@@ -6,35 +6,36 @@ const n = {
|
|
6
6
|
REMOVE: "remove",
|
7
7
|
REPLACE: "replace",
|
8
8
|
TEST: "test"
|
9
|
-
}, p = (e) => e.value === void 0 || e.value === null || e.value === "" || O(e.value) && h(e.value), S = (e,
|
10
|
-
const o = [], c = e.metadata.fields, r =
|
9
|
+
}, p = (e) => e.value === void 0 || e.value === null || e.value === "" || O(e.value) && h(e.value), S = (e, a) => {
|
10
|
+
const o = [], c = e.metadata.fields, r = a.templateKey === f, E = new Map(a.fields.map((t) => [t.key, t])), m = new Map(c.map((t) => [t.key, t]));
|
11
11
|
return c.forEach((t) => {
|
12
|
-
const
|
13
|
-
|
12
|
+
const s = E.get(t.key);
|
13
|
+
s ? JSON.stringify(t) === JSON.stringify(s) || (!r && p(s) && !p(t) ? o.push(v(t.key, u(t))) : (
|
14
14
|
// template instance
|
15
|
-
(!r && t.value !==
|
16
|
-
r && t.value !==
|
17
|
-
)) : o.push(
|
18
|
-
}),
|
19
|
-
const
|
20
|
-
(!
|
15
|
+
(!r && t.value !== s.value && s.value !== null && !p(t) || // custom instance
|
16
|
+
r && t.value !== s.value) && (o.push(y(s.key, u(s))), o.push(M(t.key, u(t))))
|
17
|
+
)) : o.push(v(t.key, t.value));
|
18
|
+
}), a.fields.forEach((t) => {
|
19
|
+
const s = m.get(t.key);
|
20
|
+
(!s || !r && p(s) && !p(t)) && (o.push(y(t.key, u(t))), o.push(k(t.key)));
|
21
21
|
}), o;
|
22
|
-
}, u = (e) => e.type === "float" ? Number(e.value) : e.value,
|
22
|
+
}, u = (e) => e.type === "float" ? Number(e.value) : e.type === "taxonomy" ? e.value.map((a) => a.value) : e.value, y = (e, a) => ({
|
23
23
|
op: n.TEST,
|
24
24
|
path: `/${e}`,
|
25
|
-
value:
|
26
|
-
}),
|
25
|
+
value: a
|
26
|
+
}), v = (e, a) => ({
|
27
27
|
op: n.ADD,
|
28
28
|
path: `/${e}`,
|
29
|
-
value:
|
29
|
+
value: a
|
30
30
|
}), k = (e) => ({
|
31
31
|
op: n.REMOVE,
|
32
32
|
path: `/${e}`
|
33
|
-
}), M = (e,
|
33
|
+
}), M = (e, a) => ({
|
34
34
|
op: n.REPLACE,
|
35
35
|
path: `/${e}`,
|
36
|
-
value:
|
36
|
+
value: a
|
37
37
|
});
|
38
38
|
export {
|
39
|
-
S as createJSONPatch
|
39
|
+
S as createJSONPatch,
|
40
|
+
u as getFormatedFieldValue
|
40
41
|
};
|
@@ -1,50 +1,50 @@
|
|
1
1
|
import "../../../../../../styles/metadata-instance.css";
|
2
|
-
import { Card as
|
3
|
-
import { useState as
|
4
|
-
import { useAutofill as
|
5
|
-
import { MetadataEmptyState as
|
6
|
-
import { MetadataInstanceContent as
|
7
|
-
import { MetadataInstanceFooter as
|
2
|
+
import { Card as V, Divider as n } from "@box/blueprint-web";
|
3
|
+
import { useState as A } from "react";
|
4
|
+
import { useAutofill as D } from "../../../../utils/autofill-context.js";
|
5
|
+
import { MetadataEmptyState as S } from "../../../metadata-empty-state/metadata-empty-state.js";
|
6
|
+
import { MetadataInstanceContent as b } from "../metadata-instance-content/metadata-instance-content.js";
|
7
|
+
import { MetadataInstanceFooter as g } from "../metadata-instance-footer/metadata-instance-footer.js";
|
8
8
|
import { MetadataInstanceHeader as H } from "../metadata-instance-header/metadata-instance-header.js";
|
9
|
-
import { jsxs as
|
10
|
-
const _ = "_topDivider_tzhlb_1",
|
9
|
+
import { jsxs as a, jsx as t, Fragment as u } from "react/jsx-runtime";
|
10
|
+
const _ = "_topDivider_tzhlb_1", M = "_bottomDivider_tzhlb_5", y = {
|
11
11
|
topDivider: _,
|
12
|
-
bottomDivider:
|
13
|
-
},
|
12
|
+
bottomDivider: M
|
13
|
+
}, W = ({
|
14
14
|
areAiSuggestionsAvailable: p,
|
15
|
-
isAiSuggestionsFeatureEnabled:
|
15
|
+
isAiSuggestionsFeatureEnabled: d,
|
16
16
|
onEdit: m,
|
17
17
|
templateInstance: o
|
18
18
|
}) => {
|
19
|
-
const
|
20
|
-
getAiSuggestions:
|
21
|
-
} =
|
22
|
-
m(o),
|
19
|
+
const e = o.fields, l = (s) => !s.value || Array.isArray(s.value) && s.value.length === 0, c = e.every(l), h = e.some(l), v = e.length > 0, [i, r] = A(!0), {
|
20
|
+
getAiSuggestions: E
|
21
|
+
} = D(), f = () => {
|
22
|
+
m(o), E(o.templateKey, e);
|
23
23
|
};
|
24
|
-
return /* @__PURE__ */
|
24
|
+
return /* @__PURE__ */ a(V, {
|
25
25
|
children: [/* @__PURE__ */ t(H, {
|
26
26
|
areAiSuggestionsAvailable: p,
|
27
27
|
canEdit: o.canEdit,
|
28
|
-
isAiSuggestionsFeatureEnabled:
|
29
|
-
onAutofill:
|
28
|
+
isAiSuggestionsFeatureEnabled: d,
|
29
|
+
onAutofill: f,
|
30
30
|
onEdit: () => m(o),
|
31
31
|
templateName: o == null ? void 0 : o.displayName
|
32
|
-
}), /* @__PURE__ */ t(
|
33
|
-
className:
|
34
|
-
}),
|
35
|
-
isAnyEmptyValueHidden:
|
36
|
-
isBoxAiSuggestionsFeatureEnabled:
|
32
|
+
}), /* @__PURE__ */ t(n, {
|
33
|
+
className: y.topDivider
|
34
|
+
}), i && c ? /* @__PURE__ */ t(S, {
|
35
|
+
isAnyEmptyValueHidden: v,
|
36
|
+
isBoxAiSuggestionsFeatureEnabled: d,
|
37
37
|
level: "instance",
|
38
38
|
onShowEmptyValues: () => r(!1)
|
39
|
-
}) : /* @__PURE__ */
|
40
|
-
children: [/* @__PURE__ */ t(
|
41
|
-
shouldHideEmptyValues:
|
39
|
+
}) : /* @__PURE__ */ a(u, {
|
40
|
+
children: [/* @__PURE__ */ t(b, {
|
41
|
+
shouldHideEmptyValues: i,
|
42
42
|
templateInstance: o
|
43
|
-
}),
|
44
|
-
children: [/* @__PURE__ */ t(
|
45
|
-
className:
|
46
|
-
}), /* @__PURE__ */ t(
|
47
|
-
isAnyEmptyValueHidden:
|
43
|
+
}), h && /* @__PURE__ */ a(u, {
|
44
|
+
children: [/* @__PURE__ */ t(n, {
|
45
|
+
className: y.bottomDivider
|
46
|
+
}), /* @__PURE__ */ t(g, {
|
47
|
+
isAnyEmptyValueHidden: i,
|
48
48
|
onHideEmptyValues: () => r(!0),
|
49
49
|
onShowEmptyValues: () => r(!1)
|
50
50
|
})]
|
@@ -53,5 +53,5 @@ const _ = "_topDivider_tzhlb_1", g = "_bottomDivider_tzhlb_5", n = {
|
|
53
53
|
});
|
54
54
|
};
|
55
55
|
export {
|
56
|
-
|
56
|
+
W as MetadataInstance
|
57
57
|
};
|
package/i18n/bn-IN.js
CHANGED
@@ -23,7 +23,7 @@ export default {
|
|
23
23
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "মান সেট করুন",
|
24
24
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "পরবর্তী মাসে যান",
|
25
25
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "পূর্ববর্তী মাসে যান",
|
26
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "
|
26
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "একটি বিকল্প নির্বাচন করুন",
|
27
27
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "আপডেট মোড নির্বাচনকারী টগল করুন",
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "এর সাথে",
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "যোগ করুন",
|
@@ -92,8 +92,8 @@ export default {
|
|
92
92
|
"metadataEditor.unsavedChangesModal.header": "আনসেভ করা পরিবর্তন",
|
93
93
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "খালি মান লুকান",
|
94
94
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "খালি মান দেখান",
|
95
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AI দিয়ে অটোফিল করুন",
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI দিয়ে অটোফিল করুন",
|
95
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AI দিয়ে {templateName} অটোফিল করুন",
|
96
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI দিয়ে {templateName} অটোফিল করুন",
|
97
97
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "কাস্টম মেটাডেটা",
|
98
98
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} এডিট করুন",
|
99
99
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "সম্পাদনা করুন"
|
package/i18n/bn-IN.properties
CHANGED
@@ -46,6 +46,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder =
|
|
46
46
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = পরবর্তী মাসে যান
|
47
47
|
# Aria label for switching to the previous month in the calendar
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = পূর্ববর্তী মাসে যান
|
49
|
+
# Placeholder text for selecting a taxonomy option
|
50
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = একটি বিকল্প নির্বাচন করুন
|
49
51
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
50
52
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = আপডেট মোড নির্বাচনকারী টগল করুন
|
51
53
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
@@ -183,9 +185,9 @@ metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = খা
|
|
183
185
|
# Call to action to show hidden empty values
|
184
186
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = খালি মান দেখান
|
185
187
|
# Aria label for the autofill button
|
186
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Box AI দিয়ে অটোফিল করুন
|
188
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Box AI দিয়ে {templateName} অটোফিল করুন
|
187
189
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
188
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Box AI দিয়ে অটোফিল করুন
|
190
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Box AI দিয়ে {templateName} অটোফিল করুন
|
189
191
|
# Header with Custom Metadata template name
|
190
192
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = কাস্টম মেটাডেটা
|
191
193
|
# Aria label for the edit button
|
package/i18n/da-DK.js
CHANGED
@@ -23,7 +23,7 @@ export default {
|
|
23
23
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Indstil værdi",
|
24
24
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Skift til næste måned",
|
25
25
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Skift til forrige måned",
|
26
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "
|
26
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Vælg en mulighed",
|
27
27
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Slå valg af opdateringstilstand til eller fra",
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Med",
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "Tilføj",
|
@@ -92,8 +92,8 @@ export default {
|
|
92
92
|
"metadataEditor.unsavedChangesModal.header": "Ikke gemte ændringer",
|
93
93
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Skjul tomme værdier",
|
94
94
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Vis tomme værdier",
|
95
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Automatisk udfyldning med Box AI",
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Automatisk udfyldning med Box AI",
|
95
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Automatisk udfyldning af {templateName} med Box AI",
|
96
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Automatisk udfyldning af {templateName} med Box AI",
|
97
97
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Brugerdefineret metadata",
|
98
98
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Rediger {templateName}",
|
99
99
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Rediger"
|
package/i18n/da-DK.properties
CHANGED
@@ -46,6 +46,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = In
|
|
46
46
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = Skift til næste måned
|
47
47
|
# Aria label for switching to the previous month in the calendar
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = Skift til forrige måned
|
49
|
+
# Placeholder text for selecting a taxonomy option
|
50
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Vælg en mulighed
|
49
51
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
50
52
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = Slå valg af opdateringstilstand til eller fra
|
51
53
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
@@ -183,9 +185,9 @@ metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Skjul to
|
|
183
185
|
# Call to action to show hidden empty values
|
184
186
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Vis tomme værdier
|
185
187
|
# Aria label for the autofill button
|
186
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Automatisk udfyldning med Box AI
|
188
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Automatisk udfyldning af {templateName} med Box AI
|
187
189
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
188
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Automatisk udfyldning med Box AI
|
190
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Automatisk udfyldning af {templateName} med Box AI
|
189
191
|
# Header with Custom Metadata template name
|
190
192
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Brugerdefineret metadata
|
191
193
|
# Aria label for the edit button
|
package/i18n/de-DE.js
CHANGED
@@ -23,7 +23,7 @@ export default {
|
|
23
23
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Wert festlegen",
|
24
24
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Zum nächsten Monat wechseln",
|
25
25
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Zum vorherigen Monat wechseln",
|
26
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "
|
26
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Eine Option auswählen",
|
27
27
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Wähler für Aktualisierungsmodus umschalten",
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Mit",
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "Hinzufügen",
|
@@ -87,13 +87,13 @@ export default {
|
|
87
87
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Laden…",
|
88
88
|
"metadataEditor.unsavedChangesModal.body": "Metadaten-Vorlage(n) enthält/enthalten nicht gespeicherte Änderungen. Wie möchten Sie fortfahren?",
|
89
89
|
"metadataEditor.unsavedChangesModal.closeLabel": "Schließen",
|
90
|
-
"metadataEditor.unsavedChangesModal.continueEditingCTA": "
|
91
|
-
"metadataEditor.unsavedChangesModal.discardChangesCTA": "
|
90
|
+
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Bearbeiten fortfahren",
|
91
|
+
"metadataEditor.unsavedChangesModal.discardChangesCTA": "Änderungen verwerfen",
|
92
92
|
"metadataEditor.unsavedChangesModal.header": "Nicht gespeicherte Änderungen",
|
93
93
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Leere Werte ausblenden",
|
94
94
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Leere Werte anzeigen",
|
95
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Mit Box
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Mit Box
|
95
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Mit Box KI automatisch ausfüllen {templateName}",
|
96
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Mit Box KI automatisch ausfüllen {templateName}",
|
97
97
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Benutzerdefinierte Metadaten",
|
98
98
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} bearbeiten",
|
99
99
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Bearbeiten"
|
package/i18n/de-DE.properties
CHANGED
@@ -46,6 +46,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = We
|
|
46
46
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = Zum nächsten Monat wechseln
|
47
47
|
# Aria label for switching to the previous month in the calendar
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = Zum vorherigen Monat wechseln
|
49
|
+
# Placeholder text for selecting a taxonomy option
|
50
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Eine Option auswählen
|
49
51
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
50
52
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = Wähler für Aktualisierungsmodus umschalten
|
51
53
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
@@ -173,9 +175,9 @@ metadataEditor.unsavedChangesModal.body = Metadaten-Vorlage(n) enthält/enthalte
|
|
173
175
|
# Label for close (x) button
|
174
176
|
metadataEditor.unsavedChangesModal.closeLabel = Schließen
|
175
177
|
# CTA for going back to edit mode of the current template
|
176
|
-
metadataEditor.unsavedChangesModal.continueEditingCTA =
|
178
|
+
metadataEditor.unsavedChangesModal.continueEditingCTA = Bearbeiten fortfahren
|
177
179
|
# CTA for discarding unsaved changes
|
178
|
-
metadataEditor.unsavedChangesModal.discardChangesCTA =
|
180
|
+
metadataEditor.unsavedChangesModal.discardChangesCTA = Änderungen verwerfen
|
179
181
|
# Header for the unsaved changes modal
|
180
182
|
metadataEditor.unsavedChangesModal.header = Nicht gespeicherte Änderungen
|
181
183
|
# Call to action to hide all empty values
|
@@ -183,9 +185,9 @@ metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Leere We
|
|
183
185
|
# Call to action to show hidden empty values
|
184
186
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Leere Werte anzeigen
|
185
187
|
# Aria label for the autofill button
|
186
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Mit Box
|
188
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Mit Box KI automatisch ausfüllen {templateName}
|
187
189
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
188
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Mit Box
|
190
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Mit Box KI automatisch ausfüllen {templateName}
|
189
191
|
# Header with Custom Metadata template name
|
190
192
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Benutzerdefinierte Metadaten
|
191
193
|
# Aria label for the edit button
|
package/i18n/en-AU.js
CHANGED
@@ -92,8 +92,8 @@ export default {
|
|
92
92
|
"metadataEditor.unsavedChangesModal.header": "Unsaved Changes",
|
93
93
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Hide empty values",
|
94
94
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Show empty values",
|
95
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill with Box AI",
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI",
|
95
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill {templateName} with Box AI",
|
96
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill {templateName} with Box AI",
|
97
97
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Custom Metadata",
|
98
98
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
|
99
99
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit"
|
package/i18n/en-AU.properties
CHANGED
@@ -46,6 +46,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = Se
|
|
46
46
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = Switch to next month
|
47
47
|
# Aria label for switching to the previous month in the calendar
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = Switch to previous month
|
49
|
+
# Placeholder text for selecting a taxonomy option
|
50
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Select an option
|
49
51
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
50
52
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = Toggle update mode selector
|
51
53
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
@@ -183,9 +185,9 @@ metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Hide emp
|
|
183
185
|
# Call to action to show hidden empty values
|
184
186
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Show empty values
|
185
187
|
# Aria label for the autofill button
|
186
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Autofill with Box AI
|
188
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Autofill {templateName} with Box AI
|
187
189
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
188
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autofill with Box AI
|
190
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autofill {templateName} with Box AI
|
189
191
|
# Header with Custom Metadata template name
|
190
192
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Custom Metadata
|
191
193
|
# Aria label for the edit button
|
package/i18n/en-CA.js
CHANGED
@@ -92,8 +92,8 @@ export default {
|
|
92
92
|
"metadataEditor.unsavedChangesModal.header": "Unsaved Changes",
|
93
93
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Hide empty values",
|
94
94
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Show empty values",
|
95
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill with Box AI",
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI",
|
95
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill {templateName} with Box AI",
|
96
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill {templateName} with Box AI",
|
97
97
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Custom Metadata",
|
98
98
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
|
99
99
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit"
|
package/i18n/en-CA.properties
CHANGED
@@ -46,6 +46,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = Se
|
|
46
46
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = Switch to next month
|
47
47
|
# Aria label for switching to the previous month in the calendar
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = Switch to previous month
|
49
|
+
# Placeholder text for selecting a taxonomy option
|
50
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Select an option
|
49
51
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
50
52
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = Toggle update mode selector
|
51
53
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
@@ -183,9 +185,9 @@ metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Hide emp
|
|
183
185
|
# Call to action to show hidden empty values
|
184
186
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Show empty values
|
185
187
|
# Aria label for the autofill button
|
186
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Autofill with Box AI
|
188
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Autofill {templateName} with Box AI
|
187
189
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
188
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autofill with Box AI
|
190
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autofill {templateName} with Box AI
|
189
191
|
# Header with Custom Metadata template name
|
190
192
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Custom Metadata
|
191
193
|
# Aria label for the edit button
|
package/i18n/en-GB.js
CHANGED
@@ -92,8 +92,8 @@ export default {
|
|
92
92
|
"metadataEditor.unsavedChangesModal.header": "Unsaved Changes",
|
93
93
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Hide empty values",
|
94
94
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Show empty values",
|
95
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill with Box AI",
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill with Box AI",
|
95
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Autofill {templateName} with Box AI",
|
96
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Autofill {templateName} with Box AI",
|
97
97
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Custom Metadata",
|
98
98
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
|
99
99
|
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit"
|
package/i18n/en-GB.properties
CHANGED
@@ -46,6 +46,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = Se
|
|
46
46
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = Switch to next month
|
47
47
|
# Aria label for switching to the previous month in the calendar
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = Switch to previous month
|
49
|
+
# Placeholder text for selecting a taxonomy option
|
50
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Select an option
|
49
51
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
50
52
|
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = Toggle update mode selector
|
51
53
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
@@ -183,9 +185,9 @@ metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Hide emp
|
|
183
185
|
# Call to action to show hidden empty values
|
184
186
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Show empty values
|
185
187
|
# Aria label for the autofill button
|
186
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Autofill with Box AI
|
188
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Autofill {templateName} with Box AI
|
187
189
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
188
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autofill with Box AI
|
190
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autofill {templateName} with Box AI
|
189
191
|
# Header with Custom Metadata template name
|
190
192
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Custom Metadata
|
191
193
|
# Aria label for the edit button
|