@vertesia/ui 1.4.0-dev.20260615.042549Z → 1.4.0-dev.20260629.130134Z
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/shadcn/dropdown.d.ts.map +1 -1
- package/lib/core/components/shadcn/dropdown.js +6 -2
- package/lib/core/components/shadcn/dropdown.js.map +1 -1
- package/lib/core/components/shadcn/filters/filterBar.d.ts.map +1 -1
- package/lib/core/components/shadcn/filters/filterBar.js +9 -2
- package/lib/core/components/shadcn/filters/filterBar.js.map +1 -1
- package/lib/core/components/shadcn/modal/ConfirmModal.d.ts +16 -1
- package/lib/core/components/shadcn/modal/ConfirmModal.d.ts.map +1 -1
- package/lib/core/components/shadcn/modal/ConfirmModal.js +25 -3
- package/lib/core/components/shadcn/modal/ConfirmModal.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/popover.d.ts.map +1 -1
- package/lib/core/components/shadcn/popover.js +3 -1
- package/lib/core/components/shadcn/popover.js.map +1 -1
- package/lib/core/components/shadcn/switch.js +3 -3
- package/lib/core/components/shadcn/switch.js.map +1 -1
- package/lib/core/components/shadcn/tabs.js +1 -1
- package/lib/core/components/shadcn/tabs.js.map +1 -1
- package/lib/core/components/shadcn/tooltip.d.ts.map +1 -1
- package/lib/core/components/shadcn/tooltip.js +3 -1
- package/lib/core/components/shadcn/tooltip.js.map +1 -1
- package/lib/env/index.d.ts +0 -19
- package/lib/env/index.d.ts.map +1 -1
- package/lib/env/index.js +0 -6
- package/lib/env/index.js.map +1 -1
- package/lib/features/agent/PayloadBuilder.d.ts +4 -0
- package/lib/features/agent/PayloadBuilder.d.ts.map +1 -1
- package/lib/features/agent/PayloadBuilder.js +16 -0
- package/lib/features/agent/PayloadBuilder.js.map +1 -1
- package/lib/features/agent/chat/AgentApprovalModeSelector.d.ts +10 -0
- package/lib/features/agent/chat/AgentApprovalModeSelector.d.ts.map +1 -0
- package/lib/features/agent/chat/AgentApprovalModeSelector.js +50 -0
- package/lib/features/agent/chat/AgentApprovalModeSelector.js.map +1 -0
- package/lib/features/agent/chat/AgentChatFixtureReplay.d.ts +2 -1
- package/lib/features/agent/chat/AgentChatFixtureReplay.d.ts.map +1 -1
- package/lib/features/agent/chat/AgentChatFixtureReplay.js +3 -3
- package/lib/features/agent/chat/AgentChatFixtureReplay.js.map +1 -1
- package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts +5 -2
- package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts.map +1 -1
- package/lib/features/agent/chat/AgentRequestInputOverlay.js +41 -7
- package/lib/features/agent/chat/AgentRequestInputOverlay.js.map +1 -1
- package/lib/features/agent/chat/AgentRightPanel.d.ts.map +1 -1
- package/lib/features/agent/chat/AgentRightPanel.js +133 -12
- package/lib/features/agent/chat/AgentRightPanel.js.map +1 -1
- package/lib/features/agent/chat/AnimatedThinkingDots.js +1 -1
- package/lib/features/agent/chat/AnimatedThinkingDots.js.map +1 -1
- package/lib/features/agent/chat/ArtifactsTab.d.ts.map +1 -1
- package/lib/features/agent/chat/ArtifactsTab.js +11 -65
- package/lib/features/agent/chat/ArtifactsTab.js.map +1 -1
- package/lib/features/agent/chat/AskUserWidget.d.ts +3 -1
- package/lib/features/agent/chat/AskUserWidget.d.ts.map +1 -1
- package/lib/features/agent/chat/AskUserWidget.js +4 -3
- package/lib/features/agent/chat/AskUserWidget.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentConversation.d.ts +10 -2
- package/lib/features/agent/chat/ModernAgentConversation.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentConversation.js +526 -117
- package/lib/features/agent/chat/ModernAgentConversation.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.d.ts +8 -0
- package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.js +19 -0
- package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +8 -2
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +551 -92
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js +7 -6
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/Header.js +2 -2
- package/lib/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.d.ts +8 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.js +61 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts +15 -2
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js +28 -38
- package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js +3 -2
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.js +2 -1
- package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.js +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.d.ts +5 -0
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.js +59 -4
- package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js +2 -2
- package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts +9 -0
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js +180 -0
- package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts +6 -0
- package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/utils.js +92 -2
- package/lib/features/agent/chat/ModernAgentOutput/utils.js.map +1 -1
- package/lib/features/agent/chat/clipboardFiles.d.ts +15 -0
- package/lib/features/agent/chat/clipboardFiles.d.ts.map +1 -0
- package/lib/features/agent/chat/clipboardFiles.js +35 -0
- package/lib/features/agent/chat/clipboardFiles.js.map +1 -0
- package/lib/features/agent/chat/hooks/useAgentStream.d.ts +6 -0
- package/lib/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -1
- package/lib/features/agent/chat/hooks/useAgentStream.js +218 -37
- package/lib/features/agent/chat/hooks/useAgentStream.js.map +1 -1
- package/lib/features/agent/chat/hooks/useArtifacts.d.ts +1 -8
- package/lib/features/agent/chat/hooks/useArtifacts.d.ts.map +1 -1
- package/lib/features/agent/chat/hooks/useArtifacts.js +10 -28
- package/lib/features/agent/chat/hooks/useArtifacts.js.map +1 -1
- package/lib/features/agent/chat/index.d.ts +2 -1
- package/lib/features/agent/chat/index.d.ts.map +1 -1
- package/lib/features/agent/chat/index.js +2 -1
- package/lib/features/agent/chat/index.js.map +1 -1
- package/lib/features/agent/chat/workstreams.d.ts +1 -0
- package/lib/features/agent/chat/workstreams.d.ts.map +1 -1
- package/lib/features/agent/chat/workstreams.js +28 -0
- package/lib/features/agent/chat/workstreams.js.map +1 -1
- package/lib/features/facets/AgentRunnerFacetsNav.d.ts +10 -1
- package/lib/features/facets/AgentRunnerFacetsNav.d.ts.map +1 -1
- package/lib/features/facets/AgentRunnerFacetsNav.js +6 -3
- package/lib/features/facets/AgentRunnerFacetsNav.js.map +1 -1
- package/lib/features/facets/CollectionsFacetsNav.d.ts +10 -1
- package/lib/features/facets/CollectionsFacetsNav.d.ts.map +1 -1
- package/lib/features/facets/CollectionsFacetsNav.js +14 -5
- package/lib/features/facets/CollectionsFacetsNav.js.map +1 -1
- package/lib/features/facets/PromptsFacetsNav.d.ts +10 -1
- package/lib/features/facets/PromptsFacetsNav.d.ts.map +1 -1
- package/lib/features/facets/PromptsFacetsNav.js +14 -5
- package/lib/features/facets/PromptsFacetsNav.js.map +1 -1
- package/lib/features/facets/RunsFacetsNav.d.ts +10 -1
- package/lib/features/facets/RunsFacetsNav.d.ts.map +1 -1
- package/lib/features/facets/RunsFacetsNav.js +14 -5
- package/lib/features/facets/RunsFacetsNav.js.map +1 -1
- package/lib/features/index.d.ts +0 -1
- package/lib/features/index.d.ts.map +1 -1
- package/lib/features/index.js +0 -1
- package/lib/features/index.js.map +1 -1
- package/lib/features/oauth/McpConnectionsButton.d.ts +30 -0
- package/lib/features/oauth/McpConnectionsButton.d.ts.map +1 -0
- package/lib/features/oauth/McpConnectionsButton.js +70 -0
- package/lib/features/oauth/McpConnectionsButton.js.map +1 -0
- package/lib/features/oauth/McpConnectionsDialog.d.ts +25 -0
- package/lib/features/oauth/McpConnectionsDialog.d.ts.map +1 -0
- package/lib/features/oauth/McpConnectionsDialog.js +26 -0
- package/lib/features/oauth/McpConnectionsDialog.js.map +1 -0
- package/lib/features/oauth/RemoteMcpConnectionButton.d.ts.map +1 -1
- package/lib/features/oauth/RemoteMcpConnectionButton.js +14 -6
- package/lib/features/oauth/RemoteMcpConnectionButton.js.map +1 -1
- package/lib/features/oauth/index.d.ts +3 -0
- package/lib/features/oauth/index.d.ts.map +1 -1
- package/lib/features/oauth/index.js +3 -0
- package/lib/features/oauth/index.js.map +1 -1
- package/lib/features/oauth/useMcpConnections.d.ts +44 -0
- package/lib/features/oauth/useMcpConnections.d.ts.map +1 -0
- package/lib/features/oauth/useMcpConnections.js +168 -0
- package/lib/features/oauth/useMcpConnections.js.map +1 -0
- package/lib/features/permissions/UserPermissionsProvider.d.ts +4 -6
- package/lib/features/permissions/UserPermissionsProvider.d.ts.map +1 -1
- package/lib/features/permissions/UserPermissionsProvider.js +40 -42
- package/lib/features/permissions/UserPermissionsProvider.js.map +1 -1
- package/lib/features/store/objects/DocumentPreviewPanel.d.ts.map +1 -1
- package/lib/features/store/objects/DocumentPreviewPanel.js +2 -1
- package/lib/features/store/objects/DocumentPreviewPanel.js.map +1 -1
- package/lib/features/store/objects/DocumentQuickFilter.d.ts +23 -0
- package/lib/features/store/objects/DocumentQuickFilter.d.ts.map +1 -0
- package/lib/features/store/objects/DocumentQuickFilter.js +30 -0
- package/lib/features/store/objects/DocumentQuickFilter.js.map +1 -0
- package/lib/features/store/objects/DocumentSearchResults.d.ts.map +1 -1
- package/lib/features/store/objects/DocumentSearchResults.js +17 -1
- package/lib/features/store/objects/DocumentSearchResults.js.map +1 -1
- package/lib/features/store/objects/components/ContentOverview.d.ts.map +1 -1
- package/lib/features/store/objects/components/ContentOverview.js +17 -74
- package/lib/features/store/objects/components/ContentOverview.js.map +1 -1
- package/lib/features/store/objects/layout/DocumentTableColumn.d.ts +7 -1
- package/lib/features/store/objects/layout/DocumentTableColumn.d.ts.map +1 -1
- package/lib/features/store/objects/layout/DocumentTableColumn.js +27 -3
- package/lib/features/store/objects/layout/DocumentTableColumn.js.map +1 -1
- package/lib/features/store/objects/layout/documentLayout.js +1 -1
- package/lib/features/store/objects/layout/renderers.d.ts +2 -1
- package/lib/features/store/objects/layout/renderers.d.ts.map +1 -1
- package/lib/features/store/objects/layout/renderers.js +27 -20
- package/lib/features/store/objects/layout/renderers.js.map +1 -1
- package/lib/features/store/types/ContentObjectTypesSearch.d.ts.map +1 -1
- package/lib/features/store/types/ContentObjectTypesSearch.js +4 -1
- package/lib/features/store/types/ContentObjectTypesSearch.js.map +1 -1
- package/lib/features/store/types/ContentObjectTypesTable.d.ts +2 -1
- package/lib/features/store/types/ContentObjectTypesTable.d.ts.map +1 -1
- package/lib/features/store/types/ContentObjectTypesTable.js +8 -3
- package/lib/features/store/types/ContentObjectTypesTable.js.map +1 -1
- package/lib/i18n/instance.d.ts.map +1 -1
- package/lib/i18n/instance.js +1 -0
- package/lib/i18n/instance.js.map +1 -1
- package/lib/i18n/locales/ar.json +72 -45
- package/lib/i18n/locales/de.json +65 -34
- package/lib/i18n/locales/en.json +63 -47
- package/lib/i18n/locales/es.json +65 -35
- package/lib/i18n/locales/fr.json +65 -35
- package/lib/i18n/locales/it.json +72 -42
- package/lib/i18n/locales/ja.json +72 -41
- package/lib/i18n/locales/ko.json +72 -41
- package/lib/i18n/locales/pt.json +72 -42
- package/lib/i18n/locales/ru.json +72 -43
- package/lib/i18n/locales/tr.json +72 -41
- package/lib/i18n/locales/zh-TW.json +72 -41
- package/lib/i18n/locales/zh.json +72 -41
- package/lib/session/UserSession.d.ts +0 -6
- package/lib/session/UserSession.d.ts.map +1 -1
- package/lib/session/UserSession.js +0 -15
- package/lib/session/UserSession.js.map +1 -1
- package/lib/session/UserSessionProvider.d.ts.map +1 -1
- package/lib/session/UserSessionProvider.js +39 -98
- package/lib/session/UserSessionProvider.js.map +1 -1
- package/lib/session/auth/composable.d.ts.map +1 -1
- package/lib/session/auth/composable.js +3 -33
- package/lib/session/auth/composable.js.map +1 -1
- package/lib/shell/login/SignInPrimitives.d.ts.map +1 -1
- package/lib/shell/login/SignInPrimitives.js +3 -2
- package/lib/shell/login/SignInPrimitives.js.map +1 -1
- package/lib/vertesia-ui-core.js +1 -1
- 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 +1 -1
- package/lib/vertesia-ui-features.js.map +1 -1
- package/lib/vertesia-ui-i18n.js +1 -1
- package/lib/vertesia-ui-i18n.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 +1 -1
- package/lib/vertesia-ui-widgets.js.map +1 -1
- package/lib/widgets/schema-editor/editor/Editable.js +1 -1
- package/lib/widgets/schema-editor/editor/Editable.js.map +1 -1
- package/llms.txt +70 -70
- package/package.json +35 -32
- package/src/core/components/shadcn/dropdown.tsx +2 -0
- package/src/core/components/shadcn/filters/filterBar.tsx +9 -2
- package/src/core/components/shadcn/modal/ConfirmModal.tsx +65 -3
- package/src/core/components/shadcn/modal/dialog.tsx +1 -1
- package/src/core/components/shadcn/popover.tsx +1 -0
- package/src/core/components/shadcn/switch.tsx +4 -4
- package/src/core/components/shadcn/tabs.tsx +1 -1
- package/src/core/components/shadcn/tooltip.tsx +1 -0
- package/src/env/index.ts +0 -24
- package/src/features/agent/PayloadBuilder.tsx +18 -0
- package/src/features/agent/chat/AgentApprovalModeSelector.tsx +130 -0
- package/src/features/agent/chat/AgentChatFixtureReplay.test.tsx +22 -2
- package/src/features/agent/chat/AgentChatFixtureReplay.tsx +33 -27
- package/src/features/agent/chat/AgentRequestInputOverlay.test.tsx +122 -0
- package/src/features/agent/chat/AgentRequestInputOverlay.tsx +91 -17
- package/src/features/agent/chat/AgentRightPanel.tsx +238 -50
- package/src/features/agent/chat/AnimatedThinkingDots.tsx +1 -1
- package/src/features/agent/chat/ArtifactsTab.tsx +21 -155
- package/src/features/agent/chat/AskUserWidget.tsx +6 -2
- package/src/features/agent/chat/ModernAgentConversation.test.tsx +1157 -47
- package/src/features/agent/chat/ModernAgentConversation.tsx +703 -136
- package/src/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.tsx +74 -0
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.test.tsx +1420 -126
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +934 -111
- package/src/features/agent/chat/ModernAgentOutput/AttachmentPreview.tsx +31 -40
- package/src/features/agent/chat/ModernAgentOutput/Header.tsx +28 -28
- package/src/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.tsx +83 -0
- package/src/features/agent/chat/ModernAgentOutput/MessageInput.test.tsx +38 -2
- package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +121 -98
- package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +7 -1
- package/src/features/agent/chat/ModernAgentOutput/SlideInPanel.tsx +3 -3
- package/src/features/agent/chat/ModernAgentOutput/SlidingMessages.tsx +1 -1
- package/src/features/agent/chat/ModernAgentOutput/SummaryConversation.ts +82 -2
- package/src/features/agent/chat/ModernAgentOutput/WorkstreamTabs.tsx +2 -2
- package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.ts +216 -0
- package/src/features/agent/chat/ModernAgentOutput/utils.test.ts +149 -0
- package/src/features/agent/chat/ModernAgentOutput/utils.ts +103 -2
- package/src/features/agent/chat/clipboardFiles.ts +33 -0
- package/src/features/agent/chat/hooks/useAgentStream.test.tsx +355 -4
- package/src/features/agent/chat/hooks/useAgentStream.ts +270 -43
- package/src/features/agent/chat/hooks/useArtifacts.ts +11 -44
- package/src/features/agent/chat/index.ts +10 -1
- package/src/features/agent/chat/workstreams.ts +42 -0
- package/src/features/facets/AgentRunnerFacetsNav.tsx +23 -3
- package/src/features/facets/CollectionsFacetsNav.tsx +30 -5
- package/src/features/facets/PromptsFacetsNav.tsx +30 -5
- package/src/features/facets/RunsFacetsNav.tsx +32 -5
- package/src/features/index.ts +0 -1
- package/src/features/oauth/McpConnectionsButton.test.tsx +248 -0
- package/src/features/oauth/McpConnectionsButton.tsx +269 -0
- package/src/features/oauth/McpConnectionsDialog.tsx +142 -0
- package/src/features/oauth/RemoteMcpConnectionButton.tsx +37 -14
- package/src/features/oauth/index.ts +3 -0
- package/src/features/oauth/useMcpConnections.test.ts +94 -0
- package/src/features/oauth/useMcpConnections.ts +210 -0
- package/src/features/permissions/UserPermissionsProvider.tsx +41 -59
- package/src/features/store/objects/DocumentPreviewPanel.tsx +4 -2
- package/src/features/store/objects/DocumentQuickFilter.tsx +72 -0
- package/src/features/store/objects/DocumentSearchResults.tsx +30 -11
- package/src/features/store/objects/components/ContentOverview.tsx +30 -99
- package/src/features/store/objects/layout/DocumentTableColumn.tsx +29 -4
- package/src/features/store/objects/layout/documentLayout.tsx +1 -1
- package/src/features/store/objects/layout/renderers.tsx +80 -20
- package/src/features/store/types/ContentObjectTypesSearch.tsx +7 -1
- package/src/features/store/types/ContentObjectTypesTable.tsx +34 -4
- package/src/i18n/instance.ts +1 -0
- package/src/i18n/locales/ar.json +72 -45
- package/src/i18n/locales/de.json +65 -34
- package/src/i18n/locales/en.json +63 -47
- package/src/i18n/locales/es.json +65 -35
- package/src/i18n/locales/fr.json +65 -35
- package/src/i18n/locales/it.json +72 -42
- package/src/i18n/locales/ja.json +72 -41
- package/src/i18n/locales/ko.json +72 -41
- package/src/i18n/locales/pt.json +72 -42
- package/src/i18n/locales/ru.json +72 -43
- package/src/i18n/locales/tr.json +72 -41
- package/src/i18n/locales/zh-TW.json +72 -41
- package/src/i18n/locales/zh.json +72 -41
- package/src/i18n/rtl.test.ts +57 -1
- package/src/session/UserSession.ts +0 -16
- package/src/session/UserSessionProvider.tsx +51 -123
- package/src/session/auth/composable.ts +3 -34
- package/src/shell/login/SignInPrimitives.tsx +3 -2
- package/src/widgets/schema-editor/editor/Editable.tsx +1 -1
- package/lib/features/document-viewer/UniversalDocumentViewer.d.ts +0 -73
- package/lib/features/document-viewer/UniversalDocumentViewer.d.ts.map +0 -1
- package/lib/features/document-viewer/UniversalDocumentViewer.js +0 -415
- package/lib/features/document-viewer/UniversalDocumentViewer.js.map +0 -1
- package/lib/features/document-viewer/index.d.ts +0 -2
- package/lib/features/document-viewer/index.d.ts.map +0 -1
- package/lib/features/document-viewer/index.js +0 -2
- package/lib/features/document-viewer/index.js.map +0 -1
- package/src/features/document-viewer/UniversalDocumentViewer.test.tsx +0 -123
- package/src/features/document-viewer/UniversalDocumentViewer.tsx +0 -746
- package/src/features/document-viewer/index.ts +0 -1
- package/src/session/auth/composable.test.ts +0 -79
package/lib/i18n/locales/fr.json
CHANGED
|
@@ -2,18 +2,29 @@
|
|
|
2
2
|
"agent.activeWorkstreams_one": "L'agent a {{count}} flux de travail actif en cours",
|
|
3
3
|
"agent.activeWorkstreams_many": "L'agent a {{count}} flux de travail actifs en cours",
|
|
4
4
|
"agent.activeWorkstreams_other": "L'agent a {{count}} flux de travail actifs en cours",
|
|
5
|
+
"agent.addAttachment": "Ajouter une pièce jointe",
|
|
5
6
|
"agent.agentConversation": "Conversation avec l'agent",
|
|
6
|
-
"agent.agentInterrupted": "Agent interrompu",
|
|
7
7
|
"agent.agentPlan": "Plan de l'agent",
|
|
8
|
-
"agent.agentProcessing": "L'agent est en cours de traitement, vous pourrez continuer une fois terminé...",
|
|
9
8
|
"agent.agentRunIdCopied": "ID d'exécution de l'agent copié",
|
|
10
9
|
"agent.agentStarted": "Agent démarré",
|
|
11
|
-
"agent.agentWorking": "L'agent travaille... (Échap Échap pour arrêter)",
|
|
12
|
-
"agent.agentWorkingStop": "L'agent travaille... Appuyez deux fois sur Échap ou cliquez sur Arrêter pour interrompre",
|
|
13
10
|
"agent.allMessages": "Tous les messages",
|
|
11
|
+
"agent.approvalMode.ask": "Demander l’approbation",
|
|
12
|
+
"agent.approvalMode.askDescription": "Demander avant les actions de modification ou destructrices",
|
|
13
|
+
"agent.approvalMode.autoReview": "Approuver pour moi",
|
|
14
|
+
"agent.approvalMode.autoReviewDescription": "Examiner automatiquement les actions de modification et ne demander qu’en cas de risque",
|
|
15
|
+
"agent.approvalMode.cancel": "Annuler",
|
|
16
|
+
"agent.approvalMode.changeFailed": "Impossible de modifier le mode d’approbation",
|
|
17
|
+
"agent.approvalMode.confirmFullControl": "Utiliser le contrôle total",
|
|
18
|
+
"agent.approvalMode.confirmFullControlDescription": "L’agent exécutera les actions de modification sans demander d’approbation dans cette conversation.",
|
|
19
|
+
"agent.approvalMode.confirmFullControlTitle": "Passer au contrôle total ?",
|
|
20
|
+
"agent.approvalMode.dropdownTitle": "Comment les actions de l’agent doivent-elles être approuvées ?",
|
|
21
|
+
"agent.approvalMode.fullControl": "Contrôle total",
|
|
22
|
+
"agent.approvalMode.fullControlDescription": "Exécuter les actions de modification sans approbation",
|
|
23
|
+
"agent.approvalMode.selectorLabel": "Mode d’approbation de l’agent",
|
|
14
24
|
"agent.artifacts": "Artefacts",
|
|
15
|
-
"agent.
|
|
25
|
+
"agent.backToMainAgent": "Retour à l'agent principal",
|
|
16
26
|
"agent.batch": "Lot",
|
|
27
|
+
"agent.browserPreview": "Aperçu du navigateur",
|
|
17
28
|
"agent.browserScreenshot": "Capture d'écran du navigateur",
|
|
18
29
|
"agent.browserScreenshotPending": "En attente de la capture d'écran du navigateur",
|
|
19
30
|
"agent.browserUse": "Browser Use",
|
|
@@ -21,11 +32,15 @@
|
|
|
21
32
|
"agent.canceled": "Annulé",
|
|
22
33
|
"agent.canceling": "Annulation",
|
|
23
34
|
"agent.cancelWorkflow": "Annuler le workflow",
|
|
35
|
+
"agent.clickToCompactNow": "Cliquer pour compacter maintenant.",
|
|
24
36
|
"agent.clickToEnlarge": "Cliquer pour agrandir",
|
|
25
37
|
"agent.cloneConversation": "Cloner la conversation",
|
|
26
38
|
"agent.close": "Fermer",
|
|
27
39
|
"agent.closeFullscreen": "Fermer le plein écran",
|
|
28
40
|
"agent.completed": "Terminé",
|
|
41
|
+
"agent.contextRemainingUntilCompact": "{{percent}} % du contexte restant avant le compactage automatique.",
|
|
42
|
+
"agent.contextTokenUsage": "Taille du contexte : {{used}} / {{limit}} jetons",
|
|
43
|
+
"agent.contextUsageCompactLabel": "{{percent}} % du contexte utilisé - cliquer pour compacter",
|
|
29
44
|
"agent.conversationCloned": "Conversation clonée",
|
|
30
45
|
"agent.copied": "Copié",
|
|
31
46
|
"agent.copiedAllToolCalls": "Tous les appels d'outils copiés dans le presse-papiers",
|
|
@@ -42,15 +57,12 @@
|
|
|
42
57
|
"agent.dashboard": "Tableau de bord",
|
|
43
58
|
"agent.details": "Détails",
|
|
44
59
|
"agent.document": "Document",
|
|
45
|
-
"agent.documentAttachments": "Pièces jointes",
|
|
46
|
-
"agent.documentAttachmentsDescription": "Documents du store attachés à ce message. L'agent peut les récupérer par ID à tout moment, ou les rattacher pour inclure le contenu directement.",
|
|
47
60
|
"agent.documents": "Documents",
|
|
48
61
|
"agent.download": "Télécharger",
|
|
49
62
|
"agent.downloadConversation": "Télécharger la conversation",
|
|
50
63
|
"agent.dropFilesToUpload": "Déposez des fichiers pour les envoyer",
|
|
51
64
|
"agent.elapsed": "{{seconds}}s écoulées",
|
|
52
65
|
"agent.enlargedView": "Vue agrandie",
|
|
53
|
-
"agent.enterToSend": "Entrée pour envoyer • Maj+Entrée pour nouvelle ligne",
|
|
54
66
|
"agent.error": "Erreur",
|
|
55
67
|
"agent.errorStarting": "Erreur lors du démarrage du workflow",
|
|
56
68
|
"agent.exit": "Quitter",
|
|
@@ -64,15 +76,13 @@
|
|
|
64
76
|
"agent.failed": "Échec",
|
|
65
77
|
"agent.failedToCancelWorkflow": "Échec de l'annulation du workflow",
|
|
66
78
|
"agent.failedToCloneConversation": "Échec du clonage de la conversation",
|
|
79
|
+
"agent.failedToCompactContext": "Échec du compactage du contexte",
|
|
67
80
|
"agent.failedToDownload": "Échec du téléchargement de la conversation",
|
|
68
81
|
"agent.failedToInterrupt": "Échec de l'interruption",
|
|
69
82
|
"agent.failedToLoadDocument": "Échec du chargement du document",
|
|
70
83
|
"agent.failedToSend": "Échec de l'envoi du message",
|
|
71
84
|
"agent.filesProcessing": "Fichiers en cours de traitement",
|
|
72
|
-
"agent.
|
|
73
|
-
"agent.filesStagedCount_many": "{{count}} fichiers en attente - seront importés au début de la conversation",
|
|
74
|
-
"agent.filesStagedCount_other": "{{count}} fichiers en attente - seront importés au début de la conversation",
|
|
75
|
-
"agent.filesUploadedDescription": "Les fichiers téléversés dans cette conversation restent disponibles tout au long. L'agent peut y accéder à tout moment.",
|
|
85
|
+
"agent.fileStagedTooltip": "Fichier en attente - sera importé au début de la conversation",
|
|
76
86
|
"agent.fullscreen": "Plein écran",
|
|
77
87
|
"agent.hideDetails": "Masquer les détails",
|
|
78
88
|
"agent.hideSidebar": "Masquer le panneau",
|
|
@@ -83,10 +93,18 @@
|
|
|
83
93
|
"agent.loadingDocument": "Chargement du document...",
|
|
84
94
|
"agent.main": "Principal",
|
|
85
95
|
"agent.mainWorkstream": "Flux principal",
|
|
96
|
+
"agent.mcpConnectedMessage": "Je me suis connecté à {{name}}.",
|
|
97
|
+
"agent.mcpDeclinedMessage": "Je ne veux pas me connecter à {{name}}. Continuez sans cette connexion.",
|
|
98
|
+
"agent.messageConsumed": "Message consommé",
|
|
99
|
+
"agent.messageFailed": "Échec de l’envoi du message",
|
|
100
|
+
"agent.messageMainAgentWhileViewingWorkstream": "Message à @Agent principal (vue {{workstream}})...",
|
|
101
|
+
"agent.messageReceived": "Message reçu",
|
|
102
|
+
"agent.messageSending": "Envoi du message",
|
|
86
103
|
"agent.moreActions": "Plus d'actions",
|
|
104
|
+
"agent.moreTabs": "Plus",
|
|
87
105
|
"agent.newerPlan": "Plan plus récent",
|
|
88
106
|
"agent.no": "Non",
|
|
89
|
-
"agent.
|
|
107
|
+
"agent.noActiveParallelTasks": "Aucune tâche parallèle active",
|
|
90
108
|
"agent.noAgentRunning": "Aucun agent en cours d'exécution",
|
|
91
109
|
"agent.noArtifactsYet": "Aucun artefact",
|
|
92
110
|
"agent.noContentAvailable": "Aucun contenu disponible",
|
|
@@ -98,11 +116,11 @@
|
|
|
98
116
|
"agent.noPlanAvailable": "Aucun plan disponible",
|
|
99
117
|
"agent.noPlanDetected": "Aucun plan détecté pour le moment",
|
|
100
118
|
"agent.olderPlan": "Plan précédent",
|
|
101
|
-
"agent.onlySystemArtifacts": "",
|
|
102
119
|
"agent.openDocument": "Ouvrir le document",
|
|
103
120
|
"agent.openInNewTab": "Ouvrir dans un nouvel onglet",
|
|
104
121
|
"agent.panelRenderError": "{{name}} n'a pas pu être affiché",
|
|
105
122
|
"agent.panelRenderErrorDescription": "Le reste de la vue de l'agent reste disponible.",
|
|
123
|
+
"agent.parallelWorkDescription": "Des tâches parallèles s’exécutent en même temps que cette conversation.",
|
|
106
124
|
"agent.payload": "Payload",
|
|
107
125
|
"agent.pdfExportFailed": "Échec de l'export PDF",
|
|
108
126
|
"agent.pdfExportReady": "Export PDF prêt",
|
|
@@ -117,61 +135,60 @@
|
|
|
117
135
|
"agent.ready": "Prêt",
|
|
118
136
|
"agent.refresh": "Actualiser",
|
|
119
137
|
"agent.remaining": "{{seconds}}s restantes",
|
|
138
|
+
"agent.removeFile": "Supprimer {{name}}",
|
|
139
|
+
"agent.removeFileFailed": "Impossible de supprimer le fichier",
|
|
120
140
|
"agent.retry": "Réessayer",
|
|
141
|
+
"agent.rewind.exportFixture": "Exporter le jeu de relecture",
|
|
142
|
+
"agent.rewind.fixtureExported": "Jeu de relecture exporté",
|
|
143
|
+
"agent.rewind.fixtureMeta": "{{messageCount}} messages · boucle {{loops}}",
|
|
144
|
+
"agent.rewind.fixtureTitle": "Relecture du chat agent",
|
|
145
|
+
"agent.rewind.jumpToLatest": "Aller au dernier message",
|
|
146
|
+
"agent.rewind.jumpToLive": "Aller au direct",
|
|
147
|
+
"agent.rewind.jumpToStart": "Aller au premier message",
|
|
148
|
+
"agent.rewind.label": "Lecture",
|
|
149
|
+
"agent.rewind.nextMessage": "Message suivant",
|
|
150
|
+
"agent.rewind.pause": "Pause",
|
|
151
|
+
"agent.rewind.positionInput": "Position de lecture",
|
|
152
|
+
"agent.rewind.previousMessage": "Message précédent",
|
|
153
|
+
"agent.rewind.resume": "Reprendre",
|
|
121
154
|
"agent.runIdCopied": "ID d'exécution copié",
|
|
122
155
|
"agent.running": "En cours",
|
|
123
156
|
"agent.searchDocuments": "Rechercher des documents",
|
|
124
157
|
"agent.selectInteraction": "Sélectionnez une interaction et cliquez sur Démarrer pour lancer un agent",
|
|
125
|
-
"agent.
|
|
158
|
+
"agent.selectOption": "Sélectionner une option",
|
|
126
159
|
"agent.send": "Envoyer",
|
|
160
|
+
"agent.sendTooltip": "Cliquer ou Entrée pour envoyer",
|
|
127
161
|
"agent.showAllMessages": "Afficher tous les messages",
|
|
128
162
|
"agent.showDetails": "Afficher les détails",
|
|
129
163
|
"agent.showLess": "Afficher moins",
|
|
130
164
|
"agent.showMore": "Afficher plus",
|
|
131
165
|
"agent.showSidebar": "Afficher le panneau",
|
|
132
|
-
"agent.showSystemArtifacts": "",
|
|
133
166
|
"agent.staged": "En attente",
|
|
134
167
|
"agent.startAgent": "Démarrer l'agent",
|
|
135
168
|
"agent.startingAgent": "Démarrage de l'agent...",
|
|
136
169
|
"agent.startingAgentUploading": "Démarrage de l'agent et téléversement des fichiers...",
|
|
137
170
|
"agent.startNewConversation": "Nouvelle conversation",
|
|
138
171
|
"agent.stepByStepPlan": "Plan étape par étape",
|
|
139
|
-
"agent.
|
|
172
|
+
"agent.stopTooltip": "Cliquer ou Esc Esc pour arrêter",
|
|
140
173
|
"agent.submitSelection": "Valider la sélection",
|
|
141
174
|
"agent.submitSelectionCount_one": "Valider la sélection ({{count}})",
|
|
142
175
|
"agent.submitSelectionCount_many": "Valider la sélection ({{count}})",
|
|
143
176
|
"agent.submitSelectionCount_other": "Valider la sélection ({{count}})",
|
|
144
177
|
"agent.summary": "Résumé",
|
|
145
|
-
"agent.verbose": "Complet",
|
|
146
178
|
"agent.taskProgress": "Progression des tâches",
|
|
147
179
|
"agent.tasksCompleted": "{{completed}}/{{total}} terminées",
|
|
148
180
|
"agent.timeout": "Délai dépassé",
|
|
149
|
-
"agent.rewind.exportFixture": "Exporter le jeu de relecture",
|
|
150
|
-
"agent.rewind.fixtureExported": "Jeu de relecture exporté",
|
|
151
|
-
"agent.rewind.fixtureMeta": "{{messageCount}} messages · boucle {{loops}}",
|
|
152
|
-
"agent.rewind.fixtureTitle": "Relecture du chat agent",
|
|
153
|
-
"agent.rewind.jumpToLive": "Aller au direct",
|
|
154
|
-
"agent.rewind.label": "Lecture",
|
|
155
|
-
"agent.rewind.livePosition": "direct {{current}}/{{total}}",
|
|
156
|
-
"agent.rewind.nextMessage": "Message suivant",
|
|
157
|
-
"agent.rewind.nextUserTurn": "Tour utilisateur suivant",
|
|
158
|
-
"agent.rewind.pause": "Pause",
|
|
159
|
-
"agent.rewind.position": "{{current}}/{{total}}",
|
|
160
|
-
"agent.rewind.previousMessage": "Message précédent",
|
|
161
|
-
"agent.rewind.previousUserTurn": "Tour utilisateur précédent",
|
|
162
|
-
"agent.rewind.resume": "Reprendre",
|
|
163
181
|
"agent.toggleRightSidebar": "Basculer le panneau latéral",
|
|
164
|
-
"agent.typeNewInstructions": "Saisissez votre message pour donner de nouvelles instructions",
|
|
165
182
|
"agent.typeYourMessage": "Saisissez votre message...",
|
|
166
183
|
"agent.typeYourResponse": "Saisissez votre réponse...",
|
|
167
184
|
"agent.unableToOpenPrint": "Impossible d'ouvrir l'aperçu d'impression",
|
|
168
185
|
"agent.unknownError": "Erreur inconnue",
|
|
169
186
|
"agent.unknownTime": "Heure inconnue",
|
|
170
187
|
"agent.upload": "Importer",
|
|
171
|
-
"agent.uploadedFiles": "Fichiers envoyés",
|
|
172
188
|
"agent.uploadFailed": "Échec de l'envoi",
|
|
173
189
|
"agent.uploading": "Envoi en cours...",
|
|
174
190
|
"agent.uploads": "Envois",
|
|
191
|
+
"agent.verbose": "Complet",
|
|
175
192
|
"agent.waitForFiles": "Attendez la fin du traitement des fichiers",
|
|
176
193
|
"agent.waitForFilesProcessing": "Veuillez attendre la fin du traitement de tous les fichiers avant d'envoyer",
|
|
177
194
|
"agent.waiting": "En attente...",
|
|
@@ -179,9 +196,11 @@
|
|
|
179
196
|
"agent.workflowCancelled": "Workflow annulé",
|
|
180
197
|
"agent.workflowRunIdCopied": "ID d'exécution du workflow copié",
|
|
181
198
|
"agent.working": "En cours...",
|
|
199
|
+
"agent.workstreamProgress": "{{percent}} % terminé",
|
|
182
200
|
"agent.workstreamRenderError": "Le flux de travail n'a pas pu être affiché",
|
|
183
201
|
"agent.workstreams": "Flux de travail",
|
|
184
202
|
"agent.yes": "Oui",
|
|
203
|
+
"agent.youStoppedAfter": "Vous avez arrêté après {{duration}}",
|
|
185
204
|
"auth.blocked.body": "{{name}} utilise Vertesia, mais nous n'avons pas trouvé d'invitation pour {{email}}. Demandez à un administrateur de vous ajouter pour commencer.",
|
|
186
205
|
"auth.blocked.eyebrow": "Invitation requise",
|
|
187
206
|
"auth.blocked.teamFromDomain": "Groupe {{domain}}",
|
|
@@ -233,7 +252,6 @@
|
|
|
233
252
|
"filter.filterPlaceholder": "Filtrer...",
|
|
234
253
|
"filter.from": "De :",
|
|
235
254
|
"filter.noAvailableFilters": "Aucun filtre disponible",
|
|
236
|
-
"filter.noMatchingFilters": "Aucun filtre correspondant",
|
|
237
255
|
"filter.noResultsFound": "Aucun résultat trouvé.",
|
|
238
256
|
"filter.selectRange": "Sélectionner une plage",
|
|
239
257
|
"filter.to": "À :",
|
|
@@ -277,11 +295,23 @@
|
|
|
277
295
|
"login.terminal.projectRequiredDesc": "Veuillez sélectionner un projet pour autoriser le client à accéder aux serveurs ComposablePrompts",
|
|
278
296
|
"login.terminal.selectAccount": "Sélectionner un compte",
|
|
279
297
|
"login.terminal.selectProject": "Sélectionner un projet",
|
|
298
|
+
"mcpConnections.activateAria": "Activer {{name}} pour cette conversation",
|
|
299
|
+
"mcpConnections.checkingStatus": "Vérification",
|
|
300
|
+
"mcpConnections.deactivateAria": "Désactiver {{name}} pour cette conversation",
|
|
301
|
+
"mcpConnections.disabled": "Désactivé",
|
|
302
|
+
"mcpConnections.empty": "Aucun serveur MCP n'est installé pour ce projet.",
|
|
303
|
+
"mcpConnections.enabled": "Activé",
|
|
304
|
+
"mcpConnections.label": "MCP",
|
|
305
|
+
"mcpConnections.manage": "Gérer les connexions MCP",
|
|
306
|
+
"mcpConnections.settings": "Paramètres",
|
|
307
|
+
"mcpConnections.subtitle": "Gérez les serveurs MCP disponibles pour cette conversation.",
|
|
308
|
+
"mcpConnections.title": "MCP",
|
|
280
309
|
"mcpOAuth.authenticate": "S'authentifier",
|
|
281
310
|
"mcpOAuth.authenticating": "Authentification en cours...",
|
|
282
311
|
"mcpOAuth.connect": "Connecter",
|
|
283
312
|
"mcpOAuth.connected": "Connecté",
|
|
284
313
|
"mcpOAuth.connecting": "Connexion en cours...",
|
|
314
|
+
"mcpOAuth.decline": "Refuser",
|
|
285
315
|
"mcpOAuth.disconnect": "Déconnecter",
|
|
286
316
|
"mcpOAuth.notConnected": "Non connecté",
|
|
287
317
|
"misc.copiedToClipboard": "Copié dans le presse-papiers",
|
package/lib/i18n/locales/it.json
CHANGED
|
@@ -2,30 +2,45 @@
|
|
|
2
2
|
"agent.activeWorkstreams_one": "L'agente ha {{count}} flusso di lavoro attivo in esecuzione",
|
|
3
3
|
"agent.activeWorkstreams_many": "L'agente ha {{count}} flussi di lavoro attivi in esecuzione",
|
|
4
4
|
"agent.activeWorkstreams_other": "L'agente ha {{count}} flussi di lavoro attivi in esecuzione",
|
|
5
|
+
"agent.addAttachment": "Aggiungi allegato",
|
|
5
6
|
"agent.agentConversation": "Conversazione con l'agente",
|
|
6
|
-
"agent.agentInterrupted": "Agente interrotto",
|
|
7
7
|
"agent.agentPlan": "Piano dell'agente",
|
|
8
|
-
"agent.agentProcessing": "L'agente sta elaborando, potrai continuare una volta completato...",
|
|
9
8
|
"agent.agentRunIdCopied": "ID esecuzione agente copiato",
|
|
10
9
|
"agent.agentStarted": "Agente avviato",
|
|
11
|
-
"agent.agentWorking": "L'agente sta lavorando... (Esc Esc per fermare)",
|
|
12
|
-
"agent.agentWorkingStop": "L'agente sta lavorando... Premi Esc due volte o clicca Ferma per interrompere",
|
|
13
10
|
"agent.allMessages": "Tutti i messaggi",
|
|
11
|
+
"agent.approvalMode.ask": "Chiedi approvazione",
|
|
12
|
+
"agent.approvalMode.askDescription": "Chiedi prima di azioni di modifica o distruttive",
|
|
13
|
+
"agent.approvalMode.autoReview": "Approva per me",
|
|
14
|
+
"agent.approvalMode.autoReviewDescription": "Rivedi automaticamente le azioni di modifica e chiedi solo quando non sono sicure",
|
|
15
|
+
"agent.approvalMode.cancel": "Annulla",
|
|
16
|
+
"agent.approvalMode.changeFailed": "Impossibile cambiare la modalità di approvazione",
|
|
17
|
+
"agent.approvalMode.confirmFullControl": "Usa controllo completo",
|
|
18
|
+
"agent.approvalMode.confirmFullControlDescription": "L’agente eseguirà azioni di modifica senza chiedere approvazione in questa conversazione.",
|
|
19
|
+
"agent.approvalMode.confirmFullControlTitle": "Passare al controllo completo?",
|
|
20
|
+
"agent.approvalMode.dropdownTitle": "Come devono essere approvate le azioni dell’agente?",
|
|
21
|
+
"agent.approvalMode.fullControl": "Controllo completo",
|
|
22
|
+
"agent.approvalMode.fullControlDescription": "Esegui azioni di modifica senza approvazione",
|
|
23
|
+
"agent.approvalMode.selectorLabel": "Modalità di approvazione dell’agente",
|
|
14
24
|
"agent.artifacts": "Artefatti",
|
|
15
|
-
"agent.
|
|
25
|
+
"agent.backToMainAgent": "Torna all'agente principale",
|
|
16
26
|
"agent.batch": "Batch",
|
|
17
|
-
"agent.
|
|
18
|
-
"agent.
|
|
19
|
-
"agent.
|
|
20
|
-
"agent.
|
|
27
|
+
"agent.browserPreview": "Anteprima del browser",
|
|
28
|
+
"agent.browserScreenshot": "Screenshot del browser",
|
|
29
|
+
"agent.browserScreenshotPending": "In attesa dello screenshot del browser",
|
|
30
|
+
"agent.browserUse": "Uso del browser",
|
|
31
|
+
"agent.browserWidgetRenderError": "Impossibile renderizzare il widget del browser",
|
|
21
32
|
"agent.canceled": "Annullato",
|
|
22
33
|
"agent.canceling": "Annullamento",
|
|
23
34
|
"agent.cancelWorkflow": "Annulla flusso di lavoro",
|
|
35
|
+
"agent.clickToCompactNow": "Clicca per compattare ora.",
|
|
24
36
|
"agent.clickToEnlarge": "Clicca per ingrandire",
|
|
25
37
|
"agent.cloneConversation": "Clona conversazione",
|
|
26
38
|
"agent.close": "Chiudi",
|
|
27
39
|
"agent.closeFullscreen": "Chiudi schermo intero",
|
|
28
40
|
"agent.completed": "Completato",
|
|
41
|
+
"agent.contextRemainingUntilCompact": "{{percent}}% di contesto rimanente prima del compattamento automatico.",
|
|
42
|
+
"agent.contextTokenUsage": "Dimensione del contesto: {{used}} / {{limit}} token",
|
|
43
|
+
"agent.contextUsageCompactLabel": "{{percent}}% di contesto usato - clicca per compattare",
|
|
29
44
|
"agent.conversationCloned": "Conversazione clonata",
|
|
30
45
|
"agent.copied": "Copiato",
|
|
31
46
|
"agent.copiedAllToolCalls": "Tutte le chiamate degli strumenti copiate negli appunti",
|
|
@@ -42,15 +57,12 @@
|
|
|
42
57
|
"agent.dashboard": "Dashboard",
|
|
43
58
|
"agent.details": "Dettagli",
|
|
44
59
|
"agent.document": "Documento",
|
|
45
|
-
"agent.documentAttachments": "Allegati documento",
|
|
46
|
-
"agent.documentAttachmentsDescription": "Documenti dallo store allegati a questo messaggio. L'agente può recuperarli per ID in qualsiasi momento, o riallegarli per includere il contenuto direttamente.",
|
|
47
60
|
"agent.documents": "Documenti",
|
|
48
61
|
"agent.download": "Scarica",
|
|
49
62
|
"agent.downloadConversation": "Scarica conversazione",
|
|
50
63
|
"agent.dropFilesToUpload": "Trascina i file per caricarli",
|
|
51
64
|
"agent.elapsed": "{{seconds}}s trascorsi",
|
|
52
65
|
"agent.enlargedView": "Vista ingrandita",
|
|
53
|
-
"agent.enterToSend": "Invio per inviare • Shift+Invio per nuova riga",
|
|
54
66
|
"agent.error": "Errore",
|
|
55
67
|
"agent.errorStarting": "Errore durante l'avvio del flusso di lavoro",
|
|
56
68
|
"agent.exit": "Esci",
|
|
@@ -64,15 +76,13 @@
|
|
|
64
76
|
"agent.failed": "Non riuscito",
|
|
65
77
|
"agent.failedToCancelWorkflow": "Impossibile annullare il flusso di lavoro",
|
|
66
78
|
"agent.failedToCloneConversation": "Impossibile clonare la conversazione",
|
|
79
|
+
"agent.failedToCompactContext": "Compattamento del contesto non riuscito",
|
|
67
80
|
"agent.failedToDownload": "Impossibile scaricare la conversazione",
|
|
68
81
|
"agent.failedToInterrupt": "Impossibile interrompere",
|
|
69
82
|
"agent.failedToLoadDocument": "Impossibile caricare il documento",
|
|
70
83
|
"agent.failedToSend": "Impossibile inviare il messaggio",
|
|
71
84
|
"agent.filesProcessing": "File ancora in elaborazione",
|
|
72
|
-
"agent.
|
|
73
|
-
"agent.filesStagedCount_many": "{{count}} file in attesa - verranno caricati all'inizio della conversazione",
|
|
74
|
-
"agent.filesStagedCount_other": "{{count}} file in attesa - verranno caricati all'inizio della conversazione",
|
|
75
|
-
"agent.filesUploadedDescription": "I file caricati in questa conversazione rimangono disponibili durante tutta la conversazione. L'agente può accedervi in qualsiasi momento.",
|
|
85
|
+
"agent.fileStagedTooltip": "File in attesa - verrà caricato all'inizio della conversazione",
|
|
76
86
|
"agent.fullscreen": "Schermo intero",
|
|
77
87
|
"agent.hideDetails": "Nascondi dettagli",
|
|
78
88
|
"agent.hideSidebar": "Nascondi pannello",
|
|
@@ -83,10 +93,18 @@
|
|
|
83
93
|
"agent.loadingDocument": "Caricamento documento...",
|
|
84
94
|
"agent.main": "Principale",
|
|
85
95
|
"agent.mainWorkstream": "Flusso principale",
|
|
96
|
+
"agent.mcpConnectedMessage": "Mi sono connesso a {{name}}.",
|
|
97
|
+
"agent.mcpDeclinedMessage": "Non voglio connettermi a {{name}}. Continua senza questa connessione.",
|
|
98
|
+
"agent.messageConsumed": "Messaggio acquisito",
|
|
99
|
+
"agent.messageFailed": "Invio del messaggio non riuscito",
|
|
100
|
+
"agent.messageMainAgentWhileViewingWorkstream": "Messaggio a @Agente principale (visualizzando {{workstream}})...",
|
|
101
|
+
"agent.messageReceived": "Messaggio ricevuto",
|
|
102
|
+
"agent.messageSending": "Invio del messaggio",
|
|
86
103
|
"agent.moreActions": "Altre azioni",
|
|
104
|
+
"agent.moreTabs": "Altro",
|
|
87
105
|
"agent.newerPlan": "Piano più recente",
|
|
88
106
|
"agent.no": "No",
|
|
89
|
-
"agent.
|
|
107
|
+
"agent.noActiveParallelTasks": "Nessuna attività parallela attiva",
|
|
90
108
|
"agent.noAgentRunning": "Nessun agente attualmente in esecuzione",
|
|
91
109
|
"agent.noArtifactsYet": "Nessun artefatto",
|
|
92
110
|
"agent.noContentAvailable": "Nessun contenuto disponibile",
|
|
@@ -98,11 +116,11 @@
|
|
|
98
116
|
"agent.noPlanAvailable": "Nessun piano disponibile",
|
|
99
117
|
"agent.noPlanDetected": "Nessun piano rilevato",
|
|
100
118
|
"agent.olderPlan": "Piano precedente",
|
|
101
|
-
"agent.onlySystemArtifacts": "",
|
|
102
119
|
"agent.openDocument": "Apri documento",
|
|
103
120
|
"agent.openInNewTab": "Apri in nuova scheda",
|
|
104
|
-
"agent.panelRenderError": "",
|
|
105
|
-
"agent.panelRenderErrorDescription": "",
|
|
121
|
+
"agent.panelRenderError": "Impossibile renderizzare {{name}}",
|
|
122
|
+
"agent.panelRenderErrorDescription": "Il resto del visualizzatore dell’agente è ancora disponibile.",
|
|
123
|
+
"agent.parallelWorkDescription": "Attività parallele in esecuzione insieme a questa conversazione.",
|
|
106
124
|
"agent.payload": "Payload",
|
|
107
125
|
"agent.pdfExportFailed": "Esportazione PDF fallita",
|
|
108
126
|
"agent.pdfExportReady": "Esportazione PDF pronta",
|
|
@@ -117,61 +135,60 @@
|
|
|
117
135
|
"agent.ready": "Pronto",
|
|
118
136
|
"agent.refresh": "Aggiorna",
|
|
119
137
|
"agent.remaining": "{{seconds}}s rimanenti",
|
|
138
|
+
"agent.removeFile": "Rimuovi {{name}}",
|
|
139
|
+
"agent.removeFileFailed": "Impossibile rimuovere il file",
|
|
120
140
|
"agent.retry": "Riprova",
|
|
141
|
+
"agent.rewind.exportFixture": "Esporta fixture di replay",
|
|
142
|
+
"agent.rewind.fixtureExported": "Fixture di replay esportata",
|
|
143
|
+
"agent.rewind.fixtureMeta": "{{messageCount}} messaggi · ciclo {{loops}}",
|
|
144
|
+
"agent.rewind.fixtureTitle": "Replay della chat agente",
|
|
145
|
+
"agent.rewind.jumpToLatest": "Vai al messaggio più recente",
|
|
146
|
+
"agent.rewind.jumpToLive": "Vai al live",
|
|
147
|
+
"agent.rewind.jumpToStart": "Vai al primo messaggio",
|
|
148
|
+
"agent.rewind.label": "Replay",
|
|
149
|
+
"agent.rewind.nextMessage": "Messaggio successivo",
|
|
150
|
+
"agent.rewind.pause": "Pausa",
|
|
151
|
+
"agent.rewind.positionInput": "Posizione di riproduzione",
|
|
152
|
+
"agent.rewind.previousMessage": "Messaggio precedente",
|
|
153
|
+
"agent.rewind.resume": "Riprendi",
|
|
121
154
|
"agent.runIdCopied": "ID esecuzione copiato",
|
|
122
155
|
"agent.running": "In esecuzione",
|
|
123
156
|
"agent.searchDocuments": "Cerca documenti",
|
|
124
157
|
"agent.selectInteraction": "Seleziona un'interazione e clicca Avvia per avviare un agente",
|
|
125
|
-
"agent.
|
|
158
|
+
"agent.selectOption": "Seleziona opzione",
|
|
126
159
|
"agent.send": "Invia",
|
|
160
|
+
"agent.sendTooltip": "Clicca o Invio per inviare",
|
|
127
161
|
"agent.showAllMessages": "Mostra tutti i messaggi",
|
|
128
162
|
"agent.showDetails": "Mostra dettagli",
|
|
129
163
|
"agent.showLess": "Mostra meno",
|
|
130
164
|
"agent.showMore": "Mostra altro",
|
|
131
165
|
"agent.showSidebar": "Mostra pannello",
|
|
132
|
-
"agent.showSystemArtifacts": "",
|
|
133
166
|
"agent.staged": "In attesa",
|
|
134
167
|
"agent.startAgent": "Avvia agente",
|
|
135
168
|
"agent.startingAgent": "Avvio dell'agente...",
|
|
136
169
|
"agent.startingAgentUploading": "Avvio dell'agente e caricamento dei file...",
|
|
137
170
|
"agent.startNewConversation": "Inizia nuova conversazione",
|
|
138
171
|
"agent.stepByStepPlan": "Piano passo per passo",
|
|
139
|
-
"agent.
|
|
172
|
+
"agent.stopTooltip": "Clicca o Esc Esc per fermare",
|
|
140
173
|
"agent.submitSelection": "Invia selezione",
|
|
141
174
|
"agent.submitSelectionCount_one": "Invia selezione ({{count}})",
|
|
142
175
|
"agent.submitSelectionCount_many": "Invia selezione ({{count}})",
|
|
143
176
|
"agent.submitSelectionCount_other": "Invia selezione ({{count}})",
|
|
144
177
|
"agent.summary": "Riepilogo",
|
|
145
|
-
"agent.verbose": "Completo",
|
|
146
178
|
"agent.taskProgress": "Progresso attività",
|
|
147
179
|
"agent.tasksCompleted": "{{completed}}/{{total}} completate",
|
|
148
180
|
"agent.timeout": "Tempo scaduto",
|
|
149
|
-
"agent.rewind.exportFixture": "Esporta fixture di replay",
|
|
150
|
-
"agent.rewind.fixtureExported": "Fixture di replay esportata",
|
|
151
|
-
"agent.rewind.fixtureMeta": "{{messageCount}} messaggi · ciclo {{loops}}",
|
|
152
|
-
"agent.rewind.fixtureTitle": "Replay della chat agente",
|
|
153
|
-
"agent.rewind.jumpToLive": "Vai al live",
|
|
154
|
-
"agent.rewind.label": "Replay",
|
|
155
|
-
"agent.rewind.livePosition": "live {{current}}/{{total}}",
|
|
156
|
-
"agent.rewind.nextMessage": "Messaggio successivo",
|
|
157
|
-
"agent.rewind.nextUserTurn": "Turno utente successivo",
|
|
158
|
-
"agent.rewind.pause": "Pausa",
|
|
159
|
-
"agent.rewind.position": "{{current}}/{{total}}",
|
|
160
|
-
"agent.rewind.previousMessage": "Messaggio precedente",
|
|
161
|
-
"agent.rewind.previousUserTurn": "Turno utente precedente",
|
|
162
|
-
"agent.rewind.resume": "Riprendi",
|
|
163
181
|
"agent.toggleRightSidebar": "Alterna pannello laterale",
|
|
164
|
-
"agent.typeNewInstructions": "Scrivi il tuo messaggio per dare nuove istruzioni",
|
|
165
182
|
"agent.typeYourMessage": "Scrivi il tuo messaggio...",
|
|
166
183
|
"agent.typeYourResponse": "Scrivi la tua risposta...",
|
|
167
184
|
"agent.unableToOpenPrint": "Impossibile aprire l'anteprima di stampa",
|
|
168
185
|
"agent.unknownError": "Errore sconosciuto",
|
|
169
186
|
"agent.unknownTime": "Ora sconosciuta",
|
|
170
187
|
"agent.upload": "Carica",
|
|
171
|
-
"agent.uploadedFiles": "File caricati",
|
|
172
188
|
"agent.uploadFailed": "Caricamento fallito",
|
|
173
189
|
"agent.uploading": "Caricamento...",
|
|
174
190
|
"agent.uploads": "Caricamenti",
|
|
191
|
+
"agent.verbose": "Completo",
|
|
175
192
|
"agent.waitForFiles": "Attendi il completamento dell'elaborazione dei file",
|
|
176
193
|
"agent.waitForFilesProcessing": "Attendi che tutti i file siano elaborati prima di inviare",
|
|
177
194
|
"agent.waiting": "In attesa...",
|
|
@@ -179,9 +196,11 @@
|
|
|
179
196
|
"agent.workflowCancelled": "Flusso di lavoro annullato",
|
|
180
197
|
"agent.workflowRunIdCopied": "ID esecuzione workflow copiato",
|
|
181
198
|
"agent.working": "In lavorazione...",
|
|
182
|
-
"agent.
|
|
199
|
+
"agent.workstreamProgress": "{{percent}}% completato",
|
|
200
|
+
"agent.workstreamRenderError": "Impossibile renderizzare il workstream",
|
|
183
201
|
"agent.workstreams": "Flussi di lavoro",
|
|
184
202
|
"agent.yes": "Sì",
|
|
203
|
+
"agent.youStoppedAfter": "Hai interrotto dopo {{duration}}",
|
|
185
204
|
"auth.blocked.body": "{{name}} usa Vertesia, ma non abbiamo trovato un invito per {{email}}. Chiedi a un amministratore di aggiungerti per iniziare.",
|
|
186
205
|
"auth.blocked.eyebrow": "Invito necessario",
|
|
187
206
|
"auth.blocked.teamFromDomain": "Gruppo {{domain}}",
|
|
@@ -233,7 +252,6 @@
|
|
|
233
252
|
"filter.filterPlaceholder": "Filtra...",
|
|
234
253
|
"filter.from": "Da:",
|
|
235
254
|
"filter.noAvailableFilters": "Nessun filtro disponibile",
|
|
236
|
-
"filter.noMatchingFilters": "Nessun filtro corrispondente",
|
|
237
255
|
"filter.noResultsFound": "Nessun risultato trovato.",
|
|
238
256
|
"filter.selectRange": "Seleziona intervallo",
|
|
239
257
|
"filter.to": "A:",
|
|
@@ -277,11 +295,23 @@
|
|
|
277
295
|
"login.terminal.projectRequiredDesc": "Seleziona un progetto per autorizzare il client ad accedere ai server ComposablePrompts",
|
|
278
296
|
"login.terminal.selectAccount": "Seleziona account",
|
|
279
297
|
"login.terminal.selectProject": "Seleziona progetto",
|
|
298
|
+
"mcpConnections.activateAria": "Attiva {{name}} per questa conversazione",
|
|
299
|
+
"mcpConnections.checkingStatus": "Verifica stato",
|
|
300
|
+
"mcpConnections.deactivateAria": "Disattiva {{name}} per questa conversazione",
|
|
301
|
+
"mcpConnections.disabled": "Disattivato",
|
|
302
|
+
"mcpConnections.empty": "Nessun server MCP è installato per questo progetto.",
|
|
303
|
+
"mcpConnections.enabled": "Attivato",
|
|
304
|
+
"mcpConnections.label": "MCP",
|
|
305
|
+
"mcpConnections.manage": "Gestisci connessioni MCP",
|
|
306
|
+
"mcpConnections.settings": "Impostazioni",
|
|
307
|
+
"mcpConnections.subtitle": "Gestisci i server MCP disponibili per questa conversazione.",
|
|
308
|
+
"mcpConnections.title": "MCP",
|
|
280
309
|
"mcpOAuth.authenticate": "Autenticare",
|
|
281
310
|
"mcpOAuth.authenticating": "Autenticazione in corso...",
|
|
282
311
|
"mcpOAuth.connect": "Connetti",
|
|
283
312
|
"mcpOAuth.connected": "Connesso",
|
|
284
313
|
"mcpOAuth.connecting": "Connessione in corso...",
|
|
314
|
+
"mcpOAuth.decline": "Rifiuta",
|
|
285
315
|
"mcpOAuth.disconnect": "Disconnetti",
|
|
286
316
|
"mcpOAuth.notConnected": "Non connesso",
|
|
287
317
|
"misc.copiedToClipboard": "Copiato negli appunti",
|