@box/metadata-editor 1.38.2 → 1.39.0
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.
- package/dist/i18n/bn-IN.js +5 -5
- package/dist/i18n/bn-IN.properties +7 -3
- package/dist/i18n/da-DK.js +5 -5
- package/dist/i18n/da-DK.properties +7 -3
- package/dist/i18n/de-DE.js +5 -5
- package/dist/i18n/de-DE.properties +7 -3
- package/dist/i18n/en-AU.properties +4 -0
- package/dist/i18n/en-CA.properties +4 -0
- package/dist/i18n/en-GB.properties +4 -0
- package/dist/i18n/en-x-pseudo.js +135 -135
- package/dist/i18n/en-x-pseudo.properties +137 -133
- package/dist/i18n/es-419.js +5 -5
- package/dist/i18n/es-419.properties +7 -3
- package/dist/i18n/es-ES.js +5 -5
- package/dist/i18n/es-ES.properties +7 -3
- package/dist/i18n/fi-FI.js +5 -5
- package/dist/i18n/fi-FI.properties +7 -3
- package/dist/i18n/fr-CA.js +5 -5
- package/dist/i18n/fr-CA.properties +7 -3
- package/dist/i18n/fr-FR.js +5 -5
- package/dist/i18n/fr-FR.properties +7 -3
- package/dist/i18n/hi-IN.js +5 -5
- package/dist/i18n/hi-IN.properties +7 -3
- package/dist/i18n/it-IT.js +5 -5
- package/dist/i18n/it-IT.properties +7 -3
- package/dist/i18n/ja-JP.js +5 -5
- package/dist/i18n/ja-JP.properties +7 -3
- package/dist/i18n/ko-KR.js +5 -5
- package/dist/i18n/ko-KR.properties +7 -3
- package/dist/i18n/nb-NO.js +4 -4
- package/dist/i18n/nb-NO.properties +7 -3
- package/dist/i18n/nl-NL.js +5 -5
- package/dist/i18n/nl-NL.properties +7 -3
- package/dist/i18n/pl-PL.js +5 -5
- package/dist/i18n/pl-PL.properties +7 -3
- package/dist/i18n/pt-BR.js +5 -5
- package/dist/i18n/pt-BR.properties +7 -3
- package/dist/i18n/ru-RU.js +5 -5
- package/dist/i18n/ru-RU.properties +7 -3
- package/dist/i18n/sv-SE.js +5 -5
- package/dist/i18n/sv-SE.properties +7 -3
- package/dist/i18n/tr-TR.js +5 -5
- package/dist/i18n/tr-TR.properties +7 -3
- package/dist/i18n/zh-CN.js +5 -5
- package/dist/i18n/zh-CN.properties +7 -3
- package/dist/i18n/zh-TW.js +5 -5
- package/dist/i18n/zh-TW.properties +7 -3
- package/package.json +4 -4
|
@@ -48,6 +48,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = Es
|
|
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = Cambiar al mes que viene
|
|
49
49
|
# Aria label for switching to the previous month in the calendar
|
|
50
50
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = Cambiar al mes anterior
|
|
51
|
+
# Tooltip text for a taxonomy field that is externally owned
|
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = La funcionalidad Editar de la taxonomía compartida externamente no está disponible
|
|
51
53
|
# Placeholder text for selecting a taxonomy option
|
|
52
54
|
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Seleccione una opción
|
|
53
55
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
@@ -103,11 +105,11 @@ metadataEditor.autofillButton.tooltip.ga = Autocompletar con Box AI
|
|
|
103
105
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
106
|
metadataEditor.autofillButton.tooltip.standard = Autocompletar con Box AI (estándar)
|
|
105
107
|
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI
|
|
108
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI ha devuelto un nivel de confianza alto ({score}) para esta extracción.
|
|
107
109
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI
|
|
110
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI ha devuelto un nivel de confianza bajo ({score}) para esta extracción. Revise el valor.
|
|
109
111
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted =
|
|
112
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = El usuario ha revisado y aceptado la puntuación de confianza ({score}).
|
|
111
113
|
# Label informing how to confirm deletion of the template
|
|
112
114
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmar eliminación de la instancia de metadatos
|
|
113
115
|
# Paragraph asking user are they sure that they want to delete the template
|
|
@@ -236,6 +238,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNotice
|
|
|
236
238
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Cargando…
|
|
237
239
|
# Text for the standard extract agent
|
|
238
240
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = Estándar
|
|
241
|
+
# Accessible label for the confidence score warning icon in view mode
|
|
242
|
+
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = Puntuación de confianza baja: se precisa una revisión
|
|
239
243
|
# Body for the unsaved changes modal
|
|
240
244
|
metadataEditor.unsavedChangesModal.body = No se han guardado los cambios de la(s) plantilla(s) de metadatos. ¿Cómo quieres continuar?
|
|
241
245
|
# Label for close (x) button
|
package/dist/i18n/fi-FI.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Aseta arvo",
|
|
25
25
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Vaihda seuraavaan kuukauteen",
|
|
26
26
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Vaihda edelliseen kuukauteen",
|
|
27
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "
|
|
27
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Ulkoisesti jaetun taksonomian Muokkaa-toiminto ei ole käytettävissä",
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Valitse vaihtoehto",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Vaihda päivityksen muodon valitsinta",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Korvaava syöte",
|
|
@@ -52,9 +52,9 @@ export default {
|
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.enhanced": "Automaattinen täyttö Box AI:n avulla (tehostettu)",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.ga": "Automaattinen täyttö Box AI:n avulla",
|
|
54
54
|
"metadataEditor.autofillButton.tooltip.standard": "Automaattinen täyttö Box AI:n avulla (vakio)",
|
|
55
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI
|
|
56
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI
|
|
57
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI antoi korkean luottamustason ({score}) tälle poiminnalle.",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI antoi matalan luottamustason ({score}) tälle poiminnalle. Tarkista arvo.",
|
|
57
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Käyttäjä on tarkistanut ja hyväksynyt luottamuspisteet ({score}).",
|
|
58
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Vahvista metatietoesiintymän poistaminen",
|
|
59
59
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Oletko varma, että haluat poistaa \"{templateName}\" Metatietomallin ja kaikki sen arvot tästä tiedostosta?",
|
|
60
60
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Haluatko varmasti poistaa metatietoesiintymän ”{templateName}” ja sen arvot?",
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
119
119
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Sisältö on liian suuri",
|
|
120
120
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Ladataan...",
|
|
121
121
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Vakio",
|
|
122
|
-
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "
|
|
122
|
+
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "Alhaiset luottamuspisteet – tarkistus vaaditaan",
|
|
123
123
|
"metadataEditor.unsavedChangesModal.body": "Metatietomalleissa on tallentamattomia muutoksia. Miten haluat jatkaa?",
|
|
124
124
|
"metadataEditor.unsavedChangesModal.closeLabel": "Sulje",
|
|
125
125
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Jatka muokkaamista",
|
|
@@ -48,6 +48,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = As
|
|
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = Vaihda seuraavaan kuukauteen
|
|
49
49
|
# Aria label for switching to the previous month in the calendar
|
|
50
50
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = Vaihda edelliseen kuukauteen
|
|
51
|
+
# Tooltip text for a taxonomy field that is externally owned
|
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = Ulkoisesti jaetun taksonomian Muokkaa-toiminto ei ole käytettävissä
|
|
51
53
|
# Placeholder text for selecting a taxonomy option
|
|
52
54
|
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Valitse vaihtoehto
|
|
53
55
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
@@ -103,11 +105,11 @@ metadataEditor.autofillButton.tooltip.ga = Automaattinen täyttö Box AI:n avull
|
|
|
103
105
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
106
|
metadataEditor.autofillButton.tooltip.standard = Automaattinen täyttö Box AI:n avulla (vakio)
|
|
105
107
|
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI
|
|
108
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI antoi korkean luottamustason ({score}) tälle poiminnalle.
|
|
107
109
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI
|
|
110
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI antoi matalan luottamustason ({score}) tälle poiminnalle. Tarkista arvo.
|
|
109
111
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted =
|
|
112
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Käyttäjä on tarkistanut ja hyväksynyt luottamuspisteet ({score}).
|
|
111
113
|
# Label informing how to confirm deletion of the template
|
|
112
114
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Vahvista metatietoesiintymän poistaminen
|
|
113
115
|
# Paragraph asking user are they sure that they want to delete the template
|
|
@@ -236,6 +238,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNotice
|
|
|
236
238
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Ladataan...
|
|
237
239
|
# Text for the standard extract agent
|
|
238
240
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = Vakio
|
|
241
|
+
# Accessible label for the confidence score warning icon in view mode
|
|
242
|
+
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = Alhaiset luottamuspisteet – tarkistus vaaditaan
|
|
239
243
|
# Body for the unsaved changes modal
|
|
240
244
|
metadataEditor.unsavedChangesModal.body = Metatietomalleissa on tallentamattomia muutoksia. Miten haluat jatkaa?
|
|
241
245
|
# Label for close (x) button
|
package/dist/i18n/fr-CA.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Définir la valeur",
|
|
25
25
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Passer au mois suivant",
|
|
26
26
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Passer au mois précédent",
|
|
27
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "
|
|
27
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "La fonctionnalité de modification de la taxonomie partagée de manière externe n’est pas disponible",
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Sélectionner une option",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Basculer le sélecteur de mode de mise à jour",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Avec",
|
|
@@ -52,9 +52,9 @@ export default {
|
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.enhanced": "Remplissage automatique avec Box AI (amélioré)",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.ga": "Remplissage automatique avec Box AI",
|
|
54
54
|
"metadataEditor.autofillButton.tooltip.standard": "Remplissage automatique avec Box AI (Standard)",
|
|
55
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI
|
|
56
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI
|
|
57
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI a renvoyé un niveau de confiance élevé ({score}) pour cette extraction.",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI a renvoyé un niveau de confiance faible ({score}) pour cette extraction. Avis, commentaire.",
|
|
57
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Le score de confiance ({score}) a été examiné et accepté par l’utilisateur.",
|
|
58
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmer la suppression de l'instance de métadonnées",
|
|
59
59
|
"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 ?",
|
|
60
60
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Souhaitez-vous vraiment supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?",
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
119
119
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Le contenu est trop volumineux",
|
|
120
120
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Chargement en cours...",
|
|
121
121
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
|
122
|
-
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "
|
|
122
|
+
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "Score de confiance faible, avis nécessaire",
|
|
123
123
|
"metadataEditor.unsavedChangesModal.body": "Le(s) modèle(s) de métadonnées ont des modifications non enregistrées. Comment souhaitez-vous procéder ?",
|
|
124
124
|
"metadataEditor.unsavedChangesModal.closeLabel": "Fermer",
|
|
125
125
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Poursuivre la modification",
|
|
@@ -48,6 +48,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = D
|
|
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = Passer au mois suivant
|
|
49
49
|
# Aria label for switching to the previous month in the calendar
|
|
50
50
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = Passer au mois précédent
|
|
51
|
+
# Tooltip text for a taxonomy field that is externally owned
|
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = La fonctionnalité de modification de la taxonomie partagée de manière externe n’est pas disponible
|
|
51
53
|
# Placeholder text for selecting a taxonomy option
|
|
52
54
|
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Sélectionner une option
|
|
53
55
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
@@ -103,11 +105,11 @@ metadataEditor.autofillButton.tooltip.ga = Remplissage automatique avec Box AI
|
|
|
103
105
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
106
|
metadataEditor.autofillButton.tooltip.standard = Remplissage automatique avec Box AI (Standard)
|
|
105
107
|
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI
|
|
108
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI a renvoyé un niveau de confiance élevé ({score}) pour cette extraction.
|
|
107
109
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI
|
|
110
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI a renvoyé un niveau de confiance faible ({score}) pour cette extraction. Avis, commentaire.
|
|
109
111
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted =
|
|
112
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Le score de confiance ({score}) a été examiné et accepté par l’utilisateur.
|
|
111
113
|
# Label informing how to confirm deletion of the template
|
|
112
114
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmer la suppression de l'instance de métadonnées
|
|
113
115
|
# Paragraph asking user are they sure that they want to delete the template
|
|
@@ -236,6 +238,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNotice
|
|
|
236
238
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Chargement en cours...
|
|
237
239
|
# Text for the standard extract agent
|
|
238
240
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = Standard
|
|
241
|
+
# Accessible label for the confidence score warning icon in view mode
|
|
242
|
+
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = Score de confiance faible, avis nécessaire
|
|
239
243
|
# Body for the unsaved changes modal
|
|
240
244
|
metadataEditor.unsavedChangesModal.body = Le(s) modèle(s) de métadonnées ont des modifications non enregistrées. Comment souhaitez-vous procéder ?
|
|
241
245
|
# Label for close (x) button
|
package/dist/i18n/fr-FR.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Définir la valeur",
|
|
25
25
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Passer au mois suivant",
|
|
26
26
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Passer au mois précédent",
|
|
27
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "
|
|
27
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "La fonctionnalité de modification de la taxonomie partagée de manière externe n’est pas disponible",
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Sélectionner une option",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Basculer le sélecteur de mode de mise à jour",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Avec",
|
|
@@ -52,9 +52,9 @@ export default {
|
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.enhanced": "Remplissage automatique avec Box AI (amélioré)",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.ga": "Remplissage automatique avec Box AI",
|
|
54
54
|
"metadataEditor.autofillButton.tooltip.standard": "Remplissage automatique avec Box AI (Standard)",
|
|
55
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI
|
|
56
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI
|
|
57
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI a renvoyé un niveau de confiance élevé ({score}) pour cette extraction.",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI a renvoyé un niveau de confiance faible ({score}) pour cette extraction. Avis, commentaire.",
|
|
57
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Le score de confiance ({score}) a été examiné et accepté par l’utilisateur.",
|
|
58
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmer la suppression de l'instance de métadonnées",
|
|
59
59
|
"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 ?",
|
|
60
60
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Souhaitez-vous vraiment supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?",
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
119
119
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Le contenu est trop volumineux",
|
|
120
120
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Chargement en cours...",
|
|
121
121
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
|
122
|
-
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "
|
|
122
|
+
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "Score de confiance faible, avis nécessaire",
|
|
123
123
|
"metadataEditor.unsavedChangesModal.body": "Le(s) modèle(s) de métadonnées ont des modifications non enregistrées. Comment souhaitez-vous procéder ?",
|
|
124
124
|
"metadataEditor.unsavedChangesModal.closeLabel": "Fermer",
|
|
125
125
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Poursuivre la modification",
|
|
@@ -48,6 +48,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = D
|
|
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = Passer au mois suivant
|
|
49
49
|
# Aria label for switching to the previous month in the calendar
|
|
50
50
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = Passer au mois précédent
|
|
51
|
+
# Tooltip text for a taxonomy field that is externally owned
|
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = La fonctionnalité de modification de la taxonomie partagée de manière externe n’est pas disponible
|
|
51
53
|
# Placeholder text for selecting a taxonomy option
|
|
52
54
|
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Sélectionner une option
|
|
53
55
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
@@ -103,11 +105,11 @@ metadataEditor.autofillButton.tooltip.ga = Remplissage automatique avec Box AI
|
|
|
103
105
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
106
|
metadataEditor.autofillButton.tooltip.standard = Remplissage automatique avec Box AI (Standard)
|
|
105
107
|
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI
|
|
108
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI a renvoyé un niveau de confiance élevé ({score}) pour cette extraction.
|
|
107
109
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI
|
|
110
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI a renvoyé un niveau de confiance faible ({score}) pour cette extraction. Avis, commentaire.
|
|
109
111
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted =
|
|
112
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Le score de confiance ({score}) a été examiné et accepté par l’utilisateur.
|
|
111
113
|
# Label informing how to confirm deletion of the template
|
|
112
114
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmer la suppression de l'instance de métadonnées
|
|
113
115
|
# Paragraph asking user are they sure that they want to delete the template
|
|
@@ -236,6 +238,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNotice
|
|
|
236
238
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Chargement en cours...
|
|
237
239
|
# Text for the standard extract agent
|
|
238
240
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = Standard
|
|
241
|
+
# Accessible label for the confidence score warning icon in view mode
|
|
242
|
+
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = Score de confiance faible, avis nécessaire
|
|
239
243
|
# Body for the unsaved changes modal
|
|
240
244
|
metadataEditor.unsavedChangesModal.body = Le(s) modèle(s) de métadonnées ont des modifications non enregistrées. Comment souhaitez-vous procéder ?
|
|
241
245
|
# Label for close (x) button
|
package/dist/i18n/hi-IN.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "वैल्यू सेट करें",
|
|
25
25
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "अगले महीने में स्विच करें",
|
|
26
26
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "पिछले महीने में स्विच करें",
|
|
27
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "
|
|
27
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "बाहरी रूप से साझा किए गए वर्गीकरण के लिए संपादन कार्यक्षमता, उपलब्ध नहीं है",
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "एक विकल्प चुनें",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "अपडेट मोड सेलेक्टर को टॉगल करें",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "इसके साथ",
|
|
@@ -52,9 +52,9 @@ export default {
|
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.enhanced": "Box AI (उन्नत) के साथ ऑटोफिल करें",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.ga": "Box AI के साथ ऑटोफिल करें",
|
|
54
54
|
"metadataEditor.autofillButton.tooltip.standard": "Box AI (मानक) के साथ ऑटोफिल करें",
|
|
55
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI
|
|
56
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI
|
|
57
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "इस एक्सट्रैक्शन के लिए Box AI ने उच्च आत्मविश्वास ({score}) स्तर प्रदर्शित किया।",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "इस एक्सट्रैक्शन के लिए Box AI ने कम आत्मविश्वास ({score}) स्तर प्रदर्शित किया। मान की समीक्षा करें।",
|
|
57
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "आत्मविश्वास स्कोर ({score}) की समीक्षा की गई है और उपयोगकर्ता द्वारा स्वीकार किया गया है।",
|
|
58
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "मेटाडेटा उदाहरण के हटाए जाने की पुष्टि करें",
|
|
59
59
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "क्या आप वाकई इस फ़ाइल से \"{templateName}\" मेटाडेटा टेम्पलेट, और उसके सभी मूल्यमानों को हटाना चाहते हैं?",
|
|
60
60
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "क्या आप वाकई \"{templateName}\" मेटाडेटा इंस्टेंस, और इसके मूल्यों को हटाना चाहते हैं?",
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
119
119
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "सामग्री बहुत बड़ी है",
|
|
120
120
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "लोड हो रहा है...",
|
|
121
121
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "मानक",
|
|
122
|
-
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "
|
|
122
|
+
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "कम आत्मविश्वास स्कोर - समीक्षा की आवश्यकता है",
|
|
123
123
|
"metadataEditor.unsavedChangesModal.body": "मेटाडेटा टेम्पलेट में अनसहेजे बदलाव हैं। आप कैसे आगे बढ़ना चाहते हैं?",
|
|
124
124
|
"metadataEditor.unsavedChangesModal.closeLabel": "बंद करें",
|
|
125
125
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "संपादन जारी रखें",
|
|
@@ -48,6 +48,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder =
|
|
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = अगले महीने में स्विच करें
|
|
49
49
|
# Aria label for switching to the previous month in the calendar
|
|
50
50
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = पिछले महीने में स्विच करें
|
|
51
|
+
# Tooltip text for a taxonomy field that is externally owned
|
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = बाहरी रूप से साझा किए गए वर्गीकरण के लिए संपादन कार्यक्षमता, उपलब्ध नहीं है
|
|
51
53
|
# Placeholder text for selecting a taxonomy option
|
|
52
54
|
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = एक विकल्प चुनें
|
|
53
55
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
@@ -103,11 +105,11 @@ metadataEditor.autofillButton.tooltip.ga = Box AI के साथ ऑटोफ
|
|
|
103
105
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
106
|
metadataEditor.autofillButton.tooltip.standard = Box AI (मानक) के साथ ऑटोफिल करें
|
|
105
107
|
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI
|
|
108
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = इस एक्सट्रैक्शन के लिए Box AI ने उच्च आत्मविश्वास ({score}) स्तर प्रदर्शित किया।
|
|
107
109
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI
|
|
110
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = इस एक्सट्रैक्शन के लिए Box AI ने कम आत्मविश्वास ({score}) स्तर प्रदर्शित किया। मान की समीक्षा करें।
|
|
109
111
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted =
|
|
112
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = आत्मविश्वास स्कोर ({score}) की समीक्षा की गई है और उपयोगकर्ता द्वारा स्वीकार किया गया है।
|
|
111
113
|
# Label informing how to confirm deletion of the template
|
|
112
114
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = मेटाडेटा उदाहरण के हटाए जाने की पुष्टि करें
|
|
113
115
|
# Paragraph asking user are they sure that they want to delete the template
|
|
@@ -236,6 +238,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNotice
|
|
|
236
238
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = लोड हो रहा है...
|
|
237
239
|
# Text for the standard extract agent
|
|
238
240
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = मानक
|
|
241
|
+
# Accessible label for the confidence score warning icon in view mode
|
|
242
|
+
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = कम आत्मविश्वास स्कोर - समीक्षा की आवश्यकता है
|
|
239
243
|
# Body for the unsaved changes modal
|
|
240
244
|
metadataEditor.unsavedChangesModal.body = मेटाडेटा टेम्पलेट में अनसहेजे बदलाव हैं। आप कैसे आगे बढ़ना चाहते हैं?
|
|
241
245
|
# Label for close (x) button
|
package/dist/i18n/it-IT.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Imposta valore",
|
|
25
25
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Passa al mese successivo",
|
|
26
26
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Passa al mese precedente",
|
|
27
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "
|
|
27
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "La funzionalità di modifica per la tassonomia condivisa esternamente non è disponibile",
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Seleziona un'opzione",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Attiva/disattiva il selettore della modalità di aggiornamento",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Con",
|
|
@@ -52,9 +52,9 @@ export default {
|
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.enhanced": "Compilazione automatica con Box AI (migliorato)",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.ga": "Compilazione automatica con Box AI",
|
|
54
54
|
"metadataEditor.autofillButton.tooltip.standard": "Compilazione automatica con Box AI (Standard)",
|
|
55
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI
|
|
56
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI
|
|
57
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI ha restituito un livello di affidabilità elevato ({score}) per questa estrazione.",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI ha restituito un livello di affidabilità basso ({score}) per questa estrazione. Controllare il valore.",
|
|
57
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Il punteggio di affidabilità ({score}) è stato esaminato e accettato dall’utente.",
|
|
58
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Conferma l'eliminazione dell'istanza dei metadati",
|
|
59
59
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Confermi di voler eliminare il modello di metadati \"{templateName}\" e tutti i suoi valori da questo file?",
|
|
60
60
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Vuoi eliminare l'istanza dei metadati \"{templateName}\" e i relativi valori?",
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
119
119
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Contenuto troppo grande",
|
|
120
120
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Caricamento in corso...",
|
|
121
121
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Standard",
|
|
122
|
-
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "
|
|
122
|
+
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "Punteggio di affidabilità basso - controllo necessario",
|
|
123
123
|
"metadataEditor.unsavedChangesModal.body": "Gli uno o più modelli di metadati hanno delle modifiche non salvate. Come vuoi procedere?",
|
|
124
124
|
"metadataEditor.unsavedChangesModal.closeLabel": "Chiudi",
|
|
125
125
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Continua a modificare",
|
|
@@ -48,6 +48,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = Im
|
|
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = Passa al mese successivo
|
|
49
49
|
# Aria label for switching to the previous month in the calendar
|
|
50
50
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = Passa al mese precedente
|
|
51
|
+
# Tooltip text for a taxonomy field that is externally owned
|
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = La funzionalità di modifica per la tassonomia condivisa esternamente non è disponibile
|
|
51
53
|
# Placeholder text for selecting a taxonomy option
|
|
52
54
|
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = Seleziona un'opzione
|
|
53
55
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
@@ -103,11 +105,11 @@ metadataEditor.autofillButton.tooltip.ga = Compilazione automatica con Box AI
|
|
|
103
105
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
106
|
metadataEditor.autofillButton.tooltip.standard = Compilazione automatica con Box AI (Standard)
|
|
105
107
|
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI
|
|
108
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI ha restituito un livello di affidabilità elevato ({score}) per questa estrazione.
|
|
107
109
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI
|
|
110
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI ha restituito un livello di affidabilità basso ({score}) per questa estrazione. Controllare il valore.
|
|
109
111
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted =
|
|
112
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = Il punteggio di affidabilità ({score}) è stato esaminato e accettato dall’utente.
|
|
111
113
|
# Label informing how to confirm deletion of the template
|
|
112
114
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Conferma l'eliminazione dell'istanza dei metadati
|
|
113
115
|
# Paragraph asking user are they sure that they want to delete the template
|
|
@@ -236,6 +238,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNotice
|
|
|
236
238
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Caricamento in corso...
|
|
237
239
|
# Text for the standard extract agent
|
|
238
240
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = Standard
|
|
241
|
+
# Accessible label for the confidence score warning icon in view mode
|
|
242
|
+
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = Punteggio di affidabilità basso - controllo necessario
|
|
239
243
|
# Body for the unsaved changes modal
|
|
240
244
|
metadataEditor.unsavedChangesModal.body = Gli uno o più modelli di metadati hanno delle modifiche non salvate. Come vuoi procedere?
|
|
241
245
|
# Label for close (x) button
|
package/dist/i18n/ja-JP.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "値を設定",
|
|
25
25
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "翌月に切り替え",
|
|
26
26
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "前月に切り替え",
|
|
27
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "
|
|
27
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "外部で共有されているメタデータ階層の編集機能は使用できません",
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "オプションを選択してください",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "更新モードセレクタの切り替え",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "置き換え後の値",
|
|
@@ -52,9 +52,9 @@ export default {
|
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.enhanced": "Box AIによる自動入力 (強化)",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.ga": "Box AIによる自動入力",
|
|
54
54
|
"metadataEditor.autofillButton.tooltip.standard": "Box AIによる自動入力 (標準)",
|
|
55
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI
|
|
56
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI
|
|
57
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AIは、この抽出について高い信頼度レベル ({score}) を返しました。",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AIは、この抽出について低い信頼度レベル ({score}) を返しました。値をレビューしてください。",
|
|
57
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "信頼度スコア ({score}) はユーザーによってレビューされ、受け入れられました。",
|
|
58
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "メタデータインスタンスの削除を確認",
|
|
59
59
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "このファイルから、メタデータテンプレート「{templateName}」とそのすべての値を削除してもよろしいですか?",
|
|
60
60
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "「{templateName}」メタデータインスタンスとその値を削除してもよろしいですか?",
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
119
119
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "コンテンツが大きすぎます",
|
|
120
120
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "読み込み中...",
|
|
121
121
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "標準",
|
|
122
|
-
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "
|
|
122
|
+
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "信頼度スコアが低い - レビューが必要です",
|
|
123
123
|
"metadataEditor.unsavedChangesModal.body": "メタデータテンプレートに保存されていない変更があります。どのように続行しますか?",
|
|
124
124
|
"metadataEditor.unsavedChangesModal.closeLabel": "閉じる",
|
|
125
125
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "編集を続行",
|
|
@@ -48,6 +48,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder =
|
|
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = 翌月に切り替え
|
|
49
49
|
# Aria label for switching to the previous month in the calendar
|
|
50
50
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = 前月に切り替え
|
|
51
|
+
# Tooltip text for a taxonomy field that is externally owned
|
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = 外部で共有されているメタデータ階層の編集機能は使用できません
|
|
51
53
|
# Placeholder text for selecting a taxonomy option
|
|
52
54
|
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = オプションを選択してください
|
|
53
55
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
@@ -103,11 +105,11 @@ metadataEditor.autofillButton.tooltip.ga = Box AIによる自動入力
|
|
|
103
105
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
106
|
metadataEditor.autofillButton.tooltip.standard = Box AIによる自動入力 (標準)
|
|
105
107
|
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI
|
|
108
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AIは、この抽出について高い信頼度レベル ({score}) を返しました。
|
|
107
109
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI
|
|
110
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AIは、この抽出について低い信頼度レベル ({score}) を返しました。値をレビューしてください。
|
|
109
111
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted =
|
|
112
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = 信頼度スコア ({score}) はユーザーによってレビューされ、受け入れられました。
|
|
111
113
|
# Label informing how to confirm deletion of the template
|
|
112
114
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = メタデータインスタンスの削除を確認
|
|
113
115
|
# Paragraph asking user are they sure that they want to delete the template
|
|
@@ -236,6 +238,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNotice
|
|
|
236
238
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = 読み込み中...
|
|
237
239
|
# Text for the standard extract agent
|
|
238
240
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = 標準
|
|
241
|
+
# Accessible label for the confidence score warning icon in view mode
|
|
242
|
+
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = 信頼度スコアが低い - レビューが必要です
|
|
239
243
|
# Body for the unsaved changes modal
|
|
240
244
|
metadataEditor.unsavedChangesModal.body = メタデータテンプレートに保存されていない変更があります。どのように続行しますか?
|
|
241
245
|
# Label for close (x) button
|
package/dist/i18n/ko-KR.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "값 설정",
|
|
25
25
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "다음 달로 전환",
|
|
26
26
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "이전 달로 전환",
|
|
27
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "
|
|
27
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "외부적으로 공유된 분류 체계에 대한 편집 기능을 사용할 수 없습니다",
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "옵션 선택",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "업데이트 모드 선택기 토글",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "포함",
|
|
@@ -52,9 +52,9 @@ export default {
|
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.enhanced": "Box AI로 자동 완성하기(고급형)",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.ga": "Box AI로 자동 완성하기",
|
|
54
54
|
"metadataEditor.autofillButton.tooltip.standard": "Box AI로 자동 완성하기(표준형)",
|
|
55
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI
|
|
56
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI
|
|
57
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI가 이 추출에 대해 높은 신뢰도({score}) 레벨을 반환했습니다.",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI가 이 추출에 대해 낮은 신뢰도({score}) 레벨을 반환했습니다. 값을 리뷰하십시오.",
|
|
57
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "신뢰도 점수({score})를 사용자가 검토 및 승인했습니다.",
|
|
58
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "메타데이터 인스턴스 삭제 확인",
|
|
59
59
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "\"{templateName}\" 메타데이터 템플릿 및 이 파일에서 모든 값을 삭제하시겠습니까?",
|
|
60
60
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "\"{templateName}\" 메타데이터 인스턴스 및 해당 값을 삭제하시겠습니까?",
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
119
119
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "콘텐츠가 너무 큽니다",
|
|
120
120
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "로드 중...",
|
|
121
121
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "표준형",
|
|
122
|
-
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "
|
|
122
|
+
"metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel": "낮은 신뢰도 점수 - 리뷰 필요",
|
|
123
123
|
"metadataEditor.unsavedChangesModal.body": "메타데이터 템플릿에 저장되지 않은 변경 사항이 있습니다. 어떻게 진행하시겠습니까?",
|
|
124
124
|
"metadataEditor.unsavedChangesModal.closeLabel": "닫기",
|
|
125
125
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "편집 계속",
|
|
@@ -48,6 +48,8 @@ groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder =
|
|
|
48
48
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = 다음 달로 전환
|
|
49
49
|
# Aria label for switching to the previous month in the calendar
|
|
50
50
|
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = 이전 달로 전환
|
|
51
|
+
# Tooltip text for a taxonomy field that is externally owned
|
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned = 외부적으로 공유된 분류 체계에 대한 편집 기능을 사용할 수 없습니다
|
|
51
53
|
# Placeholder text for selecting a taxonomy option
|
|
52
54
|
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = 옵션 선택
|
|
53
55
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
|
@@ -103,11 +105,11 @@ metadataEditor.autofillButton.tooltip.ga = Box AI로 자동 완성하기
|
|
|
103
105
|
# Tooltip for the autofill button when using standard AI agent
|
|
104
106
|
metadataEditor.autofillButton.tooltip.standard = Box AI로 자동 완성하기(표준형)
|
|
105
107
|
# Tooltip message shown when Box AI extraction has high confidence score. {score} is the formatted percentage (e.g., "95%")
|
|
106
|
-
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI
|
|
108
|
+
metadataEditor.confidenceScore.tooltipHighConfidence = Box AI가 이 추출에 대해 높은 신뢰도({score}) 레벨을 반환했습니다.
|
|
107
109
|
# Tooltip message shown when Box AI extraction has low confidence score. {score} is the formatted percentage (e.g., "35%")
|
|
108
|
-
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI
|
|
110
|
+
metadataEditor.confidenceScore.tooltipLowConfidence = Box AI가 이 추출에 대해 낮은 신뢰도({score}) 레벨을 반환했습니다. 값을 리뷰하십시오.
|
|
109
111
|
# Tooltip message shown when a low confidence extraction has been reviewed and accepted by user
|
|
110
|
-
metadataEditor.confidenceScore.tooltipReviewedAndAccepted =
|
|
112
|
+
metadataEditor.confidenceScore.tooltipReviewedAndAccepted = 신뢰도 점수({score})를 사용자가 검토 및 승인했습니다.
|
|
111
113
|
# Label informing how to confirm deletion of the template
|
|
112
114
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = 메타데이터 인스턴스 삭제 확인
|
|
113
115
|
# Paragraph asking user are they sure that they want to delete the template
|
|
@@ -236,6 +238,8 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNotice
|
|
|
236
238
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = 로드 중...
|
|
237
239
|
# Text for the standard extract agent
|
|
238
240
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = 표준형
|
|
241
|
+
# Accessible label for the confidence score warning icon in view mode
|
|
242
|
+
metadataEditor.metadataInstanceEntry.confidenceScoreIconAriaLabel = 낮은 신뢰도 점수 - 리뷰 필요
|
|
239
243
|
# Body for the unsaved changes modal
|
|
240
244
|
metadataEditor.unsavedChangesModal.body = 메타데이터 템플릿에 저장되지 않은 변경 사항이 있습니다. 어떻게 진행하시겠습니까?
|
|
241
245
|
# Label for close (x) button
|
package/dist/i18n/nb-NO.js
CHANGED
|
@@ -24,7 +24,7 @@ export default {
|
|
|
24
24
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder": "Angi verdi",
|
|
25
25
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth": "Bytt til neste måned",
|
|
26
26
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth": "Bytt til forrige måned",
|
|
27
|
-
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "
|
|
27
|
+
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyExternallyOwned": "Redigeringsfunksjonalitet for taksonomi som er delt eksternt er ikke tilgjengelig",
|
|
28
28
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder": "Velg et alternativ",
|
|
29
29
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel": "Veksle mellom valg av oppdateringsmodus",
|
|
30
30
|
"groupSharedFeatures.metadataEditor.metadataEditorFields.with": "Med",
|
|
@@ -52,9 +52,9 @@ export default {
|
|
|
52
52
|
"metadataEditor.autofillButton.tooltip.enhanced": "Automatisk utfylling med Box AI (forbedret)",
|
|
53
53
|
"metadataEditor.autofillButton.tooltip.ga": "Automatisk utfylling med Box AI",
|
|
54
54
|
"metadataEditor.autofillButton.tooltip.standard": "Automatisk utfylling med Box AI (standard)",
|
|
55
|
-
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI
|
|
56
|
-
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI
|
|
57
|
-
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "
|
|
55
|
+
"metadataEditor.confidenceScore.tooltipHighConfidence": "Box AI returnerte høyt tillitsnivå ({score}) for denne ekstraksjonen.",
|
|
56
|
+
"metadataEditor.confidenceScore.tooltipLowConfidence": "Box AI returnerte lavt tillitsnivå ({score}) for denne ekstraksjonen. Gjennomgå verdien.",
|
|
57
|
+
"metadataEditor.confidenceScore.tooltipReviewedAndAccepted": "Tillitspoeng ({score}) er gjennomgått og akseptert av brukeren.",
|
|
58
58
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Bekreft sletting av metadataforekomst",
|
|
59
59
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Er du sikker på at du vil slette metadatamalen «{templateName}», og alle verdiene i den fra denne filen?",
|
|
60
60
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Er du sikker på at du vil slette metadataforekomsten «{templateName}» og tilhørende verdier?",
|