@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 = Cargando…
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Cargando más...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = No se han encontrado resultados
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 = Metadatos personalizados
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Buscar plantillas
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Agregar plantilla
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Los resultados de Box AI se deben revisar y verificar antes de usarlos.
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 = No se pudo cargar las plantillas. Vuelve a intentarlo más tarde
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Ver en el documento
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Metadatos personalizados
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Buscar plantillas
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Agregar plantilla
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Aceptar sugerencia
103
105
  # Label for value suggested by Box AI
@@ -7,9 +7,9 @@ export default {
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Cargando más...",
8
8
  "comboboxWithApiPagination.noResults": "No se han encontrado resultados",
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": "Metadatos personalizados",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Buscar plantillas",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Agregar plantilla",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "Los resultados de Box AI se deben revisar y verificar antes de usarlos.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "cargando",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Ingresa una fecha posterior a {date}",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Recargar",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Error",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Error al cargar los detalles",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Metadatos personalizados",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Buscar plantillas",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Agregar plantilla"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Cargando…"
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Cargando…
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Cargando más...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = No se han encontrado resultados
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 = Metadatos personalizados
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Buscar plantillas
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Agregar plantilla
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Los resultados de Box AI se deben revisar y verificar antes de usarlos.
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 = No se pudo cargar las plantillas. Vuelve a intentarlo más tarde
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Ver en el documento
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Metadatos personalizados
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Buscar plantillas
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Agregar plantilla
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Aceptar sugerencia
103
105
  # Label for value suggested by Box AI
@@ -7,9 +7,9 @@ export default {
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Ladataan Lisää...",
8
8
  "comboboxWithApiPagination.noResults": "Ei tuloksia",
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": "Mukautetut metatiedot",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Hae malleja",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Lisää malli",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI -tulokset tulisi tarkistaa ja vahvistaa ennen käyttöä.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "ladataan",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Anna päiväys {date} jälkeen",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Lataa uudelleen",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Virhe",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Tietoja ei voitu ladata",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Ladataan...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Mukautetut metatiedot",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Hae malleja",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Lisää malli"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Ladataan..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Ladataan...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Ladataan Lisää...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Ei tuloksia
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 = Mukautetut metatiedot
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Hae malleja
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Lisää malli
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI -tulokset tulisi tarkistaa ja vahvistaa ennen käyttöä.
17
25
  # Aria label indicating that content is loading or in progress
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Val
92
100
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Malleja ei voitu ladata. Yritä myöhemmin uudelleen
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Näytä asiakirjassa
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Mukautetut metatiedot
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Hae malleja
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Lisää malli
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Hyväksy ehdotus
103
105
  # Label for value suggested by Box AI
@@ -7,9 +7,9 @@ export default {
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Plus de chargement en cours...",
8
8
  "comboboxWithApiPagination.noResults": "Aucun résultat trouvé",
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": "Métadonnées personnalisées",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Modèles de recherche",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Ajouter un modèle",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "Les résultats de Box AI doivent être examinés et vérifiés avant d’être utilisés.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "en chargement",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Saisissez une date après {date}",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Recharger",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Erreur",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Échec du chargement des détails",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Métadonnées personnalisées",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Modèles de recherche",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Ajouter un modèle"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Chargement en cours...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Plus de chargement en cours...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Aucun résultat trouvé
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 = Métadonnées personnalisées
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Modèles de recherche
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Ajouter un modèle
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Les résultats de Box AI doivent être examinés et vérifiés avant d’être utilisés.
17
25
  # Aria label indicating that content is loading or in progress
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Sé
92
100
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Impossible de charger les modèles. Réessayer plus tard
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Afficher sur le document
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Métadonnées personnalisées
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Modèles de recherche
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Ajouter un modèle
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Accepter la suggestion
103
105
  # Label for value suggested by Box AI
@@ -7,9 +7,9 @@ export default {
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Plus de chargement en cours...",
8
8
  "comboboxWithApiPagination.noResults": "Aucun résultat trouvé",
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": "Métadonnées personnalisées",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Modèles de recherche",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Ajouter un modèle",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "Les résultats de Box AI doivent être examinés et vérifiés avant d’être utilisés.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "en chargement",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Saisissez une date après {date}",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Recharger",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Erreur",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Échec du chargement des détails",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Métadonnées personnalisées",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Modèles de recherche",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Ajouter un modèle"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Chargement en cours...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Plus de chargement en cours...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Aucun résultat trouvé
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 = Métadonnées personnalisées
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Modèles de recherche
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Ajouter un modèle
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Les résultats de Box AI doivent être examinés et vérifiés avant d’être utilisés.
17
25
  # Aria label indicating that content is loading or in progress
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Sé
92
100
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Impossible de charger les modèles. Réessayer plus tard
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Afficher sur le document
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Métadonnées personnalisées
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Modèles de recherche
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Ajouter un modèle
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Accepter la suggestion
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": "Caricamento altri risultati in corso…",
8
8
  "comboboxWithApiPagination.noResults": "Nessun risultato trovato",
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": "Metadati personalizzati",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Cerca modelli",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Aggiungi modello",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "Gli output di Box AI devono essere rivisti e verificati prima dell’uso.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "Caricamento in corso…",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Inserisci una data dopo il {date}",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Ricarica",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Errore",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Caricamento dei dettagli non riuscito",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Caricamento in corso...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Metadati personalizzati",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Cerca modelli",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Aggiungi modello"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Caricamento in corso..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Caricamento in corso...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Caricamento altri risultati in corso…
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Nessun risultato trovato
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 = Metadati personalizzati
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Cerca modelli
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Aggiungi modello
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Gli output di Box AI devono essere rivisti e verificati prima dell’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 = Impossibile caricare i modelli. Riprova più tardi
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Visualizza nel documento
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Metadati personalizzati
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Cerca modelli
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Aggiungi modello
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Accetta suggerimento
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
@@ -7,9 +7,9 @@ export default {
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Laster mer …",
8
8
  "comboboxWithApiPagination.noResults": "Ingen resultater funnet",
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": "Tilpasset metadata",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Søk etter maler",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Legg til mal",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI-utdata skal gjennomgås og bekreftes før bruk.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "laster",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Skriv inn en dato etter {date}",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Last inn på nytt",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Feil",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Kunne ikke laste inn detaljer",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Laster …",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Tilpasset metadata",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Søk etter maler",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Legg til mal"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Laster …"
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Laster …
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Laster mer …
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Ingen resultater funnet
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 = Tilpasset metadata
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Søk etter maler
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Legg til mal
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI-utdata skal gjennomgås og bekreftes før bruk.
17
25
  # Aria label indicating that content is loading or in progress
@@ -92,12 +100,6 @@ groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = Vel
92
100
  groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = Kunne ikke laste inn maler. Prøv igjen 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 = Tilpasset metadata
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Søk etter maler
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Legg til mal
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Godta forslag
103
105
  # Label for value suggested by Box AI
@@ -7,9 +7,9 @@ export default {
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Meer laden...",
8
8
  "comboboxWithApiPagination.noResults": "Geen resultaten gevonden",
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": "Aangepaste metagegevens",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Sjablonen zoeken",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Sjabloon toevoegen",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "Box AI-outputs moeten worden gecontroleerd en geverifieerd voordat ze worden gebruikt.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "laden",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Voer een datum in na {date}",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Opnieuw laden",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Fout",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Kan geen details laden",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Laden...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Aangepaste metagegevens",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Sjablonen zoeken",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Sjabloon toevoegen"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Laden..."
164
161
  }
@@ -12,6 +12,14 @@ comboboxWithApiPagination.loadingAriaLabel = Laden...
12
12
  comboboxWithApiPagination.loadingMoreAriaLabel = Meer laden...
13
13
  # Message displayed when no results are found in the combobox
14
14
  comboboxWithApiPagination.noResults = Geen resultaten gevonden
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 = Aangepaste metagegevens
19
+ # Description for the search input field in the metadata editor
20
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder = Sjablonen zoeken
21
+ # Call to encourage user to add metadata templates
22
+ groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label = Sjabloon toevoegen
15
23
  # Disclaimer shown when at least one metadata field has been autofilled by AI
16
24
  groupSharedFeatures.metadataEditor.aiDisclaimer = Box AI-outputs moeten worden gecontroleerd en geverifieerd voordat ze worden gebruikt.
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 = Kon geen sjablonen laden. Probeer het later opnieuw
93
101
  # Tooltip shown when hovering over a clickable metadata field with bounding boxes
94
102
  groupSharedFeatures.metadataEditor.viewOnDocument = Weergeven op document
95
- # Display name for custom metadata templates
96
- metadataEditor.addMetadataTemplate.customMetadataName = Aangepaste metagegevens
97
- # Description for the search input field in the metadata editor
98
- metadataEditor.addMetadataTemplate.search.placeholder = Sjablonen zoeken
99
- # Call to encourage user to add metadata templates
100
- metadataEditor.addMetadataTemplate.trigger.label = Sjabloon toevoegen
101
103
  # Label for accepting the AI suggestion when it matches the existing field value
102
104
  metadataEditor.aiSuggestionField.acceptLabel = Suggestie accepteren
103
105
  # Label for value suggested by Box AI
@@ -7,9 +7,9 @@ export default {
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Wczytywanie więcej...",
8
8
  "comboboxWithApiPagination.noResults": "Nie znaleziono wyników",
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": "Niestandardowe metadane",
11
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.search.placeholder": "Szablony wyszukiwania",
12
+ "groupSharedFeatures.metadataEditor.addMetadataTemplate.trigger.label": "Dodaj szablon",
13
13
  "groupSharedFeatures.metadataEditor.aiDisclaimer": "Przejrzyj i zweryfikuj dane wyjściowe Box AI przed wykorzystaniem.",
14
14
  "groupSharedFeatures.metadataEditor.loading": "Wczytywanie",
15
15
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "Wprowadź datę po {date}",
@@ -157,8 +157,5 @@ export default {
157
157
  "taxonomyAncestorStatusPill.errorAction": "Wczytaj ponownie",
158
158
  "taxonomyAncestorStatusPill.errorIconLabel": "Błąd",
159
159
  "taxonomyAncestorStatusPill.errorMessage": "Nie udało się wczytać szczegółów",
160
- "taxonomyAncestorStatusPill.loadingAriaLabel": "Trwa wczytywanie...",
161
- "metadataEditor.addMetadataTemplate.customMetadataName": "Niestandardowe metadane",
162
- "metadataEditor.addMetadataTemplate.search.placeholder": "Szablony wyszukiwania",
163
- "metadataEditor.addMetadataTemplate.trigger.label": "Dodaj szablon"
160
+ "taxonomyAncestorStatusPill.loadingAriaLabel": "Trwa wczytywanie..."
164
161
  }