@box/metadata-editor 2.2.18 → 2.2.19

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.
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "খারিজ করুন",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "\"{templateName}\" মুছুন",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "মেটাডেটা টেমপ্লেট মুছুন",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Box AI দিয়ে অটো-এক্সট্রাক্ট করা হয়েছে",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "কম",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "ক্রমবর্ধমান নির্ভুলতা সহ ডকুমেন্ট মেটাডেটা দ্রুত ক্যাপচার করার জন্য Box AI-এর ক্ষমতা ব্যবহার করুন।",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Box AI দিয়ে মেটাডেটা অটোফিল করুন",
@@ -52,7 +52,7 @@ export default {
52
52
  "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Skabeloner kunne ikke indlæses. Prøv igen senere",
53
53
  "groupSharedFeatures.metadataEditor.viewOnDocument": "Vis på dokument",
54
54
  "metadataEditor.aiSuggestionField.acceptLabel": "Acceptér forslag",
55
- "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI",
55
+ "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI-forslag:",
56
56
  "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI-forslag ({level} tillid)",
57
57
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Indstillingsmuligheder",
58
58
  "metadataEditor.aiSuggestionField.appendLabel": "Tilføj",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Afvis",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Slette \"{templateName}\"",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Slet metadata-skabelon",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Automatisk udtrukket med Box AI",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Lav",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Brug kraften i Box AI til hurtigt at indsamle dokumentmetadata med stadig større nøjagtighed.",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Automatisk udfyldning af metadata med Box AI",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Verwerfen",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "„{templateName}“ löschen",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Metadaten-Vorlage löschen",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Automatisch mit Box AI extrahiert",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Niedrig",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Nutzen Sie die Möglichkeiten von Box AI, um Metadaten von Dokumenten schnell und mit immer größerer Genauigkeit zu erfassen.",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Metadaten mit Box AI automatisch ausfüllen",
@@ -0,0 +1,163 @@
1
+ // THIS IS A GENERATED FILE. DO NOT EDIT MANUALLY OR YOUR CHANGES WILL BE OVERWRITTEN
2
+ export default {
3
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Clear input and selection",
4
+ "comboboxWithApiPagination.errorAction": "Reload",
5
+ "comboboxWithApiPagination.errorIconLabel": "Error",
6
+ "comboboxWithApiPagination.errorMessage": "Failed to load options",
7
+ "comboboxWithApiPagination.loadingAriaLabel": "Loading...",
8
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "Loading more...",
9
+ "comboboxWithApiPagination.noResults": "No results found",
10
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
13
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Add template",
14
+ "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI outputs should be reviewed and verified before use.",
15
+ "groupSharedFeatures.metadataEditor.loading": "loading",
16
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Enter a date after {date}",
17
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.append": "Append",
18
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError": "Enter a date before {date}",
19
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace": "Clear All & Replace",
20
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate": "Clear selected date",
21
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue": "Invalid field value",
22
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.multipleValues": "Multiple values",
23
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder": "Select value(s)",
24
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError": "There are no attributes in this template.",
25
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel": "Open calendar to pick a date",
26
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered": "Remove Entered",
27
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered": "Replace Entered",
28
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate": "Select the date",
29
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder": "Select a value",
30
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Set Value",
31
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Switch to next month",
32
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Switch to previous month",
33
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Edit functionality for Taxonomy shared externally is not available",
34
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Select an option",
35
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Toggle update mode selector",
36
+ "groupSharedFeatures.metadataEditor.metadataEditorFields.with": "With",
37
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideButtonTooltip": "Close review mode",
38
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.hideReviewFieldsCTA": "Hide",
39
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.iconAriaLabel": "Review alert",
40
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.reviewFieldsNoticeHeader": "{count, plural, one {# field needs} other {# fields need}} review",
41
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.showingReviewFields": "Showing fields needing review",
42
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewButtonTooltip": "{count, plural, one {# field needs} other {# fields need}} review as Box AI returned low confidence. Click to start reviewing.",
43
+ "groupSharedFeatures.metadataEditor.metadataInstanceReviewNotice.viewReviewFieldsCTA": "View",
44
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.add": "Add",
45
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel": "Cancel",
46
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.close": "Close",
47
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.header": "Select Metadata Template",
48
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel": "Clear",
49
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel": "Search all templates",
50
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder": "Search all templates",
51
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate": "Select a Template",
52
+ "groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError": "Could not load templates. Try again later",
53
+ "groupSharedFeatures.metadataEditor.viewOnDocument": "View on document",
54
+ "metadataEditor.aiSuggestionField.acceptLabel": "Accept suggestion",
55
+ "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
56
+ "metadataEditor.aiSuggestionField.aiSuggestionCaptionWithLevel": "Box AI suggestion ({level} confidence)",
57
+ "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
58
+ "metadataEditor.aiSuggestionField.appendLabel": "Append",
59
+ "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
60
+ "metadataEditor.aiSuggestionField.confidenceLevelHigh": "High",
61
+ "metadataEditor.aiSuggestionField.confidenceLevelLow": "Low",
62
+ "metadataEditor.aiSuggestionField.dismissLabel": "Confirm",
63
+ "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
64
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggests the same value as above",
65
+ "metadataEditor.aiSuggestionField.sameValueAiSuggestionCaptionWithLevel": "Box AI suggests the same value as above ({level} confidence)",
66
+ "metadataEditor.autofillButton.ariaLabel": "Autofill with Box AI",
67
+ "metadataEditor.autofillButton.ariaLabelWithTemplateName": "Autofill {templateName} with Box AI",
68
+ "metadataEditor.autofillButton.tooltip.enhanced": "Autofill with Box AI (Enhanced)",
69
+ "metadataEditor.autofillButton.tooltip.ga": "Autofill with Box AI",
70
+ "metadataEditor.autofillButton.tooltip.standard": "Autofill with Box AI (Standard)",
71
+ "metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returned high confidence level for this extraction.",
72
+ "metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returned low confidence level for this extraction. Review the value.",
73
+ "metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Box AI returned low confidence level for this extraction but it was accepted by a human.",
74
+ "metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirm deletion of Metadata instance",
75
+ "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Are you sure you want to delete the \"{templateName}\" Metadata template, and all of its values from this file?",
76
+ "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Are you sure you want to delete the \"{templateName}\" Metadata instance, and its values?",
77
+ "metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel": "Type the Metadata Template’s name to confirm deletion",
78
+ "metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph": "Once deleted, Metadata values cannot be restored.",
79
+ "metadataEditor.editInstance.deleteConfirmationModal.cancelButton": "Cancel",
80
+ "metadataEditor.editInstance.deleteConfirmationModal.confirmButton": "Confirm",
81
+ "metadataEditor.editInstance.deleteConfirmationModal.confirmButtonCheckboxVersion": "Delete",
82
+ "metadataEditor.editInstance.deleteConfirmationModal.customMedatata": "Custom Metadata",
83
+ "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Dismiss",
84
+ "metadataEditor.editInstance.deleteConfirmationModal.header": "Delete \"{templateName}\"",
85
+ "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Delete Metadata Template",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Auto-extracted with Box AI",
87
+ "metadataEditor.fieldLabel.lowConfidenceBadge": "Low",
88
+ "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Use the power of Box AI to quickly capture document metadata, with ever-increasing accuracy.",
89
+ "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Autofill Metadata with Box AI",
90
+ "metadataEditor.fileLevel.emptyState.default.body": "Add Metadata to your file to support business operations, workflows, and more!",
91
+ "metadataEditor.fileLevel.emptyState.default.heading": "Add Metadata Templates",
92
+ "metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel": "Clear search",
93
+ "metadataEditor.filterDropdownMenuSearch.noResultsFound": "No results found",
94
+ "metadataEditor.filterInstancesDropdown.customMetadataName": "Custom Metadata",
95
+ "metadataEditor.filterInstancesDropdown.detailsTextAriaLabel": "Aria label for subtitle with filtering details. Informs user which templates were chosen.",
96
+ "metadataEditor.filterInstancesDropdown.triggerButton.allTemplates": "All Templates",
97
+ "metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates": "{selectedTemplatesNumber} of {visibleTemplatesNumber} Templates",
98
+ "metadataEditor.instanceLevel.emptyState.emptyValues.Cta": "See empty values",
99
+ "metadataEditor.instanceLevel.emptyState.heading": "This template has no values",
100
+ "metadataEditor.instanceLevel.emptyState.noAttributes.heading": "This template has no attributes",
101
+ "metadataEditor.instanceLevel.emptyState.noEmptyValues.body": "This template has no values",
102
+ "metadataEditor.lowConfidenceSuggestionField.acceptValueAriaLabel": "Accept extracted value",
103
+ "metadataEditor.lowConfidenceSuggestionField.acceptValueTooltip": "Accept Value",
104
+ "metadataEditor.lowConfidenceSuggestionField.clearValueAriaLabel": "Clear extracted value",
105
+ "metadataEditor.lowConfidenceSuggestionField.clearValueTooltip": "Clear Value",
106
+ "metadataEditor.lowConfidenceSuggestionField.description": "Box AI returned low confidence",
107
+ "metadataEditor.lowConfidenceSuggestionField.needsReview": "Needs review",
108
+ "metadataEditor.lowConfidenceSuggestionField.reviewActionLoadingAriaLabel": "Processing review action",
109
+ "metadataEditor.managerLevel.emptyState.body": "Browse or search for your items to apply and edit metadata",
110
+ "metadataEditor.managerLevel.emptyState.heading": "Apply Metadata Templates",
111
+ "metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel": "Add new attribute to Custom Metadata",
112
+ "metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA": "Add",
113
+ "metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel": "Attribute Name",
114
+ "metadataEditor.metadataEditor.customIntanceNewField.cancelCTA": "Cancel",
115
+ "metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey": "Key already exists.",
116
+ "metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey": "Keys cannot begin with a $.",
117
+ "metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder": "e.g. Order Number",
118
+ "metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired": "Key is required",
119
+ "metadataEditor.metadataEditor.customIntanceNewField.valueLabel": "Value",
120
+ "metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder": "e.g. 42",
121
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.defaultLoadingMessage": "Extracting Metadata",
122
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.dismissButton": "Dismiss",
123
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.errorDescription": "Please try again in a few minutes",
124
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.errorTitle": "Metadata extraction could not complete",
125
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.loadingAriaLabel": "Loading",
126
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingDescription": "Still working on it!",
127
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.longLoadingTitle": "This is taking longer than usual",
128
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorDescription": "You don’t have permission to access the destination folder to extract metadata. Please contact the owner or your admin.",
129
+ "metadataEditor.metadataInstanceEditor.autofillOverlay.missingPermissionsErrorTitle": "Can’t Extract Metadata",
130
+ "metadataEditor.metadataInstanceEditor.customInstance.addAttribute": "+ Add Attribute",
131
+ "metadataEditor.metadataInstanceEditor.customInstance.removeAttribute": "Delete {fieldName} attribute",
132
+ "metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder": "Set value",
133
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton": "Cancel",
134
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton": "Delete",
135
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Loading...",
136
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Save",
137
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Autofill",
138
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "See agent options.",
139
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Please check responses before saving.",
140
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill is in Beta",
141
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Custom Metadata",
142
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Enhanced",
143
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI won’t be able to access the entire content, which might affect its answers.",
144
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Content is too large",
145
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Loading...",
146
+ "metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
147
+ "metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "Low confidence score - review needed",
148
+ "metadataEditor.unsavedChangesModal.body": "Metadata template(s) have unsaved changes. How would you like to proceed?",
149
+ "metadataEditor.unsavedChangesModal.closeLabel": "Close",
150
+ "metadataEditor.unsavedChangesModal.continueEditingCTA": "Continue Editing",
151
+ "metadataEditor.unsavedChangesModal.discardChangesCTA": "Discard Changes",
152
+ "metadataEditor.unsavedChangesModal.header": "Unsaved Changes",
153
+ "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Hide empty values",
154
+ "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Show empty values",
155
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Custom Metadata",
156
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "Edit {templateName}",
157
+ "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Edit",
158
+ "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "- -",
159
+ "taxonomyAncestorStatusPill.errorAction": "Reload",
160
+ "taxonomyAncestorStatusPill.errorIconLabel": "Error",
161
+ "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
162
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
163
+ };
@@ -82,6 +82,7 @@ export default {
82
82
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Descartar",
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Eliminar \"{templateName}\"",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Elimina la plantilla de metadatos",
85
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Extraído automáticamente con Box AI",
85
86
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Bajo",
86
87
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Aproveche la potencia de Box AI para capturar rápidamente los metadatos de los documentos con precisión.",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Rellenar automáticamente metadatos con Box AI",
@@ -82,6 +82,7 @@ export default {
82
82
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Descartar",
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Eliminar \"{templateName}\"",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Elimina la plantilla de metadatos",
85
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Extraído automáticamente con Box AI",
85
86
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Bajo",
86
87
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Aproveche la potencia de Box AI para capturar rápidamente los metadatos de los documentos con precisión.",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Rellenar automáticamente metadatos con Box AI",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Hylkää",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Poista \"{templateName}\"",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Poista metatietomalli",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Automaattinen poiminta Box AI:lla",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Pieni",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Box AI:n tehon avulla voit nopeasti tallentaa asiakirjan metatiedot yhä suuremmalla tarkkuudella.",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Täytä metatiedot automaattisesti Box AI:n avulla",
@@ -82,6 +82,7 @@ export default {
82
82
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Ignorer",
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Supprimer « {templateName} »",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Supprimer le modèle de métadonnées",
85
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Extrait automatiquement avec Box AI",
85
86
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Faible",
86
87
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Utilisez la puissance de Box AI pour capturer rapidement les métadonnées de vos documents avec toujours plus de précision.",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Remplissez automatiquement vos métadonnées avec Box AI",
@@ -82,6 +82,7 @@ export default {
82
82
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Ignorer",
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Supprimer « {templateName} »",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Supprimer le modèle de métadonnées",
85
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Extrait automatiquement avec Box AI",
85
86
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Faible",
86
87
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Utilisez la puissance de Box AI pour capturer rapidement les métadonnées de vos documents avec toujours plus de précision.",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Remplissez automatiquement vos métadonnées avec Box AI",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "해제",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "\"{templateName}\" 삭제",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "메타데이터 템플릿 삭제",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Box AI로 자동 추출됨",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "낮음",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Box AI의 기능을 사용하여 정확도가 지속적으로 높아지는 동시에 문서 메타데이터를 빠르게 캡처합니다.",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Box AI를 사용한 자동 입력 메타데이터",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Lukk",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Slette «{templateName}»",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Slett metadatamalen",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Automatisk ekstrahert med Box AI",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Dårlig",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Bruk kraften fra Box AI til å raskt hente dokumentmetadata, med stadig økende nøyaktighet.",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Automatisk fylling av metadata med Box AI",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Sluiten",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "‘{templateName}’ verwijderen",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Metagegevens-sjabloon verwijderen",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Automatisch geëxtraheerd met Box AI",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Laag",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Gebruik de kracht van Box AI om snel metagegevens van documenten vast te leggen, met een steeds grotere nauwkeurigheid.",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Metagegevens automatisch invullen met Box AI",
@@ -154,6 +155,7 @@ export default {
154
155
  "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Aangepaste metagegevens",
155
156
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel": "{templateName} bewerken",
156
157
  "metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip": "Bewerken",
158
+ "taxonomyAncestorStatusPill.emptyAncestorLevelValue": "– –",
157
159
  "taxonomyAncestorStatusPill.errorAction": "Opnieuw laden",
158
160
  "taxonomyAncestorStatusPill.errorIconLabel": "Fout",
159
161
  "taxonomyAncestorStatusPill.errorMessage": "Kan geen details laden",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Zamknij",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Usuń „{templateName}”",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Usuń szablon metadanych",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Automatycznie wyodrębniono z wykorzystaniem Box AI",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Niski",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Użyj mocy Box AI, aby szybko przechwytywać metadane dokumentów z coraz większą dokładnością.",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Automatyczne wypełnianie metadanych za pomocą Box AI",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Descartar",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Excluir \"{templateName}\"",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Excluir modelo de metadados",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Extraído automaticamente com o Box AI",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Baixo",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Use o poder do Box AI para capturar rapidamente os metadados do documento, com precisão cada vez maior.",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Preencha automaticamente metadados com o Box AI",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Закрыть",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Удалить „{templateName}“",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Удалить шаблон метаданных",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Автоматическое извлечение с помощью ИИ Box",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Слабый",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Используйте возможности Box AI для быстрого извлечения метаданных документа с постоянно растущей точностью.",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Заполняйте метаданные с помощью Box AI",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Avfärda",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "Radera \"{templateName}\"",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Radera metadatamall",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Extraherad automatiskt med Box AI",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Låg",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Använd styrkan i Box AI för att snabbt fånga metadata om dokument, med ständigt ökande noggrannhet.",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Autofyll metadata med Box AI",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "Kapat",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "\"{templateName}\" öğesini sil",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "Meta Veri Şablonunu Sil",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "Box AI ile otomatik çıkarıldı",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "Düşük",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "Belge meta verilerini sürekli artan isabetle hızlı bir şekilde yakalamak için Box AI'ın gücünü kullanın.",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "Box AI ile Meta Verileri otomatik olarak doldurun",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "取消",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "删除 “{templateName}”",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "删除元数据模版",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "使用 Box AI 自动提取",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "低",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "利用 Box AI 的强大功能,快速获取文档元数据,同时有不断提高的准确性。",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "使用 Box AI 自动填充元数据",
@@ -83,6 +83,7 @@ export default {
83
83
  "metadataEditor.editInstance.deleteConfirmationModal.dismissButton": "關閉",
84
84
  "metadataEditor.editInstance.deleteConfirmationModal.header": "刪除「{templateName}」",
85
85
  "metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel": "刪除中繼資料範本",
86
+ "metadataEditor.fieldLabel.aiExtractedBadgeTooltip": "使用 Box AI 自動擷取",
86
87
  "metadataEditor.fieldLabel.lowConfidenceBadge": "低",
87
88
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.body": "使用 Box AI 的能力快速捕獲文件中繼資料,準確度不斷提高。",
88
89
  "metadataEditor.fileLevel.emptyState.boxAiEnabled.heading": "使用 Box AI 自動填充中繼資料",
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@box/metadata-editor",
3
- "version": "2.2.18",
3
+ "version": "2.2.19",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.21",
6
- "@box/blueprint-web": "^16.5.0",
7
- "@box/blueprint-web-assets": "^5.2.11",
8
- "@box/box-ai-agent-selector": "^2.1.14",
9
- "@box/combobox-with-api": "^2.1.15",
10
- "@box/metadata-taxonomy-picker": "^3.1.15",
11
- "@box/metadata-template-browser": "^2.1.14",
6
+ "@box/blueprint-web": "^16.6.0",
7
+ "@box/blueprint-web-assets": "^5.2.12",
8
+ "@box/box-ai-agent-selector": "^2.1.15",
9
+ "@box/combobox-with-api": "^2.1.16",
10
+ "@box/metadata-taxonomy-picker": "^3.1.16",
11
+ "@box/metadata-template-browser": "^2.1.15",
12
12
  "formik": "^2.0.3",
13
13
  "lodash": "^4.17.15",
14
14
  "react": "^17.0.0 || ^18.0.0",
@@ -18,11 +18,11 @@
18
18
  "devDependencies": {
19
19
  "@ariakit/react": "0.4.21",
20
20
  "@box/babel-plugin-target-attributes": "2.1.8",
21
- "@box/blueprint-web": "^16.5.0",
22
- "@box/blueprint-web-assets": "^5.2.11",
23
- "@box/box-ai-agent-selector": "^2.1.14",
24
- "@box/metadata-taxonomy-picker": "^3.1.15",
25
- "@box/storybook-utils": "^1.1.13",
21
+ "@box/blueprint-web": "^16.6.0",
22
+ "@box/blueprint-web-assets": "^5.2.12",
23
+ "@box/box-ai-agent-selector": "^2.1.15",
24
+ "@box/metadata-taxonomy-picker": "^3.1.16",
25
+ "@box/storybook-utils": "^1.1.14",
26
26
  "@testing-library/react": "^15.0.6",
27
27
  "react": "^18.3.0",
28
28
  "react-dom": "^18.3.0",