@box/metadata-editor 0.110.4 → 0.111.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 +8 -14
- package/dist/i18n/bn-IN.properties +14 -12
- package/dist/i18n/da-DK.js +7 -13
- package/dist/i18n/da-DK.properties +14 -12
- package/dist/i18n/de-DE.js +7 -13
- package/dist/i18n/de-DE.properties +14 -12
- package/dist/i18n/en-AU.js +1 -7
- package/dist/i18n/en-AU.properties +14 -12
- package/dist/i18n/en-CA.js +1 -7
- package/dist/i18n/en-CA.properties +14 -12
- package/dist/i18n/en-GB.js +1 -7
- package/dist/i18n/en-GB.properties +14 -12
- package/dist/i18n/en-x-pseudo.js +125 -131
- package/dist/i18n/en-x-pseudo.properties +132 -130
- package/dist/i18n/es-419.js +8 -14
- package/dist/i18n/es-419.properties +14 -12
- package/dist/i18n/es-ES.js +8 -14
- package/dist/i18n/es-ES.properties +14 -12
- package/dist/i18n/fi-FI.js +8 -14
- package/dist/i18n/fi-FI.properties +14 -12
- package/dist/i18n/fr-CA.js +7 -13
- package/dist/i18n/fr-CA.properties +14 -12
- package/dist/i18n/fr-FR.js +7 -13
- package/dist/i18n/fr-FR.properties +14 -12
- package/dist/i18n/hi-IN.js +8 -14
- package/dist/i18n/hi-IN.properties +14 -12
- package/dist/i18n/it-IT.js +7 -13
- package/dist/i18n/it-IT.properties +14 -12
- package/dist/i18n/ja-JP.js +8 -14
- package/dist/i18n/ja-JP.properties +14 -12
- package/dist/i18n/ko-KR.js +8 -14
- package/dist/i18n/ko-KR.properties +14 -12
- package/dist/i18n/nb-NO.js +7 -13
- package/dist/i18n/nb-NO.properties +14 -12
- package/dist/i18n/nl-NL.js +8 -14
- package/dist/i18n/nl-NL.properties +14 -12
- package/dist/i18n/pl-PL.js +8 -14
- package/dist/i18n/pl-PL.properties +14 -12
- package/dist/i18n/pt-BR.js +8 -14
- package/dist/i18n/pt-BR.properties +14 -12
- package/dist/i18n/ru-RU.js +8 -14
- package/dist/i18n/ru-RU.properties +14 -12
- package/dist/i18n/sv-SE.js +7 -13
- package/dist/i18n/sv-SE.properties +14 -12
- package/dist/i18n/tr-TR.js +8 -14
- package/dist/i18n/tr-TR.properties +14 -12
- package/dist/i18n/zh-CN.js +8 -14
- package/dist/i18n/zh-CN.properties +14 -12
- package/dist/i18n/zh-TW.js +8 -14
- package/dist/i18n/zh-TW.properties +14 -12
- package/package.json +5 -5
@@ -90,6 +90,14 @@ metadataEditor.aiSuggestionField.dismissLabel = Confirmar
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignorar
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI recomienda el mismo valor que el anterior
|
93
|
+
# Aria label for the autofill button
|
94
|
+
metadataEditor.autofillButton.ariaLabel = Autocompletar {templateName} con Box AI
|
95
|
+
# Tooltip for the autofill button when using enhanced AI agent
|
96
|
+
metadataEditor.autofillButton.tooltip.enhanced = Autocompletar con Box AI (mejorado)
|
97
|
+
# Tooltip for the autofill button in GA
|
98
|
+
metadataEditor.autofillButton.tooltip.ga = Autocompletar con Box AI
|
99
|
+
# Tooltip for the autofill button when using standard AI agent
|
100
|
+
metadataEditor.autofillButton.tooltip.standard = Autocompletar con Box AI (estándar)
|
93
101
|
# Label informing how to confirm deletion of the template
|
94
102
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmar eliminación de la instancia de metadatos
|
95
103
|
# Paragraph asking user are they sure that they want to delete the template
|
@@ -196,24 +204,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
196
204
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Guardar
|
197
205
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
198
206
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Autorrellenar
|
199
|
-
# Aria label for the
|
200
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
201
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
202
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Autofill con Box AI (Beta)
|
203
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
204
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Autocompletar con Box AI
|
207
|
+
# Aria label for the autofill dropdown trigger
|
208
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = Consulte las opciones del agente.
|
205
209
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
206
210
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = Verifica las respuestas antes de guardarlas.
|
207
211
|
# Header for AI suggestions is in Beta notice
|
208
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = AI Autofill está en Beta
|
209
213
|
# Header with Custom Metadata template name
|
210
214
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Metadatos personalizados
|
215
|
+
# Text for the enhanced extract agent
|
216
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = Mejorado
|
211
217
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
212
218
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI no podrá acceder al contenido completo, lo que podría afectar a sus respuestas.
|
213
219
|
# Header for notice informing that text content is too large
|
214
220
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = El contenido es demasiado grande
|
215
221
|
# Aria label used to indicate that the button is currently loading.
|
216
222
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Cargando…
|
223
|
+
# Text for the standard extract agent
|
224
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = Estándar
|
217
225
|
# Body for the unsaved changes modal
|
218
226
|
metadataEditor.unsavedChangesModal.body = No se han guardado los cambios de la(s) plantilla(s) de metadatos. ¿Cómo quieres continuar?
|
219
227
|
# Label for close (x) button
|
@@ -228,12 +236,6 @@ metadataEditor.unsavedChangesModal.header = Sin guardar cambios
|
|
228
236
|
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Ocultar los valores vacíos
|
229
237
|
# Call to action to show hidden empty values
|
230
238
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Mostrar los valores vacíos
|
231
|
-
# Aria label for the autofill button
|
232
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Autocompletar {templateName} con Box AI
|
233
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
234
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Autofill con Box AI (Beta)
|
235
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
236
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Autocompletar con Box AI
|
237
239
|
# Header with Custom Metadata template name
|
238
240
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Metadatos personalizados
|
239
241
|
# Aria label for the edit button
|
package/dist/i18n/fi-FI.js
CHANGED
@@ -45,10 +45,10 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Vahvista",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ohita",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI ehdottaa samaa arvoa kuin yllä",
|
48
|
-
"metadataEditor.autofillButton.ariaLabel": "
|
49
|
-
"metadataEditor.autofillButton.tooltip.enhanced": "
|
50
|
-
"metadataEditor.autofillButton.tooltip.ga": "
|
51
|
-
"metadataEditor.autofillButton.tooltip.standard": "
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Täytä {templateName} automaattisesti Box AI:n avulla",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Automaattinen täyttö Box AI:n avulla (tehostettu)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Automaattinen täyttö Box AI:n avulla",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Automaattinen täyttö Box AI:n avulla (vakio)",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Vahvista metatietoesiintymän poistaminen",
|
53
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Oletko varma, että haluat poistaa \"{templateName}\" Metatietomallin ja kaikki sen arvot tästä tiedostosta?",
|
54
54
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Haluatko varmasti poistaa metatietoesiintymän ”{templateName}” ja sen arvot?",
|
@@ -102,15 +102,15 @@ export default {
|
|
102
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Ladataan...",
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Tallenna",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Automaattinen täyttö",
|
105
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "Katso agenttiasetukset.",
|
106
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Tarkista vastaukset ennen tallentamista.",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill on Betassa",
|
108
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Mukautetut metatiedot",
|
109
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Tehostettu",
|
110
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI ei voi käyttää koko tekstiä, mikä saattaa vaikuttaa sen vastauksiin.",
|
111
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Sisältö on liian suuri",
|
112
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Ladataan...",
|
113
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "Vakio",
|
114
114
|
"metadataEditor.unsavedChangesModal.body": "Metatietomalleissa on tallentamattomia muutoksia. Miten haluat jatkaa?",
|
115
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "Sulje",
|
116
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "Jatka muokkaamista",
|
@@ -125,11 +125,5 @@ export default {
|
|
125
125
|
"taxonomyAncestorStatusPill.errorAction": "Lataa uudelleen",
|
126
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Virhe",
|
127
127
|
"taxonomyAncestorStatusPill.errorMessage": "Tietoja ei voitu ladata",
|
128
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Ladataan..."
|
129
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Täytä metatiedot automaattisesti Box AI:n avulla",
|
130
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Täytä automaattisesti BOX AI:lla (Beta)",
|
131
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Täytä metatiedot automaattisesti Box AI:n avulla",
|
132
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Täytä {templateName} automaattisesti Box AI:n avulla",
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Täytä automaattisesti BOX AI:lla (Beta)",
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Täytä metatiedot automaattisesti Box AI:n avulla"
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Ladataan..."
|
135
129
|
}
|
@@ -90,6 +90,14 @@ metadataEditor.aiSuggestionField.dismissLabel = Vahvista
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ohita
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI ehdottaa samaa arvoa kuin yllä
|
93
|
+
# Aria label for the autofill button
|
94
|
+
metadataEditor.autofillButton.ariaLabel = Täytä {templateName} automaattisesti Box AI:n avulla
|
95
|
+
# Tooltip for the autofill button when using enhanced AI agent
|
96
|
+
metadataEditor.autofillButton.tooltip.enhanced = Automaattinen täyttö Box AI:n avulla (tehostettu)
|
97
|
+
# Tooltip for the autofill button in GA
|
98
|
+
metadataEditor.autofillButton.tooltip.ga = Automaattinen täyttö Box AI:n avulla
|
99
|
+
# Tooltip for the autofill button when using standard AI agent
|
100
|
+
metadataEditor.autofillButton.tooltip.standard = Automaattinen täyttö Box AI:n avulla (vakio)
|
93
101
|
# Label informing how to confirm deletion of the template
|
94
102
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Vahvista metatietoesiintymän poistaminen
|
95
103
|
# Paragraph asking user are they sure that they want to delete the template
|
@@ -196,24 +204,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
196
204
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Tallenna
|
197
205
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
198
206
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Automaattinen täyttö
|
199
|
-
# Aria label for the
|
200
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
201
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
202
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Täytä automaattisesti BOX AI:lla (Beta)
|
203
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
204
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Täytä metatiedot automaattisesti Box AI:n avulla
|
207
|
+
# Aria label for the autofill dropdown trigger
|
208
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = Katso agenttiasetukset.
|
205
209
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
206
210
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = Tarkista vastaukset ennen tallentamista.
|
207
211
|
# Header for AI suggestions is in Beta notice
|
208
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = AI Autofill on Betassa
|
209
213
|
# Header with Custom Metadata template name
|
210
214
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Mukautetut metatiedot
|
215
|
+
# Text for the enhanced extract agent
|
216
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = Tehostettu
|
211
217
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
212
218
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI ei voi käyttää koko tekstiä, mikä saattaa vaikuttaa sen vastauksiin.
|
213
219
|
# Header for notice informing that text content is too large
|
214
220
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Sisältö on liian suuri
|
215
221
|
# Aria label used to indicate that the button is currently loading.
|
216
222
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Ladataan...
|
223
|
+
# Text for the standard extract agent
|
224
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = Vakio
|
217
225
|
# Body for the unsaved changes modal
|
218
226
|
metadataEditor.unsavedChangesModal.body = Metatietomalleissa on tallentamattomia muutoksia. Miten haluat jatkaa?
|
219
227
|
# Label for close (x) button
|
@@ -228,12 +236,6 @@ metadataEditor.unsavedChangesModal.header = Tallentamattomia muutoksia
|
|
228
236
|
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Piilota tyhjät arvot
|
229
237
|
# Call to action to show hidden empty values
|
230
238
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Näytä tyhjät arvot
|
231
|
-
# Aria label for the autofill button
|
232
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Täytä {templateName} automaattisesti Box AI:n avulla
|
233
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
234
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Täytä automaattisesti BOX AI:lla (Beta)
|
235
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
236
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Täytä metatiedot automaattisesti Box AI:n avulla
|
237
239
|
# Header with Custom Metadata template name
|
238
240
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Mukautetut metatiedot
|
239
241
|
# Aria label for the edit button
|
package/dist/i18n/fr-CA.js
CHANGED
@@ -45,10 +45,10 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Confirmer",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
|
48
|
-
"metadataEditor.autofillButton.ariaLabel": "
|
49
|
-
"metadataEditor.autofillButton.tooltip.enhanced": "
|
50
|
-
"metadataEditor.autofillButton.tooltip.ga": "
|
51
|
-
"metadataEditor.autofillButton.tooltip.standard": "
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Remplir automatiquement {templateName} avec Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Remplissage automatique avec Box AI (amélioré)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Remplissage automatique avec Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Remplissage automatique avec Box AI (Standard)",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmer la suppression de l'instance de métadonnées",
|
53
53
|
"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 ?",
|
54
54
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Êtes-vous sûr de vouloir supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?",
|
@@ -102,11 +102,11 @@ export default {
|
|
102
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Chargement en cours...",
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Mettre à jour la balise",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Remplissage automatique",
|
105
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "Afficher les options de l'agent.",
|
106
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Veuillez vérifier les réponses avant de les enregistrer.",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill est en version bêta",
|
108
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Métadonnées personnalisées",
|
109
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Amélioré",
|
110
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI ne pourra pas accéder à l'intégralité du contenu, ce qui pourrait compromettre ses réponses.",
|
111
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Le contenu est trop volumineux",
|
112
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Chargement en cours...",
|
@@ -125,11 +125,5 @@ export default {
|
|
125
125
|
"taxonomyAncestorStatusPill.errorAction": "Recharger",
|
126
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Erreur",
|
127
127
|
"taxonomyAncestorStatusPill.errorMessage": "Échec du chargement des détails",
|
128
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
|
129
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Remplissez automatiquement avec Box AI",
|
130
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Remplissage automatique avec Box AI (Bêta)",
|
131
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Remplissez automatiquement avec Box AI",
|
132
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Remplir automatiquement {templateName} avec Box AI",
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Remplissage automatique avec Box AI (Bêta)",
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Remplissez automatiquement avec Box AI"
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
|
135
129
|
}
|
@@ -90,6 +90,14 @@ metadataEditor.aiSuggestionField.dismissLabel = Confirmer
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggère la même valeur que celle ci-dessus
|
93
|
+
# Aria label for the autofill button
|
94
|
+
metadataEditor.autofillButton.ariaLabel = Remplir automatiquement {templateName} avec Box AI
|
95
|
+
# Tooltip for the autofill button when using enhanced AI agent
|
96
|
+
metadataEditor.autofillButton.tooltip.enhanced = Remplissage automatique avec Box AI (amélioré)
|
97
|
+
# Tooltip for the autofill button in GA
|
98
|
+
metadataEditor.autofillButton.tooltip.ga = Remplissage automatique avec Box AI
|
99
|
+
# Tooltip for the autofill button when using standard AI agent
|
100
|
+
metadataEditor.autofillButton.tooltip.standard = Remplissage automatique avec Box AI (Standard)
|
93
101
|
# Label informing how to confirm deletion of the template
|
94
102
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmer la suppression de l'instance de métadonnées
|
95
103
|
# Paragraph asking user are they sure that they want to delete the template
|
@@ -196,24 +204,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
196
204
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Mettre à jour la balise
|
197
205
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
198
206
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Remplissage automatique
|
199
|
-
# Aria label for the
|
200
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
201
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
202
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Remplissage automatique avec Box AI (Bêta)
|
203
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
204
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Remplissez automatiquement avec Box AI
|
207
|
+
# Aria label for the autofill dropdown trigger
|
208
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = Afficher les options de l'agent.
|
205
209
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
206
210
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = Veuillez vérifier les réponses avant de les enregistrer.
|
207
211
|
# Header for AI suggestions is in Beta notice
|
208
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = AI Autofill est en version bêta
|
209
213
|
# Header with Custom Metadata template name
|
210
214
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Métadonnées personnalisées
|
215
|
+
# Text for the enhanced extract agent
|
216
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = Amélioré
|
211
217
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
212
218
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI ne pourra pas accéder à l'intégralité du contenu, ce qui pourrait compromettre ses réponses.
|
213
219
|
# Header for notice informing that text content is too large
|
214
220
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Le contenu est trop volumineux
|
215
221
|
# Aria label used to indicate that the button is currently loading.
|
216
222
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Chargement en cours...
|
223
|
+
# Text for the standard extract agent
|
224
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = Standard
|
217
225
|
# Body for the unsaved changes modal
|
218
226
|
metadataEditor.unsavedChangesModal.body = Le(s) modèle(s) de métadonnées ont des modifications non enregistrées. Comment souhaitez-vous procéder ?
|
219
227
|
# Label for close (x) button
|
@@ -228,12 +236,6 @@ metadataEditor.unsavedChangesModal.header = Modifications non enregistrées
|
|
228
236
|
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Masquer les valeurs vides
|
229
237
|
# Call to action to show hidden empty values
|
230
238
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Afficher les valeurs vides
|
231
|
-
# Aria label for the autofill button
|
232
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Remplir automatiquement {templateName} avec Box AI
|
233
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
234
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Remplissage automatique avec Box AI (Bêta)
|
235
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
236
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Remplissez automatiquement avec Box AI
|
237
239
|
# Header with Custom Metadata template name
|
238
240
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Métadonnées personnalisées
|
239
241
|
# Aria label for the edit button
|
package/dist/i18n/fr-FR.js
CHANGED
@@ -45,10 +45,10 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Confirmer",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignorer",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggère la même valeur que celle ci-dessus",
|
48
|
-
"metadataEditor.autofillButton.ariaLabel": "
|
49
|
-
"metadataEditor.autofillButton.tooltip.enhanced": "
|
50
|
-
"metadataEditor.autofillButton.tooltip.ga": "
|
51
|
-
"metadataEditor.autofillButton.tooltip.standard": "
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Remplir automatiquement {templateName} avec Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Remplissage automatique avec Box AI (amélioré)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Remplissage automatique avec Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Remplissage automatique avec Box AI (Standard)",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Confirmer la suppression de l'instance de métadonnées",
|
53
53
|
"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 ?",
|
54
54
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Êtes-vous sûr de vouloir supprimer l'instance de métadonnées « {templateName} » et ses valeurs ?",
|
@@ -102,11 +102,11 @@ export default {
|
|
102
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Chargement en cours...",
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Mettre à jour la balise",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Remplissage automatique",
|
105
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "Afficher les options de l'agent.",
|
106
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Veuillez vérifier les réponses avant de les enregistrer.",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI Autofill est en version bêta",
|
108
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Métadonnées personnalisées",
|
109
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Amélioré",
|
110
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI ne pourra pas accéder à l'intégralité du contenu, ce qui pourrait compromettre ses réponses.",
|
111
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Le contenu est trop volumineux",
|
112
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Chargement en cours...",
|
@@ -125,11 +125,5 @@ export default {
|
|
125
125
|
"taxonomyAncestorStatusPill.errorAction": "Recharger",
|
126
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Erreur",
|
127
127
|
"taxonomyAncestorStatusPill.errorMessage": "Échec du chargement des détails",
|
128
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
|
129
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Remplissez automatiquement avec Box AI",
|
130
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Remplissage automatique avec Box AI (Bêta)",
|
131
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Remplissez automatiquement avec Box AI",
|
132
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Remplir automatiquement {templateName} avec Box AI",
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Remplissage automatique avec Box AI (Bêta)",
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Remplissez automatiquement avec Box AI"
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Chargement en cours..."
|
135
129
|
}
|
@@ -90,6 +90,14 @@ metadataEditor.aiSuggestionField.dismissLabel = Confirmer
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignorer
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggère la même valeur que celle ci-dessus
|
93
|
+
# Aria label for the autofill button
|
94
|
+
metadataEditor.autofillButton.ariaLabel = Remplir automatiquement {templateName} avec Box AI
|
95
|
+
# Tooltip for the autofill button when using enhanced AI agent
|
96
|
+
metadataEditor.autofillButton.tooltip.enhanced = Remplissage automatique avec Box AI (amélioré)
|
97
|
+
# Tooltip for the autofill button in GA
|
98
|
+
metadataEditor.autofillButton.tooltip.ga = Remplissage automatique avec Box AI
|
99
|
+
# Tooltip for the autofill button when using standard AI agent
|
100
|
+
metadataEditor.autofillButton.tooltip.standard = Remplissage automatique avec Box AI (Standard)
|
93
101
|
# Label informing how to confirm deletion of the template
|
94
102
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Confirmer la suppression de l'instance de métadonnées
|
95
103
|
# Paragraph asking user are they sure that they want to delete the template
|
@@ -196,24 +204,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
196
204
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Mettre à jour la balise
|
197
205
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
198
206
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Remplissage automatique
|
199
|
-
# Aria label for the
|
200
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
201
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
202
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Remplissage automatique avec Box AI (Bêta)
|
203
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
204
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Remplissez automatiquement avec Box AI
|
207
|
+
# Aria label for the autofill dropdown trigger
|
208
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = Afficher les options de l'agent.
|
205
209
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
206
210
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = Veuillez vérifier les réponses avant de les enregistrer.
|
207
211
|
# Header for AI suggestions is in Beta notice
|
208
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = AI Autofill est en version bêta
|
209
213
|
# Header with Custom Metadata template name
|
210
214
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Métadonnées personnalisées
|
215
|
+
# Text for the enhanced extract agent
|
216
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = Amélioré
|
211
217
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
212
218
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI ne pourra pas accéder à l'intégralité du contenu, ce qui pourrait compromettre ses réponses.
|
213
219
|
# Header for notice informing that text content is too large
|
214
220
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Le contenu est trop volumineux
|
215
221
|
# Aria label used to indicate that the button is currently loading.
|
216
222
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Chargement en cours...
|
223
|
+
# Text for the standard extract agent
|
224
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = Standard
|
217
225
|
# Body for the unsaved changes modal
|
218
226
|
metadataEditor.unsavedChangesModal.body = Le(s) modèle(s) de métadonnées ont des modifications non enregistrées. Comment souhaitez-vous procéder ?
|
219
227
|
# Label for close (x) button
|
@@ -228,12 +236,6 @@ metadataEditor.unsavedChangesModal.header = Modifications non enregistrées
|
|
228
236
|
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Masquer les valeurs vides
|
229
237
|
# Call to action to show hidden empty values
|
230
238
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Afficher les valeurs vides
|
231
|
-
# Aria label for the autofill button
|
232
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Remplir automatiquement {templateName} avec Box AI
|
233
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
234
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Remplissage automatique avec Box AI (Bêta)
|
235
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
236
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Remplissez automatiquement avec Box AI
|
237
239
|
# Header with Custom Metadata template name
|
238
240
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Métadonnées personnalisées
|
239
241
|
# Aria label for the edit button
|
package/dist/i18n/hi-IN.js
CHANGED
@@ -45,10 +45,10 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "पुष्टि करें",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "नज़रअंदाज़ करें",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI, ऊपर की तरह एक समान मूल्य का सुझाव देता है",
|
48
|
-
"metadataEditor.autofillButton.ariaLabel": "
|
49
|
-
"metadataEditor.autofillButton.tooltip.enhanced": "
|
50
|
-
"metadataEditor.autofillButton.tooltip.ga": "
|
51
|
-
"metadataEditor.autofillButton.tooltip.standard": "
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Box AI के साथ {templateName} को ऑटोफ़ाइल करें",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Box AI (उन्नत) के साथ ऑटोफिल करें",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Box AI के साथ ऑटोफिल करें",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Box AI (मानक) के साथ ऑटोफिल करें",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "मेटाडेटा उदाहरण के हटाए जाने की पुष्टि करें",
|
53
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "क्या आप वाकई इस फ़ाइल से \"{templateName}\" मेटाडेटा टेम्पलेट, और उसके सभी मूल्यमानों को हटाना चाहते हैं?",
|
54
54
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "क्या आप वाकई \"{templateName}\" मेटाडेटा इंस्टेंस, और इसके मूल्यों को हटाना चाहते हैं?",
|
@@ -102,15 +102,15 @@ export default {
|
|
102
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "लोड हो रहा है...",
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "सहेजें",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "ऑटोफिल",
|
105
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "एजेंट विकल्प देखें।",
|
106
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "सहेजने से पहले कृपया जवाब जांच लें।",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "AI ऑटोफिल, बीटा में है",
|
108
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "कस्टम मेटाडेटा",
|
109
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "उन्नत",
|
110
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI पूरी सामग्री को एक्सेस नहीं कर पाएगा, जो इसके जवाबों को प्रभावित कर सकता है.",
|
111
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "सामग्री बहुत बड़ी है",
|
112
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "लोड हो रहा है...",
|
113
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "
|
113
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent": "मानक",
|
114
114
|
"metadataEditor.unsavedChangesModal.body": "मेटाडेटा टेम्पलेट में अनसहेजे बदलाव हैं। आप कैसे आगे बढ़ना चाहते हैं?",
|
115
115
|
"metadataEditor.unsavedChangesModal.closeLabel": "बंद करें",
|
116
116
|
"metadataEditor.unsavedChangesModal.continueEditingCTA": "संपादन जारी रखें",
|
@@ -125,11 +125,5 @@ export default {
|
|
125
125
|
"taxonomyAncestorStatusPill.errorAction": "फिर से लोड करें",
|
126
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "त्रुटि",
|
127
127
|
"taxonomyAncestorStatusPill.errorMessage": "विवरण लोड करने में विफल रहा",
|
128
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "लोड हो रहा है..."
|
129
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Box AI के साथ ऑटोफ़िल",
|
130
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Box AI (बीटा) के साथ ऑटोफिल करें",
|
131
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Box AI के साथ ऑटोफ़िल",
|
132
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Box AI के साथ {templateName} को ऑटोफ़ाइल करें",
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Box AI (बीटा) के साथ ऑटोफिल करें",
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Box AI के साथ ऑटोफ़िल"
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "लोड हो रहा है..."
|
135
129
|
}
|
@@ -90,6 +90,14 @@ metadataEditor.aiSuggestionField.dismissLabel = पुष्टि करें
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = नज़रअंदाज़ करें
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI, ऊपर की तरह एक समान मूल्य का सुझाव देता है
|
93
|
+
# Aria label for the autofill button
|
94
|
+
metadataEditor.autofillButton.ariaLabel = Box AI के साथ {templateName} को ऑटोफ़ाइल करें
|
95
|
+
# Tooltip for the autofill button when using enhanced AI agent
|
96
|
+
metadataEditor.autofillButton.tooltip.enhanced = Box AI (उन्नत) के साथ ऑटोफिल करें
|
97
|
+
# Tooltip for the autofill button in GA
|
98
|
+
metadataEditor.autofillButton.tooltip.ga = Box AI के साथ ऑटोफिल करें
|
99
|
+
# Tooltip for the autofill button when using standard AI agent
|
100
|
+
metadataEditor.autofillButton.tooltip.standard = Box AI (मानक) के साथ ऑटोफिल करें
|
93
101
|
# Label informing how to confirm deletion of the template
|
94
102
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = मेटाडेटा उदाहरण के हटाए जाने की पुष्टि करें
|
95
103
|
# Paragraph asking user are they sure that they want to delete the template
|
@@ -196,24 +204,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
196
204
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = सहेजें
|
197
205
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
198
206
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ऑटोफिल
|
199
|
-
# Aria label for the
|
200
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
201
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
202
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Box AI (बीटा) के साथ ऑटोफिल करें
|
203
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
204
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Box AI के साथ ऑटोफ़िल
|
207
|
+
# Aria label for the autofill dropdown trigger
|
208
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = एजेंट विकल्प देखें।
|
205
209
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
206
210
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = सहेजने से पहले कृपया जवाब जांच लें।
|
207
211
|
# Header for AI suggestions is in Beta notice
|
208
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = AI ऑटोफिल, बीटा में है
|
209
213
|
# Header with Custom Metadata template name
|
210
214
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = कस्टम मेटाडेटा
|
215
|
+
# Text for the enhanced extract agent
|
216
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = उन्नत
|
211
217
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
212
218
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI पूरी सामग्री को एक्सेस नहीं कर पाएगा, जो इसके जवाबों को प्रभावित कर सकता है.
|
213
219
|
# Header for notice informing that text content is too large
|
214
220
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = सामग्री बहुत बड़ी है
|
215
221
|
# Aria label used to indicate that the button is currently loading.
|
216
222
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = लोड हो रहा है...
|
223
|
+
# Text for the standard extract agent
|
224
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = मानक
|
217
225
|
# Body for the unsaved changes modal
|
218
226
|
metadataEditor.unsavedChangesModal.body = मेटाडेटा टेम्पलेट में अनसहेजे बदलाव हैं। आप कैसे आगे बढ़ना चाहते हैं?
|
219
227
|
# Label for close (x) button
|
@@ -228,12 +236,6 @@ metadataEditor.unsavedChangesModal.header = अनसहेजे बदला
|
|
228
236
|
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = खाली वैल्यू को छुपाएँ
|
229
237
|
# Call to action to show hidden empty values
|
230
238
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = खाली वैल्यू को दिखाएँ
|
231
|
-
# Aria label for the autofill button
|
232
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Box AI के साथ {templateName} को ऑटोफ़ाइल करें
|
233
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
234
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Box AI (बीटा) के साथ ऑटोफिल करें
|
235
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
236
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Box AI के साथ ऑटोफ़िल
|
237
239
|
# Header with Custom Metadata template name
|
238
240
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = कस्टम मेटाडेटा
|
239
241
|
# Aria label for the edit button
|
package/dist/i18n/it-IT.js
CHANGED
@@ -45,10 +45,10 @@ export default {
|
|
45
45
|
"metadataEditor.aiSuggestionField.dismissLabel": "Conferma",
|
46
46
|
"metadataEditor.aiSuggestionField.ignoreLabel": "Ignora",
|
47
47
|
"metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption": "Box AI suggerisce lo stesso valore indicato sopra",
|
48
|
-
"metadataEditor.autofillButton.ariaLabel": "
|
49
|
-
"metadataEditor.autofillButton.tooltip.enhanced": "
|
50
|
-
"metadataEditor.autofillButton.tooltip.ga": "
|
51
|
-
"metadataEditor.autofillButton.tooltip.standard": "
|
48
|
+
"metadataEditor.autofillButton.ariaLabel": "Compila automaticamente {templateName} con Box AI",
|
49
|
+
"metadataEditor.autofillButton.tooltip.enhanced": "Compilazione automatica con Box AI (migliorato)",
|
50
|
+
"metadataEditor.autofillButton.tooltip.ga": "Compilazione automatica con Box AI",
|
51
|
+
"metadataEditor.autofillButton.tooltip.standard": "Compilazione automatica con Box AI (Standard)",
|
52
52
|
"metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel": "Conferma l'eliminazione dell'istanza dei metadati",
|
53
53
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph": "Confermi di voler eliminare il modello di metadati \"{templateName}\" e tutti i suoi valori da questo file?",
|
54
54
|
"metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraphCheckboxVersion": "Vuoi eliminare l'istanza dei metadati \"{templateName}\" e i relativi valori?",
|
@@ -102,11 +102,11 @@ export default {
|
|
102
102
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel": "Caricamento in corso...",
|
103
103
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton": "Salva",
|
104
104
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton": "Riempimento automatico",
|
105
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "
|
105
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel": "Vedi le opzioni dell'agente.",
|
106
106
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody": "Controlla le risposte prima di salvare.",
|
107
107
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader": "La compilazione automatica AI è in Beta",
|
108
108
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle": "Metadati personalizzati",
|
109
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "
|
109
|
+
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent": "Migliorata",
|
110
110
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody": "Box AI non sarà in grado di accedere all'intero contenuto, cosa che potrebbe influire sulle risposte.",
|
111
111
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader": "Contenuto troppo grande",
|
112
112
|
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel": "Caricamento in corso...",
|
@@ -125,11 +125,5 @@ export default {
|
|
125
125
|
"taxonomyAncestorStatusPill.errorAction": "Ricarica",
|
126
126
|
"taxonomyAncestorStatusPill.errorIconLabel": "Errore",
|
127
127
|
"taxonomyAncestorStatusPill.errorMessage": "Caricamento dei dettagli non riuscito",
|
128
|
-
"taxonomyAncestorStatusPill.loadingAriaLabel": "Caricamento in corso..."
|
129
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel": "Riempimento automatico con Box AI",
|
130
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip": "Compilazione automatica con Box AI (beta)",
|
131
|
-
"metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA": "Riempimento automatico con Box AI",
|
132
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel": "Compila automaticamente {templateName} con Box AI",
|
133
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip": "Compilazione automatica con Box AI (beta)",
|
134
|
-
"metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA": "Riempimento automatico con Box AI"
|
128
|
+
"taxonomyAncestorStatusPill.loadingAriaLabel": "Caricamento in corso..."
|
135
129
|
}
|
@@ -90,6 +90,14 @@ metadataEditor.aiSuggestionField.dismissLabel = Conferma
|
|
90
90
|
metadataEditor.aiSuggestionField.ignoreLabel = Ignora
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
92
|
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = Box AI suggerisce lo stesso valore indicato sopra
|
93
|
+
# Aria label for the autofill button
|
94
|
+
metadataEditor.autofillButton.ariaLabel = Compila automaticamente {templateName} con Box AI
|
95
|
+
# Tooltip for the autofill button when using enhanced AI agent
|
96
|
+
metadataEditor.autofillButton.tooltip.enhanced = Compilazione automatica con Box AI (migliorato)
|
97
|
+
# Tooltip for the autofill button in GA
|
98
|
+
metadataEditor.autofillButton.tooltip.ga = Compilazione automatica con Box AI
|
99
|
+
# Tooltip for the autofill button when using standard AI agent
|
100
|
+
metadataEditor.autofillButton.tooltip.standard = Compilazione automatica con Box AI (Standard)
|
93
101
|
# Label informing how to confirm deletion of the template
|
94
102
|
metadataEditor.editInstance.deleteConfirmationModal.body.checkboxLabel = Conferma l'eliminazione dell'istanza dei metadati
|
95
103
|
# Paragraph asking user are they sure that they want to delete the template
|
@@ -196,24 +204,24 @@ metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabe
|
|
196
204
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = Salva
|
197
205
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
198
206
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = Riempimento automatico
|
199
|
-
# Aria label for the
|
200
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.
|
201
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
202
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = Compilazione automatica con Box AI (beta)
|
203
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
204
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltipGA = Riempimento automatico con Box AI
|
207
|
+
# Aria label for the autofill dropdown trigger
|
208
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillDropdownTriggerAriaLabel = Vedi le opzioni dell'agente.
|
205
209
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
206
210
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeBody = Controlla le risposte prima di salvare.
|
207
211
|
# Header for AI suggestions is in Beta notice
|
208
212
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillInBetaNoticeHeader = La compilazione automatica AI è in Beta
|
209
213
|
# Header with Custom Metadata template name
|
210
214
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = Metadati personalizzati
|
215
|
+
# Text for the enhanced extract agent
|
216
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.enhancedExtractAgent = Migliorata
|
211
217
|
# Body for notice informing that Box AI won’t be able to access the full text and this may impact metadata values
|
212
218
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeBody = Box AI non sarà in grado di accedere all'intero contenuto, cosa che potrebbe influire sulle risposte.
|
213
219
|
# Header for notice informing that text content is too large
|
214
220
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.largeFileNoticeHeader = Contenuto troppo grande
|
215
221
|
# Aria label used to indicate that the button is currently loading.
|
216
222
|
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = Caricamento in corso...
|
223
|
+
# Text for the standard extract agent
|
224
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.standardExtractAgent = Standard
|
217
225
|
# Body for the unsaved changes modal
|
218
226
|
metadataEditor.unsavedChangesModal.body = Gli uno o più modelli di metadati hanno delle modifiche non salvate. Come vuoi procedere?
|
219
227
|
# Label for close (x) button
|
@@ -228,12 +236,6 @@ metadataEditor.unsavedChangesModal.header = Modifiche non salvate
|
|
228
236
|
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = Nascondi valori vuoti
|
229
237
|
# Call to action to show hidden empty values
|
230
238
|
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = Mostra valori vuoti
|
231
|
-
# Aria label for the autofill button
|
232
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = Compila automaticamente {templateName} con Box AI
|
233
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
234
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = Compilazione automatica con Box AI (beta)
|
235
|
-
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
236
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltipGA = Riempimento automatico con Box AI
|
237
239
|
# Header with Custom Metadata template name
|
238
240
|
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = Metadati personalizzati
|
239
241
|
# Aria label for the edit button
|