@box/metadata-editor 1.70.12 → 1.70.14

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
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Trwa wczytywanie...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Wczytywanie więcej...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Nie znaleziono wyników
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 = Niestandardowe metadane
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Szablony wyszukiwania
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Dodaj szablon
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Przejrzyj i zweryfikuj dane wyjściowe Box AI przed wykorzystaniem.
17
25
  # Aria label indicating that content is loading or in progress
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Wyb
92
100
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Nie można wczytać szablonów. Spróbuj ponownie później
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Wyświetl w dokumencie
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Niestandardowe metadane
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Szablony wyszukiwania
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Dodaj szablon
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Zaakceptuj sugestię
103
105
  # Label for value suggested by Box AI
@@ -7,9 +7,9 @@ export default {
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Carregando mais...",
8
8
  "comboboxWithApiPagination.noResults": "Nenhum resultado encontrado",
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": "Metadados personalizados",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Modelos de pesquisa",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Adicionar modelo",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "As saídas do Box AI devem ser revisadas e verificadas antes do uso.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "carregando",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Insira uma data depois de {date}",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Recarregar",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Erro",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Falha ao carregar detalhes",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Carregando...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Metadados personalizados",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Modelos de pesquisa",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Adicionar modelo"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Carregando..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Carregando...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Carregando mais...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Nenhum resultado encontrado
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 = Metadados personalizados
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Modelos de pesquisa
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Adicionar modelo
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = As saídas do Box AI devem ser revisadas e verificadas antes do uso.
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 = Não foi possível carregar modelos. Tente novamente mais tarde
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Visualizar no documento
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Metadados personalizados
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Modelos de pesquisa
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Adicionar modelo
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Aceitar sugestão
103
105
  # Label for value suggested by Box AI
@@ -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": "Läser in mer...",
8
8
  "comboboxWithApiPagination.noResults": "Inga träffar hittades",
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": "Anpassade metadata",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Sökmallar",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Lägg till mall",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI-utdata bör granskas och verifieras före användning.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "läser in",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Ange ett datum efter {date}",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Ladda om",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Fel",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Det gick inte att ladda information",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Läser in...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Anpassade metadata",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Sökmallar",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Lägg till mall"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Läser in..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Läser in...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Läser in mer...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Inga träffar hittades
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 = Anpassade metadata
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Sökmallar
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Lägg till mall
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI-utdata bör granskas och verifieras före användning.
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 = Det gick inte att läsa in mallar. Försök igen senare
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Visa på dokument
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Anpassade metadata
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Sökmallar
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Lägg till mall
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Acceptera förslag
103
105
  # Label for value suggested by Box AI
@@ -7,9 +7,9 @@ export default {
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Daha fazla yükleniyor...",
8
8
  "comboboxWithApiPagination.noResults": "Sonuç bulunamadı",
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": "Özel Meta Veri",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Şablonları ara",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Şablon ekle",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI tarafından üretilen çıktılar, kullanılmadan önce incelenmeli ve doğrulanmalıdır.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "yükleniyor",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date} tarihinden sonraki bir tarihi girin",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Yeniden yükle",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Hata",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Ayrıntılar yüklenemedi",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Yükleniyor...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Özel Meta Veri",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Şablonları ara",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Şablon ekle"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Yükleniyor..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Yükleniyor...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Daha fazla yükleniyor...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Sonuç bulunamadı
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 = Özel Meta Veri
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Şablonları ara
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Şablon ekle
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI tarafından üretilen çıktılar, kullanılmadan önce incelenmeli ve doğrulanmalıdır.
17
25
  # Aria label indicating that content is loading or in progress
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Bir
92
100
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Şablonlar yüklenemedi. Daha sonra tekrar deneyin
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Belgede görüntüleyin
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Özel Meta Veri
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Şablonları ara
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Şablon ekle
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Öneriyi kabul edin
103
105
  # Label for value suggested by Box AI
@@ -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": "正在載入更多...",
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
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@box/metadata-editor",
3
- "version": "1.70.12",
3
+ "version": "1.70.14",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.21",
6
6
  "@box/blueprint-web": "^14.26.1",
7
7
  "@box/blueprint-web-assets": "^4.116.5",
8
- "@box/box-ai-agent-selector": "^1.40.26",
9
- "@box/combobox-with-api": "^1.43.26",
10
- "@box/metadata-template-browser": "^1.21.20",
8
+ "@box/box-ai-agent-selector": "^1.40.28",
9
+ "@box/combobox-with-api": "^1.43.28",
10
+ "@box/metadata-template-browser": "^1.21.22",
11
11
  "formik": "^2.0.3",
12
12
  "lodash": "^4.17.15",
13
13
  "react": "^17.0.0 || ^18.0.0",
@@ -19,7 +19,7 @@
19
19
  "@box/babel-plugin-target-attributes": "1.5.22",
20
20
  "@box/blueprint-web": "^14.26.1",
21
21
  "@box/blueprint-web-assets": "^4.116.5",
22
- "@box/box-ai-agent-selector": "^1.40.26",
22
+ "@box/box-ai-agent-selector": "^1.40.28",
23
23
  "@box/storybook-utils": "^0.18.19",
24
24
  "@testing-library/react": "^15.0.6",
25
25
  "react": "^18.3.0",