@box/metadata-editor 0.75.2 → 0.76.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/utils.js +22 -22
- package/i18n/bn-IN.js +1 -1
- package/i18n/bn-IN.properties +1 -1
- package/i18n/da-DK.js +1 -1
- package/i18n/da-DK.properties +1 -1
- package/i18n/de-DE.js +2 -2
- package/i18n/de-DE.properties +2 -2
- package/i18n/en-x-pseudo.js +102 -102
- package/i18n/en-x-pseudo.properties +102 -102
- package/i18n/es-419.js +1 -1
- package/i18n/es-419.properties +1 -1
- package/i18n/es-ES.js +1 -1
- package/i18n/es-ES.properties +1 -1
- package/i18n/fi-FI.js +1 -1
- package/i18n/fi-FI.properties +1 -1
- package/i18n/fr-CA.js +1 -1
- package/i18n/fr-CA.properties +1 -1
- package/i18n/fr-FR.js +1 -1
- package/i18n/fr-FR.properties +1 -1
- package/i18n/hi-IN.js +1 -1
- package/i18n/hi-IN.properties +1 -1
- package/i18n/it-IT.js +1 -1
- package/i18n/it-IT.properties +1 -1
- package/i18n/ja-JP.js +1 -1
- package/i18n/ja-JP.properties +1 -1
- package/i18n/ko-KR.js +1 -1
- package/i18n/ko-KR.properties +1 -1
- package/i18n/nb-NO.js +2 -2
- package/i18n/nb-NO.properties +2 -2
- package/i18n/nl-NL.js +1 -1
- package/i18n/nl-NL.properties +1 -1
- package/i18n/pl-PL.js +1 -1
- package/i18n/pl-PL.properties +1 -1
- package/i18n/pt-BR.js +1 -1
- package/i18n/pt-BR.properties +1 -1
- package/i18n/ru-RU.js +1 -1
- package/i18n/ru-RU.properties +1 -1
- package/i18n/sv-SE.js +1 -1
- package/i18n/sv-SE.properties +1 -1
- package/i18n/tr-TR.js +1 -1
- package/i18n/tr-TR.properties +1 -1
- package/i18n/zh-CN.js +2 -2
- package/i18n/zh-CN.properties +2 -2
- package/i18n/zh-TW.js +2 -2
- package/i18n/zh-TW.properties +2 -2
- package/package.json +4 -4
- package/styles/utils.css +1 -1
package/chunks/utils.js
CHANGED
@@ -1,43 +1,43 @@
|
|
1
1
|
import "../styles/utils.css";
|
2
2
|
import { BoxAiLogo as n } from "@box/blueprint-web-assets/icons/Logo";
|
3
|
-
import
|
4
|
-
import { convertISOStringToUTCDate as
|
3
|
+
import i from "../esm/lib/components/interactive-text/interactive-text.js";
|
4
|
+
import { convertISOStringToUTCDate as c } from "../esm/lib/utils/convertDate.js";
|
5
5
|
import { jsxs as _, jsx as o } from "react/jsx-runtime";
|
6
|
-
const
|
7
|
-
noAttributesText:
|
6
|
+
const g = "_noAttributesText_1gs30_753", p = "_fieldWrapper_1gs30_757", b = "_hasSuggestion_1gs30_762", x = "_error_1gs30_770", d = "_dateField_1gs30_782", m = "_suggestionApplied_1gs30_786", u = "_comboboxContainer_1gs30_786", T = "_labelWrapper_1gs30_800", S = "_labelText_1gs30_806", h = "_labelIcon_1gs30_809", t = {
|
7
|
+
noAttributesText: g,
|
8
8
|
fieldWrapper: p,
|
9
9
|
hasSuggestion: b,
|
10
|
-
error:
|
11
|
-
dateField:
|
12
|
-
suggestionApplied:
|
13
|
-
comboboxContainer:
|
14
|
-
labelWrapper:
|
15
|
-
labelText:
|
16
|
-
labelIcon:
|
17
|
-
},
|
10
|
+
error: x,
|
11
|
+
dateField: d,
|
12
|
+
suggestionApplied: m,
|
13
|
+
comboboxContainer: u,
|
14
|
+
labelWrapper: T,
|
15
|
+
labelText: S,
|
16
|
+
labelIcon: h
|
17
|
+
}, F = (e, s, l = !1, a = "label") => (r) => /* @__PURE__ */ _("div", {
|
18
18
|
className: t.labelWrapper,
|
19
|
-
children: [
|
20
|
-
as:
|
19
|
+
children: [s ? /* @__PURE__ */ o(i, {
|
20
|
+
as: a,
|
21
21
|
className: t.labelText,
|
22
|
-
tooltipText:
|
23
|
-
...
|
22
|
+
tooltipText: s,
|
23
|
+
...r,
|
24
24
|
children: e
|
25
25
|
}) : /* @__PURE__ */ o("label", {
|
26
26
|
className: t.labelText,
|
27
|
-
...
|
27
|
+
...r,
|
28
28
|
children: e
|
29
|
-
}),
|
29
|
+
}), l && /* @__PURE__ */ o(n, {
|
30
30
|
className: t.labelIcon
|
31
31
|
})]
|
32
|
-
}),
|
32
|
+
}), v = (e) => {
|
33
33
|
try {
|
34
|
-
return
|
34
|
+
return c(e).toISOString();
|
35
35
|
} catch {
|
36
36
|
return null;
|
37
37
|
}
|
38
38
|
};
|
39
39
|
export {
|
40
|
-
|
40
|
+
F as g,
|
41
41
|
t as s,
|
42
|
-
|
42
|
+
v as t
|
43
43
|
};
|
package/i18n/bn-IN.js
CHANGED
@@ -100,6 +100,6 @@ export default {
|
|
100
100
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
|
101
101
|
"taxonomyAncestorStatusPill.errorAction": "রিলোড করুন",
|
102
102
|
"taxonomyAncestorStatusPill.errorIconLabel": "ত্রুটি",
|
103
|
-
"taxonomyAncestorStatusPill.errorMessage": "
|
103
|
+
"taxonomyAncestorStatusPill.errorMessage": "বিশদ লোড করা যায়নি",
|
104
104
|
"taxonomyAncestorStatusPill.loadingAriaLabel": "লোড করা হচ্ছে..."
|
105
105
|
}
|
package/i18n/bn-IN.properties
CHANGED
@@ -201,6 +201,6 @@ taxonomyAncestorStatusPill.errorAction = রিলোড করুন
|
|
201
201
|
# Aria-label text for the error icon in the loading results error message
|
202
202
|
taxonomyAncestorStatusPill.errorIconLabel = ত্রুটি
|
203
203
|
# Error message displayed as inline notice that informs the user that the taxonomy details failed to load
|
204
|
-
taxonomyAncestorStatusPill.errorMessage =
|
204
|
+
taxonomyAncestorStatusPill.errorMessage = বিশদ লোড করা যায়নি
|
205
205
|
# Visually hidden aria-label text for the loading spinner
|
206
206
|
taxonomyAncestorStatusPill.loadingAriaLabel = লোড করা হচ্ছে...
|
package/i18n/da-DK.js
CHANGED
@@ -100,6 +100,6 @@ export default {
|
|
100
100
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
|
101
101
|
"taxonomyAncestorStatusPill.errorAction": "Genindlæs",
|
102
102
|
"taxonomyAncestorStatusPill.errorIconLabel": "Fejl",
|
103
|
-
"taxonomyAncestorStatusPill.errorMessage": "
|
103
|
+
"taxonomyAncestorStatusPill.errorMessage": "Kunne ikke indlæse detaljer",
|
104
104
|
"taxonomyAncestorStatusPill.loadingAriaLabel": "Indlæser..."
|
105
105
|
}
|
package/i18n/da-DK.properties
CHANGED
@@ -201,6 +201,6 @@ taxonomyAncestorStatusPill.errorAction = Genindlæs
|
|
201
201
|
# Aria-label text for the error icon in the loading results error message
|
202
202
|
taxonomyAncestorStatusPill.errorIconLabel = Fejl
|
203
203
|
# Error message displayed as inline notice that informs the user that the taxonomy details failed to load
|
204
|
-
taxonomyAncestorStatusPill.errorMessage =
|
204
|
+
taxonomyAncestorStatusPill.errorMessage = Kunne ikke indlæse detaljer
|
205
205
|
# Visually hidden aria-label text for the loading spinner
|
206
206
|
taxonomyAncestorStatusPill.loadingAriaLabel = Indlæser...
|
package/i18n/de-DE.js
CHANGED
@@ -100,6 +100,6 @@ export default {
|
|
100
100
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
|
101
101
|
"taxonomyAncestorStatusPill.errorAction": "Neu laden",
|
102
102
|
"taxonomyAncestorStatusPill.errorIconLabel": "Fehler",
|
103
|
-
"taxonomyAncestorStatusPill.errorMessage": "
|
104
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laden…"
|
103
|
+
"taxonomyAncestorStatusPill.errorMessage": "Details konnten nicht geladen werden",
|
104
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Laden …"
|
105
105
|
}
|
package/i18n/de-DE.properties
CHANGED
@@ -201,6 +201,6 @@ taxonomyAncestorStatusPill.errorAction = Neu laden
|
|
201
201
|
# Aria-label text for the error icon in the loading results error message
|
202
202
|
taxonomyAncestorStatusPill.errorIconLabel = Fehler
|
203
203
|
# Error message displayed as inline notice that informs the user that the taxonomy details failed to load
|
204
|
-
taxonomyAncestorStatusPill.errorMessage =
|
204
|
+
taxonomyAncestorStatusPill.errorMessage = Details konnten nicht geladen werden
|
205
205
|
# Visually hidden aria-label text for the loading spinner
|
206
|
-
taxonomyAncestorStatusPill.loadingAriaLabel = Laden…
|
206
|
+
taxonomyAncestorStatusPill.loadingAriaLabel = Laden …
|
package/i18n/en-x-pseudo.js
CHANGED
@@ -1,105 +1,105 @@
|
|
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.loading": "⟦萬萬
|
10
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "⟦萬萬萬萬萬萬萬
|
11
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "⟦萬
|
12
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError": "⟦萬萬萬萬萬萬萬
|
13
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace": "⟦萬萬萬萬萬
|
14
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate": "⟦萬萬萬萬萬
|
15
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue": "⟦萬萬萬萬萬
|
16
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder": "⟦萬萬萬萬
|
17
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
18
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel": "⟦萬萬萬萬萬萬萬萬
|
19
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "⟦萬萬萬萬
|
20
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "⟦萬萬萬萬
|
21
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate": "⟦萬萬萬萬
|
22
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder": "⟦萬萬萬萬
|
23
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "⟦萬萬
|
24
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "⟦萬萬萬萬萬
|
25
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "⟦萬萬萬萬萬萬萬
|
26
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "⟦萬萬萬萬
|
27
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "⟦萬萬萬萬萬萬萬萬
|
28
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "⟦萬
|
29
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "⟦
|
30
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "⟦萬
|
31
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "⟦萬
|
32
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header": "⟦萬萬萬萬萬萬萬
|
33
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel": "⟦萬
|
34
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel": "⟦萬萬萬萬萬
|
35
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "⟦萬萬萬萬萬
|
36
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "⟦萬萬萬萬萬
|
37
|
-
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
38
|
-
"metadataEditor.addMetadataTemplate.customMetadataName": "⟦萬萬萬萬
|
39
|
-
"metadataEditor.addMetadataTemplate.search.placeholder": "⟦萬萬萬萬
|
40
|
-
"metadataEditor.addMetadataTemplate.trigger.label": "⟦萬萬萬
|
41
|
-
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "⟦萬萬萬萬萬
|
42
|
-
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "⟦萬萬
|
43
|
-
"metadataEditor.aiSuggestionField.appendLabel": "⟦萬
|
44
|
-
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "⟦萬萬萬萬萬
|
45
|
-
"metadataEditor.aiSuggestionField.ignoreLabel": "⟦萬
|
46
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
47
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
48
|
-
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
49
|
-
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "⟦萬
|
50
|
-
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "⟦萬萬
|
51
|
-
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "⟦萬萬萬萬
|
52
|
-
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "⟦萬萬
|
53
|
-
"metadataEditor.editInstance.deleteConfirmationModal.header": "⟦萬萬萬萬
|
54
|
-
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "⟦萬萬萬萬萬萬萬
|
55
|
-
"metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
56
|
-
"metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "⟦萬萬萬萬萬萬萬萬
|
57
|
-
"metadataEditor.fileLevel.emptyState.default.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
58
|
-
"metadataEditor.fileLevel.emptyState.default.heading": "⟦萬萬萬萬萬萬
|
59
|
-
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "⟦萬萬萬
|
60
|
-
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "⟦萬萬萬萬
|
61
|
-
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "⟦萬萬萬萬
|
62
|
-
"metadataEditor.instanceLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬萬
|
63
|
-
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "⟦萬萬萬萬萬萬萬萬萬
|
64
|
-
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "⟦萬萬萬萬萬萬萬萬
|
65
|
-
"metadataEditor.managerLevel.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
66
|
-
"metadataEditor.managerLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬
|
67
|
-
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬
|
68
|
-
"metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": "⟦
|
69
|
-
"metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "⟦萬萬萬萬
|
70
|
-
"metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "⟦萬
|
71
|
-
"metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey": "⟦萬萬萬萬萬
|
72
|
-
"metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey": "⟦萬萬萬萬萬萬萬萬
|
73
|
-
"metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder": "⟦萬萬萬萬萬
|
74
|
-
"metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "⟦萬萬萬萬
|
75
|
-
"metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "⟦萬
|
76
|
-
"metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "⟦萬萬
|
77
|
-
"metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "⟦萬萬萬萬 +
|
78
|
-
"metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "⟦萬萬萬萬萬萬
|
79
|
-
"metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "⟦萬萬
|
80
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton": "⟦萬
|
81
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton": "⟦萬
|
82
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "⟦萬萬
|
83
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "⟦萬
|
84
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "⟦萬萬
|
85
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "⟦萬萬萬萬萬
|
86
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "⟦萬萬萬萬
|
87
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "⟦萬萬
|
88
|
-
"metadataEditor.unsavedChangesModal.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
89
|
-
"metadataEditor.unsavedChangesModal.closeLabel": "⟦萬
|
90
|
-
"metadataEditor.unsavedChangesModal.continueEditingCTA": "⟦萬萬萬萬
|
91
|
-
"metadataEditor.unsavedChangesModal.discardChangesCTA": "⟦萬萬萬萬
|
92
|
-
"metadataEditor.unsavedChangesModal.header": "⟦萬萬萬萬
|
93
|
-
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "⟦萬萬萬萬萬
|
94
|
-
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "⟦萬萬萬萬萬
|
95
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "⟦萬萬萬萬萬萬萬
|
96
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "⟦萬萬萬萬萬萬萬
|
97
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "⟦萬萬萬萬
|
98
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "⟦萬萬
|
99
|
-
"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.loading": "⟦萬萬 ľōàďîńĝ 國國⟧",
|
10
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "⟦萬萬萬萬萬萬萬 Ëпŧėŕ â ďăţе ăƒťęř {date} 國國國國國國國⟧",
|
11
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.append": "⟦萬 ÁΡΡĕηď 國⟧",
|
12
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError": "⟦萬萬萬萬萬萬萬 Έňτěŗ ä ďąţė ьēƒόгę {date} 國國國國國國國⟧",
|
13
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace": "⟦萬萬萬萬萬 Ĉĺēāґ Äļľ & ŔęΡļâčę 國國國國國⟧",
|
14
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate": "⟦萬萬萬萬萬 Čļēάя ѕěĺēçτёď ďàţę 國國國國國⟧",
|
15
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue": "⟦萬萬萬萬萬 Íήνàļîď ƒíėļď ναļůę 國國國國國⟧",
|
16
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder": "⟦萬萬萬萬 Ѕєĺёćŧ νáĺũè(ŝ) 國國國國⟧",
|
17
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ŧĥέгë áяě ńό ăťţяîвųťёŝ ϊʼn ťĥîŝ ťęmΡļàťё. 國國國國國國國國國國國國⟧",
|
18
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel": "⟦萬萬萬萬萬萬萬萬 ØΡėη ¢äļēпďàŗ ťö Ρϊćκ á ďáťε 國國國國國國國國⟧",
|
19
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "⟦萬萬萬萬 Ґεmŏνé Êлţĕґеď 國國國國⟧",
|
20
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "⟦萬萬萬萬 ЃęΡľäçè Σʼnţёŗëď 國國國國⟧",
|
21
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate": "⟦萬萬萬萬 Şèľĕсŧ ťħé ďäťê 國國國國⟧",
|
22
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder": "⟦萬萬萬萬 Śēļĕčť ã νàĺùè 國國國國⟧",
|
23
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "⟦萬萬 Şĕŧ Våľûè 國國⟧",
|
24
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "⟦萬萬萬萬萬 Śẁīťĉĥ ŧö ňέхŧ mōйťħ 國國國國國⟧",
|
25
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "⟦萬萬萬萬萬萬萬 Śώìŧćħ ťő Ρѓëνîοūŝ mόлτħ 國國國國國國國⟧",
|
26
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "⟦萬萬萬萬 Şéĺëċŧ ąп ôΡτíôπ 國國國國⟧",
|
27
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "⟦萬萬萬萬萬萬萬萬 Ţöğġļè üΡďαţē møďė ŝĕĺέçτσґ 國國國國國國國國⟧",
|
28
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "⟦萬 Ŵïτħ 國⟧",
|
29
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "⟦ Ãďď ⟧",
|
30
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "⟦萬 Çàпçêļ 國⟧",
|
31
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "⟦萬 Ĉļōśë 國⟧",
|
32
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.header": "⟦萬萬萬萬萬萬萬 Ŝēľëčţ Мęţāďąτα ŦĕmΡľáŧε 國國國國國國國⟧",
|
33
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel": "⟦萬 Çĺêàґ 國⟧",
|
34
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel": "⟦萬萬萬萬萬 Şéãгĉн āļľ τêmΡĺâτêş 國國國國國⟧",
|
35
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "⟦萬萬萬萬萬 Şěâŗсн äļĺ ŧėmΡĺáťëś 國國國國國⟧",
|
36
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "⟦萬萬萬萬萬 Ѕèļέċť ą ŦêmΡľăτε 國國國國國⟧",
|
37
|
+
"groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬 Ċοûļď йοŧ ľøάď ťêmΡĺåţеŝ. Τŗў åĝαīʼn ļâŧėѓ 國國國國國國國國國國國國⟧",
|
38
|
+
"metadataEditor.addMetadataTemplate.customMetadataName": "⟦萬萬萬萬 Ċüѕţöm Мέŧăďάťä 國國國國⟧",
|
39
|
+
"metadataEditor.addMetadataTemplate.search.placeholder": "⟦萬萬萬萬 Ŝέäŗčĥ ŧĕmΡľąŧєѕ 國國國國⟧",
|
40
|
+
"metadataEditor.addMetadataTemplate.trigger.label": "⟦萬萬萬 Ãďď ťěmΡĺăťè 國國國⟧",
|
41
|
+
"metadataEditor.aiSuggestionField.aiSuggestionCaption": "⟦萬萬萬萬萬 βó× ΑΪ śùġġěŝťĭοй: 國國國國國⟧",
|
42
|
+
"metadataEditor.aiSuggestionField.aiSuggestionOptions": "⟦萬萬 ÒΡτīòπś 國國⟧",
|
43
|
+
"metadataEditor.aiSuggestionField.appendLabel": "⟦萬 ÄΡΡéлď 國⟧",
|
44
|
+
"metadataEditor.aiSuggestionField.clearAndReplaceLabel": "⟦萬萬萬萬萬 Čļèαř ăήď ŖēΡļāçê 國國國國國⟧",
|
45
|
+
"metadataEditor.aiSuggestionField.ignoreLabel": "⟦萬 Ĩĝлóŗė 國⟧",
|
46
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άяĕ γøũ şũгë γоμ ẁáητ ţο ďêļęťε τħé \"{templateName}\" Μετάďάťά ŧёmΡļãτè, āηď ǻļľ οƒ įţś νăĺűеś ƒѓőm ŧĥιş ƒϊļě? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
47
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ŤУΡĕ τħε Мêťâďāţâ ŦĕmΡľăτē’ŝ ήàmĕ ţσ çôлƒĩŕm ďęľëŧϊőņ 國國國國國國國國國國國國國國國⟧",
|
48
|
+
"metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Οʼn¢ë ďèľёţěď, Μëţäďáţá νăļůεŝ ćåŋηøτ вê гēşţōŗèď. 國國國國國國國國國國國國國國⟧",
|
49
|
+
"metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "⟦萬 Çâлçέľ 國⟧",
|
50
|
+
"metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "⟦萬萬 Ćøпƒιřm 國國⟧",
|
51
|
+
"metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "⟦萬萬萬萬 Çûşŧøm Меţåďäτã 國國國國⟧",
|
52
|
+
"metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "⟦萬萬 Ďìѕmìśѕ 國國⟧",
|
53
|
+
"metadataEditor.editInstance.deleteConfirmationModal.header": "⟦萬萬萬萬 Ďεľěŧё \"{templateName}\" 國國國國⟧",
|
54
|
+
"metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "⟦萬萬萬萬萬萬萬 Ðēļеŧē Мёţåďατã ΤëmΡĺäťέ 國國國國國國國⟧",
|
55
|
+
"metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ųśë τĥέ Ρöẃёѓ ōƒ ßο× ĀΪ τσ qųîçκĺý сǻΡţūѓě ďőčûměиť mëŧąďãţą, щĩţн ενèя-îиċŗęåѕϊпġ ǻĉćùѓąсỳ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
56
|
+
"metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "⟦萬萬萬萬萬萬萬萬 Άµťőƒїļļ Мèţάďăŧã ẃïťн Бŏ× ÂĨ 國國國國國國國國⟧",
|
57
|
+
"metadataEditor.fileLevel.emptyState.default.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Àďď Μėťăďǻŧå ţò Уόμř ƒíļę ţò ŝùΡΡőŕţ ьůѕíпęŝş ŏΡěŕåťīøʼnŝ, ẃоѓĸƒļōώś, åпď mŏяé! 國國國國國國國國國國國國國國國國國國國國國國國⟧",
|
58
|
+
"metadataEditor.fileLevel.emptyState.default.heading": "⟦萬萬萬萬萬萬 Àďď Μεŧąďāŧã ΤĕmΡľăţëѕ 國國國國國國⟧",
|
59
|
+
"metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "⟦萬萬萬 Ĉľêäѓ şęąřĉĥ 國國國⟧",
|
60
|
+
"metadataEditor.filterDropdownMenuSearch.noResultsFound": "⟦萬萬萬萬 Ŋö ŗèѕúĺťѕ ƒøμиď 國國國國⟧",
|
61
|
+
"metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "⟦萬萬萬萬 Śєë ёmΡţỳ νāľûěŝ 國國國國⟧",
|
62
|
+
"metadataEditor.instanceLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬萬 Τĥїŝ τέmΡļãŧē ĥáş йő νåļûĕѕ 國國國國國國國國⟧",
|
63
|
+
"metadataEditor.instanceLevel.emptyState.noAttributes.heading": "⟦萬萬萬萬萬萬萬萬萬 Ŧħîѕ τēmΡĺāŧę нăś лσ ãťţřįьũţěѕ 國國國國國國國國國⟧",
|
64
|
+
"metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "⟦萬萬萬萬萬萬萬萬 Τнìś τëmΡľåŧε ĥǻş ʼnό νάļμέѕ 國國國國國國國國⟧",
|
65
|
+
"metadataEditor.managerLevel.emptyState.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Бѓσωŝė òŕ śĕåяçħ ƒόř γøųѓ íţёmѕ ťó āΡΡĺў αηď ĕďīτ mέţāďåτá 國國國國國國國國國國國國國國國國國⟧",
|
66
|
+
"metadataEditor.managerLevel.emptyState.heading": "⟦萬萬萬萬萬萬萬 ÁΡΡļÿ Μéţåďâţą ŤęmΡĺąţεѕ 國國國國國國國⟧",
|
67
|
+
"metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "⟦萬萬萬萬萬萬萬萬萬萬 Âďď йêώ αŧŧгíьùťē ţŏ Ĉůѕťόm Мέťãďąτà 國國國國國國國國國國⟧",
|
68
|
+
"metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": "⟦ Àďď ⟧",
|
69
|
+
"metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "⟦萬萬萬萬 Äτţŕïвůťę Ňąmё 國國國國⟧",
|
70
|
+
"metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "⟦萬 Ċăήčëĺ 國⟧",
|
71
|
+
"metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey": "⟦萬萬萬萬萬 Κεγ äľґєąďУ ё×ĩѕτŝ. 國國國國國⟧",
|
72
|
+
"metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey": "⟦萬萬萬萬萬萬萬萬 Κëŷş čąŋŋòŧ вεġįή шĩţħ â $. 國國國國國國國國⟧",
|
73
|
+
"metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder": "⟦萬萬萬萬萬 é.ġ. Όŕďĕґ Йµmвęґ 國國國國國⟧",
|
74
|
+
"metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "⟦萬萬萬萬 ЌėУ їś яεqùìŗęď 國國國國⟧",
|
75
|
+
"metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "⟦萬 Vάľцē 國⟧",
|
76
|
+
"metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "⟦萬萬 є.ġ. 42 國國⟧",
|
77
|
+
"metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "⟦萬萬萬萬 + Áďď Ǻτţґìьûťĕ 國國國國⟧",
|
78
|
+
"metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "⟦萬萬萬萬萬萬 Ðеľėţĕ {fieldName} àţťřìьũτє 國國國國國國⟧",
|
79
|
+
"metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "⟦萬萬 Śêŧ νäĺũê 國國⟧",
|
80
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton": "⟦萬 Ċąпćęĺ 國⟧",
|
81
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton": "⟦萬 Ðёĺèťē 國⟧",
|
82
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "⟦萬萬 Ĺóαďįлğ... 國國⟧",
|
83
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "⟦萬 Śąνè 國⟧",
|
84
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "⟦萬萬 Ãůŧôƒíĺĺ 國國⟧",
|
85
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "⟦萬萬萬萬萬 Āūţőƒĭļĺ щϊţħ Βőх ΑĨ 國國國國國⟧",
|
86
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "⟦萬萬萬萬 Čüѕťσm Μεţάďãτα 國國國國⟧",
|
87
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "⟦萬萬 Ľőàďìлğ... 國國⟧",
|
88
|
+
"metadataEditor.unsavedChangesModal.body": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Меŧäďąτà ťëmΡľαţę(ѕ) нäνе ũηŝąνëď ċнäŋğēś. Ηоώ щσũĺď ýõů ľìķе ţο Ρґõčėěď? 國國國國國國國國國國國國國國國國國國國國國⟧",
|
89
|
+
"metadataEditor.unsavedChangesModal.closeLabel": "⟦萬 Ĉĺòŝė 國⟧",
|
90
|
+
"metadataEditor.unsavedChangesModal.continueEditingCTA": "⟦萬萬萬萬 Čòńţίήūĕ Έďïţìпğ 國國國國⟧",
|
91
|
+
"metadataEditor.unsavedChangesModal.discardChangesCTA": "⟦萬萬萬萬 Ďιśсǻѓď Ćĥάйġëş 國國國國⟧",
|
92
|
+
"metadataEditor.unsavedChangesModal.header": "⟦萬萬萬萬 Ūńśâνėď Ċнάπĝęś 國國國國⟧",
|
93
|
+
"metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "⟦萬萬萬萬萬 Ήïďê émΡŧУ νãĺůĕś 國國國國國⟧",
|
94
|
+
"metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "⟦萬萬萬萬萬 Ѕĥőẁ єmΡţУ νάľúеѕ 國國國國國⟧",
|
95
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "⟦萬萬萬萬萬萬萬 Äųŧоƒίľļ {templateName} ŵîťн Бóх ÁÎ 國國國國國國國⟧",
|
96
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "⟦萬萬萬萬萬萬萬 Ąũťòƒіľļ {templateName} шíŧĥ ßò× ÁÌ 國國國國國國國⟧",
|
97
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "⟦萬萬萬萬 ǵşŧοm Μёτãďâťą 國國國國⟧",
|
98
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "⟦萬萬 Σďĭŧ {templateName} 國國⟧",
|
99
|
+
"metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "⟦萬 Ėďįţ 國⟧",
|
100
100
|
"taxonomyAncestorStatusPill.emptyAncestorLevelValue": "⟦ - - ⟧",
|
101
|
-
"taxonomyAncestorStatusPill.errorAction": "⟦萬
|
102
|
-
"taxonomyAncestorStatusPill.errorIconLabel": "⟦萬
|
103
|
-
"taxonomyAncestorStatusPill.errorMessage": "⟦萬萬萬萬萬萬
|
104
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "⟦萬萬
|
101
|
+
"taxonomyAncestorStatusPill.errorAction": "⟦萬 Řėļόâď 國⟧",
|
102
|
+
"taxonomyAncestorStatusPill.errorIconLabel": "⟦萬 Ēґŗоґ 國⟧",
|
103
|
+
"taxonomyAncestorStatusPill.errorMessage": "⟦萬萬萬萬萬萬 ₣āιļέď ŧô ļоāď ďėŧãīľś 國國國國國國⟧",
|
104
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "⟦萬萬 Ĺσǻďϊņğ... 國國⟧"
|
105
105
|
}
|