@box/metadata-editor 0.55.0 → 0.56.1
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-instance-editor/subcomponents/custom-instance/custom-instance.js +68 -57
- package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance/messages.js +1 -1
- package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance-new-field/custom-instance-new-field.js +14 -11
- package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance-new-field/messages.js +4 -0
- package/i18n/bn-IN.js +16 -15
- package/i18n/bn-IN.properties +21 -9
- package/i18n/da-DK.js +12 -11
- package/i18n/da-DK.properties +17 -5
- package/i18n/de-DE.js +12 -11
- package/i18n/de-DE.properties +17 -5
- package/i18n/en-AU.js +3 -2
- package/i18n/en-AU.properties +13 -1
- package/i18n/en-CA.js +2 -1
- package/i18n/en-CA.properties +13 -1
- package/i18n/en-GB.js +3 -2
- package/i18n/en-GB.properties +13 -1
- package/i18n/en-US.js +2 -1
- package/i18n/en-US.properties +3 -1
- package/i18n/en-x-pseudo.js +96 -95
- package/i18n/en-x-pseudo.properties +101 -89
- package/i18n/es-419.js +12 -11
- package/i18n/es-419.properties +17 -5
- package/i18n/es-ES.js +12 -11
- package/i18n/es-ES.properties +17 -5
- package/i18n/fi-FI.js +12 -11
- package/i18n/fi-FI.properties +17 -5
- package/i18n/fr-CA.js +11 -10
- package/i18n/fr-CA.properties +16 -4
- package/i18n/fr-FR.js +11 -10
- package/i18n/fr-FR.properties +16 -4
- package/i18n/hi-IN.js +12 -11
- package/i18n/hi-IN.properties +17 -5
- package/i18n/it-IT.js +12 -11
- package/i18n/it-IT.properties +17 -5
- package/i18n/ja-JP.js +13 -12
- package/i18n/ja-JP.properties +18 -6
- package/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/custom-instance/messages.json +1 -1
- package/i18n/json/src/lib/components/metadata-instance-editor/subcomponents/custom-instance-new-field/messages.json +1 -1
- package/i18n/ko-KR.js +12 -11
- package/i18n/ko-KR.properties +17 -5
- package/i18n/nb-NO.js +12 -11
- package/i18n/nb-NO.properties +17 -5
- package/i18n/nl-NL.js +12 -11
- package/i18n/nl-NL.properties +17 -5
- package/i18n/pl-PL.js +12 -11
- package/i18n/pl-PL.properties +17 -5
- package/i18n/pt-BR.js +12 -11
- package/i18n/pt-BR.properties +17 -5
- package/i18n/ru-RU.js +12 -11
- package/i18n/ru-RU.properties +17 -5
- package/i18n/sv-SE.js +12 -11
- package/i18n/sv-SE.properties +17 -5
- package/i18n/tr-TR.js +12 -11
- package/i18n/tr-TR.properties +17 -5
- package/i18n/zh-CN.js +12 -11
- package/i18n/zh-CN.properties +17 -5
- package/i18n/zh-TW.js +12 -11
- package/i18n/zh-TW.properties +17 -5
- package/package.json +2 -2
- package/types/lib/components/metadata-instance-editor/subcomponents/custom-instance-new-field/messages.d.ts +5 -0
package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance/custom-instance.js
CHANGED
@@ -1,76 +1,87 @@
|
|
1
1
|
import "../../../../../../styles/custom-instance.css";
|
2
|
-
import { useFormikContext as
|
3
|
-
import { useState as
|
4
|
-
import { useIntl as
|
5
|
-
import { TextInput as
|
6
|
-
import { Trash as
|
7
|
-
import { CustomInstanceNewField as
|
8
|
-
import { fieldDefaultProps as
|
9
|
-
import
|
10
|
-
import { jsx as
|
11
|
-
const
|
12
|
-
customInstance:
|
13
|
-
customInstanceField:
|
14
|
-
customInstanceFieldInput:
|
15
|
-
customInstanceFieldIcon:
|
16
|
-
},
|
2
|
+
import { useFormikContext as A, FieldArray as N, Field as k } from "formik";
|
3
|
+
import { useState as I, useRef as y, useEffect as v } from "react";
|
4
|
+
import { useIntl as C } from "react-intl";
|
5
|
+
import { TextInput as q, IconButton as w, TextButton as M } from "@box/blueprint-web";
|
6
|
+
import { Trash as R } from "@box/blueprint-web-assets/icons/Line";
|
7
|
+
import { CustomInstanceNewField as T } from "../custom-instance-new-field/custom-instance-new-field.js";
|
8
|
+
import { fieldDefaultProps as V } from "../../../metadata-editor-fields/components/constants.js";
|
9
|
+
import r from "./messages.js";
|
10
|
+
import { jsx as t, jsxs as p } from "react/jsx-runtime";
|
11
|
+
const j = "_customInstance_xq8r7_1", B = "_customInstanceField_xq8r7_7", P = "_customInstanceFieldInput_xq8r7_12", z = "_customInstanceFieldIcon_xq8r7_16", c = {
|
12
|
+
customInstance: j,
|
13
|
+
customInstanceField: B,
|
14
|
+
customInstanceFieldInput: P,
|
15
|
+
customInstanceFieldIcon: z
|
16
|
+
}, Q = (F) => {
|
17
17
|
const {
|
18
|
-
isLoading:
|
19
|
-
} =
|
20
|
-
values:
|
21
|
-
} =
|
22
|
-
|
23
|
-
|
18
|
+
isLoading: l
|
19
|
+
} = F, {
|
20
|
+
values: e
|
21
|
+
} = A(), i = C(), [d, o] = I(!e.metadata.fields.length), [u, m] = I(0), h = () => {
|
22
|
+
m(e.metadata.fields.length);
|
23
|
+
}, _ = (a) => {
|
24
|
+
m(a === 0 ? 0 : a - 1);
|
25
|
+
}, f = y(null);
|
26
|
+
return v(() => {
|
27
|
+
e.metadata.fields.length > 0 ? f.current.focus() : o(!0);
|
28
|
+
}, [u, e.metadata.fields.length]), /* @__PURE__ */ t("div", {
|
29
|
+
children: /* @__PURE__ */ t(N, {
|
24
30
|
name: "metadata.fields",
|
25
31
|
children: ({
|
26
|
-
remove:
|
27
|
-
push:
|
28
|
-
}) => /* @__PURE__ */
|
29
|
-
className:
|
30
|
-
children: [
|
31
|
-
className:
|
32
|
-
children: [/* @__PURE__ */
|
33
|
-
className:
|
34
|
-
children: /* @__PURE__ */
|
32
|
+
remove: a,
|
33
|
+
push: b
|
34
|
+
}) => /* @__PURE__ */ p("div", {
|
35
|
+
className: c.customInstance,
|
36
|
+
children: [e == null ? void 0 : e.metadata.fields.map((s, n) => /* @__PURE__ */ p("div", {
|
37
|
+
className: c.customInstanceField,
|
38
|
+
children: [/* @__PURE__ */ t("div", {
|
39
|
+
className: c.customInstanceFieldInput,
|
40
|
+
children: /* @__PURE__ */ t(k, {
|
35
41
|
name: `metadata.fields[${n}].value`,
|
36
42
|
children: ({
|
37
|
-
field:
|
38
|
-
meta:
|
39
|
-
}) => /* @__PURE__ */
|
40
|
-
...
|
41
|
-
...
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
43
|
+
field: g,
|
44
|
+
meta: x
|
45
|
+
}) => /* @__PURE__ */ t(q, {
|
46
|
+
...V,
|
47
|
+
...g,
|
48
|
+
ref: n === u ? f : null,
|
49
|
+
disabled: l,
|
50
|
+
error: x.error,
|
51
|
+
label: s.key,
|
52
|
+
placeholder: i.formatMessage(r.setValuePlaceholder)
|
46
53
|
})
|
47
54
|
})
|
48
|
-
}), /* @__PURE__ */
|
49
|
-
"aria-label":
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
55
|
+
}), /* @__PURE__ */ t(w, {
|
56
|
+
"aria-label": i.formatMessage(r.removeAttribute, {
|
57
|
+
fieldName: s.key
|
58
|
+
}),
|
59
|
+
className: c.customInstanceFieldIcon,
|
60
|
+
disabled: l,
|
61
|
+
icon: R,
|
62
|
+
onClick: () => {
|
63
|
+
a(n), _(n);
|
64
|
+
},
|
54
65
|
size: "x-small"
|
55
66
|
})]
|
56
|
-
},
|
57
|
-
formKeys:
|
58
|
-
onAdd: (
|
59
|
-
|
60
|
-
key:
|
67
|
+
}, s.key)), d && /* @__PURE__ */ t(T, {
|
68
|
+
formKeys: e.metadata.fields.map((s) => s.key),
|
69
|
+
onAdd: (s, n) => {
|
70
|
+
b({
|
71
|
+
key: s,
|
61
72
|
value: n
|
62
|
-
}),
|
73
|
+
}), h(), o(!1);
|
63
74
|
},
|
64
|
-
onCancel: () =>
|
65
|
-
}), !
|
66
|
-
disabled:
|
67
|
-
onClick: () =>
|
68
|
-
children:
|
75
|
+
onCancel: () => o(!1)
|
76
|
+
}), !d && /* @__PURE__ */ t(M, {
|
77
|
+
disabled: l,
|
78
|
+
onClick: () => o(!0),
|
79
|
+
children: i.formatMessage(r.addAttribute)
|
69
80
|
})]
|
70
81
|
})
|
71
82
|
})
|
72
83
|
});
|
73
84
|
};
|
74
85
|
export {
|
75
|
-
|
86
|
+
Q as CustomInstance
|
76
87
|
};
|
package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance/messages.js
CHANGED
@@ -6,7 +6,7 @@ const a = t({
|
|
6
6
|
},
|
7
7
|
removeAttribute: {
|
8
8
|
id: "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute",
|
9
|
-
defaultMessage: "
|
9
|
+
defaultMessage: "Delete {fieldName} attribute"
|
10
10
|
},
|
11
11
|
setValuePlaceholder: {
|
12
12
|
id: "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder",
|
@@ -4,45 +4,48 @@ import { useState as l } from "react";
|
|
4
4
|
import { useIntl as w } from "react-intl";
|
5
5
|
import t from "./messages.js";
|
6
6
|
import { jsxs as p, jsx as a } from "react/jsx-runtime";
|
7
|
-
const M = "_customInstanceNewFieldCard_1m7z1_1", _ = "_customInstanceNewFieldFooter_1m7z1_6",
|
7
|
+
const M = "_customInstanceNewFieldCard_1m7z1_1", _ = "_customInstanceNewFieldFooter_1m7z1_6", b = "_inputWrapper_1m7z1_13", n = {
|
8
8
|
customInstanceNewFieldCard: M,
|
9
9
|
customInstanceNewFieldFooter: _,
|
10
|
-
inputWrapper:
|
10
|
+
inputWrapper: b
|
11
11
|
}, z = (f) => {
|
12
12
|
const {
|
13
|
-
onAdd:
|
14
|
-
onCancel:
|
13
|
+
onAdd: g,
|
14
|
+
onCancel: h,
|
15
15
|
formKeys: c = []
|
16
|
-
} = f, e = w(), [
|
17
|
-
F(
|
16
|
+
} = f, e = w(), [r, F] = l(""), [i, C] = l(""), [d, o] = l(""), N = c.length !== 0, I = (s) => {
|
17
|
+
F(s), d && o("");
|
18
18
|
}, y = () => {
|
19
|
-
|
19
|
+
r ? r.startsWith("$") ? o(e.formatMessage(t.customErrorInternalKey)) : c.includes(r) ? o(e.formatMessage(t.customErrorDuplicateKey)) : g(r, i) : o(e.formatMessage(t.keyFieldRequiredError));
|
20
20
|
};
|
21
21
|
return /* @__PURE__ */ p(v, {
|
22
|
+
"aria-label": e.formatMessage(t.addAttributeGroupAriaLabel),
|
22
23
|
className: n.customInstanceNewFieldCard,
|
23
24
|
"data-testid": "customInstanceNewField",
|
25
|
+
role: "group",
|
24
26
|
children: [/* @__PURE__ */ a("div", {
|
25
27
|
className: n.inputWrapper,
|
26
28
|
children: /* @__PURE__ */ a(m, {
|
29
|
+
autoFocus: !0,
|
27
30
|
error: d,
|
28
31
|
label: e.formatMessage(t.customKeyLabel),
|
29
|
-
onChange: (
|
32
|
+
onChange: (s) => I(s.target.value),
|
30
33
|
placeholder: e.formatMessage(t.customKeyPlaceholder),
|
31
34
|
required: !0,
|
32
|
-
value:
|
35
|
+
value: r
|
33
36
|
})
|
34
37
|
}), /* @__PURE__ */ a("div", {
|
35
38
|
className: n.inputWrapper,
|
36
39
|
children: /* @__PURE__ */ a(m, {
|
37
40
|
label: e.formatMessage(t.valueLabel),
|
38
|
-
onChange: (
|
41
|
+
onChange: (s) => C(s.target.value),
|
39
42
|
placeholder: e.formatMessage(t.valuePlaceholder),
|
40
43
|
value: i
|
41
44
|
})
|
42
45
|
}), /* @__PURE__ */ p("div", {
|
43
46
|
className: n.customInstanceNewFieldFooter,
|
44
47
|
children: [N && /* @__PURE__ */ a(u, {
|
45
|
-
onClick:
|
48
|
+
onClick: h,
|
46
49
|
variant: "secondary",
|
47
50
|
children: e.formatMessage(t.cancelCTA)
|
48
51
|
}), /* @__PURE__ */ a(u, {
|
@@ -1,5 +1,9 @@
|
|
1
1
|
import { defineMessages as e } from "react-intl";
|
2
2
|
const t = e({
|
3
|
+
addAttributeGroupAriaLabel: {
|
4
|
+
id: "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel",
|
5
|
+
defaultMessage: "Add new attribute to Custom Metadata"
|
6
|
+
},
|
3
7
|
addNewFieldCTA: {
|
4
8
|
id: "metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA",
|
5
9
|
defaultMessage: "Add"
|
package/i18n/bn-IN.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
export default {
|
2
|
-
"comboboxWithApiPagination.clearButtonAriaLabel": "
|
3
|
-
"comboboxWithApiPagination.errorAction": "
|
4
|
-
"comboboxWithApiPagination.errorIconLabel": "
|
5
|
-
"comboboxWithApiPagination.errorMessage": "
|
2
|
+
"comboboxWithApiPagination.clearButtonAriaLabel": "ইনপুট এবং নির্বাচন পরিষ্কার করুন",
|
3
|
+
"comboboxWithApiPagination.errorAction": "রিলোড করুন",
|
4
|
+
"comboboxWithApiPagination.errorIconLabel": "ত্রুটি",
|
5
|
+
"comboboxWithApiPagination.errorMessage": "বিকল্প লোড করা যাচ্ছে না",
|
6
6
|
"comboboxWithApiPagination.loadingAriaLabel": "লোড করা হচ্ছে...",
|
7
7
|
"comboboxWithApiPagination.loadingMoreAriaLabel": "আরও লোড করা হচ্ছে...",
|
8
8
|
"comboboxWithApiPagination.noResults": "কোনো ফলাফল পাওয়া যায়নি",
|
@@ -37,20 +37,20 @@ export default {
|
|
37
37
|
"metadataEditor.addMetadataTemplate.customMetadataName": "কাস্টম মেটাডেটা",
|
38
38
|
"metadataEditor.addMetadataTemplate.search.placeholder": "টেমপ্লেট খুঁজুন",
|
39
39
|
"metadataEditor.addMetadataTemplate.trigger.label": "টেমপ্লেট যোগ করুন",
|
40
|
-
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI
|
41
|
-
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "
|
40
|
+
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI পরামর্শ:",
|
41
|
+
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "বিকল্প",
|
42
42
|
"metadataEditor.aiSuggestionField.appendLabel": "সংযুক্ত করুন",
|
43
|
-
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "
|
44
|
-
"metadataEditor.aiSuggestionField.ignoreLabel": "
|
43
|
+
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "পরিষ্কার করুন এবং প্রতিস্থাপন করুন",
|
44
|
+
"metadataEditor.aiSuggestionField.ignoreLabel": "উপেক্ষা করুন",
|
45
45
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "আপনি কি সত্যিই \"{templateName}\" মেটাডেটা টেমপ্লেট এবং এই ফাইল থেকে এটির সব মান মুছে ফেলতে চান?",
|
46
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "নিশ্চিত
|
46
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "মুছে দেওয়া নিশ্চিত করতে মেটাডেটা টেমপ্লেটর নাম লিখুন",
|
47
47
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "মুছে দেওয়ার পর মেটাডেটার মানগুলো আর পুনরুদ্ধার করা যাবে না।",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "বাতিল করুন",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "নিশ্চিত করুন",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "কাস্টম মেটাডেটা",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "খারিজ করুন",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "\"{templateName}\" মুছুন",
|
53
|
-
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "
|
53
|
+
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "মেটাডেটা টেমপ্লেট মুছুন",
|
54
54
|
"metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "ক্রমবর্ধমান নির্ভুলতা সহ ডকুমেন্ট মেটাডেটা দ্রুত ক্যাপচার করার জন্য Box AI-এর ক্ষমতা ব্যবহার করুন।",
|
55
55
|
"metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Box AI দিয়ে মেটাডেটা অটোফিল করুন",
|
56
56
|
"metadataEditor.fileLevel.emptyState.default.body": "Business অপারেশন, কর্মপ্রবাহ আরও অনেক কিছু সাপোর্ট করতে আপনার ফাইলে মেটাডেটা যোগ করুন!",
|
@@ -63,6 +63,7 @@ export default {
|
|
63
63
|
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "এই টেমপ্লেটের কোনো মান নেই",
|
64
64
|
"metadataEditor.managerLevel.emptyState.body": "মেটাডেটা প্রয়োগ ও সম্পাদনা করতে আপনার আইটেম ব্রাউজ করুন বা অনুসন্ধান করুন",
|
65
65
|
"metadataEditor.managerLevel.emptyState.heading": "মেটাডেটা টেমপ্লেট প্রয়োগ করুন",
|
66
|
+
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Add new attribute to Custom Metadata",
|
66
67
|
"metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": "যোগ করুন",
|
67
68
|
"metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "নাম অ্যাট্রিবিউট করুন",
|
68
69
|
"metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "বাতিল করুন",
|
@@ -80,7 +81,7 @@ export default {
|
|
80
81
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "লোড করা হচ্ছে...",
|
81
82
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "সেভ করুন",
|
82
83
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "অটোফিল",
|
83
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "
|
84
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI দিয়ে অটোফিল করুন",
|
84
85
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "কাস্টম মেটাডেটা",
|
85
86
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "লোড করা হচ্ছে...",
|
86
87
|
"metadataEditor.unsavedChangesModal.body": "মেটাডেটা টেমপ্লেট(গুলো) পরিবর্তন আনসেভ করেছে। আপনি কীভাবে এগিয়ে যেতে চান?",
|
@@ -90,9 +91,9 @@ export default {
|
|
90
91
|
"metadataEditor.unsavedChangesModal.saveAndContinueCTA": "সেভ করুন এবং চালিয়ে যান",
|
91
92
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "খালি মান লুকান",
|
92
93
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "খালি মান দেখান",
|
93
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "
|
94
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "
|
94
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AI দিয়ে অটোফিল করুন",
|
95
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI দিয়ে অটোফিল করুন",
|
95
96
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "কাস্টম মেটাডেটা",
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "
|
97
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "
|
97
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "সম্পাদনা করুন",
|
98
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "সম্পাদনা করুন"
|
98
99
|
}
|
package/i18n/bn-IN.properties
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
# Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
|
2
|
-
comboboxWithApiPagination.clearButtonAriaLabel =
|
2
|
+
comboboxWithApiPagination.clearButtonAriaLabel = ইনপুট এবং নির্বাচন পরিষ্কার করুন
|
3
3
|
# Error message displayed resembling button that calls to action to reload the results
|
4
|
-
comboboxWithApiPagination.errorAction =
|
4
|
+
comboboxWithApiPagination.errorAction = রিলোড করুন
|
5
5
|
# Aria-label text for the error icon in the loading results error message
|
6
|
-
comboboxWithApiPagination.errorIconLabel =
|
6
|
+
comboboxWithApiPagination.errorIconLabel = ত্রুটি
|
7
7
|
# Error message displayed as inline notice that informs the user that the options failed to load
|
8
|
-
comboboxWithApiPagination.errorMessage =
|
8
|
+
comboboxWithApiPagination.errorMessage = বিকল্প লোড করা যাচ্ছে না
|
9
9
|
# Visually hidden aria-label text for the loading spinner
|
10
10
|
comboboxWithApiPagination.loadingAriaLabel = লোড করা হচ্ছে...
|
11
11
|
# Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
|
@@ -75,19 +75,19 @@ metadataEditor.addMetadataTemplate.search.placeholder = টেমপ্লেট
|
|
75
75
|
# Call to encourage user to add metadata templates
|
76
76
|
metadataEditor.addMetadataTemplate.trigger.label = টেমপ্লেট যোগ করুন
|
77
77
|
# Label for value suggested by Box AI
|
78
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI
|
78
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI পরামর্শ:
|
79
79
|
# Aria-label for AI suggestion options
|
80
|
-
metadataEditor.aiSuggestionField.aiSuggestionOptions =
|
80
|
+
metadataEditor.aiSuggestionField.aiSuggestionOptions = বিকল্প
|
81
81
|
# Label for appending the AI suggestion
|
82
82
|
metadataEditor.aiSuggestionField.appendLabel = সংযুক্ত করুন
|
83
83
|
# Label for clearing the current value and applying the AI suggestion
|
84
|
-
metadataEditor.aiSuggestionField.clearAndReplaceLabel =
|
84
|
+
metadataEditor.aiSuggestionField.clearAndReplaceLabel = পরিষ্কার করুন এবং প্রতিস্থাপন করুন
|
85
85
|
# Label for ignoring the AI suggestion
|
86
|
-
metadataEditor.aiSuggestionField.ignoreLabel =
|
86
|
+
metadataEditor.aiSuggestionField.ignoreLabel = উপেক্ষা করুন
|
87
87
|
# Paragraph asking user are they sure that they want to delete the template
|
88
88
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = আপনি কি সত্যিই "{templateName}" মেটাডেটা টেমপ্লেট এবং এই ফাইল থেকে এটির সব মান মুছে ফেলতে চান?
|
89
89
|
# Label informing how to confirm deletion of the template
|
90
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = নিশ্চিত
|
90
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = মুছে দেওয়া নিশ্চিত করতে মেটাডেটা টেমপ্লেটর নাম লিখুন
|
91
91
|
# Paragraph informing that data cannot be restored
|
92
92
|
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = মুছে দেওয়ার পর মেটাডেটার মানগুলো আর পুনরুদ্ধার করা যাবে না।
|
93
93
|
# CTA to cancel deletion of the template
|
@@ -100,6 +100,8 @@ metadataEditor.editInstance.deleteConfirmationModal.customMedatata = কাস
|
|
100
100
|
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = খারিজ করুন
|
101
101
|
# Header informing that template will be deleted
|
102
102
|
metadataEditor.editInstance.deleteConfirmationModal.header = "{templateName}" মুছুন
|
103
|
+
# Aria label for header informing that template will be deleted
|
104
|
+
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = মেটাডেটা টেমপ্লেট মুছুন
|
103
105
|
# Description of Box AI features
|
104
106
|
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ক্রমবর্ধমান নির্ভুলতা সহ ডকুমেন্ট মেটাডেটা দ্রুত ক্যাপচার করার জন্য Box AI-এর ক্ষমতা ব্যবহার করুন।
|
105
107
|
# Call to encourage user to use Box AI to autofill metadata fields
|
@@ -158,6 +160,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
158
160
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = সেভ করুন
|
159
161
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
160
162
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = অটোফিল
|
163
|
+
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
164
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Box AI দিয়ে অটোফিল করুন
|
161
165
|
# Header with Custom Metadata template name
|
162
166
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = কাস্টম মেটাডেটা
|
163
167
|
# Aria label used to indicate that the button is currently loading.
|
@@ -176,5 +180,13 @@ metadataEditor.unsavedChangesModal.saveAndContinueCTA = সেভ করুন
|
|
176
180
|
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = খালি মান লুকান
|
177
181
|
# Call to action to show hidden empty values
|
178
182
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = খালি মান দেখান
|
183
|
+
# Aria label for the autofill button
|
184
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Box AI দিয়ে অটোফিল করুন
|
185
|
+
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
186
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Box AI দিয়ে অটোফিল করুন
|
179
187
|
# Header with Custom Metadata template name
|
180
188
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = কাস্টম মেটাডেটা
|
189
|
+
# Aria label for the edit button
|
190
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = সম্পাদনা করুন
|
191
|
+
# Tooltip text explaining that by clicking button user can edit template
|
192
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = সম্পাদনা করুন
|
package/i18n/da-DK.js
CHANGED
@@ -37,20 +37,20 @@ export default {
|
|
37
37
|
"metadataEditor.addMetadataTemplate.customMetadataName": "Brugerdefineret metadata",
|
38
38
|
"metadataEditor.addMetadataTemplate.search.placeholder": "Søg efter skabeloner",
|
39
39
|
"metadataEditor.addMetadataTemplate.trigger.label": "Tilføj skabelon",
|
40
|
-
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI
|
41
|
-
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "
|
40
|
+
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI",
|
41
|
+
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "Indstillingsmuligheder",
|
42
42
|
"metadataEditor.aiSuggestionField.appendLabel": "Tilføj",
|
43
|
-
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "
|
44
|
-
"metadataEditor.aiSuggestionField.ignoreLabel": "
|
43
|
+
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Ryd og Erstat",
|
44
|
+
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
|
45
45
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Er du sikker på, at du vil slette \"{templateName}\" metadataskabelon og alle dens værdier fra denne fil?",
|
46
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "
|
46
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Indtast navnet på metadata-skabelonen for at bekræfte sletning",
|
47
47
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Når metadata-værdier er slettet, kan de ikke gendannes.",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Annuller",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bekræft",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Brugerdefineret metadata",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Afvis",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "Slette \"{templateName}\"",
|
53
|
-
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "
|
53
|
+
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Slet metadata-skabelon",
|
54
54
|
"metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Brug kraften i Box AI til hurtigt at indsamle dokumentmetadata med stadig større nøjagtighed.",
|
55
55
|
"metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Automatisk udfyldning af metadata med Box AI",
|
56
56
|
"metadataEditor.fileLevel.emptyState.default.body": "Tilføj metadata til din fil for at understøtte forretningsdrift, workflows og meget mere!",
|
@@ -63,6 +63,7 @@ export default {
|
|
63
63
|
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "Denne skabelon har ingen værdier",
|
64
64
|
"metadataEditor.managerLevel.emptyState.body": "Gennemse eller søg efter dine genstande for at anvende og redigere metadata",
|
65
65
|
"metadataEditor.managerLevel.emptyState.heading": "Anvend metadata-skabeloner",
|
66
|
+
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Add new attribute to Custom Metadata",
|
66
67
|
"metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": "Tilføj",
|
67
68
|
"metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "Attributnavn",
|
68
69
|
"metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "Annuller",
|
@@ -80,7 +81,7 @@ export default {
|
|
80
81
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Indlæser...",
|
81
82
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Gem",
|
82
83
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Automatisk udfyldning",
|
83
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "
|
84
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Automatisk udfyldning med Box AI",
|
84
85
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Brugerdefineret metadata",
|
85
86
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Indlæser...",
|
86
87
|
"metadataEditor.unsavedChangesModal.body": "Metadataskabelon(er) har ikke-gemte ændringer. Hvordan vil du gerne fortsætte?",
|
@@ -90,9 +91,9 @@ export default {
|
|
90
91
|
"metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Gem og Fortsæt",
|
91
92
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Skjul tomme værdier",
|
92
93
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Vis tomme værdier",
|
93
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "
|
94
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "
|
94
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Automatisk udfyldning med Box AI",
|
95
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Automatisk udfyldning med Box AI",
|
95
96
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Brugerdefineret metadata",
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "
|
97
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "
|
97
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Rediger",
|
98
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Rediger"
|
98
99
|
}
|
package/i18n/da-DK.properties
CHANGED
@@ -75,19 +75,19 @@ metadataEditor.addMetadataTemplate.search.placeholder = Søg efter skabeloner
|
|
75
75
|
# Call to encourage user to add metadata templates
|
76
76
|
metadataEditor.addMetadataTemplate.trigger.label = Tilføj skabelon
|
77
77
|
# Label for value suggested by Box AI
|
78
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI
|
78
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI
|
79
79
|
# Aria-label for AI suggestion options
|
80
|
-
metadataEditor.aiSuggestionField.aiSuggestionOptions =
|
80
|
+
metadataEditor.aiSuggestionField.aiSuggestionOptions = Indstillingsmuligheder
|
81
81
|
# Label for appending the AI suggestion
|
82
82
|
metadataEditor.aiSuggestionField.appendLabel = Tilføj
|
83
83
|
# Label for clearing the current value and applying the AI suggestion
|
84
|
-
metadataEditor.aiSuggestionField.clearAndReplaceLabel =
|
84
|
+
metadataEditor.aiSuggestionField.clearAndReplaceLabel = Ryd og Erstat
|
85
85
|
# Label for ignoring the AI suggestion
|
86
|
-
metadataEditor.aiSuggestionField.ignoreLabel =
|
86
|
+
metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
|
87
87
|
# Paragraph asking user are they sure that they want to delete the template
|
88
88
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Er du sikker på, at du vil slette "{templateName}" metadataskabelon og alle dens værdier fra denne fil?
|
89
89
|
# Label informing how to confirm deletion of the template
|
90
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel =
|
90
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Indtast navnet på metadata-skabelonen for at bekræfte sletning
|
91
91
|
# Paragraph informing that data cannot be restored
|
92
92
|
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Når metadata-værdier er slettet, kan de ikke gendannes.
|
93
93
|
# CTA to cancel deletion of the template
|
@@ -100,6 +100,8 @@ metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Brugerdefin
|
|
100
100
|
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = Afvis
|
101
101
|
# Header informing that template will be deleted
|
102
102
|
metadataEditor.editInstance.deleteConfirmationModal.header = Slette "{templateName}"
|
103
|
+
# Aria label for header informing that template will be deleted
|
104
|
+
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = Slet metadata-skabelon
|
103
105
|
# Description of Box AI features
|
104
106
|
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = Brug kraften i Box AI til hurtigt at indsamle dokumentmetadata med stadig større nøjagtighed.
|
105
107
|
# Call to encourage user to use Box AI to autofill metadata fields
|
@@ -158,6 +160,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
158
160
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Gem
|
159
161
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
160
162
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Automatisk udfyldning
|
163
|
+
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
164
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Automatisk udfyldning med Box AI
|
161
165
|
# Header with Custom Metadata template name
|
162
166
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Brugerdefineret metadata
|
163
167
|
# Aria label used to indicate that the button is currently loading.
|
@@ -176,5 +180,13 @@ metadataEditor.unsavedChangesModal.saveAndContinueCTA = Gem og Fortsæt
|
|
176
180
|
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Skjul tomme værdier
|
177
181
|
# Call to action to show hidden empty values
|
178
182
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Vis tomme værdier
|
183
|
+
# Aria label for the autofill button
|
184
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Automatisk udfyldning med Box AI
|
185
|
+
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
186
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Automatisk udfyldning med Box AI
|
179
187
|
# Header with Custom Metadata template name
|
180
188
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Brugerdefineret metadata
|
189
|
+
# Aria label for the edit button
|
190
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Rediger
|
191
|
+
# Tooltip text explaining that by clicking button user can edit template
|
192
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Rediger
|
package/i18n/de-DE.js
CHANGED
@@ -37,20 +37,20 @@ export default {
|
|
37
37
|
"metadataEditor.addMetadataTemplate.customMetadataName": "Selbst definierte Metadaten",
|
38
38
|
"metadataEditor.addMetadataTemplate.search.placeholder": "Suchvorlagen",
|
39
39
|
"metadataEditor.addMetadataTemplate.trigger.label": "Vorlage hinzufügen",
|
40
|
-
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box
|
41
|
-
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "
|
40
|
+
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box-AI-Vorschlag:",
|
41
|
+
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "Optionen",
|
42
42
|
"metadataEditor.aiSuggestionField.appendLabel": "Anfügen",
|
43
|
-
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "
|
44
|
-
"metadataEditor.aiSuggestionField.ignoreLabel": "
|
43
|
+
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Löschen und ersetzen",
|
44
|
+
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorieren",
|
45
45
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Möchten Sie die Metadaten-Vorlage „{templateName}“ und alle ihre Werte aus dieser Datei wirklich löschen?",
|
46
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Geben Sie
|
46
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Geben Sie den Namen der Metadaten-Vorlage ein, um das Löschen zu bestätigen",
|
47
47
|
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Nach dem Löschen können die Metadaten-Werte nicht wiederhergestellt werden.",
|
48
48
|
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Abbrechen",
|
49
49
|
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Bestätigen",
|
50
50
|
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Benutzerdefinierte Metadaten",
|
51
51
|
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Verwerfen",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.header": "„{templateName}“ löschen",
|
53
|
-
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "
|
53
|
+
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Metadaten-Vorlage löschen",
|
54
54
|
"metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Nutzen Sie die Möglichkeiten von Box AI, um Metadaten von Dokumenten schnell und mit immer größerer Genauigkeit zu erfassen.",
|
55
55
|
"metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Metadaten mit Box AI automatisch ausfüllen",
|
56
56
|
"metadataEditor.fileLevel.emptyState.default.body": "Fügen Sie Ihrer Datei Metadaten hinzu, um Geschäftsvorgänge, Workflows usw. zu unterstützen.",
|
@@ -63,6 +63,7 @@ export default {
|
|
63
63
|
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "Diese Vorlage hat keine Werte",
|
64
64
|
"metadataEditor.managerLevel.emptyState.body": "Durchsuchen Sie Ihre Elemente, um Metadaten anzuwenden und zu bearbeiten",
|
65
65
|
"metadataEditor.managerLevel.emptyState.heading": "Metadaten-Vorlagen anwenden",
|
66
|
+
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Add new attribute to Custom Metadata",
|
66
67
|
"metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": "Hinzufügen",
|
67
68
|
"metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "Attributname",
|
68
69
|
"metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "Abbrechen",
|
@@ -80,7 +81,7 @@ export default {
|
|
80
81
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Laden…",
|
81
82
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Speichern",
|
82
83
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Automatisch ausfüllen",
|
83
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "
|
84
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Mit Box AI automatisch ausfüllen",
|
84
85
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Benutzerdefinierte Metadaten",
|
85
86
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Laden…",
|
86
87
|
"metadataEditor.unsavedChangesModal.body": "Metadaten-Vorlage(n) enthält/enthalten nicht gespeicherte Änderungen. Wie möchten Sie fortfahren?",
|
@@ -90,9 +91,9 @@ export default {
|
|
90
91
|
"metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Speichern und fortfahren",
|
91
92
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Leere Werte ausblenden",
|
92
93
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Leere Werte anzeigen",
|
93
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "
|
94
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "
|
94
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Mit Box AI automatisch ausfüllen",
|
95
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Mit Box AI automatisch ausfüllen",
|
95
96
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Benutzerdefinierte Metadaten",
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "
|
97
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "
|
97
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Bearbeiten",
|
98
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Bearbeiten"
|
98
99
|
}
|
package/i18n/de-DE.properties
CHANGED
@@ -75,19 +75,19 @@ metadataEditor.addMetadataTemplate.search.placeholder = Suchvorlagen
|
|
75
75
|
# Call to encourage user to add metadata templates
|
76
76
|
metadataEditor.addMetadataTemplate.trigger.label = Vorlage hinzufügen
|
77
77
|
# Label for value suggested by Box AI
|
78
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box
|
78
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaption = Box-AI-Vorschlag:
|
79
79
|
# Aria-label for AI suggestion options
|
80
|
-
metadataEditor.aiSuggestionField.aiSuggestionOptions =
|
80
|
+
metadataEditor.aiSuggestionField.aiSuggestionOptions = Optionen
|
81
81
|
# Label for appending the AI suggestion
|
82
82
|
metadataEditor.aiSuggestionField.appendLabel = Anfügen
|
83
83
|
# Label for clearing the current value and applying the AI suggestion
|
84
|
-
metadataEditor.aiSuggestionField.clearAndReplaceLabel =
|
84
|
+
metadataEditor.aiSuggestionField.clearAndReplaceLabel = Löschen und ersetzen
|
85
85
|
# Label for ignoring the AI suggestion
|
86
|
-
metadataEditor.aiSuggestionField.ignoreLabel =
|
86
|
+
metadataEditor.aiSuggestionField.ignoreLabel = Ignorieren
|
87
87
|
# Paragraph asking user are they sure that they want to delete the template
|
88
88
|
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Möchten Sie die Metadaten-Vorlage „{templateName}“ und alle ihre Werte aus dieser Datei wirklich löschen?
|
89
89
|
# Label informing how to confirm deletion of the template
|
90
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Geben Sie
|
90
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = Geben Sie den Namen der Metadaten-Vorlage ein, um das Löschen zu bestätigen
|
91
91
|
# Paragraph informing that data cannot be restored
|
92
92
|
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = Nach dem Löschen können die Metadaten-Werte nicht wiederhergestellt werden.
|
93
93
|
# CTA to cancel deletion of the template
|
@@ -100,6 +100,8 @@ metadataEditor.editInstance.deleteConfirmationModal.customMedatata = Benutzerdef
|
|
100
100
|
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = Verwerfen
|
101
101
|
# Header informing that template will be deleted
|
102
102
|
metadataEditor.editInstance.deleteConfirmationModal.header = „{templateName}“ löschen
|
103
|
+
# Aria label for header informing that template will be deleted
|
104
|
+
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = Metadaten-Vorlage löschen
|
103
105
|
# Description of Box AI features
|
104
106
|
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = Nutzen Sie die Möglichkeiten von Box AI, um Metadaten von Dokumenten schnell und mit immer größerer Genauigkeit zu erfassen.
|
105
107
|
# Call to encourage user to use Box AI to autofill metadata fields
|
@@ -158,6 +160,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
158
160
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Speichern
|
159
161
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
160
162
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Automatisch ausfüllen
|
163
|
+
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
164
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Mit Box AI automatisch ausfüllen
|
161
165
|
# Header with Custom Metadata template name
|
162
166
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Benutzerdefinierte Metadaten
|
163
167
|
# Aria label used to indicate that the button is currently loading.
|
@@ -176,5 +180,13 @@ metadataEditor.unsavedChangesModal.saveAndContinueCTA = Speichern und fortfahren
|
|
176
180
|
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Leere Werte ausblenden
|
177
181
|
# Call to action to show hidden empty values
|
178
182
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Leere Werte anzeigen
|
183
|
+
# Aria label for the autofill button
|
184
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Mit Box AI automatisch ausfüllen
|
185
|
+
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
186
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Mit Box AI automatisch ausfüllen
|
179
187
|
# Header with Custom Metadata template name
|
180
188
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Benutzerdefinierte Metadaten
|
189
|
+
# Aria label for the edit button
|
190
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = Bearbeiten
|
191
|
+
# Tooltip text explaining that by clicking button user can edit template
|
192
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = Bearbeiten
|