@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 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
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
112
|
"agent.runIdCopied": "실행 ID가 복사되었습니다",
|
|
112
|
-
"agent.running": "실행 중",
|
|
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": "클라이언트 ID",
|
|
257
|
-
"oauthApps.clientSecret": "클라이언트 시크릿",
|
|
258
|
-
"oauthApps.clientSecretConfigured": "시크릿이 설정됨 (유지하려면 비워두세요)",
|
|
259
|
-
"oauthApps.clientSecretHelp": "선택 사항. 기밀 클라이언트에 필요합니다. 저장 시 암호화됩니다.",
|
|
260
|
-
"oauthApps.clientSecretPlaceholder": "클라이언트 시크릿 입력",
|
|
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": "케밥 케이스 식별자 (예: 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": "웹 호환 비디오 렌디션이 없습니다",
|
|
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 키 가져오기 실패",
|