@box/metadata-editor 0.54.0 → 0.56.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/combobox-with-api-pagination/combobox-with-api-pagination.js +121 -117
- package/i18n/bn-IN.js +15 -15
- package/i18n/bn-IN.properties +21 -9
- package/i18n/da-DK.js +11 -11
- package/i18n/da-DK.properties +17 -5
- package/i18n/de-DE.js +11 -11
- package/i18n/de-DE.properties +17 -5
- package/i18n/en-AU.js +2 -2
- package/i18n/en-AU.properties +13 -1
- package/i18n/en-CA.js +1 -1
- package/i18n/en-CA.properties +13 -1
- package/i18n/en-GB.js +2 -2
- package/i18n/en-GB.properties +13 -1
- package/i18n/en-x-pseudo.js +95 -95
- package/i18n/en-x-pseudo.properties +101 -89
- package/i18n/es-419.js +11 -11
- package/i18n/es-419.properties +17 -5
- package/i18n/es-ES.js +11 -11
- package/i18n/es-ES.properties +17 -5
- package/i18n/fi-FI.js +11 -11
- package/i18n/fi-FI.properties +17 -5
- package/i18n/fr-CA.js +10 -10
- package/i18n/fr-CA.properties +16 -4
- package/i18n/fr-FR.js +10 -10
- package/i18n/fr-FR.properties +16 -4
- package/i18n/hi-IN.js +11 -11
- package/i18n/hi-IN.properties +17 -5
- package/i18n/it-IT.js +11 -11
- package/i18n/it-IT.properties +17 -5
- package/i18n/ja-JP.js +12 -12
- package/i18n/ja-JP.properties +18 -6
- package/i18n/ko-KR.js +11 -11
- package/i18n/ko-KR.properties +17 -5
- package/i18n/nb-NO.js +11 -11
- package/i18n/nb-NO.properties +17 -5
- package/i18n/nl-NL.js +11 -11
- package/i18n/nl-NL.properties +17 -5
- package/i18n/pl-PL.js +11 -11
- package/i18n/pl-PL.properties +17 -5
- package/i18n/pt-BR.js +11 -11
- package/i18n/pt-BR.properties +17 -5
- package/i18n/ru-RU.js +11 -11
- package/i18n/ru-RU.properties +17 -5
- package/i18n/sv-SE.js +11 -11
- package/i18n/sv-SE.properties +17 -5
- package/i18n/tr-TR.js +11 -11
- package/i18n/tr-TR.properties +17 -5
- package/i18n/zh-CN.js +11 -11
- package/i18n/zh-CN.properties +17 -5
- package/i18n/zh-TW.js +11 -11
- package/i18n/zh-TW.properties +17 -5
- package/package.json +2 -2
- package/types/lib/components/combobox-with-api-pagination/types.d.ts +4 -4
@@ -1,46 +1,46 @@
|
|
1
1
|
import "../../../../styles/combobox-with-api-pagination.css";
|
2
|
-
import { ComboboxItemValue as
|
3
|
-
import { Combobox as p, LoadingIndicator as
|
4
|
-
import { Search as
|
5
|
-
import { IconIconOnLightSecondary as
|
6
|
-
import { useRef as
|
7
|
-
import { useIntl as T, FormattedMessage as
|
2
|
+
import { ComboboxItemValue as J } from "@ariakit/react";
|
3
|
+
import { Combobox as p, LoadingIndicator as K, InlineNotice as Q, Text as X } from "@box/blueprint-web";
|
4
|
+
import { Search as Y, Loader as Z } from "@box/blueprint-web-assets/icons/Fill";
|
5
|
+
import { IconIconOnLightSecondary as $, Size6 as E, Size1 as oo } from "@box/blueprint-web-assets/tokens/tokens";
|
6
|
+
import { useRef as y, useCallback as eo, useMemo as _, useEffect as to, forwardRef as ro } from "react";
|
7
|
+
import { useIntl as T, FormattedMessage as v } from "react-intl";
|
8
8
|
import i from "./messages.js";
|
9
|
-
import { useAsyncList as
|
10
|
-
import { useControllableState as
|
11
|
-
import { useTrackVisibility as
|
12
|
-
import { jsx as
|
13
|
-
const
|
14
|
-
container:
|
15
|
-
highlightOptionText:
|
16
|
-
option:
|
17
|
-
errorComboboxOption:
|
18
|
-
errorComboboxOptionText:
|
19
|
-
}, M = /* @__PURE__ */
|
20
|
-
onTryAgain:
|
21
|
-
},
|
9
|
+
import { useAsyncList as no } from "./use-async-list.js";
|
10
|
+
import { useControllableState as io } from "./utils/use-controllable-state.js";
|
11
|
+
import { useTrackVisibility as ao } from "./utils/use-intersection-observer.js";
|
12
|
+
import { jsx as r, jsxs as I, Fragment as so } from "react/jsx-runtime";
|
13
|
+
const lo = "_container_16dlc_1", co = "_highlightOptionText_16dlc_7", uo = "_option_16dlc_20", po = "_errorComboboxOption_16dlc_24", mo = "_errorComboboxOptionText_16dlc_29", m = {
|
14
|
+
container: lo,
|
15
|
+
highlightOptionText: co,
|
16
|
+
option: uo,
|
17
|
+
errorComboboxOption: po,
|
18
|
+
errorComboboxOptionText: mo
|
19
|
+
}, M = /* @__PURE__ */ ro(({
|
20
|
+
onTryAgain: h
|
21
|
+
}, f) => {
|
22
22
|
const {
|
23
23
|
formatMessage: s
|
24
24
|
} = T();
|
25
|
-
return /* @__PURE__ */ I(
|
26
|
-
children: [/* @__PURE__ */
|
25
|
+
return /* @__PURE__ */ I(so, {
|
26
|
+
children: [/* @__PURE__ */ r(Q, {
|
27
27
|
variant: "error",
|
28
28
|
variantIconAriaLabel: s(i.loadingResultsErrorIconLabel),
|
29
|
-
children: /* @__PURE__ */
|
29
|
+
children: /* @__PURE__ */ r(v, {
|
30
30
|
...i.loadingResultsErrorMessage
|
31
31
|
})
|
32
|
-
}), /* @__PURE__ */
|
33
|
-
ref:
|
34
|
-
className:
|
35
|
-
onClick:
|
36
|
-
children: /* @__PURE__ */ I(
|
32
|
+
}), /* @__PURE__ */ r(p.Option, {
|
33
|
+
ref: f,
|
34
|
+
className: m.errorComboboxOption,
|
35
|
+
onClick: h,
|
36
|
+
children: /* @__PURE__ */ I(X, {
|
37
37
|
as: "span",
|
38
|
-
className:
|
38
|
+
className: m.errorComboboxOptionText,
|
39
39
|
color: "textOnLightLink",
|
40
40
|
variant: "bodyDefaultBold",
|
41
|
-
children: [/* @__PURE__ */
|
41
|
+
children: [/* @__PURE__ */ r(v, {
|
42
42
|
...i.loadingResultsErrorAction
|
43
|
-
}), /* @__PURE__ */
|
43
|
+
}), /* @__PURE__ */ r(Z, {
|
44
44
|
color: "currentColor",
|
45
45
|
height: "12px",
|
46
46
|
width: "12px"
|
@@ -48,144 +48,148 @@ const io = "_container_16dlc_1", ao = "_highlightOptionText_16dlc_7", so = "_opt
|
|
48
48
|
})
|
49
49
|
})]
|
50
50
|
});
|
51
|
-
}),
|
52
|
-
color:
|
53
|
-
height:
|
51
|
+
}), R = "__LOADING__", L = "__LOADING_ERROR__", ho = "0px 0px 20px 0px", fo = /* @__PURE__ */ r(Y, {
|
52
|
+
color: $,
|
53
|
+
height: E,
|
54
54
|
role: "presentation",
|
55
55
|
style: {
|
56
|
-
padding:
|
56
|
+
padding: oo,
|
57
57
|
boxSizing: "border-box"
|
58
58
|
},
|
59
|
-
width:
|
60
|
-
}),
|
59
|
+
width: E
|
60
|
+
}), Io = (h) => {
|
61
61
|
const {
|
62
|
-
defaultFetcher:
|
62
|
+
defaultFetcher: f,
|
63
63
|
onInputValueChange: s,
|
64
|
-
value:
|
65
|
-
onValueChange:
|
66
|
-
noResultMessage:
|
67
|
-
defaultValue: D,
|
64
|
+
value: V,
|
65
|
+
onValueChange: N,
|
66
|
+
noResultMessage: S,
|
67
|
+
defaultValue: D = [],
|
68
68
|
loadingAriaLabel: P,
|
69
|
-
multiselect:
|
69
|
+
multiselect: c = !1,
|
70
70
|
...k
|
71
|
-
} =
|
72
|
-
formatMessage:
|
73
|
-
} = T(), g =
|
71
|
+
} = h, {
|
72
|
+
formatMessage: u
|
73
|
+
} = T(), g = y(null), o = no({
|
74
74
|
async load({
|
75
75
|
marker: e,
|
76
|
-
searchInput:
|
77
|
-
signal:
|
76
|
+
searchInput: t,
|
77
|
+
signal: O
|
78
78
|
}) {
|
79
|
-
const
|
80
|
-
signal:
|
79
|
+
const l = await f({
|
80
|
+
signal: O,
|
81
81
|
marker: e,
|
82
|
-
searchInput:
|
82
|
+
searchInput: t
|
83
83
|
});
|
84
84
|
return {
|
85
|
-
items:
|
86
|
-
marker:
|
85
|
+
items: l.options,
|
86
|
+
marker: l.marker
|
87
87
|
};
|
88
88
|
}
|
89
|
-
}),
|
90
|
-
|
91
|
-
}, []), [n,
|
92
|
-
prop:
|
89
|
+
}), C = y(!1), F = eo(() => {
|
90
|
+
C.current || (o.reload(), C.current = !0);
|
91
|
+
}, []), [n, b] = io({
|
92
|
+
prop: V,
|
93
93
|
defaultProp: D,
|
94
|
-
onChange:
|
95
|
-
}),
|
94
|
+
onChange: N
|
95
|
+
}), w = (e) => {
|
96
|
+
e === void 0 ? b([]) : Array.isArray(e) ? b(e) : b([e]);
|
97
|
+
}, B = _(() => n.length === 0 ? c ? [] : void 0 : c ? n : n[0], [c, n]), x = _(() => n.filter((e) => !o.items.some((t) => t.value === e.value)), [n, o.items]), z = (e) => {
|
96
98
|
const {
|
97
|
-
value:
|
98
|
-
|
99
|
+
value: t,
|
100
|
+
displayValue: O,
|
101
|
+
...l
|
99
102
|
} = e;
|
100
|
-
if (
|
101
|
-
return o.hasNextPage ? /* @__PURE__ */
|
102
|
-
...
|
103
|
-
ref:
|
103
|
+
if (t === R)
|
104
|
+
return o.hasNextPage ? /* @__PURE__ */ r(p.Option, {
|
105
|
+
...l,
|
106
|
+
ref: j,
|
104
107
|
disabled: !0,
|
105
|
-
value:
|
106
|
-
children: /* @__PURE__ */
|
107
|
-
"aria-label":
|
108
|
+
value: t,
|
109
|
+
children: /* @__PURE__ */ r(K, {
|
110
|
+
"aria-label": u(i.loadingMoreAriaLabel),
|
108
111
|
style: {
|
109
112
|
position: "unset"
|
110
113
|
}
|
111
114
|
})
|
112
115
|
}) : null;
|
113
|
-
if (
|
114
|
-
return /* @__PURE__ */
|
116
|
+
if (t === L && o.hasError && !o.isEmpty)
|
117
|
+
return /* @__PURE__ */ r(M, {
|
115
118
|
onTryAgain: () => {
|
116
119
|
var a;
|
117
120
|
o.loadMore(), (a = g.current) == null || a.focus();
|
118
121
|
}
|
119
122
|
});
|
120
|
-
if (
|
123
|
+
if (x.some((a) => a.value === t))
|
121
124
|
return null;
|
122
|
-
const
|
123
|
-
return /* @__PURE__ */
|
124
|
-
...
|
125
|
-
className:
|
126
|
-
disabled:
|
127
|
-
value:
|
128
|
-
children: /* @__PURE__ */
|
129
|
-
className:
|
130
|
-
value:
|
125
|
+
const H = () => n.some((a) => a.value === t);
|
126
|
+
return /* @__PURE__ */ r(p.Option, {
|
127
|
+
...l,
|
128
|
+
className: m.option,
|
129
|
+
disabled: H(),
|
130
|
+
value: t,
|
131
|
+
children: /* @__PURE__ */ r(J, {
|
132
|
+
className: m.highlightOptionText,
|
133
|
+
value: O || t
|
131
134
|
})
|
132
135
|
});
|
133
|
-
},
|
134
|
-
s == null || s(e), o.search(e)
|
135
|
-
},
|
136
|
+
}, G = (e) => {
|
137
|
+
s == null || s(e), o.search(e);
|
138
|
+
}, W = () => {
|
136
139
|
var e;
|
137
140
|
o.reload(), (e = g.current) == null || e.focus();
|
138
141
|
};
|
139
|
-
let
|
140
|
-
o.hasError && !o.isLoading ?
|
141
|
-
onTryAgain:
|
142
|
-
}) : o.isEmpty && !o.isLoading ?
|
143
|
-
const [
|
144
|
-
rootRef:
|
145
|
-
isVisible:
|
146
|
-
}] =
|
147
|
-
rootMargin:
|
142
|
+
let d;
|
143
|
+
o.hasError && !o.isLoading ? d = /* @__PURE__ */ r(M, {
|
144
|
+
onTryAgain: W
|
145
|
+
}) : o.isEmpty && !o.isLoading ? d = S || u(i.noResults) : d = void 0;
|
146
|
+
const [j, {
|
147
|
+
rootRef: U,
|
148
|
+
isVisible: A
|
149
|
+
}] = ao({
|
150
|
+
rootMargin: ho
|
148
151
|
});
|
149
|
-
|
150
|
-
if (!(
|
152
|
+
to(() => {
|
153
|
+
if (!(A && o.hasNextPage))
|
151
154
|
return;
|
152
|
-
const
|
155
|
+
const t = setTimeout(() => {
|
153
156
|
o.loadMore();
|
154
157
|
}, 100);
|
155
158
|
return () => {
|
156
|
-
clearTimeout(
|
159
|
+
clearTimeout(t);
|
157
160
|
};
|
158
|
-
}, [
|
159
|
-
const
|
161
|
+
}, [A]);
|
162
|
+
const q = _(() => {
|
160
163
|
const e = o.hasNextPage ? {
|
161
|
-
|
162
|
-
value:
|
163
|
-
} : null,
|
164
|
-
|
165
|
-
value:
|
164
|
+
displayValue: R,
|
165
|
+
value: R
|
166
|
+
} : null, t = !e && o.hasError && !o.isEmpty ? {
|
167
|
+
displayValue: L,
|
168
|
+
value: L
|
166
169
|
} : null;
|
167
|
-
return [...o.items, ...
|
168
|
-
}, [o.hasNextPage, o.hasError, o.isEmpty, o.items,
|
169
|
-
return /* @__PURE__ */
|
170
|
+
return [...o.items, ...x, e, t].filter(Boolean);
|
171
|
+
}, [o.hasNextPage, o.hasError, o.isEmpty, o.items, x]);
|
172
|
+
return /* @__PURE__ */ r(p, {
|
170
173
|
as: "input",
|
171
174
|
...k,
|
172
175
|
ref: g,
|
173
|
-
clearButtonAriaLabel:
|
174
|
-
|
176
|
+
clearButtonAriaLabel: u(i.clearButtonAriaLabel),
|
177
|
+
displayValue: (e) => e.displayValue || e.value,
|
178
|
+
endComboboxIcon: fo,
|
175
179
|
focusLoop: !1,
|
176
|
-
getPopoverRef:
|
180
|
+
getPopoverRef: U,
|
177
181
|
loading: o.isReloading,
|
178
|
-
loadingAriaLabel: P ||
|
179
|
-
multiselect:
|
180
|
-
noResultMessage:
|
182
|
+
loadingAriaLabel: P || u(i.loadingAriaLabel),
|
183
|
+
multiselect: c,
|
184
|
+
noResultMessage: d,
|
181
185
|
onFocus: F,
|
182
|
-
onInputValueChange:
|
183
|
-
onValueChange:
|
184
|
-
options:
|
185
|
-
renderOption:
|
186
|
-
value:
|
186
|
+
onInputValueChange: G,
|
187
|
+
onValueChange: w,
|
188
|
+
options: q,
|
189
|
+
renderOption: z,
|
190
|
+
value: B
|
187
191
|
});
|
188
192
|
};
|
189
193
|
export {
|
190
|
-
|
194
|
+
Io as ComboboxWithApiPagination
|
191
195
|
};
|
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 অপারেশন, কর্মপ্রবাহ আরও অনেক কিছু সাপোর্ট করতে আপনার ফাইলে মেটাডেটা যোগ করুন!",
|
@@ -80,7 +80,7 @@ export default {
|
|
80
80
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "লোড করা হচ্ছে...",
|
81
81
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "সেভ করুন",
|
82
82
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "অটোফিল",
|
83
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "
|
83
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI দিয়ে অটোফিল করুন",
|
84
84
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "কাস্টম মেটাডেটা",
|
85
85
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "লোড করা হচ্ছে...",
|
86
86
|
"metadataEditor.unsavedChangesModal.body": "মেটাডেটা টেমপ্লেট(গুলো) পরিবর্তন আনসেভ করেছে। আপনি কীভাবে এগিয়ে যেতে চান?",
|
@@ -90,9 +90,9 @@ export default {
|
|
90
90
|
"metadataEditor.unsavedChangesModal.saveAndContinueCTA": "সেভ করুন এবং চালিয়ে যান",
|
91
91
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "খালি মান লুকান",
|
92
92
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "খালি মান দেখান",
|
93
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "
|
94
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "
|
93
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AI দিয়ে অটোফিল করুন",
|
94
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI দিয়ে অটোফিল করুন",
|
95
95
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "কাস্টম মেটাডেটা",
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "
|
97
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "
|
96
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "সম্পাদনা করুন",
|
97
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "সম্পাদনা করুন"
|
98
98
|
}
|
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!",
|
@@ -80,7 +80,7 @@ export default {
|
|
80
80
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Indlæser...",
|
81
81
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Gem",
|
82
82
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Automatisk udfyldning",
|
83
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "
|
83
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Automatisk udfyldning med Box AI",
|
84
84
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Brugerdefineret metadata",
|
85
85
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Indlæser...",
|
86
86
|
"metadataEditor.unsavedChangesModal.body": "Metadataskabelon(er) har ikke-gemte ændringer. Hvordan vil du gerne fortsætte?",
|
@@ -90,9 +90,9 @@ export default {
|
|
90
90
|
"metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Gem og Fortsæt",
|
91
91
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Skjul tomme værdier",
|
92
92
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Vis tomme værdier",
|
93
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "
|
94
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "
|
93
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Automatisk udfyldning med Box AI",
|
94
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Automatisk udfyldning med Box AI",
|
95
95
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Brugerdefineret metadata",
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "
|
97
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "
|
96
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Rediger",
|
97
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Rediger"
|
98
98
|
}
|
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.",
|
@@ -80,7 +80,7 @@ export default {
|
|
80
80
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Laden…",
|
81
81
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Speichern",
|
82
82
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Automatisch ausfüllen",
|
83
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "
|
83
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Mit Box AI automatisch ausfüllen",
|
84
84
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Benutzerdefinierte Metadaten",
|
85
85
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Laden…",
|
86
86
|
"metadataEditor.unsavedChangesModal.body": "Metadaten-Vorlage(n) enthält/enthalten nicht gespeicherte Änderungen. Wie möchten Sie fortfahren?",
|
@@ -90,9 +90,9 @@ export default {
|
|
90
90
|
"metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Speichern und fortfahren",
|
91
91
|
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Leere Werte ausblenden",
|
92
92
|
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Leere Werte anzeigen",
|
93
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "
|
94
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "
|
93
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Mit Box AI automatisch ausfüllen",
|
94
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Mit Box AI automatisch ausfüllen",
|
95
95
|
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Benutzerdefinierte Metadaten",
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "
|
97
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "
|
96
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Bearbeiten",
|
97
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Bearbeiten"
|
98
98
|
}
|