@vertesia/ui 1.5.0-dev.20260722.120446Z → 1.5.0-dev.20260725.083715Z
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/filters/filterBar.d.ts.map +1 -1
- package/lib/core/components/shadcn/filters/filterBar.js +1 -1
- package/lib/core/components/shadcn/filters/filterBar.js.map +1 -1
- package/lib/core/components/shadcn/modal/dialog.d.ts +1 -1
- package/lib/core/components/shadcn/modal/dialog.d.ts.map +1 -1
- package/lib/core/components/shadcn/modal/dialog.js +2 -0
- package/lib/core/components/shadcn/modal/dialog.js.map +1 -1
- package/lib/core/components/shadcn/tabs.d.ts +12 -1
- package/lib/core/components/shadcn/tabs.d.ts.map +1 -1
- package/lib/core/components/shadcn/tabs.js +12 -4
- package/lib/core/components/shadcn/tabs.js.map +1 -1
- package/lib/features/agent/chat/AgentRightPanel.d.ts +5 -1
- package/lib/features/agent/chat/AgentRightPanel.d.ts.map +1 -1
- package/lib/features/agent/chat/AgentRightPanel.js +2 -2
- package/lib/features/agent/chat/AgentRightPanel.js.map +1 -1
- package/lib/features/agent/chat/ArtifactsTab.d.ts +5 -1
- package/lib/features/agent/chat/ArtifactsTab.d.ts.map +1 -1
- package/lib/features/agent/chat/ArtifactsTab.js +48 -11
- package/lib/features/agent/chat/ArtifactsTab.js.map +1 -1
- package/lib/features/agent/chat/DocumentEditingActionCard.d.ts +6 -0
- package/lib/features/agent/chat/DocumentEditingActionCard.d.ts.map +1 -0
- package/lib/features/agent/chat/DocumentEditingActionCard.js +129 -0
- package/lib/features/agent/chat/DocumentEditingActionCard.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentConversation.d.ts +19 -1
- package/lib/features/agent/chat/ModernAgentConversation.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentConversation.js +125 -27
- package/lib/features/agent/chat/ModernAgentConversation.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/AgentMarkdownAnchor.d.ts +45 -0
- package/lib/features/agent/chat/ModernAgentOutput/AgentMarkdownAnchor.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/AgentMarkdownAnchor.js +40 -0
- package/lib/features/agent/chat/ModernAgentOutput/AgentMarkdownAnchor.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +3 -1
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +94 -49
- package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.d.ts +2 -1
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js +9 -5
- package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/CollapsibleAgentMarkdown.d.ts +25 -0
- package/lib/features/agent/chat/ModernAgentOutput/CollapsibleAgentMarkdown.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/CollapsibleAgentMarkdown.js +33 -0
- package/lib/features/agent/chat/ModernAgentOutput/CollapsibleAgentMarkdown.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts +3 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js +22 -24
- package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/ResourceChangeSummary.d.ts +14 -0
- package/lib/features/agent/chat/ModernAgentOutput/ResourceChangeSummary.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/ResourceChangeSummary.js +21 -0
- package/lib/features/agent/chat/ModernAgentOutput/ResourceChangeSummary.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/ResourceChip.d.ts +30 -0
- package/lib/features/agent/chat/ModernAgentOutput/ResourceChip.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/ResourceChip.js +53 -0
- package/lib/features/agent/chat/ModernAgentOutput/ResourceChip.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.js +21 -2
- package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.js.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/resourceLinks.d.ts +6 -0
- package/lib/features/agent/chat/ModernAgentOutput/resourceLinks.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/resourceLinks.js +29 -0
- package/lib/features/agent/chat/ModernAgentOutput/resourceLinks.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/resourceSummary.d.ts +33 -0
- package/lib/features/agent/chat/ModernAgentOutput/resourceSummary.d.ts.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/resourceSummary.js +129 -0
- package/lib/features/agent/chat/ModernAgentOutput/resourceSummary.js.map +1 -0
- package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts +7 -0
- package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts.map +1 -1
- package/lib/features/agent/chat/ModernAgentOutput/utils.js +11 -1
- package/lib/features/agent/chat/ModernAgentOutput/utils.js.map +1 -1
- package/lib/features/agent/chat/hooks/useAgentStream.d.ts +1 -1
- package/lib/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -1
- package/lib/features/agent/chat/hooks/useAgentStream.js +24 -9
- package/lib/features/agent/chat/hooks/useAgentStream.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 +3 -0
- package/lib/features/agent/chat/index.js.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/ContentOverview.d.ts +2 -1
- package/lib/features/store/objects/components/ContentOverview.d.ts.map +1 -1
- package/lib/features/store/objects/components/ContentOverview.js +86 -15
- package/lib/features/store/objects/components/ContentOverview.js.map +1 -1
- package/lib/features/store/objects/components/DocumentEditingConfigurationSelector.d.ts +16 -0
- package/lib/features/store/objects/components/DocumentEditingConfigurationSelector.d.ts.map +1 -0
- package/lib/features/store/objects/components/DocumentEditingConfigurationSelector.js +116 -0
- package/lib/features/store/objects/components/DocumentEditingConfigurationSelector.js.map +1 -0
- package/lib/features/store/objects/components/DocumentEditingLockStatus.d.ts +7 -0
- package/lib/features/store/objects/components/DocumentEditingLockStatus.d.ts.map +1 -0
- package/lib/features/store/objects/components/DocumentEditingLockStatus.js +13 -0
- package/lib/features/store/objects/components/DocumentEditingLockStatus.js.map +1 -0
- package/lib/features/store/objects/components/DocumentEditingPanel.d.ts +48 -0
- package/lib/features/store/objects/components/DocumentEditingPanel.d.ts.map +1 -0
- package/lib/features/store/objects/components/DocumentEditingPanel.js +720 -0
- package/lib/features/store/objects/components/DocumentEditingPanel.js.map +1 -0
- package/lib/features/store/objects/components/TextEditorPanel.d.ts.map +1 -1
- package/lib/features/store/objects/components/TextEditorPanel.js +22 -9
- package/lib/features/store/objects/components/TextEditorPanel.js.map +1 -1
- package/lib/features/store/objects/components/documentArtifactRefs.d.ts +26 -0
- package/lib/features/store/objects/components/documentArtifactRefs.d.ts.map +1 -0
- package/lib/features/store/objects/components/documentArtifactRefs.js +52 -0
- package/lib/features/store/objects/components/documentArtifactRefs.js.map +1 -0
- package/lib/features/store/objects/components/documentEditingAgentConfig.d.ts +4 -0
- package/lib/features/store/objects/components/documentEditingAgentConfig.d.ts.map +1 -0
- package/lib/features/store/objects/components/documentEditingAgentConfig.js +40 -0
- package/lib/features/store/objects/components/documentEditingAgentConfig.js.map +1 -0
- package/lib/features/store/objects/components/documentEditingPrompts.d.ts +3 -0
- package/lib/features/store/objects/components/documentEditingPrompts.d.ts.map +1 -0
- package/lib/features/store/objects/components/documentEditingPrompts.js +13 -0
- package/lib/features/store/objects/components/documentEditingPrompts.js.map +1 -0
- package/lib/features/store/objects/components/documentEditingRun.d.ts +27 -0
- package/lib/features/store/objects/components/documentEditingRun.d.ts.map +1 -0
- package/lib/features/store/objects/components/documentEditingRun.js +126 -0
- package/lib/features/store/objects/components/documentEditingRun.js.map +1 -0
- package/lib/features/store/objects/components/documentEditingTarget.d.ts +20 -0
- package/lib/features/store/objects/components/documentEditingTarget.d.ts.map +1 -0
- package/lib/features/store/objects/components/documentEditingTarget.js +40 -0
- package/lib/features/store/objects/components/documentEditingTarget.js.map +1 -0
- package/lib/features/store/objects/components/index.d.ts +1 -0
- package/lib/features/store/objects/components/index.d.ts.map +1 -1
- package/lib/features/store/objects/components/index.js +1 -0
- package/lib/features/store/objects/components/index.js.map +1 -1
- package/lib/features/store/objects/components/useContentPanelHooks.d.ts +5 -1
- package/lib/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -1
- package/lib/features/store/objects/components/useContentPanelHooks.js +53 -29
- package/lib/features/store/objects/components/useContentPanelHooks.js.map +1 -1
- package/lib/features/store/objects/components/useDownloadFile.d.ts +2 -1
- package/lib/features/store/objects/components/useDownloadFile.d.ts.map +1 -1
- package/lib/features/store/objects/components/useDownloadFile.js +3 -0
- package/lib/features/store/objects/components/useDownloadFile.js.map +1 -1
- package/lib/features/store/objects/selection/actions/StartWorkflowButton.js +1 -1
- package/lib/features/store/objects/selection/actions/StartWorkflowButton.js.map +1 -1
- package/lib/i18n/locales/ar.json +118 -1
- package/lib/i18n/locales/de.json +118 -1
- package/lib/i18n/locales/en.json +118 -0
- package/lib/i18n/locales/es.json +118 -1
- package/lib/i18n/locales/fr.json +118 -1
- package/lib/i18n/locales/it.json +118 -1
- package/lib/i18n/locales/ja.json +118 -1
- package/lib/i18n/locales/ko.json +118 -1
- package/lib/i18n/locales/pt.json +118 -1
- package/lib/i18n/locales/ru.json +118 -1
- package/lib/i18n/locales/tr.json +118 -1
- package/lib/i18n/locales/zh-TW.json +118 -1
- package/lib/i18n/locales/zh.json +118 -1
- package/lib/rich-text/EditorToolbar.d.ts +37 -0
- package/lib/rich-text/EditorToolbar.d.ts.map +1 -0
- package/lib/rich-text/EditorToolbar.js +215 -0
- package/lib/rich-text/EditorToolbar.js.map +1 -0
- package/lib/rich-text/VertesiaRichTextEditor.d.ts +26 -0
- package/lib/rich-text/VertesiaRichTextEditor.d.ts.map +1 -0
- package/lib/rich-text/VertesiaRichTextEditor.js +67 -0
- package/lib/rich-text/VertesiaRichTextEditor.js.map +1 -0
- package/lib/rich-text/index.d.ts +2 -0
- package/lib/rich-text/index.d.ts.map +1 -0
- package/lib/rich-text/index.js +2 -0
- package/lib/rich-text/index.js.map +1 -0
- package/lib/vertesia-ui-core.js +2 -2
- package/lib/vertesia-ui-core.js.map +1 -1
- package/lib/vertesia-ui-features.js +35 -30
- package/lib/vertesia-ui-features.js.map +1 -1
- package/lib/vertesia-ui-i18n.js +14 -14
- package/lib/vertesia-ui-i18n.js.map +1 -1
- package/lib/vertesia-ui-rich-text.js +5 -0
- package/lib/vertesia-ui-rich-text.js.map +1 -0
- package/lib/vertesia-ui-widgets.js +25 -7
- package/lib/vertesia-ui-widgets.js.map +1 -1
- package/lib/widgets/markdown/AgentResourceResolver.d.ts +31 -0
- package/lib/widgets/markdown/AgentResourceResolver.d.ts.map +1 -0
- package/lib/widgets/markdown/AgentResourceResolver.js +39 -0
- package/lib/widgets/markdown/AgentResourceResolver.js.map +1 -0
- package/lib/widgets/markdown/ArtifactEditingSurface.d.ts +63 -0
- package/lib/widgets/markdown/ArtifactEditingSurface.d.ts.map +1 -0
- package/lib/widgets/markdown/ArtifactEditingSurface.js +582 -0
- package/lib/widgets/markdown/ArtifactEditingSurface.js.map +1 -0
- package/lib/widgets/markdown/CollaborativeMarkdownRenderer.d.ts +69 -0
- package/lib/widgets/markdown/CollaborativeMarkdownRenderer.d.ts.map +1 -0
- package/lib/widgets/markdown/CollaborativeMarkdownRenderer.js +374 -0
- package/lib/widgets/markdown/CollaborativeMarkdownRenderer.js.map +1 -0
- package/lib/widgets/markdown/MarkdownLink.d.ts +3 -1
- package/lib/widgets/markdown/MarkdownLink.d.ts.map +1 -1
- package/lib/widgets/markdown/MarkdownLink.js +41 -14
- package/lib/widgets/markdown/MarkdownLink.js.map +1 -1
- package/lib/widgets/markdown/MarkdownRenderer.d.ts +8 -1
- package/lib/widgets/markdown/MarkdownRenderer.d.ts.map +1 -1
- package/lib/widgets/markdown/MarkdownRenderer.js +20 -4
- package/lib/widgets/markdown/MarkdownRenderer.js.map +1 -1
- package/lib/widgets/markdown/index.d.ts +5 -1
- package/lib/widgets/markdown/index.d.ts.map +1 -1
- package/lib/widgets/markdown/index.js +5 -1
- package/lib/widgets/markdown/index.js.map +1 -1
- package/lib/widgets/markdown/normalizeCustomSchemeLinks.d.ts.map +1 -1
- package/lib/widgets/markdown/normalizeCustomSchemeLinks.js +14 -2
- package/lib/widgets/markdown/normalizeCustomSchemeLinks.js.map +1 -1
- package/lib/widgets/markdown/textDiff.d.ts +52 -0
- package/lib/widgets/markdown/textDiff.d.ts.map +1 -0
- package/lib/widgets/markdown/textDiff.js +362 -0
- package/lib/widgets/markdown/textDiff.js.map +1 -0
- package/lib/widgets/markdown/useArtifactContent.d.ts +5 -3
- package/lib/widgets/markdown/useArtifactContent.d.ts.map +1 -1
- package/lib/widgets/markdown/useArtifactContent.js +6 -3
- package/lib/widgets/markdown/useArtifactContent.js.map +1 -1
- package/lib/widgets/markdown/useResolvedUrl.d.ts +1 -5
- package/lib/widgets/markdown/useResolvedUrl.d.ts.map +1 -1
- package/lib/widgets/markdown/useResolvedUrl.js +19 -31
- package/lib/widgets/markdown/useResolvedUrl.js.map +1 -1
- package/lib/widgets/xml-viewer/hooks/useXMLViewer.d.ts +9 -0
- package/lib/widgets/xml-viewer/hooks/useXMLViewer.d.ts.map +1 -1
- package/lib/widgets/xml-viewer/hooks/useXMLViewer.js +20 -17
- package/lib/widgets/xml-viewer/hooks/useXMLViewer.js.map +1 -1
- package/package.json +13 -9
- package/src/__tests__/a11y.test.tsx +4 -1
- package/src/__tests__/axe-helper.ts +17 -7
- package/src/__tests__/setup.ts +25 -0
- package/src/core/components/shadcn/filters/filterBar.tsx +1 -0
- package/src/core/components/shadcn/modal/dialog.tsx +3 -1
- package/src/core/components/shadcn/tabs.test.tsx +65 -0
- package/src/core/components/shadcn/tabs.tsx +25 -3
- package/src/features/agent/chat/AgentRightPanel.tsx +16 -1
- package/src/features/agent/chat/ArtifactsTab.test.tsx +55 -0
- package/src/features/agent/chat/ArtifactsTab.tsx +203 -52
- package/src/features/agent/chat/DocumentEditingActionCard.test.tsx +105 -0
- package/src/features/agent/chat/DocumentEditingActionCard.tsx +210 -0
- package/src/features/agent/chat/ModernAgentConversation.test.tsx +237 -40
- package/src/features/agent/chat/ModernAgentConversation.tsx +247 -75
- package/src/features/agent/chat/ModernAgentOutput/AgentMarkdownAnchor.test.tsx +79 -0
- package/src/features/agent/chat/ModernAgentOutput/AgentMarkdownAnchor.tsx +94 -0
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.test.tsx +257 -34
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +217 -105
- package/src/features/agent/chat/ModernAgentOutput/AttachmentPreview.tsx +17 -0
- package/src/features/agent/chat/ModernAgentOutput/CollapsibleAgentMarkdown.test.tsx +44 -0
- package/src/features/agent/chat/ModernAgentOutput/CollapsibleAgentMarkdown.tsx +88 -0
- package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +30 -46
- package/src/features/agent/chat/ModernAgentOutput/ResourceChangeSummary.tsx +40 -0
- package/src/features/agent/chat/ModernAgentOutput/ResourceChip.test.tsx +148 -0
- package/src/features/agent/chat/ModernAgentOutput/ResourceChip.tsx +141 -0
- package/src/features/agent/chat/ModernAgentOutput/ToolCallGroup.tsx +33 -1
- package/src/features/agent/chat/ModernAgentOutput/resourceLinks.tsx +43 -0
- package/src/features/agent/chat/ModernAgentOutput/resourceSummary.test.ts +229 -0
- package/src/features/agent/chat/ModernAgentOutput/resourceSummary.ts +152 -0
- package/src/features/agent/chat/ModernAgentOutput/utils.test.ts +17 -0
- package/src/features/agent/chat/ModernAgentOutput/utils.ts +14 -1
- package/src/features/agent/chat/hooks/useAgentStream.test.tsx +188 -0
- package/src/features/agent/chat/hooks/useAgentStream.ts +28 -8
- package/src/features/agent/chat/index.ts +11 -0
- package/src/features/store/objects/DocumentSearchResults.tsx +2 -2
- package/src/features/store/objects/components/ContentOverview.tsx +216 -65
- package/src/features/store/objects/components/DocumentEditingConfigurationSelector.test.ts +34 -0
- package/src/features/store/objects/components/DocumentEditingConfigurationSelector.tsx +211 -0
- package/src/features/store/objects/components/DocumentEditingLockStatus.test.tsx +32 -0
- package/src/features/store/objects/components/DocumentEditingLockStatus.tsx +45 -0
- package/src/features/store/objects/components/DocumentEditingPanel.test.tsx +336 -0
- package/src/features/store/objects/components/DocumentEditingPanel.tsx +1236 -0
- package/src/features/store/objects/components/TextEditorPanel.test.tsx +48 -0
- package/src/features/store/objects/components/TextEditorPanel.tsx +41 -20
- package/src/features/store/objects/components/documentArtifactRefs.test.ts +65 -0
- package/src/features/store/objects/components/documentArtifactRefs.ts +72 -0
- package/src/features/store/objects/components/documentEditingAgentConfig.test.ts +28 -0
- package/src/features/store/objects/components/documentEditingAgentConfig.ts +41 -0
- package/src/features/store/objects/components/documentEditingPrompts.test.ts +26 -0
- package/src/features/store/objects/components/documentEditingPrompts.ts +12 -0
- package/src/features/store/objects/components/documentEditingRun.test.ts +176 -0
- package/src/features/store/objects/components/documentEditingRun.ts +184 -0
- package/src/features/store/objects/components/documentEditingTarget.test.ts +96 -0
- package/src/features/store/objects/components/documentEditingTarget.ts +63 -0
- package/src/features/store/objects/components/index.ts +1 -0
- package/src/features/store/objects/components/useContentPanelHooks.ts +52 -27
- package/src/features/store/objects/components/useDownloadFile.test.ts +20 -0
- package/src/features/store/objects/components/useDownloadFile.ts +5 -1
- package/src/features/store/objects/selection/actions/StartWorkflowButton.tsx +2 -2
- package/src/i18n/locales/ar.json +118 -1
- package/src/i18n/locales/de.json +118 -1
- package/src/i18n/locales/en.json +118 -0
- package/src/i18n/locales/es.json +118 -1
- package/src/i18n/locales/fr.json +118 -1
- package/src/i18n/locales/it.json +118 -1
- package/src/i18n/locales/ja.json +118 -1
- package/src/i18n/locales/ko.json +118 -1
- package/src/i18n/locales/pt.json +118 -1
- package/src/i18n/locales/ru.json +118 -1
- package/src/i18n/locales/tr.json +118 -1
- package/src/i18n/locales/zh-TW.json +118 -1
- package/src/i18n/locales/zh.json +118 -1
- package/src/rich-text/EditorToolbar.tsx +708 -0
- package/src/rich-text/VertesiaRichTextEditor.test.tsx +211 -0
- package/src/rich-text/VertesiaRichTextEditor.tsx +241 -0
- package/src/rich-text/index.ts +9 -0
- package/src/session/UserSession.test.ts +11 -11
- package/src/widgets/markdown/AgentResourceResolver.test.ts +24 -0
- package/src/widgets/markdown/AgentResourceResolver.tsx +70 -0
- package/src/widgets/markdown/ArtifactEditingSurface.test.tsx +537 -0
- package/src/widgets/markdown/ArtifactEditingSurface.tsx +878 -0
- package/src/widgets/markdown/CollaborativeMarkdownRenderer.test.tsx +484 -0
- package/src/widgets/markdown/CollaborativeMarkdownRenderer.tsx +825 -0
- package/src/widgets/markdown/MarkdownLink.test.tsx +122 -0
- package/src/widgets/markdown/MarkdownLink.tsx +102 -17
- package/src/widgets/markdown/MarkdownRenderer.tsx +30 -3
- package/src/widgets/markdown/index.ts +39 -1
- package/src/widgets/markdown/normalizeCustomSchemeLinks.ts +15 -2
- package/src/widgets/markdown/textDiff.test.ts +156 -0
- package/src/widgets/markdown/textDiff.ts +399 -0
- package/src/widgets/markdown/useArtifactContent.ts +9 -3
- package/src/widgets/markdown/useResolvedUrl.test.ts +29 -40
- package/src/widgets/markdown/useResolvedUrl.ts +33 -35
- package/src/widgets/xml-viewer/hooks/useXMLViewer.test.ts +26 -0
- package/src/widgets/xml-viewer/hooks/useXMLViewer.ts +23 -18
package/src/i18n/locales/ar.json
CHANGED
|
@@ -150,6 +150,12 @@
|
|
|
150
150
|
"agent.remaining": "{{seconds}}ث متبقية",
|
|
151
151
|
"agent.removeFile": "إزالة {{name}}",
|
|
152
152
|
"agent.removeFileFailed": "فشلت إزالة الملف",
|
|
153
|
+
"agent.resourceActionCreated": "تم الإنشاء",
|
|
154
|
+
"agent.resourceActionDeleted": "تم الحذف",
|
|
155
|
+
"agent.resourceActionUpdated": "تم التحديث",
|
|
156
|
+
"agent.resourceShowLess": "عرض أقل",
|
|
157
|
+
"agent.resourceViewAll": "عرض كل التغييرات ({{total}})",
|
|
158
|
+
"agent.resourcesChanged": "الموارد المتغيّرة",
|
|
153
159
|
"agent.retry": "إعادة المحاولة",
|
|
154
160
|
"agent.rewind.exportFixture": "تصدير نموذج إعادة التشغيل",
|
|
155
161
|
"agent.rewind.fixtureExported": "تم تصدير نموذج إعادة التشغيل",
|
|
@@ -791,5 +797,116 @@
|
|
|
791
797
|
"view.to": "إلى",
|
|
792
798
|
"view.warning": "إشعار العرض",
|
|
793
799
|
"widgets.schema.editDescription": "تحرير الوصف",
|
|
794
|
-
"widgets.schema.invalidPropertyDeclaration": "إعلان خاصية غير صالح"
|
|
800
|
+
"widgets.schema.invalidPropertyDeclaration": "إعلان خاصية غير صالح",
|
|
801
|
+
"agent.artifactEditingUnavailable": "تحرير العناصر غير متاح في هذه المحادثة",
|
|
802
|
+
"agent.artifactConflictTitle": "تم تغيير نسخة العمل في مكان آخر",
|
|
803
|
+
"agent.artifactConflictDescription": "تعديلاتك محفوظة في هذا المحرر لكنها لم تُحفظ بعد. تعذر على الدمج التلقائي الجمع بين النسختين بأمان.",
|
|
804
|
+
"agent.artifactConflictRetry": "إعادة محاولة الدمج",
|
|
805
|
+
"agent.artifactConflictRebased": "تم دمج تعديلاتك مع أحدث نسخة عمل",
|
|
806
|
+
"agent.backToArtifacts": "العودة إلى العناصر",
|
|
807
|
+
"agent.commentOnSelection": "التعليق على التحديد",
|
|
808
|
+
"agent.commentOnSelectionPlaceholder": "صِف كيف ينبغي للوكيل تحسين هذا القسم...",
|
|
809
|
+
"agent.documentEditing": "تحرير المستند",
|
|
810
|
+
"agent.documentEditingDefaultsRequired": "قم بإعداد بيئة ونموذج افتراضيين للوكيل قبل بدء تحرير المستند",
|
|
811
|
+
"agent.documentEditingInitialRequest": "ساعدني في تحسين هذا المستند",
|
|
812
|
+
"agent.documentEditingPlaceholder": "صِف تغييرًا أو حدد قسمًا من المستند...",
|
|
813
|
+
"agent.documentEditingStart": "بدء التحرير",
|
|
814
|
+
"agent.documentEditingStartFailed": "تعذر بدء تحرير المستند",
|
|
815
|
+
"agent.documentEditingStartRequest": "اقرأ نسخة العمل واستعد لمساعدتي في تحريرها. لا تُجرِ أي تغييرات حتى أطلب منك ذلك.",
|
|
816
|
+
"agent.documentEditingWelcome": "ابدأ محادثة لتحرير هذا المستند بشكل تعاوني. يمكنك أيضًا تحديد أي قسم للتعليق عليه أو تحريره.",
|
|
817
|
+
"agent.editSelection": "تحرير التحديد",
|
|
818
|
+
"agent.editSelectionPlaceholder": "حرر Markdown المحدد...",
|
|
819
|
+
"agent.editWithAI": "التحرير بالذكاء الاصطناعي",
|
|
820
|
+
"agent.editingLockedDescription": "تم قفل التحرير حتى ينتهي الوكيل لتجنّب تعارض التغييرات.",
|
|
821
|
+
"agent.editingLockedTitle": "يحرّر الذكاء الاصطناعي نسخة العمل",
|
|
822
|
+
"agent.editingManuallyUnlockedDescription": "لا يزال الوكيل يعمل. قد تتعارض تعديلاتك مع تغييراته.",
|
|
823
|
+
"agent.editingManuallyUnlockedTitle": "تم إلغاء قفل التحرير يدويًا",
|
|
824
|
+
"agent.lockEditing": "قفل التحرير",
|
|
825
|
+
"agent.unlockEditing": "إلغاء قفل التحرير",
|
|
826
|
+
"agent.failedToLoadArtifact": "تعذر تحميل العنصر",
|
|
827
|
+
"agent.startDocumentEditingConversationFirst": "ابدأ محادثة تحرير المستند قبل إرسال قسم",
|
|
828
|
+
"agent.documentEditApplied": "تم حفظ التعديل",
|
|
829
|
+
"agent.documentEditApplyFailed": "تعذر تطبيق التعديل",
|
|
830
|
+
"agent.documentEditApplyFailedDescription": "تغيّر المحتوى المحدد. أعد تحديد القسم وحاول مرة أخرى.",
|
|
831
|
+
"agent.documentEditCardApplied": "تم تطبيق التعديل",
|
|
832
|
+
"agent.documentEditCardAfter": "بعد",
|
|
833
|
+
"agent.documentEditCardBefore": "قبل",
|
|
834
|
+
"agent.documentEditCardComment": "تعليق على المستند",
|
|
835
|
+
"agent.documentEditCardDirectEdit": "تحرير مباشر للمستند",
|
|
836
|
+
"agent.documentEditCardSelectedContent": "المحتوى المحدد",
|
|
837
|
+
"agent.documentEditCardTitle": "طلب تحرير المستند",
|
|
838
|
+
"agent.documentEditingConfiguration": "البيئة والنموذج",
|
|
839
|
+
"agent.documentEditingConfigurationDescription": "يستخدم افتراضيًا النموذج المُعدّ للوكلاء في هذا المشروع.",
|
|
840
|
+
"agent.documentEditingConfigurationLocked": "ينتمي هذا الإعداد إلى المحادثة المرتبطة. ابدأ محادثة جديدة لتغييره.",
|
|
841
|
+
"agent.documentEditingDraftPreserved": "تم الاحتفاظ بمسودتك",
|
|
842
|
+
"agent.documentEditingDraftPreservedDescription": "تغيّر المستند أثناء التحرير. انسخ هذه المسودة أو عدّلها قبل إغلاقها.",
|
|
843
|
+
"agent.documentEditingSelectEnvironment": "اختر بيئة",
|
|
844
|
+
"agent.documentEditingSelectModel": "اختر نموذجًا",
|
|
845
|
+
"agent.editedSelectionMessage": "تم تحرير {{blockType}} المحدد",
|
|
846
|
+
"agent.environment": "البيئة",
|
|
847
|
+
"agent.model": "النموذج",
|
|
848
|
+
"agent.saveToDocument": "حفظ في المستند",
|
|
849
|
+
"agent.saveConflictNotice": "تم تحديث المستند خارج هذه الجلسة. احفظ مرة أخرى للكتابة فوقه، أو اطلب من الوكيل دمج النسختين.",
|
|
850
|
+
"agent.askAgentToReconcile": "اطلب من الوكيل الدمج",
|
|
851
|
+
"agent.summarizeChanges": "تلخيص التغييرات",
|
|
852
|
+
"agent.newSessionDiscardTitle": "هل تريد تجاهل التغييرات غير المحفوظة؟",
|
|
853
|
+
"agent.newSessionDiscardDescription": "يؤدي بدء جلسة جديدة إلى إعادة تعيين نسخة العمل إلى آخر مستند محفوظ. ستفقد التغييرات غير المحفوظة.",
|
|
854
|
+
"agent.workingCopy": "نسخة العمل",
|
|
855
|
+
"agent.originalDocument": "المستند الأصلي",
|
|
856
|
+
"agent.reviewChanges": "مراجعة التغييرات",
|
|
857
|
+
"agent.fullEditor": "المحرر الكامل",
|
|
858
|
+
"agent.changeRuler": "مسطرة التغييرات",
|
|
859
|
+
"agent.changedRegion": "تغيير بالقرب من السطر {{line}}",
|
|
860
|
+
"agent.savingWorkingCopy": "جارٍ حفظ نسخة العمل...",
|
|
861
|
+
"agent.savedToWorkingCopy": "تم الحفظ في نسخة العمل",
|
|
862
|
+
"agent.sendChangesToAgent": "إرسال التغييرات إلى الوكيل",
|
|
863
|
+
"agent.directEditsReadyMessage": "لقد عدّلت نسخة العمل مباشرةً في المحرر الكامل. تم حفظ أحدث التغييرات في {{path}}. اقرأ هذا العنصر واستخدمه كمصدر حالي للحقيقة. لا تطبق هذه التغييرات مرة أخرى.",
|
|
864
|
+
"agent.changesSentToAgent": "تم إرسال التغييرات إلى الوكيل",
|
|
865
|
+
"agent.insertComponent": "إدراج مكوّن بعد هذه الكتلة",
|
|
866
|
+
"agent.insertLink": "إدراج رابط",
|
|
867
|
+
"agent.insertChart": "إدراج مخطط",
|
|
868
|
+
"richText.blockStyle": "نمط الكتلة",
|
|
869
|
+
"richText.paragraph": "فقرة",
|
|
870
|
+
"richText.heading1": "عنوان 1",
|
|
871
|
+
"richText.heading2": "عنوان 2",
|
|
872
|
+
"richText.heading3": "عنوان 3",
|
|
873
|
+
"richText.bold": "عريض",
|
|
874
|
+
"richText.italic": "مائل",
|
|
875
|
+
"richText.strike": "يتوسطه خط",
|
|
876
|
+
"richText.inlineCode": "تعليمة برمجية مضمنة",
|
|
877
|
+
"richText.bulletList": "قائمة نقطية",
|
|
878
|
+
"richText.orderedList": "قائمة مرقمة",
|
|
879
|
+
"richText.listActions": "إجراءات القائمة",
|
|
880
|
+
"richText.indentListItem": "زيادة المسافة البادئة",
|
|
881
|
+
"richText.outdentListItem": "تقليل المسافة البادئة",
|
|
882
|
+
"richText.blockquote": "اقتباس كتلي",
|
|
883
|
+
"richText.codeBlock": "كتلة تعليمات برمجية",
|
|
884
|
+
"richText.horizontalRule": "خط أفقي",
|
|
885
|
+
"richText.table": "إدراج جدول",
|
|
886
|
+
"richText.tableActions": "إجراءات الجدول",
|
|
887
|
+
"richText.tableRows": "الصفوف",
|
|
888
|
+
"richText.tableColumns": "الأعمدة",
|
|
889
|
+
"richText.addRowAbove": "إضافة صف في الأعلى",
|
|
890
|
+
"richText.addRowBelow": "إضافة صف في الأسفل",
|
|
891
|
+
"richText.deleteRow": "حذف الصف",
|
|
892
|
+
"richText.addColumnLeft": "إضافة عمود إلى اليسار",
|
|
893
|
+
"richText.addColumnRight": "إضافة عمود إلى اليمين",
|
|
894
|
+
"richText.deleteColumn": "حذف العمود",
|
|
895
|
+
"richText.deleteTable": "حذف الجدول",
|
|
896
|
+
"richText.undo": "تراجع",
|
|
897
|
+
"richText.redo": "إعادة",
|
|
898
|
+
"richText.documentEditor": "محرر مستند Markdown",
|
|
899
|
+
"richText.continueRichText": "المتابعة بالنص المنسق",
|
|
900
|
+
"richText.editMarkdownSource": "تحرير مصدر Markdown",
|
|
901
|
+
"richText.markdownSourceEditor": "محرر مصدر Markdown",
|
|
902
|
+
"richText.sourceCompatibilityWarningDescription": "سيؤدي تحرير النص المنسق إلى توحيد بعض صياغات Markdown في هذا المستند، وقد يعيد كتابة أسطر لم تتغير. حرّر مصدر Markdown للحفاظ على التنسيق الدقيق، أو تابع بالنص المنسق إذا كان التوحيد مقبولًا.",
|
|
903
|
+
"richText.sourceCompatibilityWarningTitle": "قد يتغير بعض تنسيق Markdown",
|
|
904
|
+
"agent.addComment": "Add comment",
|
|
905
|
+
"agent.blockMode": "Block mode",
|
|
906
|
+
"agent.commentingOn": "Commenting on",
|
|
907
|
+
"agent.comments": "Comments",
|
|
908
|
+
"agent.deleteComment": "Remove comment",
|
|
909
|
+
"agent.editMode": "Edit mode",
|
|
910
|
+
"agent.selectTextToComment": "Select text in the document to comment on it",
|
|
911
|
+
"agent.sendToAgent": "Send to agent"
|
|
795
912
|
}
|
package/src/i18n/locales/de.json
CHANGED
|
@@ -146,6 +146,12 @@
|
|
|
146
146
|
"agent.remaining": "{{seconds}}s verbleibend",
|
|
147
147
|
"agent.removeFile": "{{name}} entfernen",
|
|
148
148
|
"agent.removeFileFailed": "Datei konnte nicht entfernt werden",
|
|
149
|
+
"agent.resourceActionCreated": "Erstellt",
|
|
150
|
+
"agent.resourceActionDeleted": "Gelöscht",
|
|
151
|
+
"agent.resourceActionUpdated": "Aktualisiert",
|
|
152
|
+
"agent.resourceShowLess": "Weniger anzeigen",
|
|
153
|
+
"agent.resourceViewAll": "Alle {{total}} Änderungen anzeigen",
|
|
154
|
+
"agent.resourcesChanged": "Geänderte Ressourcen",
|
|
149
155
|
"agent.retry": "Erneut versuchen",
|
|
150
156
|
"agent.rewind.exportFixture": "Replay-Fixture exportieren",
|
|
151
157
|
"agent.rewind.fixtureExported": "Replay-Fixture exportiert",
|
|
@@ -747,5 +753,116 @@
|
|
|
747
753
|
"view.to": "Bis",
|
|
748
754
|
"view.warning": "Ansichtshinweis",
|
|
749
755
|
"widgets.schema.editDescription": "Beschreibung bearbeiten",
|
|
750
|
-
"widgets.schema.invalidPropertyDeclaration": "Ungültige Eigenschaftsdeklaration"
|
|
756
|
+
"widgets.schema.invalidPropertyDeclaration": "Ungültige Eigenschaftsdeklaration",
|
|
757
|
+
"agent.artifactEditingUnavailable": "Die Bearbeitung von Artefakten ist in dieser Unterhaltung nicht verfügbar",
|
|
758
|
+
"agent.artifactConflictTitle": "Die Arbeitskopie wurde an anderer Stelle geändert",
|
|
759
|
+
"agent.artifactConflictDescription": "Ihre Änderungen bleiben in diesem Editor erhalten, sind aber nicht gespeichert. Die automatische Zusammenführung konnte beide Versionen nicht sicher kombinieren.",
|
|
760
|
+
"agent.artifactConflictRetry": "Zusammenführung erneut versuchen",
|
|
761
|
+
"agent.artifactConflictRebased": "Ihre Änderungen wurden mit der neuesten Arbeitskopie zusammengeführt",
|
|
762
|
+
"agent.backToArtifacts": "Zurück zu Artefakten",
|
|
763
|
+
"agent.commentOnSelection": "Auswahl kommentieren",
|
|
764
|
+
"agent.commentOnSelectionPlaceholder": "Beschreiben Sie, wie der Agent diesen Abschnitt verbessern soll...",
|
|
765
|
+
"agent.documentEditing": "Dokumentbearbeitung",
|
|
766
|
+
"agent.documentEditingDefaultsRequired": "Konfigurieren Sie eine Standard-Agentenumgebung und ein Standardmodell, bevor Sie die Dokumentbearbeitung starten",
|
|
767
|
+
"agent.documentEditingInitialRequest": "Hilf mir, dieses Dokument zu verbessern",
|
|
768
|
+
"agent.documentEditingPlaceholder": "Beschreiben Sie eine Änderung oder wählen Sie einen Dokumentabschnitt aus...",
|
|
769
|
+
"agent.documentEditingStart": "Bearbeitung starten",
|
|
770
|
+
"agent.documentEditingStartFailed": "Dokumentbearbeitung konnte nicht gestartet werden",
|
|
771
|
+
"agent.documentEditingStartRequest": "Lies die Arbeitskopie und bereite dich darauf vor, mir bei der Bearbeitung zu helfen. Nimm keine Änderungen vor, bis ich darum bitte.",
|
|
772
|
+
"agent.documentEditingWelcome": "Starten Sie eine Unterhaltung, um dieses Dokument gemeinsam zu bearbeiten. Sie können auch einen Abschnitt auswählen und kommentieren oder bearbeiten.",
|
|
773
|
+
"agent.editSelection": "Auswahl bearbeiten",
|
|
774
|
+
"agent.editSelectionPlaceholder": "Ausgewähltes Markdown bearbeiten...",
|
|
775
|
+
"agent.editWithAI": "Mit KI bearbeiten",
|
|
776
|
+
"agent.editingLockedDescription": "Die Bearbeitung ist gesperrt, bis der Agent fertig ist, um Änderungskonflikte zu vermeiden.",
|
|
777
|
+
"agent.editingLockedTitle": "Die KI bearbeitet die Arbeitskopie",
|
|
778
|
+
"agent.editingManuallyUnlockedDescription": "Der Agent arbeitet noch. Ihre Änderungen können mit seinen Änderungen in Konflikt geraten.",
|
|
779
|
+
"agent.editingManuallyUnlockedTitle": "Bearbeitung manuell entsperrt",
|
|
780
|
+
"agent.lockEditing": "Bearbeitung sperren",
|
|
781
|
+
"agent.unlockEditing": "Bearbeitung entsperren",
|
|
782
|
+
"agent.failedToLoadArtifact": "Artefakt konnte nicht geladen werden",
|
|
783
|
+
"agent.startDocumentEditingConversationFirst": "Starten Sie die Unterhaltung zur Dokumentbearbeitung, bevor Sie einen Abschnitt senden",
|
|
784
|
+
"agent.documentEditApplied": "Änderung gespeichert",
|
|
785
|
+
"agent.documentEditApplyFailed": "Änderung konnte nicht angewendet werden",
|
|
786
|
+
"agent.documentEditApplyFailedDescription": "Der ausgewählte Inhalt hat sich geändert. Wählen Sie den Abschnitt erneut aus und versuchen Sie es noch einmal.",
|
|
787
|
+
"agent.documentEditCardApplied": "Änderung angewendet",
|
|
788
|
+
"agent.documentEditCardAfter": "Nachher",
|
|
789
|
+
"agent.documentEditCardBefore": "Vorher",
|
|
790
|
+
"agent.documentEditCardComment": "Kommentar zum Dokument",
|
|
791
|
+
"agent.documentEditCardDirectEdit": "Direkte Dokumentbearbeitung",
|
|
792
|
+
"agent.documentEditCardSelectedContent": "Ausgewählter Inhalt",
|
|
793
|
+
"agent.documentEditCardTitle": "Anfrage zur Dokumentbearbeitung",
|
|
794
|
+
"agent.documentEditingConfiguration": "Umgebung und Modell",
|
|
795
|
+
"agent.documentEditingConfigurationDescription": "Standardmäßig wird das für Agenten in diesem Projekt konfigurierte Modell verwendet.",
|
|
796
|
+
"agent.documentEditingConfigurationLocked": "Diese Konfiguration gehört zur verknüpften Unterhaltung. Starten Sie eine neue Unterhaltung, um sie zu ändern.",
|
|
797
|
+
"agent.documentEditingDraftPreserved": "Ihr Entwurf wurde beibehalten",
|
|
798
|
+
"agent.documentEditingDraftPreservedDescription": "Das Dokument wurde während der Bearbeitung geändert. Kopieren oder überarbeiten Sie diesen Entwurf, bevor Sie ihn schließen.",
|
|
799
|
+
"agent.documentEditingSelectEnvironment": "Umgebung auswählen",
|
|
800
|
+
"agent.documentEditingSelectModel": "Modell auswählen",
|
|
801
|
+
"agent.editedSelectionMessage": "Ausgewähltes Element {{blockType}} bearbeitet",
|
|
802
|
+
"agent.environment": "Umgebung",
|
|
803
|
+
"agent.model": "Modell",
|
|
804
|
+
"agent.saveToDocument": "Im Dokument speichern",
|
|
805
|
+
"agent.saveConflictNotice": "Das Dokument wurde außerhalb dieser Sitzung geändert. Speichern Sie erneut, um es zu überschreiben, oder lassen Sie den Agenten beide Versionen zusammenführen.",
|
|
806
|
+
"agent.askAgentToReconcile": "Agent zusammenführen lassen",
|
|
807
|
+
"agent.summarizeChanges": "Änderungen zusammenfassen",
|
|
808
|
+
"agent.newSessionDiscardTitle": "Nicht gespeicherte Änderungen verwerfen?",
|
|
809
|
+
"agent.newSessionDiscardDescription": "Beim Starten einer neuen Sitzung wird die Arbeitskopie auf das zuletzt gespeicherte Dokument zurückgesetzt. Ihre nicht gespeicherten Änderungen gehen verloren.",
|
|
810
|
+
"agent.workingCopy": "Arbeitskopie",
|
|
811
|
+
"agent.originalDocument": "Originaldokument",
|
|
812
|
+
"agent.reviewChanges": "Änderungen prüfen",
|
|
813
|
+
"agent.fullEditor": "Vollständiger Editor",
|
|
814
|
+
"agent.changeRuler": "Änderungsleiste",
|
|
815
|
+
"agent.changedRegion": "Änderung nahe Zeile {{line}}",
|
|
816
|
+
"agent.savingWorkingCopy": "Arbeitskopie wird gespeichert...",
|
|
817
|
+
"agent.savedToWorkingCopy": "In Arbeitskopie gespeichert",
|
|
818
|
+
"agent.sendChangesToAgent": "Änderungen an Agent senden",
|
|
819
|
+
"agent.directEditsReadyMessage": "Ich habe die Arbeitskopie direkt im vollständigen Editor bearbeitet. Die neuesten Änderungen sind bereits unter {{path}} gespeichert. Lies dieses Artefakt und verwende es als aktuelle Quelle. Wende diese Änderungen nicht erneut an.",
|
|
820
|
+
"agent.changesSentToAgent": "Änderungen an Agent gesendet",
|
|
821
|
+
"agent.insertComponent": "Komponente nach diesem Block einfügen",
|
|
822
|
+
"agent.insertLink": "Link einfügen",
|
|
823
|
+
"agent.insertChart": "Diagramm einfügen",
|
|
824
|
+
"richText.blockStyle": "Blockstil",
|
|
825
|
+
"richText.paragraph": "Absatz",
|
|
826
|
+
"richText.heading1": "Überschrift 1",
|
|
827
|
+
"richText.heading2": "Überschrift 2",
|
|
828
|
+
"richText.heading3": "Überschrift 3",
|
|
829
|
+
"richText.bold": "Fett",
|
|
830
|
+
"richText.italic": "Kursiv",
|
|
831
|
+
"richText.strike": "Durchgestrichen",
|
|
832
|
+
"richText.inlineCode": "Inline-Code",
|
|
833
|
+
"richText.bulletList": "Aufzählung",
|
|
834
|
+
"richText.orderedList": "Nummerierte Liste",
|
|
835
|
+
"richText.listActions": "Listenaktionen",
|
|
836
|
+
"richText.indentListItem": "Einzug vergrößern",
|
|
837
|
+
"richText.outdentListItem": "Einzug verkleinern",
|
|
838
|
+
"richText.blockquote": "Blockzitat",
|
|
839
|
+
"richText.codeBlock": "Codeblock",
|
|
840
|
+
"richText.horizontalRule": "Horizontale Linie",
|
|
841
|
+
"richText.table": "Tabelle einfügen",
|
|
842
|
+
"richText.tableActions": "Tabellenaktionen",
|
|
843
|
+
"richText.tableRows": "Zeilen",
|
|
844
|
+
"richText.tableColumns": "Spalten",
|
|
845
|
+
"richText.addRowAbove": "Zeile oberhalb hinzufügen",
|
|
846
|
+
"richText.addRowBelow": "Zeile unterhalb hinzufügen",
|
|
847
|
+
"richText.deleteRow": "Zeile löschen",
|
|
848
|
+
"richText.addColumnLeft": "Spalte links hinzufügen",
|
|
849
|
+
"richText.addColumnRight": "Spalte rechts hinzufügen",
|
|
850
|
+
"richText.deleteColumn": "Spalte löschen",
|
|
851
|
+
"richText.deleteTable": "Tabelle löschen",
|
|
852
|
+
"richText.undo": "Rückgängig",
|
|
853
|
+
"richText.redo": "Wiederholen",
|
|
854
|
+
"richText.documentEditor": "Markdown-Dokumenteditor",
|
|
855
|
+
"richText.continueRichText": "Mit Rich-Text fortfahren",
|
|
856
|
+
"richText.editMarkdownSource": "Markdown-Quelltext bearbeiten",
|
|
857
|
+
"richText.markdownSourceEditor": "Markdown-Quelltexteditor",
|
|
858
|
+
"richText.sourceCompatibilityWarningDescription": "Die Rich-Text-Bearbeitung normalisiert Teile der Markdown-Syntax in diesem Dokument und kann unveränderte Zeilen neu schreiben. Bearbeiten Sie den Markdown-Quelltext, um die genaue Formatierung beizubehalten, oder fahren Sie mit Rich-Text fort, wenn die Normalisierung akzeptabel ist.",
|
|
859
|
+
"richText.sourceCompatibilityWarningTitle": "Einige Markdown-Formatierungen können sich ändern",
|
|
860
|
+
"agent.addComment": "Add comment",
|
|
861
|
+
"agent.blockMode": "Block mode",
|
|
862
|
+
"agent.commentingOn": "Commenting on",
|
|
863
|
+
"agent.comments": "Comments",
|
|
864
|
+
"agent.deleteComment": "Remove comment",
|
|
865
|
+
"agent.editMode": "Edit mode",
|
|
866
|
+
"agent.selectTextToComment": "Select text in the document to comment on it",
|
|
867
|
+
"agent.sendToAgent": "Send to agent"
|
|
751
868
|
}
|
package/src/i18n/locales/en.json
CHANGED
|
@@ -29,9 +29,17 @@
|
|
|
29
29
|
"agent.approvalMode.fullControl": "Full control",
|
|
30
30
|
"agent.approvalMode.fullControlDescription": "Run modifying actions without approval",
|
|
31
31
|
"agent.approvalMode.selectorLabel": "Agent approval mode",
|
|
32
|
+
"agent.artifactConflictDescription": "Your edits are preserved in this editor but are not saved. Automatic merge could not safely combine both versions.",
|
|
33
|
+
"agent.artifactConflictRebased": "Your edits were merged with the latest working copy",
|
|
34
|
+
"agent.artifactConflictRetry": "Try merge again",
|
|
35
|
+
"agent.artifactConflictTitle": "Working copy changed elsewhere",
|
|
36
|
+
"agent.artifactEditingUnavailable": "Artifact editing is unavailable in this conversation",
|
|
32
37
|
"agent.artifacts": "Artifacts",
|
|
38
|
+
"agent.askAgentToReconcile": "Ask agent to merge",
|
|
39
|
+
"agent.backToArtifacts": "Back to artifacts",
|
|
33
40
|
"agent.backToMainAgent": "Back to main agent",
|
|
34
41
|
"agent.batch": "Batch",
|
|
42
|
+
"agent.blockMode": "Block mode",
|
|
35
43
|
"agent.browserPreview": "Browser preview",
|
|
36
44
|
"agent.browserScreenshot": "Browser screenshot",
|
|
37
45
|
"agent.browserScreenshotPending": "Waiting for browser screenshot",
|
|
@@ -40,12 +48,21 @@
|
|
|
40
48
|
"agent.cancelWorkflow": "Cancel Workflow",
|
|
41
49
|
"agent.canceled": "Canceled",
|
|
42
50
|
"agent.canceling": "Canceling",
|
|
51
|
+
"agent.changeRuler": "Change ruler",
|
|
52
|
+
"agent.changedRegion": "Change near line {{line}}",
|
|
53
|
+
"agent.changesSentToAgent": "Changes sent to agent",
|
|
43
54
|
"agent.clickToCompactNow": "Click to compact now.",
|
|
44
55
|
"agent.clickToEnlarge": "Click to enlarge",
|
|
45
56
|
"agent.cloneConversation": "Clone Conversation",
|
|
57
|
+
"agent.addComment": "Add comment",
|
|
46
58
|
"agent.close": "Close",
|
|
47
59
|
"agent.closeFullscreen": "Close fullscreen",
|
|
60
|
+
"agent.commentingOn": "Commenting on",
|
|
61
|
+
"agent.commentOnSelection": "Comment on selection",
|
|
62
|
+
"agent.commentOnSelectionPlaceholder": "Describe how the agent should improve this section...",
|
|
63
|
+
"agent.comments": "Comments",
|
|
48
64
|
"agent.completed": "Completed",
|
|
65
|
+
"agent.deleteComment": "Remove comment",
|
|
49
66
|
"agent.contextRemainingUntilCompact": "{{percent}}% of context remaining until auto-compact.",
|
|
50
67
|
"agent.contextTokenUsage": "Context size: {{used}} / {{limit}} tokens",
|
|
51
68
|
"agent.contextUsageCompactLabel": "{{percent}}% context used - click to compact",
|
|
@@ -64,13 +81,49 @@
|
|
|
64
81
|
"agent.copyWorkflowRunId": "Copy Workflow Run ID",
|
|
65
82
|
"agent.dashboard": "Dashboard",
|
|
66
83
|
"agent.details": "Details",
|
|
84
|
+
"agent.directEditsReadyMessage": "I edited the working copy directly in the Full editor. The latest changes are already saved to {{path}}. Read that artifact and use it as the current source of truth. Do not apply these edits again.",
|
|
67
85
|
"agent.document": "Document",
|
|
86
|
+
"agent.documentEditApplied": "Edit saved",
|
|
87
|
+
"agent.documentEditApplyFailed": "Couldn't apply the edit",
|
|
88
|
+
"agent.documentEditApplyFailedDescription": "The selected content has changed. Reselect the section and try again.",
|
|
89
|
+
"agent.documentEditCardAfter": "After",
|
|
90
|
+
"agent.documentEditCardApplied": "Edit applied",
|
|
91
|
+
"agent.documentEditCardBefore": "Before",
|
|
92
|
+
"agent.documentEditCardComment": "Comment on document",
|
|
93
|
+
"agent.documentEditCardDirectEdit": "Direct document edit",
|
|
94
|
+
"agent.documentEditCardSelectedContent": "Selected content",
|
|
95
|
+
"agent.documentEditCardTitle": "Document edit request",
|
|
96
|
+
"agent.documentEditing": "Document editing",
|
|
97
|
+
"agent.documentEditingConfiguration": "Environment and model",
|
|
98
|
+
"agent.documentEditingConfigurationDescription": "Defaults to the model configured for agents in this project.",
|
|
99
|
+
"agent.documentEditingConfigurationLocked": "This configuration belongs to the attached conversation. Start a new conversation to change it.",
|
|
100
|
+
"agent.documentEditingDefaultsRequired": "Configure a default agent environment and model before starting document editing",
|
|
101
|
+
"agent.documentEditingDraftPreserved": "Your draft was preserved",
|
|
102
|
+
"agent.documentEditingDraftPreservedDescription": "The document changed while you were editing. Copy or adapt this draft before dismissing it.",
|
|
103
|
+
"agent.documentEditingInitialRequest": "Help me improve this document",
|
|
104
|
+
"agent.documentEditingPlaceholder": "Describe a change or select a document section...",
|
|
105
|
+
"agent.documentEditingSelectEnvironment": "Select an environment",
|
|
106
|
+
"agent.documentEditingSelectModel": "Select a model",
|
|
107
|
+
"agent.documentEditingStart": "Start editing",
|
|
108
|
+
"agent.documentEditingStartFailed": "Failed to start document editing",
|
|
109
|
+
"agent.documentEditingStartRequest": "Read the working copy and get ready to help me edit it. Do not make changes until I ask.",
|
|
110
|
+
"agent.documentEditingWelcome": "Start a conversation to edit this document collaboratively. You can also select any section in the document and comment on or edit it.",
|
|
68
111
|
"agent.documents": "Documents",
|
|
69
112
|
"agent.download": "Download",
|
|
70
113
|
"agent.downloadConversation": "Download Conversation",
|
|
71
114
|
"agent.dropFilesToUpload": "Drop files to upload",
|
|
115
|
+
"agent.editSelection": "Edit selection",
|
|
116
|
+
"agent.editSelectionPlaceholder": "Edit the selected Markdown...",
|
|
117
|
+
"agent.editMode": "Edit mode",
|
|
118
|
+
"agent.editWithAI": "Edit with AI",
|
|
119
|
+
"agent.editedSelectionMessage": "Edited selected {{blockType}}",
|
|
120
|
+
"agent.editingLockedDescription": "Editing is locked until the agent finishes to avoid conflicting changes.",
|
|
121
|
+
"agent.editingLockedTitle": "AI is editing the working copy",
|
|
122
|
+
"agent.editingManuallyUnlockedDescription": "The agent is still working. Your edits may conflict with its changes.",
|
|
123
|
+
"agent.editingManuallyUnlockedTitle": "Editing manually unlocked",
|
|
72
124
|
"agent.elapsed": "{{seconds}}s elapsed",
|
|
73
125
|
"agent.enlargedView": "Enlarged view",
|
|
126
|
+
"agent.environment": "Environment",
|
|
74
127
|
"agent.error": "Error",
|
|
75
128
|
"agent.errorStarting": "Error starting workflow",
|
|
76
129
|
"agent.exit": "Exit",
|
|
@@ -87,18 +140,24 @@
|
|
|
87
140
|
"agent.failedToCompactContext": "Failed to compact context",
|
|
88
141
|
"agent.failedToDownload": "Failed to download conversation",
|
|
89
142
|
"agent.failedToInterrupt": "Failed to Interrupt",
|
|
143
|
+
"agent.failedToLoadArtifact": "Failed to load artifact",
|
|
90
144
|
"agent.failedToLoadDocument": "Failed to load document",
|
|
91
145
|
"agent.failedToSend": "Failed to Send Message",
|
|
92
146
|
"agent.fileStagedTooltip": "File staged and will upload when conversation starts",
|
|
93
147
|
"agent.filesProcessing": "Files Still Processing",
|
|
148
|
+
"agent.fullEditor": "Full editor",
|
|
94
149
|
"agent.fullscreen": "Fullscreen",
|
|
95
150
|
"agent.hideDetails": "Hide details",
|
|
96
151
|
"agent.hideSidebar": "Hide Sidebar",
|
|
97
152
|
"agent.hideThinkingDetails": "Hide thinking details",
|
|
98
153
|
"agent.inProgress": "In Progress",
|
|
154
|
+
"agent.insertChart": "Insert chart",
|
|
155
|
+
"agent.insertComponent": "Insert component after this block",
|
|
156
|
+
"agent.insertLink": "Insert link",
|
|
99
157
|
"agent.linkObject": "Link Object",
|
|
100
158
|
"agent.loadingArtifacts": "Loading artifacts...",
|
|
101
159
|
"agent.loadingDocument": "Loading document...",
|
|
160
|
+
"agent.lockEditing": "Lock editing",
|
|
102
161
|
"agent.main": "Main",
|
|
103
162
|
"agent.mainWorkstream": "Main Workstream",
|
|
104
163
|
"agent.mcpConnectedMessage": "I've connected to {{name}}.",
|
|
@@ -108,8 +167,11 @@
|
|
|
108
167
|
"agent.messageMainAgentWhileViewingWorkstream": "Message @Main Agent (viewing {{workstream}})...",
|
|
109
168
|
"agent.messageReceived": "Message received",
|
|
110
169
|
"agent.messageSending": "Sending message",
|
|
170
|
+
"agent.model": "Model",
|
|
111
171
|
"agent.moreActions": "More actions",
|
|
112
172
|
"agent.moreTabs": "More",
|
|
173
|
+
"agent.newSessionDiscardDescription": "Starting a new session resets the working copy to the last saved document. Your unsaved changes will be lost.",
|
|
174
|
+
"agent.newSessionDiscardTitle": "Discard unsaved changes?",
|
|
113
175
|
"agent.newerPlan": "Next revision",
|
|
114
176
|
"agent.no": "No",
|
|
115
177
|
"agent.noActiveParallelTasks": "No active parallel tasks",
|
|
@@ -127,6 +189,7 @@
|
|
|
127
189
|
"agent.olderPlan": "Previous revision",
|
|
128
190
|
"agent.openDocument": "Open document",
|
|
129
191
|
"agent.openInNewTab": "Open in new tab",
|
|
192
|
+
"agent.originalDocument": "Original document",
|
|
130
193
|
"agent.panelRenderError": "{{name}} could not be rendered",
|
|
131
194
|
"agent.panelRenderErrorDescription": "The rest of the agent viewer is still available.",
|
|
132
195
|
"agent.parallelWorkDescription": "Parallel tasks running alongside this conversation.",
|
|
@@ -146,7 +209,14 @@
|
|
|
146
209
|
"agent.remaining": "{{seconds}}s remaining",
|
|
147
210
|
"agent.removeFile": "Remove {{name}}",
|
|
148
211
|
"agent.removeFileFailed": "Failed to remove file",
|
|
212
|
+
"agent.resourceActionCreated": "Created",
|
|
213
|
+
"agent.resourceActionDeleted": "Deleted",
|
|
214
|
+
"agent.resourceActionUpdated": "Updated",
|
|
215
|
+
"agent.resourceShowLess": "Show less",
|
|
216
|
+
"agent.resourceViewAll": "View all {{total}} changes",
|
|
217
|
+
"agent.resourcesChanged": "Resources changed",
|
|
149
218
|
"agent.retry": "Retry",
|
|
219
|
+
"agent.reviewChanges": "Review changes",
|
|
150
220
|
"agent.rewind.exportFixture": "Download Messages",
|
|
151
221
|
"agent.rewind.fixtureExported": "Messages JSON downloaded",
|
|
152
222
|
"agent.rewind.fixtureMeta": "{{messageCount}} messages · loop {{loops}}",
|
|
@@ -162,10 +232,17 @@
|
|
|
162
232
|
"agent.rewind.resume": "Resume",
|
|
163
233
|
"agent.runIdCopied": "Run ID copied",
|
|
164
234
|
"agent.running": "Running",
|
|
235
|
+
"agent.saveConflictNotice": "The document was updated outside this session. Save again to overwrite it, or ask the agent to merge both versions.",
|
|
236
|
+
"agent.saveToDocument": "Save to document",
|
|
237
|
+
"agent.savedToWorkingCopy": "Saved to working copy",
|
|
238
|
+
"agent.savingWorkingCopy": "Saving working copy...",
|
|
165
239
|
"agent.searchDocuments": "Attach Documents",
|
|
166
240
|
"agent.selectInteraction": "Select an interaction and click Start to start an agent",
|
|
167
241
|
"agent.selectOption": "Select Option",
|
|
242
|
+
"agent.selectTextToComment": "Select text in the document to comment on it",
|
|
168
243
|
"agent.send": "Send",
|
|
244
|
+
"agent.sendChangesToAgent": "Send changes to agent",
|
|
245
|
+
"agent.sendToAgent": "Send to agent",
|
|
169
246
|
"agent.sendTooltip": "Click or Enter to send",
|
|
170
247
|
"agent.showAllMessages": "Show all messages",
|
|
171
248
|
"agent.showDetails": "Show details",
|
|
@@ -175,6 +252,7 @@
|
|
|
175
252
|
"agent.showSystemArtifacts": "System files",
|
|
176
253
|
"agent.staged": "Staged",
|
|
177
254
|
"agent.startAgent": "Start Agent",
|
|
255
|
+
"agent.startDocumentEditingConversationFirst": "Start the document editing conversation before sending a section",
|
|
178
256
|
"agent.startNewConversation": "Start New Conversation",
|
|
179
257
|
"agent.startingAgent": "Starting agent...",
|
|
180
258
|
"agent.startingAgentUploading": "Starting agent and uploading files...",
|
|
@@ -183,6 +261,7 @@
|
|
|
183
261
|
"agent.submitSelection": "Submit Selection",
|
|
184
262
|
"agent.submitSelectionCount_one": "Submit Selection ({{count}})",
|
|
185
263
|
"agent.submitSelectionCount_other": "Submit Selection ({{count}})",
|
|
264
|
+
"agent.summarizeChanges": "Summarize changes",
|
|
186
265
|
"agent.summary": "Summary",
|
|
187
266
|
"agent.taskProgress": "Task Progress",
|
|
188
267
|
"agent.tasksCompleted": "{{completed}}/{{total}} completed",
|
|
@@ -193,6 +272,7 @@
|
|
|
193
272
|
"agent.unableToOpenPrint": "Unable to open print preview",
|
|
194
273
|
"agent.unknownError": "Unknown error",
|
|
195
274
|
"agent.unknownTime": "Unknown time",
|
|
275
|
+
"agent.unlockEditing": "Unlock editing",
|
|
196
276
|
"agent.upload": "Upload",
|
|
197
277
|
"agent.uploadFailed": "Upload Failed",
|
|
198
278
|
"agent.uploading": "Uploading...",
|
|
@@ -205,6 +285,7 @@
|
|
|
205
285
|
"agent.workflowCancelled": "Workflow cancelled",
|
|
206
286
|
"agent.workflowRunIdCopied": "Workflow Run ID copied",
|
|
207
287
|
"agent.working": "Working...",
|
|
288
|
+
"agent.workingCopy": "Working copy",
|
|
208
289
|
"agent.workstreamProgress": "{{percent}}% complete",
|
|
209
290
|
"agent.workstreamRenderError": "Workstream could not be rendered",
|
|
210
291
|
"agent.workstreams": "Workstreams",
|
|
@@ -572,6 +653,42 @@
|
|
|
572
653
|
"pdf.previousPage": "Previous page",
|
|
573
654
|
"pdf.zoomIn": "Zoom in",
|
|
574
655
|
"pdf.zoomOut": "Zoom out",
|
|
656
|
+
"richText.addColumnLeft": "Add column left",
|
|
657
|
+
"richText.addColumnRight": "Add column right",
|
|
658
|
+
"richText.addRowAbove": "Add row above",
|
|
659
|
+
"richText.addRowBelow": "Add row below",
|
|
660
|
+
"richText.blockStyle": "Block style",
|
|
661
|
+
"richText.blockquote": "Blockquote",
|
|
662
|
+
"richText.bold": "Bold",
|
|
663
|
+
"richText.bulletList": "Bullet list",
|
|
664
|
+
"richText.codeBlock": "Code block",
|
|
665
|
+
"richText.continueRichText": "Continue with rich text",
|
|
666
|
+
"richText.deleteColumn": "Delete column",
|
|
667
|
+
"richText.deleteRow": "Delete row",
|
|
668
|
+
"richText.deleteTable": "Delete table",
|
|
669
|
+
"richText.documentEditor": "Markdown document editor",
|
|
670
|
+
"richText.editMarkdownSource": "Edit Markdown source",
|
|
671
|
+
"richText.heading1": "Heading 1",
|
|
672
|
+
"richText.heading2": "Heading 2",
|
|
673
|
+
"richText.heading3": "Heading 3",
|
|
674
|
+
"richText.horizontalRule": "Horizontal rule",
|
|
675
|
+
"richText.indentListItem": "Increase indent",
|
|
676
|
+
"richText.inlineCode": "Inline code",
|
|
677
|
+
"richText.italic": "Italic",
|
|
678
|
+
"richText.listActions": "List actions",
|
|
679
|
+
"richText.markdownSourceEditor": "Markdown source editor",
|
|
680
|
+
"richText.orderedList": "Numbered list",
|
|
681
|
+
"richText.outdentListItem": "Decrease indent",
|
|
682
|
+
"richText.paragraph": "Paragraph",
|
|
683
|
+
"richText.redo": "Redo",
|
|
684
|
+
"richText.strike": "Strikethrough",
|
|
685
|
+
"richText.sourceCompatibilityWarningDescription": "Rich-text editing will normalize some Markdown syntax in this document and may rewrite unchanged lines. Edit the Markdown source to preserve its exact formatting, or continue with rich text if normalization is acceptable.",
|
|
686
|
+
"richText.sourceCompatibilityWarningTitle": "Some Markdown formatting may change",
|
|
687
|
+
"richText.table": "Insert table",
|
|
688
|
+
"richText.tableActions": "Table actions",
|
|
689
|
+
"richText.tableColumns": "Columns",
|
|
690
|
+
"richText.tableRows": "Rows",
|
|
691
|
+
"richText.undo": "Undo",
|
|
575
692
|
"shell.accessDenied": "Access Denied",
|
|
576
693
|
"shell.applicationNotRegistered": "Application not registered",
|
|
577
694
|
"shell.organization": "Organization",
|
|
@@ -860,6 +977,7 @@
|
|
|
860
977
|
"store.viewingNewVersion": "Viewing New Version",
|
|
861
978
|
"store.viewingNewVersionDefault": "Now viewing the new version",
|
|
862
979
|
"store.viewingVersionLabel": "Now viewing version '{{label}}'",
|
|
980
|
+
"test.emptyTranslationFallback": "test.emptyTranslationFallback",
|
|
863
981
|
"theme.dark": "Dark",
|
|
864
982
|
"theme.label": "Theme",
|
|
865
983
|
"theme.light": "Light",
|