box-ui-elements 24.0.0-beta.3 → 24.0.0-beta.5
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/explorer.js +1 -1
- package/dist/openwith.js +1 -1
- package/dist/picker.js +1 -1
- package/dist/preview.js +1 -1
- package/dist/sharing.js +1 -1
- package/dist/sidebar.js +1 -1
- package/dist/uploader.js +1 -1
- package/es/api/Metadata.js +98 -13
- package/es/api/Metadata.js.flow +110 -12
- package/es/api/Metadata.js.map +1 -1
- package/es/elements/common/messages.js +16 -0
- package/es/elements/common/messages.js.flow +25 -0
- package/es/elements/common/messages.js.map +1 -1
- package/es/elements/common/withBlueprintModernization.js +16 -0
- package/es/elements/common/withBlueprintModernization.js.map +1 -0
- package/es/elements/content-explorer/Content.js +2 -1
- package/es/elements/content-explorer/Content.js.map +1 -1
- package/es/elements/content-explorer/ContentExplorer.js +21 -6
- package/es/elements/content-explorer/ContentExplorer.js.map +1 -1
- package/es/elements/content-explorer/MetadataQueryAPIHelper.js +61 -4
- package/es/elements/content-explorer/MetadataQueryAPIHelper.js.map +1 -1
- package/es/elements/content-explorer/MetadataSidePanel.js +40 -14
- package/es/elements/content-explorer/MetadataSidePanel.js.map +1 -1
- package/es/elements/content-explorer/MetadataViewContainer.js +55 -4
- package/es/elements/content-explorer/MetadataViewContainer.js.map +1 -1
- package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js +5 -0
- package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js.flow +6 -0
- package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js.map +1 -1
- package/es/elements/content-explorer/stories/tests/MetadataView-visual.stories.js +61 -13
- package/es/elements/content-explorer/stories/tests/MetadataView-visual.stories.js.map +1 -1
- package/es/elements/content-explorer/utils.js +140 -12
- package/es/elements/content-explorer/utils.js.map +1 -1
- package/es/elements/content-picker/ContentPicker.js +4 -1
- package/es/elements/content-picker/ContentPicker.js.flow +4 -1
- package/es/elements/content-picker/ContentPicker.js.map +1 -1
- package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js +5 -0
- package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js.flow +6 -0
- package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js.map +1 -1
- package/es/elements/content-preview/ContentPreview.js +3 -1
- package/es/elements/content-preview/ContentPreview.js.flow +3 -0
- package/es/elements/content-preview/ContentPreview.js.map +1 -1
- package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js +5 -0
- package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js.flow +7 -1
- package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js.map +1 -1
- package/es/elements/content-sharing/ContentSharing.js +4 -1
- package/es/elements/content-sharing/ContentSharing.js.flow +4 -1
- package/es/elements/content-sharing/ContentSharing.js.map +1 -1
- package/es/elements/content-sidebar/ContentSidebar.js +3 -1
- package/es/elements/content-sidebar/ContentSidebar.js.flow +3 -0
- package/es/elements/content-sidebar/ContentSidebar.js.map +1 -1
- package/es/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.js +5 -0
- package/es/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.js.map +1 -1
- package/es/elements/content-uploader/ContentUploader.js +3 -1
- package/es/elements/content-uploader/ContentUploader.js.map +1 -1
- package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js +5 -0
- package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js.flow +6 -0
- package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js.map +1 -1
- package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.js +51 -0
- package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.js.map +1 -0
- package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.scss +29 -0
- package/es/features/classification/applied-by-ai-classification-reason/messages.js +13 -0
- package/es/features/classification/applied-by-ai-classification-reason/messages.js.map +1 -0
- package/es/features/classification/types.js +2 -0
- package/es/features/classification/types.js.map +1 -0
- package/es/src/elements/common/__tests__/withBlueprintModernization.test.d.ts +1 -0
- package/es/src/elements/common/withBlueprintModernization.d.ts +3 -0
- package/es/src/elements/content-explorer/ContentExplorer.d.ts +11 -3
- package/es/src/elements/content-explorer/MetadataQueryAPIHelper.d.ts +11 -1
- package/es/src/elements/content-explorer/MetadataSidePanel.d.ts +6 -3
- package/es/src/elements/content-explorer/MetadataViewContainer.d.ts +3 -1
- package/es/src/elements/content-explorer/stories/tests/MetadataView-visual.stories.d.ts +1 -0
- package/es/src/elements/content-explorer/utils.d.ts +9 -3
- package/es/src/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.d.ts +5 -0
- package/es/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.d.ts +6 -0
- package/es/src/features/classification/applied-by-ai-classification-reason/__tests__/AppliedByAiClassificationReason.test.d.ts +1 -0
- package/es/src/features/classification/applied-by-ai-classification-reason/messages.d.ts +13 -0
- package/es/src/features/classification/types.d.ts +6 -0
- package/i18n/bn-IN.js +8 -2
- package/i18n/bn-IN.properties +6 -2
- package/i18n/da-DK.js +8 -2
- package/i18n/da-DK.properties +6 -2
- package/i18n/de-DE.js +8 -2
- package/i18n/de-DE.properties +6 -2
- package/i18n/en-AU.js +6 -0
- package/i18n/en-AU.properties +4 -0
- package/i18n/en-CA.js +6 -0
- package/i18n/en-CA.properties +4 -0
- package/i18n/en-GB.js +6 -0
- package/i18n/en-GB.properties +4 -0
- package/i18n/en-US.js +6 -0
- package/i18n/en-US.properties +12 -0
- package/i18n/en-x-pseudo.js +6 -0
- package/i18n/es-419.js +8 -2
- package/i18n/es-419.properties +6 -2
- package/i18n/es-ES.js +8 -2
- package/i18n/es-ES.properties +6 -2
- package/i18n/fi-FI.js +8 -2
- package/i18n/fi-FI.properties +6 -2
- package/i18n/fr-CA.js +8 -2
- package/i18n/fr-CA.properties +6 -2
- package/i18n/fr-FR.js +8 -2
- package/i18n/fr-FR.properties +6 -2
- package/i18n/hi-IN.js +8 -2
- package/i18n/hi-IN.properties +6 -2
- package/i18n/it-IT.js +8 -2
- package/i18n/it-IT.properties +6 -2
- package/i18n/ja-JP.js +8 -2
- package/i18n/ja-JP.properties +6 -2
- package/i18n/ko-KR.js +8 -2
- package/i18n/ko-KR.properties +6 -2
- package/i18n/nb-NO.js +8 -2
- package/i18n/nb-NO.properties +6 -2
- package/i18n/nl-NL.js +8 -2
- package/i18n/nl-NL.properties +6 -2
- package/i18n/pl-PL.js +8 -2
- package/i18n/pl-PL.properties +6 -2
- package/i18n/pt-BR.js +8 -2
- package/i18n/pt-BR.properties +6 -2
- package/i18n/ru-RU.js +8 -2
- package/i18n/ru-RU.properties +6 -2
- package/i18n/sv-SE.js +8 -2
- package/i18n/sv-SE.properties +6 -2
- package/i18n/tr-TR.js +8 -2
- package/i18n/tr-TR.properties +6 -2
- package/i18n/zh-CN.js +8 -2
- package/i18n/zh-CN.properties +6 -2
- package/i18n/zh-TW.js +8 -2
- package/i18n/zh-TW.properties +6 -2
- package/package.json +1 -1
- package/src/api/Metadata.js +110 -12
- package/src/api/__tests__/Metadata.test.js +120 -0
- package/src/elements/common/__tests__/withBlueprintModernization.test.tsx +91 -0
- package/src/elements/common/messages.js +25 -0
- package/src/elements/common/withBlueprintModernization.tsx +24 -0
- package/src/elements/content-explorer/Content.tsx +1 -0
- package/src/elements/content-explorer/ContentExplorer.tsx +224 -182
- package/src/elements/content-explorer/MetadataQueryAPIHelper.ts +89 -4
- package/src/elements/content-explorer/MetadataSidePanel.tsx +55 -14
- package/src/elements/content-explorer/MetadataViewContainer.tsx +61 -1
- package/src/elements/content-explorer/__tests__/ContentExplorer.test.tsx +36 -2
- package/src/elements/content-explorer/__tests__/MetadataQueryAPIHelper.test.ts +8 -5
- package/src/elements/content-explorer/__tests__/MetadataSidePanel.test.tsx +145 -3
- package/src/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js +6 -0
- package/src/elements/content-explorer/stories/tests/MetadataView-visual.stories.tsx +54 -8
- package/src/elements/content-explorer/utils.ts +150 -13
- package/src/elements/content-picker/ContentPicker.js +4 -1
- package/src/elements/content-picker/stories/tests/ContentPicker-visual.stories.js +6 -0
- package/src/elements/content-preview/ContentPreview.js +3 -0
- package/src/elements/content-preview/stories/tests/ContentPreview-visual.stories.js +7 -1
- package/src/elements/content-sharing/ContentSharing.js +4 -1
- package/src/elements/content-sidebar/ContentSidebar.js +3 -0
- package/src/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.tsx +6 -0
- package/src/elements/content-uploader/ContentUploader.tsx +3 -1
- package/src/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js +6 -0
- package/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.scss +29 -0
- package/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.tsx +55 -0
- package/src/features/classification/applied-by-ai-classification-reason/__tests__/AppliedByAiClassificationReason.test.tsx +105 -0
- package/src/features/classification/applied-by-ai-classification-reason/messages.ts +18 -0
- package/src/features/classification/types.ts +7 -0
package/i18n/en-US.properties
CHANGED
|
@@ -582,12 +582,18 @@ be.messageCenter.previewError = Sorry, we're having trouble showing this image.
|
|
|
582
582
|
be.messageCenter.product = Product
|
|
583
583
|
# Title for the message center modal
|
|
584
584
|
be.messageCenter.title = What's New
|
|
585
|
+
# Text shown in error notification banner
|
|
586
|
+
be.metadataUpdateErrorNotification = Unable to save changes. Please try again.
|
|
587
|
+
# Text shown in success notification banner
|
|
588
|
+
be.metadataUpdateSuccessNotification = {numSelected, plural, =1 {1 document updated} other {# documents updated} }
|
|
585
589
|
# Text for modified date with modified prefix.
|
|
586
590
|
be.modifiedDate = Modified {date}
|
|
587
591
|
# Text for modified date with user with modified prefix.
|
|
588
592
|
be.modifiedDateBy = Modified {date} by {name}
|
|
589
593
|
# Label for a button that displays more options
|
|
590
594
|
be.moreOptions = More options
|
|
595
|
+
# Display text for field when there are multiple items selected and have different value
|
|
596
|
+
be.multipleValues = Multiple Values
|
|
591
597
|
# Name ascending option shown in the share access drop down select.
|
|
592
598
|
be.nameASC = Name: A → Z
|
|
593
599
|
# Name descending option shown in the share access drop down select.
|
|
@@ -834,6 +840,8 @@ be.skillUnknownError = Something went wrong with running this skill or fetching
|
|
|
834
840
|
be.sort = Sort
|
|
835
841
|
# Label for status skill card in the preview sidebar
|
|
836
842
|
be.statusSkill = Status
|
|
843
|
+
# Generic success label.
|
|
844
|
+
be.success = Success
|
|
837
845
|
# Shown instead of todays date.
|
|
838
846
|
be.today = today
|
|
839
847
|
# Label for keywords/topics skill section in the preview sidebar
|
|
@@ -966,6 +974,10 @@ boxui.categorySelector.label.more = More
|
|
|
966
974
|
boxui.checkboxTooltip.iconInfoText = Info
|
|
967
975
|
# Button to add classification on an item
|
|
968
976
|
boxui.classification.add = Add
|
|
977
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
978
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
979
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
980
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
981
|
# Header for classification section in sidebar
|
|
970
982
|
boxui.classification.classification = Classification
|
|
971
983
|
# Classification label color name as dark blue
|
package/i18n/en-x-pseudo.js
CHANGED
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Şŏřŕÿ, шē'гє нáνĭņġ ŧѓöůвĺě şħõщïʼnğ ţнĭś ĩmάğĕ. 國國國國國國國國國國國國國國⟧",
|
|
292
292
|
"be.messageCenter.product": "⟦萬萬 Pгòďúċŧ 國國⟧",
|
|
293
293
|
"be.messageCenter.title": "⟦萬萬 Ẃĥąŧ'ѕ Йêщ 國國⟧",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "⟦萬萬萬萬 Μōďīƒîέď {date} 國國國國⟧",
|
|
295
297
|
"be.modifiedDateBy": "⟦萬萬萬萬萬萬 Мοďíƒíęď {date} ьý {name} 國國國國國國⟧",
|
|
296
298
|
"be.moreOptions": "⟦萬萬萬 Μõŕę όΡťìõʼnѕ 國國國⟧",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "⟦萬萬萬 Νąmě: Â → Ź 國國國⟧",
|
|
298
301
|
"be.nameDESC": "⟦萬萬萬 Ŋαmє: Ζ → Á 國國國⟧",
|
|
299
302
|
"be.nameDate": "⟦萬萬萬萬 {date} вγ {name} 國國國國⟧",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ѕòmêţħĭйğ ŵêʼnţ ẁѓóňĝ ẁϊŧħ гµʼnήìπĝ ťнίş şĸíľļ øг ƒεţçħĩńġ íτş ďåťà. 國國國國國國國國國國國國國國國國國國國⟧",
|
|
418
421
|
"be.sort": "⟦萬 Śôгť 國⟧",
|
|
419
422
|
"be.statusSkill": "⟦萬 Şτâťūś 國⟧",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "⟦萬 ţóďάŷ 國⟧",
|
|
421
425
|
"be.topicsSkill": "⟦萬 ŤöΡίсş 國⟧",
|
|
422
426
|
"be.transcriptEdit": "⟦萬萬萬萬萬萬萬 Ċľíčк αйŷ ѕěčτĭőй ţô ęďιţ. 國國國國國國國⟧",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "⟦萬 Μòґě 國⟧",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "⟦萬 Ίńƒо 國⟧",
|
|
485
489
|
"boxui.classification.add": "⟦ Âďď ⟧",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "⟦萬萬萬萬 Čļăśşíƒĭçąťįöŋ 國國國國⟧",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "⟦萬萬 Ðάřκ Βľúє 國國⟧",
|
|
488
494
|
"boxui.classification.classificationGreen": "⟦萬 Ġŗëèл 國⟧",
|
package/i18n/es-419.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "Cancelar",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "Escribir un comentario",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "Publicar",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Comentario con marca de tiempo",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "Escribir un comentario",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Mostrar original",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "Solucionado",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Lo sentimos, no podemos mostrar esta imagen.",
|
|
292
292
|
"be.messageCenter.product": "Producto",
|
|
293
293
|
"be.messageCenter.title": "Novedades",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "Modificado el {date}",
|
|
295
297
|
"be.modifiedDateBy": "Modificado el {date} por {name}",
|
|
296
298
|
"be.moreOptions": "Más opciones",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Nombre: A → Z",
|
|
298
301
|
"be.nameDESC": "Nombre: Z → A",
|
|
299
302
|
"be.nameDate": "{date} por {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Se ha producido un error al ejecutar esta capacidad o al recuperar sus datos.",
|
|
418
421
|
"be.sort": "Ordenar",
|
|
419
422
|
"be.statusSkill": "Estado",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "hoy",
|
|
421
425
|
"be.topicsSkill": "Temas",
|
|
422
426
|
"be.transcriptEdit": "Haga clic en cualquier sección para editarla.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Más",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Información",
|
|
485
489
|
"boxui.classification.add": "Agregar",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "IA de Box",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Clasificación",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Azul oscuro",
|
|
488
494
|
"boxui.classification.classificationGreen": "Verde",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Solo acceso directo",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Visualización y descarga",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Solo visualización",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Acciones masivas",
|
|
917
923
|
"boxui.subHeader.metadata": "Metadatos",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Campo obligatorio. Introduzca una hora con el formato HH:MM A.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Formato de hora no válido. Introduzca una hora con el formato HH:MM A.",
|
package/i18n/es-419.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Escribir un comentario
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = Publicar
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Comentario con marca de tiempo
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = Escribir un comentario
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Más
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Información
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Agregar
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = IA de Box
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = Clasificación
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Visualización y descarga
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Solo visualización
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Acciones masivas
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Metadatos
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/es-ES.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "Anular",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "Escribir un comentario",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "Publicar",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Comentario con marca de tiempo",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "Escribir un comentario",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Mostrar original",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "Solucionado",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Lo sentimos, no podemos mostrar esta imagen.",
|
|
292
292
|
"be.messageCenter.product": "Producto",
|
|
293
293
|
"be.messageCenter.title": "Novedades",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "Modificado el {date}",
|
|
295
297
|
"be.modifiedDateBy": "Modificado el {date} por {name}",
|
|
296
298
|
"be.moreOptions": "Más opciones",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Nombre: A → Z",
|
|
298
301
|
"be.nameDESC": "Nombre: Z → A",
|
|
299
302
|
"be.nameDate": "{date} por {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Se ha producido un error al ejecutar esta capacidad o al recuperar sus datos.",
|
|
418
421
|
"be.sort": "Ordenar",
|
|
419
422
|
"be.statusSkill": "Estado",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "hoy",
|
|
421
425
|
"be.topicsSkill": "Temas",
|
|
422
426
|
"be.transcriptEdit": "Haga clic en cualquier sección para editarla.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Más",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Información",
|
|
485
489
|
"boxui.classification.add": "Agregar",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "IA de Box",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Clasificación",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Azul oscuro",
|
|
488
494
|
"boxui.classification.classificationGreen": "Verde",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Solo acceso directo",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Visualización y descarga",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Solo visualización",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Acciones masivas",
|
|
917
923
|
"boxui.subHeader.metadata": "Metadatos",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Campo obligatorio. Introduzca una hora con el formato HH:MM A.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Formato de hora no válido. Introduzca una hora con el formato HH:MM A.",
|
package/i18n/es-ES.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Escribir un comentario
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = Publicar
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Comentario con marca de tiempo
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = Escribir un comentario
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Más
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Información
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Agregar
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = IA de Box
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = Clasificación
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Visualización y descarga
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Solo visualización
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Acciones masivas
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Metadatos
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/fi-FI.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "Peruuta",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "Kirjoita kommentti",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "Lähetä",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Kommentti aikaleiman kanssa",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "Kirjoita kommentti",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Näytä alkuperäinen",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "Korjattu",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Kuvaa ei voida juuri nyt näyttää.",
|
|
292
292
|
"be.messageCenter.product": "Tuote",
|
|
293
293
|
"be.messageCenter.title": "Uudet ominaisuudet",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "Muokattu {date}",
|
|
295
297
|
"be.modifiedDateBy": "Muokattu {date}, käyttäjä {name}",
|
|
296
298
|
"be.moreOptions": "Lisäasetukset",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Nimi: A → Ö",
|
|
298
301
|
"be.nameDESC": "Nimi: Ö → A",
|
|
299
302
|
"be.nameDate": "{date}, käyttäjä {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Tapahtui virhe osaamisen suorittamisessa tai sen tietojen hakemisessa.",
|
|
418
421
|
"be.sort": "Lajittele",
|
|
419
422
|
"be.statusSkill": "Tila",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "tänään",
|
|
421
425
|
"be.topicsSkill": "Aiheet",
|
|
422
426
|
"be.transcriptEdit": "Napsauta muokattavaa kohtaa.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Lisää",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Tiedot",
|
|
485
489
|
"boxui.classification.add": "Lisää",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Luokitus",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Tummansininen",
|
|
488
494
|
"boxui.classification.classificationGreen": "Vihreä",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Vain pikakuvake",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Luku ja lataus",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Vain luku",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Joukkotoiminnot",
|
|
917
923
|
"boxui.subHeader.metadata": "Metatiedot",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Pakollinen kenttä. Kirjoita aika muodossa HH:MM A.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Virheellinen ajan muoto. Kirjoita aika muodossa HH:MM A.",
|
package/i18n/fi-FI.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Kirjoita kommentti
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = Lähetä
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Kommentti aikaleiman kanssa
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = Kirjoita kommentti
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Lisää
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Tiedot
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Lisää
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = Luokitus
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Luku ja lataus
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Vain luku
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Joukkotoiminnot
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Metatiedot
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/fr-CA.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "Annuler",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "Écrivez un commentaire",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "Publier",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Commentaire avec un horodatage",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "Écrivez un commentaire",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Afficher la publication d'origine",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "Résolu",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Désolé, nous ne parvenons pas à afficher cette image.",
|
|
292
292
|
"be.messageCenter.product": "Produit",
|
|
293
293
|
"be.messageCenter.title": "Nouveautés",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "Dernière modification le {date}",
|
|
295
297
|
"be.modifiedDateBy": "Dernière modification effectuée le {date} par {name}",
|
|
296
298
|
"be.moreOptions": "Plus d'options",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Nom : de A à Z",
|
|
298
301
|
"be.nameDESC": "Nom : de Z à A",
|
|
299
302
|
"be.nameDate": "{date} par {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Une erreur est survenue lors de l'exécution de cette compétence ou de la récupération de ses données.",
|
|
418
421
|
"be.sort": "Trier",
|
|
419
422
|
"be.statusSkill": "État",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "aujourd'hui",
|
|
421
425
|
"be.topicsSkill": "Sujets",
|
|
422
426
|
"be.transcriptEdit": "Cliquez sur la section de votre choix pour effectuer des modifications.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Plus",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Info",
|
|
485
489
|
"boxui.classification.add": "Ajouter",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Classement",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Bleu foncé",
|
|
488
494
|
"boxui.classification.classificationGreen": "Vert",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Raccourci uniquement",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Afficher et télécharger",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Uniquement pour consultation",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Actions groupées",
|
|
917
923
|
"boxui.subHeader.metadata": "Métadonnées",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Champ obligatoire. Entrez un horaire au format HH h MM.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Format d'horaire non valide. Entrez un horaire au format HH h MM.",
|
package/i18n/fr-CA.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Écrivez un commentair
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = Publier
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Commentaire avec un horodatage
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = Écrivez un commentaire
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Plus
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Info
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Ajouter
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = Classement
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Afficher et télécharger
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Uniquement pour consultation
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Actions groupées
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Métadonnées
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/fr-FR.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "Annuler",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "Écrivez un commentaire",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "Publier",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Commentaire avec un horodatage",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "Écrivez un commentaire",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Afficher la publication d'origine",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "Résolu",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Désolé, nous ne parvenons pas à afficher cette image.",
|
|
292
292
|
"be.messageCenter.product": "Produit",
|
|
293
293
|
"be.messageCenter.title": "Nouveautés",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "Dernière modification le {date}",
|
|
295
297
|
"be.modifiedDateBy": "Dernière modification effectuée le {date} par {name}",
|
|
296
298
|
"be.moreOptions": "Plus d'options",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Nom : de A à Z",
|
|
298
301
|
"be.nameDESC": "Nom : de Z à A",
|
|
299
302
|
"be.nameDate": "{date} par {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Une erreur est survenue lors de l'exécution de cette compétence ou de la récupération de ses données.",
|
|
418
421
|
"be.sort": "Trier",
|
|
419
422
|
"be.statusSkill": "État",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "aujourd'hui",
|
|
421
425
|
"be.topicsSkill": "Sujets",
|
|
422
426
|
"be.transcriptEdit": "Cliquez sur la section de votre choix pour effectuer des modifications.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Plus",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Info",
|
|
485
489
|
"boxui.classification.add": "Ajouter",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Classement",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Bleu foncé",
|
|
488
494
|
"boxui.classification.classificationGreen": "Vert",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Raccourci uniquement",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Afficher et télécharger",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Uniquement pour consultation",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Actions groupées",
|
|
917
923
|
"boxui.subHeader.metadata": "Métadonnées",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Champ obligatoire. Entrez un horaire au format HH h MM.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Format d'horaire non valide. Entrez un horaire au format HH h MM.",
|
package/i18n/fr-FR.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Écrivez un commentair
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = Publier
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Commentaire avec un horodatage
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = Écrivez un commentaire
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Plus
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Info
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Ajouter
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = Classement
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Afficher et télécharger
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Uniquement pour consultation
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Actions groupées
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Métadonnées
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/hi-IN.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "रद्द करें",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "एक टिप्पणी लिखें",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "पोस्ट",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "टाइमस्टैम्प के साथ टिप्पणी करें",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "एक टिप्पणी लिखें",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "मूल दिखाएँ",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "हल किया गया",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "क्षमा करें, हमें यह छवि दिखाने में समस्या हो रही है.",
|
|
292
292
|
"be.messageCenter.product": "उत्पाद",
|
|
293
293
|
"be.messageCenter.title": "नया क्या है",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "संशोधित {date}",
|
|
295
297
|
"be.modifiedDateBy": "{name} द्वारा {date} को संशोधित",
|
|
296
298
|
"be.moreOptions": "और विकल्प",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "नाम: A → Z",
|
|
298
301
|
"be.nameDESC": "नाम: Z → A",
|
|
299
302
|
"be.nameDate": "{name} द्वारा {date} को",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "यह युक्ति चलाते समय या इसका डेटा प्राप्त करते समय कुछ गलत हुआ.",
|
|
418
421
|
"be.sort": "सॉर्ट करें",
|
|
419
422
|
"be.statusSkill": "स्थिति",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "आज",
|
|
421
425
|
"be.topicsSkill": "विषय",
|
|
422
426
|
"be.transcriptEdit": "संपादित करने के लिए किसी अनुभाग पर क्लिक करें.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "अधिक",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "जानकारी",
|
|
485
489
|
"boxui.classification.add": "जोड़ें",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "वर्गीकरण",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "गहरा नीला",
|
|
488
494
|
"boxui.classification.classificationGreen": "हरा",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "केवल शॉर्टकट",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "देखें और डाउनलोड करें",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "केवल देखें",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "थोक कार्रवाइयाँ",
|
|
917
923
|
"boxui.subHeader.metadata": "मेटाडेटा",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "आवश्यक क्षेत्र. HH:MM A फ़ॉर्मेट में समय दर्ज करें.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "अमान्य समय फ़ॉर्मेट. HH:MM A फ़ॉर्मेट में समय दर्ज करें.",
|
package/i18n/hi-IN.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = एक टिप्प
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = पोस्ट
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = टाइमस्टैम्प के साथ टिप्पणी करें
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = एक टिप्पणी लिखें
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = अधिक
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = जानकारी
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = जोड़ें
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = वर्गीकरण
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = देखें और डाउनलोड
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = केवल देखें
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = थोक कार्रवाइयाँ
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = मेटाडेटा
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/it-IT.js
CHANGED
|
@@ -109,7 +109,7 @@ export default {
|
|
|
109
109
|
"be.contentSidebar.activityFeed.commentForm.commentCancel": "Annulla",
|
|
110
110
|
"be.contentSidebar.activityFeed.commentForm.commentLabel": "Scrivi un commento",
|
|
111
111
|
"be.contentSidebar.activityFeed.commentForm.commentPost": "Pubblica",
|
|
112
|
-
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Commento con marca temporale",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "Scrivi un commento",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Mostra originale",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "Risolto",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Stiamo riscontrando problemi con la visualizzazione di questa immagine.",
|
|
292
292
|
"be.messageCenter.product": "Prodotto",
|
|
293
293
|
"be.messageCenter.title": "Novità",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "Data di modifica: {date}",
|
|
295
297
|
"be.modifiedDateBy": "Data di modifica: {date}, autore: {name}",
|
|
296
298
|
"be.moreOptions": "Altre opzioni",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Nome: A → Z",
|
|
298
301
|
"be.nameDESC": "Nome: Z → A",
|
|
299
302
|
"be.nameDate": "{date} da {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Si è verificato un problema nell'esecuzione di questa skill o nel recupero dei relativi dati.",
|
|
418
421
|
"be.sort": "Ordina",
|
|
419
422
|
"be.statusSkill": "Stato",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "oggi",
|
|
421
425
|
"be.topicsSkill": "Argomenti",
|
|
422
426
|
"be.transcriptEdit": "Fai clic su qualsiasi sezione per modificare.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Altro",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Informazioni",
|
|
485
489
|
"boxui.classification.add": "Aggiungi",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Classificazione",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Blu scuro",
|
|
488
494
|
"boxui.classification.classificationGreen": "Verde",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Solo tasti di scelta rapida",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Visualizzazione e download",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Sola visualizzazione",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Azioni in blocco",
|
|
917
923
|
"boxui.subHeader.metadata": "Metadati",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Campo obbligatorio. Immetti un orario nel formato HH:MM A.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Formato ora non valido. Immetti un orario nel formato HH:MM A.",
|
package/i18n/it-IT.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Scrivi un commento
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = Pubblica
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Commento con marca temporale
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = Scrivi un commento
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Altro
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Informazioni
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Aggiungi
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = Classificazione
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Visualizzazione e download
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Sola visualizzazione
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Azioni in blocco
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Metadati
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|