@box/metadata-editor 0.46.1 → 0.47.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/esm/lib/components/interactive-text/interactive-text.js +21 -17
  2. package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +25 -23
  3. package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-instance-entry.js +7 -6
  4. package/i18n/bn-IN.js +2 -3
  5. package/i18n/bn-IN.properties +18 -2
  6. package/i18n/da-DK.js +6 -7
  7. package/i18n/da-DK.properties +18 -2
  8. package/i18n/de-DE.js +6 -7
  9. package/i18n/de-DE.properties +18 -2
  10. package/i18n/en-AU.js +1 -2
  11. package/i18n/en-AU.properties +18 -2
  12. package/i18n/en-CA.js +1 -2
  13. package/i18n/en-CA.properties +18 -2
  14. package/i18n/en-GB.js +1 -2
  15. package/i18n/en-GB.properties +18 -2
  16. package/i18n/en-x-pseudo.js +90 -91
  17. package/i18n/en-x-pseudo.properties +99 -83
  18. package/i18n/es-419.js +5 -6
  19. package/i18n/es-419.properties +18 -2
  20. package/i18n/es-ES.js +5 -6
  21. package/i18n/es-ES.properties +18 -2
  22. package/i18n/fi-FI.js +6 -7
  23. package/i18n/fi-FI.properties +18 -2
  24. package/i18n/fr-CA.js +6 -7
  25. package/i18n/fr-CA.properties +18 -2
  26. package/i18n/fr-FR.js +6 -7
  27. package/i18n/fr-FR.properties +18 -2
  28. package/i18n/hi-IN.js +6 -7
  29. package/i18n/hi-IN.properties +18 -2
  30. package/i18n/it-IT.js +6 -7
  31. package/i18n/it-IT.properties +18 -2
  32. package/i18n/ja-JP.js +7 -8
  33. package/i18n/ja-JP.properties +19 -3
  34. package/i18n/ko-KR.js +6 -7
  35. package/i18n/ko-KR.properties +18 -2
  36. package/i18n/nb-NO.js +6 -7
  37. package/i18n/nb-NO.properties +18 -2
  38. package/i18n/nl-NL.js +6 -7
  39. package/i18n/nl-NL.properties +18 -2
  40. package/i18n/pl-PL.js +6 -7
  41. package/i18n/pl-PL.properties +18 -2
  42. package/i18n/pt-BR.js +6 -7
  43. package/i18n/pt-BR.properties +18 -2
  44. package/i18n/ru-RU.js +6 -7
  45. package/i18n/ru-RU.properties +18 -2
  46. package/i18n/sv-SE.js +6 -7
  47. package/i18n/sv-SE.properties +18 -2
  48. package/i18n/tr-TR.js +6 -7
  49. package/i18n/tr-TR.properties +18 -2
  50. package/i18n/zh-CN.js +6 -7
  51. package/i18n/zh-CN.properties +18 -2
  52. package/i18n/zh-TW.js +6 -7
  53. package/i18n/zh-TW.properties +18 -2
  54. package/package.json +5 -5
  55. package/types/lib/components/interactive-text/interactive-text.d.ts +2 -3
  56. package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/types.d.ts +2 -0
package/i18n/es-ES.js CHANGED
@@ -1,8 +1,8 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Clear input and selection",
3
- "comboboxWithApiPagination.errorAction": "Reload",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Eliminar entrada y selección",
3
+ "comboboxWithApiPagination.errorAction": "Recargar",
4
4
  "comboboxWithApiPagination.errorIconLabel": "Error",
5
- "comboboxWithApiPagination.errorMessage": "Failed to load options",
5
+ "comboboxWithApiPagination.errorMessage": "Error al cargar las opciones",
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Cargando…",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Cargando más...",
8
8
  "comboboxWithApiPagination.noResults": "No se han encontrado resultados",
@@ -39,7 +39,7 @@ export default {
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "Agregar plantilla",
40
40
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
41
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
42
- "metadataEditor.aiSuggestionField.appendLabel": "Append",
42
+ "metadataEditor.aiSuggestionField.appendLabel": "Anexar",
43
43
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
44
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "¿Seguro que deseas eliminar la plantilla de metadatos \"{templateName}\" y todos sus valores de este archivo?",
@@ -88,6 +88,5 @@ export default {
88
88
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Guardar y continuar",
89
89
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Ocultar los valores vacíos",
90
90
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Mostrar los valores vacíos",
91
- "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Metadatos personalizados",
92
- "comboboxWithApiPagination.apiError": "No es posible cargar los resultados. Haz clic para intentarlo nuevamente."
91
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Metadatos personalizados"
93
92
  }
@@ -1,5 +1,11 @@
1
- # Error message displayed as combobox item when an API failed and the suggestions could not load
2
- comboboxWithApiPagination.apiError = No es posible cargar los resultados. Haz clic para intentarlo nuevamente.
1
+ # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Eliminar entrada y selección
3
+ # Error message displayed resembling button that calls to action to reload the results
4
+ comboboxWithApiPagination.errorAction = Recargar
5
+ # Aria-label text for the error icon in the loading results error message
6
+ comboboxWithApiPagination.errorIconLabel = Error
7
+ # Error message displayed as inline notice that informs the user that the options failed to load
8
+ comboboxWithApiPagination.errorMessage = Error al cargar las opciones
3
9
  # Visually hidden aria-label text for the loading spinner
4
10
  comboboxWithApiPagination.loadingAriaLabel = Cargando…
5
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
@@ -68,6 +74,16 @@ metadataEditor.addMetadataTemplate.customMetadataName = Metadatos personalizados
68
74
  metadataEditor.addMetadataTemplate.search.placeholder = Buscar plantillas
69
75
  # Call to encourage user to add metadata templates
70
76
  metadataEditor.addMetadataTemplate.trigger.label = Agregar plantilla
77
+ # Label for value suggested by Box AI
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
79
+ # Aria-label for AI suggestion options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
81
+ # Label for appending the AI suggestion
82
+ metadataEditor.aiSuggestionField.appendLabel = Anexar
83
+ # Label for clearing the current value and applying the AI suggestion
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
85
+ # Label for ignoring the AI suggestion
86
+ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
71
87
  # Paragraph asking user are they sure that they want to delete the template
72
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ¿Seguro que deseas eliminar la plantilla de metadatos "{templateName}" y todos sus valores de este archivo?
73
89
  # Label informing how to confirm deletion of the template
package/i18n/fi-FI.js CHANGED
@@ -1,8 +1,8 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Clear input and selection",
3
- "comboboxWithApiPagination.errorAction": "Reload",
4
- "comboboxWithApiPagination.errorIconLabel": "Error",
5
- "comboboxWithApiPagination.errorMessage": "Failed to load options",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Tyhjennä syöte",
3
+ "comboboxWithApiPagination.errorAction": "Lataa uudelleen",
4
+ "comboboxWithApiPagination.errorIconLabel": "Virhe",
5
+ "comboboxWithApiPagination.errorMessage": "Vaihtoehtoja ei voitu ladata.",
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Ladataan...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Ladataan Lisää...",
8
8
  "comboboxWithApiPagination.noResults": "Ei tuloksia",
@@ -39,7 +39,7 @@ export default {
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "Lisää malli",
40
40
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
41
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
42
- "metadataEditor.aiSuggestionField.appendLabel": "Append",
42
+ "metadataEditor.aiSuggestionField.appendLabel": "Liitä",
43
43
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
44
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Oletko varma, että haluat poistaa \"{templateName}\" Metatietomallin ja kaikki sen arvot tästä tiedostosta?",
@@ -88,6 +88,5 @@ export default {
88
88
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Tallenna ja jatka",
89
89
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Piilota tyhjät arvot",
90
90
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Näytä tyhjät arvot",
91
- "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Mukautetut metatiedot",
92
- "comboboxWithApiPagination.apiError": "Tuloksia ei voitu ladata. Yritä uudelleen napsauttamalla."
91
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Mukautetut metatiedot"
93
92
  }
@@ -1,5 +1,11 @@
1
- # Error message displayed as combobox item when an API failed and the suggestions could not load
2
- comboboxWithApiPagination.apiError = Tuloksia ei voitu ladata. Yritä uudelleen napsauttamalla.
1
+ # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Tyhjennä syöte
3
+ # Error message displayed resembling button that calls to action to reload the results
4
+ comboboxWithApiPagination.errorAction = Lataa uudelleen
5
+ # Aria-label text for the error icon in the loading results error message
6
+ comboboxWithApiPagination.errorIconLabel = Virhe
7
+ # Error message displayed as inline notice that informs the user that the options failed to load
8
+ comboboxWithApiPagination.errorMessage = Vaihtoehtoja ei voitu ladata.
3
9
  # Visually hidden aria-label text for the loading spinner
4
10
  comboboxWithApiPagination.loadingAriaLabel = Ladataan...
5
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
@@ -68,6 +74,16 @@ metadataEditor.addMetadataTemplate.customMetadataName = Mukautetut metatiedot
68
74
  metadataEditor.addMetadataTemplate.search.placeholder = Hae malleja
69
75
  # Call to encourage user to add metadata templates
70
76
  metadataEditor.addMetadataTemplate.trigger.label = Lisää malli
77
+ # Label for value suggested by Box AI
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
79
+ # Aria-label for AI suggestion options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
81
+ # Label for appending the AI suggestion
82
+ metadataEditor.aiSuggestionField.appendLabel = Liitä
83
+ # Label for clearing the current value and applying the AI suggestion
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
85
+ # Label for ignoring the AI suggestion
86
+ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
71
87
  # Paragraph asking user are they sure that they want to delete the template
72
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Oletko varma, että haluat poistaa "{templateName}" Metatietomallin ja kaikki sen arvot tästä tiedostosta?
73
89
  # Label informing how to confirm deletion of the template
package/i18n/fr-CA.js CHANGED
@@ -1,8 +1,8 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Clear input and selection",
3
- "comboboxWithApiPagination.errorAction": "Reload",
4
- "comboboxWithApiPagination.errorIconLabel": "Error",
5
- "comboboxWithApiPagination.errorMessage": "Failed to load options",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Effacer l'entrée et la sélection",
3
+ "comboboxWithApiPagination.errorAction": "Recharger",
4
+ "comboboxWithApiPagination.errorIconLabel": "Erreur",
5
+ "comboboxWithApiPagination.errorMessage": "Échec du chargement des options",
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Chargement en cours...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Plus de chargement en cours...",
8
8
  "comboboxWithApiPagination.noResults": "Aucun résultat trouvé",
@@ -39,7 +39,7 @@ export default {
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "Ajouter un modèle",
40
40
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
41
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
42
- "metadataEditor.aiSuggestionField.appendLabel": "Append",
42
+ "metadataEditor.aiSuggestionField.appendLabel": "Ajouter",
43
43
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
44
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?",
@@ -88,6 +88,5 @@ export default {
88
88
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Enregistrer et continuer",
89
89
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Masquer les valeurs vides",
90
90
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Afficher les valeurs vides",
91
- "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Métadonnées personnalisées",
92
- "comboboxWithApiPagination.apiError": "Impossible de charger les résultats. Cliquez pour réessayer."
91
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Métadonnées personnalisées"
93
92
  }
@@ -1,5 +1,11 @@
1
- # Error message displayed as combobox item when an API failed and the suggestions could not load
2
- comboboxWithApiPagination.apiError = Impossible de charger les résultats. Cliquez pour réessayer.
1
+ # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Effacer l'entrée et la sélection
3
+ # Error message displayed resembling button that calls to action to reload the results
4
+ comboboxWithApiPagination.errorAction = Recharger
5
+ # Aria-label text for the error icon in the loading results error message
6
+ comboboxWithApiPagination.errorIconLabel = Erreur
7
+ # Error message displayed as inline notice that informs the user that the options failed to load
8
+ comboboxWithApiPagination.errorMessage = Échec du chargement des options
3
9
  # Visually hidden aria-label text for the loading spinner
4
10
  comboboxWithApiPagination.loadingAriaLabel = Chargement en cours...
5
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
@@ -68,6 +74,16 @@ metadataEditor.addMetadataTemplate.customMetadataName = Métadonnées personnali
68
74
  metadataEditor.addMetadataTemplate.search.placeholder = Modèles de recherche
69
75
  # Call to encourage user to add metadata templates
70
76
  metadataEditor.addMetadataTemplate.trigger.label = Ajouter un modèle
77
+ # Label for value suggested by Box AI
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
79
+ # Aria-label for AI suggestion options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
81
+ # Label for appending the AI suggestion
82
+ metadataEditor.aiSuggestionField.appendLabel = Ajouter
83
+ # Label for clearing the current value and applying the AI suggestion
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
85
+ # Label for ignoring the AI suggestion
86
+ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
71
87
  # Paragraph asking user are they sure that they want to delete the template
72
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?
73
89
  # Label informing how to confirm deletion of the template
package/i18n/fr-FR.js CHANGED
@@ -1,8 +1,8 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Clear input and selection",
3
- "comboboxWithApiPagination.errorAction": "Reload",
4
- "comboboxWithApiPagination.errorIconLabel": "Error",
5
- "comboboxWithApiPagination.errorMessage": "Failed to load options",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Effacer l'entrée et la sélection",
3
+ "comboboxWithApiPagination.errorAction": "Recharger",
4
+ "comboboxWithApiPagination.errorIconLabel": "Erreur",
5
+ "comboboxWithApiPagination.errorMessage": "Échec du chargement des options",
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Chargement en cours...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Plus de chargement en cours...",
8
8
  "comboboxWithApiPagination.noResults": "Aucun résultat trouvé",
@@ -39,7 +39,7 @@ export default {
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "Ajouter un modèle",
40
40
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
41
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
42
- "metadataEditor.aiSuggestionField.appendLabel": "Append",
42
+ "metadataEditor.aiSuggestionField.appendLabel": "Ajouter",
43
43
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
44
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?",
@@ -88,6 +88,5 @@ export default {
88
88
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Enregistrer et continuer",
89
89
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Masquer les valeurs vides",
90
90
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Afficher les valeurs vides",
91
- "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Métadonnées personnalisées",
92
- "comboboxWithApiPagination.apiError": "Impossible de charger les résultats. Cliquez pour réessayer."
91
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Métadonnées personnalisées"
93
92
  }
@@ -1,5 +1,11 @@
1
- # Error message displayed as combobox item when an API failed and the suggestions could not load
2
- comboboxWithApiPagination.apiError = Impossible de charger les résultats. Cliquez pour réessayer.
1
+ # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Effacer l'entrée et la sélection
3
+ # Error message displayed resembling button that calls to action to reload the results
4
+ comboboxWithApiPagination.errorAction = Recharger
5
+ # Aria-label text for the error icon in the loading results error message
6
+ comboboxWithApiPagination.errorIconLabel = Erreur
7
+ # Error message displayed as inline notice that informs the user that the options failed to load
8
+ comboboxWithApiPagination.errorMessage = Échec du chargement des options
3
9
  # Visually hidden aria-label text for the loading spinner
4
10
  comboboxWithApiPagination.loadingAriaLabel = Chargement en cours...
5
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
@@ -68,6 +74,16 @@ metadataEditor.addMetadataTemplate.customMetadataName = Métadonnées personnali
68
74
  metadataEditor.addMetadataTemplate.search.placeholder = Modèles de recherche
69
75
  # Call to encourage user to add metadata templates
70
76
  metadataEditor.addMetadataTemplate.trigger.label = Ajouter un modèle
77
+ # Label for value suggested by Box AI
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
79
+ # Aria-label for AI suggestion options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
81
+ # Label for appending the AI suggestion
82
+ metadataEditor.aiSuggestionField.appendLabel = Ajouter
83
+ # Label for clearing the current value and applying the AI suggestion
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
85
+ # Label for ignoring the AI suggestion
86
+ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
71
87
  # Paragraph asking user are they sure that they want to delete the template
72
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Êtes-vous sûr de vouloir supprimer le modèle de métadonnées « {templateName} » et toutes ses valeurs contenues dans ce fichier ?
73
89
  # Label informing how to confirm deletion of the template
package/i18n/hi-IN.js CHANGED
@@ -1,8 +1,8 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Clear input and selection",
3
- "comboboxWithApiPagination.errorAction": "Reload",
4
- "comboboxWithApiPagination.errorIconLabel": "Error",
5
- "comboboxWithApiPagination.errorMessage": "Failed to load options",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "इनपुट और चयन साफ करें",
3
+ "comboboxWithApiPagination.errorAction": "फिर से लोड करें",
4
+ "comboboxWithApiPagination.errorIconLabel": "त्रुटि",
5
+ "comboboxWithApiPagination.errorMessage": "विकल्प लोड करने में विफल रहा",
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "लोड हो रहा है...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "और लोड हो रहा है...",
8
8
  "comboboxWithApiPagination.noResults": "कोई परिणाम नहीं मिला",
@@ -39,7 +39,7 @@ export default {
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "टेम्पलेट जोड़ें",
40
40
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
41
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
42
- "metadataEditor.aiSuggestionField.appendLabel": "Append",
42
+ "metadataEditor.aiSuggestionField.appendLabel": "शामिल करें",
43
43
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
44
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "क्या आप वाकई इस फ़ाइल से \"{templateName}\" मेटाडेटा टेम्पलेट, और उसके सभी मूल्यमानों को हटाना चाहते हैं?",
@@ -88,6 +88,5 @@ export default {
88
88
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "सहेजें और जारी रखें",
89
89
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "खाली वैल्यू को छुपाएँ",
90
90
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "खाली वैल्यू को दिखाएँ",
91
- "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "कस्टम मेटाडेटा",
92
- "comboboxWithApiPagination.apiError": "परिणाम लोड नहीं हो सके। पुनः प्रयास करने के लिए क्लिक करें।"
91
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "कस्टम मेटाडेटा"
93
92
  }
@@ -1,5 +1,11 @@
1
- # Error message displayed as combobox item when an API failed and the suggestions could not load
2
- comboboxWithApiPagination.apiError = परिणाम लोड नहीं हो सके। पुनः प्रयास करने के लिए क्लिक करें।
1
+ # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
+ comboboxWithApiPagination.clearButtonAriaLabel = इनपुट और चयन साफ करें
3
+ # Error message displayed resembling button that calls to action to reload the results
4
+ comboboxWithApiPagination.errorAction = फिर से लोड करें
5
+ # Aria-label text for the error icon in the loading results error message
6
+ comboboxWithApiPagination.errorIconLabel = त्रुटि
7
+ # Error message displayed as inline notice that informs the user that the options failed to load
8
+ comboboxWithApiPagination.errorMessage = विकल्प लोड करने में विफल रहा
3
9
  # Visually hidden aria-label text for the loading spinner
4
10
  comboboxWithApiPagination.loadingAriaLabel = लोड हो रहा है...
5
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
@@ -68,6 +74,16 @@ metadataEditor.addMetadataTemplate.customMetadataName = कस्टम मे
68
74
  metadataEditor.addMetadataTemplate.search.placeholder = टेम्पलेट्स खोजें
69
75
  # Call to encourage user to add metadata templates
70
76
  metadataEditor.addMetadataTemplate.trigger.label = टेम्पलेट जोड़ें
77
+ # Label for value suggested by Box AI
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
79
+ # Aria-label for AI suggestion options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
81
+ # Label for appending the AI suggestion
82
+ metadataEditor.aiSuggestionField.appendLabel = शामिल करें
83
+ # Label for clearing the current value and applying the AI suggestion
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
85
+ # Label for ignoring the AI suggestion
86
+ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
71
87
  # Paragraph asking user are they sure that they want to delete the template
72
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = क्या आप वाकई इस फ़ाइल से "{templateName}" मेटाडेटा टेम्पलेट, और उसके सभी मूल्यमानों को हटाना चाहते हैं?
73
89
  # Label informing how to confirm deletion of the template
package/i18n/it-IT.js CHANGED
@@ -1,8 +1,8 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Clear input and selection",
3
- "comboboxWithApiPagination.errorAction": "Reload",
4
- "comboboxWithApiPagination.errorIconLabel": "Error",
5
- "comboboxWithApiPagination.errorMessage": "Failed to load options",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Annulla input e selezione",
3
+ "comboboxWithApiPagination.errorAction": "Ricarica",
4
+ "comboboxWithApiPagination.errorIconLabel": "Errore",
5
+ "comboboxWithApiPagination.errorMessage": "Caricamento delle opzioni non riuscito",
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Caricamento in corso...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Caricamento altri risultati in corso…",
8
8
  "comboboxWithApiPagination.noResults": "Nessun risultato trovato",
@@ -39,7 +39,7 @@ export default {
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "Aggiungi modello",
40
40
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
41
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
42
- "metadataEditor.aiSuggestionField.appendLabel": "Append",
42
+ "metadataEditor.aiSuggestionField.appendLabel": "Accoda",
43
43
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
44
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Confermi di voler eliminare il modello di metadati \"{templateName}\" e tutti i suoi valori da questo file?",
@@ -88,6 +88,5 @@ export default {
88
88
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Salva e continua",
89
89
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Nascondi valori vuoti",
90
90
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Mostra valori vuoti",
91
- "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Metadati personalizzati",
92
- "comboboxWithApiPagination.apiError": "Impossibile caricare i risultati. Fai clic per riprovare."
91
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Metadati personalizzati"
93
92
  }
@@ -1,5 +1,11 @@
1
- # Error message displayed as combobox item when an API failed and the suggestions could not load
2
- comboboxWithApiPagination.apiError = Impossibile caricare i risultati. Fai clic per riprovare.
1
+ # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Annulla input e selezione
3
+ # Error message displayed resembling button that calls to action to reload the results
4
+ comboboxWithApiPagination.errorAction = Ricarica
5
+ # Aria-label text for the error icon in the loading results error message
6
+ comboboxWithApiPagination.errorIconLabel = Errore
7
+ # Error message displayed as inline notice that informs the user that the options failed to load
8
+ comboboxWithApiPagination.errorMessage = Caricamento delle opzioni non riuscito
3
9
  # Visually hidden aria-label text for the loading spinner
4
10
  comboboxWithApiPagination.loadingAriaLabel = Caricamento in corso...
5
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
@@ -68,6 +74,16 @@ metadataEditor.addMetadataTemplate.customMetadataName = Metadati personalizzati
68
74
  metadataEditor.addMetadataTemplate.search.placeholder = Cerca modelli
69
75
  # Call to encourage user to add metadata templates
70
76
  metadataEditor.addMetadataTemplate.trigger.label = Aggiungi modello
77
+ # Label for value suggested by Box AI
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
79
+ # Aria-label for AI suggestion options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
81
+ # Label for appending the AI suggestion
82
+ metadataEditor.aiSuggestionField.appendLabel = Accoda
83
+ # Label for clearing the current value and applying the AI suggestion
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
85
+ # Label for ignoring the AI suggestion
86
+ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
71
87
  # Paragraph asking user are they sure that they want to delete the template
72
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Confermi di voler eliminare il modello di metadati "{templateName}" e tutti i suoi valori da questo file?
73
89
  # Label informing how to confirm deletion of the template
package/i18n/ja-JP.js CHANGED
@@ -1,10 +1,10 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Clear input and selection",
3
- "comboboxWithApiPagination.errorAction": "Reload",
4
- "comboboxWithApiPagination.errorIconLabel": "Error",
5
- "comboboxWithApiPagination.errorMessage": "Failed to load options",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "入力と選択をクリア",
3
+ "comboboxWithApiPagination.errorAction": "再読み込み",
4
+ "comboboxWithApiPagination.errorIconLabel": "エラー",
5
+ "comboboxWithApiPagination.errorMessage": "オプションの読み込みに失敗",
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "読み込み中...",
7
- "comboboxWithApiPagination.loadingMoreAriaLabel": "さらに読み込み中…",
7
+ "comboboxWithApiPagination.loadingMoreAriaLabel": "さらに読み込み中...",
8
8
  "comboboxWithApiPagination.noResults": "一致する結果がありません",
9
9
  "groupSharedFeatures.metadataEditor.loading": "読み込み中",
10
10
  "groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError": "{date}より後の日付を入力してください",
@@ -39,7 +39,7 @@ export default {
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "テンプレートを追加",
40
40
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
41
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
42
- "metadataEditor.aiSuggestionField.appendLabel": "Append",
42
+ "metadataEditor.aiSuggestionField.appendLabel": "追加",
43
43
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
44
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "このファイルから、メタデータテンプレート「{templateName}」とそのすべての値を削除してもよろしいですか?",
@@ -88,6 +88,5 @@ export default {
88
88
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "保存して続行",
89
89
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "空の値を非表示",
90
90
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "空の値を表示",
91
- "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "カスタムメタデータ",
92
- "comboboxWithApiPagination.apiError": "結果を読み込めませんでした。クリックしてもう一度お試しください。"
91
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "カスタムメタデータ"
93
92
  }
@@ -1,9 +1,15 @@
1
- # Error message displayed as combobox item when an API failed and the suggestions could not load
2
- comboboxWithApiPagination.apiError = 結果を読み込めませんでした。クリックしてもう一度お試しください。
1
+ # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
+ comboboxWithApiPagination.clearButtonAriaLabel = 入力と選択をクリア
3
+ # Error message displayed resembling button that calls to action to reload the results
4
+ comboboxWithApiPagination.errorAction = 再読み込み
5
+ # Aria-label text for the error icon in the loading results error message
6
+ comboboxWithApiPagination.errorIconLabel = エラー
7
+ # Error message displayed as inline notice that informs the user that the options failed to load
8
+ comboboxWithApiPagination.errorMessage = オプションの読み込みに失敗
3
9
  # Visually hidden aria-label text for the loading spinner
4
10
  comboboxWithApiPagination.loadingAriaLabel = 読み込み中...
5
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
6
- comboboxWithApiPagination.loadingMoreAriaLabel = さらに読み込み中…
12
+ comboboxWithApiPagination.loadingMoreAriaLabel = さらに読み込み中...
7
13
  # Message displayed when no results are found in the combobox
8
14
  comboboxWithApiPagination.noResults = 一致する結果がありません
9
15
  # Aria label indicating that content is loading or in progress
@@ -68,6 +74,16 @@ metadataEditor.addMetadataTemplate.customMetadataName = カスタムメタデー
68
74
  metadataEditor.addMetadataTemplate.search.placeholder = テンプレートを検索
69
75
  # Call to encourage user to add metadata templates
70
76
  metadataEditor.addMetadataTemplate.trigger.label = テンプレートを追加
77
+ # Label for value suggested by Box AI
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
79
+ # Aria-label for AI suggestion options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
81
+ # Label for appending the AI suggestion
82
+ metadataEditor.aiSuggestionField.appendLabel = 追加
83
+ # Label for clearing the current value and applying the AI suggestion
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
85
+ # Label for ignoring the AI suggestion
86
+ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
71
87
  # Paragraph asking user are they sure that they want to delete the template
72
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = このファイルから、メタデータテンプレート「{templateName}」とそのすべての値を削除してもよろしいですか?
73
89
  # Label informing how to confirm deletion of the template
package/i18n/ko-KR.js CHANGED
@@ -1,8 +1,8 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Clear input and selection",
3
- "comboboxWithApiPagination.errorAction": "Reload",
4
- "comboboxWithApiPagination.errorIconLabel": "Error",
5
- "comboboxWithApiPagination.errorMessage": "Failed to load options",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "입력 선택 지우기",
3
+ "comboboxWithApiPagination.errorAction": "다시 로드",
4
+ "comboboxWithApiPagination.errorIconLabel": "오류",
5
+ "comboboxWithApiPagination.errorMessage": "옵션을 로드하지 못했습니다.",
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "로드 중...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "더 많이 로드 중...",
8
8
  "comboboxWithApiPagination.noResults": "결과 없음",
@@ -39,7 +39,7 @@ export default {
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "템플릿 추가",
40
40
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
41
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
42
- "metadataEditor.aiSuggestionField.appendLabel": "Append",
42
+ "metadataEditor.aiSuggestionField.appendLabel": "추가",
43
43
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
44
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "\"{templateName}\" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?",
@@ -88,6 +88,5 @@ export default {
88
88
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "저장 및 계속",
89
89
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "빈 값 숨기기",
90
90
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "빈 값 표시",
91
- "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "사용자 정의 메타데이터",
92
- "comboboxWithApiPagination.apiError": "결과를 로드할 수 없었습니다. 다시 시도하려면 클릭하세요."
91
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "사용자 정의 메타데이터"
93
92
  }
@@ -1,5 +1,11 @@
1
- # Error message displayed as combobox item when an API failed and the suggestions could not load
2
- comboboxWithApiPagination.apiError = 결과를 로드할 없었습니다. 다시 시도하려면 클릭하세요.
1
+ # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
+ comboboxWithApiPagination.clearButtonAriaLabel = 입력 선택 지우기
3
+ # Error message displayed resembling button that calls to action to reload the results
4
+ comboboxWithApiPagination.errorAction = 다시 로드
5
+ # Aria-label text for the error icon in the loading results error message
6
+ comboboxWithApiPagination.errorIconLabel = 오류
7
+ # Error message displayed as inline notice that informs the user that the options failed to load
8
+ comboboxWithApiPagination.errorMessage = 옵션을 로드하지 못했습니다.
3
9
  # Visually hidden aria-label text for the loading spinner
4
10
  comboboxWithApiPagination.loadingAriaLabel = 로드 중...
5
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
@@ -68,6 +74,16 @@ metadataEditor.addMetadataTemplate.customMetadataName = 사용자 정의 메타
68
74
  metadataEditor.addMetadataTemplate.search.placeholder = 검색 템플릿
69
75
  # Call to encourage user to add metadata templates
70
76
  metadataEditor.addMetadataTemplate.trigger.label = 템플릿 추가
77
+ # Label for value suggested by Box AI
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
79
+ # Aria-label for AI suggestion options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
81
+ # Label for appending the AI suggestion
82
+ metadataEditor.aiSuggestionField.appendLabel = 추가
83
+ # Label for clearing the current value and applying the AI suggestion
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
85
+ # Label for ignoring the AI suggestion
86
+ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
71
87
  # Paragraph asking user are they sure that they want to delete the template
72
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = "{templateName}" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?
73
89
  # Label informing how to confirm deletion of the template
package/i18n/nb-NO.js CHANGED
@@ -1,8 +1,8 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Clear input and selection",
3
- "comboboxWithApiPagination.errorAction": "Reload",
4
- "comboboxWithApiPagination.errorIconLabel": "Error",
5
- "comboboxWithApiPagination.errorMessage": "Failed to load options",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Tøm inngang og valg",
3
+ "comboboxWithApiPagination.errorAction": "Last inn på nytt",
4
+ "comboboxWithApiPagination.errorIconLabel": "Feil",
5
+ "comboboxWithApiPagination.errorMessage": "Kunne ikke laste inn alternativer",
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Laster …",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Laster mer …",
8
8
  "comboboxWithApiPagination.noResults": "Ingen resultater funnet",
@@ -39,7 +39,7 @@ export default {
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "Legg til mal",
40
40
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
41
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
42
- "metadataEditor.aiSuggestionField.appendLabel": "Append",
42
+ "metadataEditor.aiSuggestionField.appendLabel": "Tilføy",
43
43
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
44
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?",
@@ -88,6 +88,5 @@ export default {
88
88
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Lagre og fortsett",
89
89
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Skjul tomme verdier",
90
90
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Vis tomme verdier",
91
- "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Tilpasset metadata",
92
- "comboboxWithApiPagination.apiError": "Kunne ikke laste inn resultater. Klikk for å prøve igjen."
91
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Tilpasset metadata"
93
92
  }
@@ -1,5 +1,11 @@
1
- # Error message displayed as combobox item when an API failed and the suggestions could not load
2
- comboboxWithApiPagination.apiError = Kunne ikke laste inn resultater. Klikk for å prøve igjen.
1
+ # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
2
+ comboboxWithApiPagination.clearButtonAriaLabel = Tøm inngang og valg
3
+ # Error message displayed resembling button that calls to action to reload the results
4
+ comboboxWithApiPagination.errorAction = Last inn på nytt
5
+ # Aria-label text for the error icon in the loading results error message
6
+ comboboxWithApiPagination.errorIconLabel = Feil
7
+ # Error message displayed as inline notice that informs the user that the options failed to load
8
+ comboboxWithApiPagination.errorMessage = Kunne ikke laste inn alternativer
3
9
  # Visually hidden aria-label text for the loading spinner
4
10
  comboboxWithApiPagination.loadingAriaLabel = Laster …
5
11
  # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
@@ -68,6 +74,16 @@ metadataEditor.addMetadataTemplate.customMetadataName = Tilpasset metadata
68
74
  metadataEditor.addMetadataTemplate.search.placeholder = Søk etter maler
69
75
  # Call to encourage user to add metadata templates
70
76
  metadataEditor.addMetadataTemplate.trigger.label = Legg til mal
77
+ # Label for value suggested by Box AI
78
+ metadataEditor.aiSuggestionField.aiSuggestionCaption = Box AI suggestion:
79
+ # Aria-label for AI suggestion options
80
+ metadataEditor.aiSuggestionField.aiSuggestionOptions = Options
81
+ # Label for appending the AI suggestion
82
+ metadataEditor.aiSuggestionField.appendLabel = Tilføy
83
+ # Label for clearing the current value and applying the AI suggestion
84
+ metadataEditor.aiSuggestionField.clearAndReplaceLabel = Clear and Replace
85
+ # Label for ignoring the AI suggestion
86
+ metadataEditor.aiSuggestionField.ignoreLabel = Ignore
71
87
  # Paragraph asking user are they sure that they want to delete the template
72
88
  metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?
73
89
  # Label informing how to confirm deletion of the template
package/i18n/nl-NL.js CHANGED
@@ -1,8 +1,8 @@
1
1
  export default {
2
- "comboboxWithApiPagination.clearButtonAriaLabel": "Clear input and selection",
3
- "comboboxWithApiPagination.errorAction": "Reload",
4
- "comboboxWithApiPagination.errorIconLabel": "Error",
5
- "comboboxWithApiPagination.errorMessage": "Failed to load options",
2
+ "comboboxWithApiPagination.clearButtonAriaLabel": "Invoer en selectie wissen",
3
+ "comboboxWithApiPagination.errorAction": "Opnieuw laden",
4
+ "comboboxWithApiPagination.errorIconLabel": "Fout",
5
+ "comboboxWithApiPagination.errorMessage": "Kan opties niet laden",
6
6
  "comboboxWithApiPagination.loadingAriaLabel": "Laden...",
7
7
  "comboboxWithApiPagination.loadingMoreAriaLabel": "Meer laden...",
8
8
  "comboboxWithApiPagination.noResults": "Geen resultaten gevonden",
@@ -39,7 +39,7 @@ export default {
39
39
  "metadataEditor.addMetadataTemplate.trigger.label": "Sjabloon toevoegen",
40
40
  "metadataEditor.aiSuggestionField.aiSuggestionCaption": "Box AI suggestion:",
41
41
  "metadataEditor.aiSuggestionField.aiSuggestionOptions": "Options",
42
- "metadataEditor.aiSuggestionField.appendLabel": "Append",
42
+ "metadataEditor.aiSuggestionField.appendLabel": "Toevoegen",
43
43
  "metadataEditor.aiSuggestionField.clearAndReplaceLabel": "Clear and Replace",
44
44
  "metadataEditor.aiSuggestionField.ignoreLabel": "Ignore",
45
45
  "metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Weet u zeker dat u de metagegevenssjabloon ‘{templateName}’ en al zijn waarden uit dit bestand wilt verwijderen?",
@@ -88,6 +88,5 @@ export default {
88
88
  "metadataEditor.unsavedChangesModal.saveAndContinueCTA": "Opslaan en doorgaan",
89
89
  "metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA": "Lege waarden verbergen",
90
90
  "metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA": "Lege waarden weergeven",
91
- "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Aangepaste metagegevens",
92
- "comboboxWithApiPagination.apiError": "Kon geen resultaten laden. Klik om het opnieuw te proberen."
91
+ "metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle": "Aangepaste metagegevens"
93
92
  }