@box/metadata-editor 1.70.12 → 1.70.13

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.
Files changed (51) hide show
  1. package/dist/i18n/bn-IN.js +4 -7
  2. package/dist/i18n/bn-IN.properties +8 -6
  3. package/dist/i18n/da-DK.js +4 -7
  4. package/dist/i18n/da-DK.properties +8 -6
  5. package/dist/i18n/de-DE.js +4 -7
  6. package/dist/i18n/de-DE.properties +8 -6
  7. package/dist/i18n/en-AU.js +1 -4
  8. package/dist/i18n/en-AU.properties +8 -6
  9. package/dist/i18n/en-CA.js +1 -4
  10. package/dist/i18n/en-CA.properties +8 -6
  11. package/dist/i18n/en-GB.js +1 -4
  12. package/dist/i18n/en-GB.properties +8 -6
  13. package/dist/i18n/en-x-pseudo.js +158 -161
  14. package/dist/i18n/en-x-pseudo.properties +162 -160
  15. package/dist/i18n/es-419.js +4 -7
  16. package/dist/i18n/es-419.properties +8 -6
  17. package/dist/i18n/es-ES.js +4 -7
  18. package/dist/i18n/es-ES.properties +8 -6
  19. package/dist/i18n/fi-FI.js +4 -7
  20. package/dist/i18n/fi-FI.properties +8 -6
  21. package/dist/i18n/fr-CA.js +4 -7
  22. package/dist/i18n/fr-CA.properties +8 -6
  23. package/dist/i18n/fr-FR.js +4 -7
  24. package/dist/i18n/fr-FR.properties +8 -6
  25. package/dist/i18n/hi-IN.js +4 -7
  26. package/dist/i18n/hi-IN.properties +8 -6
  27. package/dist/i18n/it-IT.js +4 -7
  28. package/dist/i18n/it-IT.properties +8 -6
  29. package/dist/i18n/ja-JP.js +4 -7
  30. package/dist/i18n/ja-JP.properties +8 -6
  31. package/dist/i18n/ko-KR.js +4 -7
  32. package/dist/i18n/ko-KR.properties +8 -6
  33. package/dist/i18n/nb-NO.js +4 -7
  34. package/dist/i18n/nb-NO.properties +8 -6
  35. package/dist/i18n/nl-NL.js +4 -7
  36. package/dist/i18n/nl-NL.properties +8 -6
  37. package/dist/i18n/pl-PL.js +4 -7
  38. package/dist/i18n/pl-PL.properties +8 -6
  39. package/dist/i18n/pt-BR.js +4 -7
  40. package/dist/i18n/pt-BR.properties +8 -6
  41. package/dist/i18n/ru-RU.js +4 -7
  42. package/dist/i18n/ru-RU.properties +8 -6
  43. package/dist/i18n/sv-SE.js +4 -7
  44. package/dist/i18n/sv-SE.properties +8 -6
  45. package/dist/i18n/tr-TR.js +4 -7
  46. package/dist/i18n/tr-TR.properties +8 -6
  47. package/dist/i18n/zh-CN.js +4 -7
  48. package/dist/i18n/zh-CN.properties +8 -6
  49. package/dist/i18n/zh-TW.js +4 -7
  50. package/dist/i18n/zh-TW.properties +8 -6
  51. package/package.json +5 -5
@@ -7,9 +7,9 @@ export default {
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "আরও লোড করা হচ্ছে...",
8
8
  "comboboxWithApiPagination.noResults": "কোনো ফলাফল পাওয়া যায়নি",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
10
- "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
11
- "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
12
- "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Add template",
10
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "কাস্টম মেটাডেটা",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "টেমপ্লেট খুঁজুন",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "টেমপ্লেট যোগ করুন",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "ব্যবহার করার আগে Box AI আউটপুট পর্যালোচনা ও যাচাই করা উচিত।",
14
14
  "groupSharedFeatures.metadataEditor.loading": "লোড করা হচ্ছে",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date} তারিখের পরের তারিখ লিখুন",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "রিলোড করুন",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "ত্রুটি",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "বিশদ লোড করা যায়নি",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "লোড করা হচ্ছে...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "কাস্টম মেটাডেটা",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "টেমপ্লেট খুঁজুন",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "টেমপ্লেট যোগ করুন"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "লোড করা হচ্ছে..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = লোড করা হচ্ছে
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = আরও লোড করা হচ্ছে...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = কোনো ফলাফল পাওয়া যায়নি
15
+ # Label for the button that opens the template editor to create a new template
16
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
17
+ # Display name for custom metadata templates
18
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = কাস্টম মেটাডেটা
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = টেমপ্লেট খুঁজুন
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = টেমপ্লেট যোগ করুন
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = ব্যবহার করার আগে Box AI আউটপুট পর্যালোচনা ও যাচাই করা উচিত।
17
25
  # Aria label indicating that content is loading or in progress
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ট
92
100
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = টেমপ্লেট লোড করা যায়নি। পরে আবার চেষ্টা করুন
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = ডকুমেন্টে দেখুন
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = কাস্টম মেটাডেটা
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = টেমপ্লেট খুঁজুন
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = টেমপ্লেট যোগ করুন
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = পরামর্শ গ্রহণ করুন
103
105
  # Label for value suggested by Box AI
@@ -7,9 +7,9 @@ export default {
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Indlæser mere...",
8
8
  "comboboxWithApiPagination.noResults": "Ingen resultater fundet",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
10
- "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
11
- "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
12
- "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Add template",
10
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Brugerdefineret metadata",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Søg efter skabeloner",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Tilføj skabelon",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI-outputs bør gennemgås og bekræftes før brug.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "indlæser",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Indtast en dato efter den {date}",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Genindlæs",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Fejl",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Kunne ikke indlæse detaljer",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Indlæser...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Brugerdefineret metadata",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Søg efter skabeloner",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Tilføj skabelon"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Indlæser..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Indlæser...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Indlæser mere...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Ingen resultater fundet
15
+ # Label for the button that opens the template editor to create a new template
16
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
17
+ # Display name for custom metadata templates
18
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Brugerdefineret metadata
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Søg efter skabeloner
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Tilføj skabelon
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI-outputs bør gennemgås og bekræftes før brug.
17
25
  # Aria label indicating that content is loading or in progress
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Væ
92
100
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Skabeloner kunne ikke indlæses. Prøv igen senere
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Vis på dokument
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Brugerdefineret metadata
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Søg efter skabeloner
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Tilføj skabelon
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Acceptér forslag
103
105
  # Label for value suggested by Box AI
@@ -7,9 +7,9 @@ export default {
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Mehr wird geladen ...",
8
8
  "comboboxWithApiPagination.noResults": "Keine Ergebnisse gefunden",
9
9
  "groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label": "New Template",
10
- "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
11
- "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
12
- "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Add template",
10
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName": "Benutzerdefinierte Metadaten",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Suchvorlagen",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Vorlage hinzufügen",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI-Ausgaben sollten vor der Verwendung überprüft und verifiziert werden.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "Beladen",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Ein Datum nach {date} eingeben",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Neu laden",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Fehler",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Details konnten nicht geladen werden",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Laden …",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Selbst definierte Metadaten",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Suchvorlagen",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Vorlage hinzufügen"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Laden …"
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Laden …
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Mehr wird geladen ...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Keine Ergebnisse gefunden
15
+ # Label for the button that opens the template editor to create a new template
16
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
17
+ # Display name for custom metadata templates
18
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Benutzerdefinierte Metadaten
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Suchvorlagen
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Vorlage hinzufügen
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI-Ausgaben sollten vor der Verwendung überprüft und verifiziert werden.
17
25
  # Aria label indicating that content is loading or in progress
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Wä
92
100
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Vorlagen konnten nicht geladen werden. Versuchen Sie es später erneut
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Im Dokument anzeigen
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Selbst definierte Metadaten
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Suchvorlagen
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Vorlage hinzufügen
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Vorschlag akzeptieren
103
105
  # Label for value suggested by Box AI
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Reload",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Add template"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Loading...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Loading more...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = No results found
15
+ # Label for the button that opens the template editor to create a new template
16
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
17
+ # Display name for custom metadata templates
18
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Search templates
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Add template
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI outputs should be reviewed and verified before use.
17
25
  # Aria label indicating that content is loading or in progress
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Sel
92
100
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Could not load templates. Try again later
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = View on document
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Search templates
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Add template
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Accept suggestion
103
105
  # Label for value suggested by Box AI
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Reload",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Add template"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Loading...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Loading more...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = No results found
15
+ # Label for the button that opens the template editor to create a new template
16
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
17
+ # Display name for custom metadata templates
18
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Search templates
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Add template
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI outputs should be reviewed and verified before use.
17
25
  # Aria label indicating that content is loading or in progress
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Sel
92
100
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Could not load templates. Try again later
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = View on document
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Search templates
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Add template
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Accept suggestion
103
105
  # Label for value suggested by Box AI
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Reload",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Failed to load details",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Custom Metadata",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Search templates",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Add template"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Loading..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Loading...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Loading more...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = No results found
15
+ # Label for the button that opens the template editor to create a new template
16
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.createTemplate.button.label = New Template
17
+ # Display name for custom metadata templates
18
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Search templates
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Add template
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI outputs should be reviewed and verified before use.
17
25
  # Aria label indicating that content is loading or in progress
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Sel
92
100
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Could not load templates. Try again later
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = View on document
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Custom Metadata
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Search templates
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Add template
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Accept suggestion
103
105
  # Label for value suggested by Box AI