box-ui-elements 24.0.0-beta.3 → 24.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/explorer.js +1 -1
- package/dist/openwith.js +1 -1
- package/dist/picker.js +1 -1
- package/dist/preview.js +1 -1
- package/dist/sharing.js +1 -1
- package/dist/sidebar.js +1 -1
- package/dist/uploader.js +1 -1
- package/es/api/Metadata.js +98 -13
- package/es/api/Metadata.js.flow +110 -12
- package/es/api/Metadata.js.map +1 -1
- package/es/elements/common/messages.js +16 -0
- package/es/elements/common/messages.js.flow +25 -0
- package/es/elements/common/messages.js.map +1 -1
- package/es/elements/common/withBlueprintModernization.js +16 -0
- package/es/elements/common/withBlueprintModernization.js.map +1 -0
- package/es/elements/content-explorer/Content.js +2 -1
- package/es/elements/content-explorer/Content.js.map +1 -1
- package/es/elements/content-explorer/ContentExplorer.js +21 -6
- package/es/elements/content-explorer/ContentExplorer.js.map +1 -1
- package/es/elements/content-explorer/MetadataQueryAPIHelper.js +61 -4
- package/es/elements/content-explorer/MetadataQueryAPIHelper.js.map +1 -1
- package/es/elements/content-explorer/MetadataSidePanel.js +40 -14
- package/es/elements/content-explorer/MetadataSidePanel.js.map +1 -1
- package/es/elements/content-explorer/MetadataViewContainer.js +55 -4
- package/es/elements/content-explorer/MetadataViewContainer.js.map +1 -1
- package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js +5 -0
- package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js.flow +6 -0
- package/es/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js.map +1 -1
- package/es/elements/content-explorer/stories/tests/MetadataView-visual.stories.js +61 -13
- package/es/elements/content-explorer/stories/tests/MetadataView-visual.stories.js.map +1 -1
- package/es/elements/content-explorer/utils.js +140 -12
- package/es/elements/content-explorer/utils.js.map +1 -1
- package/es/elements/content-picker/ContentPicker.js +4 -1
- package/es/elements/content-picker/ContentPicker.js.flow +4 -1
- package/es/elements/content-picker/ContentPicker.js.map +1 -1
- package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js +5 -0
- package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js.flow +6 -0
- package/es/elements/content-picker/stories/tests/ContentPicker-visual.stories.js.map +1 -1
- package/es/elements/content-preview/ContentPreview.js +3 -1
- package/es/elements/content-preview/ContentPreview.js.flow +3 -0
- package/es/elements/content-preview/ContentPreview.js.map +1 -1
- package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js +5 -0
- package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js.flow +7 -1
- package/es/elements/content-preview/stories/tests/ContentPreview-visual.stories.js.map +1 -1
- package/es/elements/content-sharing/ContentSharing.js +4 -1
- package/es/elements/content-sharing/ContentSharing.js.flow +4 -1
- package/es/elements/content-sharing/ContentSharing.js.map +1 -1
- package/es/elements/content-sidebar/ContentSidebar.js +3 -1
- package/es/elements/content-sidebar/ContentSidebar.js.flow +3 -0
- package/es/elements/content-sidebar/ContentSidebar.js.map +1 -1
- package/es/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.js +5 -0
- package/es/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.js.map +1 -1
- package/es/elements/content-uploader/ContentUploader.js +3 -1
- package/es/elements/content-uploader/ContentUploader.js.map +1 -1
- package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js +5 -0
- package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js.flow +6 -0
- package/es/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js.map +1 -1
- package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.js +51 -0
- package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.js.map +1 -0
- package/es/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.scss +29 -0
- package/es/features/classification/applied-by-ai-classification-reason/messages.js +13 -0
- package/es/features/classification/applied-by-ai-classification-reason/messages.js.map +1 -0
- package/es/features/classification/types.js +2 -0
- package/es/features/classification/types.js.map +1 -0
- package/es/src/elements/common/__tests__/withBlueprintModernization.test.d.ts +1 -0
- package/es/src/elements/common/withBlueprintModernization.d.ts +3 -0
- package/es/src/elements/content-explorer/ContentExplorer.d.ts +11 -3
- package/es/src/elements/content-explorer/MetadataQueryAPIHelper.d.ts +11 -1
- package/es/src/elements/content-explorer/MetadataSidePanel.d.ts +6 -3
- package/es/src/elements/content-explorer/MetadataViewContainer.d.ts +3 -1
- package/es/src/elements/content-explorer/stories/tests/MetadataView-visual.stories.d.ts +1 -0
- package/es/src/elements/content-explorer/utils.d.ts +9 -3
- package/es/src/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.d.ts +5 -0
- package/es/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.d.ts +6 -0
- package/es/src/features/classification/applied-by-ai-classification-reason/__tests__/AppliedByAiClassificationReason.test.d.ts +1 -0
- package/es/src/features/classification/applied-by-ai-classification-reason/messages.d.ts +13 -0
- package/es/src/features/classification/types.d.ts +6 -0
- package/i18n/bn-IN.js +8 -2
- package/i18n/bn-IN.properties +6 -2
- package/i18n/da-DK.js +8 -2
- package/i18n/da-DK.properties +6 -2
- package/i18n/de-DE.js +8 -2
- package/i18n/de-DE.properties +6 -2
- package/i18n/en-AU.js +6 -0
- package/i18n/en-AU.properties +4 -0
- package/i18n/en-CA.js +6 -0
- package/i18n/en-CA.properties +4 -0
- package/i18n/en-GB.js +6 -0
- package/i18n/en-GB.properties +4 -0
- package/i18n/en-US.js +6 -0
- package/i18n/en-US.properties +12 -0
- package/i18n/en-x-pseudo.js +6 -0
- package/i18n/es-419.js +8 -2
- package/i18n/es-419.properties +6 -2
- package/i18n/es-ES.js +8 -2
- package/i18n/es-ES.properties +6 -2
- package/i18n/fi-FI.js +8 -2
- package/i18n/fi-FI.properties +6 -2
- package/i18n/fr-CA.js +8 -2
- package/i18n/fr-CA.properties +6 -2
- package/i18n/fr-FR.js +8 -2
- package/i18n/fr-FR.properties +6 -2
- package/i18n/hi-IN.js +8 -2
- package/i18n/hi-IN.properties +6 -2
- package/i18n/it-IT.js +8 -2
- package/i18n/it-IT.properties +6 -2
- package/i18n/ja-JP.js +8 -2
- package/i18n/ja-JP.properties +6 -2
- package/i18n/ko-KR.js +8 -2
- package/i18n/ko-KR.properties +6 -2
- package/i18n/nb-NO.js +8 -2
- package/i18n/nb-NO.properties +6 -2
- package/i18n/nl-NL.js +8 -2
- package/i18n/nl-NL.properties +6 -2
- package/i18n/pl-PL.js +8 -2
- package/i18n/pl-PL.properties +6 -2
- package/i18n/pt-BR.js +8 -2
- package/i18n/pt-BR.properties +6 -2
- package/i18n/ru-RU.js +8 -2
- package/i18n/ru-RU.properties +6 -2
- package/i18n/sv-SE.js +8 -2
- package/i18n/sv-SE.properties +6 -2
- package/i18n/tr-TR.js +8 -2
- package/i18n/tr-TR.properties +6 -2
- package/i18n/zh-CN.js +8 -2
- package/i18n/zh-CN.properties +6 -2
- package/i18n/zh-TW.js +8 -2
- package/i18n/zh-TW.properties +6 -2
- package/package.json +1 -1
- package/src/api/Metadata.js +110 -12
- package/src/api/__tests__/Metadata.test.js +120 -0
- package/src/elements/common/__tests__/withBlueprintModernization.test.tsx +91 -0
- package/src/elements/common/messages.js +25 -0
- package/src/elements/common/withBlueprintModernization.tsx +24 -0
- package/src/elements/content-explorer/Content.tsx +1 -0
- package/src/elements/content-explorer/ContentExplorer.tsx +224 -182
- package/src/elements/content-explorer/MetadataQueryAPIHelper.ts +89 -4
- package/src/elements/content-explorer/MetadataSidePanel.tsx +55 -14
- package/src/elements/content-explorer/MetadataViewContainer.tsx +61 -1
- package/src/elements/content-explorer/__tests__/ContentExplorer.test.tsx +36 -2
- package/src/elements/content-explorer/__tests__/MetadataQueryAPIHelper.test.ts +8 -5
- package/src/elements/content-explorer/__tests__/MetadataSidePanel.test.tsx +145 -3
- package/src/elements/content-explorer/stories/tests/ContentExplorer-visual.stories.js +6 -0
- package/src/elements/content-explorer/stories/tests/MetadataView-visual.stories.tsx +54 -8
- package/src/elements/content-explorer/utils.ts +150 -13
- package/src/elements/content-picker/ContentPicker.js +4 -1
- package/src/elements/content-picker/stories/tests/ContentPicker-visual.stories.js +6 -0
- package/src/elements/content-preview/ContentPreview.js +3 -0
- package/src/elements/content-preview/stories/tests/ContentPreview-visual.stories.js +7 -1
- package/src/elements/content-sharing/ContentSharing.js +4 -1
- package/src/elements/content-sidebar/ContentSidebar.js +3 -0
- package/src/elements/content-sidebar/stories/tests/ContentSidebar-visual.stories.tsx +6 -0
- package/src/elements/content-uploader/ContentUploader.tsx +3 -1
- package/src/elements/content-uploader/stories/tests/ContentUploader-visual.stories.js +6 -0
- package/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.scss +29 -0
- package/src/features/classification/applied-by-ai-classification-reason/AppliedByAiClassificationReason.tsx +55 -0
- package/src/features/classification/applied-by-ai-classification-reason/__tests__/AppliedByAiClassificationReason.test.tsx +105 -0
- package/src/features/classification/applied-by-ai-classification-reason/messages.ts +18 -0
- package/src/features/classification/types.ts +7 -0
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
|
@@ -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>;
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
import 'regenerator-runtime/runtime';
|
|
3
3
|
import React, { Component } from 'react';
|
|
4
4
|
import { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
5
|
-
import type { Selection } from 'react-aria-components';
|
|
5
|
+
import type { Key, Selection } from 'react-aria-components';
|
|
6
|
+
import type { MetadataTemplateField } from '@box/metadata-editor';
|
|
6
7
|
import API from '../../api';
|
|
7
8
|
import MetadataQueryAPIHelper from '../../features/metadata-based-view/MetadataQueryAPIHelper';
|
|
8
9
|
import LocalStore from '../../utils/LocalStore';
|
|
@@ -68,7 +69,7 @@ export interface ContentExplorerProps {
|
|
|
68
69
|
rootFolderId?: string;
|
|
69
70
|
sharedLink?: string;
|
|
70
71
|
sharedLinkPassword?: string;
|
|
71
|
-
sortBy?: SortBy;
|
|
72
|
+
sortBy?: SortBy | Key;
|
|
72
73
|
sortDirection?: SortDirection;
|
|
73
74
|
staticHost?: string;
|
|
74
75
|
staticPath?: string;
|
|
@@ -203,6 +204,13 @@ declare class ContentExplorer extends Component<ContentExplorerProps, State> {
|
|
|
203
204
|
* @return {void}
|
|
204
205
|
*/
|
|
205
206
|
showMetadataQueryResults(): void;
|
|
207
|
+
/**
|
|
208
|
+
* Update selected items' metadata instances based on original and new field values in the metadata instance form
|
|
209
|
+
*
|
|
210
|
+
* @private
|
|
211
|
+
* @return {void}
|
|
212
|
+
*/
|
|
213
|
+
updateMetadataV2: (items: BoxItem[], operations: JSONPatchOperations, templateOldFields: MetadataTemplateField[], templateNewFields: MetadataTemplateField[], successCallback: () => void, errorCallback: ErrorCallback) => Promise<void>;
|
|
206
214
|
/**
|
|
207
215
|
* Resets the collection so that the loading bar starts showing
|
|
208
216
|
*
|
|
@@ -333,7 +341,7 @@ declare class ContentExplorer extends Component<ContentExplorerProps, State> {
|
|
|
333
341
|
* @param {string} sortDirection - sort direction
|
|
334
342
|
* @return {void}
|
|
335
343
|
*/
|
|
336
|
-
sort: (sortBy: SortBy, sortDirection: SortDirection) => void;
|
|
344
|
+
sort: (sortBy: SortBy | Key, sortDirection: SortDirection) => void;
|
|
337
345
|
/**
|
|
338
346
|
* Sets state with currentCollection updated to have `items.selected` properties
|
|
339
347
|
* set according to the given selected param. Also updates the selected item in the
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import type { MetadataTemplateField } from '@box/metadata-editor';
|
|
1
2
|
import API from '../../api';
|
|
2
3
|
import type { MetadataQuery as MetadataQueryType, MetadataQueryResponseData } from '../../common/types/metadataQueries';
|
|
3
4
|
import type { MetadataTemplateSchemaResponse, MetadataTemplate, MetadataFieldValue } from '../../common/types/metadata';
|
|
4
5
|
import type { ElementsXhrError } from '../../common/types/api';
|
|
5
|
-
import type { Collection } from '../../common/types/core';
|
|
6
|
+
import type { Collection, BoxItem } from '../../common/types/core';
|
|
6
7
|
type SuccessCallback = (metadataQueryCollection: Collection, metadataTemplate: MetadataTemplate) => void;
|
|
7
8
|
type ErrorCallback = (e: ElementsXhrError) => void;
|
|
8
9
|
export default class MetadataQueryAPIHelper {
|
|
@@ -18,9 +19,18 @@ export default class MetadataQueryAPIHelper {
|
|
|
18
19
|
flattenMetadata: (metadata?: MetadataType) => MetadataType;
|
|
19
20
|
getDataWithTypes: (templateSchemaResponse?: MetadataTemplateSchemaResponse) => Collection;
|
|
20
21
|
getTemplateSchemaInfo: (data: MetadataQueryResponseData) => Promise<MetadataTemplateSchemaResponse | void>;
|
|
22
|
+
/**
|
|
23
|
+
* Generate operations for all fields update in the metadata sidepanel
|
|
24
|
+
*
|
|
25
|
+
* @private
|
|
26
|
+
* @return {JSONPatchOperations}
|
|
27
|
+
*/
|
|
28
|
+
generateOperations: (item: BoxItem, templateOldFields: MetadataTemplateField[], templateNewFields: MetadataTemplateField[]) => JSONPatchOperations;
|
|
21
29
|
queryMetadata: () => Promise<MetadataQueryResponseData>;
|
|
22
30
|
fetchMetadataQueryResults: (metadataQuery: MetadataQueryType, successCallback: SuccessCallback, errorCallback: ErrorCallback) => Promise<void>;
|
|
23
31
|
updateMetadata: (file: BoxItem, field: string, oldValue: MetadataFieldValue | null, newValue: MetadataFieldValue | null, successCallback: () => void, errorCallback: ErrorCallback) => Promise<void>;
|
|
32
|
+
updateMetadataWithOperations: (item: BoxItem, operations: JSONPatchOperations, successCallback: () => void, errorCallback: ErrorCallback) => Promise<void>;
|
|
33
|
+
bulkUpdateMetadata: (items: BoxItem[], templateOldFields: MetadataTemplateField[], templateNewFields: MetadataTemplateField[], successCallback: () => void, errorCallback: ErrorCallback) => Promise<void>;
|
|
24
34
|
/**
|
|
25
35
|
* Verify that the metadata query has required fields and update it if necessary
|
|
26
36
|
* For a file item, default fields included in the response are "type", "id", "etag"
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { JSONPatchOperations, type MetadataTemplateField } from '@box/metadata-editor';
|
|
2
3
|
import type { Selection } from 'react-aria-components';
|
|
3
|
-
import type { Collection } from '../../common/types/core';
|
|
4
|
+
import type { BoxItem, Collection } from '../../common/types/core';
|
|
4
5
|
import type { MetadataTemplate } from '../../common/types/metadata';
|
|
5
6
|
import './MetadataSidePanel.scss';
|
|
6
7
|
export interface MetadataSidePanelProps {
|
|
7
8
|
currentCollection: Collection;
|
|
8
|
-
onClose: () => void;
|
|
9
9
|
metadataTemplate: MetadataTemplate;
|
|
10
|
+
onClose: () => void;
|
|
11
|
+
onUpdate: (items: BoxItem[], operations: JSONPatchOperations, templateOldFields: MetadataTemplateField[], templateNewFields: MetadataTemplateField[], successCallback: () => void, errorCallback: ErrorCallback) => Promise<void>;
|
|
12
|
+
refreshCollection: () => void;
|
|
10
13
|
selectedItemIds: Selection;
|
|
11
14
|
}
|
|
12
|
-
declare const MetadataSidePanel: ({ currentCollection, onClose,
|
|
15
|
+
declare const MetadataSidePanel: ({ currentCollection, metadataTemplate, onClose, onUpdate, refreshCollection, selectedItemIds, }: MetadataSidePanelProps) => React.JSX.Element;
|
|
13
16
|
export default MetadataSidePanel;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import type { EnumType, MetadataFormFieldValue } from '@box/metadata-filter';
|
|
3
3
|
import { type MetadataViewProps } from '@box/metadata-view';
|
|
4
|
+
import { type Key } from '@react-types/shared';
|
|
4
5
|
import type { Collection } from '../../common/types/core';
|
|
5
6
|
import type { MetadataTemplate } from '../../common/types/metadata';
|
|
6
7
|
type EnumToStringArray<T> = T extends EnumType ? string[] : T;
|
|
@@ -16,6 +17,7 @@ export interface MetadataViewContainerProps extends Omit<MetadataViewProps, 'ite
|
|
|
16
17
|
actionBarProps?: ActionBarProps;
|
|
17
18
|
currentCollection: Collection;
|
|
18
19
|
metadataTemplate: MetadataTemplate;
|
|
20
|
+
onSortChange?: (sortBy: Key, sortDirection: string) => void;
|
|
19
21
|
}
|
|
20
|
-
declare const MetadataViewContainer: ({ actionBarProps, columns, currentCollection, metadataTemplate, ...rest }: MetadataViewContainerProps) => React.JSX.Element;
|
|
22
|
+
declare const MetadataViewContainer: ({ actionBarProps, columns, currentCollection, metadataTemplate, onSortChange: onSortChangeInternal, ...rest }: MetadataViewContainerProps) => React.JSX.Element;
|
|
21
23
|
export default MetadataViewContainer;
|
|
@@ -7,6 +7,7 @@ export declare const metadataViewV2WithCustomActions: Story;
|
|
|
7
7
|
export declare const metadataViewV2WithInitialFilterValues: Story;
|
|
8
8
|
export declare const sidePanelOpenWithSingleItemSelected: Story;
|
|
9
9
|
export declare const metadataViewV2WithBulkItemActionMenuShowsItemActionMenu: Story;
|
|
10
|
+
export declare const sidePanelOpenWithMultipleItemsSelected: Story;
|
|
10
11
|
declare const meta: Meta<typeof ContentExplorer>;
|
|
11
12
|
type Story = StoryObj<typeof meta>;
|
|
12
13
|
export default meta;
|
|
@@ -1,22 +1,28 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type MetadataTemplate, type MetadataFormFieldValue } from '@box/metadata-editor';
|
|
2
|
+
import type { MetadataFieldType } from '@box/metadata-view';
|
|
2
3
|
import type { Selection } from 'react-aria-components';
|
|
3
4
|
import type { BoxItem, Collection } from '../../common/types/core';
|
|
5
|
+
type ItemMetadataFieldValue = string | number | Array<string> | null | undefined;
|
|
4
6
|
export declare function useSelectedItemText(currentCollection: Collection, selectedItemIds: Selection): string;
|
|
5
|
-
export declare function
|
|
7
|
+
export declare function isEmptyValue(value: ItemMetadataFieldValue): boolean;
|
|
8
|
+
export declare function areFieldValuesEqual(value1: ItemMetadataFieldValue, value2: ItemMetadataFieldValue): boolean;
|
|
9
|
+
export declare function isMultiValuesField(fieldType: MetadataFieldType, fieldValue: MetadataFormFieldValue): boolean;
|
|
10
|
+
export declare function useTemplateInstance(metadataTemplate: MetadataTemplate, selectedItems: BoxItem[], isEditing: boolean): {
|
|
6
11
|
canEdit: boolean;
|
|
7
12
|
displayName: string;
|
|
8
13
|
hidden: boolean;
|
|
9
14
|
id: string;
|
|
10
15
|
fields: {
|
|
16
|
+
value: any;
|
|
11
17
|
displayName: string;
|
|
12
18
|
hidden: boolean;
|
|
13
19
|
id: string;
|
|
14
20
|
key: string;
|
|
15
21
|
options: import("@box/metadata-editor").MetadataTemplateFieldOption[];
|
|
16
22
|
type: import("@box/metadata-editor").MetadataTemplateFieldType;
|
|
17
|
-
value: any;
|
|
18
23
|
}[];
|
|
19
24
|
scope: string;
|
|
20
25
|
templateKey: string;
|
|
21
26
|
type: string;
|
|
22
27
|
};
|
|
28
|
+
export {};
|
|
@@ -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 @@
|
|
|
1
|
+
export {};
|
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": "
|
|
112
|
+
"be.contentSidebar.activityFeed.commentForm.commentTimestampLabel": "টাইমস্ট্যাম্প সহ মন্তব্য করুন",
|
|
113
113
|
"be.contentSidebar.activityFeed.commentForm.commentWrite": "একটি মন্তব্য লিখুন",
|
|
114
114
|
"be.contentSidebar.activityFeed.commmon.showOriginalMessage": "মূল দেখান",
|
|
115
115
|
"be.contentSidebar.activityFeed.common.activityStatusResolved": "সমস্যার সমাধান করা হয়েছে",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "দুঃখিত, এই ইমেজটি দেখাতে আমরা সমস্যার সম্মুখীন হচ্ছি।",
|
|
292
292
|
"be.messageCenter.product": "পণ্য",
|
|
293
293
|
"be.messageCenter.title": "নতুন কী",
|
|
294
|
+
"be.metadataUpdateErrorNotification": "Unable to save changes. Please try again.",
|
|
295
|
+
"be.metadataUpdateSuccessNotification": " {numSelected, plural, =1 {1 document updated} other {# documents updated} } ",
|
|
294
296
|
"be.modifiedDate": "সংশোধিত {date}",
|
|
295
297
|
"be.modifiedDateBy": "{name}-এর দ্বারা {date}-এ সংশোধিত",
|
|
296
298
|
"be.moreOptions": "আরও বিকল্প",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "নাম: A → Z",
|
|
298
301
|
"be.nameDESC": "নাম: Z → A",
|
|
299
302
|
"be.nameDate": "{name}-এর দ্বারা {date}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "এই দক্ষতাটি চালনা করার সময় বা এর ডেটা প্রাপ্তির সময় কিছু ত্রুটি ঘটেছে।",
|
|
418
421
|
"be.sort": "বাছাই করুন",
|
|
419
422
|
"be.statusSkill": "স্থিতি",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "আজ",
|
|
421
425
|
"be.topicsSkill": "টপিকগুলি",
|
|
422
426
|
"be.transcriptEdit": "সম্পাদনা করতে যে কোনও নির্বাচন ক্লিক করুন।",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "আরও",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "তথ্য",
|
|
485
489
|
"boxui.classification.add": "যোগ করুন",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "শ্রেণিবিভাজন",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "গাঢ় নীল",
|
|
488
494
|
"boxui.classification.classificationGreen": "সবুজ",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "শুধুমাত্র শর্টকাট",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "দেখুন এবং ডাউনলোড করুন",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "শুধুমাত্র দেখুন",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "বাল্ক ক্রিয়াকলাপ",
|
|
917
923
|
"boxui.subHeader.metadata": "মেটাডেটা",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "প্রয়োজনীয় ক্ষেত্র। HH:MM A ফর্ম্যাটে একটি সময় লিখুন।",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "সময়ের ফর্ম্যাট অবৈধ। HH:MM A ফর্ম্যাটে একটি সময় লিখুন।",
|
package/i18n/bn-IN.properties
CHANGED
|
@@ -219,7 +219,7 @@ be.contentSidebar.activityFeed.commentForm.commentLabel = একটি মন্
|
|
|
219
219
|
# Text for post button
|
|
220
220
|
be.contentSidebar.activityFeed.commentForm.commentPost = পোস্ট করুন
|
|
221
221
|
# Label for toggle to add video timestamp to comment
|
|
222
|
-
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel =
|
|
222
|
+
be.contentSidebar.activityFeed.commentForm.commentTimestampLabel = টাইমস্ট্যাম্প সহ মন্তব্য করুন
|
|
223
223
|
# Placeholder for comment input
|
|
224
224
|
be.contentSidebar.activityFeed.commentForm.commentWrite = একটি মন্তব্য লিখুন
|
|
225
225
|
# Show original button for showing original comment
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = আরও
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = তথ্য
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = যোগ করুন
|
|
969
|
+
# Title of the card that shows the reason why the AI classification was applied when no date is available.
|
|
970
|
+
boxui.classification.appliedByBoxAi = Box AI
|
|
971
|
+
# Title of the card that shows the reason why the AI classification was applied on a specific date.
|
|
972
|
+
boxui.classification.appliedByBoxAiOnDate = Box AI on {modifiedAt}
|
|
969
973
|
# Header for classification section in sidebar
|
|
970
974
|
boxui.classification.classification = শ্রেণিবিভাজন
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = দেখুন এবং ডাউনলো
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = শুধুমাত্র দেখুন
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = বাল্ক ক্রিয়াকলাপ
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = মেটাডেটা
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/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": "
|
|
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",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Vi har desværre problemer med at vise dette billede.",
|
|
292
292
|
"be.messageCenter.product": "Produkt",
|
|
293
293
|
"be.messageCenter.title": "Nyheder",
|
|
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": "Ændret {date}",
|
|
295
297
|
"be.modifiedDateBy": "Ændret {date} af {name}",
|
|
296
298
|
"be.moreOptions": "Flere muligheder",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Navn: A → Å",
|
|
298
301
|
"be.nameDESC": "Navn: Å → A",
|
|
299
302
|
"be.nameDate": "{date} af {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Der opstod et problem under kørsel af denne færdighed eller i forbindelse med hentning af tilhørende data.",
|
|
418
421
|
"be.sort": "Sortér",
|
|
419
422
|
"be.statusSkill": "Status",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "i dag",
|
|
421
425
|
"be.topicsSkill": "Emner",
|
|
422
426
|
"be.transcriptEdit": "Klik på et afsnit for at redigere.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Mere",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Oplysninger",
|
|
485
489
|
"boxui.classification.add": "Tilføj",
|
|
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ørkeblå",
|
|
488
494
|
"boxui.classification.classificationGreen": "Grøn",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Kun genvej",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Se og download",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Kun til visning",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Bulkaktioner",
|
|
917
923
|
"boxui.subHeader.metadata": "Metadata",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Obligatorisk felt. Indtast et klokkeslæt i formatet TT:MM.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Ugyldigt tidsformat. Indtast et klokkeslæt i formatet TT:MM A.",
|
package/i18n/da-DK.properties
CHANGED
|
@@ -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 =
|
|
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 = Mere
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Oplysninger
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Tilføj
|
|
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 = Se og download
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Kun til visning
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Bulkaktioner
|
|
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/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": "
|
|
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",
|
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Leider kann dieses Bild derzeit nicht angezeigt werden.",
|
|
292
292
|
"be.messageCenter.product": "Produkt",
|
|
293
293
|
"be.messageCenter.title": "Neuerungen",
|
|
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": "Geändert am {date}",
|
|
295
297
|
"be.modifiedDateBy": "Geändert am {date} von {name}",
|
|
296
298
|
"be.moreOptions": "Weitere Optionen",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Name: A → Z",
|
|
298
301
|
"be.nameDESC": "Name: Z → A",
|
|
299
302
|
"be.nameDate": "Am {date} von {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Beim Ausführen dieses Skills oder Abrufen seiner Daten ist ein Fehler aufgetreten.",
|
|
418
421
|
"be.sort": "Sortieren",
|
|
419
422
|
"be.statusSkill": "Status",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "heute",
|
|
421
425
|
"be.topicsSkill": "Themen",
|
|
422
426
|
"be.transcriptEdit": "Klicken Sie auf einen beliebigen Abschnitt, um ihn zu bearbeiten.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "Mehr",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Informationen",
|
|
485
489
|
"boxui.classification.add": "Hinzufügen",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box-KI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Klassifizierung",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Dunkelblau",
|
|
488
494
|
"boxui.classification.classificationGreen": "Grün",
|
|
@@ -913,7 +919,7 @@ export default {
|
|
|
913
919
|
"boxui.shareMenu.shortcutOnly": "Nur Verknüpfung",
|
|
914
920
|
"boxui.shareMenu.viewAndDownload": "Anzeigen und herunterladen",
|
|
915
921
|
"boxui.shareMenu.viewOnly": "Nur anzeigen",
|
|
916
|
-
"boxui.subHeader.bulkItemActionMenuAriaLabel": "
|
|
922
|
+
"boxui.subHeader.bulkItemActionMenuAriaLabel": "Massenaktionen",
|
|
917
923
|
"boxui.subHeader.metadata": "Metadaten",
|
|
918
924
|
"boxui.timeInput.emptyTimeError": "Pflichtfeld. Geben Sie eine Uhrzeit im Format HH:MM ein.",
|
|
919
925
|
"boxui.timeInput.invalidTimeError": "Ungültiges Uhrzeitformat. Geben Sie eine Uhrzeit im Format HH:MM ein.",
|
package/i18n/de-DE.properties
CHANGED
|
@@ -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 =
|
|
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
|
|
@@ -966,6 +966,10 @@ boxui.categorySelector.label.more = Mehr
|
|
|
966
966
|
boxui.checkboxTooltip.iconInfoText = Informationen
|
|
967
967
|
# Button to add classification on an item
|
|
968
968
|
boxui.classification.add = Hinzufügen
|
|
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-KI
|
|
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 = Klassifizierung
|
|
971
975
|
# Classification label color name as dark blue
|
|
@@ -1827,7 +1831,7 @@ boxui.shareMenu.viewAndDownload = Anzeigen und herunterladen
|
|
|
1827
1831
|
# Description of permissions granted to users who have access to the shared link
|
|
1828
1832
|
boxui.shareMenu.viewOnly = Nur anzeigen
|
|
1829
1833
|
# Aria-label for the dropdown menu that shows actions for selected items
|
|
1830
|
-
boxui.subHeader.bulkItemActionMenuAriaLabel =
|
|
1834
|
+
boxui.subHeader.bulkItemActionMenuAriaLabel = Massenaktionen
|
|
1831
1835
|
# Text for metadata button that will open the metadata side panel
|
|
1832
1836
|
boxui.subHeader.metadata = Metadaten
|
|
1833
1837
|
# Error message for empty time formats. "HH:MM A" should be localized.
|
package/i18n/en-AU.js
CHANGED
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Sorry, we're having trouble showing this image.",
|
|
292
292
|
"be.messageCenter.product": "Product",
|
|
293
293
|
"be.messageCenter.title": "What's New",
|
|
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": "Modified {date}",
|
|
295
297
|
"be.modifiedDateBy": "Modified {date} by {name}",
|
|
296
298
|
"be.moreOptions": "More Options",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Name: A → Z",
|
|
298
301
|
"be.nameDESC": "Name: Z → A",
|
|
299
302
|
"be.nameDate": "{date} by {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Something went wrong while running this skill or fetching its data.",
|
|
418
421
|
"be.sort": "Sort",
|
|
419
422
|
"be.statusSkill": "Status",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "today",
|
|
421
425
|
"be.topicsSkill": "Topics",
|
|
422
426
|
"be.transcriptEdit": "Click any section to edit.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "More",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Info",
|
|
485
489
|
"boxui.classification.add": "Add",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Classification",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Dark blue",
|
|
488
494
|
"boxui.classification.classificationGreen": "Green",
|
package/i18n/en-AU.properties
CHANGED
|
@@ -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
|
package/i18n/en-CA.js
CHANGED
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Sorry, we're having trouble showing this image. ",
|
|
292
292
|
"be.messageCenter.product": "Product",
|
|
293
293
|
"be.messageCenter.title": "What's New",
|
|
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": "Modified {date}",
|
|
295
297
|
"be.modifiedDateBy": "Modified {date} by {name}",
|
|
296
298
|
"be.moreOptions": "More options",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Name: A → Z",
|
|
298
301
|
"be.nameDESC": "Name: Z → A",
|
|
299
302
|
"be.nameDate": "{date} by {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Something went wrong with running this skill or fetching its data.",
|
|
418
421
|
"be.sort": "Sort",
|
|
419
422
|
"be.statusSkill": "Status",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "today",
|
|
421
425
|
"be.topicsSkill": "Topics",
|
|
422
426
|
"be.transcriptEdit": "Click any section to edit.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "More",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Info",
|
|
485
489
|
"boxui.classification.add": "Add",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Classification",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Dark Blue",
|
|
488
494
|
"boxui.classification.classificationGreen": "Green",
|
package/i18n/en-CA.properties
CHANGED
|
@@ -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
|
package/i18n/en-GB.js
CHANGED
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Sorry, we're having trouble showing this image.",
|
|
292
292
|
"be.messageCenter.product": "Product",
|
|
293
293
|
"be.messageCenter.title": "What's New",
|
|
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": "Modified {date}",
|
|
295
297
|
"be.modifiedDateBy": "Modified {date} by {name}",
|
|
296
298
|
"be.moreOptions": "More Options",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Name: A → Z",
|
|
298
301
|
"be.nameDESC": "Name: Z → A",
|
|
299
302
|
"be.nameDate": "{date} by {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Something went wrong while running this skill or fetching its data.",
|
|
418
421
|
"be.sort": "Sort",
|
|
419
422
|
"be.statusSkill": "Status",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "today",
|
|
421
425
|
"be.topicsSkill": "Topics",
|
|
422
426
|
"be.transcriptEdit": "Click any section to edit.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "More",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Info",
|
|
485
489
|
"boxui.classification.add": "Add",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Classification",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Dark blue",
|
|
488
494
|
"boxui.classification.classificationGreen": "Green",
|
package/i18n/en-GB.properties
CHANGED
|
@@ -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
|
package/i18n/en-US.js
CHANGED
|
@@ -291,9 +291,12 @@ export default {
|
|
|
291
291
|
"be.messageCenter.previewError": "Sorry, we're having trouble showing this image. ",
|
|
292
292
|
"be.messageCenter.product": "Product",
|
|
293
293
|
"be.messageCenter.title": "What's New",
|
|
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": "Modified {date}",
|
|
295
297
|
"be.modifiedDateBy": "Modified {date} by {name}",
|
|
296
298
|
"be.moreOptions": "More options",
|
|
299
|
+
"be.multipleValues": "Multiple Values",
|
|
297
300
|
"be.nameASC": "Name: A → Z",
|
|
298
301
|
"be.nameDESC": "Name: Z → A",
|
|
299
302
|
"be.nameDate": "{date} by {name}",
|
|
@@ -417,6 +420,7 @@ export default {
|
|
|
417
420
|
"be.skillUnknownError": "Something went wrong with running this skill or fetching its data.",
|
|
418
421
|
"be.sort": "Sort",
|
|
419
422
|
"be.statusSkill": "Status",
|
|
423
|
+
"be.success": "Success",
|
|
420
424
|
"be.today": "today",
|
|
421
425
|
"be.topicsSkill": "Topics",
|
|
422
426
|
"be.transcriptEdit": "Click any section to edit.",
|
|
@@ -483,6 +487,8 @@ export default {
|
|
|
483
487
|
"boxui.categorySelector.label.more": "More",
|
|
484
488
|
"boxui.checkboxTooltip.iconInfoText": "Info",
|
|
485
489
|
"boxui.classification.add": "Add",
|
|
490
|
+
"boxui.classification.appliedByBoxAi": "Box AI",
|
|
491
|
+
"boxui.classification.appliedByBoxAiOnDate": "Box AI on {modifiedAt}",
|
|
486
492
|
"boxui.classification.classification": "Classification",
|
|
487
493
|
"boxui.classification.classificationDarkBlue": "Dark Blue",
|
|
488
494
|
"boxui.classification.classificationGreen": "Green",
|