@vertesia/ui 1.5.0-dev.20260714.072725Z → 1.5.0-dev.20260722.120446Z
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/lib/core/components/SidePanel.js +1 -1
- package/lib/core/components/SidePanel.js.map +1 -1
- package/lib/core/components/shadcn/button.d.ts +10 -3
- package/lib/core/components/shadcn/button.d.ts.map +1 -1
- package/lib/core/components/shadcn/button.js +41 -9
- package/lib/core/components/shadcn/button.js.map +1 -1
- package/lib/core/components/shadcn/modal/dialog.js +1 -1
- package/lib/core/components/shadcn/modal/dialog.js.map +1 -1
- package/lib/core/components/shadcn/theme/ThemeSwitcher.js +1 -1
- package/lib/core/components/shadcn/theme/ThemeSwitcher.js.map +1 -1
- package/lib/env/index.d.ts +19 -0
- package/lib/env/index.d.ts.map +1 -1
- package/lib/env/index.js +6 -0
- package/lib/env/index.js.map +1 -1
- package/lib/features/agent/chat/AgentChatPlaybackControls.d.ts.map +1 -1
- package/lib/features/agent/chat/AgentChatPlaybackControls.js +2 -2
- package/lib/features/agent/chat/AgentChatPlaybackControls.js.map +1 -1
- package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts.map +1 -1
- package/lib/features/agent/chat/AgentRequestInputOverlay.js +2 -2
- package/lib/features/agent/chat/AgentRequestInputOverlay.js.map +1 -1
- package/lib/features/agent/chat/ArtifactsTab.d.ts.map +1 -1
- package/lib/features/agent/chat/ArtifactsTab.js +68 -11
- package/lib/features/agent/chat/ArtifactsTab.js.map +1 -1
- package/lib/features/agent/chat/ImageLightbox.d.ts.map +1 -1
- package/lib/features/agent/chat/ImageLightbox.js +1 -1
- package/lib/features/agent/chat/ImageLightbox.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentConversation.js +52 -49
- package/lib/features/agent/chat/ModernAgentConversation.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +5 -5
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/Header.js +4 -2
- package/lib/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js +2 -2
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js +2 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts +6 -0
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js +15 -1
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js.map +1 -1
- package/lib/features/agent/chat/hooks/useArtifacts.d.ts +8 -1
- package/lib/features/agent/chat/hooks/useArtifacts.d.ts.map +1 -1
- package/lib/features/agent/chat/hooks/useArtifacts.js +28 -10
- package/lib/features/agent/chat/hooks/useArtifacts.js.map +1 -1
- package/lib/features/document-viewer/UniversalDocumentViewer.d.ts +73 -0
- package/lib/features/document-viewer/UniversalDocumentViewer.d.ts.map +1 -0
- package/lib/features/document-viewer/UniversalDocumentViewer.js +415 -0
- package/lib/features/document-viewer/UniversalDocumentViewer.js.map +1 -0
- package/lib/features/document-viewer/index.d.ts +2 -0
- package/lib/features/document-viewer/index.d.ts.map +1 -0
- package/lib/features/document-viewer/index.js +2 -0
- package/lib/features/document-viewer/index.js.map +1 -0
- package/lib/features/environment/SelectEnvironment.d.ts +28 -0
- package/lib/features/environment/SelectEnvironment.d.ts.map +1 -0
- package/lib/features/environment/SelectEnvironment.js +97 -0
- package/lib/features/environment/SelectEnvironment.js.map +1 -0
- package/lib/features/environment/index.d.ts +2 -0
- package/lib/features/environment/index.d.ts.map +1 -0
- package/lib/features/environment/index.js +2 -0
- package/lib/features/environment/index.js.map +1 -0
- package/lib/features/index.d.ts +3 -0
- package/lib/features/index.d.ts.map +1 -1
- package/lib/features/index.js +3 -0
- package/lib/features/index.js.map +1 -1
- package/lib/features/magic-pdf/AnnotatedImageSlider.js +12 -12
- package/lib/features/magic-pdf/AnnotatedImageSlider.js.map +1 -1
- package/lib/features/magic-pdf/DownloadPopover.d.ts.map +1 -1
- package/lib/features/magic-pdf/DownloadPopover.js +3 -17
- package/lib/features/magic-pdf/DownloadPopover.js.map +1 -1
- package/lib/features/magic-pdf/ExtractedContentView.js +2 -6
- package/lib/features/magic-pdf/ExtractedContentView.js.map +1 -1
- package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.d.ts +25 -0
- package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.d.ts.map +1 -0
- package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.js +42 -0
- package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.js.map +1 -0
- package/lib/features/magic-pdf/GroundedExtractionView.d.ts +27 -0
- package/lib/features/magic-pdf/GroundedExtractionView.d.ts.map +1 -0
- package/lib/features/magic-pdf/GroundedExtractionView.js +377 -0
- package/lib/features/magic-pdf/GroundedExtractionView.js.map +1 -0
- package/lib/features/magic-pdf/MagicPdfProvider.d.ts +0 -2
- package/lib/features/magic-pdf/MagicPdfProvider.d.ts.map +1 -1
- package/lib/features/magic-pdf/MagicPdfProvider.js +15 -42
- package/lib/features/magic-pdf/MagicPdfProvider.js.map +1 -1
- package/lib/features/magic-pdf/MagicPdfView.d.ts.map +1 -1
- package/lib/features/magic-pdf/MagicPdfView.js +2 -19
- package/lib/features/magic-pdf/MagicPdfView.js.map +1 -1
- package/lib/features/magic-pdf/index.d.ts +1 -0
- package/lib/features/magic-pdf/index.d.ts.map +1 -1
- package/lib/features/magic-pdf/index.js +1 -0
- package/lib/features/magic-pdf/index.js.map +1 -1
- package/lib/features/magic-pdf/types.d.ts +1 -1
- package/lib/features/magic-pdf/types.d.ts.map +1 -1
- package/lib/features/oauth/McpConnectionsButton.d.ts.map +1 -1
- package/lib/features/oauth/McpConnectionsButton.js +2 -2
- package/lib/features/oauth/McpConnectionsButton.js.map +1 -1
- package/lib/features/oauth/McpConnectionsDialog.d.ts.map +1 -1
- package/lib/features/oauth/McpConnectionsDialog.js +1 -1
- package/lib/features/oauth/McpConnectionsDialog.js.map +1 -1
- package/lib/features/oauth/RemoteMcpConnectionButton.d.ts.map +1 -1
- package/lib/features/oauth/RemoteMcpConnectionButton.js +1 -1
- package/lib/features/oauth/RemoteMcpConnectionButton.js.map +1 -1
- package/lib/features/pdf-viewer/PdfPageSlider.js +2 -2
- package/lib/features/pdf-viewer/PdfPageSlider.js.map +1 -1
- package/lib/features/pdf-viewer/SimplePdfViewer.d.ts.map +1 -1
- package/lib/features/pdf-viewer/SimplePdfViewer.js +3 -3
- package/lib/features/pdf-viewer/SimplePdfViewer.js.map +1 -1
- package/lib/features/permissions/UserPermissionsProvider.d.ts +2 -3
- package/lib/features/permissions/UserPermissionsProvider.d.ts.map +1 -1
- package/lib/features/permissions/UserPermissionsProvider.js +31 -38
- package/lib/features/permissions/UserPermissionsProvider.js.map +1 -1
- package/lib/features/store/objects/DocumentQuickFilter.d.ts.map +1 -1
- package/lib/features/store/objects/DocumentQuickFilter.js +5 -5
- package/lib/features/store/objects/DocumentQuickFilter.js.map +1 -1
- package/lib/features/store/objects/DocumentSearchResults.d.ts.map +1 -1
- package/lib/features/store/objects/DocumentSearchResults.js +2 -2
- package/lib/features/store/objects/DocumentSearchResults.js.map +1 -1
- package/lib/features/store/objects/components/ContentDispositionButton.d.ts.map +1 -1
- package/lib/features/store/objects/components/ContentDispositionButton.js +1 -1
- package/lib/features/store/objects/components/ContentDispositionButton.js.map +1 -1
- package/lib/features/store/objects/components/ContentOverview.d.ts.map +1 -1
- package/lib/features/store/objects/components/ContentOverview.js +148 -31
- package/lib/features/store/objects/components/ContentOverview.js.map +1 -1
- package/lib/features/store/objects/components/DocumentIcon.js +1 -1
- package/lib/features/store/objects/components/VectorSearchWidget.js +1 -1
- package/lib/features/store/objects/components/VectorSearchWidget.js.map +1 -1
- package/lib/features/store/objects/components/useContentPanelHooks.d.ts +1 -2
- package/lib/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -1
- package/lib/features/store/objects/components/useContentPanelHooks.js +4 -8
- package/lib/features/store/objects/components/useContentPanelHooks.js.map +1 -1
- package/lib/features/store/objects/layout/renderers.d.ts.map +1 -1
- package/lib/features/store/objects/layout/renderers.js +2 -2
- package/lib/features/store/objects/layout/renderers.js.map +1 -1
- package/lib/features/store/objects/selection/SelectionActions.js +1 -1
- package/lib/features/store/objects/selection/SelectionActions.js.map +1 -1
- package/lib/features/store/types/ContentObjectTypesTable.d.ts.map +1 -1
- package/lib/features/store/types/ContentObjectTypesTable.js +4 -4
- package/lib/features/store/types/ContentObjectTypesTable.js.map +1 -1
- package/lib/features/store/types/IntakePolicyEditor.d.ts +15 -0
- package/lib/features/store/types/IntakePolicyEditor.d.ts.map +1 -0
- package/lib/features/store/types/IntakePolicyEditor.js +455 -0
- package/lib/features/store/types/IntakePolicyEditor.js.map +1 -0
- package/lib/features/store/types/IntakePolicyForm.d.ts +11 -0
- package/lib/features/store/types/IntakePolicyForm.d.ts.map +1 -0
- package/lib/features/store/types/IntakePolicyForm.js +91 -0
- package/lib/features/store/types/IntakePolicyForm.js.map +1 -0
- package/lib/features/store/types/SelectContentTypeModal.js +1 -1
- package/lib/features/store/types/SelectContentTypeModal.js.map +1 -1
- package/lib/features/store/types/index.d.ts +2 -0
- package/lib/features/store/types/index.d.ts.map +1 -1
- package/lib/features/store/types/index.js +2 -0
- package/lib/features/store/types/index.js.map +1 -1
- package/lib/features/store/types/intake-policy-editor.logic.d.ts +7 -0
- package/lib/features/store/types/intake-policy-editor.logic.d.ts.map +1 -0
- package/lib/features/store/types/intake-policy-editor.logic.js +60 -0
- package/lib/features/store/types/intake-policy-editor.logic.js.map +1 -0
- package/lib/features/store/types/typeCatalogCache.d.ts +5 -0
- package/lib/features/store/types/typeCatalogCache.d.ts.map +1 -0
- package/lib/features/store/types/typeCatalogCache.js +40 -0
- package/lib/features/store/types/typeCatalogCache.js.map +1 -0
- package/lib/features/user/UserInfo.js +7 -3
- package/lib/features/user/UserInfo.js.map +1 -1
- package/lib/features/views/ViewExperience.d.ts +20 -0
- package/lib/features/views/ViewExperience.d.ts.map +1 -0
- package/lib/features/views/ViewExperience.js +188 -0
- package/lib/features/views/ViewExperience.js.map +1 -0
- package/lib/features/views/ViewNavigation.d.ts +3 -0
- package/lib/features/views/ViewNavigation.d.ts.map +1 -0
- package/lib/features/views/ViewNavigation.js +36 -0
- package/lib/features/views/ViewNavigation.js.map +1 -0
- package/lib/features/views/ViewResults.d.ts +9 -0
- package/lib/features/views/ViewResults.d.ts.map +1 -0
- package/lib/features/views/ViewResults.js +229 -0
- package/lib/features/views/ViewResults.js.map +1 -0
- package/lib/features/views/ViewSearch.d.ts +3 -0
- package/lib/features/views/ViewSearch.d.ts.map +1 -0
- package/lib/features/views/ViewSearch.js +74 -0
- package/lib/features/views/ViewSearch.js.map +1 -0
- package/lib/features/views/index.d.ts +7 -0
- package/lib/features/views/index.d.ts.map +1 -0
- package/lib/features/views/index.js +7 -0
- package/lib/features/views/index.js.map +1 -0
- package/lib/features/views/types.d.ts +39 -0
- package/lib/features/views/types.d.ts.map +1 -0
- package/lib/features/views/types.js +2 -0
- package/lib/features/views/types.js.map +1 -0
- package/lib/features/views/viewState.d.ts +14 -0
- package/lib/features/views/viewState.d.ts.map +1 -0
- package/lib/features/views/viewState.js +117 -0
- package/lib/features/views/viewState.js.map +1 -0
- package/lib/i18n/locales/ar.json +18 -0
- package/lib/i18n/locales/de.json +14 -0
- package/lib/i18n/locales/en.json +246 -32
- package/lib/i18n/locales/es.json +15 -0
- package/lib/i18n/locales/fr.json +15 -0
- package/lib/i18n/locales/it.json +15 -0
- package/lib/i18n/locales/ja.json +13 -0
- package/lib/i18n/locales/ko.json +13 -0
- package/lib/i18n/locales/pt.json +15 -0
- package/lib/i18n/locales/ru.json +16 -0
- package/lib/i18n/locales/tr.json +14 -0
- package/lib/i18n/locales/zh-TW.json +13 -0
- package/lib/i18n/locales/zh.json +13 -0
- package/lib/router/HistoryNavigator.d.ts.map +1 -1
- package/lib/router/HistoryNavigator.js +27 -14
- package/lib/router/HistoryNavigator.js.map +1 -1
- package/lib/router/Nav.d.ts.map +1 -1
- package/lib/router/Nav.js +21 -6
- package/lib/router/Nav.js.map +1 -1
- package/lib/router/Router.d.ts.map +1 -1
- package/lib/router/Router.js +19 -4
- package/lib/router/Router.js.map +1 -1
- package/lib/router/path.d.ts +15 -0
- package/lib/router/path.d.ts.map +1 -1
- package/lib/router/path.js +43 -0
- package/lib/router/path.js.map +1 -1
- package/lib/session/UserSession.d.ts +6 -0
- package/lib/session/UserSession.d.ts.map +1 -1
- package/lib/session/UserSession.js +36 -12
- package/lib/session/UserSession.js.map +1 -1
- package/lib/session/UserSessionProvider.d.ts.map +1 -1
- package/lib/session/UserSessionProvider.js +111 -49
- package/lib/session/UserSessionProvider.js.map +1 -1
- package/lib/session/auth/composable.d.ts.map +1 -1
- package/lib/session/auth/composable.js +52 -3
- package/lib/session/auth/composable.js.map +1 -1
- package/lib/session/auth/domainRouting.d.ts +25 -0
- package/lib/session/auth/domainRouting.d.ts.map +1 -1
- package/lib/session/auth/domainRouting.js +36 -0
- package/lib/session/auth/domainRouting.js.map +1 -1
- package/lib/shell/login/SignInRestrictedEnvStep.d.ts +1 -1
- package/lib/shell/login/SignInRestrictedEnvStep.js +1 -1
- package/lib/shell/login/SigninScreen.js +9 -1
- package/lib/shell/login/SigninScreen.js.map +1 -1
- package/lib/shell/login/productionUrl.d.ts +0 -14
- package/lib/shell/login/productionUrl.d.ts.map +1 -1
- package/lib/shell/login/productionUrl.js +14 -5
- package/lib/shell/login/productionUrl.js.map +1 -1
- package/lib/vertesia-ui-core.js +4 -4
- package/lib/vertesia-ui-core.js.map +1 -1
- package/lib/vertesia-ui-env.js +1 -1
- package/lib/vertesia-ui-env.js.map +1 -1
- package/lib/vertesia-ui-features.js +35 -28
- package/lib/vertesia-ui-features.js.map +1 -1
- package/lib/vertesia-ui-i18n.js +15 -15
- package/lib/vertesia-ui-i18n.js.map +1 -1
- package/lib/vertesia-ui-router.js +1 -1
- package/lib/vertesia-ui-router.js.map +1 -1
- package/lib/vertesia-ui-session.js +1 -1
- package/lib/vertesia-ui-session.js.map +1 -1
- package/lib/vertesia-ui-shell.js +1 -1
- package/lib/vertesia-ui-shell.js.map +1 -1
- package/lib/vertesia-ui-widgets.js +7 -7
- package/lib/vertesia-ui-widgets.js.map +1 -1
- package/lib/widgets/form/Form.js +1 -1
- package/lib/widgets/form/Form.js.map +1 -1
- package/lib/widgets/json-view/JSONSwitcher.js +1 -1
- package/lib/widgets/json-view/JSONSwitcher.js.map +1 -1
- package/lib/widgets/json-view/JSONView.js +6 -6
- package/lib/widgets/json-view/JSONView.js.map +1 -1
- package/lib/widgets/monacoEditor/MonacoEditor.d.ts.map +1 -1
- package/lib/widgets/monacoEditor/MonacoEditor.js +29 -0
- package/lib/widgets/monacoEditor/MonacoEditor.js.map +1 -1
- package/lib/widgets/schema-editor/ManagedSchema.d.ts +8 -0
- package/lib/widgets/schema-editor/ManagedSchema.d.ts.map +1 -1
- package/lib/widgets/schema-editor/ManagedSchema.js +16 -0
- package/lib/widgets/schema-editor/ManagedSchema.js.map +1 -1
- package/lib/widgets/schema-editor/editor/EditableSchemaProperty.d.ts +2 -0
- package/lib/widgets/schema-editor/editor/EditableSchemaProperty.d.ts.map +1 -1
- package/lib/widgets/schema-editor/editor/EditableSchemaProperty.js +1 -0
- package/lib/widgets/schema-editor/editor/EditableSchemaProperty.js.map +1 -1
- package/lib/widgets/schema-editor/editor/PropertyViewer.d.ts.map +1 -1
- package/lib/widgets/schema-editor/editor/PropertyViewer.js +4 -1
- package/lib/widgets/schema-editor/editor/PropertyViewer.js.map +1 -1
- package/lib/widgets/schema-editor/editor/SchemaEditor.d.ts.map +1 -1
- package/lib/widgets/schema-editor/editor/SchemaEditor.js +22 -11
- package/lib/widgets/schema-editor/editor/SchemaEditor.js.map +1 -1
- package/llms.txt +70 -70
- package/package.json +33 -32
- package/src/__tests__/a11y.test.tsx +73 -0
- package/src/core/components/SidePanel.tsx +1 -1
- package/src/core/components/shadcn/button.tsx +67 -12
- package/src/core/components/shadcn/modal/dialog.tsx +1 -1
- package/src/core/components/shadcn/theme/ThemeSwitcher.tsx +1 -1
- package/src/env/index.ts +24 -0
- package/src/features/agent/chat/AgentChatPlaybackControls.tsx +0 -5
- package/src/features/agent/chat/AgentRequestInputOverlay.test.tsx +31 -0
- package/src/features/agent/chat/AgentRequestInputOverlay.tsx +6 -2
- package/src/features/agent/chat/ArtifactsTab.tsx +165 -21
- package/src/features/agent/chat/ImageLightbox.tsx +0 -1
- package/src/features/agent/chat/ModernAgentConversation.test.tsx +48 -0
- package/src/features/agent/chat/ModernAgentConversation.tsx +53 -51
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.test.tsx +6 -1
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +21 -15
- package/src/features/agent/chat/ModernAgentOutput/Header.tsx +3 -3
- package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +0 -2
- package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +4 -1
- package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.test.ts +80 -0
- package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.ts +21 -1
- package/src/features/agent/chat/hooks/useArtifacts.ts +44 -11
- package/src/features/document-viewer/UniversalDocumentViewer.test.tsx +123 -0
- package/src/features/document-viewer/UniversalDocumentViewer.tsx +746 -0
- package/src/features/document-viewer/index.ts +1 -0
- package/src/features/environment/SelectEnvironment.tsx +186 -0
- package/src/features/environment/index.ts +1 -0
- package/src/features/index.ts +3 -0
- package/src/features/magic-pdf/AnnotatedImageSlider.tsx +62 -66
- package/src/features/magic-pdf/DownloadPopover.tsx +5 -48
- package/src/features/magic-pdf/ExtractedContentView.tsx +2 -14
- package/src/features/magic-pdf/GroundedExtractionAssistantPanel.tsx +86 -0
- package/src/features/magic-pdf/GroundedExtractionView.test.tsx +65 -0
- package/src/features/magic-pdf/GroundedExtractionView.tsx +1055 -0
- package/src/features/magic-pdf/MagicPdfProvider.tsx +17 -47
- package/src/features/magic-pdf/MagicPdfView.tsx +3 -51
- package/src/features/magic-pdf/index.ts +1 -0
- package/src/features/magic-pdf/types.ts +1 -1
- package/src/features/oauth/McpConnectionsButton.tsx +0 -2
- package/src/features/oauth/McpConnectionsDialog.tsx +0 -1
- package/src/features/oauth/RemoteMcpConnectionButton.tsx +0 -1
- package/src/features/pdf-viewer/PdfPageSlider.tsx +5 -5
- package/src/features/pdf-viewer/SimplePdfViewer.tsx +11 -12
- package/src/features/permissions/UserPermissionsProvider.tsx +36 -39
- package/src/features/store/objects/DocumentQuickFilter.tsx +13 -15
- package/src/features/store/objects/DocumentSearchResults.tsx +3 -6
- package/src/features/store/objects/components/ContentDispositionButton.tsx +5 -1
- package/src/features/store/objects/components/ContentOverview.tsx +240 -67
- package/src/features/store/objects/components/DocumentIcon.tsx +1 -1
- package/src/features/store/objects/components/VectorSearchWidget.tsx +2 -2
- package/src/features/store/objects/components/useContentPanelHooks.ts +3 -15
- package/src/features/store/objects/layout/renderers.tsx +1 -2
- package/src/features/store/objects/selection/SelectionActions.tsx +1 -1
- package/src/features/store/types/ContentObjectTypesTable.tsx +12 -14
- package/src/features/store/types/IntakePolicyEditor.tsx +679 -0
- package/src/features/store/types/IntakePolicyForm.tsx +838 -0
- package/src/features/store/types/SelectContentTypeModal.tsx +2 -2
- package/src/features/store/types/index.ts +2 -0
- package/src/features/store/types/intake-policy-editor.logic.test.ts +109 -0
- package/src/features/store/types/intake-policy-editor.logic.ts +87 -0
- package/src/features/store/types/typeCatalogCache.ts +45 -0
- package/src/features/user/UserInfo.tsx +7 -7
- package/src/features/views/ViewExperience.test.tsx +273 -0
- package/src/features/views/ViewExperience.tsx +408 -0
- package/src/features/views/ViewNavigation.test.tsx +86 -0
- package/src/features/views/ViewNavigation.tsx +187 -0
- package/src/features/views/ViewResults.test.ts +82 -0
- package/src/features/views/ViewResults.tsx +609 -0
- package/src/features/views/ViewSearch.test.tsx +147 -0
- package/src/features/views/ViewSearch.tsx +205 -0
- package/src/features/views/index.ts +6 -0
- package/src/features/views/types.ts +57 -0
- package/src/features/views/viewState.test.ts +111 -0
- package/src/features/views/viewState.ts +132 -0
- package/src/i18n/locales/ar.json +18 -0
- package/src/i18n/locales/de.json +14 -0
- package/src/i18n/locales/en.json +965 -751
- package/src/i18n/locales/es.json +15 -0
- package/src/i18n/locales/fr.json +15 -0
- package/src/i18n/locales/it.json +15 -0
- package/src/i18n/locales/ja.json +13 -0
- package/src/i18n/locales/ko.json +13 -0
- package/src/i18n/locales/pt.json +15 -0
- package/src/i18n/locales/ru.json +16 -0
- package/src/i18n/locales/tr.json +14 -0
- package/src/i18n/locales/zh-TW.json +13 -0
- package/src/i18n/locales/zh.json +13 -0
- package/src/router/HistoryNavigator.test.ts +48 -0
- package/src/router/HistoryNavigator.ts +28 -14
- package/src/router/Nav.tsx +24 -8
- package/src/router/Router.tsx +18 -4
- package/src/router/path.test.ts +87 -0
- package/src/router/path.ts +38 -0
- package/src/session/UserSession.test.ts +39 -0
- package/src/session/UserSession.ts +37 -12
- package/src/session/UserSessionProvider.tsx +138 -62
- package/src/session/auth/composable.test.ts +111 -0
- package/src/session/auth/composable.ts +58 -3
- package/src/session/auth/domainRouting.test.ts +28 -1
- package/src/session/auth/domainRouting.ts +38 -0
- package/src/shell/login/SignInRestrictedEnvStep.tsx +1 -1
- package/src/shell/login/SigninScreen.tsx +9 -1
- package/src/shell/login/productionUrl.test.ts +8 -5
- package/src/shell/login/productionUrl.ts +15 -5
- package/src/widgets/form/Form.tsx +1 -1
- package/src/widgets/json-view/JSONSwitcher.tsx +2 -2
- package/src/widgets/json-view/JSONView.tsx +7 -7
- package/src/widgets/monacoEditor/MonacoEditor.tsx +29 -0
- package/src/widgets/schema-editor/ManagedSchema.ts +22 -0
- package/src/widgets/schema-editor/editor/EditableSchemaProperty.tsx +3 -0
- package/src/widgets/schema-editor/editor/PropertyViewer.tsx +14 -3
- package/src/widgets/schema-editor/editor/SchemaEditor.tsx +80 -29
package/lib/i18n/locales/en.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"abac_perms.scope.collection": "Collection",
|
|
3
|
-
"abac_perms.scope.document": "Document",
|
|
4
|
-
"abac_perms.scope.task": "Task",
|
|
5
2
|
"abac_perms.collection.content_manager": "Collection Manager",
|
|
6
3
|
"abac_perms.collection.content_reader": "Collection Reader",
|
|
7
4
|
"abac_perms.collection.content_writer": "Collection Writer",
|
|
8
5
|
"abac_perms.document.content_manager": "Content Manager",
|
|
9
6
|
"abac_perms.document.content_reader": "Content Reader",
|
|
10
7
|
"abac_perms.document.content_writer": "Content Writer",
|
|
8
|
+
"abac_perms.scope.collection": "Collection",
|
|
9
|
+
"abac_perms.scope.document": "Document",
|
|
10
|
+
"abac_perms.scope.task": "Task",
|
|
11
11
|
"agent.activeWorkstreams_one": "Agent has {{count}} active workstream running",
|
|
12
12
|
"agent.activeWorkstreams_other": "Agent has {{count}} active workstreams running",
|
|
13
13
|
"agent.addAttachment": "Add attachment",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"agent.browserScreenshotPending": "Waiting for browser screenshot",
|
|
38
38
|
"agent.browserUse": "Browser Use",
|
|
39
39
|
"agent.browserWidgetRenderError": "Browser widget could not be rendered",
|
|
40
|
+
"agent.cancelWorkflow": "Cancel Workflow",
|
|
40
41
|
"agent.canceled": "Canceled",
|
|
41
42
|
"agent.canceling": "Canceling",
|
|
42
|
-
"agent.cancelWorkflow": "Cancel Workflow",
|
|
43
43
|
"agent.clickToCompactNow": "Click to compact now.",
|
|
44
44
|
"agent.clickToEnlarge": "Click to enlarge",
|
|
45
45
|
"agent.cloneConversation": "Clone Conversation",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"agent.exportAsPdf": "Export as PDF",
|
|
80
80
|
"agent.exportAsPng": "Export as PNG",
|
|
81
81
|
"agent.exportAsWord": "Export as Word",
|
|
82
|
-
"agent.exporting": "Exporting...",
|
|
83
82
|
"agent.exportMessage": "Export message",
|
|
83
|
+
"agent.exporting": "Exporting...",
|
|
84
84
|
"agent.failed": "Failed",
|
|
85
85
|
"agent.failedToCancelWorkflow": "Failed to cancel workflow",
|
|
86
86
|
"agent.failedToCloneConversation": "Failed to clone conversation",
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"agent.failedToInterrupt": "Failed to Interrupt",
|
|
90
90
|
"agent.failedToLoadDocument": "Failed to load document",
|
|
91
91
|
"agent.failedToSend": "Failed to Send Message",
|
|
92
|
-
"agent.filesProcessing": "Files Still Processing",
|
|
93
92
|
"agent.fileStagedTooltip": "File staged and will upload when conversation starts",
|
|
93
|
+
"agent.filesProcessing": "Files Still Processing",
|
|
94
94
|
"agent.fullscreen": "Fullscreen",
|
|
95
95
|
"agent.hideDetails": "Hide details",
|
|
96
96
|
"agent.hideSidebar": "Hide Sidebar",
|
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
"agent.noContentAvailable": "No content available",
|
|
119
119
|
"agent.noContentToExport": "No content to export",
|
|
120
120
|
"agent.noConversationContent": "No conversation content available to export",
|
|
121
|
+
"agent.onlySystemArtifacts": "Only system files in this run. Enable \"System files\" to view them.",
|
|
121
122
|
"agent.noDocumentsOpen": "No documents open",
|
|
122
123
|
"agent.noFilesUploadedYet": "No files uploaded yet",
|
|
123
124
|
"agent.noMessagesInWorkstream": "No messages in this workstream yet...",
|
|
@@ -171,11 +172,12 @@
|
|
|
171
172
|
"agent.showLess": "Show less",
|
|
172
173
|
"agent.showMore": "Show more",
|
|
173
174
|
"agent.showSidebar": "Show Sidebar",
|
|
175
|
+
"agent.showSystemArtifacts": "System files",
|
|
174
176
|
"agent.staged": "Staged",
|
|
175
177
|
"agent.startAgent": "Start Agent",
|
|
178
|
+
"agent.startNewConversation": "Start New Conversation",
|
|
176
179
|
"agent.startingAgent": "Starting agent...",
|
|
177
180
|
"agent.startingAgentUploading": "Starting agent and uploading files...",
|
|
178
|
-
"agent.startNewConversation": "Start New Conversation",
|
|
179
181
|
"agent.stepByStepPlan": "Step-by-Step Plan",
|
|
180
182
|
"agent.stopTooltip": "Click or Esc Esc to stop",
|
|
181
183
|
"agent.submitSelection": "Submit Selection",
|
|
@@ -271,6 +273,203 @@
|
|
|
271
273
|
"filter.selectRange": "Select range",
|
|
272
274
|
"filter.to": "To:",
|
|
273
275
|
"form.filter": "Filter...",
|
|
276
|
+
"grounded.aiVerified": "Verified by the AI reviewer against the page image",
|
|
277
|
+
"grounded.assistant": "Extraction assistant",
|
|
278
|
+
"grounded.assistantField": "Correcting field:",
|
|
279
|
+
"grounded.assistantTooltip": "Open the assistant to correct fields — it reads the page and applies grounded edits",
|
|
280
|
+
"grounded.breakdownDigital": "Verified in document text",
|
|
281
|
+
"grounded.breakdownImageRead": "Read from image (unverified)",
|
|
282
|
+
"grounded.breakdownOcr": "Verified against OCR",
|
|
283
|
+
"grounded.breakdownReviewer": "Confirmed by AI reviewer",
|
|
284
|
+
"grounded.breakdownSnapped": "Re-anchored to matching block",
|
|
285
|
+
"grounded.breakdownTitle": "Verification breakdown",
|
|
286
|
+
"grounded.breakdownUnverifiedList": "Unverified values — click to locate",
|
|
287
|
+
"grounded.breakdownVerificationHelp": "Two kinds of verification, both trustworthy. Digitally verified means the value matched the document's text (digital layer or OCR). AI verified means the reviewer read the page image and confirmed it — the right signal for scans and handwriting, where there is no text layer to match, so a scanned document showing 0 digitally verified is normal.",
|
|
288
|
+
"grounded.checkerboard": "Checkerboard",
|
|
289
|
+
"grounded.confidence": "Verification {{percent}}%",
|
|
290
|
+
"grounded.confidenceHint": "Share of extracted values that were confirmed — matched verbatim against the document text (digital layer or OCR) or confirmed by the reviewer against the page image. Values read off the image but neither text-matched nor reviewer-confirmed are not counted.",
|
|
291
|
+
"grounded.conflicts": "{{count}} value(s) differed between extraction windows — earliest kept",
|
|
292
|
+
"grounded.digitalVerifiedHint": "Digitally verified: matched verbatim against the document's text (digital text layer or OCR). Not possible for scanned or handwritten content, where there is no reliable text layer.",
|
|
293
|
+
"grounded.digitalVerifiedOf": "{{count}}/{{total}} text-verified",
|
|
294
|
+
"grounded.downloadAnnotated": "Download the annotated PDF",
|
|
295
|
+
"grounded.downloadBlocks": "Download this page’s text blocks and OCR confidences (JSON)",
|
|
296
|
+
"grounded.downloadCitations": "Download citations (JSON)",
|
|
297
|
+
"grounded.downloadOcr": "Download this page's raw OCR words (TSV, with per-word confidence)",
|
|
298
|
+
"grounded.failedToLoad": "Failed to load the grounded extraction",
|
|
299
|
+
"grounded.fullyVerified": "Verified in document",
|
|
300
|
+
"grounded.hardness": "Complexity {{percent}}%",
|
|
301
|
+
"grounded.hardnessHint": "How hard the document is to read: 0% clean digital text, 100% unreadable. Scans and handwriting raise it; ↑ means the extraction escalated to the stronger model.",
|
|
302
|
+
"grounded.modelVerifiedHint": "AI verified: the reviewer model read the page image and confirmed the value. A strong verification — and the primary signal for scanned and handwritten documents.",
|
|
303
|
+
"grounded.modelVerifiedOf": "{{count}} AI-verified",
|
|
304
|
+
"grounded.nextPage": "Next page",
|
|
305
|
+
"grounded.notFound": "No grounded extraction found for this document",
|
|
306
|
+
"grounded.pageAlt": "Page {{page}}",
|
|
307
|
+
"grounded.previousPage": "Previous page",
|
|
308
|
+
"grounded.readFromImage": "Read from the page image (not verbatim in the text layer)",
|
|
309
|
+
"grounded.reviewCorrections": "{{count}} value(s) corrected by the reviewer",
|
|
310
|
+
"grounded.reviewSummary": "Reviewer",
|
|
311
|
+
"grounded.title": "Grounded extraction",
|
|
312
|
+
"grounded.unverifiedCount": "{{count}} unverified",
|
|
313
|
+
"grounded.unverifiedHint": "Read from the page image but neither text-matched nor reviewer-confirmed. Worth a human check.",
|
|
314
|
+
"grounded.verdictByConfidence": "from extraction confidence",
|
|
315
|
+
"grounded.verdictByReviewer": "by the AI reviewer",
|
|
316
|
+
"grounded.verdictDetails": "Show trust verdict details",
|
|
317
|
+
"grounded.verdictGoodToGo": "✓ Good to go",
|
|
318
|
+
"grounded.verdictHint": "Overall trust in the extracted content. “Good to go” means the values can be used as-is; “Needs review” means a human should verify them. This reflects content correctness, not how many citation boxes rendered.",
|
|
319
|
+
"grounded.verdictNeedsReview": "⚠ Needs review",
|
|
320
|
+
"grounded.verified": "Verified against the document text",
|
|
321
|
+
"grounded.verifiedOf": "{{verified}}/{{total}} verified",
|
|
322
|
+
"intakePolicy.action.addRange": "Add range",
|
|
323
|
+
"intakePolicy.action.examples": "Examples",
|
|
324
|
+
"intakePolicy.action.format": "Format",
|
|
325
|
+
"intakePolicy.action.insertExample": "Insert example",
|
|
326
|
+
"intakePolicy.action.removeRange": "Remove range",
|
|
327
|
+
"intakePolicy.action.revert": "Revert",
|
|
328
|
+
"intakePolicy.action.save": "Save",
|
|
329
|
+
"intakePolicy.action.validate": "Validate",
|
|
330
|
+
"intakePolicy.error.fixJsonBeforeForm": "Fix the JSON errors before returning to the form editor.",
|
|
331
|
+
"intakePolicy.example.extraction_only.description": "Extract properties visually, render a compact text summary, and keep the source view.",
|
|
332
|
+
"intakePolicy.example.extraction_only.label": "Extraction Only",
|
|
333
|
+
"intakePolicy.example.full_reference.description": "Every available option with representative values. Trim to what your type needs.",
|
|
334
|
+
"intakePolicy.example.full_reference.label": "Full Reference",
|
|
335
|
+
"intakePolicy.example.grounded.description": "Extract with citations and annotated proof, with escalation and review for hard scans.",
|
|
336
|
+
"intakePolicy.example.grounded.label": "Grounded Extraction",
|
|
337
|
+
"intakePolicy.example.media_no_transcript.description": "Disable conversion while preserving property extraction settings.",
|
|
338
|
+
"intakePolicy.example.media_no_transcript.label": "Media, No Transcript",
|
|
339
|
+
"intakePolicy.example.minimal.description": "Use project defaults and add only type-selection guidance.",
|
|
340
|
+
"intakePolicy.example.minimal.label": "Minimal",
|
|
341
|
+
"intakePolicy.example.structured_spreadsheet.description": "Use structured worksheet text for Excel and CSV files.",
|
|
342
|
+
"intakePolicy.example.structured_spreadsheet.label": "Spreadsheet Text",
|
|
343
|
+
"intakePolicy.example.visual_first.description": "Use visual evidence for PDFs, scans, presentations, diagrams, and layout-heavy content.",
|
|
344
|
+
"intakePolicy.example.visual_first.label": "Visual First",
|
|
345
|
+
"intakePolicy.field.agent": "Agent",
|
|
346
|
+
"intakePolicy.field.allowedDetails": "Allowed detail levels",
|
|
347
|
+
"intakePolicy.field.contactSheetDetail": "Contact sheet size",
|
|
348
|
+
"intakePolicy.field.coverageThreshold": "Coverage threshold",
|
|
349
|
+
"intakePolicy.field.defaultDetail": "Default detail",
|
|
350
|
+
"intakePolicy.field.defaultView": "Default view",
|
|
351
|
+
"intakePolicy.field.distinguishFrom": "Distinguish from",
|
|
352
|
+
"intakePolicy.field.enabled": "Enabled",
|
|
353
|
+
"intakePolicy.field.environment": "Environment",
|
|
354
|
+
"intakePolicy.field.examples": "Confirmed examples",
|
|
355
|
+
"intakePolicy.field.forceOcr": "Force OCR",
|
|
356
|
+
"intakePolicy.field.forceReview": "Always review",
|
|
357
|
+
"intakePolicy.field.generateToc": "Generate table of contents",
|
|
358
|
+
"intakePolicy.field.hardModel": "Hard-content model",
|
|
359
|
+
"intakePolicy.field.hardnessThreshold": "Hardness threshold",
|
|
360
|
+
"intakePolicy.field.identificationGuidance": "Identification guidance",
|
|
361
|
+
"intakePolicy.field.imageEmbedding": "Image embedding",
|
|
362
|
+
"intakePolicy.field.instructions": "Instructions",
|
|
363
|
+
"intakePolicy.field.interaction": "Interaction",
|
|
364
|
+
"intakePolicy.field.locateInstructions": "Locate instructions",
|
|
365
|
+
"intakePolicy.field.locateMinPages": "Minimum document pages",
|
|
366
|
+
"intakePolicy.field.materiality": "Materiality guidance",
|
|
367
|
+
"intakePolicy.field.maxImageTokens": "Maximum image tokens",
|
|
368
|
+
"intakePolicy.field.maxPages": "Maximum pages",
|
|
369
|
+
"intakePolicy.field.maxPagesPerCall": "Maximum pages per call",
|
|
370
|
+
"intakePolicy.field.maxPayloadMb": "Maximum payload (MB)",
|
|
371
|
+
"intakePolicy.field.maxRetries": "Maximum retries",
|
|
372
|
+
"intakePolicy.field.method": "Method",
|
|
373
|
+
"intakePolicy.field.minCitationDensity": "Minimum citation density",
|
|
374
|
+
"intakePolicy.field.mode": "Orchestration mode",
|
|
375
|
+
"intakePolicy.field.model": "Model",
|
|
376
|
+
"intakePolicy.field.omitBlockBoxes": "Omit block boxes",
|
|
377
|
+
"intakePolicy.field.onFailure": "On failure",
|
|
378
|
+
"intakePolicy.field.outputFormat": "Output format",
|
|
379
|
+
"intakePolicy.field.pageRanges": "Page ranges",
|
|
380
|
+
"intakePolicy.field.pageScope": "Page scope",
|
|
381
|
+
"intakePolicy.field.primaryModel": "Primary model",
|
|
382
|
+
"intakePolicy.field.propertiesEmbedding": "Properties embedding",
|
|
383
|
+
"intakePolicy.field.rangeEnd": "Range end",
|
|
384
|
+
"intakePolicy.field.rangeStart": "Range start",
|
|
385
|
+
"intakePolicy.field.refreshOcr": "Refresh OCR",
|
|
386
|
+
"intakePolicy.field.renderingTemplate": "Rendering template",
|
|
387
|
+
"intakePolicy.field.reviewModel": "Review model",
|
|
388
|
+
"intakePolicy.field.reviewThreshold": "Review threshold",
|
|
389
|
+
"intakePolicy.field.source": "Evidence source",
|
|
390
|
+
"intakePolicy.field.textEmbedding": "Text embedding",
|
|
391
|
+
"intakePolicy.field.threshold": "Threshold",
|
|
392
|
+
"intakePolicy.field.updateProperties": "Update properties",
|
|
393
|
+
"intakePolicy.field.useVision": "Use vision",
|
|
394
|
+
"intakePolicy.field.windowPages": "Pages per window",
|
|
395
|
+
"intakePolicy.help.defaultView": "Preferred first view for objects of this type.",
|
|
396
|
+
"intakePolicy.help.embeddings": "Optional per-type text, image, and properties embedding switches.",
|
|
397
|
+
"intakePolicy.help.examples": "Object IDs of human-confirmed examples for this content type.",
|
|
398
|
+
"intakePolicy.help.extractionSource": "Selects text, visual, or combined evidence for extraction.",
|
|
399
|
+
"intakePolicy.help.grounding": "Creates block-level citations and annotated proof for property extraction.",
|
|
400
|
+
"intakePolicy.help.identification": "Guidance for automatic type selection before extraction.",
|
|
401
|
+
"intakePolicy.help.identificationGuidance": "Describe what this content type is and when it should be selected.",
|
|
402
|
+
"intakePolicy.help.locateInstructions": "Set this to identify relevant pages before conversion and extraction.",
|
|
403
|
+
"intakePolicy.help.mode": "Programmatic intake is the default; agentic intake delegates orchestration to an agent.",
|
|
404
|
+
"intakePolicy.help.pageRanges": "Inclusive start and end pages. Negative values count from the end of the document.",
|
|
405
|
+
"intakePolicy.help.renderingTemplate": "Handlebars template used to materialize extracted properties into object text.",
|
|
406
|
+
"intakePolicy.help.review": "Optional model review for hard or low-coverage pages.",
|
|
407
|
+
"intakePolicy.help.textConversion": "Controls markdown or text generation before extraction and embedding.",
|
|
408
|
+
"intakePolicy.help.title": "Field Guide",
|
|
409
|
+
"intakePolicy.option.agentic": "Agentic",
|
|
410
|
+
"intakePolicy.option.all": "All pages",
|
|
411
|
+
"intakePolicy.option.auto": "Automatic",
|
|
412
|
+
"intakePolicy.option.basic": "Basic",
|
|
413
|
+
"intakePolicy.option.block": "Block",
|
|
414
|
+
"intakePolicy.option.custom": "Custom",
|
|
415
|
+
"intakePolicy.option.disabled": "Disabled",
|
|
416
|
+
"intakePolicy.option.enabled": "Enabled",
|
|
417
|
+
"intakePolicy.option.flag": "Flag for review",
|
|
418
|
+
"intakePolicy.option.high": "High",
|
|
419
|
+
"intakePolicy.option.image": "Image",
|
|
420
|
+
"intakePolicy.option.inherit": "Inherit",
|
|
421
|
+
"intakePolicy.option.llm": "LLM",
|
|
422
|
+
"intakePolicy.option.located": "Located pages",
|
|
423
|
+
"intakePolicy.option.low": "Low",
|
|
424
|
+
"intakePolicy.option.markdown": "Markdown",
|
|
425
|
+
"intakePolicy.option.mixed": "Text and vision",
|
|
426
|
+
"intakePolicy.option.pagesPerSheet": "{{count}} pages per sheet",
|
|
427
|
+
"intakePolicy.option.pdf": "PDF",
|
|
428
|
+
"intakePolicy.option.programmatic": "Programmatic",
|
|
429
|
+
"intakePolicy.option.properties": "Properties",
|
|
430
|
+
"intakePolicy.option.set": "Set",
|
|
431
|
+
"intakePolicy.option.standard": "Standard",
|
|
432
|
+
"intakePolicy.option.text": "Text",
|
|
433
|
+
"intakePolicy.option.vision": "Vision",
|
|
434
|
+
"intakePolicy.placeholder.environment": "Select an environment",
|
|
435
|
+
"intakePolicy.placeholder.model": "Select a model",
|
|
436
|
+
"intakePolicy.placeholder.objectId": "Add an object ID",
|
|
437
|
+
"intakePolicy.section.classification": "Classification and defaults",
|
|
438
|
+
"intakePolicy.section.conversion": "Text conversion",
|
|
439
|
+
"intakePolicy.section.customConversion": "Custom conversion",
|
|
440
|
+
"intakePolicy.section.embeddings": "Search and generated content",
|
|
441
|
+
"intakePolicy.section.extraction": "Property extraction",
|
|
442
|
+
"intakePolicy.section.grounding": "Grounded extraction",
|
|
443
|
+
"intakePolicy.section.locate": "Relevant page locator",
|
|
444
|
+
"intakePolicy.section.models": "Extraction models",
|
|
445
|
+
"intakePolicy.section.pageRanges": "Static page ranges",
|
|
446
|
+
"intakePolicy.section.rendering": "Generated text",
|
|
447
|
+
"intakePolicy.section.review": "Post-extraction review",
|
|
448
|
+
"intakePolicy.section.verification": "Verification",
|
|
449
|
+
"intakePolicy.section.visionBudget": "Vision evidence budget",
|
|
450
|
+
"intakePolicy.status.unsaved": "Unsaved",
|
|
451
|
+
"intakePolicy.summary.conversion": "Conversion",
|
|
452
|
+
"intakePolicy.summary.defaultView": "Default View",
|
|
453
|
+
"intakePolicy.summary.extraction": "Extraction",
|
|
454
|
+
"intakePolicy.summary.grounding": "Grounding",
|
|
455
|
+
"intakePolicy.summary.method": "Method",
|
|
456
|
+
"intakePolicy.summary.mode": "Mode",
|
|
457
|
+
"intakePolicy.summary.source": "Source",
|
|
458
|
+
"intakePolicy.summary.template": "Template",
|
|
459
|
+
"intakePolicy.summary.toc": "TOC",
|
|
460
|
+
"intakePolicy.tab.conversion": "Conversion",
|
|
461
|
+
"intakePolicy.tab.extraction": "Extraction",
|
|
462
|
+
"intakePolicy.tab.grounding": "Grounding",
|
|
463
|
+
"intakePolicy.tab.json": "JSON",
|
|
464
|
+
"intakePolicy.tab.output": "Output",
|
|
465
|
+
"intakePolicy.tab.overview": "Overview",
|
|
466
|
+
"intakePolicy.title": "Intake Policy",
|
|
467
|
+
"intakePolicy.toast.invalid": "Invalid intake policy",
|
|
468
|
+
"intakePolicy.toast.saved": "The intake policy has been saved.",
|
|
469
|
+
"intakePolicy.toast.schemaValid": "The JSON is valid and matches the intake policy schema.",
|
|
470
|
+
"intakePolicy.toast.updateFailed": "Failed to update intake policy",
|
|
471
|
+
"intakePolicy.toast.updated": "Intake policy updated",
|
|
472
|
+
"intakePolicy.toast.valid": "Valid intake policy",
|
|
274
473
|
"language.label": "Language",
|
|
275
474
|
"language.placeholder": "Choose language",
|
|
276
475
|
"layout.pageNotFound": "Page Not Found",
|
|
@@ -282,10 +481,10 @@
|
|
|
282
481
|
"login.terminal.account": "Account",
|
|
283
482
|
"login.terminal.accountRequired": "Account is required",
|
|
284
483
|
"login.terminal.accountRequiredDesc": "Please select an account to authorize the client to access the ComposablePrompts servers",
|
|
285
|
-
"login.terminal.authorizeClient": "Authorize Client",
|
|
286
484
|
"login.terminal.authPayloadCopied": "Authentication Payload copied",
|
|
287
485
|
"login.terminal.authPayloadCopiedSuccess": "You can close this page. The CLI should have received the token.",
|
|
288
486
|
"login.terminal.authPayloadCopiedWithError": "You can paste the payload in the terminal. Note: The CLI did not receive the token. An error occured: {{error}}",
|
|
487
|
+
"login.terminal.authorizeClient": "Authorize Client",
|
|
289
488
|
"login.terminal.browserPermissionNote": "Note: If your browser asks for permission to access your local network, please allow it. This is required to send the authorization token back to the CLI tool. If not, you will need to copy/paste the token manually in your terminal.",
|
|
290
489
|
"login.terminal.chooseAccountProject": "You must choose the target account and project for the client to access.",
|
|
291
490
|
"login.terminal.clientAuthenticated": "The client is authenticated. You can close this page.",
|
|
@@ -415,6 +614,7 @@
|
|
|
415
614
|
"store.actions.addToCollectionSuccessDesc_one": "{{count}} object added to collection",
|
|
416
615
|
"store.actions.addToCollectionSuccessDesc_other": "{{count}} objects added to collection",
|
|
417
616
|
"store.actions.addToCollectionTitle": "Add to a Collection",
|
|
617
|
+
"store.actions.affectedItems": "Affected items:",
|
|
418
618
|
"store.actions.areYouSure": "Are you sure?",
|
|
419
619
|
"store.actions.cannotRemoveNoCollection": "Cannot remove objects: no collection specified",
|
|
420
620
|
"store.actions.changeContentType": "Change Content Type",
|
|
@@ -422,29 +622,20 @@
|
|
|
422
622
|
"store.actions.changeType": "Change Type",
|
|
423
623
|
"store.actions.chooseExistingCollections": "Choose from existing collections",
|
|
424
624
|
"store.actions.chooseWorkflowRule": "Choose a workflow rule to start:",
|
|
625
|
+
"store.actions.clearSelection": "Clear selection",
|
|
425
626
|
"store.actions.confirmDeleteAll": "Are you sure you want to delete all the selected objects? This action cannot be undone.",
|
|
426
627
|
"store.actions.confirmDeleteSelected": "Are you sure you want to delete the selected objects?\nThis is not removable from collections.",
|
|
427
628
|
"store.actions.confirmRemoveFromCollection": "Are you sure you want to remove the selected objects from this collection?",
|
|
428
629
|
"store.actions.createNew": "Create new",
|
|
429
630
|
"store.actions.delete": "Delete",
|
|
430
631
|
"store.actions.deleteObjects": "Delete Objects",
|
|
431
|
-
"store.actions.deleteTheSelectedObjects": "Delete the selected objects",
|
|
432
632
|
"store.actions.deleteSelected": "Delete selected",
|
|
433
|
-
"store.actions.
|
|
434
|
-
"store.actions.deleteType_other": "Delete Types",
|
|
633
|
+
"store.actions.deleteTheSelectedObjects": "Delete the selected objects",
|
|
435
634
|
"store.actions.deleteTypeConfirm_one": "Delete this type? It will be permanently removed. This action cannot be undone.",
|
|
436
635
|
"store.actions.deleteTypeConfirm_other": "Delete {{count}} selected types? They will be permanently removed. This action cannot be undone.",
|
|
636
|
+
"store.actions.deleteType_one": "Delete Type",
|
|
637
|
+
"store.actions.deleteType_other": "Delete Types",
|
|
437
638
|
"store.actions.deleting": "Deleting...",
|
|
438
|
-
"store.actions.selectedCount": "{{n}} selected",
|
|
439
|
-
"store.actions.affectedItems": "Affected items:",
|
|
440
|
-
"store.actions.clearSelection": "Clear selection",
|
|
441
|
-
"store.actions.selectAllTypes": "Select all types",
|
|
442
|
-
"store.actions.selectType": "Select type {{name}}",
|
|
443
|
-
"store.actions.typeToConfirmDelete": "Type \"delete\" to confirm",
|
|
444
|
-
"store.actions.typeDeleted_one": "{{count}} type deleted",
|
|
445
|
-
"store.actions.typeDeleted_other": "{{count}} types deleted",
|
|
446
|
-
"store.actions.typeDeletePartial": "{{succeeded}} deleted, {{failed}} failed",
|
|
447
|
-
"store.actions.failedToDeleteTypes": "Failed to delete types",
|
|
448
639
|
"store.actions.errorChangingType": "Error changing type",
|
|
449
640
|
"store.actions.errorDeletingObjects": "Error deleting objects",
|
|
450
641
|
"store.actions.errorExportProperties": "Error Export Properties",
|
|
@@ -452,16 +643,24 @@
|
|
|
452
643
|
"store.actions.errorStartingWorkflow": "Error starting workflow",
|
|
453
644
|
"store.actions.exportAllObjectProperties": "Export all Object Properties",
|
|
454
645
|
"store.actions.exportProperties": "Export Properties",
|
|
646
|
+
"store.actions.failedToDeleteTypes": "Failed to delete types",
|
|
455
647
|
"store.actions.noCollectionContext": "No collection context",
|
|
456
648
|
"store.actions.noObjectsSelected": "No objects selected",
|
|
457
649
|
"store.actions.pleaseSelectObjectsToDelete": "Please select objects to delete",
|
|
458
650
|
"store.actions.pleaseSelectObjectsToRemove": "Please select objects to remove from collection",
|
|
459
651
|
"store.actions.removeFromCollection": "Remove from Collection",
|
|
460
652
|
"store.actions.removeFromCollectionDesc": "Remove the selected objects from this collection",
|
|
653
|
+
"store.actions.selectAllTypes": "Select all types",
|
|
461
654
|
"store.actions.selectCollection": "Select Collection",
|
|
655
|
+
"store.actions.selectType": "Select type {{name}}",
|
|
656
|
+
"store.actions.selectedCount": "{{n}} selected",
|
|
462
657
|
"store.actions.startWorkflow": "Start Workflow",
|
|
463
658
|
"store.actions.startWorkflowByRule": "Start a Workflow by Rule",
|
|
464
659
|
"store.actions.startWorkflowDesc": "Start a workflow on the selected objects",
|
|
660
|
+
"store.actions.typeDeletePartial": "{{succeeded}} deleted, {{failed}} failed",
|
|
661
|
+
"store.actions.typeDeleted_one": "{{count}} type deleted",
|
|
662
|
+
"store.actions.typeDeleted_other": "{{count}} types deleted",
|
|
663
|
+
"store.actions.typeToConfirmDelete": "Type \"delete\" to confirm",
|
|
465
664
|
"store.actions.workflowStarted": "Workflow started",
|
|
466
665
|
"store.allowedContentTypes": "Allowed Content Types",
|
|
467
666
|
"store.allowedContentTypesOptionalDescription": "Optionally select which content types can be added to the collection. If not set, then all content types are allowed.",
|
|
@@ -481,10 +680,10 @@
|
|
|
481
680
|
"store.collectionDeleted": "Collection deleted",
|
|
482
681
|
"store.collectionFetchFailed": "Collection fetch failed",
|
|
483
682
|
"store.collectionPropertiesUpdated": "Collection properties updated",
|
|
484
|
-
"store.collectionsSelected_one": "{{count}} collection selected",
|
|
485
|
-
"store.collectionsSelected_other": "{{count}} collections selected",
|
|
486
683
|
"store.collectionUpdated": "Collection updated",
|
|
487
684
|
"store.collectionUpdatedSuccess": "Collection has been updated successfully",
|
|
685
|
+
"store.collectionsSelected_one": "{{count}} collection selected",
|
|
686
|
+
"store.collectionsSelected_other": "{{count}} collections selected",
|
|
488
687
|
"store.configuration": "Configuration",
|
|
489
688
|
"store.confirmSelection": "Confirm selection",
|
|
490
689
|
"store.contentCopied": "{{type}} copied",
|
|
@@ -494,9 +693,9 @@
|
|
|
494
693
|
"store.copyFailed": "Copy failed",
|
|
495
694
|
"store.createACollection": "Create a Collection",
|
|
496
695
|
"store.createCollection": "Create Collection",
|
|
696
|
+
"store.createType": "Create Type",
|
|
497
697
|
"store.created": "Created",
|
|
498
698
|
"store.createdBy": "Created By",
|
|
499
|
-
"store.createType": "Create Type",
|
|
500
699
|
"store.deleteCollection": "Delete Collection",
|
|
501
700
|
"store.documentExported": "Document exported",
|
|
502
701
|
"store.documentInformation": "Document Information",
|
|
@@ -506,11 +705,11 @@
|
|
|
506
705
|
"store.downloadFailed": "Download failed",
|
|
507
706
|
"store.dynamicCollection": "Dynamic Collection",
|
|
508
707
|
"store.dynamicCollectionDescription": "Dynamically fetch content for the collection based on a query. If not enabled, then content must be added by users or agents.",
|
|
509
|
-
"store.editingGenericDocument": "Editing properties for generic document",
|
|
510
708
|
"store.editJson": "Edit Json",
|
|
511
709
|
"store.editProperties": "Edit Properties",
|
|
512
710
|
"store.editSchema": "Edit Schema",
|
|
513
711
|
"store.editText": "Edit text",
|
|
712
|
+
"store.editingGenericDocument": "Editing properties for generic document",
|
|
514
713
|
"store.embeddings": "Embeddings",
|
|
515
714
|
"store.enableSyncMemberHeads": "Enable synchronizing member heads",
|
|
516
715
|
"store.error": "Error",
|
|
@@ -570,7 +769,6 @@
|
|
|
570
769
|
"store.noCollectionsAvailable": "No collections available.",
|
|
571
770
|
"store.noCollectionsFound": "No collections found.",
|
|
572
771
|
"store.noFilesSelected": "No files selected",
|
|
573
|
-
"store.none": "None",
|
|
574
772
|
"store.noObjectsDragAndDrop": "No objects. Just drag and drop documents or images here to create content objects.",
|
|
575
773
|
"store.noPreviewAvailable": "No preview available for this document type.",
|
|
576
774
|
"store.noProjectSelected": "No project selected",
|
|
@@ -580,6 +778,7 @@
|
|
|
580
778
|
"store.noType": "No Type",
|
|
581
779
|
"store.noValidFilesSelected": "No valid files selected",
|
|
582
780
|
"store.noVideoRendition": "No web-compatible video rendition available",
|
|
781
|
+
"store.none": "None",
|
|
583
782
|
"store.openFullDocument": "Open Full Document",
|
|
584
783
|
"store.openFullDocumentView": "Open Full Document View",
|
|
585
784
|
"store.optional": "(Optional)",
|
|
@@ -608,9 +807,9 @@
|
|
|
608
807
|
"store.search": "Search",
|
|
609
808
|
"store.searchCollections": "Search collections",
|
|
610
809
|
"store.searchFailed": "Search failed",
|
|
611
|
-
"store.searching": "Searching...",
|
|
612
810
|
"store.searchPlaceholder": "Type what you are looking for, or select a filter",
|
|
613
811
|
"store.searchTypes": "Search Types",
|
|
812
|
+
"store.searching": "Searching...",
|
|
614
813
|
"store.selectACollection": "Select a collection",
|
|
615
814
|
"store.selectContentType": "Select Content Type",
|
|
616
815
|
"store.selectContentTypeAuto": "Select a content type or leave empty for automatic detection",
|
|
@@ -653,14 +852,14 @@
|
|
|
653
852
|
"store.viewAsPdf": "View as PDF",
|
|
654
853
|
"store.viewAudio": "View Audio",
|
|
655
854
|
"store.viewImage": "View Image",
|
|
656
|
-
"store.viewingNewVersion": "Viewing New Version",
|
|
657
|
-
"store.viewingNewVersionDefault": "Now viewing the new version",
|
|
658
|
-
"store.viewingVersionLabel": "Now viewing version '{{label}}'",
|
|
659
855
|
"store.viewInJsonFormat": "View in JSON format",
|
|
660
856
|
"store.viewPdf": "View PDF",
|
|
661
857
|
"store.viewText": "View Text",
|
|
662
858
|
"store.viewTranscript": "View Transcript",
|
|
663
859
|
"store.viewVideo": "View Video",
|
|
860
|
+
"store.viewingNewVersion": "Viewing New Version",
|
|
861
|
+
"store.viewingNewVersionDefault": "Now viewing the new version",
|
|
862
|
+
"store.viewingVersionLabel": "Now viewing version '{{label}}'",
|
|
664
863
|
"theme.dark": "Dark",
|
|
665
864
|
"theme.label": "Theme",
|
|
666
865
|
"theme.light": "Light",
|
|
@@ -708,10 +907,10 @@
|
|
|
708
907
|
"upload.update": "Update",
|
|
709
908
|
"upload.uploadComplete": "Upload Complete",
|
|
710
909
|
"upload.uploadFiles": "Upload Files",
|
|
711
|
-
"upload.uploadingFiles": "Uploading Files",
|
|
712
910
|
"upload.uploadLocation": "Upload Location:",
|
|
713
911
|
"upload.uploadMore": "Upload More",
|
|
714
912
|
"upload.uploadProcessInterrupted": "Upload process interrupted",
|
|
913
|
+
"upload.uploadingFiles": "Uploading Files",
|
|
715
914
|
"upload.useAutoDetection": "Use Automatic Type Detection",
|
|
716
915
|
"upload.useTypeName": "Use {{typeName}}",
|
|
717
916
|
"user.account": "Account:",
|
|
@@ -748,6 +947,21 @@
|
|
|
748
947
|
"user.unnamedGroup": "Unnamed Group",
|
|
749
948
|
"user.user": "User",
|
|
750
949
|
"user.userId": "User ID",
|
|
950
|
+
"view.display": "Display",
|
|
951
|
+
"view.from": "From",
|
|
952
|
+
"view.pagination": "Results pages",
|
|
953
|
+
"view.ranges": "Ranges",
|
|
954
|
+
"view.removeSelection": "Remove {{value}}",
|
|
955
|
+
"view.resultsCount_one": "{{count}} result",
|
|
956
|
+
"view.resultsCount_other": "{{count}} results",
|
|
957
|
+
"view.searchFields": "Search fields",
|
|
958
|
+
"view.sort": "Sort",
|
|
959
|
+
"view.to": "To",
|
|
960
|
+
"view.warning": "View notice",
|
|
751
961
|
"widgets.schema.editDescription": "Edit description",
|
|
752
|
-
"widgets.schema.
|
|
962
|
+
"widgets.schema.extractFromDocument": "Extract",
|
|
963
|
+
"widgets.schema.extractFromDocumentHint": "When off, extraction models skip this field (stores x-extract: false). Use for match scores, ERP ids, or fields filled outside extraction.",
|
|
964
|
+
"widgets.schema.invalidPropertyDeclaration": "Invalid property declaration",
|
|
965
|
+
"widgets.schema.noExtract": "no extract",
|
|
966
|
+
"widgets.schema.propertyColumn": "Property"
|
|
753
967
|
}
|
package/lib/i18n/locales/es.json
CHANGED
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
"agent.noPlanAvailable": "Sin plan disponible",
|
|
126
126
|
"agent.noPlanDetected": "Aún no se ha detectado ningún plan",
|
|
127
127
|
"agent.olderPlan": "Plan anterior",
|
|
128
|
+
"agent.onlySystemArtifacts": "Only system files in this run. Enable \"System files\" to view them.",
|
|
128
129
|
"agent.openDocument": "Abrir documento",
|
|
129
130
|
"agent.openInNewTab": "Abrir en nueva pestaña",
|
|
130
131
|
"agent.panelRenderError": "No se pudo renderizar {{name}}",
|
|
@@ -172,6 +173,7 @@
|
|
|
172
173
|
"agent.showLess": "Mostrar menos",
|
|
173
174
|
"agent.showMore": "Mostrar más",
|
|
174
175
|
"agent.showSidebar": "Mostrar panel",
|
|
176
|
+
"agent.showSystemArtifacts": "System files",
|
|
175
177
|
"agent.staged": "Preparado",
|
|
176
178
|
"agent.startAgent": "Iniciar agente",
|
|
177
179
|
"agent.startingAgent": "Iniciando agente...",
|
|
@@ -273,6 +275,7 @@
|
|
|
273
275
|
"filter.selectRange": "Seleccionar rango",
|
|
274
276
|
"filter.to": "Hasta:",
|
|
275
277
|
"form.filter": "Filtrar...",
|
|
278
|
+
"grounded.checkerboard": "Cuadrícula",
|
|
276
279
|
"language.label": "Idioma",
|
|
277
280
|
"language.placeholder": "Elegir idioma",
|
|
278
281
|
"layout.pageNotFound": "Página no encontrada",
|
|
@@ -742,6 +745,18 @@
|
|
|
742
745
|
"user.unnamedGroup": "Grupo sin nombre",
|
|
743
746
|
"user.user": "Usuario",
|
|
744
747
|
"user.userId": "ID de usuario",
|
|
748
|
+
"view.display": "Visualización",
|
|
749
|
+
"view.from": "Desde",
|
|
750
|
+
"view.pagination": "Páginas de resultados",
|
|
751
|
+
"view.ranges": "Rangos",
|
|
752
|
+
"view.removeSelection": "Quitar {{value}}",
|
|
753
|
+
"view.resultsCount_one": "{{count}} resultado",
|
|
754
|
+
"view.resultsCount_many": "{{count}} resultados",
|
|
755
|
+
"view.resultsCount_other": "{{count}} resultados",
|
|
756
|
+
"view.searchFields": "Campos de búsqueda",
|
|
757
|
+
"view.sort": "Ordenar",
|
|
758
|
+
"view.to": "Hasta",
|
|
759
|
+
"view.warning": "Aviso de vista",
|
|
745
760
|
"widgets.schema.editDescription": "Editar descripción",
|
|
746
761
|
"widgets.schema.invalidPropertyDeclaration": "Declaración de propiedad inválida"
|
|
747
762
|
}
|
package/lib/i18n/locales/fr.json
CHANGED
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
"agent.noPlanAvailable": "Aucun plan disponible",
|
|
126
126
|
"agent.noPlanDetected": "Aucun plan détecté pour le moment",
|
|
127
127
|
"agent.olderPlan": "Plan précédent",
|
|
128
|
+
"agent.onlySystemArtifacts": "Only system files in this run. Enable \"System files\" to view them.",
|
|
128
129
|
"agent.openDocument": "Ouvrir le document",
|
|
129
130
|
"agent.openInNewTab": "Ouvrir dans un nouvel onglet",
|
|
130
131
|
"agent.panelRenderError": "{{name}} n'a pas pu être affiché",
|
|
@@ -172,6 +173,7 @@
|
|
|
172
173
|
"agent.showLess": "Afficher moins",
|
|
173
174
|
"agent.showMore": "Afficher plus",
|
|
174
175
|
"agent.showSidebar": "Afficher le panneau",
|
|
176
|
+
"agent.showSystemArtifacts": "System files",
|
|
175
177
|
"agent.staged": "En attente",
|
|
176
178
|
"agent.startAgent": "Démarrer l'agent",
|
|
177
179
|
"agent.startingAgent": "Démarrage de l'agent...",
|
|
@@ -273,6 +275,7 @@
|
|
|
273
275
|
"filter.selectRange": "Sélectionner une plage",
|
|
274
276
|
"filter.to": "À :",
|
|
275
277
|
"form.filter": "Filtrer...",
|
|
278
|
+
"grounded.checkerboard": "Quadrillage",
|
|
276
279
|
"language.label": "Langue",
|
|
277
280
|
"language.placeholder": "Choisir la langue",
|
|
278
281
|
"layout.pageNotFound": "Page non trouvée",
|
|
@@ -742,6 +745,18 @@
|
|
|
742
745
|
"user.unnamedGroup": "Groupe sans nom",
|
|
743
746
|
"user.user": "Utilisateur",
|
|
744
747
|
"user.userId": "ID utilisateur",
|
|
748
|
+
"view.display": "Affichage",
|
|
749
|
+
"view.from": "De",
|
|
750
|
+
"view.pagination": "Pages de résultats",
|
|
751
|
+
"view.ranges": "Plages",
|
|
752
|
+
"view.removeSelection": "Supprimer {{value}}",
|
|
753
|
+
"view.resultsCount_one": "{{count}} résultat",
|
|
754
|
+
"view.resultsCount_many": "{{count}} résultats",
|
|
755
|
+
"view.resultsCount_other": "{{count}} résultats",
|
|
756
|
+
"view.searchFields": "Champs de recherche",
|
|
757
|
+
"view.sort": "Trier",
|
|
758
|
+
"view.to": "À",
|
|
759
|
+
"view.warning": "Avis sur la vue",
|
|
745
760
|
"widgets.schema.editDescription": "Modifier la description",
|
|
746
761
|
"widgets.schema.invalidPropertyDeclaration": "Déclaration de propriété invalide"
|
|
747
762
|
}
|
package/lib/i18n/locales/it.json
CHANGED
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
"agent.noPlanAvailable": "Nessun piano disponibile",
|
|
126
126
|
"agent.noPlanDetected": "Nessun piano rilevato",
|
|
127
127
|
"agent.olderPlan": "Piano precedente",
|
|
128
|
+
"agent.onlySystemArtifacts": "Only system files in this run. Enable \"System files\" to view them.",
|
|
128
129
|
"agent.openDocument": "Apri documento",
|
|
129
130
|
"agent.openInNewTab": "Apri in nuova scheda",
|
|
130
131
|
"agent.panelRenderError": "Impossibile renderizzare {{name}}",
|
|
@@ -172,6 +173,7 @@
|
|
|
172
173
|
"agent.showLess": "Mostra meno",
|
|
173
174
|
"agent.showMore": "Mostra altro",
|
|
174
175
|
"agent.showSidebar": "Mostra pannello",
|
|
176
|
+
"agent.showSystemArtifacts": "System files",
|
|
175
177
|
"agent.staged": "In attesa",
|
|
176
178
|
"agent.startAgent": "Avvia agente",
|
|
177
179
|
"agent.startingAgent": "Avvio dell'agente...",
|
|
@@ -273,6 +275,7 @@
|
|
|
273
275
|
"filter.selectRange": "Seleziona intervallo",
|
|
274
276
|
"filter.to": "A:",
|
|
275
277
|
"form.filter": "Filtra...",
|
|
278
|
+
"grounded.checkerboard": "Griglia",
|
|
276
279
|
"language.label": "Lingua",
|
|
277
280
|
"language.placeholder": "Scegli lingua",
|
|
278
281
|
"layout.pageNotFound": "Pagina non trovata",
|
|
@@ -742,6 +745,18 @@
|
|
|
742
745
|
"user.unnamedGroup": "Gruppo senza nome",
|
|
743
746
|
"user.user": "Utente",
|
|
744
747
|
"user.userId": "ID utente",
|
|
748
|
+
"view.display": "Visualizzazione",
|
|
749
|
+
"view.from": "Da",
|
|
750
|
+
"view.pagination": "Pagine dei risultati",
|
|
751
|
+
"view.ranges": "Intervalli",
|
|
752
|
+
"view.removeSelection": "Rimuovi {{value}}",
|
|
753
|
+
"view.resultsCount_one": "{{count}} risultato",
|
|
754
|
+
"view.resultsCount_many": "{{count}} risultati",
|
|
755
|
+
"view.resultsCount_other": "{{count}} risultati",
|
|
756
|
+
"view.searchFields": "Campi di ricerca",
|
|
757
|
+
"view.sort": "Ordina",
|
|
758
|
+
"view.to": "A",
|
|
759
|
+
"view.warning": "Avviso vista",
|
|
745
760
|
"widgets.schema.editDescription": "Modifica descrizione",
|
|
746
761
|
"widgets.schema.invalidPropertyDeclaration": "Dichiarazione di proprietà non valida"
|
|
747
762
|
}
|
package/lib/i18n/locales/ja.json
CHANGED
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
"agent.noPlanAvailable": "利用可能なプランなし",
|
|
125
125
|
"agent.noPlanDetected": "まだプランが検出されていません",
|
|
126
126
|
"agent.olderPlan": "古いプラン",
|
|
127
|
+
"agent.onlySystemArtifacts": "Only system files in this run. Enable \"System files\" to view them.",
|
|
127
128
|
"agent.openDocument": "ドキュメントを開く",
|
|
128
129
|
"agent.openInNewTab": "新しいタブで開く",
|
|
129
130
|
"agent.panelRenderError": "{{name}} を表示できませんでした",
|
|
@@ -171,6 +172,7 @@
|
|
|
171
172
|
"agent.showLess": "表示を減らす",
|
|
172
173
|
"agent.showMore": "さらに表示",
|
|
173
174
|
"agent.showSidebar": "サイドバーを表示",
|
|
175
|
+
"agent.showSystemArtifacts": "System files",
|
|
174
176
|
"agent.staged": "ステージ済み",
|
|
175
177
|
"agent.startAgent": "エージェントを開始",
|
|
176
178
|
"agent.startingAgent": "エージェントを起動中...",
|
|
@@ -271,6 +273,7 @@
|
|
|
271
273
|
"filter.selectRange": "範囲を選択",
|
|
272
274
|
"filter.to": "終了:",
|
|
273
275
|
"form.filter": "フィルター...",
|
|
276
|
+
"grounded.checkerboard": "チェッカーボード",
|
|
274
277
|
"language.label": "言語",
|
|
275
278
|
"language.placeholder": "言語を選択",
|
|
276
279
|
"layout.pageNotFound": "ページが見つかりません",
|
|
@@ -732,6 +735,16 @@
|
|
|
732
735
|
"user.unnamedGroup": "名前なしグループ",
|
|
733
736
|
"user.user": "ユーザー",
|
|
734
737
|
"user.userId": "ユーザーID",
|
|
738
|
+
"view.display": "表示",
|
|
739
|
+
"view.from": "開始",
|
|
740
|
+
"view.pagination": "結果ページ",
|
|
741
|
+
"view.ranges": "範囲",
|
|
742
|
+
"view.removeSelection": "{{value}}を削除",
|
|
743
|
+
"view.resultsCount_other": "{{count}} 件の結果",
|
|
744
|
+
"view.searchFields": "検索フィールド",
|
|
745
|
+
"view.sort": "並べ替え",
|
|
746
|
+
"view.to": "終了",
|
|
747
|
+
"view.warning": "ビューのお知らせ",
|
|
735
748
|
"widgets.schema.editDescription": "説明を編集",
|
|
736
749
|
"widgets.schema.invalidPropertyDeclaration": "無効なプロパティ宣言"
|
|
737
750
|
}
|