@vertesia/ui 1.0.0 → 1.1.0-dev.20260427.060440Z
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/esm/core/components/ComboBox.js +23 -24
- package/lib/esm/core/components/ComboBox.js.map +1 -1
- package/lib/esm/core/components/FormItem.js +2 -2
- package/lib/esm/core/components/FormItem.js.map +1 -1
- package/lib/esm/core/components/SidePanel.js +1 -1
- package/lib/esm/core/components/SidePanel.js.map +1 -1
- package/lib/esm/core/components/shadcn/collaspible.js +3 -4
- package/lib/esm/core/components/shadcn/collaspible.js.map +1 -1
- package/lib/esm/core/components/shadcn/dropdown.js +37 -12
- package/lib/esm/core/components/shadcn/dropdown.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js +6 -6
- package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js.map +1 -1
- package/lib/esm/core/components/shadcn/filters/filterBar.js +5 -3
- package/lib/esm/core/components/shadcn/filters/filterBar.js.map +1 -1
- package/lib/esm/core/components/shadcn/radioGroup.js +1 -2
- package/lib/esm/core/components/shadcn/radioGroup.js.map +1 -1
- package/lib/esm/core/components/shadcn/switch.js +0 -1
- package/lib/esm/core/components/shadcn/switch.js.map +1 -1
- package/lib/esm/core/components/shadcn/tabs.js +2 -2
- package/lib/esm/core/components/shadcn/tabs.js.map +1 -1
- package/lib/esm/core/components/shadcn/tooltip.js +17 -1
- package/lib/esm/core/components/shadcn/tooltip.js.map +1 -1
- package/lib/esm/core/hooks/PortalContainerProvider.js +9 -3
- package/lib/esm/core/hooks/PortalContainerProvider.js.map +1 -1
- package/lib/esm/env/index.js +5 -8
- package/lib/esm/env/index.js.map +1 -1
- package/lib/esm/features/agent/chat/AgentRightPanel.js +21 -11
- package/lib/esm/features/agent/chat/AgentRightPanel.js.map +1 -1
- package/lib/esm/features/agent/chat/AskUserWidget.js +2 -6
- package/lib/esm/features/agent/chat/AskUserWidget.js.map +1 -1
- package/lib/esm/features/agent/chat/DocumentPanel.js +8 -5
- package/lib/esm/features/agent/chat/DocumentPanel.js.map +1 -1
- package/lib/esm/features/agent/chat/DocumentTabBar.js +5 -13
- package/lib/esm/features/agent/chat/DocumentTabBar.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentConversation.js +57 -26
- package/lib/esm/features/agent/chat/ModernAgentConversation.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +20 -16
- package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js +56 -45
- package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js +1 -1
- package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
- package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js +3 -9
- package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js.map +1 -1
- package/lib/esm/features/agent/chat/hooks/useAgentStream.js +9 -5
- package/lib/esm/features/agent/chat/hooks/useAgentStream.js.map +1 -1
- package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js +4 -0
- package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js.map +1 -1
- package/lib/esm/features/facets/AgentRunnerFacetsNav.js +1 -1
- package/lib/esm/features/facets/AgentRunnerFacetsNav.js.map +1 -1
- package/lib/esm/features/facets/DocumentsFacetsNav.js +3 -2
- package/lib/esm/features/facets/DocumentsFacetsNav.js.map +1 -1
- package/lib/esm/features/facets/RunsFacetsNav.js +8 -1
- package/lib/esm/features/facets/RunsFacetsNav.js.map +1 -1
- package/lib/esm/features/facets/WorkflowExecutionsFacetsNav.js +1 -1
- package/lib/esm/features/facets/WorkflowExecutionsFacetsNav.js.map +1 -1
- package/lib/esm/features/facets/index.js +1 -0
- package/lib/esm/features/facets/index.js.map +1 -1
- package/lib/esm/features/facets/utils/VInteractionFacet.js +5 -5
- package/lib/esm/features/facets/utils/VInteractionFacet.js.map +1 -1
- package/lib/esm/features/index.js +1 -0
- package/lib/esm/features/index.js.map +1 -1
- package/lib/esm/features/oauth/OAuthProviderConnectButton.js +85 -0
- package/lib/esm/features/oauth/OAuthProviderConnectButton.js.map +1 -0
- package/lib/esm/features/oauth/RemoteMcpConnectionButton.js +119 -0
- package/lib/esm/features/oauth/RemoteMcpConnectionButton.js.map +1 -0
- package/lib/esm/features/oauth/index.js +4 -0
- package/lib/esm/features/oauth/index.js.map +1 -0
- package/lib/esm/features/oauth/useOAuthPopup.js +89 -0
- package/lib/esm/features/oauth/useOAuthPopup.js.map +1 -0
- package/lib/esm/features/store/collections/BrowseCollectionView.js.map +1 -1
- package/lib/esm/features/store/collections/EditCollectionView.js +9 -2
- package/lib/esm/features/store/collections/EditCollectionView.js.map +1 -1
- package/lib/esm/features/store/objects/components/ContentOverview.js +19 -7
- package/lib/esm/features/store/objects/components/ContentOverview.js.map +1 -1
- package/lib/esm/features/store/objects/components/useContentPanelHooks.js +35 -15
- package/lib/esm/features/store/objects/components/useContentPanelHooks.js.map +1 -1
- package/lib/esm/features/store/objects/selection/ObjectsActionContext.js +3 -3
- package/lib/esm/features/store/objects/selection/ObjectsActionContext.js.map +1 -1
- package/lib/esm/features/store/objects/selection/SelectionActions.js +4 -3
- package/lib/esm/features/store/objects/selection/SelectionActions.js.map +1 -1
- package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js +11 -3
- package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js.map +1 -1
- package/lib/esm/features/store/objects/upload/DocumentUploadModal.js +1 -5
- package/lib/esm/features/store/objects/upload/DocumentUploadModal.js.map +1 -1
- package/lib/esm/features/user/UserInfo.js +33 -10
- package/lib/esm/features/user/UserInfo.js.map +1 -1
- package/lib/esm/i18n/locales/ar.json +81 -98
- package/lib/esm/i18n/locales/de.json +44 -73
- package/lib/esm/i18n/locales/en.json +31 -61
- package/lib/esm/i18n/locales/es.json +55 -79
- package/lib/esm/i18n/locales/fr.json +55 -81
- package/lib/esm/i18n/locales/it.json +55 -79
- package/lib/esm/i18n/locales/ja.json +46 -75
- package/lib/esm/i18n/locales/ko.json +44 -73
- package/lib/esm/i18n/locales/pt.json +55 -79
- package/lib/esm/i18n/locales/ru.json +58 -81
- package/lib/esm/i18n/locales/tr.json +46 -75
- package/lib/esm/i18n/locales/zh-TW.json +46 -75
- package/lib/esm/i18n/locales/zh.json +46 -75
- package/lib/esm/session/UserSession.js +2 -4
- package/lib/esm/session/UserSession.js.map +1 -1
- package/lib/esm/session/UserSessionProvider.js +22 -17
- package/lib/esm/session/UserSessionProvider.js.map +1 -1
- package/lib/esm/session/auth/composable.js +20 -2
- package/lib/esm/session/auth/composable.js.map +1 -1
- package/lib/esm/session/auth/domainRouting.js +7 -0
- package/lib/esm/session/auth/domainRouting.js.map +1 -0
- package/lib/esm/shell/login/InviteAcceptModal.js +1 -0
- package/lib/esm/shell/login/InviteAcceptModal.js.map +1 -1
- package/lib/esm/widgets/form/Form.js +2 -2
- package/lib/esm/widgets/form/Form.js.map +1 -1
- package/lib/esm/widgets/markdown/MarkdownRenderer.js +2 -1
- package/lib/esm/widgets/markdown/MarkdownRenderer.js.map +1 -1
- package/lib/esm/widgets/markdown/preprocessMathDelimiters.js +226 -0
- package/lib/esm/widgets/markdown/preprocessMathDelimiters.js.map +1 -0
- package/lib/esm/widgets/monacoEditor/MonacoEditor.js +40 -5
- package/lib/esm/widgets/monacoEditor/MonacoEditor.js.map +1 -1
- package/lib/esm/widgets/monacoEditor/foldingProviders.js +132 -0
- package/lib/esm/widgets/monacoEditor/foldingProviders.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/core/components/ComboBox.d.ts +12 -2
- package/lib/types/core/components/ComboBox.d.ts.map +1 -1
- package/lib/types/core/components/FormItem.d.ts +5 -2
- package/lib/types/core/components/FormItem.d.ts.map +1 -1
- package/lib/types/core/components/SidePanel.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/badge.d.ts +2 -2
- package/lib/types/core/components/shadcn/collaspible.d.ts +3 -3
- package/lib/types/core/components/shadcn/collaspible.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/dropdown.d.ts +11 -3
- package/lib/types/core/components/shadcn/dropdown.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/filters/filterBar.d.ts +2 -1
- package/lib/types/core/components/shadcn/filters/filterBar.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/input.d.ts +1 -1
- package/lib/types/core/components/shadcn/radioGroup.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/switch.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/tabs.d.ts +4 -2
- package/lib/types/core/components/shadcn/tabs.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/text.d.ts +1 -1
- package/lib/types/core/components/shadcn/tooltip.d.ts +1 -1
- package/lib/types/core/components/shadcn/tooltip.d.ts.map +1 -1
- package/lib/types/core/hooks/PortalContainerProvider.d.ts +1 -0
- package/lib/types/core/hooks/PortalContainerProvider.d.ts.map +1 -1
- package/lib/types/env/index.d.ts +2 -2
- package/lib/types/env/index.d.ts.map +1 -1
- package/lib/types/features/agent/chat/AgentChart.d.ts +1 -1
- package/lib/types/features/agent/chat/AgentChart.d.ts.map +1 -1
- package/lib/types/features/agent/chat/AgentRightPanel.d.ts +7 -2
- package/lib/types/features/agent/chat/AgentRightPanel.d.ts.map +1 -1
- package/lib/types/features/agent/chat/DocumentPanel.d.ts +2 -2
- package/lib/types/features/agent/chat/DocumentPanel.d.ts.map +1 -1
- package/lib/types/features/agent/chat/DocumentTabBar.d.ts +1 -2
- package/lib/types/features/agent/chat/DocumentTabBar.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentConversation.d.ts +5 -3
- package/lib/types/features/agent/chat/ModernAgentConversation.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +4 -2
- package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts +4 -4
- package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -1
- package/lib/types/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
- package/lib/types/features/agent/chat/VegaLiteChart.d.ts +1 -1
- package/lib/types/features/agent/chat/VegaLiteChart.d.ts.map +1 -1
- package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts +4 -2
- package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -1
- package/lib/types/features/agent/chat/hooks/useDocumentPanel.d.ts +1 -0
- package/lib/types/features/agent/chat/hooks/useDocumentPanel.d.ts.map +1 -1
- package/lib/types/features/facets/DocumentsFacetsNav.d.ts.map +1 -1
- package/lib/types/features/facets/RunsFacetsNav.d.ts.map +1 -1
- package/lib/types/features/facets/index.d.ts +1 -0
- package/lib/types/features/facets/index.d.ts.map +1 -1
- package/lib/types/features/index.d.ts +1 -0
- package/lib/types/features/index.d.ts.map +1 -1
- package/lib/types/features/oauth/OAuthProviderConnectButton.d.ts +11 -0
- package/lib/types/features/oauth/OAuthProviderConnectButton.d.ts.map +1 -0
- package/lib/types/features/oauth/RemoteMcpConnectionButton.d.ts +25 -0
- package/lib/types/features/oauth/RemoteMcpConnectionButton.d.ts.map +1 -0
- package/lib/types/features/oauth/index.d.ts +4 -0
- package/lib/types/features/oauth/index.d.ts.map +1 -0
- package/lib/types/features/oauth/useOAuthPopup.d.ts +12 -0
- package/lib/types/features/oauth/useOAuthPopup.d.ts.map +1 -0
- package/lib/types/features/store/collections/BrowseCollectionView.d.ts.map +1 -1
- package/lib/types/features/store/collections/EditCollectionView.d.ts.map +1 -1
- package/lib/types/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts +3 -3
- package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts +2 -1
- package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/SelectionActions.d.ts +3 -3
- package/lib/types/features/store/objects/selection/SelectionActions.d.ts.map +1 -1
- package/lib/types/features/store/objects/selection/actions/ExportPropertiesAction.d.ts.map +1 -1
- package/lib/types/features/user/UserInfo.d.ts +2 -1
- package/lib/types/features/user/UserInfo.d.ts.map +1 -1
- package/lib/types/session/UserSession.d.ts.map +1 -1
- package/lib/types/session/UserSessionProvider.d.ts +0 -1
- package/lib/types/session/UserSessionProvider.d.ts.map +1 -1
- package/lib/types/session/auth/composable.d.ts +4 -0
- package/lib/types/session/auth/composable.d.ts.map +1 -1
- package/lib/types/session/auth/domainRouting.d.ts +8 -0
- package/lib/types/session/auth/domainRouting.d.ts.map +1 -0
- package/lib/types/shell/login/InviteAcceptModal.d.ts.map +1 -1
- package/lib/types/widgets/markdown/MarkdownRenderer.d.ts.map +1 -1
- package/lib/types/widgets/markdown/preprocessMathDelimiters.d.ts +24 -0
- package/lib/types/widgets/markdown/preprocessMathDelimiters.d.ts.map +1 -0
- package/lib/types/widgets/monacoEditor/MonacoEditor.d.ts +2 -1
- package/lib/types/widgets/monacoEditor/MonacoEditor.d.ts.map +1 -1
- package/lib/types/widgets/monacoEditor/foldingProviders.d.ts +2 -0
- package/lib/types/widgets/monacoEditor/foldingProviders.d.ts.map +1 -0
- 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-layout.js +1 -1
- package/lib/vertesia-ui-layout.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/package.json +15 -15
- package/src/core/components/ComboBox.tsx +66 -29
- package/src/core/components/FormItem.tsx +9 -6
- package/src/core/components/SidePanel.tsx +5 -3
- package/src/core/components/shadcn/collaspible.tsx +5 -7
- package/src/core/components/shadcn/dropdown.tsx +68 -13
- package/src/core/components/shadcn/filters/comboBox/DateCombobox.tsx +6 -6
- package/src/core/components/shadcn/filters/filterBar.tsx +5 -3
- package/src/core/components/shadcn/radioGroup.tsx +1 -3
- package/src/core/components/shadcn/switch.tsx +0 -2
- package/src/core/components/shadcn/tabs.tsx +15 -2
- package/src/core/components/shadcn/tooltip.tsx +20 -3
- package/src/core/hooks/PortalContainerProvider.tsx +11 -3
- package/src/env/index.ts +7 -10
- package/src/features/agent/chat/AgentRightPanel.tsx +43 -23
- package/src/features/agent/chat/DocumentPanel.tsx +21 -19
- package/src/features/agent/chat/DocumentTabBar.tsx +21 -32
- package/src/features/agent/chat/ModernAgentConversation.tsx +72 -27
- package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +21 -9
- package/src/features/agent/chat/ModernAgentOutput/Header.tsx +136 -115
- package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +0 -3
- package/src/features/agent/chat/hooks/useAgentStream.ts +13 -7
- package/src/features/agent/chat/hooks/useDocumentPanel.ts +8 -0
- package/src/features/facets/AgentRunnerFacetsNav.tsx +1 -1
- package/src/features/facets/DocumentsFacetsNav.tsx +3 -1
- package/src/features/facets/RunsFacetsNav.tsx +9 -1
- package/src/features/facets/WorkflowExecutionsFacetsNav.tsx +1 -1
- package/src/features/facets/index.ts +1 -0
- package/src/features/facets/utils/VInteractionFacet.tsx +12 -12
- package/src/features/index.ts +1 -0
- package/src/features/oauth/OAuthProviderConnectButton.tsx +125 -0
- package/src/features/oauth/RemoteMcpConnectionButton.tsx +274 -0
- package/src/features/oauth/index.ts +3 -0
- package/src/features/oauth/useOAuthPopup.ts +125 -0
- package/src/features/store/collections/BrowseCollectionView.tsx +3 -3
- package/src/features/store/collections/EditCollectionView.tsx +10 -1
- package/src/features/store/objects/components/ContentOverview.tsx +108 -87
- package/src/features/store/objects/components/useContentPanelHooks.ts +50 -15
- package/src/features/store/objects/selection/ObjectsActionContext.tsx +5 -5
- package/src/features/store/objects/selection/ObjectsActionSpec.ts +2 -1
- package/src/features/store/objects/selection/SelectionActions.tsx +6 -5
- package/src/features/store/objects/selection/actions/ExportPropertiesAction.tsx +12 -3
- package/src/features/user/UserInfo.tsx +82 -10
- package/src/i18n/locales/ar.json +81 -98
- package/src/i18n/locales/de.json +44 -73
- package/src/i18n/locales/en.json +31 -61
- package/src/i18n/locales/es.json +55 -79
- package/src/i18n/locales/fr.json +55 -81
- package/src/i18n/locales/it.json +55 -79
- package/src/i18n/locales/ja.json +46 -75
- package/src/i18n/locales/ko.json +44 -73
- package/src/i18n/locales/pt.json +55 -79
- package/src/i18n/locales/ru.json +58 -81
- package/src/i18n/locales/tr.json +46 -75
- package/src/i18n/locales/zh-TW.json +46 -75
- package/src/i18n/locales/zh.json +46 -75
- package/src/session/UserSession.ts +2 -5
- package/src/session/UserSessionProvider.tsx +23 -18
- package/src/session/auth/auth-flow.md +1 -1
- package/src/session/auth/composable.ts +21 -2
- package/src/session/auth/domainRouting.test.ts +26 -0
- package/src/session/auth/domainRouting.ts +13 -0
- package/src/shell/login/InviteAcceptModal.tsx +1 -0
- package/src/widgets/form/Form.tsx +2 -2
- package/src/widgets/markdown/MarkdownRenderer.tsx +2 -1
- package/src/widgets/markdown/markdown.css +12 -0
- package/src/widgets/markdown/preprocessMathDelimiters.test.ts +87 -0
- package/src/widgets/markdown/preprocessMathDelimiters.ts +229 -0
- package/src/widgets/monacoEditor/MonacoEditor.tsx +47 -4
- package/src/widgets/monacoEditor/foldingProviders.ts +122 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"agent.actions": "操作",
|
|
3
2
|
"agent.activeWorkstreams_one": "代理有{{count}}個活躍的工作流正在運行",
|
|
4
3
|
"agent.activeWorkstreams_other": "代理有{{count}}個活躍的工作流正在運行",
|
|
5
4
|
"agent.agentConversation": "代理對話",
|
|
6
5
|
"agent.agentInterrupted": "代理已中斷",
|
|
7
6
|
"agent.agentPlan": "代理計劃",
|
|
8
7
|
"agent.agentProcessing": "代理正在處理中,完成後即可繼續...",
|
|
8
|
+
"agent.agentRunIdCopied": "已複製代理程式執行ID",
|
|
9
9
|
"agent.agentStarted": "代理已啟動",
|
|
10
10
|
"agent.agentWorking": "代理工作中...(按兩次Esc停止)",
|
|
11
11
|
"agent.agentWorkingStop": "代理工作中...按兩次Esc或點擊停止來中斷",
|
|
@@ -13,24 +13,28 @@
|
|
|
13
13
|
"agent.artifacts": "產物",
|
|
14
14
|
"agent.askAnything": "隨便問...(拖放或貼上檔案)",
|
|
15
15
|
"agent.batch": "批次",
|
|
16
|
+
"agent.canceled": "",
|
|
16
17
|
"agent.cancelWorkflow": "取消工作流程",
|
|
17
|
-
"agent.canceling": "正在取消",
|
|
18
18
|
"agent.clickToEnlarge": "點擊放大",
|
|
19
|
+
"agent.cloneConversation": "複製對話",
|
|
19
20
|
"agent.close": "關閉",
|
|
20
21
|
"agent.closeFullscreen": "關閉全螢幕",
|
|
21
22
|
"agent.completed": "已完成",
|
|
22
|
-
"agent.
|
|
23
|
-
"agent.
|
|
23
|
+
"agent.continueConversation": "繼續對話",
|
|
24
|
+
"agent.conversationCloned": "對話已複製",
|
|
25
|
+
"agent.conversationContinued": "對話已繼續",
|
|
24
26
|
"agent.copied": "已複製",
|
|
25
27
|
"agent.copiedAllToolCalls": "所有工具呼叫已複製到剪貼簿",
|
|
26
28
|
"agent.copiedBatchDetails": "批次詳情已複製到剪貼簿",
|
|
27
29
|
"agent.copiedToClipboard": "已複製到剪貼簿",
|
|
28
30
|
"agent.copy": "複製",
|
|
31
|
+
"agent.copyAgentRunId": "複製代理程式執行ID",
|
|
29
32
|
"agent.copyAllToolCalls": "複製所有工具呼叫",
|
|
30
33
|
"agent.copyBatchDetails": "複製批次詳情",
|
|
31
34
|
"agent.copyMessage": "複製訊息",
|
|
32
|
-
"agent.copyRunId": "複製執行ID",
|
|
35
|
+
"agent.copyRunId": "複製執行 ID",
|
|
33
36
|
"agent.copyToClipboard": "複製到剪貼簿",
|
|
37
|
+
"agent.copyWorkflowRunId": "複製工作流程執行ID",
|
|
34
38
|
"agent.dashboard": "儀表板",
|
|
35
39
|
"agent.details": "詳情",
|
|
36
40
|
"agent.document": "文件",
|
|
@@ -52,21 +56,19 @@
|
|
|
52
56
|
"agent.exportAsPdf": "匯出為PDF",
|
|
53
57
|
"agent.exportAsPng": "匯出為 PNG",
|
|
54
58
|
"agent.exportAsWord": "匯出為 Word",
|
|
55
|
-
"agent.exportMessage": "匯出訊息",
|
|
56
59
|
"agent.exporting": "正在匯出...",
|
|
60
|
+
"agent.exportMessage": "匯出訊息",
|
|
57
61
|
"agent.failedToCancelWorkflow": "取消工作流程失敗",
|
|
62
|
+
"agent.failedToCloneConversation": "複製對話失敗",
|
|
63
|
+
"agent.failedToContinueConversation": "繼續對話失敗",
|
|
58
64
|
"agent.failedToDownload": "下載對話失敗",
|
|
59
|
-
"agent.failedToForkConversation": "分支對話失敗",
|
|
60
65
|
"agent.failedToInterrupt": "中斷失敗",
|
|
61
66
|
"agent.failedToLoadDocument": "載入文件失敗",
|
|
62
|
-
"agent.failedToRenderMessage": "訊息渲染失敗",
|
|
63
|
-
"agent.failedToRestartConversation": "重新開始對話失敗",
|
|
64
67
|
"agent.failedToSend": "傳送訊息失敗",
|
|
65
68
|
"agent.filesProcessing": "檔案處理中",
|
|
66
69
|
"agent.filesStagedCount_one": "{{count}}個檔案已暫存 - 對話開始時將上傳",
|
|
67
70
|
"agent.filesStagedCount_other": "{{count}}個檔案已暫存 - 對話開始時將上傳",
|
|
68
71
|
"agent.filesUploadedDescription": "上傳到此對話的檔案始終可用。代理可以隨時存取它們。",
|
|
69
|
-
"agent.forkConversation": "分支對話",
|
|
70
72
|
"agent.fullscreen": "全螢幕",
|
|
71
73
|
"agent.hideDetails": "隱藏詳情",
|
|
72
74
|
"agent.hideSidebar": "隱藏側邊欄",
|
|
@@ -94,6 +96,7 @@
|
|
|
94
96
|
"agent.olderPlan": "較舊的計劃",
|
|
95
97
|
"agent.openDocument": "開啟文件",
|
|
96
98
|
"agent.openInNewTab": "在新分頁中開啟",
|
|
99
|
+
"agent.payload": "載荷",
|
|
97
100
|
"agent.pdfExportFailed": "PDF匯出失敗",
|
|
98
101
|
"agent.pdfExportReady": "PDF匯出已就緒",
|
|
99
102
|
"agent.pending": "待處理",
|
|
@@ -105,11 +108,8 @@
|
|
|
105
108
|
"agent.ready": "就緒",
|
|
106
109
|
"agent.refresh": "重新整理",
|
|
107
110
|
"agent.remaining": "剩餘{{seconds}}秒",
|
|
108
|
-
"agent.resizeRightPanel": "調整右側面板大小",
|
|
109
|
-
"agent.restartConversation": "重新開始對話",
|
|
110
111
|
"agent.retry": "重試",
|
|
111
|
-
"agent.runIdCopied": "
|
|
112
|
-
"agent.running": "執行中",
|
|
112
|
+
"agent.runIdCopied": "執行 ID 已複製",
|
|
113
113
|
"agent.searchDocuments": "搜尋文件",
|
|
114
114
|
"agent.selectInteraction": "選擇一個互動並點擊開始以啟動代理",
|
|
115
115
|
"agent.send": "傳送",
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
"agent.showSidebar": "顯示側邊欄",
|
|
119
119
|
"agent.staged": "已暫存",
|
|
120
120
|
"agent.startAgent": "啟動代理",
|
|
121
|
-
"agent.startNewConversation": "開始新對話",
|
|
122
121
|
"agent.startingAgent": "正在啟動代理...",
|
|
123
122
|
"agent.startingAgentUploading": "正在啟動代理並上傳檔案...",
|
|
123
|
+
"agent.startNewConversation": "開始新對話",
|
|
124
124
|
"agent.stepByStepPlan": "逐步計劃",
|
|
125
125
|
"agent.stop": "停止",
|
|
126
126
|
"agent.stopAgent": "停止代理",
|
|
@@ -138,8 +138,8 @@
|
|
|
138
138
|
"agent.unknownError": "未知錯誤",
|
|
139
139
|
"agent.unknownTime": "未知時間",
|
|
140
140
|
"agent.upload": "上傳",
|
|
141
|
-
"agent.uploadFailed": "上傳失敗",
|
|
142
141
|
"agent.uploadedFiles": "已上傳檔案",
|
|
142
|
+
"agent.uploadFailed": "上傳失敗",
|
|
143
143
|
"agent.uploading": "上傳中...",
|
|
144
144
|
"agent.uploads": "上傳",
|
|
145
145
|
"agent.waitForFiles": "請等待檔案處理完成",
|
|
@@ -147,6 +147,7 @@
|
|
|
147
147
|
"agent.waiting": "等待中...",
|
|
148
148
|
"agent.waitingForAgentResponse": "等待代理回應...",
|
|
149
149
|
"agent.workflowCancelled": "工作流程已取消",
|
|
150
|
+
"agent.workflowRunIdCopied": "已複製工作流程執行ID",
|
|
150
151
|
"agent.working": "工作中...",
|
|
151
152
|
"agent.workstreams": "工作流",
|
|
152
153
|
"agent.yes": "是",
|
|
@@ -183,11 +184,7 @@
|
|
|
183
184
|
"filter.noResultsFound": "未找到結果。",
|
|
184
185
|
"filter.selectRange": "選擇範圍",
|
|
185
186
|
"filter.to": "至:",
|
|
186
|
-
"form.clickToRemove": "點擊移除",
|
|
187
|
-
"form.createValue": "建立\"{{value}}\"",
|
|
188
187
|
"form.filter": "篩選...",
|
|
189
|
-
"form.noMoreOptions": "沒有更多可用選項",
|
|
190
|
-
"form.noOptionsFound": "未找到選項",
|
|
191
188
|
"layout.pageNotFound": "頁面未找到",
|
|
192
189
|
"layout.search": "搜尋",
|
|
193
190
|
"layout.searchPlaceholder": "搜尋...",
|
|
@@ -197,10 +194,10 @@
|
|
|
197
194
|
"login.terminal.account": "帳戶",
|
|
198
195
|
"login.terminal.accountRequired": "帳戶為必填項",
|
|
199
196
|
"login.terminal.accountRequiredDesc": "請選擇一個帳戶以授權客戶端存取ComposablePrompts伺服器",
|
|
197
|
+
"login.terminal.authorizeClient": "授權客戶端",
|
|
200
198
|
"login.terminal.authPayloadCopied": "認證資訊已複製",
|
|
201
199
|
"login.terminal.authPayloadCopiedSuccess": "您可以關閉此頁面。CLI應已接收到權杖。",
|
|
202
200
|
"login.terminal.authPayloadCopiedWithError": "您可以將認證資訊貼到終端中。注意:CLI未接收到權杖。發生錯誤:{{error}}",
|
|
203
|
-
"login.terminal.authorizeClient": "授權客戶端",
|
|
204
201
|
"login.terminal.browserPermissionNote": "注意:如果瀏覽器要求存取本地網路的權限,請允許。這是將授權權杖傳回CLI工具所必需的。否則,您需要手動將權杖複製/貼上到終端中。",
|
|
205
202
|
"login.terminal.chooseAccountProject": "您必須選擇客戶端要存取的目標帳戶和專案。",
|
|
206
203
|
"login.terminal.clientAuthenticated": "客戶端已認證。您可以關閉此頁面。",
|
|
@@ -225,6 +222,13 @@
|
|
|
225
222
|
"login.terminal.projectRequiredDesc": "請選擇一個專案以授權客戶端存取ComposablePrompts伺服器",
|
|
226
223
|
"login.terminal.selectAccount": "選擇帳戶",
|
|
227
224
|
"login.terminal.selectProject": "選擇專案",
|
|
225
|
+
"mcpOAuth.authenticate": "身份驗證",
|
|
226
|
+
"mcpOAuth.authenticating": "正在驗證身份...",
|
|
227
|
+
"mcpOAuth.connect": "連接",
|
|
228
|
+
"mcpOAuth.connected": "已連接",
|
|
229
|
+
"mcpOAuth.connecting": "正在連接...",
|
|
230
|
+
"mcpOAuth.disconnect": "中斷連接",
|
|
231
|
+
"mcpOAuth.notConnected": "未連接",
|
|
228
232
|
"misc.copiedToClipboard": "已複製到剪貼簿",
|
|
229
233
|
"misc.copy": "複製",
|
|
230
234
|
"misc.failedToCopy": "複製失敗",
|
|
@@ -249,45 +253,10 @@
|
|
|
249
253
|
"modal.saveVersion.versionLabel": "版本標籤(選填)",
|
|
250
254
|
"modal.saveVersion.versionLabelDescription": "新版本的選填標籤。",
|
|
251
255
|
"modal.saveVersion.versionLabelPlaceholder": "例如 v1.2、已核准、審核後",
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"oauthApps.clientId": "Client ID",
|
|
257
|
-
"oauthApps.clientSecret": "Client Secret",
|
|
258
|
-
"oauthApps.clientSecretConfigured": "Secret 已設定(留空以保留目前值)",
|
|
259
|
-
"oauthApps.clientSecretHelp": "選填。機密用戶端需要此項。靜態加密儲存。",
|
|
260
|
-
"oauthApps.clientSecretPlaceholder": "輸入 Client Secret",
|
|
261
|
-
"oauthApps.connect": "連線",
|
|
262
|
-
"oauthApps.connected": "已連線",
|
|
263
|
-
"oauthApps.create": "建立",
|
|
264
|
-
"oauthApps.createDescription": "為此專案設定新的 OAuth 應用程式。",
|
|
265
|
-
"oauthApps.created": "OAuth 應用程式已建立",
|
|
266
|
-
"oauthApps.defaultScopes": "預設權限範圍",
|
|
267
|
-
"oauthApps.defaultScopesHelp": "以空格分隔的 OAuth 權限範圍清單。",
|
|
268
|
-
"oauthApps.deleteConfirm": "刪除 OAuth 應用程式",
|
|
269
|
-
"oauthApps.deleteConfirmMessage": "您確定要刪除嗎",
|
|
270
|
-
"oauthApps.deleteFailed": "刪除 OAuth 應用程式失敗",
|
|
271
|
-
"oauthApps.deleted": "OAuth 應用程式已刪除",
|
|
272
|
-
"oauthApps.description": "設定用於第三方整合的 OAuth 應用程式。",
|
|
273
|
-
"oauthApps.disconnect": "中斷連線",
|
|
274
|
-
"oauthApps.displayName": "顯示名稱",
|
|
275
|
-
"oauthApps.edit": "編輯 OAuth 應用程式",
|
|
276
|
-
"oauthApps.editDescription": "更新 OAuth 應用程式設定。",
|
|
277
|
-
"oauthApps.empty": "尚未設定任何 OAuth 應用程式。",
|
|
278
|
-
"oauthApps.endpointsOptionalHelp": "可選。對於支援 .well-known 探索的 MCP 伺服器,請留空。",
|
|
279
|
-
"oauthApps.name": "名稱",
|
|
280
|
-
"oauthApps.nameHelp": "Kebab-case 識別碼(例如 my-oauth-app)。建立後無法變更。",
|
|
281
|
-
"oauthApps.notConnected": "未連線",
|
|
282
|
-
"oauthApps.revocationEndpoint": "撤銷端點",
|
|
283
|
-
"oauthApps.save": "儲存",
|
|
284
|
-
"oauthApps.saveFailed": "儲存 OAuth 應用程式失敗",
|
|
285
|
-
"oauthApps.saving": "正在儲存...",
|
|
286
|
-
"oauthApps.status": "狀態",
|
|
287
|
-
"oauthApps.title": "OAuth 應用程式",
|
|
288
|
-
"oauthApps.tokenEndpoint": "權杖端點",
|
|
289
|
-
"oauthApps.updated": "OAuth 應用程式已更新",
|
|
290
|
-
"oauthApps.usePkce": "使用 PKCE(建議)",
|
|
256
|
+
"oauthProvider.authenticate": "驗證",
|
|
257
|
+
"oauthProvider.authenticating": "正在驗證...",
|
|
258
|
+
"oauthProvider.connected": "已連線",
|
|
259
|
+
"oauthProvider.disconnect": "中斷連線",
|
|
291
260
|
"pdf.close": "關閉",
|
|
292
261
|
"pdf.closeFullscreen": "關閉全螢幕",
|
|
293
262
|
"pdf.download": "下載",
|
|
@@ -343,7 +312,8 @@
|
|
|
343
312
|
"store.actions.addToCollectionFailure": "新增到集合失敗",
|
|
344
313
|
"store.actions.addToCollectionFailureDesc": "無法將選中的物件新增到集合",
|
|
345
314
|
"store.actions.addToCollectionSuccess": "新增到集合成功",
|
|
346
|
-
"store.actions.
|
|
315
|
+
"store.actions.addToCollectionSuccessDesc_one": "已將 {{count}} 個物件新增至集合",
|
|
316
|
+
"store.actions.addToCollectionSuccessDesc_other": "已將 {{count}} 個物件新增至集合",
|
|
347
317
|
"store.actions.addToCollectionTitle": "新增到集合",
|
|
348
318
|
"store.actions.areYouSure": "確定嗎?",
|
|
349
319
|
"store.actions.cannotRemoveNoCollection": "無法移除物件:未指定集合",
|
|
@@ -354,7 +324,6 @@
|
|
|
354
324
|
"store.actions.chooseWorkflowRule": "選擇要啟動的工作流程規則:",
|
|
355
325
|
"store.actions.confirmDeleteAll": "確定要刪除所有選中的物件嗎?此操作無法復原。",
|
|
356
326
|
"store.actions.confirmDeleteSelected": "確定要刪除選中的物件嗎?\n這不是從集合中移除。",
|
|
357
|
-
"store.actions.confirmRemoveFromCollection": "確定要從此集合中移除選中的物件嗎?",
|
|
358
327
|
"store.actions.createNew": "新建",
|
|
359
328
|
"store.actions.delete": "刪除",
|
|
360
329
|
"store.actions.deleteObjects": "刪除物件",
|
|
@@ -370,8 +339,6 @@
|
|
|
370
339
|
"store.actions.noObjectsSelected": "未選擇任何物件",
|
|
371
340
|
"store.actions.pleaseSelectObjectsToDelete": "請選擇要刪除的物件",
|
|
372
341
|
"store.actions.pleaseSelectObjectsToRemove": "請選擇要從集合中移除的物件",
|
|
373
|
-
"store.actions.removeFromCollection": "從集合中移除",
|
|
374
|
-
"store.actions.removeFromCollectionDesc": "從此集合中移除選中的物件",
|
|
375
342
|
"store.actions.selectCollection": "選擇集合",
|
|
376
343
|
"store.actions.startWorkflow": "啟動工作流程",
|
|
377
344
|
"store.actions.startWorkflowByRule": "按規則啟動工作流程",
|
|
@@ -395,9 +362,10 @@
|
|
|
395
362
|
"store.collectionDeleted": "集合已刪除",
|
|
396
363
|
"store.collectionFetchFailed": "取得集合失敗",
|
|
397
364
|
"store.collectionPropertiesUpdated": "集合屬性已更新",
|
|
365
|
+
"store.collectionsSelected_one": "已選取 {{count}} 個集合",
|
|
366
|
+
"store.collectionsSelected_other": "已選取 {{count}} 個集合",
|
|
398
367
|
"store.collectionUpdated": "集合已更新",
|
|
399
368
|
"store.collectionUpdatedSuccess": "集合已成功更新",
|
|
400
|
-
"store.collectionsSelected": "已選擇{{count}}個集合",
|
|
401
369
|
"store.configuration": "設定",
|
|
402
370
|
"store.confirmSelection": "確認選擇",
|
|
403
371
|
"store.contentCopied": "{{type}}已複製",
|
|
@@ -407,9 +375,9 @@
|
|
|
407
375
|
"store.copyFailed": "複製失敗",
|
|
408
376
|
"store.createACollection": "建立集合",
|
|
409
377
|
"store.createCollection": "建立集合",
|
|
410
|
-
"store.createType": "建立類型",
|
|
411
378
|
"store.created": "建立時間",
|
|
412
379
|
"store.createdBy": "建立者",
|
|
380
|
+
"store.createType": "建立類型",
|
|
413
381
|
"store.deleteCollection": "刪除集合",
|
|
414
382
|
"store.documentExported": "文件已匯出",
|
|
415
383
|
"store.documentInformation": "文件資訊",
|
|
@@ -419,11 +387,11 @@
|
|
|
419
387
|
"store.downloadFailed": "下載失敗",
|
|
420
388
|
"store.dynamicCollection": "動態集合",
|
|
421
389
|
"store.dynamicCollectionDescription": "根據查詢動態取得集合內容。如果未啟用,則內容必須由使用者或代理新增。",
|
|
390
|
+
"store.editingGenericDocument": "編輯通用文件屬性",
|
|
422
391
|
"store.editJson": "編輯JSON",
|
|
423
392
|
"store.editProperties": "編輯屬性",
|
|
424
393
|
"store.editSchema": "編輯結構",
|
|
425
394
|
"store.editText": "編輯文字",
|
|
426
|
-
"store.editingGenericDocument": "編輯通用文件屬性",
|
|
427
395
|
"store.embeddings": "嵌入向量",
|
|
428
396
|
"store.enableSyncMemberHeads": "啟用同步成員HEAD",
|
|
429
397
|
"store.error": "錯誤",
|
|
@@ -483,6 +451,7 @@
|
|
|
483
451
|
"store.noCollectionsAvailable": "沒有可用的集合。",
|
|
484
452
|
"store.noCollectionsFound": "未找到集合。",
|
|
485
453
|
"store.noFilesSelected": "未選擇檔案",
|
|
454
|
+
"store.none": "無",
|
|
486
455
|
"store.noObjectsDragAndDrop": "沒有物件。只需將文件或圖片拖放到此處即可建立內容物件。",
|
|
487
456
|
"store.noPreviewAvailable": "此文件類型沒有可用的預覽。",
|
|
488
457
|
"store.noProjectSelected": "未選擇專案",
|
|
@@ -492,7 +461,6 @@
|
|
|
492
461
|
"store.noType": "無類型",
|
|
493
462
|
"store.noValidFilesSelected": "未選擇有效檔案",
|
|
494
463
|
"store.noVideoRendition": "沒有可用的Web相容影片格式",
|
|
495
|
-
"store.none": "無",
|
|
496
464
|
"store.openFullDocument": "開啟完整文件",
|
|
497
465
|
"store.openFullDocumentView": "開啟完整文件檢視",
|
|
498
466
|
"store.optional": "(選填)",
|
|
@@ -521,11 +489,10 @@
|
|
|
521
489
|
"store.search": "搜尋",
|
|
522
490
|
"store.searchCollections": "搜尋集合",
|
|
523
491
|
"store.searchFailed": "搜尋失敗",
|
|
492
|
+
"store.searching": "搜尋中...",
|
|
524
493
|
"store.searchPlaceholder": "輸入您要尋找的內容,或選擇篩選條件",
|
|
525
494
|
"store.searchTypes": "搜尋類型",
|
|
526
|
-
"store.searching": "搜尋中...",
|
|
527
495
|
"store.selectACollection": "選擇一個集合",
|
|
528
|
-
"store.selectContent": "選擇內容",
|
|
529
496
|
"store.selectContentType": "選擇內容類型",
|
|
530
497
|
"store.selectContentTypeAuto": "選擇內容類型,或留空以自動偵測",
|
|
531
498
|
"store.selectContentTypeLabel": "選擇內容類型",
|
|
@@ -567,14 +534,14 @@
|
|
|
567
534
|
"store.viewAsPdf": "以PDF檢視",
|
|
568
535
|
"store.viewAudio": "檢視音訊",
|
|
569
536
|
"store.viewImage": "檢視圖片",
|
|
537
|
+
"store.viewingNewVersion": "正在檢視新版本",
|
|
538
|
+
"store.viewingNewVersionDefault": "正在檢視新版本",
|
|
539
|
+
"store.viewingVersionLabel": "正在檢視版本'{{label}}'",
|
|
570
540
|
"store.viewInJsonFormat": "以JSON格式檢視",
|
|
571
541
|
"store.viewPdf": "檢視PDF",
|
|
572
542
|
"store.viewText": "檢視文字",
|
|
573
543
|
"store.viewTranscript": "檢視轉錄",
|
|
574
544
|
"store.viewVideo": "檢視影片",
|
|
575
|
-
"store.viewingNewVersion": "正在檢視新版本",
|
|
576
|
-
"store.viewingNewVersionDefault": "正在檢視新版本",
|
|
577
|
-
"store.viewingVersionLabel": "正在檢視版本'{{label}}'",
|
|
578
545
|
"theme.dark": "深色",
|
|
579
546
|
"theme.label": "主題",
|
|
580
547
|
"theme.light": "淺色",
|
|
@@ -582,7 +549,9 @@
|
|
|
582
549
|
"type.description": "描述",
|
|
583
550
|
"type.name": "名稱",
|
|
584
551
|
"type.nameRequired": "名稱為必填項",
|
|
585
|
-
"
|
|
552
|
+
"type.type": "類型",
|
|
553
|
+
"upload.allFilesExist_one": "{{count}} 個檔案已存在",
|
|
554
|
+
"upload.allFilesExist_other": "{{count}} 個檔案已存在",
|
|
586
555
|
"upload.analyzingFiles": "正在分析檔案...",
|
|
587
556
|
"upload.checkingForDuplicates": "正在檢查重複項和更新",
|
|
588
557
|
"upload.collectionLabel": "集合:",
|
|
@@ -620,15 +589,17 @@
|
|
|
620
589
|
"upload.update": "更新",
|
|
621
590
|
"upload.uploadComplete": "上傳完成",
|
|
622
591
|
"upload.uploadFiles": "上傳檔案",
|
|
592
|
+
"upload.uploadingFiles": "正在上傳檔案",
|
|
623
593
|
"upload.uploadLocation": "上傳位置:",
|
|
624
594
|
"upload.uploadMore": "上傳更多",
|
|
625
595
|
"upload.uploadProcessInterrupted": "上傳過程已中斷",
|
|
626
|
-
"upload.uploadingFiles": "正在上傳檔案",
|
|
627
596
|
"upload.useAutoDetection": "使用自動類型偵測",
|
|
628
597
|
"upload.useTypeName": "使用{{typeName}}",
|
|
629
598
|
"user.account": "帳戶:",
|
|
630
599
|
"user.agentOnBehalfOf": "代理代表",
|
|
631
600
|
"user.agentOnBehalfOfApiKey": "代理代表API金鑰",
|
|
601
|
+
"user.allProjectMembers": "所有專案成員",
|
|
602
|
+
"user.allProjectMembersDescription": "此專案的每個成員都擁有此權限。",
|
|
632
603
|
"user.appVersion": "應用版本",
|
|
633
604
|
"user.environment": "環境",
|
|
634
605
|
"user.failedToFetchApiKey": "取得API金鑰失敗",
|