@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を2回押すか停止をクリックして中断",
|
|
@@ -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": "実行IDをコピーしました",
|
|
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": "クライアント 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": "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キーの取得に失敗しました",
|