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.
Files changed (159) hide show
  1. package/dist/explorer.js +1 -1
  2. package/dist/openwith.js +1 -1
  3. package/dist/picker.js +1 -1
  4. package/dist/preview.js +1 -1
  5. package/dist/sharing.js +1 -1
  6. package/dist/sidebar.js +1 -1
  7. package/dist/uploader.js +1 -1
  8. package/es/api/Metadata.js +98 -13
  9. package/es/api/Metadata.js.flow +110 -12
  10. package/es/api/Metadata.js.map +1 -1
  11. package/es/elements/common/messages.js +16 -0
  12. package/es/elements/common/messages.js.flow +25 -0
  13. package/es/elements/common/messages.js.map +1 -1
  14. package/es/elements/common/withBlueprintModernization.js +16 -0
  15. package/es/elements/common/withBlueprintModernization.js.map +1 -0
  16. package/es/elements/content-explorer/Content.js +2 -1
  17. package/es/elements/content-explorer/Content.js.map +1 -1
  18. package/es/elements/content-explorer/ContentExplorer.js +21 -6
  19. package/es/elements/content-explorer/ContentExplorer.js.map +1 -1
  20. package/es/elements/content-explorer/MetadataQueryAPIHelper.js +61 -4
  21. package/es/elements/content-explorer/MetadataQueryAPIHelper.js.map +1 -1
  22. package/es/elements/content-explorer/MetadataSidePanel.js +40 -14
  23. package/es/elements/content-explorer/MetadataSidePanel.js.map +1 -1
  24. package/es/elements/content-explorer/MetadataViewContainer.js +55 -4
  25. package/es/elements/content-explorer/MetadataViewContainer.js.map +1 -1
  26. package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js +5 -0
  27. package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js.flow +6 -0
  28. package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js.map +1 -1
  29. package/es/elements/content-explorer/stories/tests/MetadataView-visual.stories.js +61 -13
  30. package/es/elements/content-explorer/stories/tests/MetadataView-visual.stories.js.map +1 -1
  31. package/es/elements/content-explorer/utils.js +140 -12
  32. package/es/elements/content-explorer/utils.js.map +1 -1
  33. package/es/elements/content-picker/ContentPicker.js +4 -1
  34. package/es/elements/content-picker/ContentPicker.js.flow +4 -1
  35. package/es/elements/content-picker/ContentPicker.js.map +1 -1
  36. package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js +5 -0
  37. package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js.flow +6 -0
  38. package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js.map +1 -1
  39. package/es/elements/content-preview/ContentPreview.js +3 -1
  40. package/es/elements/content-preview/ContentPreview.js.flow +3 -0
  41. package/es/elements/content-preview/ContentPreview.js.map +1 -1
  42. package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js +5 -0
  43. package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js.flow +7 -1
  44. package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js.map +1 -1
  45. package/es/elements/content-sharing/ContentSharing.js +4 -1
  46. package/es/elements/content-sharing/ContentSharing.js.flow +4 -1
  47. package/es/elements/content-sharing/ContentSharing.js.map +1 -1
  48. package/es/elements/content-sidebar/ContentSidebar.js +3 -1
  49. package/es/elements/content-sidebar/ContentSidebar.js.flow +3 -0
  50. package/es/elements/content-sidebar/ContentSidebar.js.map +1 -1
  51. package/es/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.js +5 -0
  52. package/es/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.js.map +1 -1
  53. package/es/elements/content-uploader/ContentUploader.js +3 -1
  54. package/es/elements/content-uploader/ContentUploader.js.map +1 -1
  55. package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js +5 -0
  56. package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js.flow +6 -0
  57. package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js.map +1 -1
  58. package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.js +51 -0
  59. package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.js.map +1 -0
  60. package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.scss +29 -0
  61. package/es/features/classification/applied-by-ai-classification-reason/messages.js +13 -0
  62. package/es/features/classification/applied-by-ai-classification-reason/messages.js.map +1 -0
  63. package/es/features/classification/types.js +2 -0
  64. package/es/features/classification/types.js.map +1 -0
  65. package/es/src/elements/common/__tests__/withBlueprintModernization.test.d.ts +1 -0
  66. package/es/src/elements/common/withBlueprintModernization.d.ts +3 -0
  67. package/es/src/elements/content-explorer/ContentExplorer.d.ts +11 -3
  68. package/es/src/elements/content-explorer/MetadataQueryAPIHelper.d.ts +11 -1
  69. package/es/src/elements/content-explorer/MetadataSidePanel.d.ts +6 -3
  70. package/es/src/elements/content-explorer/MetadataViewContainer.d.ts +3 -1
  71. package/es/src/elements/content-explorer/stories/tests/MetadataView-visual.stories.d.ts +1 -0
  72. package/es/src/elements/content-explorer/utils.d.ts +9 -3
  73. package/es/src/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.d.ts +5 -0
  74. package/es/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.d.ts +6 -0
  75. package/es/src/features/classification/applied-by-ai-classification-reason/__tests__/AppliedByAiClassificationReason.test.d.ts +1 -0
  76. package/es/src/features/classification/applied-by-ai-classification-reason/messages.d.ts +13 -0
  77. package/es/src/features/classification/types.d.ts +6 -0
  78. package/i18n/bn-IN.js +8 -2
  79. package/i18n/bn-IN.properties +6 -2
  80. package/i18n/da-DK.js +8 -2
  81. package/i18n/da-DK.properties +6 -2
  82. package/i18n/de-DE.js +8 -2
  83. package/i18n/de-DE.properties +6 -2
  84. package/i18n/en-AU.js +6 -0
  85. package/i18n/en-AU.properties +4 -0
  86. package/i18n/en-CA.js +6 -0
  87. package/i18n/en-CA.properties +4 -0
  88. package/i18n/en-GB.js +6 -0
  89. package/i18n/en-GB.properties +4 -0
  90. package/i18n/en-US.js +6 -0
  91. package/i18n/en-US.properties +12 -0
  92. package/i18n/en-x-pseudo.js +6 -0
  93. package/i18n/es-419.js +8 -2
  94. package/i18n/es-419.properties +6 -2
  95. package/i18n/es-ES.js +8 -2
  96. package/i18n/es-ES.properties +6 -2
  97. package/i18n/fi-FI.js +8 -2
  98. package/i18n/fi-FI.properties +6 -2
  99. package/i18n/fr-CA.js +8 -2
  100. package/i18n/fr-CA.properties +6 -2
  101. package/i18n/fr-FR.js +8 -2
  102. package/i18n/fr-FR.properties +6 -2
  103. package/i18n/hi-IN.js +8 -2
  104. package/i18n/hi-IN.properties +6 -2
  105. package/i18n/it-IT.js +8 -2
  106. package/i18n/it-IT.properties +6 -2
  107. package/i18n/ja-JP.js +8 -2
  108. package/i18n/ja-JP.properties +6 -2
  109. package/i18n/ko-KR.js +8 -2
  110. package/i18n/ko-KR.properties +6 -2
  111. package/i18n/nb-NO.js +8 -2
  112. package/i18n/nb-NO.properties +6 -2
  113. package/i18n/nl-NL.js +8 -2
  114. package/i18n/nl-NL.properties +6 -2
  115. package/i18n/pl-PL.js +8 -2
  116. package/i18n/pl-PL.properties +6 -2
  117. package/i18n/pt-BR.js +8 -2
  118. package/i18n/pt-BR.properties +6 -2
  119. package/i18n/ru-RU.js +8 -2
  120. package/i18n/ru-RU.properties +6 -2
  121. package/i18n/sv-SE.js +8 -2
  122. package/i18n/sv-SE.properties +6 -2
  123. package/i18n/tr-TR.js +8 -2
  124. package/i18n/tr-TR.properties +6 -2
  125. package/i18n/zh-CN.js +8 -2
  126. package/i18n/zh-CN.properties +6 -2
  127. package/i18n/zh-TW.js +8 -2
  128. package/i18n/zh-TW.properties +6 -2
  129. package/package.json +1 -1
  130. package/src/api/Metadata.js +110 -12
  131. package/src/api/__tests__/Metadata.test.js +120 -0
  132. package/src/elements/common/__tests__/withBlueprintModernization.test.tsx +91 -0
  133. package/src/elements/common/messages.js +25 -0
  134. package/src/elements/common/withBlueprintModernization.tsx +24 -0
  135. package/src/elements/content-explorer/Content.tsx +1 -0
  136. package/src/elements/content-explorer/ContentExplorer.tsx +224 -182
  137. package/src/elements/content-explorer/MetadataQueryAPIHelper.ts +89 -4
  138. package/src/elements/content-explorer/MetadataSidePanel.tsx +55 -14
  139. package/src/elements/content-explorer/MetadataViewContainer.tsx +61 -1
  140. package/src/elements/content-explorer/__tests__/ContentExplorer.test.tsx +36 -2
  141. package/src/elements/content-explorer/__tests__/MetadataQueryAPIHelper.test.ts +8 -5
  142. package/src/elements/content-explorer/__tests__/MetadataSidePanel.test.tsx +145 -3
  143. package/src/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js +6 -0
  144. package/src/elements/content-explorer/stories/tests/MetadataView-visual.stories.tsx +54 -8
  145. package/src/elements/content-explorer/utils.ts +150 -13
  146. package/src/elements/content-picker/ContentPicker.js +4 -1
  147. package/src/elements/content-picker/stories/tests/ContentPicker-visual.stories.js +6 -0
  148. package/src/elements/content-preview/ContentPreview.js +3 -0
  149. package/src/elements/content-preview/stories/tests/ContentPreview-visual.stories.js +7 -1
  150. package/src/elements/content-sharing/ContentSharing.js +4 -1
  151. package/src/elements/content-sidebar/ContentSidebar.js +3 -0
  152. package/src/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.tsx +6 -0
  153. package/src/elements/content-uploader/ContentUploader.tsx +3 -1
  154. package/src/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js +6 -0
  155. package/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.scss +29 -0
  156. package/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.tsx +55 -0
  157. package/src/features/classification/applied-by-ai-classification-reason/__tests__/AppliedByAiClassificationReason.test.tsx +105 -0
  158. package/src/features/classification/applied-by-ai-classification-reason/messages.ts +18 -0
  159. package/src/features/classification/types.ts +7 -0
package/i18n/ja-JP.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": "Comment with timestamp",
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": "更新日: {date}、更新者: {name}",
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": "{date}、更新者: {name}",
@@ -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": "Bulk actions",
922
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "一括操作",
917
923
  "boxui.subHeader.metadata": "メタデータ",
918
924
  "boxui.timeInput.emptyTimeError": "必須フィールドです。HH:MM AM/PM形式で時間を入力してください。",
919
925
  "boxui.timeInput.invalidTimeError": "時間の形式が無効です。HH:MM AM/PM形式で時間を入力してください。",
@@ -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 = Comment with timestamp
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 = Bulk actions
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/ko-KR.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": "Comment with timestamp",
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": "{date}에 {name} 님이 수정",
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": "{date}, {name}",
@@ -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": "Bulk actions",
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 형식으로 시간을 입력하십시오.",
@@ -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 = Comment with timestamp
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 = Bulk actions
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/nb-NO.js CHANGED
@@ -109,7 +109,7 @@ export default {
109
109
  "be.contentSidebar.activityFeed.commentForm.commentCancel": "Avbryt",
110
110
  "be.contentSidebar.activityFeed.commentForm.commentLabel": "Skriv en kommentar",
111
111
  "be.contentSidebar.activityFeed.commentForm.commentPost": "Legg inn",
112
- "be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Comment with timestamp",
112
+ "be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Kommentar med tidsstempel",
113
113
  "be.contentSidebar.activityFeed.commentForm.commentWrite": "Skriv en kommentar",
114
114
  "be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Vis opprinnelig",
115
115
  "be.contentSidebar.activityFeed.common.activityStatusResolved": "Løst",
@@ -291,9 +291,12 @@ export default {
291
291
  "be.messageCenter.previewError": "Beklager, vi har problemer med å vise dette bildet.",
292
292
  "be.messageCenter.product": "Produkt",
293
293
  "be.messageCenter.title": "Nytt",
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": "Endret {date}",
295
297
  "be.modifiedDateBy": "Endret {date} av {name}",
296
298
  "be.moreOptions": "Flere alternativer",
299
+ "be.multipleValues": "Multiple Values",
297
300
  "be.nameASC": "Navn: A → Å",
298
301
  "be.nameDESC": "Navn: Å → A",
299
302
  "be.nameDate": "{date} av {name}",
@@ -417,6 +420,7 @@ export default {
417
420
  "be.skillUnknownError": "Kan ikke kjøre denne ferdigheten eller hente dataene for den.",
418
421
  "be.sort": "Sorter",
419
422
  "be.statusSkill": "Status",
423
+ "be.success": "Success",
420
424
  "be.today": "i dag",
421
425
  "be.topicsSkill": "Emner",
422
426
  "be.transcriptEdit": "Klikk på en del for å redigere den.",
@@ -483,6 +487,8 @@ export default {
483
487
  "boxui.categorySelector.label.more": "Mer",
484
488
  "boxui.checkboxTooltip.iconInfoText": "Informasjon",
485
489
  "boxui.classification.add": "Legg til",
490
+ "boxui.classification.appliedByBoxAi": "Box AI",
491
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
492
  "boxui.classification.classification": "Klassifisering",
487
493
  "boxui.classification.classificationDarkBlue": "Mørkeblå",
488
494
  "boxui.classification.classificationGreen": "Grønn",
@@ -913,7 +919,7 @@ export default {
913
919
  "boxui.shareMenu.shortcutOnly": "Bare snarvei",
914
920
  "boxui.shareMenu.viewAndDownload": "Vise og laste ned",
915
921
  "boxui.shareMenu.viewOnly": "Bare vis",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
922
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Samlehandlinger",
917
923
  "boxui.subHeader.metadata": "Metadata",
918
924
  "boxui.timeInput.emptyTimeError": "Obligatorisk felt. Oppgi klokkeslettet i formatet TT.MM.",
919
925
  "boxui.timeInput.invalidTimeError": "Ugyldig tidsformat. Oppgi klokkeslettet i formatet HH:MM A.",
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Skriv en kommentar
219
219
  # Text for post button
220
220
  be.contentSidebar.activityFeed.commentForm.commentPost = Legg inn
221
221
  # Label for toggle to add video timestamp to comment
222
- be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Comment with timestamp
222
+ be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Kommentar med tidsstempel
223
223
  # Placeholder for comment input
224
224
  be.contentSidebar.activityFeed.commentForm.commentWrite = Skriv en kommentar
225
225
  # Show original button for showing original comment
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Mer
966
966
  boxui.checkboxTooltip.iconInfoText = Informasjon
967
967
  # Button to add classification on an item
968
968
  boxui.classification.add = Legg til
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 = Klassifisering
971
975
  # Classification label color name as dark blue
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Vise og laste ned
1827
1831
  # Description of permissions granted to users who have access to the shared link
1828
1832
  boxui.shareMenu.viewOnly = Bare vis
1829
1833
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1834
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Samlehandlinger
1831
1835
  # Text for metadata button that will open the metadata side panel
1832
1836
  boxui.subHeader.metadata = Metadata
1833
1837
  # Error message for empty time formats. "HH:MM A" should be localized.
package/i18n/nl-NL.js CHANGED
@@ -109,7 +109,7 @@ export default {
109
109
  "be.contentSidebar.activityFeed.commentForm.commentCancel": "Annuleren",
110
110
  "be.contentSidebar.activityFeed.commentForm.commentLabel": "Een opmerking schrijven",
111
111
  "be.contentSidebar.activityFeed.commentForm.commentPost": "Plaatsen",
112
- "be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Comment with timestamp",
112
+ "be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Opmerking met tijdstempel",
113
113
  "be.contentSidebar.activityFeed.commentForm.commentWrite": "Een opmerking schrijven",
114
114
  "be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Origineel tonen",
115
115
  "be.contentSidebar.activityFeed.common.activityStatusResolved": "Opgelost",
@@ -291,9 +291,12 @@ export default {
291
291
  "be.messageCenter.previewError": "Er zijn problemen met het weergeven van deze afbeelding.",
292
292
  "be.messageCenter.product": "Product",
293
293
  "be.messageCenter.title": "Nieuwe functies",
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": "Gewijzigd op: {date}",
295
297
  "be.modifiedDateBy": "Gewijzigd op {date} door {name}",
296
298
  "be.moreOptions": "Meer opties",
299
+ "be.multipleValues": "Multiple Values",
297
300
  "be.nameASC": "Naam: A → Z",
298
301
  "be.nameDESC": "Naam: Z → A",
299
302
  "be.nameDate": "{date} door {name}",
@@ -417,6 +420,7 @@ export default {
417
420
  "be.skillUnknownError": "Er is iets fout gegaan met deze skill of het ophalen van de gegevens.",
418
421
  "be.sort": "Sorteren",
419
422
  "be.statusSkill": "Status",
423
+ "be.success": "Success",
420
424
  "be.today": "vandaag",
421
425
  "be.topicsSkill": "Onderwerpen",
422
426
  "be.transcriptEdit": "Klik op een sectie om deze te bewerken.",
@@ -483,6 +487,8 @@ export default {
483
487
  "boxui.categorySelector.label.more": "Meer",
484
488
  "boxui.checkboxTooltip.iconInfoText": "Info",
485
489
  "boxui.classification.add": "Toevoegen",
490
+ "boxui.classification.appliedByBoxAi": "Box AI",
491
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
492
  "boxui.classification.classification": "Classificatie",
487
493
  "boxui.classification.classificationDarkBlue": "Donkerblauw",
488
494
  "boxui.classification.classificationGreen": "Groen",
@@ -913,7 +919,7 @@ export default {
913
919
  "boxui.shareMenu.shortcutOnly": "Alleen snelkoppeling",
914
920
  "boxui.shareMenu.viewAndDownload": "Bekijken en downloaden",
915
921
  "boxui.shareMenu.viewOnly": "Alleen bekijken",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
922
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulkacties",
917
923
  "boxui.subHeader.metadata": "Metadata",
918
924
  "boxui.timeInput.emptyTimeError": "Vereist veld. Voer een tijd in de notatie UU:MM in.",
919
925
  "boxui.timeInput.invalidTimeError": "Ongeldige tijdnotatie. Voer een tijd in de notatie UU:MM in.",
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Een opmerking schrijve
219
219
  # Text for post button
220
220
  be.contentSidebar.activityFeed.commentForm.commentPost = Plaatsen
221
221
  # Label for toggle to add video timestamp to comment
222
- be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Comment with timestamp
222
+ be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Opmerking met tijdstempel
223
223
  # Placeholder for comment input
224
224
  be.contentSidebar.activityFeed.commentForm.commentWrite = Een opmerking schrijven
225
225
  # Show original button for showing original comment
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Meer
966
966
  boxui.checkboxTooltip.iconInfoText = Info
967
967
  # Button to add classification on an item
968
968
  boxui.classification.add = Toevoegen
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 = Classificatie
971
975
  # Classification label color name as dark blue
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Bekijken en downloaden
1827
1831
  # Description of permissions granted to users who have access to the shared link
1828
1832
  boxui.shareMenu.viewOnly = Alleen bekijken
1829
1833
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1834
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Bulkacties
1831
1835
  # Text for metadata button that will open the metadata side panel
1832
1836
  boxui.subHeader.metadata = Metadata
1833
1837
  # Error message for empty time formats. "HH:MM A" should be localized.
package/i18n/pl-PL.js CHANGED
@@ -109,7 +109,7 @@ export default {
109
109
  "be.contentSidebar.activityFeed.commentForm.commentCancel": "Anuluj",
110
110
  "be.contentSidebar.activityFeed.commentForm.commentLabel": "Napisz komentarz",
111
111
  "be.contentSidebar.activityFeed.commentForm.commentPost": "Opublikuj",
112
- "be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Comment with timestamp",
112
+ "be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Komentarz ze znacznikiem czasu",
113
113
  "be.contentSidebar.activityFeed.commentForm.commentWrite": "Napisz komentarz",
114
114
  "be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Pokaż oryginalny",
115
115
  "be.contentSidebar.activityFeed.common.activityStatusResolved": "Rozwiązany",
@@ -291,9 +291,12 @@ export default {
291
291
  "be.messageCenter.previewError": "Przepraszamy, występują problemy z wyświetlaniem tego obrazu.",
292
292
  "be.messageCenter.product": "Produkt",
293
293
  "be.messageCenter.title": "Co nowego",
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": "Ostatnia modyfikacja: {date}",
295
297
  "be.modifiedDateBy": "Zmieniono {date} przez użytkownika {name}",
296
298
  "be.moreOptions": "Więcej opcji",
299
+ "be.multipleValues": "Multiple Values",
297
300
  "be.nameASC": "Nazwa: A → Z",
298
301
  "be.nameDESC": "Nazwa: Z → A",
299
302
  "be.nameDate": "{date} przez użytkownika {name}",
@@ -417,6 +420,7 @@ export default {
417
420
  "be.skillUnknownError": "Podczas uruchamiania umiejętności lub pobierania danych wystąpił błąd.",
418
421
  "be.sort": "Sortuj",
419
422
  "be.statusSkill": "Stan",
423
+ "be.success": "Success",
420
424
  "be.today": "dziś",
421
425
  "be.topicsSkill": "Tematy",
422
426
  "be.transcriptEdit": "Kliknij dowolną sekcję, aby edytować.",
@@ -483,6 +487,8 @@ export default {
483
487
  "boxui.categorySelector.label.more": "Więcej",
484
488
  "boxui.checkboxTooltip.iconInfoText": "Informacje",
485
489
  "boxui.classification.add": "Dodaj",
490
+ "boxui.classification.appliedByBoxAi": "Box AI",
491
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
492
  "boxui.classification.classification": "Klasyfikacja",
487
493
  "boxui.classification.classificationDarkBlue": "Ciemnoniebieski",
488
494
  "boxui.classification.classificationGreen": "Zielony",
@@ -913,7 +919,7 @@ export default {
913
919
  "boxui.shareMenu.shortcutOnly": "Tylko skrót",
914
920
  "boxui.shareMenu.viewAndDownload": "Przeglądanie i pobieranie",
915
921
  "boxui.shareMenu.viewOnly": "Tylko przeglądanie",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
922
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Działania zbiorcze",
917
923
  "boxui.subHeader.metadata": "Metadane",
918
924
  "boxui.timeInput.emptyTimeError": "Pole wymagane. Wprowadź godzinę w formacie GG:MM.",
919
925
  "boxui.timeInput.invalidTimeError": "Nieprawidłowy format godziny. Wprowadź godzinę w formacie GG:MM.",
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Napisz komentarz
219
219
  # Text for post button
220
220
  be.contentSidebar.activityFeed.commentForm.commentPost = Opublikuj
221
221
  # Label for toggle to add video timestamp to comment
222
- be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Comment with timestamp
222
+ be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Komentarz ze znacznikiem czasu
223
223
  # Placeholder for comment input
224
224
  be.contentSidebar.activityFeed.commentForm.commentWrite = Napisz komentarz
225
225
  # Show original button for showing original comment
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Więcej
966
966
  boxui.checkboxTooltip.iconInfoText = Informacje
967
967
  # Button to add classification on an item
968
968
  boxui.classification.add = Dodaj
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 = Klasyfikacja
971
975
  # Classification label color name as dark blue
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Przeglądanie i pobieranie
1827
1831
  # Description of permissions granted to users who have access to the shared link
1828
1832
  boxui.shareMenu.viewOnly = Tylko przeglądanie
1829
1833
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1834
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Działania zbiorcze
1831
1835
  # Text for metadata button that will open the metadata side panel
1832
1836
  boxui.subHeader.metadata = Metadane
1833
1837
  # Error message for empty time formats. "HH:MM A" should be localized.
package/i18n/pt-BR.js CHANGED
@@ -109,7 +109,7 @@ export default {
109
109
  "be.contentSidebar.activityFeed.commentForm.commentCancel": "Cancelar",
110
110
  "be.contentSidebar.activityFeed.commentForm.commentLabel": "Escrever um comentário",
111
111
  "be.contentSidebar.activityFeed.commentForm.commentPost": "Publicar",
112
- "be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Comment with timestamp",
112
+ "be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Comentário com registro de horário",
113
113
  "be.contentSidebar.activityFeed.commentForm.commentWrite": "Escrever um comentário",
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": "Lamentamos, mas estamos com problemas para exibir esta imagem.",
292
292
  "be.messageCenter.product": "Produto",
293
293
  "be.messageCenter.title": "Novidades",
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": "Alterado em {date}",
295
297
  "be.modifiedDateBy": "Modificado em {date} por {name}",
296
298
  "be.moreOptions": "Mais opções",
299
+ "be.multipleValues": "Multiple Values",
297
300
  "be.nameASC": "Nome: A → Z",
298
301
  "be.nameDESC": "Nome: Z → A",
299
302
  "be.nameDate": "{date} por {name}",
@@ -417,6 +420,7 @@ export default {
417
420
  "be.skillUnknownError": "Ocorreu um erro ao executar esta habilidade ou ao obter esses dados.",
418
421
  "be.sort": "Classificar",
419
422
  "be.statusSkill": "Status",
423
+ "be.success": "Success",
420
424
  "be.today": "hoje",
421
425
  "be.topicsSkill": "Tópicos",
422
426
  "be.transcriptEdit": "Clique em qualquer seção para editar.",
@@ -483,6 +487,8 @@ export default {
483
487
  "boxui.categorySelector.label.more": "Mais",
484
488
  "boxui.checkboxTooltip.iconInfoText": "Informações",
485
489
  "boxui.classification.add": "Adicionar",
490
+ "boxui.classification.appliedByBoxAi": "Box AI",
491
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
492
  "boxui.classification.classification": "Classificação",
487
493
  "boxui.classification.classificationDarkBlue": "Azul escuro",
488
494
  "boxui.classification.classificationGreen": "Verde",
@@ -913,7 +919,7 @@ export default {
913
919
  "boxui.shareMenu.shortcutOnly": "Apenas atalho",
914
920
  "boxui.shareMenu.viewAndDownload": "Visualização e download",
915
921
  "boxui.shareMenu.viewOnly": "Apenas visualização",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
922
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Ações em lote",
917
923
  "boxui.subHeader.metadata": "Metadados",
918
924
  "boxui.timeInput.emptyTimeError": "Campo obrigatório. Informe uma hora no formato HH:MM AM/PM.",
919
925
  "boxui.timeInput.invalidTimeError": "Formato de hora inválido. Informe uma hora no formato HH:MM A.",
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Escrever um comentári
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 = Comment with timestamp
222
+ be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Comentário com registro de horário
223
223
  # Placeholder for comment input
224
224
  be.contentSidebar.activityFeed.commentForm.commentWrite = Escrever um comentário
225
225
  # Show original button for showing original comment
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Mais
966
966
  boxui.checkboxTooltip.iconInfoText = Informações
967
967
  # Button to add classification on an item
968
968
  boxui.classification.add = Adicionar
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 = Classificação
971
975
  # Classification label color name as dark blue
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Visualização e download
1827
1831
  # Description of permissions granted to users who have access to the shared link
1828
1832
  boxui.shareMenu.viewOnly = Apenas visualização
1829
1833
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1834
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Ações em lote
1831
1835
  # Text for metadata button that will open the metadata side panel
1832
1836
  boxui.subHeader.metadata = Metadados
1833
1837
  # Error message for empty time formats. "HH:MM A" should be localized.
package/i18n/ru-RU.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": "Comment with timestamp",
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": "Изменено {date} пользователем {name}",
296
298
  "be.moreOptions": "Дополнительные параметры",
299
+ "be.multipleValues": "Multiple Values",
297
300
  "be.nameASC": "Имя: А → Я",
298
301
  "be.nameDESC": "Имя: Я → А",
299
302
  "be.nameDate": "{date} пользователем {name}",
@@ -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",
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": "Bulk actions",
922
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Массовые действия",
917
923
  "boxui.subHeader.metadata": "Метаданные",
918
924
  "boxui.timeInput.emptyTimeError": "Обязательное поле. Введите время в 12-часовом формате ЧЧ:ММ.",
919
925
  "boxui.timeInput.invalidTimeError": "Неверный формат времени. Введите время в 12-часовом формате ЧЧ:ММ.",
@@ -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 = Comment with timestamp
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
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 = Bulk actions
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/sv-SE.js CHANGED
@@ -109,7 +109,7 @@ export default {
109
109
  "be.contentSidebar.activityFeed.commentForm.commentCancel": "Avbryt",
110
110
  "be.contentSidebar.activityFeed.commentForm.commentLabel": "Skriv en kommentar",
111
111
  "be.contentSidebar.activityFeed.commentForm.commentPost": "Publicera",
112
- "be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Comment with timestamp",
112
+ "be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Kommentar med tidsstämpel",
113
113
  "be.contentSidebar.activityFeed.commentForm.commentWrite": "Skriv en kommentar",
114
114
  "be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Visa original",
115
115
  "be.contentSidebar.activityFeed.common.activityStatusResolved": "Löst",
@@ -291,9 +291,12 @@ export default {
291
291
  "be.messageCenter.previewError": "Vi har tyvärr problem med att visa den här bilden.",
292
292
  "be.messageCenter.product": "Produkt",
293
293
  "be.messageCenter.title": "Nyheter",
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": "Ändrad {date}",
295
297
  "be.modifiedDateBy": "Ändrad {date} av {name}",
296
298
  "be.moreOptions": "Fler alternativ",
299
+ "be.multipleValues": "Multiple Values",
297
300
  "be.nameASC": "Namn: A → Ö",
298
301
  "be.nameDESC": "Namn: Ö → A",
299
302
  "be.nameDate": "{date} av {name}",
@@ -417,6 +420,7 @@ export default {
417
420
  "be.skillUnknownError": "Något gick fel när funktionen kördes eller när dess data hämtades.",
418
421
  "be.sort": "Sortera",
419
422
  "be.statusSkill": "Status",
423
+ "be.success": "Success",
420
424
  "be.today": "idag",
421
425
  "be.topicsSkill": "Ämnen",
422
426
  "be.transcriptEdit": "Klicka på det avsnitt du vill redigera.",
@@ -483,6 +487,8 @@ export default {
483
487
  "boxui.categorySelector.label.more": "Mer",
484
488
  "boxui.checkboxTooltip.iconInfoText": "Info",
485
489
  "boxui.classification.add": "Lägg till",
490
+ "boxui.classification.appliedByBoxAi": "Box AI",
491
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
492
  "boxui.classification.classification": "Klassificering",
487
493
  "boxui.classification.classificationDarkBlue": "Mörkblått",
488
494
  "boxui.classification.classificationGreen": "Grön",
@@ -913,7 +919,7 @@ export default {
913
919
  "boxui.shareMenu.shortcutOnly": "Endast genväg",
914
920
  "boxui.shareMenu.viewAndDownload": "Visa och hämta",
915
921
  "boxui.shareMenu.viewOnly": "Endast visning",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
922
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Massåtgärder",
917
923
  "boxui.subHeader.metadata": "Metadata",
918
924
  "boxui.timeInput.emptyTimeError": "Obligatoriskt fält. Ange en tid i formatet TT:MM.",
919
925
  "boxui.timeInput.invalidTimeError": "Ogiltigt tidsformat. Ange en tid i formatet TT:MM.",
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Skriv en kommentar
219
219
  # Text for post button
220
220
  be.contentSidebar.activityFeed.commentForm.commentPost = Publicera
221
221
  # Label for toggle to add video timestamp to comment
222
- be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Comment with timestamp
222
+ be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = Kommentar med tidsstämpel
223
223
  # Placeholder for comment input
224
224
  be.contentSidebar.activityFeed.commentForm.commentWrite = Skriv en kommentar
225
225
  # Show original button for showing original comment
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Mer
966
966
  boxui.checkboxTooltip.iconInfoText = Info
967
967
  # Button to add classification on an item
968
968
  boxui.classification.add = Lägg till
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 = Klassificering
971
975
  # Classification label color name as dark blue
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Visa och hämta
1827
1831
  # Description of permissions granted to users who have access to the shared link
1828
1832
  boxui.shareMenu.viewOnly = Endast visning
1829
1833
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1834
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Massåtgärder
1831
1835
  # Text for metadata button that will open the metadata side panel
1832
1836
  boxui.subHeader.metadata = Metadata
1833
1837
  # Error message for empty time formats. "HH:MM A" should be localized.