@box/metadata-editor 1.70.11 → 1.70.13
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/chunks/add-metadata-template-dropdown.js +84 -0
- package/dist/chunks/metadata-instance-form-autofill-button.js +3 -3
- package/dist/esm/index.js +1 -1
- package/dist/esm/lib/components/add-metadata-template-dropdown/add-metadata-template-dropdown.js +2 -33
- package/dist/esm/lib/components/add-metadata-template-dropdown/index.js +1 -1
- package/dist/esm/lib/components/add-metadata-template-dropdown/messages.js +7 -3
- package/dist/i18n/bn-IN.js +4 -3
- package/dist/i18n/bn-IN.properties +8 -6
- package/dist/i18n/da-DK.js +4 -3
- package/dist/i18n/da-DK.properties +8 -6
- package/dist/i18n/de-DE.js +4 -3
- package/dist/i18n/de-DE.properties +8 -6
- package/dist/i18n/en-AU.js +4 -3
- package/dist/i18n/en-AU.properties +8 -6
- package/dist/i18n/en-CA.js +4 -3
- package/dist/i18n/en-CA.properties +8 -6
- package/dist/i18n/en-GB.js +4 -3
- package/dist/i18n/en-GB.properties +8 -6
- package/dist/i18n/en-US.js +4 -3
- package/dist/i18n/en-US.properties +8 -6
- package/dist/i18n/en-x-pseudo.js +158 -157
- package/dist/i18n/en-x-pseudo.properties +162 -160
- package/dist/i18n/es-419.js +4 -3
- package/dist/i18n/es-419.properties +8 -6
- package/dist/i18n/es-ES.js +4 -3
- package/dist/i18n/es-ES.properties +8 -6
- package/dist/i18n/fi-FI.js +4 -3
- package/dist/i18n/fi-FI.properties +8 -6
- package/dist/i18n/fr-CA.js +4 -3
- package/dist/i18n/fr-CA.properties +8 -6
- package/dist/i18n/fr-FR.js +4 -3
- package/dist/i18n/fr-FR.properties +8 -6
- package/dist/i18n/hi-IN.js +4 -3
- package/dist/i18n/hi-IN.properties +8 -6
- package/dist/i18n/it-IT.js +4 -3
- package/dist/i18n/it-IT.properties +8 -6
- package/dist/i18n/ja-JP.js +4 -3
- package/dist/i18n/ja-JP.properties +8 -6
- package/dist/i18n/json/src/lib/components/add-metadata-template-dropdown/messages.json +1 -1
- package/dist/i18n/ko-KR.js +4 -3
- package/dist/i18n/ko-KR.properties +8 -6
- package/dist/i18n/nb-NO.js +4 -3
- package/dist/i18n/nb-NO.properties +8 -6
- package/dist/i18n/nl-NL.js +4 -3
- package/dist/i18n/nl-NL.properties +8 -6
- package/dist/i18n/pl-PL.js +4 -3
- package/dist/i18n/pl-PL.properties +8 -6
- package/dist/i18n/pt-BR.js +4 -3
- package/dist/i18n/pt-BR.properties +8 -6
- package/dist/i18n/ru-RU.js +4 -3
- package/dist/i18n/ru-RU.properties +8 -6
- package/dist/i18n/sv-SE.js +4 -3
- package/dist/i18n/sv-SE.properties +8 -6
- package/dist/i18n/tr-TR.js +4 -3
- package/dist/i18n/tr-TR.properties +8 -6
- package/dist/i18n/zh-CN.js +4 -3
- package/dist/i18n/zh-CN.properties +8 -6
- package/dist/i18n/zh-TW.js +4 -3
- package/dist/i18n/zh-TW.properties +8 -6
- package/dist/styles/add-metadata-template-dropdown.css +1 -0
- package/dist/styles/metadata-instance-form-autofill-button.css +1 -1
- package/dist/types/lib/components/add-metadata-template-dropdown/add-metadata-template-dropdown.d.ts +1 -1
- package/dist/types/lib/components/add-metadata-template-dropdown/messages.d.ts +5 -0
- package/dist/types/lib/components/add-metadata-template-dropdown/types.d.ts +27 -0
- package/dist/types/lib/types.d.ts +1 -0
- package/package.json +11 -10
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { getTemplateDisplayName as e } from "../esm/lib/utils/utils.js";
|
|
2
|
+
import { FilterDropdownMenu as t } from "../esm/lib/components/filter-dropdown-menu/index.js";
|
|
3
|
+
import n from "../esm/lib/components/add-metadata-template-dropdown/messages.js";
|
|
4
|
+
import { IconButton as r } from "@box/blueprint-web";
|
|
5
|
+
import { Plus as i } from "@box/blueprint-web-assets/icons/Fill";
|
|
6
|
+
import { Space2 as a } from "@box/blueprint-web-assets/tokens/px-tokens";
|
|
7
|
+
import { MetadataTemplateBrowser as o } from "@box/metadata-template-browser";
|
|
8
|
+
import { useMemo as s, useState as c } from "react";
|
|
9
|
+
import { useIntl as l } from "react-intl";
|
|
10
|
+
import { Fragment as u, jsx as d, jsxs as f } from "react/jsx-runtime";
|
|
11
|
+
import '../styles/add-metadata-template-dropdown.css';var p = { templateBrowserContainer: "_templateBrowserContainer_z6m4k_1" }, m = parseInt(a, 10), h = "enterprise";
|
|
12
|
+
function g({ availableTemplates: a, onSelect: g, selectedTemplates: _, isTemplateManagementEnabled: v = !1, isLoading: y, onCreateTemplate: b, onEditTemplate: x }) {
|
|
13
|
+
let S = l(), C = S.formatMessage(n.customMetadataName), [w, T] = c(""), E = s(() => a.filter((t) => e(t, C).toLowerCase().includes(w.toLowerCase())), [
|
|
14
|
+
a,
|
|
15
|
+
w,
|
|
16
|
+
C
|
|
17
|
+
]), D = w.length > 0 && E.length === 0, O = (e) => _.some((t) => t.scope === e.scope && t.templateKey === e.templateKey), k = s(() => a.map((t) => ({
|
|
18
|
+
id: t.id,
|
|
19
|
+
displayName: e(t, C) ?? "",
|
|
20
|
+
scope: t.scope,
|
|
21
|
+
templateKey: t.templateKey,
|
|
22
|
+
canEdit: t.canEdit
|
|
23
|
+
})), [a, C]), A = s(() => ({
|
|
24
|
+
onTemplateSelect: async (e) => {
|
|
25
|
+
let t = a.find((t) => t.id === e.id);
|
|
26
|
+
t && g(t);
|
|
27
|
+
},
|
|
28
|
+
...v && {
|
|
29
|
+
onCreateTemplate: (e) => b?.(e),
|
|
30
|
+
onTemplateEdit: (e) => {
|
|
31
|
+
let t = a.find((t) => t.id === e);
|
|
32
|
+
t?.scope && t?.templateKey && x?.({
|
|
33
|
+
namespaceFqn: t.scope,
|
|
34
|
+
templateKey: t.templateKey
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}), [
|
|
39
|
+
a,
|
|
40
|
+
g,
|
|
41
|
+
v,
|
|
42
|
+
b,
|
|
43
|
+
x
|
|
44
|
+
]), j = s(() => ({
|
|
45
|
+
getTemplates: async () => ({
|
|
46
|
+
entries: k,
|
|
47
|
+
next_marker: void 0
|
|
48
|
+
}),
|
|
49
|
+
getSearchResults: async (e) => {
|
|
50
|
+
let t = e.toLowerCase();
|
|
51
|
+
return {
|
|
52
|
+
entries: k.filter((e) => e.displayName.toLowerCase().includes(t)),
|
|
53
|
+
next_marker: void 0
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
}), [k]);
|
|
57
|
+
return /* @__PURE__ */ f(t.Root, {
|
|
58
|
+
resetValueOnHide: !0,
|
|
59
|
+
setValue: T,
|
|
60
|
+
children: [/* @__PURE__ */ d(t.Trigger, { triggerButton: /* @__PURE__ */ d(r, {
|
|
61
|
+
"aria-label": S.formatMessage(n.addMetadataTemplatesTriggerButtonLabel),
|
|
62
|
+
icon: i,
|
|
63
|
+
size: "x-small",
|
|
64
|
+
"data-target-id": "IconButton-addMetadataTemplatesTriggerButtonLabel"
|
|
65
|
+
}) }), /* @__PURE__ */ d(t.Content, {
|
|
66
|
+
gutter: m,
|
|
67
|
+
children: v ? /* @__PURE__ */ d("div", {
|
|
68
|
+
className: p.templateBrowserContainer,
|
|
69
|
+
children: /* @__PURE__ */ d(o, {
|
|
70
|
+
enterpriseId: h,
|
|
71
|
+
eventService: A,
|
|
72
|
+
isDisabled: y,
|
|
73
|
+
itemsService: j,
|
|
74
|
+
canCreateAtRoot: !1
|
|
75
|
+
})
|
|
76
|
+
}) : /* @__PURE__ */ f(u, { children: [/* @__PURE__ */ d(t.Search, { placeholder: S.formatMessage(n.addMetadataTemplatesSearchPlaceholder) }), /* @__PURE__ */ d(t.List, { children: D ? /* @__PURE__ */ d(t.EmptyState, {}) : E.map((n) => /* @__PURE__ */ d(t.Item, {
|
|
77
|
+
disabled: O(n),
|
|
78
|
+
onClick: () => g(n),
|
|
79
|
+
value: e(n, C)
|
|
80
|
+
}, n.id)) })] })
|
|
81
|
+
})]
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
export { g as t };
|
|
@@ -11,9 +11,9 @@ import { jsx as b, jsxs as x } from "react/jsx-runtime";
|
|
|
11
11
|
import { getIn as S, useFormikContext as C } from "formik";
|
|
12
12
|
import { useLocalStorageAIAgents as w } from "@box/box-ai-agent-selector";
|
|
13
13
|
import '../styles/metadata-instance-form-autofill-button.css';var T = {
|
|
14
|
-
loadingIndicator: "
|
|
15
|
-
actionMenuItem: "
|
|
16
|
-
splitButtonIcon: "
|
|
14
|
+
loadingIndicator: "_loadingIndicator_zhzu0_1",
|
|
15
|
+
actionMenuItem: "_actionMenuItem_zhzu0_11",
|
|
16
|
+
splitButtonIcon: "_splitButtonIcon_zhzu0_17"
|
|
17
17
|
}, E = /* @__PURE__ */ p(({ isButtonDisabled: t, onAutofill: n, onAgentChange: r, storedAgent: i, icon: o, ...c }, l) => {
|
|
18
18
|
let f = _(), [p, m] = g(i || "standard"), h = (e) => {
|
|
19
19
|
m(e), r(e), setTimeout(() => {
|
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FilterDropdownMenu as e } from "./lib/components/filter-dropdown-menu/index.js";
|
|
2
|
-
import {
|
|
2
|
+
import { t } from "../chunks/add-metadata-template-dropdown.js";
|
|
3
3
|
import "./lib/components/add-metadata-template-dropdown/index.js";
|
|
4
4
|
import { t as n } from "../chunks/combobox-with-api-pagination.js";
|
|
5
5
|
import "./lib/components/combobox-with-api-pagination/index.js";
|
package/dist/esm/lib/components/add-metadata-template-dropdown/add-metadata-template-dropdown.js
CHANGED
|
@@ -1,33 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import n from "./messages.js";
|
|
4
|
-
import { IconButton as r } from "@box/blueprint-web";
|
|
5
|
-
import { Plus as i } from "@box/blueprint-web-assets/icons/Fill";
|
|
6
|
-
import { Space2 as a } from "@box/blueprint-web-assets/tokens/px-tokens";
|
|
7
|
-
import { useMemo as o, useState as s } from "react";
|
|
8
|
-
import { useIntl as c } from "react-intl";
|
|
9
|
-
import { jsx as l, jsxs as u } from "react/jsx-runtime";
|
|
10
|
-
var d = parseInt(a, 10);
|
|
11
|
-
function f({ availableTemplates: a, onSelect: f, selectedTemplates: p }) {
|
|
12
|
-
let m = c(), h = m.formatMessage(n.customMetadataName), [g, _] = s(""), v = o(() => a.filter((t) => e(t, h).toLowerCase().includes(g.toLowerCase())), [a, g]), y = g.length > 0 && v.length === 0, b = (e) => p.some((t) => t.scope === e.scope && t.templateKey === e.templateKey), x = (e) => {
|
|
13
|
-
f(e);
|
|
14
|
-
};
|
|
15
|
-
return /* @__PURE__ */ u(t.Root, {
|
|
16
|
-
resetValueOnHide: !0,
|
|
17
|
-
setValue: _,
|
|
18
|
-
children: [/* @__PURE__ */ l(t.Trigger, { triggerButton: /* @__PURE__ */ l(r, {
|
|
19
|
-
"aria-label": m.formatMessage(n.addMetadataTemplatesTriggerButtonLabel),
|
|
20
|
-
icon: i,
|
|
21
|
-
size: "x-small",
|
|
22
|
-
"data-target-id": "IconButton-addMetadataTemplatesTriggerButtonLabel"
|
|
23
|
-
}) }), /* @__PURE__ */ u(t.Content, {
|
|
24
|
-
gutter: d,
|
|
25
|
-
children: [/* @__PURE__ */ l(t.Search, { placeholder: m.formatMessage(n.addMetadataTemplatesSearchPlaceholder) }), /* @__PURE__ */ l(t.List, { children: y ? /* @__PURE__ */ l(t.EmptyState, {}) : v.map((n) => /* @__PURE__ */ l(t.Item, {
|
|
26
|
-
disabled: b(n),
|
|
27
|
-
onClick: () => x(n),
|
|
28
|
-
value: e(n, h)
|
|
29
|
-
}, n.id)) })]
|
|
30
|
-
})]
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
export { f as AddMetadataTemplateDropdown };
|
|
1
|
+
import { t as e } from "../../../../chunks/add-metadata-template-dropdown.js";
|
|
2
|
+
export { e as AddMetadataTemplateDropdown };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { t as e } from "../../../../chunks/add-metadata-template-dropdown.js";
|
|
2
2
|
export { e as AddMetadataTemplateDropdown };
|
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
import { defineMessages as e } from "react-intl";
|
|
2
2
|
var t = e({
|
|
3
3
|
customMetadataName: {
|
|
4
|
-
id: "metadataEditor.addMetadataTemplate.customMetadataName",
|
|
4
|
+
id: "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName",
|
|
5
5
|
defaultMessage: "Custom Metadata"
|
|
6
6
|
},
|
|
7
7
|
addMetadataTemplatesSearchPlaceholder: {
|
|
8
|
-
id: "metadataEditor.addMetadataTemplate.search.placeholder",
|
|
8
|
+
id: "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder",
|
|
9
9
|
defaultMessage: "Search templates"
|
|
10
10
|
},
|
|
11
11
|
addMetadataTemplatesTriggerButtonLabel: {
|
|
12
|
-
id: "metadataEditor.addMetadataTemplate.trigger.label",
|
|
12
|
+
id: "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label",
|
|
13
13
|
defaultMessage: "Add template"
|
|
14
|
+
},
|
|
15
|
+
createTemplateButtonLabel: {
|
|
16
|
+
id: "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label",
|
|
17
|
+
defaultMessage: "New Template"
|
|
14
18
|
}
|
|
15
19
|
});
|
|
16
20
|
export { t as default };
|
package/dist/i18n/bn-IN.js
CHANGED
|
@@ -6,6 +6,10 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "লোড করা হচ্ছে...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "আরও লোড করা হচ্ছে...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "কোনো ফলাফল পাওয়া যায়নি",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
|
|
10
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "কাস্টম মেটাডেটা",
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "টেমপ্লেট খুঁজুন",
|
|
12
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "টেমপ্লেট যোগ করুন",
|
|
9
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "ব্যবহার করার আগে Box AI আউটপুট পর্যালোচনা ও যাচাই করা উচিত।",
|
|
10
14
|
"groupSharedFeatures.metadataEditor.loading": "লোড করা হচ্ছে",
|
|
11
15
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date} তারিখের পরের তারিখ লিখুন",
|
|
@@ -46,9 +50,6 @@ export default {
|
|
|
46
50
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "টেমপ্লেট নির্বাচন করুন",
|
|
47
51
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "টেমপ্লেট লোড করা যায়নি। পরে আবার চেষ্টা করুন",
|
|
48
52
|
"groupSharedFeatures.metadataEditor.viewOnDocument": "ডকুমেন্টে দেখুন",
|
|
49
|
-
"metadataEditor.addMetadataTemplate.customMetadataName": "কাস্টম মেটাডেটা",
|
|
50
|
-
"metadataEditor.addMetadataTemplate.search.placeholder": "টেমপ্লেট খুঁজুন",
|
|
51
|
-
"metadataEditor.addMetadataTemplate.trigger.label": "টেমপ্লেট যোগ করুন",
|
|
52
53
|
"metadataEditor.aiSuggestionField.acceptLabel": "পরামর্শ গ্রহণ করুন",
|
|
53
54
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI পরামর্শ:",
|
|
54
55
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI-র পরামর্শ ({level} আত্মবিশ্বাস)",
|
|
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = লোড করা হচ্ছে
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = আরও লোড করা হচ্ছে...
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = কোনো ফলাফল পাওয়া যায়নি
|
|
15
|
+
# Label for the button that opens the template editor to create a new template
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
|
|
17
|
+
# Display name for custom metadata templates
|
|
18
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = কাস্টম মেটাডেটা
|
|
19
|
+
# Description for the search input field in the metadata editor
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = টেমপ্লেট খুঁজুন
|
|
21
|
+
# Call to encourage user to add metadata templates
|
|
22
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = টেমপ্লেট যোগ করুন
|
|
15
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
24
|
groupSharedFeatures.metadataEditor.aiDisclaimer = ব্যবহার করার আগে Box AI আউটপুট পর্যালোচনা ও যাচাই করা উচিত।
|
|
17
25
|
# Aria label indicating that content is loading or in progress
|
|
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ট
|
|
|
92
100
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = টেমপ্লেট লোড করা যায়নি। পরে আবার চেষ্টা করুন
|
|
93
101
|
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
102
|
groupSharedFeatures.metadataEditor.viewOnDocument = ডকুমেন্টে দেখুন
|
|
95
|
-
# Display name for custom metadata templates
|
|
96
|
-
metadataEditor.addMetadataTemplate.customMetadataName = কাস্টম মেটাডেটা
|
|
97
|
-
# Description for the search input field in the metadata editor
|
|
98
|
-
metadataEditor.addMetadataTemplate.search.placeholder = টেমপ্লেট খুঁজুন
|
|
99
|
-
# Call to encourage user to add metadata templates
|
|
100
|
-
metadataEditor.addMetadataTemplate.trigger.label = টেমপ্লেট যোগ করুন
|
|
101
103
|
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
104
|
metadataEditor.aiSuggestionField.acceptLabel = পরামর্শ গ্রহণ করুন
|
|
103
105
|
# Label for value suggested by Box AI
|
package/dist/i18n/da-DK.js
CHANGED
|
@@ -6,6 +6,10 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Indlæser...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Indlæser mere...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Ingen resultater fundet",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
|
|
10
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Brugerdefineret metadata",
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Søg efter skabeloner",
|
|
12
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Tilføj skabelon",
|
|
9
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI-outputs bør gennemgås og bekræftes før brug.",
|
|
10
14
|
"groupSharedFeatures.metadataEditor.loading": "indlæser",
|
|
11
15
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Indtast en dato efter den {date}",
|
|
@@ -46,9 +50,6 @@ export default {
|
|
|
46
50
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Vælg en skabelon",
|
|
47
51
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Skabeloner kunne ikke indlæses. Prøv igen senere",
|
|
48
52
|
"groupSharedFeatures.metadataEditor.viewOnDocument": "Vis på dokument",
|
|
49
|
-
"metadataEditor.addMetadataTemplate.customMetadataName": "Brugerdefineret metadata",
|
|
50
|
-
"metadataEditor.addMetadataTemplate.search.placeholder": "Søg efter skabeloner",
|
|
51
|
-
"metadataEditor.addMetadataTemplate.trigger.label": "Tilføj skabelon",
|
|
52
53
|
"metadataEditor.aiSuggestionField.acceptLabel": "Acceptér forslag",
|
|
53
54
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI",
|
|
54
55
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI-forslag ({level} tillid)",
|
|
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Indlæser...
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = Indlæser mere...
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Ingen resultater fundet
|
|
15
|
+
# Label for the button that opens the template editor to create a new template
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
|
|
17
|
+
# Display name for custom metadata templates
|
|
18
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Brugerdefineret metadata
|
|
19
|
+
# Description for the search input field in the metadata editor
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Søg efter skabeloner
|
|
21
|
+
# Call to encourage user to add metadata templates
|
|
22
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Tilføj skabelon
|
|
15
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
24
|
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI-outputs bør gennemgås og bekræftes før brug.
|
|
17
25
|
# Aria label indicating that content is loading or in progress
|
|
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Væ
|
|
|
92
100
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Skabeloner kunne ikke indlæses. Prøv igen senere
|
|
93
101
|
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
102
|
groupSharedFeatures.metadataEditor.viewOnDocument = Vis på dokument
|
|
95
|
-
# Display name for custom metadata templates
|
|
96
|
-
metadataEditor.addMetadataTemplate.customMetadataName = Brugerdefineret metadata
|
|
97
|
-
# Description for the search input field in the metadata editor
|
|
98
|
-
metadataEditor.addMetadataTemplate.search.placeholder = Søg efter skabeloner
|
|
99
|
-
# Call to encourage user to add metadata templates
|
|
100
|
-
metadataEditor.addMetadataTemplate.trigger.label = Tilføj skabelon
|
|
101
103
|
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
104
|
metadataEditor.aiSuggestionField.acceptLabel = Acceptér forslag
|
|
103
105
|
# Label for value suggested by Box AI
|
package/dist/i18n/de-DE.js
CHANGED
|
@@ -6,6 +6,10 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Laden …",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Mehr wird geladen ...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "Keine Ergebnisse gefunden",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
|
|
10
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Benutzerdefinierte Metadaten",
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Suchvorlagen",
|
|
12
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Vorlage hinzufügen",
|
|
9
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI-Ausgaben sollten vor der Verwendung überprüft und verifiziert werden.",
|
|
10
14
|
"groupSharedFeatures.metadataEditor.loading": "Beladen",
|
|
11
15
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Ein Datum nach {date} eingeben",
|
|
@@ -46,9 +50,6 @@ export default {
|
|
|
46
50
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Wählen Sie eine Vorlage aus",
|
|
47
51
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Vorlagen konnten nicht geladen werden. Versuchen Sie es später erneut",
|
|
48
52
|
"groupSharedFeatures.metadataEditor.viewOnDocument": "Im Dokument anzeigen",
|
|
49
|
-
"metadataEditor.addMetadataTemplate.customMetadataName": "Selbst definierte Metadaten",
|
|
50
|
-
"metadataEditor.addMetadataTemplate.search.placeholder": "Suchvorlagen",
|
|
51
|
-
"metadataEditor.addMetadataTemplate.trigger.label": "Vorlage hinzufügen",
|
|
52
53
|
"metadataEditor.aiSuggestionField.acceptLabel": "Vorschlag akzeptieren",
|
|
53
54
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box-AI-Vorschlag:",
|
|
54
55
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI-Vorschlag ({level} Konfidenzniveau)",
|
|
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Laden …
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = Mehr wird geladen ...
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = Keine Ergebnisse gefunden
|
|
15
|
+
# Label for the button that opens the template editor to create a new template
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
|
|
17
|
+
# Display name for custom metadata templates
|
|
18
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Benutzerdefinierte Metadaten
|
|
19
|
+
# Description for the search input field in the metadata editor
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Suchvorlagen
|
|
21
|
+
# Call to encourage user to add metadata templates
|
|
22
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Vorlage hinzufügen
|
|
15
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
24
|
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI-Ausgaben sollten vor der Verwendung überprüft und verifiziert werden.
|
|
17
25
|
# Aria label indicating that content is loading or in progress
|
|
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Wä
|
|
|
92
100
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Vorlagen konnten nicht geladen werden. Versuchen Sie es später erneut
|
|
93
101
|
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
102
|
groupSharedFeatures.metadataEditor.viewOnDocument = Im Dokument anzeigen
|
|
95
|
-
# Display name for custom metadata templates
|
|
96
|
-
metadataEditor.addMetadataTemplate.customMetadataName = Selbst definierte Metadaten
|
|
97
|
-
# Description for the search input field in the metadata editor
|
|
98
|
-
metadataEditor.addMetadataTemplate.search.placeholder = Suchvorlagen
|
|
99
|
-
# Call to encourage user to add metadata templates
|
|
100
|
-
metadataEditor.addMetadataTemplate.trigger.label = Vorlage hinzufügen
|
|
101
103
|
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
104
|
metadataEditor.aiSuggestionField.acceptLabel = Vorschlag akzeptieren
|
|
103
105
|
# Label for value suggested by Box AI
|
package/dist/i18n/en-AU.js
CHANGED
|
@@ -6,6 +6,10 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Loading...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "No results found",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
|
|
10
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
|
|
12
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Add template",
|
|
9
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI outputs should be reviewed and verified before use.",
|
|
10
14
|
"groupSharedFeatures.metadataEditor.loading": "loading",
|
|
11
15
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Enter a date after {date}",
|
|
@@ -46,9 +50,6 @@ export default {
|
|
|
46
50
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Select a Template",
|
|
47
51
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Could not load templates. Try again later",
|
|
48
52
|
"groupSharedFeatures.metadataEditor.viewOnDocument": "View on document",
|
|
49
|
-
"metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
|
|
50
|
-
"metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
|
|
51
|
-
"metadataEditor.addMetadataTemplate.trigger.label": "Add template",
|
|
52
53
|
"metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
|
|
53
54
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
|
|
54
55
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI suggestion ({level} confidence)",
|
|
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Loading...
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = Loading more...
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = No results found
|
|
15
|
+
# Label for the button that opens the template editor to create a new template
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
|
|
17
|
+
# Display name for custom metadata templates
|
|
18
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
|
|
19
|
+
# Description for the search input field in the metadata editor
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Search templates
|
|
21
|
+
# Call to encourage user to add metadata templates
|
|
22
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Add template
|
|
15
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
24
|
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI outputs should be reviewed and verified before use.
|
|
17
25
|
# Aria label indicating that content is loading or in progress
|
|
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Sel
|
|
|
92
100
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Could not load templates. Try again later
|
|
93
101
|
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
102
|
groupSharedFeatures.metadataEditor.viewOnDocument = View on document
|
|
95
|
-
# Display name for custom metadata templates
|
|
96
|
-
metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
|
|
97
|
-
# Description for the search input field in the metadata editor
|
|
98
|
-
metadataEditor.addMetadataTemplate.search.placeholder = Search templates
|
|
99
|
-
# Call to encourage user to add metadata templates
|
|
100
|
-
metadataEditor.addMetadataTemplate.trigger.label = Add template
|
|
101
103
|
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
104
|
metadataEditor.aiSuggestionField.acceptLabel = Accept suggestion
|
|
103
105
|
# Label for value suggested by Box AI
|
package/dist/i18n/en-CA.js
CHANGED
|
@@ -6,6 +6,10 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Loading...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "No results found",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
|
|
10
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
|
|
12
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Add template",
|
|
9
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI outputs should be reviewed and verified before use.",
|
|
10
14
|
"groupSharedFeatures.metadataEditor.loading": "loading",
|
|
11
15
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Enter a date after {date}",
|
|
@@ -46,9 +50,6 @@ export default {
|
|
|
46
50
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Select a Template",
|
|
47
51
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Could not load templates. Try again later",
|
|
48
52
|
"groupSharedFeatures.metadataEditor.viewOnDocument": "View on document",
|
|
49
|
-
"metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
|
|
50
|
-
"metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
|
|
51
|
-
"metadataEditor.addMetadataTemplate.trigger.label": "Add template",
|
|
52
53
|
"metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
|
|
53
54
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
|
|
54
55
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI suggestion ({level} confidence)",
|
|
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Loading...
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = Loading more...
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = No results found
|
|
15
|
+
# Label for the button that opens the template editor to create a new template
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
|
|
17
|
+
# Display name for custom metadata templates
|
|
18
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
|
|
19
|
+
# Description for the search input field in the metadata editor
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Search templates
|
|
21
|
+
# Call to encourage user to add metadata templates
|
|
22
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Add template
|
|
15
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
24
|
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI outputs should be reviewed and verified before use.
|
|
17
25
|
# Aria label indicating that content is loading or in progress
|
|
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Sel
|
|
|
92
100
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Could not load templates. Try again later
|
|
93
101
|
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
102
|
groupSharedFeatures.metadataEditor.viewOnDocument = View on document
|
|
95
|
-
# Display name for custom metadata templates
|
|
96
|
-
metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
|
|
97
|
-
# Description for the search input field in the metadata editor
|
|
98
|
-
metadataEditor.addMetadataTemplate.search.placeholder = Search templates
|
|
99
|
-
# Call to encourage user to add metadata templates
|
|
100
|
-
metadataEditor.addMetadataTemplate.trigger.label = Add template
|
|
101
103
|
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
104
|
metadataEditor.aiSuggestionField.acceptLabel = Accept suggestion
|
|
103
105
|
# Label for value suggested by Box AI
|
package/dist/i18n/en-GB.js
CHANGED
|
@@ -6,6 +6,10 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Loading...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "No results found",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
|
|
10
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
|
|
12
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Add template",
|
|
9
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI outputs should be reviewed and verified before use.",
|
|
10
14
|
"groupSharedFeatures.metadataEditor.loading": "loading",
|
|
11
15
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Enter a date after {date}",
|
|
@@ -46,9 +50,6 @@ export default {
|
|
|
46
50
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Select a Template",
|
|
47
51
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Could not load templates. Try again later",
|
|
48
52
|
"groupSharedFeatures.metadataEditor.viewOnDocument": "View on document",
|
|
49
|
-
"metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
|
|
50
|
-
"metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
|
|
51
|
-
"metadataEditor.addMetadataTemplate.trigger.label": "Add template",
|
|
52
53
|
"metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
|
|
53
54
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
|
|
54
55
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI suggestion ({level} confidence)",
|
|
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Loading...
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = Loading more...
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = No results found
|
|
15
|
+
# Label for the button that opens the template editor to create a new template
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
|
|
17
|
+
# Display name for custom metadata templates
|
|
18
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
|
|
19
|
+
# Description for the search input field in the metadata editor
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Search templates
|
|
21
|
+
# Call to encourage user to add metadata templates
|
|
22
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Add template
|
|
15
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
24
|
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI outputs should be reviewed and verified before use.
|
|
17
25
|
# Aria label indicating that content is loading or in progress
|
|
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Sel
|
|
|
92
100
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Could not load templates. Try again later
|
|
93
101
|
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
102
|
groupSharedFeatures.metadataEditor.viewOnDocument = View on document
|
|
95
|
-
# Display name for custom metadata templates
|
|
96
|
-
metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
|
|
97
|
-
# Description for the search input field in the metadata editor
|
|
98
|
-
metadataEditor.addMetadataTemplate.search.placeholder = Search templates
|
|
99
|
-
# Call to encourage user to add metadata templates
|
|
100
|
-
metadataEditor.addMetadataTemplate.trigger.label = Add template
|
|
101
103
|
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
104
|
metadataEditor.aiSuggestionField.acceptLabel = Accept suggestion
|
|
103
105
|
# Label for value suggested by Box AI
|
package/dist/i18n/en-US.js
CHANGED
|
@@ -6,6 +6,10 @@ export default {
|
|
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "Loading...",
|
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more...",
|
|
8
8
|
"comboboxWithApiPagination.noResults": "No results found",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
|
|
10
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
|
|
11
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
|
|
12
|
+
"groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Add template",
|
|
9
13
|
"groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI outputs should be reviewed and verified before use.",
|
|
10
14
|
"groupSharedFeatures.metadataEditor.loading": "loading",
|
|
11
15
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Enter a date after {date}",
|
|
@@ -46,9 +50,6 @@ export default {
|
|
|
46
50
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Select a Template",
|
|
47
51
|
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Could not load templates. Try again later",
|
|
48
52
|
"groupSharedFeatures.metadataEditor.viewOnDocument": "View on document",
|
|
49
|
-
"metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
|
|
50
|
-
"metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
|
|
51
|
-
"metadataEditor.addMetadataTemplate.trigger.label": "Add template",
|
|
52
53
|
"metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
|
|
53
54
|
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
|
|
54
55
|
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI suggestion ({level} confidence)",
|
|
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Loading...
|
|
|
12
12
|
comboboxWithApiPagination.loadingMoreAriaLabel = Loading more...
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
14
|
comboboxWithApiPagination.noResults = No results found
|
|
15
|
+
# Label for the button that opens the template editor to create a new template
|
|
16
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
|
|
17
|
+
# Display name for custom metadata templates
|
|
18
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
|
|
19
|
+
# Description for the search input field in the metadata editor
|
|
20
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Search templates
|
|
21
|
+
# Call to encourage user to add metadata templates
|
|
22
|
+
groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Add template
|
|
15
23
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
24
|
groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI outputs should be reviewed and verified before use.
|
|
17
25
|
# Aria label indicating that content is loading or in progress
|
|
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Sel
|
|
|
92
100
|
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Could not load templates. Try again later
|
|
93
101
|
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
102
|
groupSharedFeatures.metadataEditor.viewOnDocument = View on document
|
|
95
|
-
# Display name for custom metadata templates
|
|
96
|
-
metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
|
|
97
|
-
# Description for the search input field in the metadata editor
|
|
98
|
-
metadataEditor.addMetadataTemplate.search.placeholder = Search templates
|
|
99
|
-
# Call to encourage user to add metadata templates
|
|
100
|
-
metadataEditor.addMetadataTemplate.trigger.label = Add template
|
|
101
103
|
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
104
|
metadataEditor.aiSuggestionField.acceptLabel = Accept suggestion
|
|
103
105
|
# Label for value suggested by Box AI
|