box-ui-elements 24.0.0-beta.3 → 24.0.0-beta.4

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 (119) 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/elements/common/withBlueprintModernization.js +16 -0
  9. package/es/elements/common/withBlueprintModernization.js.map +1 -0
  10. package/es/elements/content-explorer/ContentExplorer.js +2 -1
  11. package/es/elements/content-explorer/ContentExplorer.js.map +1 -1
  12. package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js +5 -0
  13. package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js.flow +6 -0
  14. package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js.map +1 -1
  15. package/es/elements/content-picker/ContentPicker.js +4 -1
  16. package/es/elements/content-picker/ContentPicker.js.flow +4 -1
  17. package/es/elements/content-picker/ContentPicker.js.map +1 -1
  18. package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js +5 -0
  19. package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js.flow +6 -0
  20. package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js.map +1 -1
  21. package/es/elements/content-preview/ContentPreview.js +3 -1
  22. package/es/elements/content-preview/ContentPreview.js.flow +3 -0
  23. package/es/elements/content-preview/ContentPreview.js.map +1 -1
  24. package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js +5 -0
  25. package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js.flow +7 -1
  26. package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js.map +1 -1
  27. package/es/elements/content-sharing/ContentSharing.js +4 -1
  28. package/es/elements/content-sharing/ContentSharing.js.flow +4 -1
  29. package/es/elements/content-sharing/ContentSharing.js.map +1 -1
  30. package/es/elements/content-sidebar/ContentSidebar.js +3 -1
  31. package/es/elements/content-sidebar/ContentSidebar.js.flow +3 -0
  32. package/es/elements/content-sidebar/ContentSidebar.js.map +1 -1
  33. package/es/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.js +5 -0
  34. package/es/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.js.map +1 -1
  35. package/es/elements/content-uploader/ContentUploader.js +3 -1
  36. package/es/elements/content-uploader/ContentUploader.js.map +1 -1
  37. package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js +5 -0
  38. package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js.flow +6 -0
  39. package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js.map +1 -1
  40. package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.js +51 -0
  41. package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.js.map +1 -0
  42. package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.scss +29 -0
  43. package/es/features/classification/applied-by-ai-classification-reason/messages.js +13 -0
  44. package/es/features/classification/applied-by-ai-classification-reason/messages.js.map +1 -0
  45. package/es/features/classification/types.js +2 -0
  46. package/es/features/classification/types.js.map +1 -0
  47. package/es/src/elements/common/__tests__/withBlueprintModernization.test.d.ts +1 -0
  48. package/es/src/elements/common/withBlueprintModernization.d.ts +3 -0
  49. package/es/src/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.d.ts +5 -0
  50. package/es/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.d.ts +6 -0
  51. package/es/src/features/classification/applied-by-ai-classification-reason/__tests__/AppliedByAiClassificationReason.test.d.ts +1 -0
  52. package/es/src/features/classification/applied-by-ai-classification-reason/messages.d.ts +13 -0
  53. package/es/src/features/classification/types.d.ts +6 -0
  54. package/i18n/bn-IN.js +4 -2
  55. package/i18n/bn-IN.properties +2 -2
  56. package/i18n/da-DK.js +4 -2
  57. package/i18n/da-DK.properties +2 -2
  58. package/i18n/de-DE.js +4 -2
  59. package/i18n/de-DE.properties +2 -2
  60. package/i18n/en-AU.js +2 -0
  61. package/i18n/en-CA.js +2 -0
  62. package/i18n/en-GB.js +2 -0
  63. package/i18n/en-US.js +2 -0
  64. package/i18n/en-US.properties +4 -0
  65. package/i18n/en-x-pseudo.js +2 -0
  66. package/i18n/es-419.js +4 -2
  67. package/i18n/es-419.properties +2 -2
  68. package/i18n/es-ES.js +4 -2
  69. package/i18n/es-ES.properties +2 -2
  70. package/i18n/fi-FI.js +4 -2
  71. package/i18n/fi-FI.properties +2 -2
  72. package/i18n/fr-CA.js +4 -2
  73. package/i18n/fr-CA.properties +2 -2
  74. package/i18n/fr-FR.js +4 -2
  75. package/i18n/fr-FR.properties +2 -2
  76. package/i18n/hi-IN.js +4 -2
  77. package/i18n/hi-IN.properties +2 -2
  78. package/i18n/it-IT.js +4 -2
  79. package/i18n/it-IT.properties +2 -2
  80. package/i18n/ja-JP.js +2 -0
  81. package/i18n/ko-KR.js +4 -2
  82. package/i18n/ko-KR.properties +2 -2
  83. package/i18n/nb-NO.js +4 -2
  84. package/i18n/nb-NO.properties +2 -2
  85. package/i18n/nl-NL.js +4 -2
  86. package/i18n/nl-NL.properties +2 -2
  87. package/i18n/pl-PL.js +4 -2
  88. package/i18n/pl-PL.properties +2 -2
  89. package/i18n/pt-BR.js +4 -2
  90. package/i18n/pt-BR.properties +2 -2
  91. package/i18n/ru-RU.js +4 -2
  92. package/i18n/ru-RU.properties +2 -2
  93. package/i18n/sv-SE.js +4 -2
  94. package/i18n/sv-SE.properties +2 -2
  95. package/i18n/tr-TR.js +4 -2
  96. package/i18n/tr-TR.properties +2 -2
  97. package/i18n/zh-CN.js +4 -2
  98. package/i18n/zh-CN.properties +2 -2
  99. package/i18n/zh-TW.js +4 -2
  100. package/i18n/zh-TW.properties +2 -2
  101. package/package.json +1 -1
  102. package/src/elements/common/__tests__/withBlueprintModernization.test.tsx +91 -0
  103. package/src/elements/common/withBlueprintModernization.tsx +24 -0
  104. package/src/elements/content-explorer/ContentExplorer.tsx +4 -1
  105. package/src/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js +6 -0
  106. package/src/elements/content-picker/ContentPicker.js +4 -1
  107. package/src/elements/content-picker/stories/tests/ContentPicker-visual.stories.js +6 -0
  108. package/src/elements/content-preview/ContentPreview.js +3 -0
  109. package/src/elements/content-preview/stories/tests/ContentPreview-visual.stories.js +7 -1
  110. package/src/elements/content-sharing/ContentSharing.js +4 -1
  111. package/src/elements/content-sidebar/ContentSidebar.js +3 -0
  112. package/src/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.tsx +6 -0
  113. package/src/elements/content-uploader/ContentUploader.tsx +3 -1
  114. package/src/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js +6 -0
  115. package/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.scss +29 -0
  116. package/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.tsx +55 -0
  117. package/src/features/classification/applied-by-ai-classification-reason/__tests__/AppliedByAiClassificationReason.test.tsx +105 -0
  118. package/src/features/classification/applied-by-ai-classification-reason/messages.ts +18 -0
  119. package/src/features/classification/types.ts +7 -0
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","names":[],"sources":["../../../src/features/classification/types.ts"],"sourcesContent":["import type { CitationType } from '@box/box-ai-content-answers';\n\nexport type AiClassificationReason = {\n answer: string;\n modifiedAt?: string;\n citations?: CitationType[];\n};\n"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { BlueprintModernizationContextValue } from '@box/blueprint-web';
3
+ export declare function withBlueprintModernization<P>(Component: React.ComponentType<P & BlueprintModernizationContextValue>): React.FC<(P & BlueprintModernizationContextValue) | P>;
@@ -21,5 +21,10 @@ declare const _default: {
21
21
  };
22
22
  };
23
23
  export default _default;
24
+ export declare const Modernization: {
25
+ args: {
26
+ enableModernizedComponents: boolean;
27
+ };
28
+ };
24
29
  export declare const ContentSidebarWithBoxAIDisabled: StoryObj<typeof BoxAISidebar>;
25
30
  export declare const ContentSidebarWithBoxAIEnabled: StoryObj<typeof BoxAISidebar>;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import type { AiClassificationReason } from '../types';
3
+ import './AppliedByAiClassificationReason.scss';
4
+ export type AppliedByAiClassificationReasonProps = AiClassificationReason;
5
+ declare const AppliedByAiClassificationReason: ({ answer, modifiedAt, citations }: AppliedByAiClassificationReasonProps) => React.JSX.Element;
6
+ export default AppliedByAiClassificationReason;
@@ -0,0 +1,13 @@
1
+ declare const messages: {
2
+ appliedByBoxAi: {
3
+ defaultMessage: string;
4
+ description: string;
5
+ id: string;
6
+ };
7
+ appliedByBoxAiOnDate: {
8
+ defaultMessage: string;
9
+ description: string;
10
+ id: string;
11
+ };
12
+ };
13
+ export default messages;
@@ -0,0 +1,6 @@
1
+ import type { CitationType } from '@box/box-ai-content-answers';
2
+ export type AiClassificationReason = {
3
+ answer: string;
4
+ modifiedAt?: string;
5
+ citations?: CitationType[];
6
+ };
package/i18n/bn-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": "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": "সমস্যার সমাধান করা হয়েছে",
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "আরও",
484
484
  "boxui.checkboxTooltip.iconInfoText": "তথ্য",
485
485
  "boxui.classification.add": "যোগ করুন",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "শ্রেণিবিভাজন",
487
489
  "boxui.classification.classificationDarkBlue": "গাঢ় নীল",
488
490
  "boxui.classification.classificationGreen": "সবুজ",
@@ -913,7 +915,7 @@ export default {
913
915
  "boxui.shareMenu.shortcutOnly": "শুধুমাত্র শর্টকাট",
914
916
  "boxui.shareMenu.viewAndDownload": "দেখুন এবং ডাউনলোড করুন",
915
917
  "boxui.shareMenu.viewOnly": "শুধুমাত্র দেখুন",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
918
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "বাল্ক ক্রিয়াকলাপ",
917
919
  "boxui.subHeader.metadata": "মেটাডেটা",
918
920
  "boxui.timeInput.emptyTimeError": "প্রয়োজনীয় ক্ষেত্র। HH:MM A ফর্ম্যাটে একটি সময় লিখুন।",
919
921
  "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
@@ -1827,7 +1827,7 @@ boxui.shareMenu.viewAndDownload = দেখুন এবং ডাউনলো
1827
1827
  # Description of permissions granted to users who have access to the shared link
1828
1828
  boxui.shareMenu.viewOnly = শুধুমাত্র দেখুন
1829
1829
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1830
+ boxui.subHeader.bulkItemActionMenuAriaLabel = বাল্ক ক্রিয়াকলাপ
1831
1831
  # Text for metadata button that will open the metadata side panel
1832
1832
  boxui.subHeader.metadata = মেটাডেটা
1833
1833
  # Error message for empty time formats. "HH:MM A" should be localized.
package/i18n/da-DK.js CHANGED
@@ -109,7 +109,7 @@ export default {
109
109
  "be.contentSidebar.activityFeed.commentForm.commentCancel": "Annuller",
110
110
  "be.contentSidebar.activityFeed.commentForm.commentLabel": "Skriv en kommentar",
111
111
  "be.contentSidebar.activityFeed.commentForm.commentPost": "Opslå",
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 oprindelig",
115
115
  "be.contentSidebar.activityFeed.common.activityStatusResolved": "Løst",
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "Mere",
484
484
  "boxui.checkboxTooltip.iconInfoText": "Oplysninger",
485
485
  "boxui.classification.add": "Tilføj",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "Klassificering",
487
489
  "boxui.classification.classificationDarkBlue": "Mørkeblå",
488
490
  "boxui.classification.classificationGreen": "Grøn",
@@ -913,7 +915,7 @@ export default {
913
915
  "boxui.shareMenu.shortcutOnly": "Kun genvej",
914
916
  "boxui.shareMenu.viewAndDownload": "Se og download",
915
917
  "boxui.shareMenu.viewOnly": "Kun til visning",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
918
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulkaktioner",
917
919
  "boxui.subHeader.metadata": "Metadata",
918
920
  "boxui.timeInput.emptyTimeError": "Obligatorisk felt. Indtast et klokkeslæt i formatet TT:MM.",
919
921
  "boxui.timeInput.invalidTimeError": "Ugyldigt tidsformat. Indtast et klokkeslæt i formatet TT: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 = Opslå
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
@@ -1827,7 +1827,7 @@ boxui.shareMenu.viewAndDownload = Se og download
1827
1827
  # Description of permissions granted to users who have access to the shared link
1828
1828
  boxui.shareMenu.viewOnly = Kun til visning
1829
1829
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1830
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Bulkaktioner
1831
1831
  # Text for metadata button that will open the metadata side panel
1832
1832
  boxui.subHeader.metadata = Metadata
1833
1833
  # Error message for empty time formats. "HH:MM A" should be localized.
package/i18n/de-DE.js CHANGED
@@ -109,7 +109,7 @@ export default {
109
109
  "be.contentSidebar.activityFeed.commentForm.commentCancel": "Abbrechen",
110
110
  "be.contentSidebar.activityFeed.commentForm.commentLabel": "Kommentar verfassen",
111
111
  "be.contentSidebar.activityFeed.commentForm.commentPost": "Posten",
112
- "be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Comment with timestamp",
112
+ "be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "Kommentar mit Zeitstempel",
113
113
  "be.contentSidebar.activityFeed.commentForm.commentWrite": "Kommentar verfassen",
114
114
  "be.contentSidebar.activityFeed.commmon.showOriginalMessage": "Original anzeigen",
115
115
  "be.contentSidebar.activityFeed.common.activityStatusResolved": "Abgeschlossen",
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "Mehr",
484
484
  "boxui.checkboxTooltip.iconInfoText": "Informationen",
485
485
  "boxui.classification.add": "Hinzufügen",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "Klassifizierung",
487
489
  "boxui.classification.classificationDarkBlue": "Dunkelblau",
488
490
  "boxui.classification.classificationGreen": "Grün",
@@ -913,7 +915,7 @@ export default {
913
915
  "boxui.shareMenu.shortcutOnly": "Nur Verknüpfung",
914
916
  "boxui.shareMenu.viewAndDownload": "Anzeigen und herunterladen",
915
917
  "boxui.shareMenu.viewOnly": "Nur anzeigen",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
918
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Massenaktionen",
917
919
  "boxui.subHeader.metadata": "Metadaten",
918
920
  "boxui.timeInput.emptyTimeError": "Pflichtfeld. Geben Sie eine Uhrzeit im Format HH:MM ein.",
919
921
  "boxui.timeInput.invalidTimeError": "Ungültiges Uhrzeitformat. Geben Sie eine Uhrzeit im Format HH:MM ein.",
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = Kommentar verfassen
219
219
  # Text for post button
220
220
  be.contentSidebar.activityFeed.commentForm.commentPost = Posten
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 mit Zeitstempel
223
223
  # Placeholder for comment input
224
224
  be.contentSidebar.activityFeed.commentForm.commentWrite = Kommentar verfassen
225
225
  # Show original button for showing original comment
@@ -1827,7 +1827,7 @@ boxui.shareMenu.viewAndDownload = Anzeigen und herunterladen
1827
1827
  # Description of permissions granted to users who have access to the shared link
1828
1828
  boxui.shareMenu.viewOnly = Nur anzeigen
1829
1829
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1830
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Massenaktionen
1831
1831
  # Text for metadata button that will open the metadata side panel
1832
1832
  boxui.subHeader.metadata = Metadaten
1833
1833
  # Error message for empty time formats. "HH:MM A" should be localized.
package/i18n/en-AU.js CHANGED
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "More",
484
484
  "boxui.checkboxTooltip.iconInfoText": "Info",
485
485
  "boxui.classification.add": "Add",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "Classification",
487
489
  "boxui.classification.classificationDarkBlue": "Dark blue",
488
490
  "boxui.classification.classificationGreen": "Green",
package/i18n/en-CA.js CHANGED
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "More",
484
484
  "boxui.checkboxTooltip.iconInfoText": "Info",
485
485
  "boxui.classification.add": "Add",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "Classification",
487
489
  "boxui.classification.classificationDarkBlue": "Dark Blue",
488
490
  "boxui.classification.classificationGreen": "Green",
package/i18n/en-GB.js CHANGED
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "More",
484
484
  "boxui.checkboxTooltip.iconInfoText": "Info",
485
485
  "boxui.classification.add": "Add",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "Classification",
487
489
  "boxui.classification.classificationDarkBlue": "Dark blue",
488
490
  "boxui.classification.classificationGreen": "Green",
package/i18n/en-US.js CHANGED
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "More",
484
484
  "boxui.checkboxTooltip.iconInfoText": "Info",
485
485
  "boxui.classification.add": "Add",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "Classification",
487
489
  "boxui.classification.classificationDarkBlue": "Dark Blue",
488
490
  "boxui.classification.classificationGreen": "Green",
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = More
966
966
  boxui.checkboxTooltip.iconInfoText = Info
967
967
  # Button to add classification on an item
968
968
  boxui.classification.add = 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 = Classification
971
975
  # Classification label color name as dark blue
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "⟦萬 Μòґě 國⟧",
484
484
  "boxui.checkboxTooltip.iconInfoText": "⟦萬 Ίńƒо 國⟧",
485
485
  "boxui.classification.add": "⟦ Âďď ⟧",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "⟦萬萬萬萬 Čļăśşíƒĭçąťįöŋ 國國國國⟧",
487
489
  "boxui.classification.classificationDarkBlue": "⟦萬萬 Ðάřκ Βľúє 國國⟧",
488
490
  "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": "Comment with timestamp",
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",
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "Más",
484
484
  "boxui.checkboxTooltip.iconInfoText": "Información",
485
485
  "boxui.classification.add": "Agregar",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "Clasificación",
487
489
  "boxui.classification.classificationDarkBlue": "Azul oscuro",
488
490
  "boxui.classification.classificationGreen": "Verde",
@@ -913,7 +915,7 @@ export default {
913
915
  "boxui.shareMenu.shortcutOnly": "Solo acceso directo",
914
916
  "boxui.shareMenu.viewAndDownload": "Visualización y descarga",
915
917
  "boxui.shareMenu.viewOnly": "Solo visualización",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
918
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Acciones masivas",
917
919
  "boxui.subHeader.metadata": "Metadatos",
918
920
  "boxui.timeInput.emptyTimeError": "Campo obligatorio. Introduzca una hora con el formato HH:MM A.",
919
921
  "boxui.timeInput.invalidTimeError": "Formato de hora no válido. Introduzca una hora con el formato HH:MM A.",
@@ -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 = Comment with timestamp
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
@@ -1827,7 +1827,7 @@ boxui.shareMenu.viewAndDownload = Visualización y descarga
1827
1827
  # Description of permissions granted to users who have access to the shared link
1828
1828
  boxui.shareMenu.viewOnly = Solo visualización
1829
1829
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1830
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Acciones masivas
1831
1831
  # Text for metadata button that will open the metadata side panel
1832
1832
  boxui.subHeader.metadata = Metadatos
1833
1833
  # 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": "Comment with timestamp",
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",
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "Más",
484
484
  "boxui.checkboxTooltip.iconInfoText": "Información",
485
485
  "boxui.classification.add": "Agregar",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "Clasificación",
487
489
  "boxui.classification.classificationDarkBlue": "Azul oscuro",
488
490
  "boxui.classification.classificationGreen": "Verde",
@@ -913,7 +915,7 @@ export default {
913
915
  "boxui.shareMenu.shortcutOnly": "Solo acceso directo",
914
916
  "boxui.shareMenu.viewAndDownload": "Visualización y descarga",
915
917
  "boxui.shareMenu.viewOnly": "Solo visualización",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
918
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Acciones masivas",
917
919
  "boxui.subHeader.metadata": "Metadatos",
918
920
  "boxui.timeInput.emptyTimeError": "Campo obligatorio. Introduzca una hora con el formato HH:MM A.",
919
921
  "boxui.timeInput.invalidTimeError": "Formato de hora no válido. Introduzca una hora con el formato HH:MM A.",
@@ -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 = Comment with timestamp
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
@@ -1827,7 +1827,7 @@ boxui.shareMenu.viewAndDownload = Visualización y descarga
1827
1827
  # Description of permissions granted to users who have access to the shared link
1828
1828
  boxui.shareMenu.viewOnly = Solo visualización
1829
1829
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1830
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Acciones masivas
1831
1831
  # Text for metadata button that will open the metadata side panel
1832
1832
  boxui.subHeader.metadata = Metadatos
1833
1833
  # 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": "Comment with timestamp",
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",
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "Lisää",
484
484
  "boxui.checkboxTooltip.iconInfoText": "Tiedot",
485
485
  "boxui.classification.add": "Lisää",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "Luokitus",
487
489
  "boxui.classification.classificationDarkBlue": "Tummansininen",
488
490
  "boxui.classification.classificationGreen": "Vihreä",
@@ -913,7 +915,7 @@ export default {
913
915
  "boxui.shareMenu.shortcutOnly": "Vain pikakuvake",
914
916
  "boxui.shareMenu.viewAndDownload": "Luku ja lataus",
915
917
  "boxui.shareMenu.viewOnly": "Vain luku",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
918
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Joukkotoiminnot",
917
919
  "boxui.subHeader.metadata": "Metatiedot",
918
920
  "boxui.timeInput.emptyTimeError": "Pakollinen kenttä. Kirjoita aika muodossa HH:MM A.",
919
921
  "boxui.timeInput.invalidTimeError": "Virheellinen ajan muoto. Kirjoita aika muodossa HH:MM A.",
@@ -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 = Comment with timestamp
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
@@ -1827,7 +1827,7 @@ boxui.shareMenu.viewAndDownload = Luku ja lataus
1827
1827
  # Description of permissions granted to users who have access to the shared link
1828
1828
  boxui.shareMenu.viewOnly = Vain luku
1829
1829
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1830
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Joukkotoiminnot
1831
1831
  # Text for metadata button that will open the metadata side panel
1832
1832
  boxui.subHeader.metadata = Metatiedot
1833
1833
  # 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": "Comment with timestamp",
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",
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "Plus",
484
484
  "boxui.checkboxTooltip.iconInfoText": "Info",
485
485
  "boxui.classification.add": "Ajouter",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "Classement",
487
489
  "boxui.classification.classificationDarkBlue": "Bleu foncé",
488
490
  "boxui.classification.classificationGreen": "Vert",
@@ -913,7 +915,7 @@ export default {
913
915
  "boxui.shareMenu.shortcutOnly": "Raccourci uniquement",
914
916
  "boxui.shareMenu.viewAndDownload": "Afficher et télécharger",
915
917
  "boxui.shareMenu.viewOnly": "Uniquement pour consultation",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
918
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Actions groupées",
917
919
  "boxui.subHeader.metadata": "Métadonnées",
918
920
  "boxui.timeInput.emptyTimeError": "Champ obligatoire. Entrez un horaire au format HH h MM.",
919
921
  "boxui.timeInput.invalidTimeError": "Format d'horaire non valide. Entrez un horaire au format HH h MM.",
@@ -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 = Comment with timestamp
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
@@ -1827,7 +1827,7 @@ boxui.shareMenu.viewAndDownload = Afficher et télécharger
1827
1827
  # Description of permissions granted to users who have access to the shared link
1828
1828
  boxui.shareMenu.viewOnly = Uniquement pour consultation
1829
1829
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1830
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Actions groupées
1831
1831
  # Text for metadata button that will open the metadata side panel
1832
1832
  boxui.subHeader.metadata = Métadonnées
1833
1833
  # 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": "Comment with timestamp",
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",
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "Plus",
484
484
  "boxui.checkboxTooltip.iconInfoText": "Info",
485
485
  "boxui.classification.add": "Ajouter",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "Classement",
487
489
  "boxui.classification.classificationDarkBlue": "Bleu foncé",
488
490
  "boxui.classification.classificationGreen": "Vert",
@@ -913,7 +915,7 @@ export default {
913
915
  "boxui.shareMenu.shortcutOnly": "Raccourci uniquement",
914
916
  "boxui.shareMenu.viewAndDownload": "Afficher et télécharger",
915
917
  "boxui.shareMenu.viewOnly": "Uniquement pour consultation",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
918
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Actions groupées",
917
919
  "boxui.subHeader.metadata": "Métadonnées",
918
920
  "boxui.timeInput.emptyTimeError": "Champ obligatoire. Entrez un horaire au format HH h MM.",
919
921
  "boxui.timeInput.invalidTimeError": "Format d'horaire non valide. Entrez un horaire au format HH h MM.",
@@ -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 = Comment with timestamp
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
@@ -1827,7 +1827,7 @@ boxui.shareMenu.viewAndDownload = Afficher et télécharger
1827
1827
  # Description of permissions granted to users who have access to the shared link
1828
1828
  boxui.shareMenu.viewOnly = Uniquement pour consultation
1829
1829
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1830
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Actions groupées
1831
1831
  # Text for metadata button that will open the metadata side panel
1832
1832
  boxui.subHeader.metadata = Métadonnées
1833
1833
  # 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": "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": "हल किया गया",
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "अधिक",
484
484
  "boxui.checkboxTooltip.iconInfoText": "जानकारी",
485
485
  "boxui.classification.add": "जोड़ें",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "वर्गीकरण",
487
489
  "boxui.classification.classificationDarkBlue": "गहरा नीला",
488
490
  "boxui.classification.classificationGreen": "हरा",
@@ -913,7 +915,7 @@ export default {
913
915
  "boxui.shareMenu.shortcutOnly": "केवल शॉर्टकट",
914
916
  "boxui.shareMenu.viewAndDownload": "देखें और डाउनलोड करें",
915
917
  "boxui.shareMenu.viewOnly": "केवल देखें",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
918
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "थोक कार्रवाइयाँ",
917
919
  "boxui.subHeader.metadata": "मेटाडेटा",
918
920
  "boxui.timeInput.emptyTimeError": "आवश्यक क्षेत्र. HH:MM A फ़ॉर्मेट में समय दर्ज करें.",
919
921
  "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
@@ -1827,7 +1827,7 @@ boxui.shareMenu.viewAndDownload = देखें और डाउनलोड
1827
1827
  # Description of permissions granted to users who have access to the shared link
1828
1828
  boxui.shareMenu.viewOnly = केवल देखें
1829
1829
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1830
+ boxui.subHeader.bulkItemActionMenuAriaLabel = थोक कार्रवाइयाँ
1831
1831
  # Text for metadata button that will open the metadata side panel
1832
1832
  boxui.subHeader.metadata = मेटाडेटा
1833
1833
  # 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": "Comment with timestamp",
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",
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "Altro",
484
484
  "boxui.checkboxTooltip.iconInfoText": "Informazioni",
485
485
  "boxui.classification.add": "Aggiungi",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "Classificazione",
487
489
  "boxui.classification.classificationDarkBlue": "Blu scuro",
488
490
  "boxui.classification.classificationGreen": "Verde",
@@ -913,7 +915,7 @@ export default {
913
915
  "boxui.shareMenu.shortcutOnly": "Solo tasti di scelta rapida",
914
916
  "boxui.shareMenu.viewAndDownload": "Visualizzazione e download",
915
917
  "boxui.shareMenu.viewOnly": "Sola visualizzazione",
916
- "boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulk actions",
918
+ "boxui.subHeader.bulkItemActionMenuAriaLabel": "Azioni in blocco",
917
919
  "boxui.subHeader.metadata": "Metadati",
918
920
  "boxui.timeInput.emptyTimeError": "Campo obbligatorio. Immetti un orario nel formato HH:MM A.",
919
921
  "boxui.timeInput.invalidTimeError": "Formato ora non valido. Immetti un orario nel formato HH:MM A.",
@@ -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 = Comment with timestamp
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
@@ -1827,7 +1827,7 @@ boxui.shareMenu.viewAndDownload = Visualizzazione e download
1827
1827
  # Description of permissions granted to users who have access to the shared link
1828
1828
  boxui.shareMenu.viewOnly = Sola visualizzazione
1829
1829
  # Aria-label for the dropdown menu that shows actions for selected items
1830
- boxui.subHeader.bulkItemActionMenuAriaLabel = Bulk actions
1830
+ boxui.subHeader.bulkItemActionMenuAriaLabel = Azioni in blocco
1831
1831
  # Text for metadata button that will open the metadata side panel
1832
1832
  boxui.subHeader.metadata = Metadati
1833
1833
  # Error message for empty time formats. "HH:MM A" should be localized.
package/i18n/ja-JP.js CHANGED
@@ -483,6 +483,8 @@ export default {
483
483
  "boxui.categorySelector.label.more": "その他",
484
484
  "boxui.checkboxTooltip.iconInfoText": "情報",
485
485
  "boxui.classification.add": "追加",
486
+ "boxui.classification.appliedByBoxAi": "Box AI",
487
+ "boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
486
488
  "boxui.classification.classification": "分類",
487
489
  "boxui.classification.classificationDarkBlue": "濃い青",
488
490
  "boxui.classification.classificationGreen": "緑",