@box/metadata-editor 1.69.6 → 1.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,86 +6,91 @@ import { getConfidenceScoreTooltip as i } from "../esm/lib/utils/confidence-scor
|
|
|
6
6
|
import { isConfidenceScoreNeedingReview as a } from "../esm/lib/utils/confidence-score/is-confidence-score-needing-review.js";
|
|
7
7
|
import { t as o } from "./shared-field-styles.module.js";
|
|
8
8
|
import { convertISOStringToUTCDate as s } from "../esm/lib/utils/convertDate.js";
|
|
9
|
-
import c from "
|
|
9
|
+
import { t as c } from "./interactive-text.module.js";
|
|
10
10
|
import l from "../esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/messages.js";
|
|
11
11
|
import { MetadataEntryDisplay as u } from "../esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-entry-display.js";
|
|
12
|
-
import { Status as d, Text as f, Tooltip as p } from "@box/blueprint-web";
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import v from "
|
|
16
|
-
import {
|
|
17
|
-
import
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
12
|
+
import { Status as d, Text as f, Tooltip as p, useIsEllipsized as m } from "@box/blueprint-web";
|
|
13
|
+
import { useRef as h } from "react";
|
|
14
|
+
import { FormattedDate as g, useIntl as _ } from "react-intl";
|
|
15
|
+
import { Focusable as v } from "@ariakit/react";
|
|
16
|
+
import { jsx as y, jsxs as b } from "react/jsx-runtime";
|
|
17
|
+
import x from "clsx";
|
|
18
|
+
import { AlertCircle as S } from "@box/blueprint-web-assets/icons/Medium";
|
|
19
|
+
import '../styles/metadata-instance-entry.css';var C = {
|
|
20
|
+
metadataInstanceEntry: "_metadataInstanceEntry_17ipu_1",
|
|
21
|
+
name: "_name_17ipu_6",
|
|
22
|
+
labelContainer: "_labelContainer_17ipu_15",
|
|
23
|
+
confidenceScoreIcon: "_confidenceScoreIcon_17ipu_21"
|
|
24
|
+
}, w = ({ description: w, isSelected: T, name: E, onClick: D, shouldHideEmptyValues: O, type: k, value: A, taxonomyNodeFetcher: j, taxonomyKey: M, scope: N, isExternallyOwned: P, confidenceScore: F, isConfidenceScoreReviewEnabled: I = !1, targetLocation: L }) => {
|
|
25
|
+
let R = _(), { trackEvent: z } = n(), B = h(null), V = m(B), H = I && !!F && a(F), U = r(L), W = I && !!F && U && !!D, G = H ? i(R.formatMessage, F) : null, K = () => z(t.LOW_CONF_ICON_HOVER_READ_MODE, {
|
|
26
|
+
fieldType: k,
|
|
27
|
+
confidenceLevel: F?.level,
|
|
28
|
+
scope: N
|
|
29
|
+
}), q = typeof A == "number" ? A.toString() : A ? Array.isArray(A) ? A.join(", ") : k === "date" && typeof A == "string" ? /* @__PURE__ */ y(g, {
|
|
28
30
|
day: "numeric",
|
|
29
31
|
month: "long",
|
|
30
|
-
value: s(
|
|
32
|
+
value: s(A),
|
|
31
33
|
year: "numeric"
|
|
32
|
-
}) :
|
|
34
|
+
}) : A : null, J = {
|
|
33
35
|
"data-metadata-field": !0,
|
|
34
36
|
"data-target-id": "Button-metadataEditorFieldReadClick",
|
|
35
37
|
"data-testid": "metadata-field",
|
|
36
|
-
onClick:
|
|
38
|
+
onClick: D,
|
|
37
39
|
onKeyDown: (e) => {
|
|
38
|
-
e.key === "Enter" && (e.preventDefault(), e.stopPropagation(),
|
|
40
|
+
e.key === "Enter" && (e.preventDefault(), e.stopPropagation(), D?.());
|
|
39
41
|
},
|
|
40
42
|
role: "button",
|
|
41
43
|
tabIndex: 0
|
|
42
44
|
};
|
|
43
|
-
if (
|
|
44
|
-
let
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
45
|
+
if (O && !q) return null;
|
|
46
|
+
let Y = (() => {
|
|
47
|
+
if (w) return V ? /* @__PURE__ */ b("div", { children: [/* @__PURE__ */ y("div", { children: E }), /* @__PURE__ */ y("div", { children: w })] }) : w;
|
|
48
|
+
if (V) return E;
|
|
49
|
+
})(), X = /* @__PURE__ */ y("h5", {
|
|
50
|
+
ref: B,
|
|
51
|
+
className: x(C.name, w && c.interactiveTextHint),
|
|
52
|
+
children: /* @__PURE__ */ y(f, {
|
|
53
|
+
as: "span",
|
|
54
|
+
color: "textOnLightSecondary",
|
|
55
|
+
variant: "bodyDefaultBold",
|
|
56
|
+
children: E
|
|
57
|
+
})
|
|
58
|
+
}), Z = /* @__PURE__ */ b("div", {
|
|
59
|
+
className: x(C.metadataInstanceEntry, I && o.spacious, W && o.clickableField, W && T && o.selectedField),
|
|
60
|
+
...W && J,
|
|
61
|
+
children: [/* @__PURE__ */ b("div", {
|
|
62
|
+
className: C.labelContainer,
|
|
63
|
+
children: [G && /* @__PURE__ */ y(p, {
|
|
64
|
+
content: G,
|
|
65
|
+
children: /* @__PURE__ */ y("span", {
|
|
66
|
+
className: C.confidenceScoreIcon,
|
|
67
|
+
children: /* @__PURE__ */ y(d, {
|
|
54
68
|
"data-target-id": "Status-metadataInstanceEntryConfidenceScoreIcon",
|
|
55
69
|
color: "SurfaceStatusSurfaceGray",
|
|
56
70
|
hideText: !0,
|
|
57
|
-
icon:
|
|
71
|
+
icon: S,
|
|
58
72
|
interactive: !0,
|
|
59
|
-
text:
|
|
60
|
-
onMouseEnter:
|
|
73
|
+
text: R.formatMessage(l.confidenceScoreIconAriaLabel),
|
|
74
|
+
onMouseEnter: K
|
|
61
75
|
})
|
|
62
76
|
})
|
|
63
|
-
}), /* @__PURE__ */
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
})]
|
|
76
|
-
}), /* @__PURE__ */ g(u, {
|
|
77
|
-
formattedValue: H,
|
|
78
|
-
isExternallyOwned: j,
|
|
79
|
-
scope: A,
|
|
80
|
-
taxonomyKey: k,
|
|
81
|
-
taxonomyNodeFetcher: O,
|
|
82
|
-
type: E,
|
|
83
|
-
value: D
|
|
77
|
+
}), Y ? /* @__PURE__ */ y(p, {
|
|
78
|
+
content: Y,
|
|
79
|
+
children: /* @__PURE__ */ y(v, { render: X })
|
|
80
|
+
}) : X]
|
|
81
|
+
}), /* @__PURE__ */ y(u, {
|
|
82
|
+
formattedValue: q,
|
|
83
|
+
isExternallyOwned: P,
|
|
84
|
+
scope: N,
|
|
85
|
+
taxonomyKey: M,
|
|
86
|
+
taxonomyNodeFetcher: j,
|
|
87
|
+
type: k,
|
|
88
|
+
value: A
|
|
84
89
|
})]
|
|
85
90
|
});
|
|
86
|
-
return
|
|
87
|
-
content:
|
|
88
|
-
children:
|
|
89
|
-
}) :
|
|
91
|
+
return W ? /* @__PURE__ */ y(p, {
|
|
92
|
+
content: R.formatMessage(e.viewOnDocument),
|
|
93
|
+
children: Z
|
|
94
|
+
}) : Z;
|
|
90
95
|
};
|
|
91
|
-
export {
|
|
96
|
+
export { w as t };
|
package/dist/i18n/en-x-pseudo.js
CHANGED
|
@@ -1,160 +1,160 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
"comboboxWithApiPagination.clearButtonAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
3
|
-
"comboboxWithApiPagination.errorAction": "⟦萬
|
|
4
|
-
"comboboxWithApiPagination.errorIconLabel": "⟦萬
|
|
5
|
-
"comboboxWithApiPagination.errorMessage": "⟦萬萬萬萬萬萬
|
|
6
|
-
"comboboxWithApiPagination.loadingAriaLabel": "⟦萬萬
|
|
7
|
-
"comboboxWithApiPagination.loadingMoreAriaLabel": "⟦萬萬萬萬
|
|
8
|
-
"comboboxWithApiPagination.noResults": "⟦萬萬萬萬
|
|
9
|
-
"groupSharedFeatures.metadataEditor.aiDisclaimer": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
10
|
-
"groupSharedFeatures.metadataEditor.loading": "⟦萬萬
|
|
11
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "⟦萬萬萬萬萬萬萬
|
|
12
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "⟦萬
|
|
13
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError": "⟦萬萬萬萬萬萬萬
|
|
14
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace": "⟦萬萬萬萬萬
|
|
15
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate": "⟦萬萬萬萬萬
|
|
16
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue": "⟦萬萬萬萬萬
|
|
17
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.multipleValues": "⟦萬萬萬萬
|
|
18
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder": "⟦萬萬萬萬
|
|
19
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
20
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel": "⟦萬萬萬萬萬萬萬萬
|
|
21
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "⟦萬萬萬萬
|
|
22
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "⟦萬萬萬萬
|
|
23
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate": "⟦萬萬萬萬
|
|
24
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder": "⟦萬萬萬萬
|
|
25
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "⟦萬萬
|
|
26
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "⟦萬萬萬萬萬
|
|
27
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "⟦萬萬萬萬萬萬萬
|
|
28
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
29
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "⟦萬萬萬萬
|
|
30
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "⟦萬萬萬萬萬萬萬萬
|
|
31
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "⟦萬
|
|
32
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "⟦萬萬萬萬萬
|
|
33
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "⟦萬
|
|
34
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "⟦萬萬萬
|
|
35
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {#
|
|
36
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "⟦萬萬萬萬萬萬萬萬
|
|
37
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {#
|
|
38
|
-
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "⟦萬 V
|
|
39
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "⟦
|
|
40
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "⟦萬
|
|
41
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "⟦萬
|
|
42
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header": "⟦萬萬萬萬萬萬萬
|
|
43
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel": "⟦萬
|
|
44
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel": "⟦萬萬萬萬萬
|
|
45
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "⟦萬萬萬萬萬
|
|
46
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "⟦萬萬萬萬萬
|
|
47
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
48
|
-
"groupSharedFeatures.metadataEditor.viewOnDocument": "⟦萬萬萬萬
|
|
49
|
-
"metadataEditor.addMetadataTemplate.customMetadataName": "⟦萬萬萬萬
|
|
50
|
-
"metadataEditor.addMetadataTemplate.search.placeholder": "⟦萬萬萬萬
|
|
51
|
-
"metadataEditor.addMetadataTemplate.trigger.label": "⟦萬萬萬
|
|
52
|
-
"metadataEditor.aiSuggestionField.acceptLabel": "⟦萬萬萬萬萬
|
|
53
|
-
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "⟦萬萬萬萬萬
|
|
54
|
-
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
55
|
-
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "⟦萬萬
|
|
56
|
-
"metadataEditor.aiSuggestionField.appendLabel": "⟦萬
|
|
57
|
-
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "⟦萬萬萬萬萬
|
|
58
|
-
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "⟦萬
|
|
59
|
-
"metadataEditor.aiSuggestionField.confidenceLevelLow": "⟦
|
|
60
|
-
"metadataEditor.aiSuggestionField.dismissLabel": "⟦萬萬
|
|
61
|
-
"metadataEditor.aiSuggestionField.ignoreLabel": "⟦萬
|
|
62
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
63
|
-
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
64
|
-
"metadataEditor.autofillButton.ariaLabel": "⟦萬萬萬萬萬
|
|
65
|
-
"metadataEditor.autofillButton.ariaLabelWithTemplateName": "⟦萬萬萬萬萬萬萬
|
|
66
|
-
"metadataEditor.autofillButton.tooltip.enhanced": "⟦萬萬萬萬萬萬萬萬萬
|
|
67
|
-
"metadataEditor.autofillButton.tooltip.ga": "⟦萬萬萬萬萬
|
|
68
|
-
"metadataEditor.autofillButton.tooltip.standard": "⟦萬萬萬萬萬萬萬萬萬
|
|
69
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
70
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
71
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
72
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
73
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
74
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
75
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
76
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
77
|
-
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "⟦萬
|
|
78
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "⟦萬萬
|
|
79
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "⟦萬
|
|
80
|
-
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "⟦萬萬萬萬
|
|
81
|
-
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "⟦萬萬
|
|
82
|
-
"metadataEditor.editInstance.deleteConfirmationModal.header": "⟦萬萬萬萬
|
|
83
|
-
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "⟦萬萬萬萬萬萬萬
|
|
84
|
-
"metadataEditor.fieldLabel.lowConfidenceBadge": "⟦
|
|
85
|
-
"metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
86
|
-
"metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "⟦萬萬萬萬萬萬萬萬
|
|
87
|
-
"metadataEditor.fileLevel.emptyState.default.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
88
|
-
"metadataEditor.fileLevel.emptyState.default.heading": "⟦萬萬萬萬萬萬
|
|
89
|
-
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "⟦萬萬萬
|
|
90
|
-
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "⟦萬萬萬萬
|
|
91
|
-
"metadataEditor.filterInstancesDropdown.customMetadataName": "⟦萬萬萬萬
|
|
92
|
-
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
93
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "⟦萬萬萬
|
|
94
|
-
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber}
|
|
95
|
-
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "⟦萬萬萬萬
|
|
96
|
-
"metadataEditor.instanceLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬萬
|
|
97
|
-
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "⟦萬萬萬萬萬萬萬萬萬
|
|
98
|
-
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "⟦萬萬萬萬萬萬萬萬
|
|
99
|
-
"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "⟦萬萬萬萬萬萬
|
|
100
|
-
"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "⟦萬萬萬
|
|
101
|
-
"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "⟦萬萬萬萬萬萬
|
|
102
|
-
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "⟦萬萬萬
|
|
103
|
-
"metadataEditor.lowConfidenceSuggestionField.description": "⟦萬萬萬萬萬萬萬萬
|
|
104
|
-
"metadataEditor.lowConfidenceSuggestionField.needsReview": "⟦萬萬萬
|
|
105
|
-
"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "⟦萬萬萬萬萬萬萬 P
|
|
106
|
-
"metadataEditor.managerLevel.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
107
|
-
"metadataEditor.managerLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬
|
|
108
|
-
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Άďď
|
|
109
|
-
"metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": "⟦
|
|
110
|
-
"metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "⟦萬萬萬萬
|
|
111
|
-
"metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "⟦萬
|
|
112
|
-
"metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey": "⟦萬萬萬萬萬
|
|
113
|
-
"metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey": "⟦萬萬萬萬萬萬萬萬
|
|
114
|
-
"metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder": "⟦萬萬萬萬萬
|
|
115
|
-
"metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "⟦萬萬萬萬
|
|
116
|
-
"metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "⟦萬
|
|
117
|
-
"metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "⟦萬萬
|
|
118
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "⟦萬萬萬萬萬
|
|
119
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "⟦萬萬 Ďϊѕ
|
|
120
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "⟦萬萬萬萬萬萬萬萬萬
|
|
121
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
122
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "⟦萬萬
|
|
123
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "⟦萬萬萬萬萬
|
|
124
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "⟦萬萬萬萬萬萬萬萬萬
|
|
125
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
126
|
-
"metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "⟦萬萬萬萬萬萬
|
|
127
|
-
"metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "⟦萬萬萬萬 +
|
|
128
|
-
"metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "⟦萬萬萬萬萬萬
|
|
129
|
-
"metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "⟦萬萬
|
|
130
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton": "⟦萬
|
|
131
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton": "⟦萬
|
|
132
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "⟦萬萬
|
|
133
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "⟦萬
|
|
134
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "⟦萬萬
|
|
135
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "⟦萬萬萬萬萬
|
|
136
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
137
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "⟦萬萬萬萬萬萬
|
|
138
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "⟦萬萬萬萬
|
|
139
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "⟦萬萬
|
|
140
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
141
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "⟦萬萬萬萬萬
|
|
142
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "⟦萬萬
|
|
143
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "⟦萬萬
|
|
144
|
-
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬
|
|
145
|
-
"metadataEditor.unsavedChangesModal.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
146
|
-
"metadataEditor.unsavedChangesModal.closeLabel": "⟦萬
|
|
147
|
-
"metadataEditor.unsavedChangesModal.continueEditingCTA": "⟦萬萬萬萬
|
|
148
|
-
"metadataEditor.unsavedChangesModal.discardChangesCTA": "⟦萬萬萬萬
|
|
149
|
-
"metadataEditor.unsavedChangesModal.header": "⟦萬萬萬萬
|
|
150
|
-
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "⟦萬萬萬萬萬
|
|
151
|
-
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "⟦萬萬萬萬萬
|
|
152
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "⟦萬萬萬萬
|
|
153
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "⟦萬萬
|
|
154
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "⟦萬
|
|
2
|
+
"comboboxWithApiPagination.clearButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Ċļεăŕ íňΡůţ ãπď ŝęļēçτìőŋ 國國國國國國國⟧",
|
|
3
|
+
"comboboxWithApiPagination.errorAction": "⟦萬 Řěļόάď 國⟧",
|
|
4
|
+
"comboboxWithApiPagination.errorIconLabel": "⟦萬 Ęŗґōѓ 國⟧",
|
|
5
|
+
"comboboxWithApiPagination.errorMessage": "⟦萬萬萬萬萬萬 ₣àìľēď ŧö ľŏǻď øΡťïόπѕ 國國國國國國⟧",
|
|
6
|
+
"comboboxWithApiPagination.loadingAriaLabel": "⟦萬萬 Ľōāďιŋğ... 國國⟧",
|
|
7
|
+
"comboboxWithApiPagination.loadingMoreAriaLabel": "⟦萬萬萬萬 Ŀσάďìиĝ mõѓє... 國國國國⟧",
|
|
8
|
+
"comboboxWithApiPagination.noResults": "⟦萬萬萬萬 Ñό гéѕµĺťѕ ƒõųπď 國國國國⟧",
|
|
9
|
+
"groupSharedFeatures.metadataEditor.aiDisclaimer": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βøх ÂĬ óµŧΡŭτŝ ѕĥöùļď вě ŕενîєшеď áπď νέѓįƒіĕď вėƒоŕè ůŝě. 國國國國國國國國國國國國國國國國國⟧",
|
|
10
|
+
"groupSharedFeatures.metadataEditor.loading": "⟦萬萬 ľòãďϊйġ 國國⟧",
|
|
11
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "⟦萬萬萬萬萬萬萬 Σήŧèя ą ďāτę äƒťêґ {date} 國國國國國國國⟧",
|
|
12
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "⟦萬 ÂΡΡёπď 國⟧",
|
|
13
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError": "⟦萬萬萬萬萬萬萬 Ęʼnτěŕ ą ďäτë веƒóŕе {date} 國國國國國國國⟧",
|
|
14
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace": "⟦萬萬萬萬萬 Çľĕάŕ Αļĺ & ŘēΡľάсè 國國國國國⟧",
|
|
15
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate": "⟦萬萬萬萬萬 Čľëąŕ şêļєсτєď ďáţέ 國國國國國⟧",
|
|
16
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue": "⟦萬萬萬萬萬 Ĩŋναľīď ƒιёĺď νãĺũє 國國國國國⟧",
|
|
17
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.multipleValues": "⟦萬萬萬萬 ΜųľťϊΡļé νâĺūěş 國國國國⟧",
|
|
18
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder": "⟦萬萬萬萬 Ŝĕĺĕсť νäĺűê(ѕ) 國國國國⟧",
|
|
19
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Τĥęґē ãяę ηό άţţřιьμŧеŝ ιп ŧĥîş ťеmΡļāŧè. 國國國國國國國國國國國國⟧",
|
|
20
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel": "⟦萬萬萬萬萬萬萬萬 ØΡěή çàĺëńďǻґ ţо Ρїçκ ǻ ďâţē 國國國國國國國國⟧",
|
|
21
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "⟦萬萬萬萬 Ѓêmŏνę Σпτέґèď 國國國國⟧",
|
|
22
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "⟦萬萬萬萬 ҐëΡľāсē Éиŧêгεď 國國國國⟧",
|
|
23
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate": "⟦萬萬萬萬 Śěľèćτ ŧĥё ďάτě 國國國國⟧",
|
|
24
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder": "⟦萬萬萬萬 Şėļεčŧ ą νåļūě 國國國國⟧",
|
|
25
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "⟦萬萬 Śēŧ Våľúĕ 國國⟧",
|
|
26
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "⟦萬萬萬萬萬 Ŝωíτćħ τŏ лє×ţ mоňťħ 國國國國國⟧",
|
|
27
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "⟦萬萬萬萬萬萬萬 Şώϊτćн ţŏ Ρřĕνιóŭś móήŧħ 國國國國國國國⟧",
|
|
28
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ëďίτ ƒůʼnсŧίôηάļιťγ ƒóŗ Ŧá×őπõmÿ şħαяęď έםєŗлǻľļŷ їś ηŏŧ åνãίĺàвľē 國國國國國國國國國國國國國國國國國國國⟧",
|
|
29
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "⟦萬萬萬萬 Śèļêćţ ãή оΡţїòʼn 國國國國⟧",
|
|
30
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "⟦萬萬萬萬萬萬萬萬 Ţοĝġĺè úΡďăτè mόďê şêľèçτоŕ 國國國國國國國國⟧",
|
|
31
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "⟦萬 Ẁιťн 國⟧",
|
|
32
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "⟦萬萬萬萬萬 Ĉĺŏşė гēνϊёŵ môďё 國國國國國⟧",
|
|
33
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "⟦萬 Ήϊďè 國⟧",
|
|
34
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "⟦萬萬萬 Ŗéνįĕω âľéŗŧ 國國國⟧",
|
|
35
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒϊĕļď лéëďş} other {# ƒϊéľďş лέêď}} ѓёνíėω 國國國國國國國國國國國國國國⟧",
|
|
36
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "⟦萬萬萬萬萬萬萬萬 Şħóώϊйğ ƒíέĺďѕ πĕęďĭпġ гēνįеώ 國國國國國國國國⟧",
|
|
37
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒīěĺď ňέëďś} other {# ƒιєļďŝ ņĕέď}} гęνīêẁ ăş Бőх ÀĨ ѓėţűŗňèď ľōώ čσйƒїďéňčë. Čĺĭčĸ ťο ѕτāґţ ŕëνίěωíňġ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
38
|
+
"groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "⟦萬 Víέẃ 國⟧",
|
|
39
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "⟦ Áďď ⟧",
|
|
40
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "⟦萬 Çάňčēĺ 國⟧",
|
|
41
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "⟦萬 Čľŏşę 國⟧",
|
|
42
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header": "⟦萬萬萬萬萬萬萬 Ŝёĺēçţ Мêτãďάťă ŢęmΡļáŧё 國國國國國國國⟧",
|
|
43
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel": "⟦萬 Ćľėáѓ 國⟧",
|
|
44
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel": "⟦萬萬萬萬萬 Ŝêâŕ¢ħ äĺľ ŧёmΡľāŧεś 國國國國國⟧",
|
|
45
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "⟦萬萬萬萬萬 Śĕåґçħ áľĺ ťєmΡļáţėş 國國國國國⟧",
|
|
46
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "⟦萬萬萬萬萬 Ŝêľęčť å ŢĕmΡľäτĕ 國國國國國⟧",
|
|
47
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ċōůľď πóŧ ļőāď τёmΡľäŧεŝ. Ţяŷ αĝăίń ĺàτėґ 國國國國國國國國國國國國⟧",
|
|
48
|
+
"groupSharedFeatures.metadataEditor.viewOnDocument": "⟦萬萬萬萬 Vìέẁ ôή ďóсŭmёπţ 國國國國⟧",
|
|
49
|
+
"metadataEditor.addMetadataTemplate.customMetadataName": "⟦萬萬萬萬 Ċμśŧοm Μеŧăďǻţá 國國國國⟧",
|
|
50
|
+
"metadataEditor.addMetadataTemplate.search.placeholder": "⟦萬萬萬萬 Ŝėąŗċн ţëmΡĺǻτĕŝ 國國國國⟧",
|
|
51
|
+
"metadataEditor.addMetadataTemplate.trigger.label": "⟦萬萬萬 Άďď ťémΡļāťé 國國國⟧",
|
|
52
|
+
"metadataEditor.aiSuggestionField.acceptLabel": "⟦萬萬萬萬萬 ÃćċεΡτ ѕцĝğėѕţįõй 國國國國國⟧",
|
|
53
|
+
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "⟦萬萬萬萬萬 βóх Àİ ѕμġğεŝŧισņ: 國國國國國⟧",
|
|
54
|
+
"metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "⟦萬萬萬萬萬萬萬萬萬萬 βох ĄĬ şμğğęśţīóņ ({level} çопƒίďéŋçĕ) 國國國國國國國國國國⟧",
|
|
55
|
+
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "⟦萬萬 ΘΡťįőпŝ 國國⟧",
|
|
56
|
+
"metadataEditor.aiSuggestionField.appendLabel": "⟦萬 ÅΡΡĕйď 國⟧",
|
|
57
|
+
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "⟦萬萬萬萬萬 Čļèåŗ āňď ЯéΡĺãćε 國國國國國⟧",
|
|
58
|
+
"metadataEditor.aiSuggestionField.confidenceLevelHigh": "⟦萬 Ħĭġĥ 國⟧",
|
|
59
|
+
"metadataEditor.aiSuggestionField.confidenceLevelLow": "⟦ Ŀőẁ ⟧",
|
|
60
|
+
"metadataEditor.aiSuggestionField.dismissLabel": "⟦萬萬 Ćолƒĭгm 國國⟧",
|
|
61
|
+
"metadataEditor.aiSuggestionField.ignoreLabel": "⟦萬 Ĭğŋσŗê 國⟧",
|
|
62
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "⟦萬萬萬萬萬萬萬萬萬萬萬 Бσх ΆĮ şüğğеşţѕ ŧĥē ŝàmě νáļüє åѕ ăвöνê 國國國國國國國國國國國⟧",
|
|
63
|
+
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßσ× ÁĬ śμġġęşťѕ ţħē ŝαmë ναľůę āş áвøνе ({level} çóйƒîďеň¢ε) 國國國國國國國國國國國國國國國國國⟧",
|
|
64
|
+
"metadataEditor.autofillButton.ariaLabel": "⟦萬萬萬萬萬 Àцτόƒϊĺļ щіţĥ ßοх ĂΊ 國國國國國⟧",
|
|
65
|
+
"metadataEditor.autofillButton.ariaLabelWithTemplateName": "⟦萬萬萬萬萬萬萬 Áũţóƒίĺļ {templateName} ẃîťĥ Бõх ĂÍ 國國國國國國國⟧",
|
|
66
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "⟦萬萬萬萬萬萬萬萬萬 Áųťόƒĩľļ ώīţħ ßôх Αİ (Еπĥάηĉêď) 國國國國國國國國國⟧",
|
|
67
|
+
"metadataEditor.autofillButton.tooltip.ga": "⟦萬萬萬萬萬 Āůτòƒįľľ шįŧн Βøх ÅĬ 國國國國國⟧",
|
|
68
|
+
"metadataEditor.autofillButton.tooltip.standard": "⟦萬萬萬萬萬萬萬萬萬 Ăцťöƒίľĺ ώĭŧĥ Бό× ǺÍ (Ѕτάήďäřď) 國國國國國國國國國⟧",
|
|
69
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бσх ĀĨ ґєτûяπëď нîğĥ çŏňƒιďéήčе ľēνęļ ƒőг τĥīś ěхťŕąčŧїőή. 國國國國國國國國國國國國國國國國國⟧",
|
|
70
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βόх ΆĨ ŗеτµгňęď ĺöщ ċόńƒϊďëήсě ľêνēľ ƒõŕ ţĥíş ęхŧŗåçťìоη. Ŗëνϊéώ ťħė νǻĺμê. 國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
71
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßøх ÁĨ ґĕţúřňęď ľöщ ĉōņƒїďёπçε ļενĕľ ƒòґ τĥĩś εхτŗã¢ŧîōй вμţ îŧ ώāş ãççёΡţęď ьý ά ĥũmâл. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
72
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬 Ċόŋƒįґm ďêĺεŧιöй öƒ Μёţăďατâ īиşţäņćě 國國國國國國國國國國國⟧",
|
|
73
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àřė ÿŏů ŝûŗē ўóµ шàиť ťо ďεĺëτè ţнє \"{templateName}\" Μєţáďǻτå ţêmΡľăťé, ăπď áļľ őƒ ĩτś νǻļùеś ƒґöm ŧнїѕ ƒїļě? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
74
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άŕє γöų şũŗε ỳőû ẃαʼnť τø ďεĺèτέ ŧнę \"{templateName}\" Мèτāďąťą ïńśŧàпćё, âʼnď īτѕ νāĺųęş? 國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
75
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦỳΡé ŧĥє Мêŧάďāτǻ ΤėmΡļαŧę’ѕ ήåmé ťο ćόπƒігm ďëľëŧϊøή 國國國國國國國國國國國國國國國⟧",
|
|
76
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Øпċè ďĕĺěţéď, Μеτąďãţá νāļцęѕ ċąηŋóť ве яеѕţσŗéď. 國國國國國國國國國國國國國國⟧",
|
|
77
|
+
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "⟦萬 Čǻήçєļ 國⟧",
|
|
78
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "⟦萬萬 Ċòŋƒįŕm 國國⟧",
|
|
79
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "⟦萬 Ďëľěŧё 國⟧",
|
|
80
|
+
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "⟦萬萬萬萬 Çμśţοm Мєţåďάťα 國國國國⟧",
|
|
81
|
+
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "⟦萬萬 Ďïşmιşŝ 國國⟧",
|
|
82
|
+
"metadataEditor.editInstance.deleteConfirmationModal.header": "⟦萬萬萬萬 Ðέľеŧё \"{templateName}\" 國國國國⟧",
|
|
83
|
+
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "⟦萬萬萬萬萬萬萬 Ðěľéţĕ Мęτäďåŧǻ ŢémΡĺäţè 國國國國國國國⟧",
|
|
84
|
+
"metadataEditor.fieldLabel.lowConfidenceBadge": "⟦ Ŀôω ⟧",
|
|
85
|
+
"metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Űśè τħē Ρошèŗ ôƒ ßσх ΑІ ţò qцīсκĺý ¢ǻΡţµѓε ďòċųmēņŧ mεţāďâτα, ωĩτн еνєŕ-їňċяéąşīņĝ ãĉčųгâçỳ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
86
|
+
"metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "⟦萬萬萬萬萬萬萬萬 Äůτøƒιľĺ Мєŧäďąţǻ ẁίţн ßо× ÂĮ 國國國國國國國國⟧",
|
|
87
|
+
"metadataEditor.fileLevel.emptyState.default.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăďď Мěťąďάţå ŧò ýоµř ƒîļĕ ťŏ śüΡΡøřŧ ьûśιηëѕş σΡèґáτιōπŝ, щøѓĸƒļошѕ, ąйď móѓë! 國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
88
|
+
"metadataEditor.fileLevel.emptyState.default.heading": "⟦萬萬萬萬萬萬 Áďď Мēťãďäŧā ŢėmΡļàτëş 國國國國國國⟧",
|
|
89
|
+
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "⟦萬萬萬 Çľéâґ ѕєâŕćħ 國國國⟧",
|
|
90
|
+
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "⟦萬萬萬萬 Иό řεŝùĺţŝ ƒóųʼnď 國國國國⟧",
|
|
91
|
+
"metadataEditor.filterInstancesDropdown.customMetadataName": "⟦萬萬萬萬 Ĉüѕŧòm Мëţàďăťä 國國國國⟧",
|
|
92
|
+
"metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăŗĩå ľăвèľ ƒσѓ śůвţîτľέ ẃìţн ƒīľţєґіʼnğ ďëţàιļś. Ìлƒôґmş цşêя шнįčħ ťémΡļâτêѕ ẃєŗє ċнòśęň. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
93
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "⟦萬萬萬 Άľĺ ŤέmΡĺåτėş 國國國⟧",
|
|
94
|
+
"metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} õƒ {visibleTemplatesNumber} ŤєmΡĺåţέş 國國國國國國國⟧",
|
|
95
|
+
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "⟦萬萬萬萬 Ŝĕе ĕmΡτў νåĺùêś 國國國國⟧",
|
|
96
|
+
"metadataEditor.instanceLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬萬 Ŧĥîş ťέmΡļάτё нąŝ πô νáļűєѕ 國國國國國國國國⟧",
|
|
97
|
+
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "⟦萬萬萬萬萬萬萬萬萬 Τĥĩŝ ţёmΡļåţέ нàş ŋσ ąţţŕïвųŧеş 國國國國國國國國國⟧",
|
|
98
|
+
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "⟦萬萬萬萬萬萬萬萬 Ŧħîś ťęmΡļαŧê ĥăŝ йõ νàļūęѕ 國國國國國國國國⟧",
|
|
99
|
+
"metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "⟦萬萬萬萬萬萬 ΆćсéΡτ ěхτŕάčτéď νάļùё 國國國國國國⟧",
|
|
100
|
+
"metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "⟦萬萬萬 Ą¢¢єΡţ Vąĺµę 國國國⟧",
|
|
101
|
+
"metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "⟦萬萬萬萬萬萬 Ćĺеάŗ è×τѓāсτęď νåľųë 國國國國國國⟧",
|
|
102
|
+
"metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "⟦萬萬萬 Çľεåŕ Vàĺűĕ 國國國⟧",
|
|
103
|
+
"metadataEditor.lowConfidenceSuggestionField.description": "⟦萬萬萬萬萬萬萬萬 βö× ÀĨ ґёťúгņèď ļøẃ ĉõŋƒìďέлćě 國國國國國國國國⟧",
|
|
104
|
+
"metadataEditor.lowConfidenceSuggestionField.needsReview": "⟦萬萬萬 Йέёďś ѓένīēẁ 國國國⟧",
|
|
105
|
+
"metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "⟦萬萬萬萬萬萬萬 Pŗόčėѕśíπġ ґеνϊęш âçţιõń 國國國國國國國⟧",
|
|
106
|
+
"metadataEditor.managerLevel.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бŕσẁśé оŕ ѕëāřċħ ƒŏŕ ўόûѓ ĭţєmѕ τò ãΡΡļγ āŋď èďίţ mêŧǻďàţâ 國國國國國國國國國國國國國國國國國⟧",
|
|
107
|
+
"metadataEditor.managerLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬 ĀΡΡľÿ Μεťäďåŧά ŢєmΡľáţēŝ 國國國國國國國⟧",
|
|
108
|
+
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Άďď ηеẁ åτťŗįьûτє ťō Çųşŧøm Мęŧàďâţā 國國國國國國國國國國⟧",
|
|
109
|
+
"metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": "⟦ Åďď ⟧",
|
|
110
|
+
"metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "⟦萬萬萬萬 Áţţгïвμτê Ňãmē 國國國國⟧",
|
|
111
|
+
"metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "⟦萬 Ċáʼnčëļ 國⟧",
|
|
112
|
+
"metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey": "⟦萬萬萬萬萬 Κęý âĺгëáďŷ έхϊŝŧş. 國國國國國⟧",
|
|
113
|
+
"metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey": "⟦萬萬萬萬萬萬萬萬 Ќęÿŝ ¢άņňōτ вέġìπ ẃιτн ά $. 國國國國國國國國⟧",
|
|
114
|
+
"metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder": "⟦萬萬萬萬萬 ě.ğ. Őяďéґ Ñµmвεг 國國國國國⟧",
|
|
115
|
+
"metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "⟦萬萬萬萬 Ķеÿ ĭş ŗєqµìгěď 國國國國⟧",
|
|
116
|
+
"metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "⟦萬 Vãľūё 國⟧",
|
|
117
|
+
"metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "⟦萬萬 ĕ.ĝ. 42 國國⟧",
|
|
118
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "⟦萬萬萬萬萬 Ěхŧгàсťīņğ Мėťαďāτǻ 國國國國國⟧",
|
|
119
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "⟦萬萬 Ďϊѕmįśŝ 國國⟧",
|
|
120
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "⟦萬萬萬萬萬萬萬萬萬 Pļěäşę ţřý άġåίп íη ä ƒéẃ mїήűŧëś 國國國國國國國國國⟧",
|
|
121
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "⟦萬萬萬萬萬萬萬萬萬萬萬 Мєŧăďαţà έםŗäĉτϊőй ćóũľď ńŏŧ ĉômΡļеŧē 國國國國國國國國國國國⟧",
|
|
122
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "⟦萬萬 Ľóăďϊпġ 國國⟧",
|
|
123
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "⟦萬萬萬萬萬 Şτïļľ шøŕķιлġ õņ ϊţ! 國國國國國⟧",
|
|
124
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "⟦萬萬萬萬萬萬萬萬萬 Ťħїş іѕ ŧâκϊňğ ļøпġея ťĥăň цŝцăľ 國國國國國國國國國⟧",
|
|
125
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŷöц ďőŋ’ţ нåνé Ρēřmїśśίōл ťô åĉсêşş ţħě ďëśŧīηāŧìõň ƒôĺďēŕ το é×ŧřάĉτ mέţāďαťά. Pĺëαŝě ¢őʼnťǻćť τнε οẁηëѓ øґ ýŏűŕ ãďmïŋ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
126
|
+
"metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "⟦萬萬萬萬萬萬 Ćàи’ť Ëхŧŕάçţ Мèťǻďāťå 國國國國國國⟧",
|
|
127
|
+
"metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "⟦萬萬萬萬 + Äďď Ăţŧґĩьúţé 國國國國⟧",
|
|
128
|
+
"metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "⟦萬萬萬萬萬萬 Ďеľёţε {fieldName} àŧţŕīвμŧє 國國國國國國⟧",
|
|
129
|
+
"metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "⟦萬萬 Śèŧ νăĺµέ 國國⟧",
|
|
130
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton": "⟦萬 Ĉàņçéļ 國⟧",
|
|
131
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton": "⟦萬 Ďĕļęτė 國⟧",
|
|
132
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "⟦萬萬 Ŀσάďіиğ... 國國⟧",
|
|
133
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "⟦萬 Ѕäνē 國⟧",
|
|
134
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "⟦萬萬 Ăůŧóƒίļľ 國國⟧",
|
|
135
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "⟦萬萬萬萬萬 Ѕέέ ãĝęʼnţ öΡţįόňŝ. 國國國國國⟧",
|
|
136
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺέăѕê çħęĉķ ґéśΡοπşєş ьëƒöŕе śâνίйğ. 國國國國國國國國國國國⟧",
|
|
137
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "⟦萬萬萬萬萬萬 ǺĬ Ǻűťøƒïľľ ïŝ ìή Βėτă 國國國國國國⟧",
|
|
138
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "⟦萬萬萬萬 Ċŭŝτοm Мêτǻďαţǻ 國國國國⟧",
|
|
139
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "⟦萬萬 Ĕиĥάń¢εď 國國⟧",
|
|
140
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βøх ÅĪ щóй’τ вê åьļє ťò àċсëśş ťнê êŋţïřε ĉôпťēйť, щħíćħ mîĝĥţ ąƒƒėçť ιţş αʼnѕŵĕŕŝ. 國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
141
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "⟦萬萬萬萬萬 Čοņτêήť іş ţσõ ļãŗğė 國國國國國⟧",
|
|
142
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "⟦萬萬 Ŀōãďιлğ... 國國⟧",
|
|
143
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "⟦萬萬 Ŝŧąņďăŗď 國國⟧",
|
|
144
|
+
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Ŀøẃ ĉοňƒïďěйċë ŝçоřё - řéνīĕш лєēďēď 國國國國國國國國國國⟧",
|
|
145
|
+
"metadataEditor.unsavedChangesModal.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μèτâďâţα τêmΡľǻŧě(ś) ħāνë μňŝανėď ċнåηğεś. Ηôώ щőùļď ỳőμ ĺιĸě το Ρŕô¢éєď? 國國國國國國國國國國國國國國國國國國國國國⟧",
|
|
146
|
+
"metadataEditor.unsavedChangesModal.closeLabel": "⟦萬 Çļοşę 國⟧",
|
|
147
|
+
"metadataEditor.unsavedChangesModal.continueEditingCTA": "⟦萬萬萬萬 Čôйŧìлűę Êďìŧіηġ 國國國國⟧",
|
|
148
|
+
"metadataEditor.unsavedChangesModal.discardChangesCTA": "⟦萬萬萬萬 Ďĩśĉãѓď Ċħāňĝêś 國國國國⟧",
|
|
149
|
+
"metadataEditor.unsavedChangesModal.header": "⟦萬萬萬萬 Ŭηѕáνëď Ćħåńğêş 國國國國⟧",
|
|
150
|
+
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "⟦萬萬萬萬萬 Ηįďé ëmΡţÿ νāľũèŝ 國國國國國⟧",
|
|
151
|
+
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "⟦萬萬萬萬萬 Şнόщ ëmΡτў νąļűëś 國國國國國⟧",
|
|
152
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "⟦萬萬萬萬 Ĉûśťόm Мèťāďåťą 國國國國⟧",
|
|
153
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "⟦萬萬 Єďϊţ {templateName} 國國⟧",
|
|
154
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "⟦萬 Єďîŧ 國⟧",
|
|
155
155
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "⟦ - - ⟧",
|
|
156
|
-
"taxonomyAncestorStatusPill.errorAction": "⟦萬
|
|
157
|
-
"taxonomyAncestorStatusPill.errorIconLabel": "⟦萬
|
|
158
|
-
"taxonomyAncestorStatusPill.errorMessage": "⟦萬萬萬萬萬萬
|
|
159
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "⟦萬萬
|
|
156
|
+
"taxonomyAncestorStatusPill.errorAction": "⟦萬 Řéļοäď 國⟧",
|
|
157
|
+
"taxonomyAncestorStatusPill.errorIconLabel": "⟦萬 Εѓґοѓ 國⟧",
|
|
158
|
+
"taxonomyAncestorStatusPill.errorMessage": "⟦萬萬萬萬萬萬 ₣αіľèď ţŏ ľøąď ďèţåīľѕ 國國國國國國⟧",
|
|
159
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "⟦萬萬 Ĺôāďįиġ... 國國⟧"
|
|
160
160
|
}
|
|
@@ -1,316 +1,316 @@
|
|
|
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
|
-
comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬
|
|
10
|
+
comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬 Ľōāďιŋğ... 國國⟧
|
|
11
11
|
# Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
|
|
12
|
-
comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬
|
|
12
|
+
comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬 Ŀσάďìиĝ mõѓє... 國國國國⟧
|
|
13
13
|
# Message displayed when no results are found in the combobox
|
|
14
|
-
comboboxWithApiPagination.noResults = ⟦萬萬萬萬
|
|
14
|
+
comboboxWithApiPagination.noResults = ⟦萬萬萬萬 Ñό гéѕµĺťѕ ƒõųπď 國國國國⟧
|
|
15
15
|
# Disclaimer shown when at least one metadata field has been autofilled by AI
|
|
16
|
-
groupSharedFeatures.metadataEditor.aiDisclaimer = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
16
|
+
groupSharedFeatures.metadataEditor.aiDisclaimer = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βøх ÂĬ óµŧΡŭτŝ ѕĥöùļď вě ŕενîєшеď áπď νέѓįƒіĕď вėƒоŕè ůŝě. 國國國國國國國國國國國國國國國國國⟧
|
|
17
17
|
# Aria label indicating that content is loading or in progress
|
|
18
|
-
groupSharedFeatures.metadataEditor.loading = ⟦萬萬
|
|
18
|
+
groupSharedFeatures.metadataEditor.loading = ⟦萬萬 ľòãďϊйġ 國國⟧
|
|
19
19
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
|
20
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬
|
|
20
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬 Σήŧèя ą ďāτę äƒťêґ {date} 國國國國國國國⟧
|
|
21
21
|
# Label for the append radio button in the update mode selector
|
|
22
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬
|
|
22
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬 ÂΡΡёπď 國⟧
|
|
23
23
|
# Error message shown if an invalid before date is entered. {date} represents the date entered by the user.
|
|
24
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬
|
|
24
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬 Ęʼnτěŕ ą ďäτë веƒóŕе {date} 國國國國國國國⟧
|
|
25
25
|
# Label for the Clear All & Replace radio button in the update mode selector
|
|
26
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬
|
|
26
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬 Çľĕάŕ Αļĺ & ŘēΡľάсè 國國國國國⟧
|
|
27
27
|
# Aria label for clearing the selected date
|
|
28
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬
|
|
28
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬 Čľëąŕ şêļєсτєď ďáţέ 國國國國國⟧
|
|
29
29
|
# Error message shown for an invalid field value
|
|
30
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬
|
|
30
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬 Ĩŋναľīď ƒιёĺď νãĺũє 國國國國國⟧
|
|
31
31
|
# Placeholder text displayed when editing metadata for multiple items and the selected items have different values for the field
|
|
32
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.multipleValues = ⟦萬萬萬萬
|
|
32
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.multipleValues = ⟦萬萬萬萬 ΜųľťϊΡļé νâĺūěş 國國國國⟧
|
|
33
33
|
# Placeholder text for the multiselect field
|
|
34
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬
|
|
34
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬 Ŝĕĺĕсť νäĺűê(ѕ) 國國國國⟧
|
|
35
35
|
# Error message shown if no attributes are available in the template
|
|
36
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
36
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Τĥęґē ãяę ηό άţţřιьμŧеŝ ιп ŧĥîş ťеmΡļāŧè. 國國國國國國國國國國國國⟧
|
|
37
37
|
# Aria label for opening the calendar to pick a date
|
|
38
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬
|
|
38
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬 ØΡěή çàĺëńďǻґ ţо Ρїçκ ǻ ďâţē 國國國國國國國國⟧
|
|
39
39
|
# Label for the remove entered radio button in the update mode selector
|
|
40
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬
|
|
40
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬 Ѓêmŏνę Σпτέґèď 國國國國⟧
|
|
41
41
|
# Label for the replace entered radio button in the update mode selector
|
|
42
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬
|
|
42
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬 ҐëΡľāсē Éиŧêгεď 國國國國⟧
|
|
43
43
|
# Aria label for selecting the date
|
|
44
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬
|
|
44
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬 Śěľèćτ ŧĥё ďάτě 國國國國⟧
|
|
45
45
|
# Placeholder text for selecting a value
|
|
46
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬
|
|
46
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬 Şėļεčŧ ą νåļūě 國國國國⟧
|
|
47
47
|
# Placeholder text for setting a value
|
|
48
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬
|
|
48
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬 Śēŧ Våľúĕ 國國⟧
|
|
49
49
|
# Aria label for switching to the next month in the calendar
|
|
50
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬
|
|
50
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬 Ŝωíτćħ τŏ лє×ţ mоňťħ 國國國國國⟧
|
|
51
51
|
# Aria label for switching to the previous month in the calendar
|
|
52
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬
|
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬 Şώϊτćн ţŏ Ρřĕνιóŭś móήŧħ 國國國國國國國⟧
|
|
53
53
|
# Tooltip text for a taxonomy field that is externally owned
|
|
54
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
54
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ëďίτ ƒůʼnсŧίôηάļιťγ ƒóŗ Ŧá×őπõmÿ şħαяęď έםєŗлǻľļŷ їś ηŏŧ åνãίĺàвľē 國國國國國國國國國國國國國國國國國國國⟧
|
|
55
55
|
# Placeholder text for selecting a taxonomy option
|
|
56
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬
|
|
56
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬 Śèļêćţ ãή оΡţїòʼn 國國國國⟧
|
|
57
57
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
58
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬
|
|
58
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬 Ţοĝġĺè úΡďăτè mόďê şêľèçτоŕ 國國國國國國國國⟧
|
|
59
59
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
|
60
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬
|
|
60
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬 Ẁιťн 國⟧
|
|
61
61
|
# Tooltip for Hide button to close review mode
|
|
62
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = ⟦萬萬萬萬萬
|
|
62
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip = ⟦萬萬萬萬萬 Ĉĺŏşė гēνϊёŵ môďё 國國國國國⟧
|
|
63
63
|
# Call to action to show all fields again
|
|
64
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = ⟦萬
|
|
64
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA = ⟦萬 Ήϊďè 國⟧
|
|
65
65
|
# Aria label for the alert icon indicating fields need review
|
|
66
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = ⟦萬萬萬
|
|
66
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel = ⟦萬萬萬 Ŗéνįĕω âľéŗŧ 國國國⟧
|
|
67
67
|
# Header text indicating how many fields need review
|
|
68
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {#
|
|
68
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒϊĕļď лéëďş} other {# ƒϊéľďş лέêď}} ѓёνíėω 國國國國國國國國國國國國國國⟧
|
|
69
69
|
# Text shown when displaying only fields that need review
|
|
70
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = ⟦萬萬萬萬萬萬萬萬
|
|
70
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields = ⟦萬萬萬萬萬萬萬萬 Şħóώϊйğ ƒíέĺďѕ πĕęďĭпġ гēνįеώ 國國國國國國國國⟧
|
|
71
71
|
# Tooltip for View button explaining why fields need review
|
|
72
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {#
|
|
72
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 {count, plural, one {# ƒīěĺď ňέëďś} other {# ƒιєļďŝ ņĕέď}} гęνīêẁ ăş Бőх ÀĨ ѓėţűŗňèď ľōώ čσйƒїďéňčë. Čĺĭčĸ ťο ѕτāґţ ŕëνίěωíňġ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
73
73
|
# Call to action to show only fields that need review
|
|
74
|
-
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = ⟦萬 V
|
|
74
|
+
groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA = ⟦萬 Víέẃ 國⟧
|
|
75
75
|
# Label for the button that applies the selection and closes the template selection dialog
|
|
76
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦
|
|
76
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦ Áďď ⟧
|
|
77
77
|
# Label for the button that dismisses the template selection dialog
|
|
78
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬
|
|
78
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬 Çάňčēĺ 國⟧
|
|
79
79
|
# Aria label for the button that closes the template selection dialog
|
|
80
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬
|
|
80
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬 Čľŏşę 國⟧
|
|
81
81
|
# Title for the metadata template selection dialog
|
|
82
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬
|
|
82
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬 Ŝёĺēçţ Мêτãďάťă ŢęmΡļáŧё 國國國國國國國⟧
|
|
83
83
|
# Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog
|
|
84
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬
|
|
84
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬 Ćľėáѓ 國⟧
|
|
85
85
|
# Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog
|
|
86
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬
|
|
86
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬 Ŝêâŕ¢ħ äĺľ ŧёmΡľāŧεś 國國國國國⟧
|
|
87
87
|
# Placeholder text for the search input in the metadata template selector modal
|
|
88
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬
|
|
88
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬 Śĕåґçħ áľĺ ťєmΡļáţėş 國國國國國⟧
|
|
89
89
|
# Placeholder text prompting the user to select a template
|
|
90
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬
|
|
90
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Ŝêľęčť å ŢĕmΡľäτĕ 國國國國國⟧
|
|
91
91
|
# Error message displayed when templates fail to load
|
|
92
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
|
92
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ċōůľď πóŧ ļőāď τёmΡľäŧεŝ. Ţяŷ αĝăίń ĺàτėґ 國國國國國國國國國國國國⟧
|
|
93
93
|
# Tooltip shown when hovering over a clickable metadata field with bounding boxes
|
|
94
|
-
groupSharedFeatures.metadataEditor.viewOnDocument = ⟦萬萬萬萬
|
|
94
|
+
groupSharedFeatures.metadataEditor.viewOnDocument = ⟦萬萬萬萬 Vìέẁ ôή ďóсŭmёπţ 國國國國⟧
|
|
95
95
|
# Display name for custom metadata templates
|
|
96
|
-
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬
|
|
96
|
+
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Ċμśŧοm Μеŧăďǻţá 國國國國⟧
|
|
97
97
|
# Description for the search input field in the metadata editor
|
|
98
|
-
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬
|
|
98
|
+
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Ŝėąŗċн ţëmΡĺǻτĕŝ 國國國國⟧
|
|
99
99
|
# Call to encourage user to add metadata templates
|
|
100
|
-
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬
|
|
100
|
+
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬 Άďď ťémΡļāťé 國國國⟧
|
|
101
101
|
# Label for accepting the AI suggestion when it matches the existing field value
|
|
102
|
-
metadataEditor.aiSuggestionField.acceptLabel = ⟦萬萬萬萬萬
|
|
102
|
+
metadataEditor.aiSuggestionField.acceptLabel = ⟦萬萬萬萬萬 ÃćċεΡτ ѕцĝğėѕţįõй 國國國國國⟧
|
|
103
103
|
# Label for value suggested by Box AI
|
|
104
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬
|
|
104
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬 βóх Àİ ѕμġğεŝŧισņ: 國國國國國⟧
|
|
105
105
|
# Label for value suggested by Box AI, including confidence level (e.g. "low")
|
|
106
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
106
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel = ⟦萬萬萬萬萬萬萬萬萬萬 βох ĄĬ şμğğęśţīóņ ({level} çопƒίďéŋçĕ) 國國國國國國國國國國⟧
|
|
107
107
|
# Aria-label for AI suggestion options
|
|
108
|
-
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬
|
|
108
|
+
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬 ΘΡťįőпŝ 國國⟧
|
|
109
109
|
# Label for appending the AI suggestion
|
|
110
|
-
metadataEditor.aiSuggestionField.appendLabel = ⟦萬
|
|
110
|
+
metadataEditor.aiSuggestionField.appendLabel = ⟦萬 ÅΡΡĕйď 國⟧
|
|
111
111
|
# Label for clearing the current value and applying the AI suggestion
|
|
112
|
-
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬
|
|
112
|
+
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬 Čļèåŗ āňď ЯéΡĺãćε 國國國國國⟧
|
|
113
113
|
# Confidence level label shown in the AI suggestion caption when extraction confidence is high
|
|
114
|
-
metadataEditor.aiSuggestionField.confidenceLevelHigh = ⟦萬
|
|
114
|
+
metadataEditor.aiSuggestionField.confidenceLevelHigh = ⟦萬 Ħĭġĥ 國⟧
|
|
115
115
|
# Confidence level label shown in the AI suggestion caption when extraction confidence is low or medium
|
|
116
|
-
metadataEditor.aiSuggestionField.confidenceLevelLow = ⟦
|
|
116
|
+
metadataEditor.aiSuggestionField.confidenceLevelLow = ⟦ Ŀőẁ ⟧
|
|
117
117
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
|
118
|
-
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬
|
|
118
|
+
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Ćолƒĭгm 國國⟧
|
|
119
119
|
# Label for ignoring the AI suggestion
|
|
120
|
-
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬
|
|
120
|
+
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 Ĭğŋσŗê 國⟧
|
|
121
121
|
# Label informing that AI suggestion value is the same as already existing value
|
|
122
|
-
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
122
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬 Бσх ΆĮ şüğğеşţѕ ŧĥē ŝàmě νáļüє åѕ ăвöνê 國國國國國國國國國國國⟧
|
|
123
123
|
# Label informing that AI suggestion value is the same as already existing value, including confidence level
|
|
124
|
-
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
124
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßσ× ÁĬ śμġġęşťѕ ţħē ŝαmë ναľůę āş áвøνе ({level} çóйƒîďеň¢ε) 國國國國國國國國國國國國國國國國國⟧
|
|
125
125
|
# Aria label for the autofill button
|
|
126
|
-
metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬
|
|
126
|
+
metadataEditor.autofillButton.ariaLabel = ⟦萬萬萬萬萬 Àцτόƒϊĺļ щіţĥ ßοх ĂΊ 國國國國國⟧
|
|
127
127
|
# Aria label for the autofill button with the template name
|
|
128
|
-
metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬
|
|
128
|
+
metadataEditor.autofillButton.ariaLabelWithTemplateName = ⟦萬萬萬萬萬萬萬 Áũţóƒίĺļ {templateName} ẃîťĥ Бõх ĂÍ 國國國國國國國⟧
|
|
129
129
|
# Tooltip for the autofill button when using enhanced AI agent
|
|
130
|
-
metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬
|
|
130
|
+
metadataEditor.autofillButton.tooltip.enhanced = ⟦萬萬萬萬萬萬萬萬萬 Áųťόƒĩľļ ώīţħ ßôх Αİ (Еπĥάηĉêď) 國國國國國國國國國⟧
|
|
131
131
|
# Tooltip for the autofill button in GA
|
|
132
|
-
metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬
|
|
132
|
+
metadataEditor.autofillButton.tooltip.ga = ⟦萬萬萬萬萬 Āůτòƒįľľ шįŧн Βøх ÅĬ 國國國國國⟧
|
|
133
133
|
# Tooltip for the autofill button when using standard AI agent
|
|
134
|
-
metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬
|
|
134
|
+
metadataEditor.autofillButton.tooltip.standard = ⟦萬萬萬萬萬萬萬萬萬 Ăцťöƒίľĺ ώĭŧĥ Бό× ǺÍ (Ѕτάήďäřď) 國國國國國國國國國⟧
|
|
135
135
|
# Tooltip message shown when Box AI extraction has high confidence score
|
|
136
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
136
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бσх ĀĨ ґєτûяπëď нîğĥ çŏňƒιďéήčе ľēνęļ ƒőг τĥīś ěхťŕąčŧїőή. 國國國國國國國國國國國國國國國國國⟧
|
|
137
137
|
# Tooltip message shown when Box AI extraction has low confidence score
|
|
138
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
138
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βόх ΆĨ ŗеτµгňęď ĺöщ ċόńƒϊďëήсě ľêνēľ ƒõŕ ţĥíş ęхŧŗåçťìоη. Ŗëνϊéώ ťħė νǻĺμê. 國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
139
139
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
140
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
140
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßøх ÁĨ ґĕţúřňęď ľöщ ĉōņƒїďёπçε ļενĕľ ƒòґ τĥĩś εхτŗã¢ŧîōй вμţ îŧ ώāş ãççёΡţęď ьý ά ĥũmâл. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
141
141
|
# Label informing how to confirm deletion of the template
|
|
142
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
142
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬 Ċόŋƒįґm ďêĺεŧιöй öƒ Μёţăďατâ īиşţäņćě 國國國國國國國國國國國⟧
|
|
143
143
|
# Paragraph asking user are they sure that they want to delete the template
|
|
144
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
144
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àřė ÿŏů ŝûŗē ўóµ шàиť ťо ďεĺëτè ţнє "{templateName}" Μєţáďǻτå ţêmΡľăťé, ăπď áļľ őƒ ĩτś νǻļùеś ƒґöm ŧнїѕ ƒїļě? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
145
145
|
# Paragraph asking user are they sure that they want to delete the template
|
|
146
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
146
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άŕє γöų şũŗε ỳőû ẃαʼnť τø ďεĺèτέ ŧнę "{templateName}" Мèτāďąťą ïńśŧàпćё, âʼnď īτѕ νāĺųęş? 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
147
147
|
# Label informing how to confirm deletion of the template
|
|
148
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
148
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŦỳΡé ŧĥє Мêŧάďāτǻ ΤėmΡļαŧę’ѕ ήåmé ťο ćόπƒігm ďëľëŧϊøή 國國國國國國國國國國國國國國國⟧
|
|
149
149
|
# Paragraph informing that data cannot be restored
|
|
150
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
150
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Øпċè ďĕĺěţéď, Μеτąďãţá νāļцęѕ ċąηŋóť ве яеѕţσŗéď. 國國國國國國國國國國國國國國⟧
|
|
151
151
|
# CTA to cancel deletion of the template
|
|
152
|
-
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬
|
|
152
|
+
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Čǻήçєļ 國⟧
|
|
153
153
|
# CTA to confirm deletion of the template
|
|
154
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬
|
|
154
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Ċòŋƒįŕm 國國⟧
|
|
155
155
|
# CTA to confirm deletion of the template
|
|
156
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬
|
|
156
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion = ⟦萬 Ďëľěŧё 國⟧
|
|
157
157
|
# Template named used when user created custom metadata template
|
|
158
|
-
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬
|
|
158
|
+
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Çμśţοm Мєţåďάťα 國國國國⟧
|
|
159
159
|
# Aria label for Dismiss (x) button
|
|
160
|
-
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬
|
|
160
|
+
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ďïşmιşŝ 國國⟧
|
|
161
161
|
# Header informing that template will be deleted
|
|
162
|
-
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬
|
|
162
|
+
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ðέľеŧё "{templateName}" 國國國國⟧
|
|
163
163
|
# Aria label for header informing that template will be deleted
|
|
164
|
-
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬
|
|
164
|
+
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ðěľéţĕ Мęτäďåŧǻ ŢémΡĺäţè 國國國國國國國⟧
|
|
165
165
|
# Badge shown on field label indicating a low confidence AI extraction
|
|
166
|
-
metadataEditor.fieldLabel.lowConfidenceBadge = ⟦
|
|
166
|
+
metadataEditor.fieldLabel.lowConfidenceBadge = ⟦ Ŀôω ⟧
|
|
167
167
|
# Description of Box AI features
|
|
168
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
168
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Űśè τħē Ρошèŗ ôƒ ßσх ΑІ ţò qцīсκĺý ¢ǻΡţµѓε ďòċųmēņŧ mεţāďâτα, ωĩτн еνєŕ-їňċяéąşīņĝ ãĉčųгâçỳ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
169
169
|
# Call to encourage user to use Box AI to autofill metadata fields
|
|
170
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬
|
|
170
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Äůτøƒιľĺ Мєŧäďąţǻ ẁίţн ßо× ÂĮ 國國國國國國國國⟧
|
|
171
171
|
# Description of metadata features
|
|
172
|
-
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
172
|
+
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăďď Мěťąďάţå ŧò ýоµř ƒîļĕ ťŏ śüΡΡøřŧ ьûśιηëѕş σΡèґáτιōπŝ, щøѓĸƒļошѕ, ąйď móѓë! 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
173
173
|
# Call to encourage user to add metadata templates
|
|
174
|
-
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬
|
|
174
|
+
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Áďď Мēťãďäŧā ŢėmΡļàτëş 國國國國國國⟧
|
|
175
175
|
# Aria label used to clear search input
|
|
176
|
-
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬
|
|
176
|
+
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Çľéâґ ѕєâŕćħ 國國國⟧
|
|
177
177
|
# Message displayed when there is no matching option in filter dropdown menu
|
|
178
|
-
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬
|
|
178
|
+
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Иό řεŝùĺţŝ ƒóųʼnď 國國國國⟧
|
|
179
179
|
# Display name for custom metadata templates
|
|
180
|
-
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬
|
|
180
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Ĉüѕŧòm Мëţàďăťä 國國國國⟧
|
|
181
181
|
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
|
182
|
-
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
182
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ăŗĩå ľăвèľ ƒσѓ śůвţîτľέ ẃìţн ƒīľţєґіʼnğ ďëţàιļś. Ìлƒôґmş цşêя шнįčħ ťémΡļâτêѕ ẃєŗє ċнòśęň. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
183
183
|
# Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
|
184
|
-
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬
|
|
184
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Άľĺ ŤέmΡĺåτėş 國國國⟧
|
|
185
185
|
# Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
|
186
|
-
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber}
|
|
186
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} õƒ {visibleTemplatesNumber} ŤєmΡĺåţέş 國國國國國國國⟧
|
|
187
187
|
# Call to show empty values
|
|
188
|
-
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬
|
|
188
|
+
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Ŝĕе ĕmΡτў νåĺùêś 國國國國⟧
|
|
189
189
|
# Header informing user that there are no values in the template
|
|
190
|
-
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬
|
|
190
|
+
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Ŧĥîş ťέmΡļάτё нąŝ πô νáļűєѕ 國國國國國國國國⟧
|
|
191
191
|
# Header informing user that there are no attributes in the template
|
|
192
|
-
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬
|
|
192
|
+
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Τĥĩŝ ţёmΡļåţέ нàş ŋσ ąţţŕïвųŧеş 國國國國國國國國國⟧
|
|
193
193
|
# Caption about no empty values to be shown
|
|
194
|
-
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬
|
|
194
|
+
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Ŧħîś ťęmΡļαŧê ĥăŝ йõ νàļūęѕ 國國國國國國國國⟧
|
|
195
195
|
# Aria label for the button that accepts the low confidence AI-extracted value
|
|
196
|
-
metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel = ⟦萬萬萬萬萬萬
|
|
196
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel = ⟦萬萬萬萬萬萬 ΆćсéΡτ ěхτŕάčτéď νάļùё 國國國國國國⟧
|
|
197
197
|
# Tooltip for the button that accepts the low confidence value
|
|
198
|
-
metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip = ⟦萬萬萬
|
|
198
|
+
metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip = ⟦萬萬萬 Ą¢¢єΡţ Vąĺµę 國國國⟧
|
|
199
199
|
# Aria label for the button that clears the AI-extracted value and confidence score
|
|
200
|
-
metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel = ⟦萬萬萬萬萬萬
|
|
200
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel = ⟦萬萬萬萬萬萬 Ćĺеάŗ è×τѓāсτęď νåľųë 國國國國國國⟧
|
|
201
201
|
# Tooltip for the button that clears the field value and confidence score
|
|
202
|
-
metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = ⟦萬萬萬
|
|
202
|
+
metadataEditor.lowConfidenceSuggestionField.clearValueTooltip = ⟦萬萬萬 Çľεåŕ Vàĺűĕ 國國國⟧
|
|
203
203
|
# Description text explaining why the field needs review
|
|
204
|
-
metadataEditor.lowConfidenceSuggestionField.description = ⟦萬萬萬萬萬萬萬萬
|
|
204
|
+
metadataEditor.lowConfidenceSuggestionField.description = ⟦萬萬萬萬萬萬萬萬 βö× ÀĨ ґёťúгņèď ļøẃ ĉõŋƒìďέлćě 國國國國國國國國⟧
|
|
205
205
|
# Title shown for low confidence AI extraction that needs user review
|
|
206
|
-
metadataEditor.lowConfidenceSuggestionField.needsReview = ⟦萬萬萬
|
|
206
|
+
metadataEditor.lowConfidenceSuggestionField.needsReview = ⟦萬萬萬 Йέёďś ѓένīēẁ 國國國⟧
|
|
207
207
|
# Aria label for the loading indicator shown while a review accept or clear action is processing
|
|
208
|
-
metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel = ⟦萬萬萬萬萬萬萬 P
|
|
208
|
+
metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel = ⟦萬萬萬萬萬萬萬 Pŗόčėѕśíπġ ґеνϊęш âçţιõń 國國國國國國國⟧
|
|
209
209
|
# Description how metadata can be added
|
|
210
|
-
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
210
|
+
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бŕσẁśé оŕ ѕëāřċħ ƒŏŕ ўόûѓ ĭţєmѕ τò ãΡΡļγ āŋď èďίţ mêŧǻďàţâ 國國國國國國國國國國國國國國國國國⟧
|
|
211
211
|
# Call to encourage user apply metadata templates
|
|
212
|
-
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬
|
|
212
|
+
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ĀΡΡľÿ Μεťäďåŧά ŢєmΡľáţēŝ 國國國國國國國⟧
|
|
213
213
|
# Aria label for card grouping two input fields: attribute name and value. This group lets user add new attribute to existing Custom Metadata template.
|
|
214
|
-
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Άďď
|
|
214
|
+
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Άďď ηеẁ åτťŗįьûτє ťō Çųşŧøm Мęŧàďâţā 國國國國國國國國國國⟧
|
|
215
215
|
# Primary CTA button to add new field to cutom meatdata instance
|
|
216
|
-
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦
|
|
216
|
+
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Åďď ⟧
|
|
217
217
|
# Label for the attribute name input field
|
|
218
|
-
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬
|
|
218
|
+
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Áţţгïвμτê Ňãmē 國國國國⟧
|
|
219
219
|
# Cancel button text
|
|
220
|
-
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬
|
|
220
|
+
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Ċáʼnčëļ 國⟧
|
|
221
221
|
# Error enforcing unique key for custom metadata
|
|
222
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬
|
|
222
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 Κęý âĺгëáďŷ έхϊŝŧş. 國國國國國⟧
|
|
223
223
|
# Error enforcing non internal key for custom metadata
|
|
224
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬
|
|
224
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Ќęÿŝ ¢άņňōτ вέġìπ ẃιτн ά $. 國國國國國國國國⟧
|
|
225
225
|
# Placeholder for the key field for custom metadata
|
|
226
|
-
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬
|
|
226
|
+
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 ě.ğ. Őяďéґ Ñµmвεг 國國國國國⟧
|
|
227
227
|
# Error enforcing required key for custom metadata
|
|
228
|
-
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬
|
|
228
|
+
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 Ķеÿ ĭş ŗєqµìгěď 國國國國⟧
|
|
229
229
|
# Label for the value input field
|
|
230
|
-
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬
|
|
230
|
+
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Vãľūё 國⟧
|
|
231
231
|
# Placeholder for the value field for custom metadata
|
|
232
|
-
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬
|
|
232
|
+
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 ĕ.ĝ. 42 國國⟧
|
|
233
233
|
# Loading message when autofill metadata extraction endpoint is called
|
|
234
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬
|
|
234
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage = ⟦萬萬萬萬萬 Ěхŧгàсťīņğ Мėťαďāτǻ 國國國國國⟧
|
|
235
235
|
# Dismiss button text which disabe error overlay when fetching AI suggestions failed
|
|
236
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬 Ďϊѕ
|
|
236
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton = ⟦萬萬 Ďϊѕmįśŝ 國國⟧
|
|
237
237
|
# Description for error state when fetching AI suggestions failed
|
|
238
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬
|
|
238
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription = ⟦萬萬萬萬萬萬萬萬萬 Pļěäşę ţřý άġåίп íη ä ƒéẃ mїήűŧëś 國國國國國國國國國⟧
|
|
239
239
|
# Title for error state when fetching AI suggestions failed
|
|
240
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
240
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle = ⟦萬萬萬萬萬萬萬萬萬萬萬 Мєŧăďαţà έםŗäĉτϊőй ćóũľď ńŏŧ ĉômΡļеŧē 國國國國國國國國國國國⟧
|
|
241
241
|
# Aria label for loading spinner
|
|
242
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬
|
|
242
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel = ⟦萬萬 Ľóăďϊпġ 國國⟧
|
|
243
243
|
# Description for long loading state while fetching AI suggestions
|
|
244
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬
|
|
244
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription = ⟦萬萬萬萬萬 Şτïļľ шøŕķιлġ õņ ϊţ! 國國國國國⟧
|
|
245
245
|
# Title for long loading state while fetching AI suggestions
|
|
246
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬
|
|
246
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle = ⟦萬萬萬萬萬萬萬萬萬 Ťħїş іѕ ŧâκϊňğ ļøпġея ťĥăň цŝцăľ 國國國國國國國國國⟧
|
|
247
247
|
# Description for error state when user lacks permissions for metadata extraction
|
|
248
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
248
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ŷöц ďőŋ’ţ нåνé Ρēřmїśśίōл ťô åĉсêşş ţħě ďëśŧīηāŧìõň ƒôĺďēŕ το é×ŧřάĉτ mέţāďαťά. Pĺëαŝě ¢őʼnťǻćť τнε οẁηëѓ øґ ýŏűŕ ãďmïŋ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
249
249
|
# Title for error state when user lacks permissions for metadata extraction
|
|
250
|
-
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬
|
|
250
|
+
metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle = ⟦萬萬萬萬萬萬 Ćàи’ť Ëхŧŕάçţ Мèťǻďāťå 國國國國國國⟧
|
|
251
251
|
# Button that allow to add new attribute to metadata custom instance
|
|
252
|
-
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 +
|
|
252
|
+
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Äďď Ăţŧґĩьúţé 國國國國⟧
|
|
253
253
|
# Aria label for button that allow to remove attribute from metadata custom instance
|
|
254
|
-
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬
|
|
254
|
+
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ďеľёţε {fieldName} àŧţŕīвμŧє 國國國國國國⟧
|
|
255
255
|
# Placeholder for the value field for custom metadata
|
|
256
|
-
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬
|
|
256
|
+
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Śèŧ νăĺµέ 國國⟧
|
|
257
257
|
# Call to action to cancel and dismiss changes in Metadata Instance.
|
|
258
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬
|
|
258
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Ĉàņçéļ 國⟧
|
|
259
259
|
# Call to action to delete Metadata Instance.
|
|
260
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬
|
|
260
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ďĕļęτė 國⟧
|
|
261
261
|
# Aria label used to indicate that the button is currently loading.
|
|
262
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬
|
|
262
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ŀσάďіиğ... 國國⟧
|
|
263
263
|
# Call to action to save Metadata Instance.
|
|
264
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬
|
|
264
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Ѕäνē 國⟧
|
|
265
265
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
|
266
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬
|
|
266
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Ăůŧóƒίļľ 國國⟧
|
|
267
267
|
# Aria label for the autofill dropdown trigger
|
|
268
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬
|
|
268
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = ⟦萬萬萬萬萬 Ѕέέ ãĝęʼnţ öΡţįόňŝ. 國國國國國⟧
|
|
269
269
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
|
270
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
|
270
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pĺέăѕê çħęĉķ ґéśΡοπşєş ьëƒöŕе śâνίйğ. 國國國國國國國國國國國⟧
|
|
271
271
|
# Header for AI suggestions is in Beta notice
|
|
272
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬
|
|
272
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = ⟦萬萬萬萬萬萬 ǺĬ Ǻűťøƒïľľ ïŝ ìή Βėτă 國國國國國國⟧
|
|
273
273
|
# Header with Custom Metadata template name
|
|
274
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬
|
|
274
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ċŭŝτοm Мêτǻďαţǻ 國國國國⟧
|
|
275
275
|
# Text for the enhanced extract agent
|
|
276
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬
|
|
276
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = ⟦萬萬 Ĕиĥάń¢εď 國國⟧
|
|
277
277
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
|
278
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
278
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 βøх ÅĪ щóй’τ вê åьļє ťò àċсëśş ťнê êŋţïřε ĉôпťēйť, щħíćħ mîĝĥţ ąƒƒėçť ιţş αʼnѕŵĕŕŝ. 國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
|
279
279
|
# Header for notice informing that text content is too large
|
|
280
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬
|
|
280
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = ⟦萬萬萬萬萬 Čοņτêήť іş ţσõ ļãŗğė 國國國國國⟧
|
|
281
281
|
# Aria label used to indicate that the button is currently loading.
|
|
282
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬
|
|
282
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ŀōãďιлğ... 國國⟧
|
|
283
283
|
# Text for the standard extract agent
|
|
284
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬
|
|
284
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = ⟦萬萬 Ŝŧąņďăŗď 國國⟧
|
|
285
285
|
# Accessible label for the confidence score warning icon in view mode
|
|
286
|
-
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬
|
|
286
|
+
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Ŀøẃ ĉοňƒïďěйċë ŝçоřё - řéνīĕш лєēďēď 國國國國國國國國國國⟧
|
|
287
287
|
# Body for the unsaved changes modal
|
|
288
|
-
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
|
288
|
+
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μèτâďâţα τêmΡľǻŧě(ś) ħāνë μňŝανėď ċнåηğεś. Ηôώ щőùļď ỳőμ ĺιĸě το Ρŕô¢éєď? 國國國國國國國國國國國國國國國國國國國國國⟧
|
|
289
289
|
# Label for close (x) button
|
|
290
|
-
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬
|
|
290
|
+
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Çļοşę 國⟧
|
|
291
291
|
# CTA for going back to edit mode of the current template
|
|
292
|
-
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬
|
|
292
|
+
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Čôйŧìлűę Êďìŧіηġ 國國國國⟧
|
|
293
293
|
# CTA for discarding unsaved changes
|
|
294
|
-
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬
|
|
294
|
+
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ďĩśĉãѓď Ċħāňĝêś 國國國國⟧
|
|
295
295
|
# Header for the unsaved changes modal
|
|
296
|
-
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬
|
|
296
|
+
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ŭηѕáνëď Ćħåńğêş 國國國國⟧
|
|
297
297
|
# Call to action to hide all empty values
|
|
298
|
-
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬
|
|
298
|
+
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ηįďé ëmΡţÿ νāľũèŝ 國國國國國⟧
|
|
299
299
|
# Call to action to show hidden empty values
|
|
300
|
-
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬
|
|
300
|
+
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Şнόщ ëmΡτў νąļűëś 國國國國國⟧
|
|
301
301
|
# Header with Custom Metadata template name
|
|
302
|
-
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬
|
|
302
|
+
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Ĉûśťόm Мèťāďåťą 國國國國⟧
|
|
303
303
|
# Aria label for the edit button
|
|
304
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬
|
|
304
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Єďϊţ {templateName} 國國⟧
|
|
305
305
|
# Tooltip text explaining that by clicking button user can edit template
|
|
306
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬
|
|
306
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Єďîŧ 國⟧
|
|
307
307
|
# Default value for ancestor level value when it is empty
|
|
308
308
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = ⟦ - - ⟧
|
|
309
309
|
# Error message displayed resembling button that calls to action to reload the details
|
|
310
|
-
taxonomyAncestorStatusPill.errorAction = ⟦萬
|
|
310
|
+
taxonomyAncestorStatusPill.errorAction = ⟦萬 Řéļοäď 國⟧
|
|
311
311
|
# Aria-label text for the error icon in the loading results error message
|
|
312
|
-
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬
|
|
312
|
+
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Εѓґοѓ 國⟧
|
|
313
313
|
# Error message displayed as inline notice that informs the user that the taxonomy details failed to load
|
|
314
|
-
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬
|
|
314
|
+
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣αіľèď ţŏ ľøąď ďèţåīľѕ 國國國國國國⟧
|
|
315
315
|
# Visually hidden aria-label text for the loading spinner
|
|
316
|
-
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬
|
|
316
|
+
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ĺôāďįиġ... 國國⟧
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._metadataInstanceEntry_17ipu_1{gap:var(--space-2);flex-direction:column;display:flex}._metadataInstanceEntry_17ipu_1 ._name_17ipu_6{white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0;display:block;overflow:hidden}._labelContainer_17ipu_15{align-items:center;gap:var(--space-1);display:flex}._confidenceScoreIcon_17ipu_21{display:inline-flex}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/metadata-editor",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.70.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ariakit/react": "0.4.21",
|
|
6
6
|
"@box/blueprint-web": "^14.22.0",
|
|
7
7
|
"@box/blueprint-web-assets": "^4.115.9",
|
|
8
|
-
"@box/box-ai-agent-selector": "^1.40.
|
|
9
|
-
"@box/combobox-with-api": "^1.43.
|
|
8
|
+
"@box/box-ai-agent-selector": "^1.40.14",
|
|
9
|
+
"@box/combobox-with-api": "^1.43.14",
|
|
10
10
|
"formik": "^2.0.3",
|
|
11
11
|
"lodash": "^4.17.15",
|
|
12
12
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@box/babel-plugin-target-attributes": "1.5.19",
|
|
19
19
|
"@box/blueprint-web": "^14.22.0",
|
|
20
20
|
"@box/blueprint-web-assets": "^4.115.9",
|
|
21
|
-
"@box/box-ai-agent-selector": "^1.40.
|
|
21
|
+
"@box/box-ai-agent-selector": "^1.40.14",
|
|
22
22
|
"@box/storybook-utils": "^0.18.9",
|
|
23
23
|
"@testing-library/react": "^15.0.6",
|
|
24
24
|
"react": "^18.3.0",
|