@vertesia/ui 1.0.0-dev.20260227.112605Z → 1.0.0

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.
Files changed (783) hide show
  1. package/lib/esm/core/components/SelectList.js +3 -1
  2. package/lib/esm/core/components/SelectList.js.map +1 -1
  3. package/lib/esm/core/components/SidePanel.js +2 -2
  4. package/lib/esm/core/components/SidePanel.js.map +1 -1
  5. package/lib/esm/core/components/index.js +0 -5
  6. package/lib/esm/core/components/index.js.map +1 -1
  7. package/lib/esm/core/components/shadcn/breadcrumb.js +11 -7
  8. package/lib/esm/core/components/shadcn/breadcrumb.js.map +1 -1
  9. package/lib/esm/core/components/shadcn/button.js +5 -3
  10. package/lib/esm/core/components/shadcn/button.js.map +1 -1
  11. package/lib/esm/core/components/shadcn/collaspible.js +14 -0
  12. package/lib/esm/core/components/shadcn/collaspible.js.map +1 -0
  13. package/lib/esm/core/components/shadcn/dropdown.js +61 -0
  14. package/lib/esm/core/components/shadcn/dropdown.js.map +1 -0
  15. package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js +3 -1
  16. package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js.map +1 -1
  17. package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js +3 -1
  18. package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js.map +1 -1
  19. package/lib/esm/core/components/shadcn/filters/comboBox/StringListCombobox.js +1 -1
  20. package/lib/esm/core/components/shadcn/filters/comboBox/StringListCombobox.js.map +1 -1
  21. package/lib/esm/core/components/shadcn/filters/filter/StringListFilter.js +1 -1
  22. package/lib/esm/core/components/shadcn/filters/filter/StringListFilter.js.map +1 -1
  23. package/lib/esm/core/components/shadcn/filters/filter/dateFilter.js +4 -2
  24. package/lib/esm/core/components/shadcn/filters/filter/dateFilter.js.map +1 -1
  25. package/lib/esm/core/components/shadcn/filters/filterBar.js +7 -4
  26. package/lib/esm/core/components/shadcn/filters/filterBar.js.map +1 -1
  27. package/lib/esm/core/components/shadcn/index.js +4 -0
  28. package/lib/esm/core/components/shadcn/index.js.map +1 -1
  29. package/lib/esm/core/components/shadcn/modal/ConfirmModal.js +4 -2
  30. package/lib/esm/core/components/shadcn/modal/ConfirmModal.js.map +1 -1
  31. package/lib/esm/core/components/shadcn/modal/DeleteModal.js +5 -3
  32. package/lib/esm/core/components/shadcn/modal/DeleteModal.js.map +1 -1
  33. package/lib/esm/core/components/shadcn/popover.js +11 -7
  34. package/lib/esm/core/components/shadcn/popover.js.map +1 -1
  35. package/lib/esm/core/components/shadcn/radioGroup.js +29 -0
  36. package/lib/esm/core/components/shadcn/radioGroup.js.map +1 -0
  37. package/lib/esm/core/components/shadcn/selectBox.js +1 -1
  38. package/lib/esm/core/components/shadcn/switch.js +19 -0
  39. package/lib/esm/core/components/shadcn/switch.js.map +1 -0
  40. package/lib/esm/core/components/shadcn/tabs.js +6 -6
  41. package/lib/esm/core/components/shadcn/tabs.js.map +1 -1
  42. package/lib/esm/core/components/shadcn/theme/ThemeSwitcher.js +8 -6
  43. package/lib/esm/core/components/shadcn/theme/ThemeSwitcher.js.map +1 -1
  44. package/lib/esm/core/components/shadcn/tooltip.js +1 -1
  45. package/lib/esm/core/components/shadcn/tooltip.js.map +1 -1
  46. package/lib/esm/core/components/toast/NotificationPanel.js +3 -3
  47. package/lib/esm/core/components/toast/NotificationPanel.js.map +1 -1
  48. package/lib/esm/env/index.js +11 -1
  49. package/lib/esm/env/index.js.map +1 -1
  50. package/lib/esm/features/agent/PayloadBuilder.js +87 -15
  51. package/lib/esm/features/agent/PayloadBuilder.js.map +1 -1
  52. package/lib/esm/features/agent/chat/AgentRightPanel.js +159 -0
  53. package/lib/esm/features/agent/chat/AgentRightPanel.js.map +1 -0
  54. package/lib/esm/features/agent/chat/ArtifactsTab.js +69 -0
  55. package/lib/esm/features/agent/chat/ArtifactsTab.js.map +1 -0
  56. package/lib/esm/features/agent/chat/AskUserWidget.js +12 -6
  57. package/lib/esm/features/agent/chat/AskUserWidget.js.map +1 -1
  58. package/lib/esm/features/agent/chat/DocumentPanel.js +6 -3
  59. package/lib/esm/features/agent/chat/DocumentPanel.js.map +1 -1
  60. package/lib/esm/features/agent/chat/ImageLightbox.js +3 -1
  61. package/lib/esm/features/agent/chat/ImageLightbox.js.map +1 -1
  62. package/lib/esm/features/agent/chat/ModernAgentConversation.js +243 -106
  63. package/lib/esm/features/agent/chat/ModernAgentConversation.js.map +1 -1
  64. package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +122 -52
  65. package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
  66. package/lib/esm/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js +5 -3
  67. package/lib/esm/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js.map +1 -1
  68. package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js +57 -18
  69. package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
  70. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js +82 -83
  71. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js.map +1 -1
  72. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js +16 -14
  73. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -1
  74. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js +20 -5
  75. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
  76. package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js +8 -6
  77. package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js.map +1 -1
  78. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js +12 -10
  79. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js.map +1 -1
  80. package/lib/esm/features/agent/chat/ModernAgentOutput/StreamingMessage.js +5 -3
  81. package/lib/esm/features/agent/chat/ModernAgentOutput/StreamingMessage.js.map +1 -1
  82. package/lib/esm/features/agent/chat/ModernAgentOutput/ToolCallGroup.js +104 -13
  83. package/lib/esm/features/agent/chat/ModernAgentOutput/ToolCallGroup.js.map +1 -1
  84. package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js +9 -5
  85. package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js.map +1 -1
  86. package/lib/esm/features/agent/chat/ModernAgentOutput/utils.js +160 -76
  87. package/lib/esm/features/agent/chat/ModernAgentOutput/utils.js.map +1 -1
  88. package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js +3 -1
  89. package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js.map +1 -1
  90. package/lib/esm/features/agent/chat/VegaLiteChart.js +14 -2
  91. package/lib/esm/features/agent/chat/VegaLiteChart.js.map +1 -1
  92. package/lib/esm/features/agent/chat/hooks/useAgentPlans.js +3 -8
  93. package/lib/esm/features/agent/chat/hooks/useAgentPlans.js.map +1 -1
  94. package/lib/esm/features/agent/chat/hooks/useAgentStream.js +75 -16
  95. package/lib/esm/features/agent/chat/hooks/useAgentStream.js.map +1 -1
  96. package/lib/esm/features/agent/chat/hooks/useArtifacts.js +108 -0
  97. package/lib/esm/features/agent/chat/hooks/useArtifacts.js.map +1 -0
  98. package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js +56 -5
  99. package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js.map +1 -1
  100. package/lib/esm/features/agent/chat/hooks/useFileProcessing.js +12 -10
  101. package/lib/esm/features/agent/chat/hooks/useFileProcessing.js.map +1 -1
  102. package/lib/esm/features/errors/PanelErrorBoundary.js +3 -1
  103. package/lib/esm/features/errors/PanelErrorBoundary.js.map +1 -1
  104. package/lib/esm/features/facets/AgentRunnerFacetsNav.js +45 -33
  105. package/lib/esm/features/facets/AgentRunnerFacetsNav.js.map +1 -1
  106. package/lib/esm/features/facets/RunsFacetsNav.js +1 -1
  107. package/lib/esm/features/facets/RunsFacetsNav.js.map +1 -1
  108. package/lib/esm/features/facets/index.js +1 -1
  109. package/lib/esm/features/facets/index.js.map +1 -1
  110. package/lib/esm/features/layout/GenericPageNavHeader.js +40 -28
  111. package/lib/esm/features/layout/GenericPageNavHeader.js.map +1 -1
  112. package/lib/esm/features/layout/NotFoundView.js +3 -1
  113. package/lib/esm/features/layout/NotFoundView.js.map +1 -1
  114. package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js +9 -5
  115. package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js.map +1 -1
  116. package/lib/esm/features/magic-pdf/DownloadPopover.js +5 -4
  117. package/lib/esm/features/magic-pdf/DownloadPopover.js.map +1 -1
  118. package/lib/esm/features/magic-pdf/MagicPdfView.js +8 -5
  119. package/lib/esm/features/magic-pdf/MagicPdfView.js.map +1 -1
  120. package/lib/esm/features/pdf-viewer/PdfPageSlider.js +9 -5
  121. package/lib/esm/features/pdf-viewer/PdfPageSlider.js.map +1 -1
  122. package/lib/esm/features/pdf-viewer/SimplePdfViewer.js +5 -3
  123. package/lib/esm/features/pdf-viewer/SimplePdfViewer.js.map +1 -1
  124. package/lib/esm/features/permissions/UserPermissionsProvider.js +3 -1
  125. package/lib/esm/features/permissions/UserPermissionsProvider.js.map +1 -1
  126. package/lib/esm/features/store/collections/BrowseCollectionView.js +9 -1
  127. package/lib/esm/features/store/collections/BrowseCollectionView.js.map +1 -1
  128. package/lib/esm/features/store/collections/CollectionsTable.js +14 -7
  129. package/lib/esm/features/store/collections/CollectionsTable.js.map +1 -1
  130. package/lib/esm/features/store/collections/CreateCollection.js +21 -18
  131. package/lib/esm/features/store/collections/CreateCollection.js.map +1 -1
  132. package/lib/esm/features/store/collections/EditCollectionView.js +23 -19
  133. package/lib/esm/features/store/collections/EditCollectionView.js.map +1 -1
  134. package/lib/esm/features/store/collections/SelectCollection.js +25 -10
  135. package/lib/esm/features/store/collections/SelectCollection.js.map +1 -1
  136. package/lib/esm/features/store/collections/SharedPropsEditor.js +5 -3
  137. package/lib/esm/features/store/collections/SharedPropsEditor.js.map +1 -1
  138. package/lib/esm/features/store/collections/SyncMemberHeadsToggle.js +5 -3
  139. package/lib/esm/features/store/collections/SyncMemberHeadsToggle.js.map +1 -1
  140. package/lib/esm/features/store/objects/DocumentPreviewPanel.js +14 -12
  141. package/lib/esm/features/store/objects/DocumentPreviewPanel.js.map +1 -1
  142. package/lib/esm/features/store/objects/DocumentSearchResults.js +15 -5
  143. package/lib/esm/features/store/objects/DocumentSearchResults.js.map +1 -1
  144. package/lib/esm/features/store/objects/DocumentTable.js +10 -7
  145. package/lib/esm/features/store/objects/DocumentTable.js.map +1 -1
  146. package/lib/esm/features/store/objects/ExportPropertiesModal.js +5 -2
  147. package/lib/esm/features/store/objects/ExportPropertiesModal.js.map +1 -1
  148. package/lib/esm/features/store/objects/components/ContentDispositionButton.js +3 -1
  149. package/lib/esm/features/store/objects/components/ContentDispositionButton.js.map +1 -1
  150. package/lib/esm/features/store/objects/components/ContentOverview.js +55 -40
  151. package/lib/esm/features/store/objects/components/ContentOverview.js.map +1 -1
  152. package/lib/esm/features/store/objects/components/DocumentIcon.js +4 -3
  153. package/lib/esm/features/store/objects/components/DocumentIcon.js.map +1 -1
  154. package/lib/esm/features/store/objects/components/PropertiesEditorModal.js +13 -11
  155. package/lib/esm/features/store/objects/components/PropertiesEditorModal.js.map +1 -1
  156. package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js +15 -18
  157. package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js.map +1 -1
  158. package/lib/esm/features/store/objects/components/SelectDocument.js +9 -6
  159. package/lib/esm/features/store/objects/components/SelectDocument.js.map +1 -1
  160. package/lib/esm/features/store/objects/components/TextEditorPanel.js +97 -0
  161. package/lib/esm/features/store/objects/components/TextEditorPanel.js.map +1 -0
  162. package/lib/esm/features/store/objects/components/VectorSearchWidget.js +3 -1
  163. package/lib/esm/features/store/objects/components/VectorSearchWidget.js.map +1 -1
  164. package/lib/esm/features/store/objects/components/useContentPanelHooks.js +4 -2
  165. package/lib/esm/features/store/objects/components/useContentPanelHooks.js.map +1 -1
  166. package/lib/esm/features/store/objects/components/useDownloadFile.js +12 -10
  167. package/lib/esm/features/store/objects/components/useDownloadFile.js.map +1 -1
  168. package/lib/esm/features/store/objects/layout/documentLayout.js +10 -6
  169. package/lib/esm/features/store/objects/layout/documentLayout.js.map +1 -1
  170. package/lib/esm/features/store/objects/layout/renderers.js +10 -1
  171. package/lib/esm/features/store/objects/layout/renderers.js.map +1 -1
  172. package/lib/esm/features/store/objects/search/DocumentSearchContext.js +3 -2
  173. package/lib/esm/features/store/objects/search/DocumentSearchContext.js.map +1 -1
  174. package/lib/esm/features/store/objects/search/DocumentSearchProvider.js +3 -0
  175. package/lib/esm/features/store/objects/search/DocumentSearchProvider.js.map +1 -1
  176. package/lib/esm/features/store/objects/selection/ObjectsActionContext.js +22 -109
  177. package/lib/esm/features/store/objects/selection/ObjectsActionContext.js.map +1 -1
  178. package/lib/esm/features/store/objects/selection/ObjectsActionContextClass.js +50 -0
  179. package/lib/esm/features/store/objects/selection/ObjectsActionContextClass.js.map +1 -0
  180. package/lib/esm/features/store/objects/selection/ObjectsActionHooks.js +27 -0
  181. package/lib/esm/features/store/objects/selection/ObjectsActionHooks.js.map +1 -0
  182. package/lib/esm/features/store/objects/selection/SelectionActions.js +10 -6
  183. package/lib/esm/features/store/objects/selection/SelectionActions.js.map +1 -1
  184. package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js +17 -12
  185. package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js.map +1 -1
  186. package/lib/esm/features/store/objects/selection/actions/ChangeTypeAction.js +9 -5
  187. package/lib/esm/features/store/objects/selection/actions/ChangeTypeAction.js.map +1 -1
  188. package/lib/esm/features/store/objects/selection/actions/ConfirmAction.js +4 -2
  189. package/lib/esm/features/store/objects/selection/actions/ConfirmAction.js.map +1 -1
  190. package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js +24 -23
  191. package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js.map +1 -1
  192. package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js +10 -5
  193. package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js.map +1 -1
  194. package/lib/esm/features/store/objects/selection/actions/RemoveFromCollectionAction.js +13 -9
  195. package/lib/esm/features/store/objects/selection/actions/RemoveFromCollectionAction.js.map +1 -1
  196. package/lib/esm/features/store/objects/selection/actions/StartWorkflowComponent.js +14 -8
  197. package/lib/esm/features/store/objects/selection/actions/StartWorkflowComponent.js.map +1 -1
  198. package/lib/esm/features/store/objects/upload/DocumentUploadModal.js +42 -39
  199. package/lib/esm/features/store/objects/upload/DocumentUploadModal.js.map +1 -1
  200. package/lib/esm/features/store/objects/upload/useSmartFileUploadProcessing.js +4 -2
  201. package/lib/esm/features/store/objects/upload/useSmartFileUploadProcessing.js.map +1 -1
  202. package/lib/esm/features/store/objects/upload/useUploadHandler.js +9 -7
  203. package/lib/esm/features/store/objects/upload/useUploadHandler.js.map +1 -1
  204. package/lib/esm/features/store/types/ContentObjectTypesSearch.js +6 -4
  205. package/lib/esm/features/store/types/ContentObjectTypesSearch.js.map +1 -1
  206. package/lib/esm/features/store/types/ContentObjectTypesTable.js +3 -1
  207. package/lib/esm/features/store/types/ContentObjectTypesTable.js.map +1 -1
  208. package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js +6 -7
  209. package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js.map +1 -1
  210. package/lib/esm/features/store/types/ObjectSchemaEditor.js +9 -7
  211. package/lib/esm/features/store/types/ObjectSchemaEditor.js.map +1 -1
  212. package/lib/esm/features/store/types/SelectContentType.js +9 -7
  213. package/lib/esm/features/store/types/SelectContentType.js.map +1 -1
  214. package/lib/esm/features/store/types/SelectContentTypeModal.js +5 -2
  215. package/lib/esm/features/store/types/SelectContentTypeModal.js.map +1 -1
  216. package/lib/esm/features/store/types/TableLayoutEditor.js +6 -4
  217. package/lib/esm/features/store/types/TableLayoutEditor.js.map +1 -1
  218. package/lib/esm/features/user/UserInfo.js +40 -50
  219. package/lib/esm/features/user/UserInfo.js.map +1 -1
  220. package/lib/esm/i18n/index.js +31 -0
  221. package/lib/esm/i18n/index.js.map +1 -0
  222. package/lib/esm/i18n/instance.js +46 -0
  223. package/lib/esm/i18n/instance.js.map +1 -0
  224. package/lib/esm/i18n/locales/ar.json +694 -0
  225. package/lib/esm/i18n/locales/de.json +662 -0
  226. package/lib/esm/i18n/locales/en.json +663 -0
  227. package/lib/esm/i18n/locales/es.json +668 -0
  228. package/lib/esm/i18n/locales/fr.json +670 -0
  229. package/lib/esm/i18n/locales/it.json +668 -0
  230. package/lib/esm/i18n/locales/ja.json +662 -0
  231. package/lib/esm/i18n/locales/ko.json +662 -0
  232. package/lib/esm/i18n/locales/pt.json +668 -0
  233. package/lib/esm/i18n/locales/ru.json +678 -0
  234. package/lib/esm/i18n/locales/tr.json +662 -0
  235. package/lib/esm/i18n/locales/zh-TW.json +662 -0
  236. package/lib/esm/i18n/locales/zh.json +662 -0
  237. package/lib/esm/layout/FullHeightLayout.js +3 -0
  238. package/lib/esm/layout/FullHeightLayout.js.map +1 -1
  239. package/lib/esm/layout/Navbar.js +3 -1
  240. package/lib/esm/layout/Navbar.js.map +1 -1
  241. package/lib/esm/layout/RegionTag.js +15 -0
  242. package/lib/esm/layout/RegionTag.js.map +1 -0
  243. package/lib/esm/layout/Sidebar.js +2 -2
  244. package/lib/esm/layout/Sidebar.js.map +1 -1
  245. package/lib/esm/layout/index.js +1 -0
  246. package/lib/esm/layout/index.js.map +1 -1
  247. package/lib/esm/router/HistoryNavigator.js +1 -1
  248. package/lib/esm/router/HistoryNavigator.js.map +1 -1
  249. package/lib/esm/router/Nav.js +5 -3
  250. package/lib/esm/router/Nav.js.map +1 -1
  251. package/lib/esm/router/NestedNavigationContext.js +4 -0
  252. package/lib/esm/router/NestedNavigationContext.js.map +1 -1
  253. package/lib/esm/router/NestedRouterProvider.js +3 -1
  254. package/lib/esm/router/NestedRouterProvider.js.map +1 -1
  255. package/lib/esm/router/Router.js +21 -6
  256. package/lib/esm/router/Router.js.map +1 -1
  257. package/lib/esm/session/UserSession.js +31 -0
  258. package/lib/esm/session/UserSession.js.map +1 -1
  259. package/lib/esm/session/UserSessionProvider.js +4 -0
  260. package/lib/esm/session/UserSessionProvider.js.map +1 -1
  261. package/lib/esm/session/auth/composable.js +1 -1
  262. package/lib/esm/session/auth/composable.js.map +1 -1
  263. package/lib/esm/session/auth/firebase.js +1 -1
  264. package/lib/esm/session/auth/firebase.js.map +1 -1
  265. package/lib/esm/session/auth/useCurrentTenant.js +3 -1
  266. package/lib/esm/session/auth/useCurrentTenant.js.map +1 -1
  267. package/lib/esm/shell/SplashScreen.js +3 -7
  268. package/lib/esm/shell/SplashScreen.js.map +1 -1
  269. package/lib/esm/shell/apps/StandaloneApp.js +5 -2
  270. package/lib/esm/shell/apps/StandaloneApp.js.map +1 -1
  271. package/lib/esm/shell/login/EnterpriseSigninButton.js +5 -3
  272. package/lib/esm/shell/login/EnterpriseSigninButton.js.map +1 -1
  273. package/lib/esm/shell/login/GitHubSignInButton.js +3 -7
  274. package/lib/esm/shell/login/GitHubSignInButton.js.map +1 -1
  275. package/lib/esm/shell/login/GoogleSignInButton.js +3 -1
  276. package/lib/esm/shell/login/GoogleSignInButton.js.map +1 -1
  277. package/lib/esm/shell/login/InviteAcceptModal.js +5 -2
  278. package/lib/esm/shell/login/InviteAcceptModal.js.map +1 -1
  279. package/lib/esm/shell/login/MicrosoftSigninButton.js +4 -6
  280. package/lib/esm/shell/login/MicrosoftSigninButton.js.map +1 -1
  281. package/lib/esm/shell/login/SigninScreen.js +6 -2
  282. package/lib/esm/shell/login/SigninScreen.js.map +1 -1
  283. package/lib/esm/shell/login/SignupForm.js +36 -34
  284. package/lib/esm/shell/login/SignupForm.js.map +1 -1
  285. package/lib/esm/shell/login/TerminalLogin.js +29 -22
  286. package/lib/esm/shell/login/TerminalLogin.js.map +1 -1
  287. package/lib/esm/shell/login/UserInfo.js +6 -4
  288. package/lib/esm/shell/login/UserInfo.js.map +1 -1
  289. package/lib/esm/shell/login/UserSessionMenu.js +3 -4
  290. package/lib/esm/shell/login/UserSessionMenu.js.map +1 -1
  291. package/lib/esm/widgets/index.js +0 -1
  292. package/lib/esm/widgets/index.js.map +1 -1
  293. package/lib/esm/widgets/json-view/JSONCode.js +1 -1
  294. package/lib/esm/widgets/json-view/JSONCode.js.map +1 -1
  295. package/lib/esm/widgets/json-view/JSONDisplay.js +6 -2
  296. package/lib/esm/widgets/json-view/JSONDisplay.js.map +1 -1
  297. package/lib/esm/widgets/json-view/JSONSwitcher.js +6 -0
  298. package/lib/esm/widgets/json-view/JSONSwitcher.js.map +1 -0
  299. package/lib/esm/widgets/json-view/JSONView.js +1 -1
  300. package/lib/esm/widgets/json-view/JSONView.js.map +1 -1
  301. package/lib/esm/widgets/json-view/index.js +1 -0
  302. package/lib/esm/widgets/json-view/index.js.map +1 -1
  303. package/lib/esm/widgets/markdown/ArtifactContentRenderer.js +6 -5
  304. package/lib/esm/widgets/markdown/ArtifactContentRenderer.js.map +1 -1
  305. package/lib/esm/widgets/markdown/CodeBlockContext.js +11 -0
  306. package/lib/esm/widgets/markdown/CodeBlockContext.js.map +1 -0
  307. package/lib/esm/widgets/markdown/MarkdownRenderer.js +11 -10
  308. package/lib/esm/widgets/markdown/MarkdownRenderer.js.map +1 -1
  309. package/lib/esm/widgets/markdown/codeBlockHandlers.js +11 -12
  310. package/lib/esm/widgets/markdown/codeBlockHandlers.js.map +1 -1
  311. package/lib/esm/widgets/markdown/index.js +10 -9
  312. package/lib/esm/widgets/markdown/index.js.map +1 -1
  313. package/lib/esm/widgets/markdown/remarkDirectiveHandler.js +0 -1
  314. package/lib/esm/widgets/markdown/remarkDirectiveHandler.js.map +1 -1
  315. package/lib/esm/widgets/schema-editor/ManagedSchema.js +6 -5
  316. package/lib/esm/widgets/schema-editor/ManagedSchema.js.map +1 -1
  317. package/lib/esm/widgets/schema-editor/editor/PropertyEditor.js +7 -3
  318. package/lib/esm/widgets/schema-editor/editor/PropertyEditor.js.map +1 -1
  319. package/lib/esm/widgets/schema-editor/editor/SchemaEditor.js +3 -1
  320. package/lib/esm/widgets/schema-editor/editor/SchemaEditor.js.map +1 -1
  321. package/lib/esm/widgets/upload/DropZone.js +9 -11
  322. package/lib/esm/widgets/upload/DropZone.js.map +1 -1
  323. package/lib/esm/widgets/upload/UploadResultCategory.js +3 -1
  324. package/lib/esm/widgets/upload/UploadResultCategory.js.map +1 -1
  325. package/lib/esm/widgets/upload/UploadSummary.js +3 -1
  326. package/lib/esm/widgets/upload/UploadSummary.js.map +1 -1
  327. package/lib/tsconfig.tsbuildinfo +1 -1
  328. package/lib/types/core/components/SelectList.d.ts.map +1 -1
  329. package/lib/types/core/components/SidePanel.d.ts +4 -2
  330. package/lib/types/core/components/SidePanel.d.ts.map +1 -1
  331. package/lib/types/core/components/index.d.ts +0 -5
  332. package/lib/types/core/components/index.d.ts.map +1 -1
  333. package/lib/types/core/components/shadcn/badge.d.ts +2 -2
  334. package/lib/types/core/components/shadcn/breadcrumb.d.ts +1 -1
  335. package/lib/types/core/components/shadcn/breadcrumb.d.ts.map +1 -1
  336. package/lib/types/core/components/shadcn/button.d.ts.map +1 -1
  337. package/lib/types/core/components/shadcn/collaspible.d.ts +6 -0
  338. package/lib/types/core/components/shadcn/collaspible.d.ts.map +1 -0
  339. package/lib/types/core/components/shadcn/dropdown.d.ts +44 -0
  340. package/lib/types/core/components/shadcn/dropdown.d.ts.map +1 -0
  341. package/lib/types/core/components/shadcn/filters/comboBox/DateCombobox.d.ts.map +1 -1
  342. package/lib/types/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts.map +1 -1
  343. package/lib/types/core/components/shadcn/filters/filter/dateFilter.d.ts.map +1 -1
  344. package/lib/types/core/components/shadcn/filters/filterBar.d.ts.map +1 -1
  345. package/lib/types/core/components/shadcn/index.d.ts +4 -0
  346. package/lib/types/core/components/shadcn/index.d.ts.map +1 -1
  347. package/lib/types/core/components/shadcn/input.d.ts +1 -1
  348. package/lib/types/core/components/shadcn/modal/ConfirmModal.d.ts +2 -1
  349. package/lib/types/core/components/shadcn/modal/ConfirmModal.d.ts.map +1 -1
  350. package/lib/types/core/components/shadcn/modal/DeleteModal.d.ts.map +1 -1
  351. package/lib/types/core/components/shadcn/popover.d.ts +11 -3
  352. package/lib/types/core/components/shadcn/popover.d.ts.map +1 -1
  353. package/lib/types/core/components/shadcn/radioGroup.d.ts +26 -0
  354. package/lib/types/core/components/shadcn/radioGroup.d.ts.map +1 -0
  355. package/lib/types/core/components/shadcn/switch.d.ts +12 -0
  356. package/lib/types/core/components/shadcn/switch.d.ts.map +1 -0
  357. package/lib/types/core/components/shadcn/tabs.d.ts +4 -2
  358. package/lib/types/core/components/shadcn/tabs.d.ts.map +1 -1
  359. package/lib/types/core/components/shadcn/theme/ThemeSwitcher.d.ts +8 -2
  360. package/lib/types/core/components/shadcn/theme/ThemeSwitcher.d.ts.map +1 -1
  361. package/lib/types/core/components/toast/NotificationPanel.d.ts.map +1 -1
  362. package/lib/types/env/index.d.ts +8 -1
  363. package/lib/types/env/index.d.ts.map +1 -1
  364. package/lib/types/features/agent/PayloadBuilder.d.ts +31 -3
  365. package/lib/types/features/agent/PayloadBuilder.d.ts.map +1 -1
  366. package/lib/types/features/agent/chat/AgentRightPanel.d.ts +50 -0
  367. package/lib/types/features/agent/chat/AgentRightPanel.d.ts.map +1 -0
  368. package/lib/types/features/agent/chat/ArtifactsTab.d.ts +9 -0
  369. package/lib/types/features/agent/chat/ArtifactsTab.d.ts.map +1 -0
  370. package/lib/types/features/agent/chat/AskUserWidget.d.ts.map +1 -1
  371. package/lib/types/features/agent/chat/DocumentPanel.d.ts.map +1 -1
  372. package/lib/types/features/agent/chat/ImageLightbox.d.ts.map +1 -1
  373. package/lib/types/features/agent/chat/ModernAgentConversation.d.ts +22 -9
  374. package/lib/types/features/agent/chat/ModernAgentConversation.d.ts.map +1 -1
  375. package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +3 -1
  376. package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
  377. package/lib/types/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts.map +1 -1
  378. package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts +12 -3
  379. package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -1
  380. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts +1 -1
  381. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts.map +1 -1
  382. package/lib/types/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -1
  383. package/lib/types/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
  384. package/lib/types/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts.map +1 -1
  385. package/lib/types/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts.map +1 -1
  386. package/lib/types/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts +3 -1
  387. package/lib/types/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts.map +1 -1
  388. package/lib/types/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts +5 -1
  389. package/lib/types/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts.map +1 -1
  390. package/lib/types/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts.map +1 -1
  391. package/lib/types/features/agent/chat/ModernAgentOutput/utils.d.ts +16 -1
  392. package/lib/types/features/agent/chat/ModernAgentOutput/utils.d.ts.map +1 -1
  393. package/lib/types/features/agent/chat/SlidingThinkingIndicator.d.ts.map +1 -1
  394. package/lib/types/features/agent/chat/VegaLiteChart.d.ts.map +1 -1
  395. package/lib/types/features/agent/chat/hooks/useAgentPlans.d.ts.map +1 -1
  396. package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts +3 -3
  397. package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -1
  398. package/lib/types/features/agent/chat/hooks/useArtifacts.d.ts +18 -0
  399. package/lib/types/features/agent/chat/hooks/useArtifacts.d.ts.map +1 -0
  400. package/lib/types/features/agent/chat/hooks/useDocumentPanel.d.ts.map +1 -1
  401. package/lib/types/features/agent/chat/hooks/useFileProcessing.d.ts +4 -4
  402. package/lib/types/features/agent/chat/hooks/useFileProcessing.d.ts.map +1 -1
  403. package/lib/types/features/agent/chat/types/document.d.ts +2 -0
  404. package/lib/types/features/agent/chat/types/document.d.ts.map +1 -1
  405. package/lib/types/features/errors/PanelErrorBoundary.d.ts.map +1 -1
  406. package/lib/types/features/facets/AgentRunnerFacetsNav.d.ts +2 -1
  407. package/lib/types/features/facets/AgentRunnerFacetsNav.d.ts.map +1 -1
  408. package/lib/types/features/facets/index.d.ts +1 -1
  409. package/lib/types/features/facets/index.d.ts.map +1 -1
  410. package/lib/types/features/layout/GenericPageNavHeader.d.ts +2 -2
  411. package/lib/types/features/layout/GenericPageNavHeader.d.ts.map +1 -1
  412. package/lib/types/features/layout/NotFoundView.d.ts.map +1 -1
  413. package/lib/types/features/magic-pdf/AnnotatedImageSlider.d.ts.map +1 -1
  414. package/lib/types/features/magic-pdf/DownloadPopover.d.ts.map +1 -1
  415. package/lib/types/features/magic-pdf/MagicPdfView.d.ts.map +1 -1
  416. package/lib/types/features/pdf-viewer/PdfPageSlider.d.ts.map +1 -1
  417. package/lib/types/features/pdf-viewer/SimplePdfViewer.d.ts.map +1 -1
  418. package/lib/types/features/permissions/UserPermissionsProvider.d.ts.map +1 -1
  419. package/lib/types/features/store/collections/BrowseCollectionView.d.ts.map +1 -1
  420. package/lib/types/features/store/collections/CollectionsTable.d.ts +4 -0
  421. package/lib/types/features/store/collections/CollectionsTable.d.ts.map +1 -1
  422. package/lib/types/features/store/collections/CreateCollection.d.ts.map +1 -1
  423. package/lib/types/features/store/collections/EditCollectionView.d.ts.map +1 -1
  424. package/lib/types/features/store/collections/SelectCollection.d.ts.map +1 -1
  425. package/lib/types/features/store/collections/SharedPropsEditor.d.ts.map +1 -1
  426. package/lib/types/features/store/collections/SyncMemberHeadsToggle.d.ts.map +1 -1
  427. package/lib/types/features/store/objects/DocumentPreviewPanel.d.ts.map +1 -1
  428. package/lib/types/features/store/objects/DocumentSearchResults.d.ts.map +1 -1
  429. package/lib/types/features/store/objects/DocumentTable.d.ts.map +1 -1
  430. package/lib/types/features/store/objects/ExportPropertiesModal.d.ts.map +1 -1
  431. package/lib/types/features/store/objects/components/ContentDispositionButton.d.ts.map +1 -1
  432. package/lib/types/features/store/objects/components/ContentOverview.d.ts.map +1 -1
  433. package/lib/types/features/store/objects/components/DocumentIcon.d.ts +2 -1
  434. package/lib/types/features/store/objects/components/DocumentIcon.d.ts.map +1 -1
  435. package/lib/types/features/store/objects/components/PropertiesEditorModal.d.ts.map +1 -1
  436. package/lib/types/features/store/objects/components/SaveVersionConfirmModal.d.ts.map +1 -1
  437. package/lib/types/features/store/objects/components/SelectDocument.d.ts +3 -1
  438. package/lib/types/features/store/objects/components/SelectDocument.d.ts.map +1 -1
  439. package/lib/types/features/store/objects/components/TextEditorPanel.d.ts +10 -0
  440. package/lib/types/features/store/objects/components/TextEditorPanel.d.ts.map +1 -0
  441. package/lib/types/features/store/objects/components/VectorSearchWidget.d.ts.map +1 -1
  442. package/lib/types/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -1
  443. package/lib/types/features/store/objects/components/useDownloadFile.d.ts.map +1 -1
  444. package/lib/types/features/store/objects/layout/documentLayout.d.ts +3 -2
  445. package/lib/types/features/store/objects/layout/documentLayout.d.ts.map +1 -1
  446. package/lib/types/features/store/objects/layout/renderers.d.ts.map +1 -1
  447. package/lib/types/features/store/objects/search/DocumentSearchContext.d.ts.map +1 -1
  448. package/lib/types/features/store/objects/search/DocumentSearchProvider.d.ts.map +1 -1
  449. package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts +3 -20
  450. package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts.map +1 -1
  451. package/lib/types/features/store/objects/selection/ObjectsActionContextClass.d.ts +16 -0
  452. package/lib/types/features/store/objects/selection/ObjectsActionContextClass.d.ts.map +1 -0
  453. package/lib/types/features/store/objects/selection/ObjectsActionHooks.d.ts +7 -0
  454. package/lib/types/features/store/objects/selection/ObjectsActionHooks.d.ts.map +1 -0
  455. package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts +4 -1
  456. package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts.map +1 -1
  457. package/lib/types/features/store/objects/selection/SelectionActions.d.ts +6 -1
  458. package/lib/types/features/store/objects/selection/SelectionActions.d.ts.map +1 -1
  459. package/lib/types/features/store/objects/selection/actions/AddToCollectionAction.d.ts.map +1 -1
  460. package/lib/types/features/store/objects/selection/actions/ChangeTypeAction.d.ts.map +1 -1
  461. package/lib/types/features/store/objects/selection/actions/ConfirmAction.d.ts +1 -1
  462. package/lib/types/features/store/objects/selection/actions/ConfirmAction.d.ts.map +1 -1
  463. package/lib/types/features/store/objects/selection/actions/DeleteObjectsAction.d.ts.map +1 -1
  464. package/lib/types/features/store/objects/selection/actions/ExportPropertiesAction.d.ts.map +1 -1
  465. package/lib/types/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts.map +1 -1
  466. package/lib/types/features/store/objects/selection/actions/StartWorkflowComponent.d.ts.map +1 -1
  467. package/lib/types/features/store/objects/upload/DocumentUploadModal.d.ts.map +1 -1
  468. package/lib/types/features/store/objects/upload/useSmartFileUploadProcessing.d.ts.map +1 -1
  469. package/lib/types/features/store/objects/upload/useUploadHandler.d.ts.map +1 -1
  470. package/lib/types/features/store/types/ContentObjectTypesSearch.d.ts.map +1 -1
  471. package/lib/types/features/store/types/ContentObjectTypesTable.d.ts.map +1 -1
  472. package/lib/types/features/store/types/CreateOrUpdateTypeModal.d.ts +2 -1
  473. package/lib/types/features/store/types/CreateOrUpdateTypeModal.d.ts.map +1 -1
  474. package/lib/types/features/store/types/ObjectSchemaEditor.d.ts.map +1 -1
  475. package/lib/types/features/store/types/SelectContentType.d.ts.map +1 -1
  476. package/lib/types/features/store/types/SelectContentTypeModal.d.ts.map +1 -1
  477. package/lib/types/features/store/types/TableLayoutEditor.d.ts.map +1 -1
  478. package/lib/types/features/user/UserInfo.d.ts +2 -2
  479. package/lib/types/features/user/UserInfo.d.ts.map +1 -1
  480. package/lib/types/i18n/index.d.ts +14 -0
  481. package/lib/types/i18n/index.d.ts.map +1 -0
  482. package/lib/types/i18n/instance.d.ts +5 -0
  483. package/lib/types/i18n/instance.d.ts.map +1 -0
  484. package/lib/types/layout/FullHeightLayout.d.ts +3 -0
  485. package/lib/types/layout/FullHeightLayout.d.ts.map +1 -1
  486. package/lib/types/layout/Navbar.d.ts.map +1 -1
  487. package/lib/types/layout/RegionTag.d.ts +4 -0
  488. package/lib/types/layout/RegionTag.d.ts.map +1 -0
  489. package/lib/types/layout/Sidebar.d.ts +2 -1
  490. package/lib/types/layout/Sidebar.d.ts.map +1 -1
  491. package/lib/types/layout/index.d.ts +1 -0
  492. package/lib/types/layout/index.d.ts.map +1 -1
  493. package/lib/types/router/Nav.d.ts +5 -1
  494. package/lib/types/router/Nav.d.ts.map +1 -1
  495. package/lib/types/router/NestedNavigationContext.d.ts.map +1 -1
  496. package/lib/types/router/NestedRouterProvider.d.ts.map +1 -1
  497. package/lib/types/router/Router.d.ts +2 -0
  498. package/lib/types/router/Router.d.ts.map +1 -1
  499. package/lib/types/session/UserSession.d.ts +1 -0
  500. package/lib/types/session/UserSession.d.ts.map +1 -1
  501. package/lib/types/session/UserSessionProvider.d.ts.map +1 -1
  502. package/lib/types/session/auth/useCurrentTenant.d.ts.map +1 -1
  503. package/lib/types/shell/SplashScreen.d.ts.map +1 -1
  504. package/lib/types/shell/apps/StandaloneApp.d.ts.map +1 -1
  505. package/lib/types/shell/login/EnterpriseSigninButton.d.ts.map +1 -1
  506. package/lib/types/shell/login/GitHubSignInButton.d.ts.map +1 -1
  507. package/lib/types/shell/login/GoogleSignInButton.d.ts.map +1 -1
  508. package/lib/types/shell/login/InviteAcceptModal.d.ts.map +1 -1
  509. package/lib/types/shell/login/MicrosoftSigninButton.d.ts +1 -1
  510. package/lib/types/shell/login/MicrosoftSigninButton.d.ts.map +1 -1
  511. package/lib/types/shell/login/SigninScreen.d.ts.map +1 -1
  512. package/lib/types/shell/login/SignupForm.d.ts.map +1 -1
  513. package/lib/types/shell/login/TerminalLogin.d.ts.map +1 -1
  514. package/lib/types/shell/login/UserInfo.d.ts.map +1 -1
  515. package/lib/types/shell/login/UserSessionMenu.d.ts.map +1 -1
  516. package/lib/types/widgets/index.d.ts +0 -1
  517. package/lib/types/widgets/index.d.ts.map +1 -1
  518. package/lib/types/widgets/json-view/JSONDisplay.d.ts.map +1 -1
  519. package/lib/types/widgets/json-view/JSONSwitcher.d.ts +6 -0
  520. package/lib/types/widgets/json-view/JSONSwitcher.d.ts.map +1 -0
  521. package/lib/types/widgets/json-view/index.d.ts +1 -0
  522. package/lib/types/widgets/json-view/index.d.ts.map +1 -1
  523. package/lib/types/widgets/markdown/ArtifactContentRenderer.d.ts.map +1 -1
  524. package/lib/types/widgets/markdown/CodeBlockContext.d.ts +21 -0
  525. package/lib/types/widgets/markdown/CodeBlockContext.d.ts.map +1 -0
  526. package/lib/types/widgets/markdown/MarkdownRenderer.d.ts.map +1 -1
  527. package/lib/types/widgets/markdown/codeBlockHandlers.d.ts +0 -12
  528. package/lib/types/widgets/markdown/codeBlockHandlers.d.ts.map +1 -1
  529. package/lib/types/widgets/markdown/index.d.ts +10 -9
  530. package/lib/types/widgets/markdown/index.d.ts.map +1 -1
  531. package/lib/types/widgets/schema-editor/ManagedSchema.d.ts +1 -1
  532. package/lib/types/widgets/schema-editor/ManagedSchema.d.ts.map +1 -1
  533. package/lib/types/widgets/schema-editor/editor/PropertyEditor.d.ts.map +1 -1
  534. package/lib/types/widgets/schema-editor/editor/SchemaEditor.d.ts.map +1 -1
  535. package/lib/types/widgets/upload/DropZone.d.ts.map +1 -1
  536. package/lib/types/widgets/upload/UploadResultCategory.d.ts.map +1 -1
  537. package/lib/types/widgets/upload/UploadSummary.d.ts.map +1 -1
  538. package/lib/vertesia-ui-core.js +1 -1
  539. package/lib/vertesia-ui-core.js.map +1 -1
  540. package/lib/vertesia-ui-env.js +1 -1
  541. package/lib/vertesia-ui-env.js.map +1 -1
  542. package/lib/vertesia-ui-features.js +1 -1
  543. package/lib/vertesia-ui-features.js.map +1 -1
  544. package/lib/vertesia-ui-i18n.js +2 -0
  545. package/lib/vertesia-ui-i18n.js.map +1 -0
  546. package/lib/vertesia-ui-layout.js +1 -1
  547. package/lib/vertesia-ui-layout.js.map +1 -1
  548. package/lib/vertesia-ui-router.js +1 -1
  549. package/lib/vertesia-ui-router.js.map +1 -1
  550. package/lib/vertesia-ui-session.js +1 -1
  551. package/lib/vertesia-ui-session.js.map +1 -1
  552. package/lib/vertesia-ui-shell.js +1 -1
  553. package/lib/vertesia-ui-shell.js.map +1 -1
  554. package/lib/vertesia-ui-widgets.js +1 -1
  555. package/lib/vertesia-ui-widgets.js.map +1 -1
  556. package/llms.txt +124 -4
  557. package/package.json +50 -22
  558. package/src/core/components/SelectList.tsx +3 -1
  559. package/src/core/components/SidePanel.tsx +5 -4
  560. package/src/core/components/index.ts +0 -5
  561. package/src/core/components/shadcn/breadcrumb.tsx +16 -9
  562. package/src/core/components/shadcn/button.tsx +5 -3
  563. package/src/core/components/shadcn/collaspible.tsx +33 -0
  564. package/src/core/components/shadcn/dropdown.tsx +309 -0
  565. package/src/core/components/shadcn/filters/comboBox/DateCombobox.tsx +3 -1
  566. package/src/core/components/shadcn/filters/comboBox/SelectCombobox.tsx +3 -1
  567. package/src/core/components/shadcn/filters/comboBox/StringListCombobox.tsx +1 -1
  568. package/src/core/components/shadcn/filters/filter/StringListFilter.tsx +1 -1
  569. package/src/core/components/shadcn/filters/filter/dateFilter.tsx +5 -3
  570. package/src/core/components/shadcn/filters/filterBar.tsx +8 -5
  571. package/src/core/components/shadcn/index.ts +5 -1
  572. package/src/core/components/shadcn/modal/ConfirmModal.tsx +7 -3
  573. package/src/core/components/shadcn/modal/DeleteModal.tsx +5 -3
  574. package/src/core/components/shadcn/popover.tsx +12 -7
  575. package/src/core/components/shadcn/radioGroup.tsx +100 -0
  576. package/src/core/components/shadcn/selectBox.tsx +1 -1
  577. package/src/core/components/shadcn/switch.tsx +60 -0
  578. package/src/core/components/shadcn/tabs.tsx +29 -27
  579. package/src/core/components/shadcn/theme/ThemeSwitcher.tsx +19 -10
  580. package/src/core/components/shadcn/tooltip.tsx +1 -1
  581. package/src/core/components/toast/NotificationPanel.tsx +38 -44
  582. package/src/css/base.css +31 -0
  583. package/src/css/color.css +136 -0
  584. package/src/css/custom-tooltips.css +64 -0
  585. package/src/css/index.css +27 -0
  586. package/src/css/theme.css +86 -0
  587. package/src/css/typography.css +88 -0
  588. package/src/css/utilities.css +72 -0
  589. package/src/env/index.ts +16 -3
  590. package/src/features/agent/PayloadBuilder.tsx +100 -13
  591. package/src/features/agent/chat/AgentRightPanel.tsx +424 -0
  592. package/src/features/agent/chat/ArtifactsTab.tsx +197 -0
  593. package/src/features/agent/chat/AskUserWidget.tsx +14 -8
  594. package/src/features/agent/chat/DocumentPanel.tsx +24 -9
  595. package/src/features/agent/chat/ImageLightbox.tsx +6 -3
  596. package/src/features/agent/chat/ModernAgentConversation.tsx +539 -356
  597. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +151 -55
  598. package/src/features/agent/chat/ModernAgentOutput/BatchProgressPanel.tsx +6 -4
  599. package/src/features/agent/chat/ModernAgentOutput/Header.tsx +126 -46
  600. package/src/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.tsx +21 -31
  601. package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +119 -114
  602. package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +26 -9
  603. package/src/features/agent/chat/ModernAgentOutput/PlanPanel.tsx +9 -7
  604. package/src/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.tsx +15 -13
  605. package/src/features/agent/chat/ModernAgentOutput/StreamingMessage.tsx +8 -3
  606. package/src/features/agent/chat/ModernAgentOutput/ToolCallGroup.tsx +149 -49
  607. package/src/features/agent/chat/ModernAgentOutput/WorkstreamTabs.tsx +9 -5
  608. package/src/features/agent/chat/ModernAgentOutput/utils.test.ts +229 -0
  609. package/src/features/agent/chat/ModernAgentOutput/utils.ts +202 -97
  610. package/src/features/agent/chat/SlidingThinkingIndicator.tsx +5 -3
  611. package/src/features/agent/chat/VegaLiteChart.tsx +20 -8
  612. package/src/features/agent/chat/hooks/useAgentPlans.ts +3 -9
  613. package/src/features/agent/chat/hooks/useAgentStream.ts +80 -19
  614. package/src/features/agent/chat/hooks/useArtifacts.ts +151 -0
  615. package/src/features/agent/chat/hooks/useDocumentPanel.ts +65 -5
  616. package/src/features/agent/chat/hooks/useFileProcessing.ts +14 -13
  617. package/src/features/agent/chat/types/document.ts +2 -0
  618. package/src/features/errors/PanelErrorBoundary.tsx +5 -3
  619. package/src/features/facets/AgentRunnerFacetsNav.tsx +54 -35
  620. package/src/features/facets/RunsFacetsNav.tsx +6 -6
  621. package/src/features/facets/index.ts +1 -1
  622. package/src/features/layout/GenericPageNavHeader.tsx +64 -41
  623. package/src/features/layout/NotFoundView.tsx +4 -1
  624. package/src/features/magic-pdf/AnnotatedImageSlider.tsx +12 -8
  625. package/src/features/magic-pdf/DownloadPopover.tsx +11 -10
  626. package/src/features/magic-pdf/MagicPdfView.tsx +10 -7
  627. package/src/features/pdf-viewer/PdfPageSlider.tsx +10 -6
  628. package/src/features/pdf-viewer/SimplePdfViewer.tsx +5 -3
  629. package/src/features/permissions/UserPermissionsProvider.tsx +3 -1
  630. package/src/features/store/collections/BrowseCollectionView.tsx +11 -1
  631. package/src/features/store/collections/CollectionsTable.tsx +20 -12
  632. package/src/features/store/collections/CreateCollection.tsx +45 -40
  633. package/src/features/store/collections/EditCollectionView.tsx +31 -28
  634. package/src/features/store/collections/SelectCollection.tsx +50 -14
  635. package/src/features/store/collections/SharedPropsEditor.tsx +7 -5
  636. package/src/features/store/collections/SyncMemberHeadsToggle.tsx +6 -4
  637. package/src/features/store/objects/DocumentPreviewPanel.tsx +30 -28
  638. package/src/features/store/objects/DocumentSearchResults.tsx +31 -21
  639. package/src/features/store/objects/DocumentTable.tsx +11 -5
  640. package/src/features/store/objects/ExportPropertiesModal.tsx +8 -5
  641. package/src/features/store/objects/components/ContentDispositionButton.tsx +3 -1
  642. package/src/features/store/objects/components/ContentOverview.tsx +96 -50
  643. package/src/features/store/objects/components/DocumentIcon.tsx +11 -3
  644. package/src/features/store/objects/components/PropertiesEditorModal.tsx +14 -12
  645. package/src/features/store/objects/components/SaveVersionConfirmModal.tsx +24 -37
  646. package/src/features/store/objects/components/SelectDocument.tsx +15 -6
  647. package/src/features/store/objects/components/TextEditorPanel.tsx +143 -0
  648. package/src/features/store/objects/components/VectorSearchWidget.tsx +11 -8
  649. package/src/features/store/objects/components/useContentPanelHooks.ts +4 -2
  650. package/src/features/store/objects/components/useDownloadFile.ts +12 -10
  651. package/src/features/store/objects/layout/documentLayout.tsx +16 -6
  652. package/src/features/store/objects/layout/renderers.tsx +27 -1
  653. package/src/features/store/objects/search/DocumentSearchContext.ts +3 -2
  654. package/src/features/store/objects/search/DocumentSearchProvider.tsx +3 -0
  655. package/src/features/store/objects/selection/ObjectsActionContext.tsx +26 -128
  656. package/src/features/store/objects/selection/ObjectsActionContextClass.ts +59 -0
  657. package/src/features/store/objects/selection/ObjectsActionHooks.ts +33 -0
  658. package/src/features/store/objects/selection/ObjectsActionSpec.ts +4 -1
  659. package/src/features/store/objects/selection/SelectionActions.tsx +14 -6
  660. package/src/features/store/objects/selection/actions/AddToCollectionAction.tsx +19 -14
  661. package/src/features/store/objects/selection/actions/ChangeTypeAction.tsx +9 -5
  662. package/src/features/store/objects/selection/actions/ConfirmAction.tsx +4 -3
  663. package/src/features/store/objects/selection/actions/DeleteObjectsAction.tsx +24 -23
  664. package/src/features/store/objects/selection/actions/ExportPropertiesAction.tsx +10 -5
  665. package/src/features/store/objects/selection/actions/RemoveFromCollectionAction.tsx +13 -9
  666. package/src/features/store/objects/selection/actions/StartWorkflowComponent.tsx +14 -8
  667. package/src/features/store/objects/upload/DocumentUploadModal.tsx +56 -55
  668. package/src/features/store/objects/upload/useSmartFileUploadProcessing.ts +4 -2
  669. package/src/features/store/objects/upload/useUploadHandler.ts +9 -7
  670. package/src/features/store/types/ContentObjectTypesSearch.tsx +10 -8
  671. package/src/features/store/types/ContentObjectTypesTable.tsx +6 -4
  672. package/src/features/store/types/CreateOrUpdateTypeModal.tsx +11 -12
  673. package/src/features/store/types/ObjectSchemaEditor.tsx +11 -9
  674. package/src/features/store/types/SelectContentType.tsx +15 -13
  675. package/src/features/store/types/SelectContentTypeModal.tsx +16 -13
  676. package/src/features/store/types/TableLayoutEditor.tsx +16 -12
  677. package/src/features/user/UserInfo.tsx +47 -56
  678. package/src/i18n/index.tsx +45 -0
  679. package/src/i18n/instance.ts +49 -0
  680. package/src/i18n/locales/ar.json +694 -0
  681. package/src/i18n/locales/de.json +662 -0
  682. package/src/i18n/locales/en.json +663 -0
  683. package/src/i18n/locales/es.json +668 -0
  684. package/src/i18n/locales/fr.json +670 -0
  685. package/src/i18n/locales/it.json +668 -0
  686. package/src/i18n/locales/ja.json +662 -0
  687. package/src/i18n/locales/ko.json +662 -0
  688. package/src/i18n/locales/pt.json +668 -0
  689. package/src/i18n/locales/ru.json +678 -0
  690. package/src/i18n/locales/tr.json +662 -0
  691. package/src/i18n/locales/zh-TW.json +662 -0
  692. package/src/i18n/locales/zh.json +662 -0
  693. package/src/layout/FullHeightLayout.tsx +8 -0
  694. package/src/layout/Navbar.tsx +4 -2
  695. package/src/layout/RegionTag.tsx +25 -0
  696. package/src/layout/Sidebar.tsx +4 -3
  697. package/src/layout/index.ts +2 -1
  698. package/src/router/HistoryNavigator.ts +10 -10
  699. package/src/router/Nav.tsx +9 -3
  700. package/src/router/NestedNavigationContext.tsx +4 -0
  701. package/src/router/NestedRouterProvider.tsx +3 -1
  702. package/src/router/Router.tsx +23 -7
  703. package/src/session/UserSession.ts +32 -0
  704. package/src/session/UserSessionProvider.tsx +4 -0
  705. package/src/session/auth/composable.ts +1 -1
  706. package/src/session/auth/firebase.ts +1 -1
  707. package/src/session/auth/useCurrentTenant.ts +3 -1
  708. package/src/shell/SplashScreen.tsx +22 -26
  709. package/src/shell/apps/StandaloneApp.tsx +9 -6
  710. package/src/shell/login/EnterpriseSigninButton.tsx +6 -4
  711. package/src/shell/login/GitHubSignInButton.tsx +3 -7
  712. package/src/shell/login/GoogleSignInButton.tsx +3 -1
  713. package/src/shell/login/InviteAcceptModal.tsx +5 -2
  714. package/src/shell/login/MicrosoftSigninButton.tsx +4 -6
  715. package/src/shell/login/SigninScreen.tsx +18 -13
  716. package/src/shell/login/SignupForm.tsx +46 -46
  717. package/src/shell/login/TerminalLogin.tsx +36 -33
  718. package/src/shell/login/UserInfo.tsx +15 -13
  719. package/src/shell/login/UserSessionMenu.tsx +28 -31
  720. package/src/widgets/index.ts +0 -1
  721. package/src/widgets/json-view/JSONCode.tsx +1 -1
  722. package/src/widgets/json-view/JSONDisplay.tsx +8 -3
  723. package/src/widgets/json-view/JSONSwitcher.tsx +24 -0
  724. package/src/widgets/json-view/JSONView.tsx +1 -1
  725. package/src/widgets/json-view/index.ts +1 -0
  726. package/src/widgets/markdown/ArtifactContentRenderer.tsx +15 -7
  727. package/src/widgets/markdown/CodeBlockContext.tsx +34 -0
  728. package/src/widgets/markdown/MarkdownRenderer.tsx +14 -13
  729. package/src/widgets/markdown/codeBlockHandlers.tsx +17 -36
  730. package/src/widgets/markdown/index.ts +27 -34
  731. package/src/widgets/markdown/remarkDirectiveHandler.ts +1 -1
  732. package/src/widgets/schema-editor/ManagedSchema.ts +6 -5
  733. package/src/widgets/schema-editor/editor/PropertyEditor.tsx +7 -3
  734. package/src/widgets/schema-editor/editor/SchemaEditor.tsx +3 -1
  735. package/src/widgets/upload/DropZone.tsx +10 -13
  736. package/src/widgets/upload/UploadResultCategory.tsx +3 -1
  737. package/src/widgets/upload/UploadSummary.tsx +13 -11
  738. package/tsconfig.dist.json +1 -1
  739. package/lib/esm/core/components/Dropdown.js +0 -16
  740. package/lib/esm/core/components/Dropdown.js.map +0 -1
  741. package/lib/esm/core/components/DropdownList.js +0 -9
  742. package/lib/esm/core/components/DropdownList.js.map +0 -1
  743. package/lib/esm/core/components/RadioGroup.js +0 -34
  744. package/lib/esm/core/components/RadioGroup.js.map +0 -1
  745. package/lib/esm/core/components/SelectStack.js +0 -8
  746. package/lib/esm/core/components/SelectStack.js.map +0 -1
  747. package/lib/esm/core/components/Switch.js +0 -12
  748. package/lib/esm/core/components/Switch.js.map +0 -1
  749. package/lib/esm/widgets/popover/Popover.js +0 -73
  750. package/lib/esm/widgets/popover/Popover.js.map +0 -1
  751. package/lib/esm/widgets/popover/context.js +0 -7
  752. package/lib/esm/widgets/popover/context.js.map +0 -1
  753. package/lib/esm/widgets/popover/index.js +0 -3
  754. package/lib/esm/widgets/popover/index.js.map +0 -1
  755. package/lib/esm/widgets/popover/slots.js +0 -22
  756. package/lib/esm/widgets/popover/slots.js.map +0 -1
  757. package/lib/types/core/components/Dropdown.d.ts +0 -15
  758. package/lib/types/core/components/Dropdown.d.ts.map +0 -1
  759. package/lib/types/core/components/DropdownList.d.ts +0 -13
  760. package/lib/types/core/components/DropdownList.d.ts.map +0 -1
  761. package/lib/types/core/components/RadioGroup.d.ts +0 -26
  762. package/lib/types/core/components/RadioGroup.d.ts.map +0 -1
  763. package/lib/types/core/components/SelectStack.d.ts +0 -13
  764. package/lib/types/core/components/SelectStack.d.ts.map +0 -1
  765. package/lib/types/core/components/Switch.d.ts +0 -11
  766. package/lib/types/core/components/Switch.d.ts.map +0 -1
  767. package/lib/types/widgets/popover/Popover.d.ts +0 -38
  768. package/lib/types/widgets/popover/Popover.d.ts.map +0 -1
  769. package/lib/types/widgets/popover/context.d.ts +0 -8
  770. package/lib/types/widgets/popover/context.d.ts.map +0 -1
  771. package/lib/types/widgets/popover/index.d.ts +0 -3
  772. package/lib/types/widgets/popover/index.d.ts.map +0 -1
  773. package/lib/types/widgets/popover/slots.d.ts +0 -5
  774. package/lib/types/widgets/popover/slots.d.ts.map +0 -1
  775. package/src/core/components/Dropdown.tsx +0 -63
  776. package/src/core/components/DropdownList.tsx +0 -72
  777. package/src/core/components/RadioGroup.tsx +0 -100
  778. package/src/core/components/SelectStack.tsx +0 -63
  779. package/src/core/components/Switch.tsx +0 -30
  780. package/src/widgets/popover/Popover.tsx +0 -171
  781. package/src/widgets/popover/context.ts +0 -15
  782. package/src/widgets/popover/index.ts +0 -2
  783. package/src/widgets/popover/slots.ts +0 -24
@@ -1,2 +1,2 @@
1
- import{jsx as e,Fragment as l,jsxs as r}from"react/jsx-runtime";import i from"clsx";import{createContext as n,useContext as t,useState as a,useEffect as c}from"react";import{Button as o,TooltipProvider as s,Tooltip as d,TooltipTrigger as h,TooltipContent as u,SidePanel as f}from"@vertesia/ui/core";import{Menu as m,Search as g,Dot as x}from"lucide-react";import{Nav as p}from"@vertesia/ui/router";function b({className:l,children:r}){return e("div",{className:i("flex flex-col","h-full","overflow-y-auto","px-2",l),children:r})}b.Fixed=function({heightClass:l,className:r,children:n}){return e("div",{className:i("w-full",l,r),children:n})},b.Body=function({className:l,children:r}){return e("div",{className:i("grow overflow-auto","min-h-0","p-2",l),children:r})},b.VR=function({}){return e("div",{className:"w-[1px] border border-red-200"})},b.HR=function({}){return e("div",{className:"w-full h-1 border-b border-red-200"})};const v=n({isOpen:!1,toggleMobile:()=>{},toggleDesktop:()=>{}});function N(){return t(v)}function w({title:l}){return e("div",{className:"self-center text-lg font-semibold",children:l})}function k({children:l,logo:i,onSearch:n,title:t}){return r("div",{className:"sticky top-0 z-40 flex h-16 shrink-0 items-center gap-x-4 border-b px-4 shadow-2xs sm:gap-x-6 sm:px-6 lg:px-8",children:[e(C,{}),e("div",{className:"lg:hidden",children:i}),n&&e(S,{visible:"mobile"}),r("div",{className:"flex flex-1 gap-x-4 self-stretch lg:gap-x-6",children:[e(w,{title:t}),n&&e(y,{onSearch:n}),e("div",{className:"flex items-center gap-x-4 lg:gap-x-6 ml-auto",children:l})]})]})}function y({}){return r("form",{className:"relative flex flex-1",action:"#",method:"GET",children:[e("label",{htmlFor:"search-field",className:"sr-only",children:"Search"}),e(g,{className:"pointer-events-none absolute inset-y-0 left-0 h-full w-5 text-gray-400","aria-hidden":"true"}),e("input",{id:"search-field",className:"block h-full w-full border-0 py-0 pl-8 pr-0 text-gray-900 placeholder:text-gray-400 focus:ring-0 sm:text-sm",placeholder:"Search...",type:"search",name:"search"})]})}function C(){const{toggleDesktop:r,toggleMobile:i}=N();return e(l,{children:e(o,{variant:"ghost",size:"icon",onClick:()=>{window.innerWidth<1024?i():r()},className:"p-2 rounded-full transition-colors w-full text-center ",children:e(m,{"aria-hidden":"true",size:24})})})}function S({visible:l}){let r="";return l&&(r="mobile"===l?"lg:hidden":"hidden lg:block"),e("div",{className:`h-6 w-px bg-gray-900/10 dark:bg-slate-900/0.1 ${r}`,"aria-hidden":"true"})}function O({title:l,icon:i,onClick:n}){return r("button",{type:"button",className:"-m-2.5 p-2.5 text-gray-400 dark:text-slate-50 hover:text-gray-500",onClick:n,children:[e("span",{className:"sr-only",children:l}),e(i,{className:"size-6","aria-hidden":"true",title:l})]})}function z({children:l,onClick:r}){return e(o,{onClick:r,children:l})}function D({href:l,onClick:r,children:i}){return e("a",{className:"dark:text-slate-50",href:l,onClick:r,children:i})}function I({children:l,logo:n,className:t}){return r("div",{className:i(t||"bg-indigo-600 dark:bg-indigo-950","flex flex-col h-full"),children:[n&&e("div",{className:"-mx-2 flex h-auto my-4 shrink-0 self-start",children:n}),e("div",{className:"flex-1 min-h-0 overflow-hidden px-0 lg:px-2",children:e("nav",{className:"h-full flex flex-col",children:e("ul",{role:"list",className:"flex flex-col gap-y-2 overflow-y-auto h-full",children:l})})})]})}function M({children:n,title:t,action:a,isFooter:c=!1,className:o}){const{isOpen:s}=N();let d=s?r(l,{children:[t||"",a]}):e(x,{className:"size-6"});return r("li",{className:c?"mt-auto":"",children:[t&&e("div",{className:"text-xs font-medium h-8 flex items-center gap-x-2 px-2 text-sidebar-foreground/70",children:d}),e("ul",{"data-sidebar":"menu",className:i("flex w-full min-w-0 flex-col gap-1",o),children:n})]})}function W({children:i,text:n}){const{isOpen:t}=N();return t?e(l,{children:i}):e(s,{children:r(d,{children:[e(h,{asChild:!0,children:i}),e(u,{side:"right",children:n})]})})}function E({external:l,className:n,tools:t,children:a,icon:c,href:o,current:s,onClick:d,replace:h}){const{toggleMobile:u}=N();return e("li",{children:e(p,{onClick:()=>{setTimeout(()=>{u(!1)},100)},replace:h,children:e(W,{text:a,children:r("a",{href:o,onClick:e=>{l?(window.open(o,"_blank"),e.preventDefault(),e.stopPropagation()):d&&d(e)},className:i(s?"bg-sidebar-accent text-sidebar-accent-foreground":"text-sidebar-foreground hover:text-sidebar-accent-foreground hover:bg-sidebar-accent","group flex gap-x-3 rounded-md px-2 py-1.5 text-sm items-center h-8",n),children:[c&&e(c,{className:i(s?"bg-sidebar-accent text-sidebar-accent-foreground":"text-sidebar-foreground hover:text-sidebar-accent-foreground hover:bg-sidebar-accent","size-4 shrink-0"),"aria-hidden":"true"}),a,t&&e("div",{className:"flex items-center ml-auto",children:t})]})})})})}function F({sidebarClassName:n,className:t,title:o,children:s,logo:d,navbar:h,sidebar:u,mainNav:m}){null===localStorage.getItem("desktopSidebarOpen")&&localStorage.setItem("desktopSidebarOpen","true");const[g,x]=a(!1),[p,b]=a("true"===localStorage.getItem("desktopSidebarOpen")),[N,w]=a(window.innerWidth>=1024);c(()=>{const e=()=>{w(window.innerWidth>=1024)};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]);const y={isOpen:N?p:g,toggleDesktop:e=>{b(void 0===e?!p:e),localStorage.setItem("desktopSidebarOpen",JSON.stringify(!p))},toggleMobile:e=>{x(void 0===e?!g:e)}};return e(l,{children:e("div",{className:"flex flex-col h-screen overflow-y-hidden",children:r(v.Provider,{value:y,children:[e("div",{className:"w-full",children:m}),r("div",{className:"flex h-full overflow-y-auto w-full",children:[e("div",{className:"lg:hidden",children:e(f,{className:"bg-sidebar",isOpen:g,onClose:()=>x(!1),side:"left",panelWidth:288,resizable:!1,backdrop:!0,children:e(I,{logo:d,className:n,children:u})})}),e("div",{className:"hidden lg:block relative transition-all duration-300 "+(p?"w-72":"w-12"),children:e(I,{logo:d,className:n,children:u})}),r("div",{className:"w-full h-full overflow-y-hidden",children:[h?e(k,{title:o,logo:d,children:h}):null,e("main",{className:i("flex-1 h-full w-full relative flex flex-col",t),children:s})]})]})]})})})}export{F as AppLayout,b as FullHeightLayout,C as HamburgerButton,k as Navbar,z as NavbarButton,O as NavbarIconButton,D as NavbarLink,S as NavbarSeparator,I as Sidebar,v as SidebarContext,E as SidebarItem,M as SidebarSection,W as SidebarTooltip,w as TitleBar,N as useSidebarToggle};
1
+ import{jsx as e,Fragment as o,jsxs as t}from"react/jsx-runtime";import a from"clsx";import{createContext as n,useContext as r,useState as i,useEffect as s}from"react";import{Button as l,TooltipProvider as c,Tooltip as d,TooltipTrigger as p,TooltipContent as u,SidePanel as g,cn as m}from"@vertesia/ui/core";import{Menu as h,Search as f,Dot as v}from"lucide-react";import{initReactI18next as y,useTranslation as C}from"react-i18next";import A from"i18next";import{Nav as b}from"@vertesia/ui/router";import{Env as T}from"@vertesia/ui/env";function S({className:o,children:t}){return e("div",{className:a("flex flex-col","h-full","overflow-y-auto","px-2",o),children:t})}S.Fixed=function({heightClass:o,className:t,children:n}){return e("div",{className:a("w-full",o,t),children:n})},S.Body=function({className:o,children:t}){return e("div",{className:a("grow overflow-auto","min-h-0","p-2",o),children:t})},S.VR=function({}){return e("div",{className:"w-[1px] border border-red-200"})},S.HR=function({}){return e("div",{className:"w-full h-1 border-b border-red-200"})},S.Tab=function({children:o}){return e("div",{className:"flex flex-col h-full",children:o})};const D=n({isOpen:!1,toggleMobile:()=>{},toggleDesktop:()=>{}});function k(){return r(D)}function P({title:o}){return e("div",{className:"self-center text-lg font-semibold",children:o})}const w="vertesia.ui",F=A.createInstance();function z({children:o,logo:a,onSearch:n,title:r}){return t("div",{className:"sticky top-0 z-40 flex h-16 shrink-0 items-center gap-x-4 border-b px-4 shadow-2xs sm:gap-x-6 sm:px-6 lg:px-8",children:[e(x,{}),e("div",{className:"lg:hidden",children:a}),n&&e(I,{visible:"mobile"}),t("div",{className:"flex flex-1 gap-x-4 self-stretch lg:gap-x-6",children:[e(P,{title:r}),n&&e(E,{onSearch:n}),e("div",{className:"flex items-center gap-x-4 lg:gap-x-6 ml-auto",children:o})]})]})}function E({}){const{t:o}=C(w,{i18n:F});return t("form",{className:"relative flex flex-1",action:"#",method:"GET",children:[e("label",{htmlFor:"search-field",className:"sr-only",children:o("layout.search")}),e(f,{className:"pointer-events-none absolute inset-y-0 left-0 h-full w-5 text-gray-400","aria-hidden":"true"}),e("input",{id:"search-field",className:"block h-full w-full border-0 py-0 pl-8 pr-0 text-gray-900 placeholder:text-gray-400 focus:ring-0 sm:text-sm",placeholder:o("layout.searchPlaceholder"),type:"search",name:"search"})]})}function x(){const{toggleDesktop:t,toggleMobile:a}=k();return e(o,{children:e(l,{variant:"ghost",size:"icon",onClick:()=>{window.innerWidth<1024?a():t()},className:"p-2 rounded-full transition-colors w-full text-center ",children:e(h,{"aria-hidden":"true",size:24})})})}function I({visible:o}){let t="";return o&&(t="mobile"===o?"lg:hidden":"hidden lg:block"),e("div",{className:`h-6 w-px bg-gray-900/10 dark:bg-slate-900/0.1 ${t}`,"aria-hidden":"true"})}function O({title:o,icon:a,onClick:n}){return t("button",{type:"button",className:"-m-2.5 p-2.5 text-gray-400 dark:text-slate-50 hover:text-gray-500",onClick:n,children:[e("span",{className:"sr-only",children:o}),e(a,{className:"size-6","aria-hidden":"true",title:o})]})}function N({children:o,onClick:t}){return e(l,{onClick:t,children:o})}function j({href:o,onClick:t,children:a}){return e("a",{className:"dark:text-slate-50",href:o,onClick:t,children:a})}function R({children:o,logo:n,className:r}){return t("div",{className:a(r||"bg-indigo-600 dark:bg-indigo-950","flex flex-col h-full"),children:[n&&e("div",{className:"-mx-2 flex h-auto my-4 shrink-0 self-start",children:n}),e("div",{className:"flex-1 min-h-0 overflow-hidden px-0 lg:px-2",children:e("nav",{className:"h-full flex flex-col",children:e("ul",{role:"list",className:"flex flex-col gap-y-2 overflow-y-auto h-full",children:o})})})]})}function L({children:n,title:r,action:i,isFooter:s=!1,className:l}){const{isOpen:c}=k();let d=c?t(o,{children:[r||"",i]}):e(v,{className:"size-6"});return t("li",{className:s?"mt-auto":"",children:[r&&e("div",{className:"text-xs font-medium h-8 flex items-center gap-x-2 px-2 text-sidebar-foreground/70",children:d}),e("ul",{"data-sidebar":"menu",className:a("flex w-full min-w-0 flex-col gap-1",l),children:n})]})}function V({children:a,text:n}){const{isOpen:r}=k();return r?e(o,{children:a}):e(c,{children:t(d,{children:[e(p,{asChild:!0,children:a}),e(u,{side:"right",children:n})]})})}function U({external:o,className:n,tools:r,children:i,icon:s,href:l,to:c,current:d,onClick:p,replace:u}){const{toggleMobile:g}=k();return e("li",{children:e(b,{to:c,onClick:()=>{setTimeout(()=>{g(!1)},100)},replace:u,children:e(V,{text:i,children:t("a",{href:l,onClick:e=>{o?(window.open(l,"_blank"),e.preventDefault(),e.stopPropagation()):p&&p(e)},className:a(d?"bg-sidebar-accent text-sidebar-accent-foreground":"text-sidebar-foreground hover:text-sidebar-accent-foreground hover:bg-sidebar-accent","group flex gap-x-3 rounded-md px-2 py-1.5 text-sm items-center h-8",n),children:[s&&e(s,{className:a(d?"bg-sidebar-accent text-sidebar-accent-foreground":"text-sidebar-foreground hover:text-sidebar-accent-foreground hover:bg-sidebar-accent","size-4 shrink-0"),"aria-hidden":"true"}),i,r&&e("div",{className:"flex items-center ml-auto",children:r})]})})})})}function M({sidebarClassName:n,className:r,title:l,children:c,logo:d,navbar:p,sidebar:u,mainNav:m}){null===localStorage.getItem("desktopSidebarOpen")&&localStorage.setItem("desktopSidebarOpen","true");const[h,f]=i(!1),[v,y]=i("true"===localStorage.getItem("desktopSidebarOpen")),[C,A]=i(window.innerWidth>=1024);s(()=>{const e=()=>{A(window.innerWidth>=1024)};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]);const b={isOpen:C?v:h,toggleDesktop:e=>{y(void 0===e?!v:e),localStorage.setItem("desktopSidebarOpen",JSON.stringify(!v))},toggleMobile:e=>{f(void 0===e?!h:e)}};return e(o,{children:e("div",{className:"flex flex-col h-screen overflow-y-hidden",children:t(D.Provider,{value:b,children:[e("div",{className:"w-full",children:m}),t("div",{className:"flex h-full overflow-y-auto w-full",children:[e("div",{className:"lg:hidden",children:e(g,{className:"bg-sidebar",isOpen:h,onClose:()=>f(!1),side:"left",panelWidth:288,resizable:!1,backdrop:!0,children:e(R,{logo:d,className:n,children:u})})}),e("div",{className:"hidden lg:block relative transition-all duration-300 "+(v?"w-72":"w-12"),children:e(R,{logo:d,className:n,children:u})}),t("div",{className:"w-full h-full overflow-y-hidden",children:[p?e(z,{title:l,logo:d,children:p}):null,e("main",{className:a("flex-1 h-full w-full relative flex flex-col",r),children:c})]})]})]})})})}F.use(y).init({resources:{ar:{[w]:{"agent.actions":"إجراءات","agent.activeWorkstreams_few":"لدى الوكيل {{count}} مسارات عمل نشطة قيد التشغيل","agent.activeWorkstreams_many":"لدى الوكيل {{count}} مسار عمل نشط قيد التشغيل","agent.activeWorkstreams_one":"لدى الوكيل مسار عمل نشط واحد قيد التشغيل","agent.activeWorkstreams_other":"لدى الوكيل {{count}} مسار عمل نشط قيد التشغيل","agent.activeWorkstreams_two":"لدى الوكيل مساران نشطان قيد التشغيل","agent.activeWorkstreams_zero":"لا يوجد لدى الوكيل مسارات عمل نشطة","agent.agentConversation":"محادثة الوكيل","agent.agentInterrupted":"تم إيقاف الوكيل","agent.agentPlan":"خطة الوكيل","agent.agentProcessing":"الوكيل يعالج، يمكنك المتابعة بعد الانتهاء...","agent.agentStarted":"تم بدء الوكيل","agent.agentWorking":"الوكيل يعمل... (Esc Esc للإيقاف)","agent.agentWorkingStop":"الوكيل يعمل... اضغط Esc مرتين أو انقر إيقاف للمقاطعة","agent.allMessages":"جميع الرسائل","agent.artifacts":"المخرجات","agent.askAnything":"اسأل أي شيء... (اسحب أو الصق الملفات)","agent.batch":"دفعة","agent.cancelWorkflow":"إلغاء سير العمل","agent.canceling":"جارٍ الإلغاء","agent.clickToEnlarge":"انقر للتكبير","agent.close":"إغلاق","agent.closeFullscreen":"إغلاق ملء الشاشة","agent.completed":"مكتمل","agent.conversationForked":"تم تفريع المحادثة","agent.conversationRestarted":"تم إعادة تشغيل المحادثة","agent.copied":"تم النسخ","agent.copiedAllToolCalls":"تم نسخ جميع استدعاءات الأدوات إلى الحافظة","agent.copiedBatchDetails":"تم نسخ تفاصيل الدفعة إلى الحافظة","agent.copiedToClipboard":"تم النسخ إلى الحافظة","agent.copy":"نسخ","agent.copyAllToolCalls":"نسخ جميع استدعاءات الأدوات","agent.copyBatchDetails":"نسخ تفاصيل الدفعة","agent.copyMessage":"نسخ الرسالة","agent.copyRunId":"نسخ معرف التشغيل","agent.copyToClipboard":"نسخ إلى الحافظة","agent.dashboard":"لوحة المعلومات","agent.details":"تفاصيل","agent.document":"مستند","agent.documentAttachments":"مرفقات المستند","agent.documentAttachmentsDescription":"مستندات من المتجر مرفقة بهذه الرسالة. يمكن للوكيل استرجاعها بالمعرف في أي وقت، أو إعادة إرفاقها لتضمين المحتوى مباشرة.","agent.documents":"المستندات","agent.download":"تحميل","agent.downloadConversation":"تحميل المحادثة","agent.dropFilesToUpload":"أسقط الملفات للرفع","agent.elapsed":"{{seconds}}ث مضت","agent.enlargedView":"عرض مكبّر","agent.enterMessage":"أدخل رسالة لبدء محادثة","agent.enterToSend":"Enter للإرسال • Shift+Enter لسطر جديد","agent.error":"خطأ","agent.errorStarting":"خطأ في بدء سير العمل","agent.exit":"خروج","agent.exitFullscreen":"الخروج من ملء الشاشة","agent.export":"تصدير","agent.exportAsPdf":"تصدير كـ PDF","agent.exportAsPng":"تصدير كـ PNG","agent.exportAsWord":"تصدير كـ Word","agent.exportMessage":"تصدير الرسالة","agent.exporting":"جارٍ التصدير...","agent.failedToCancelWorkflow":"فشل إلغاء سير العمل","agent.failedToDownload":"فشل تنزيل المحادثة","agent.failedToForkConversation":"فشل تفريع المحادثة","agent.failedToInterrupt":"فشل الإيقاف","agent.failedToLoadDocument":"فشل تحميل المستند","agent.failedToRenderMessage":"فشل في عرض الرسالة","agent.failedToRestartConversation":"فشل إعادة تشغيل المحادثة","agent.failedToSend":"فشل إرسال الرسالة","agent.filesProcessing":"لا تزال الملفات قيد المعالجة","agent.filesStagedCount_few":"{{count}} ملفات مُعدّة - سيتم رفعها عند بدء المحادثة","agent.filesStagedCount_many":"{{count}} ملفًا مُعدًّا - سيتم رفعها عند بدء المحادثة","agent.filesStagedCount_one":"ملف واحد مُعدّ - سيتم رفعه عند بدء المحادثة","agent.filesStagedCount_other":"{{count}} ملف مُعدّ - سيتم رفعها عند بدء المحادثة","agent.filesStagedCount_two":"ملفان مُعدّان - سيتم رفعهما عند بدء المحادثة","agent.filesStagedCount_zero":"لا توجد ملفات مُعدّة","agent.filesUploadedDescription":"الملفات المرفوعة في هذه المحادثة تظل متاحة طوال الوقت. يمكن للوكيل الوصول إليها في أي وقت.","agent.forkConversation":"تفريع المحادثة","agent.fullscreen":"ملء الشاشة","agent.hideDetails":"إخفاء التفاصيل","agent.hideSidebar":"إخفاء الشريط الجانبي","agent.hideThinkingDetails":"إخفاء تفاصيل التفكير","agent.inProgress":"قيد التنفيذ","agent.linkObject":"ربط كائن","agent.loadingArtifacts":"جارٍ تحميل المخرجات...","agent.loadingDocument":"جارٍ تحميل المستند...","agent.main":"الرئيسي","agent.mainWorkstream":"تدفق العمل الرئيسي","agent.moreActions":"المزيد من الإجراءات","agent.newerPlan":"خطة أحدث","agent.no":"لا","agent.noActiveWorkstreams":"لا توجد تدفقات عمل نشطة","agent.noAgentRunning":"لا يوجد وكيل قيد التشغيل حالياً","agent.noArtifactsYet":"لا توجد مخرجات بعد","agent.noContentAvailable":"لا يوجد محتوى متاح","agent.noContentToExport":"لا يوجد محتوى للتصدير","agent.noConversationContent":"لا يوجد محتوى محادثة متاح للتصدير","agent.noDocumentsOpen":"لا توجد مستندات مفتوحة","agent.noFilesUploadedYet":"لم يتم رفع أي ملفات","agent.noMessagesInWorkstream":"لا توجد رسائل في هذا التدفق بعد...","agent.noPlanAvailable":"لا توجد خطة متاحة","agent.noPlanDetected":"لم يتم اكتشاف أي خطة بعد","agent.olderPlan":"خطة أقدم","agent.openDocument":"فتح المستند","agent.openInNewTab":"فتح في علامة تبويب جديدة","agent.pdfExportFailed":"فشل تصدير PDF","agent.pdfExportReady":"تصدير PDF جاهز","agent.pending":"معلق","agent.plan":"خطة","agent.planProgress":"تقدم الخطة","agent.plansWillAppear":"ستظهر الخطط هنا عندما يقوم الوكيل بإنشاء واحدة","agent.printDialogDescription":"استخدم مربع حوار الطباعة في متصفحك للحفظ كـ PDF","agent.processing":"جارٍ المعالجة...","agent.ready":"جاهز","agent.refresh":"تحديث","agent.remaining":"{{seconds}}ث متبقية","agent.resizeRightPanel":"تغيير حجم اللوحة اليمنى","agent.restartConversation":"إعادة تشغيل المحادثة","agent.retry":"إعادة المحاولة","agent.runIdCopied":"تم نسخ معرّف التشغيل","agent.running":"قيد التشغيل","agent.searchDocuments":"البحث في المستندات","agent.selectInteraction":"اختر تفاعلاً وانقر ابدأ لتشغيل الوكيل","agent.send":"إرسال","agent.showAllMessages":"عرض جميع الرسائل","agent.showDetails":"عرض التفاصيل","agent.showSidebar":"عرض الشريط الجانبي","agent.staged":"مُعدّ","agent.startAgent":"بدء الوكيل","agent.startNewConversation":"بدء محادثة جديدة","agent.startingAgent":"جارٍ بدء الوكيل...","agent.startingAgentUploading":"جارٍ بدء الوكيل ورفع الملفات...","agent.stepByStepPlan":"خطة خطوة بخطوة","agent.stop":"إيقاف","agent.stopAgent":"إيقاف الوكيل","agent.submitSelection":"إرسال الاختيار","agent.submitSelectionCount_few":"إرسال الاختيار ({{count}})","agent.submitSelectionCount_many":"إرسال الاختيار ({{count}})","agent.submitSelectionCount_one":"إرسال الاختيار ({{count}})","agent.submitSelectionCount_other":"إرسال الاختيار ({{count}})","agent.submitSelectionCount_two":"إرسال الاختيار ({{count}})","agent.submitSelectionCount_zero":"إرسال الاختيار ({{count}})","agent.summary":"ملخص","agent.taskProgress":"تقدم المهام","agent.toggleRightSidebar":"تبديل الشريط الجانبي الأيمن","agent.typeNewInstructions":"اكتب رسالتك لإعطاء تعليمات جديدة","agent.typeQuestionBelow":"اكتب سؤالك أدناه واضغط Enter أو انقر {{buttonText}} للبدء","agent.typeYourMessage":"اكتب رسالتك...","agent.typeYourResponse":"اكتب ردك...","agent.unableToOpenPrint":"تعذر فتح معاينة الطباعة","agent.unknownError":"خطأ غير معروف","agent.unknownTime":"وقت غير معروف","agent.upload":"رفع","agent.uploadFailed":"فشل الرفع","agent.uploadedFiles":"الملفات المرفوعة","agent.uploading":"جارٍ الرفع...","agent.uploads":"المرفوعات","agent.waitForFiles":"انتظر حتى تنتهي معالجة الملفات","agent.waitForFilesProcessing":"يرجى الانتظار حتى تنتهي معالجة جميع الملفات قبل الإرسال","agent.waiting":"في الانتظار...","agent.waitingForAgentResponse":"في انتظار رد الوكيل...","agent.workflowCancelled":"تم إلغاء سير العمل","agent.working":"جارٍ العمل...","agent.workstreams":"تدفقات العمل","agent.yes":"نعم","auth.continueWithEnterprise":"المتابعة مع SSO المؤسسي","auth.continueWithGithub":"المتابعة مع GitHub","auth.continueWithGoogle":"المتابعة مع Google","auth.continueWithMicrosoft":"المتابعة مع Microsoft","auth.enterEnterpriseEmail":"أدخل بريدك الإلكتروني المؤسسي","auth.error":"خطأ: {{message}}","auth.firstTimeDetails":"سنطرح عليك بضعة أسئلة فقط وستكون جاهزاً.","auth.firstTimeMessage":"أول مرة هنا؟ لا مشكلة، يمكنك التجربة مجاناً!","auth.goBack":"العودة","auth.invalidEmail":"عنوان بريد إلكتروني غير صالح","auth.logInOrSignUp":"تسجيل الدخول أو إنشاء حساب","auth.needToMakeChange":"هل تحتاج إلى إجراء تغيير؟","auth.or":"أو","auth.privacyPolicy":"سياسة الخصوصية","auth.signInError":"عذراً، لم نتمكن من تسجيل دخولك.","auth.signInErrorContact":"يرجى المحاولة مرة أخرى أو التواصل مع","auth.signInErrorPersists":"إذا استمرت المشكلة.","auth.tenantNotFound":"لم يتم العثور على المؤسسة","auth.termsOfService":"شروط الخدمة","errors.failedToLoadTenantConfig":"فشل في تحميل إعدادات المستأجر","errors.somethingWentWrong":"عذراً، حدث خطأ ما...","errors.teamNotifiedLine1":"تم إبلاغ فريقنا وسيعمل بسرعة على حل المشكلة.","errors.teamNotifiedLine2":"إذا كنت ترغب في التصعيد أو التواصل معنا، يرجى مراسلتنا على","filter.clearAll":"مسح الكل","filter.filter":"تصفية","filter.filterBy":"تصفية حسب {{view}}","filter.filterPlaceholder":"تصفية...","filter.from":"من:","filter.noAvailableFilters":"لا توجد عوامل تصفية متاحة","filter.noMatchingFilters":"لا توجد عوامل تصفية مطابقة","filter.noResultsFound":"لم يتم العثور على نتائج.","filter.selectRange":"اختر نطاقاً","filter.to":"إلى:","form.clickToRemove":"انقر للإزالة","form.createValue":'إنشاء "{{value}}"',"form.filter":"تصفية...","form.noMoreOptions":"لا توجد خيارات أخرى متاحة","form.noOptionsFound":"لم يتم العثور على خيارات","layout.pageNotFound":"الصفحة غير موجودة","layout.search":"بحث","layout.searchPlaceholder":"بحث...","login.accept":"قبول","login.reject":"رفض","login.reviewInvites":"مراجعة الدعوات","login.terminal.account":"الحساب","login.terminal.accountRequired":"الحساب مطلوب","login.terminal.accountRequiredDesc":"يرجى اختيار حساب لتفويض العميل للوصول إلى خوادم ComposablePrompts","login.terminal.authPayloadCopied":"تم نسخ حمولة المصادقة","login.terminal.authPayloadCopiedSuccess":"يمكنك إغلاق هذه الصفحة. من المفترض أن CLI قد تلقى الرمز.","login.terminal.authPayloadCopiedWithError":"يمكنك لصق الحمولة في الطرفية. ملاحظة: لم يتلقَّ CLI الرمز. حدث خطأ: {{error}}","login.terminal.authorizeClient":"تفويض العميل","login.terminal.browserPermissionNote":"ملاحظة: إذا طلب متصفحك إذناً للوصول إلى شبكتك المحلية، يرجى السماح بذلك. هذا مطلوب لإرسال رمز التفويض إلى أداة CLI. وإلا ستحتاج إلى نسخ/لصق الرمز يدوياً في طرفيتك.","login.terminal.chooseAccountProject":"يجب اختيار الحساب والمشروع المستهدفين لوصول العميل.","login.terminal.clientAuthenticated":"تم مصادقة العميل. يمكنك إغلاق هذه الصفحة.","login.terminal.clientWantsAuth":"يريد تطبيق عميل الحصول على تفويض للوصول إلى خوادم composable prompt باسمك.","login.terminal.copyAuthPayload":"نسخ حمولة المصادقة","login.terminal.envLocalDev":"تطوير محلي","login.terminal.envProduction":"إنتاج","login.terminal.envStaging":"تجريبي","login.terminal.errorAuthorizingClient":"خطأ في تفويض العميل","login.terminal.errorLoadingProjects":"خطأ في تحميل المشاريع","login.terminal.failedToGetToken":"فشل الحصول على رمز composable","login.terminal.failedToSendToken":"فشل إرسال رمز التفويض إلى أداة CLI","login.terminal.failedToSendTokenDesc":'قد يحدث هذا بسبب فحوصات الأمان في Safari. الخطأ هو "{{error}}"',"login.terminal.invalidRequest":"طلب غير صالح","login.terminal.invalidRequestDesc":"يجب استدعاء هذه الصفحة من عميل طرفية للمصادقة مع خوادم ComposablePrompts","login.terminal.profileName":"اسم الملف الشخصي","login.terminal.profileNameNote":"أيضاً، أدخل اسم ملف شخصي سيُستخدم لحفظ التفويض في إعدادات العميل.","login.terminal.profileRequired":"الملف الشخصي مطلوب","login.terminal.profileRequiredDesc":"يرجى إدخال اسم ملف شخصي لحفظ تفويض العميل","login.terminal.project":"المشروع","login.terminal.projectRequired":"المشروع مطلوب","login.terminal.projectRequiredDesc":"يرجى اختيار مشروع لتفويض العميل للوصول إلى خوادم ComposablePrompts","login.terminal.selectAccount":"اختر حساباً","login.terminal.selectProject":"اختر مشروعاً","misc.copiedToClipboard":"تم النسخ إلى الحافظة","misc.copy":"نسخ","misc.failedToCopy":"فشل النسخ","misc.noData":"لا توجد بيانات للعرض","misc.tableView":"عرض جدول","misc.thumbnailView":"عرض مصغرات","modal.cancel":"إلغاء","modal.confirm":"تأكيد","modal.delete.error":"حدث خطأ أثناء حذف الكائن","modal.delete.failed":"فشل الحذف","modal.delete.succeeded":"تم الحذف بنجاح","modal.save":"حفظ","modal.saveChanges":"حفظ التغييرات","modal.saveVersion.createDescription":"إنشاء مراجعة جديدة مع تغييرات الخصائص هذه مع الحفاظ على الأصل.","modal.saveVersion.createNew":"إنشاء نسخة جديدة","modal.saveVersion.createWithFileDescription":"إنشاء مراجعة جديدة مع الملف البديل مع الحفاظ على الأصل.","modal.saveVersion.howToSave":"كيف تريد حفظ هذه التغييرات؟","modal.saveVersion.replaceFile":"أنت على وشك استبدال ملف المحتوى بـ:","modal.saveVersion.updateCurrent":"تحديث النسخة الحالية","modal.saveVersion.updateDescription":"تعديل الخصائص مباشرة في المراجعة الحالية.","modal.saveVersion.updateWithFileDescription":"استبدال ملف المحتوى وتعديل الخصائص مباشرة في المراجعة الحالية.","modal.saveVersion.versionLabel":"تسمية النسخة (اختياري)","modal.saveVersion.versionLabelDescription":"تسمية اختيارية للنسخة الجديدة.","modal.saveVersion.versionLabelPlaceholder":"مثال: v1.2، معتمد، بعد المراجعة","oauthApps.authenticate":"مصادقة","oauthApps.authenticating":"جارٍ المصادقة...","oauthApps.authorizationEndpoint":"نقطة نهاية التفويض","oauthApps.cancel":"إلغاء","oauthApps.clientId":"Client ID","oauthApps.clientSecret":"Client Secret","oauthApps.clientSecretConfigured":"تم تكوين Secret (اتركه فارغاً للإبقاء عليه)","oauthApps.clientSecretHelp":"اختياري. مطلوب للعملاء السريين. مشفّر أثناء التخزين.","oauthApps.clientSecretPlaceholder":"أدخل Client Secret","oauthApps.connect":"اتصال","oauthApps.connected":"متصل","oauthApps.create":"إنشاء","oauthApps.createDescription":"تكوين تطبيق OAuth جديد لهذا المشروع.","oauthApps.created":"تم إنشاء تطبيق OAuth","oauthApps.defaultScopes":"النطاقات الافتراضية","oauthApps.defaultScopesHelp":"قائمة نطاقات OAuth مفصولة بمسافات.","oauthApps.deleteConfirm":"حذف تطبيق OAuth","oauthApps.deleteConfirmMessage":"هل أنت متأكد من رغبتك في الحذف","oauthApps.deleteFailed":"فشل حذف تطبيق OAuth","oauthApps.deleted":"تم حذف تطبيق OAuth","oauthApps.description":"تكوين تطبيقات OAuth للتكاملات مع الأطراف الخارجية.","oauthApps.disconnect":"قطع الاتصال","oauthApps.displayName":"اسم العرض","oauthApps.edit":"تعديل تطبيق OAuth","oauthApps.editDescription":"تحديث إعدادات تطبيق OAuth.","oauthApps.empty":"لم يتم تكوين أي تطبيقات OAuth بعد.","oauthApps.endpointsOptionalHelp":"اختياري. اتركه فارغًا لخوادم MCP التي تدعم اكتشاف .well-known.","oauthApps.name":"الاسم","oauthApps.nameHelp":"معرّف بتنسيق kebab-case (مثال: my-oauth-app). لا يمكن تغييره بعد الإنشاء.","oauthApps.notConnected":"غير متصل","oauthApps.revocationEndpoint":"نقطة نهاية الإبطال","oauthApps.save":"حفظ","oauthApps.saveFailed":"فشل حفظ تطبيق OAuth","oauthApps.saving":"جارٍ الحفظ...","oauthApps.status":"الحالة","oauthApps.title":"تطبيقات OAuth","oauthApps.tokenEndpoint":"نقطة نهاية الرمز المميز","oauthApps.updated":"تم تحديث تطبيق OAuth","oauthApps.usePkce":"استخدام PKCE (موصى به)","pdf.close":"إغلاق","pdf.closeFullscreen":"إغلاق ملء الشاشة","pdf.download":"تحميل","pdf.failedToLoadViewer":"فشل في تحميل عارض PDF","pdf.fetchingDocumentFailed":"فشل في جلب المستند","pdf.fitToWidth":"ملاءمة العرض","pdf.fullscreen":"ملء الشاشة","pdf.instrumentedImages":"صور مشروحة","pdf.nextPage":"الصفحة التالية","pdf.noPdfAvailable":"لا يوجد PDF متاح","pdf.originalImages":"الصور الأصلية","pdf.page":"صفحة","pdf.pageOf":"صفحة {{pageNumber}} / {{totalPages}}","pdf.previousPage":"الصفحة السابقة","pdf.zoomIn":"تكبير","pdf.zoomOut":"تصغير","shell.accessDenied":"تم رفض الوصول","shell.applicationNotRegistered":"التطبيق غير مسجل","shell.organization":"المؤسسة","shell.selectOrganization":"اختر مؤسسة","shell.selectProject":"اختر مشروعاً","signup.accountType":"نوع الحساب","signup.activelyExploring":"استكشاف نشط لنماذج LLM في مشروع","signup.alreadyUsing":"استخدام نماذج LLM في الإنتاج بالفعل","signup.company":"شركة","signup.companyDescription":"لشركة أو مؤسسة.","signup.companyName":"اسم الشركة","signup.companySize":"حجم الشركة","signup.companyWebsite":"موقع الشركة الإلكتروني","signup.justTesting":"اختبار أو تقييم نماذج LLM فقط","signup.migratingLLMs":"الانتقال إلى نماذج LLM مختلفة","signup.other":"أخرى","signup.personal":"شخصي","signup.personalDescription":"للاستخدام الشخصي أو لفريق صغير.","signup.pleaseEnterOrgName":"يرجى إدخال اسم المؤسسة","signup.pleaseSelectAccountType":"يرجى اختيار نوع الحساب","signup.pleaseSelectCompanySize":"يرجى اختيار حجم الشركة","signup.projectMaturity":"نضج المشروع","signup.selectCompanySize":"اختر حجم الشركة","signup.selectProjectMaturity":"اختر نضج المشروع","signup.signUp":"إنشاء حساب","signup.size1001to5000":"1001-5000 موظف","signup.size101to1000":"101-1000 موظف","signup.size11to100":"11-100 موظف","signup.size1to10":"1-10 موظفين","signup.size5000plus":"+5000 موظف","signup.welcomeMessage":"مرحباً بك في Vertesia، {{name}} ({{email}}).\nأخبرنا قليلاً عن نفسك وستكون جاهزاً للانطلاق.\nلا حاجة لبطاقة ائتمان.","signup.wrongAccountGoBack":"حساب خاطئ، العودة","store.actions.addToCollection":"إضافة إلى مجموعة","store.actions.addToCollectionBody":"أضف الكائنات المحددة إلى مجموعة موجودة أو أنشئ مجموعة جديدة.","store.actions.addToCollectionButton":"إضافة إلى مجموعة","store.actions.addToCollectionDesc":"إضافة مستندات إلى مجموعة","store.actions.addToCollectionFailure":"فشل الإضافة إلى المجموعة","store.actions.addToCollectionFailureDesc":"فشل إضافة الكائنات المحددة إلى المجموعة","store.actions.addToCollectionSuccess":"نجاح الإضافة إلى المجموعة","store.actions.addToCollectionSuccessDesc":"تمت إضافة {{count}} كائن إلى المجموعة المحددة","store.actions.addToCollectionTitle":"إضافة إلى مجموعة","store.actions.areYouSure":"هل أنت متأكد؟","store.actions.cannotRemoveNoCollection":"لا يمكن إزالة الكائنات: لم يتم تحديد مجموعة","store.actions.changeContentType":"تغيير نوع المحتوى","store.actions.changeContentTypeDesc":"تغيير نوع المحتوى للمستندات المحددة","store.actions.changeType":"تغيير النوع","store.actions.chooseExistingCollections":"اختر من المجموعات الموجودة","store.actions.chooseWorkflowRule":"اختر قاعدة سير عمل للبدء:","store.actions.confirmDeleteAll":"هل أنت متأكد من حذف جميع الكائنات المحددة؟ لا يمكن التراجع عن هذا الإجراء.","store.actions.confirmDeleteSelected":"هل أنت متأكد من حذف الكائنات المحددة؟\nهذا ليس إزالة من المجموعات.","store.actions.confirmRemoveFromCollection":"هل أنت متأكد من إزالة الكائنات المحددة من هذه المجموعة؟","store.actions.createNew":"إنشاء جديد","store.actions.delete":"حذف","store.actions.deleteObjects":"حذف الكائنات","store.actions.deleteTheSelectedObjects":"حذف الكائنات المحددة","store.actions.errorChangingType":"خطأ في تغيير النوع","store.actions.errorDeletingObjects":"خطأ في حذف الكائنات","store.actions.errorExportProperties":"خطأ في تصدير الخصائص","store.actions.errorRemovingObjects":"خطأ في إزالة الكائنات من المجموعة","store.actions.errorStartingWorkflow":"خطأ في بدء سير العمل","store.actions.exportAllObjectProperties":"تصدير جميع خصائص الكائنات","store.actions.exportProperties":"تصدير الخصائص","store.actions.noCollectionContext":"لا يوجد سياق مجموعة","store.actions.noObjectsSelected":"لم يتم تحديد كائنات","store.actions.pleaseSelectObjectsToDelete":"يرجى تحديد كائنات للحذف","store.actions.pleaseSelectObjectsToRemove":"يرجى تحديد كائنات لإزالتها من المجموعة","store.actions.removeFromCollection":"إزالة من المجموعة","store.actions.removeFromCollectionDesc":"إزالة الكائنات المحددة من هذه المجموعة","store.actions.selectCollection":"اختر مجموعة","store.actions.startWorkflow":"بدء سير العمل","store.actions.startWorkflowByRule":"بدء سير عمل بقاعدة","store.actions.startWorkflowDesc":"بدء سير عمل على الكائنات المحددة","store.actions.workflowStarted":"تم بدء سير العمل","store.allowedContentTypes":"أنواع المحتوى المسموح بها","store.allowedContentTypesOptionalDescription":"اختر اختيارياً أنواع المحتوى التي يمكن إضافتها إلى المجموعة. إذا لم يتم التعيين، فسيتم السماح بجميع أنواع المحتوى.","store.allowedContentTypesSelectDescription":"اختر أنواع المحتوى التي يمكن إضافتها إلى المجموعة. إذا لم يتم التعيين، فسيتم السماح بجميع أنواع المحتوى.","store.areYouSureDeleteCollection":"هل أنت متأكد من حذف هذه المجموعة؟ لا يمكن التراجع عن هذا الإجراء.","store.audioFormatRequired":"يتطلب صيغة MP3 أو M4A أو OGG أو WAV أو WebM","store.automaticTypeDetection":"الكشف التلقائي عن النوع","store.automaticTypeDetectionDescription":"سيقوم Vertesia بتحليل المحتوى واختيار النوع الأنسب. يُوصى بهذا لمعظم عمليات الرفع ويضمن المعالجة المثلى.","store.cancelEdit":"إلغاء","store.chooseAFormat":"اختر صيغة","store.chooseContentType":"اختر نوع محتوى...","store.chooseContentTypes":"اختر أنواع المحتوى...","store.chooseWhatToExport":"اختر ما تريد تصديره","store.clearSelection":"مسح الاختيار","store.close":"إغلاق","store.collectionCreated":"تم إنشاء المجموعة","store.collectionDeleted":"تم حذف المجموعة","store.collectionFetchFailed":"فشل جلب المجموعة","store.collectionPropertiesUpdated":"تم تحديث خصائص المجموعة","store.collectionUpdated":"تم تحديث المجموعة","store.collectionUpdatedSuccess":"تم تحديث المجموعة بنجاح","store.collectionsSelected":"تم اختيار {{count}} مجموعة","store.configuration":"الإعدادات","store.confirmSelection":"تأكيد الاختيار","store.contentCopied":"تم نسخ {{type}}","store.contentExported":"تم تصدير المحتوى","store.contentType":"نوع المحتوى","store.convertingToPdf":"جارٍ التحويل إلى PDF...","store.copyFailed":"فشل النسخ","store.createACollection":"إنشاء مجموعة","store.createCollection":"إنشاء مجموعة","store.createType":"إنشاء نوع","store.created":"تاريخ الإنشاء","store.createdBy":"أنشأه","store.deleteCollection":"حذف المجموعة","store.documentExported":"تم تصدير المستند","store.documentInformation":"معلومات المستند","store.documentListRefreshed":"تم تحديث قائمة المستندات","store.documentListRefreshedDesc":"تم تحديث قائمة المستندات بملفاتك المرفوعة.","store.documentPreview":"معاينة المستند","store.downloadFailed":"فشل التحميل","store.dynamicCollection":"مجموعة ديناميكية","store.dynamicCollectionDescription":"جلب المحتوى ديناميكياً للمجموعة بناءً على استعلام. إذا لم يتم التفعيل، يجب إضافة المحتوى من قبل المستخدمين أو الوكلاء.","store.editJson":"تحرير JSON","store.editProperties":"تحرير الخصائص","store.editSchema":"تحرير المخطط","store.editText":"تحرير النص","store.editingGenericDocument":"تحرير خصائص مستند عام","store.embeddings":"التضمينات","store.enableSyncMemberHeads":"تفعيل مزامنة رؤوس الأعضاء","store.error":"خطأ","store.errorCheckingDuplicates":"حدث خطأ أثناء التحقق من الملفات المكررة","store.errorCreatingType":"خطأ في إنشاء النوع","store.errorInUploadProcessingCheck":"خطأ في فحص معالجة رفع الملفات","store.errorProcessingFiles":"خطأ في معالجة الملفات","store.errorSavingText":"فشل في حفظ النص","store.errorSavingTextDefault":"حدث خطأ أثناء حفظ محتوى النص.","store.errorUpdatingProperties":"خطأ في تحديث الخصائص","store.errorUpdatingPropertiesDefault":"حدث خطأ أثناء تحديث الخصائص.","store.exportFailed":"فشل التصدير","store.exportInProgress":"التصدير قيد التنفيذ","store.failedToConvertToPdf":"فشل التحويل إلى PDF","store.failedToCopy":"فشل نسخ {{type}} إلى الحافظة","store.failedToCreateCollection":"فشل إنشاء المجموعة","store.failedToDeleteCollection":"فشل حذف المجموعة","store.failedToDownloadFile":"فشل تحميل الملف","store.failedToDownloadPdf":"فشل تحميل ملف PDF","store.failedToExportContent":"فشل تصدير المحتوى","store.failedToExportDocument":"فشل تصدير المستند","store.failedToFetchRoleMappings":"فشل جلب تعيينات الأدوار","store.failedToFetchTypes":"فشل جلب أنواع الكائنات","store.failedToFetchWorkflows":"فشل جلب سير العمل","store.failedToGetDownloadUrl":"فشل الحصول على رابط التحميل","store.failedToLoadDocument":"فشل تحميل المستند","store.failedToLoadType":"فشل تحميل النوع","store.failedToUpdateCollection":"فشل تحديث المجموعة","store.failedToUpdateCollectionProperties":"فشل تحديث خصائص المجموعة","store.failedToUpdateSchema":"فشل تحديث المخطط","store.failedToUpdateSharedProperties":"فشل تحديث الخصائص المشتركة","store.failedToUpdateSkipHeadSync":"فشل تحديث إعداد تخطي مزامنة الرؤوس","store.failedToUpdateTableLayout":"فشل تحديث تخطيط الجدول","store.filesAnalyzedTitle":"تم تحليل الملفات","store.filesReadyToProcess":"الملفات جاهزة للمعالجة","store.filterByName":"تصفية بالاسم","store.fullText":"النص الكامل","store.fullView":"العرض الكامل","store.getStartedCollections":"ابدأ بإنشاء مجموعة جديدة.","store.getStartedTypes":"ابدأ بإنشاء نوع جديد.","store.id":"المعرف","store.invalidJson":"JSON غير صالح","store.invalidJsonSchema":"مخطط JSON غير صالح","store.invalidQueryJson":"استعلام JSON غير صالح","store.invalidTableLayout":"تخطيط جدول غير صالح","store.isChunkable":"قابل للتجزئة","store.limit":"الحد","store.loadingDocument":"جارٍ تحميل المستند...","store.loadingProcessingStatus":"جارٍ تحميل حالة المعالجة...","store.na":"غير متوفر","store.name":"الاسم","store.newCollections":"مجموعات جديدة","store.newVersionCreated":"تم إنشاء نسخة جديدة","store.newVersionCreatedDesc":"تم إنشاء نسخة جديدة بخصائص محدّثة.","store.noAudioRendition":"لا يتوفر إصدار صوتي متوافق مع الويب","store.noCollections":"لا توجد مجموعات","store.noCollectionsAvailable":"لا توجد مجموعات متاحة.","store.noCollectionsFound":"لم يتم العثور على مجموعات.","store.noFilesSelected":"لم يتم اختيار ملفات","store.noObjectsDragAndDrop":"لا توجد كائنات. اسحب وأفلت المستندات أو الصور هنا لإنشاء كائنات محتوى.","store.noPreviewAvailable":"لا تتوفر معاينة لهذا النوع من المستندات.","store.noProjectSelected":"لم يتم اختيار مشروع","store.noPropertiesAvailable":"لا توجد خصائص متاحة لهذا المستند.","store.noPropertiesDefined":"لم يتم تعريف خصائص","store.noTranscriptAvailable":"لا يتوفر نص مكتوب","store.noType":"بدون نوع","store.noValidFilesSelected":"لم يتم اختيار ملفات صالحة","store.noVideoRendition":"لا يتوفر إصدار فيديو متوافق مع الويب","store.none":"لا شيء","store.openFullDocument":"فتح المستند الكامل","store.openFullDocumentView":"فتح العرض الكامل للمستند","store.optional":"(اختياري)","store.pdfConversionFailed":"فشل تحويل PDF","store.pdfPreviewFullView":"معاينة مستند PDF متاحة في العرض الكامل.","store.pleaseFixJsonSyntax":"يرجى إصلاح أخطاء بناء JSON قبل الحفظ.","store.pleaseProvideName":"يرجى تقديم اسم للمجموعة","store.pleaseSelectValidFiles":"يرجى اختيار ملفات ذات محتوى صالح.","store.pleaseWait":"يرجى الانتظار","store.preview":"معاينة","store.previewProperties":"معاينة الخصائص","store.processingFailedFor":"فشلت المعالجة لـ {{name}}","store.processingFiles":"جارٍ معالجة الملفات","store.properties":"الخصائص","store.propertiesUpdated":"تم تحديث الخصائص","store.propertiesUpdatedDesc":"تم تحديث خصائص الكائن بنجاح.","store.query":"استعلام","store.queryDescription":"حدد الاستعلام لجلب المحتوى ديناميكياً للمجموعة.","store.refresh":"تحديث","store.renderingDocument":"جارٍ عرض مستندك...","store.saveChanges":"حفظ التغييرات","store.saveText":"حفظ","store.schemaEditor":"محرر المخطط","store.schemaUpdated":"تم تحديث المخطط","store.schemaUpdatedSuccess":"تم تحديث المخطط بنجاح","store.search":"بحث","store.searchCollections":"البحث في المجموعات","store.searchFailed":"فشل البحث","store.searchPlaceholder":"اكتب ما تبحث عنه، أو اختر عامل تصفية","store.searchTypes":"البحث في الأنواع","store.searching":"جارٍ البحث...","store.selectACollection":"اختر مجموعة","store.selectContent":"اختر محتوى","store.selectContentType":"اختر نوع المحتوى","store.selectContentTypeAuto":"اختر نوع محتوى أو اتركه فارغاً للكشف التلقائي","store.selectContentTypeLabel":"اختر نوع محتوى","store.selectPropertiesToShare":"اختر الخصائص للمشاركة","store.semanticChunking":"التجزئة الدلالية","store.semanticSearch":"البحث الدلالي","store.semanticSearchSettings":"إعدادات البحث الدلالي","store.sharedProperties":"الخصائص المشتركة","store.sharedPropertiesDescription":"أضف خصائص لمشاركتها بين جميع أعضاء المجموعة. تتطلب هذه الميزة تفعيل مزامنة الخصائص المشتركة في المشروع.","store.showingFirst128K":"عرض أول 128 ألف حرف فقط","store.size":"الحجم","store.staticCollection":"مجموعة ثابتة","store.strictMode":"الوضع الصارم","store.successfullyCopied":"تم نسخ {{type}} إلى الحافظة بنجاح","store.successfullyExportedTo":"تم التصدير بنجاح إلى {{format}}","store.syncMemberHeads":"مزامنة رؤوس الأعضاء","store.syncMemberHeadsDescription":"عند إنشاء إصدار HEAD جديد لعضو، سيتم تحديث المجموعة للإشارة إلى HEAD الجديد.","store.tableLayout":"تخطيط الجدول","store.tableLayoutDescription":"حدد تخطيطاً مخصصاً لعرض المجموعة في الجداول.","store.tableLayoutUpdated":"تم تحديث تخطيط الجدول","store.tableLayoutUpdatedDesc":"تم تحديث تخطيط الجدول بنجاح","store.textConflict":"تم تعديل المستند في مكان آخر. يرجى التحديث والمحاولة مرة أخرى.","store.textSaved":"تم حفظ محتوى النص","store.typeCreated":"تم إنشاء النوع","store.typeDescription":"اختر اختيارياً نوع محتوى لتعيين خصائص وبيانات مخصصة للمجموعة.","store.typeSelectDescription":"اختر نوع محتوى لتعيين خصائص وبيانات مخصصة للمجموعة.","store.unknown":"غير معروف","store.unsavedChanges":"تغييرات غير محفوظة","store.updated":"تاريخ التحديث","store.updatedAt":"تاريخ التحديث","store.updatedBy":"حدّثه","store.updatedSharedProperties":"تم تحديث الخصائص المشتركة","store.updatedSkipHeadSync":"تم تحديث إعداد تخطي مزامنة الرؤوس","store.upload":"رفع","store.uploadComplete":"اكتمل الرفع","store.uploadIssues":"مشاكل الرفع","store.validationFailed":"فشل التحقق","store.videoFormatRequired":"يتطلب صيغة MP4 أو WebM","store.viewAsPdf":"عرض كـ PDF","store.viewAudio":"عرض الصوت","store.viewImage":"عرض الصورة","store.viewInJsonFormat":"عرض بصيغة JSON","store.viewPdf":"عرض PDF","store.viewText":"عرض النص","store.viewTranscript":"عرض النص المكتوب","store.viewVideo":"عرض الفيديو","store.viewingNewVersion":"عرض النسخة الجديدة","store.viewingNewVersionDefault":"يتم الآن عرض النسخة الجديدة","store.viewingVersionLabel":"يتم الآن عرض النسخة '{{label}}'","theme.dark":"داكن","theme.label":"المظهر","theme.light":"فاتح","theme.system":"النظام","type.description":"الوصف","type.name":"الاسم","type.nameRequired":"الاسم مطلوب","upload.allFilesExist":"جميع الملفات البالغ عددها {{count}} موجودة بالفعل في النظام وسيتم تخطيها. يمكنك المتابعة لعرض النتائج.","upload.analyzingFiles":"جارٍ تحليل الملفات...","upload.checkingForDuplicates":"جارٍ التحقق من التكرارات والتحديثات","upload.collectionLabel":"المجموعة:","upload.contentTypeTooltip":"اختر نوع محتوى لتطبيقه على الملفات المرفوعة. إذا تُرك فارغاً، سيكتشف Vertesia النوع تلقائياً بناءً على محتوى الملف.","upload.continue":"متابعة","upload.dragAndDrop":"اسحب وأفلت الملفات هنا أو انقر للاختيار","upload.errorAnalyzingFiles":"حدث خطأ أثناء تحليل الملفات","upload.failedToUpload":"فشل الرفع","upload.fileAnalysisResults":"نتائج تحليل الملفات","upload.filesAnalyzed":"تم تحليل الملفات","upload.filesProcessed_few":"تمت معالجة {{count}} ملفات","upload.filesProcessed_many":"تمت معالجة {{count}} ملفًا","upload.filesProcessed_one":"تمت معالجة ملف واحد","upload.filesProcessed_other":"تمت معالجة {{count}} ملف","upload.filesProcessed_two":"تمت معالجة ملفين","upload.filesProcessed_zero":"لم تتم معالجة أي ملفات","upload.filesReadyToProcess_few":"{{count}} ملفات جاهزة للمعالجة","upload.filesReadyToProcess_many":"{{count}} ملفًا جاهزًا للمعالجة","upload.filesReadyToProcess_one":"ملف واحد جاهز للمعالجة","upload.filesReadyToProcess_other":"{{count}} ملف جاهز للمعالجة","upload.filesReadyToProcess_two":"ملفان جاهزان للمعالجة","upload.filesReadyToProcess_zero":"لا توجد ملفات جاهزة للمعالجة","upload.filesToSkip_few":"{{count}} ملفات موجودة بالفعل في النظام وسيتم تخطيها.","upload.filesToSkip_many":"{{count}} ملفًا موجودًا بالفعل في النظام وسيتم تخطيه.","upload.filesToSkip_one":"ملف واحد موجود بالفعل في النظام وسيتم تخطيه.","upload.filesToSkip_other":"{{count}} ملف موجود بالفعل في النظام وسيتم تخطيه.","upload.filesToSkip_two":"ملفان موجودان بالفعل في النظام وسيتم تخطيهما.","upload.filesToSkip_zero":"لا توجد ملفات للتخطي.","upload.folderLabel":"المجلد:","upload.inCollection":" في المجموعة '{{collection}}'","upload.inFolder":" في المجلد '{{location}}'","upload.new":"جديد","upload.noFilesToProcess":"لا توجد ملفات للمعالجة.","upload.noItems":"لا توجد عناصر للعرض","upload.preparingFiles_few":"جاري التحضير لرفع {{count}} ملفات...","upload.preparingFiles_many":"جاري التحضير لرفع {{count}} ملفًا...","upload.preparingFiles_one":"جاري التحضير لرفع ملف واحد...","upload.preparingFiles_other":"جاري التحضير لرفع {{count}} ملف...","upload.preparingFiles_two":"جاري التحضير لرفع ملفين...","upload.preparingFiles_zero":"جاري التحضير للرفع...","upload.preparingFolder_few":"جاري التحضير لرفع {{folderCount}} مجلدات تحتوي على {{fileCount}} ملفات...","upload.preparingFolder_many":"جاري التحضير لرفع {{folderCount}} مجلدًا يحتوي على {{fileCount}} ملفات...","upload.preparingFolder_one":"جاري التحضير لرفع مجلد واحد يحتوي على {{fileCount}} ملفات...","upload.preparingFolder_other":"جاري التحضير لرفع {{folderCount}} مجلد يحتوي على {{fileCount}} ملفات...","upload.preparingFolder_two":"جاري التحضير لرفع مجلدين يحتويان على {{fileCount}} ملفات...","upload.preparingFolder_zero":"جاري التحضير للرفع...","upload.processedCount":"تمت معالجة {{processed}}/{{total}} ملف...","upload.processingFilesAction":"معالجة الملفات ({{action}})","upload.selectFiles":"اختيار ملفات","upload.selectFolder":"اختيار مجلد","upload.skip":"تخطي","upload.skippedAlreadyExisted":"تم التخطي (موجود بالفعل)","upload.successfullyUpdated":"تم التحديث بنجاح","upload.successfullyUploaded":"تم الرفع بنجاح","upload.update":"تحديث","upload.uploadComplete":"اكتمل الرفع","upload.uploadFiles":"رفع الملفات","upload.uploadLocation":"موقع الرفع:","upload.uploadMore":"رفع المزيد","upload.uploadProcessInterrupted":"تم مقاطعة عملية الرفع","upload.uploadingFiles":"جارٍ رفع الملفات","upload.useAutoDetection":"استخدام الكشف التلقائي عن النوع","upload.useTypeName":"استخدام {{typeName}}","user.account":"الحساب:","user.agentOnBehalfOf":"وكيل بالنيابة عن","user.agentOnBehalfOfApiKey":"وكيل بالنيابة عن مفتاح API","user.appVersion":"إصدار التطبيق","user.environment":"البيئة","user.failedToFetchApiKey":"فشل جلب مفتاح API","user.failedToFetchGroup":"فشل جلب المجموعة","user.failedToFetchUser":"فشل جلب المستخدم","user.groupId":"معرف المجموعة: {{id}}","user.key":"المفتاح:","user.organizationId":"معرف المؤسسة","user.organizationRoles":"أدوار المؤسسة","user.privateKey":"المفتاح الخاص","user.project":"المشروع:","user.projectId":"معرف المشروع","user.projectRoles":"أدوار المشروع","user.schedule":"جدولة {{title}}","user.sdkVersion":"إصدار SDK","user.server":"الخادم","user.serviceAccount":"حساب الخدمة","user.serviceAccountDescription":"يُستخدم هذا المستخدم بواسطة الروبوتات مثل عمال سير العمل.","user.store":"المتجر","user.systemUser":"مستخدم النظام","user.systemUserDescription":"يُستخدم مستخدم النظام لتهيئة الكائنات المدمجة.","user.tenantId":"معرف المستأجر","user.unknown":"غير معروف","user.unknownUser":"مستخدم غير معروف","user.unknownUserDescription":"معلومات المستخدم غير متاحة.","user.unnamedGroup":"مجموعة بدون اسم","user.user":"مستخدم","user.userId":"معرف المستخدم","widgets.schema.editDescription":"تحرير الوصف","widgets.schema.invalidPropertyDeclaration":"إعلان خاصية غير صالح"}},de:{[w]:{"agent.actions":"Aktionen","agent.activeWorkstreams_one":"Agent hat {{count}} aktiven Arbeitsablauf","agent.activeWorkstreams_other":"Agent hat {{count}} aktive Arbeitsabläufe","agent.agentConversation":"Agent-Konversation","agent.agentInterrupted":"Agent unterbrochen","agent.agentPlan":"Agentenplan","agent.agentProcessing":"Agent verarbeitet, Sie können fortfahren, sobald er fertig ist...","agent.agentStarted":"Agent gestartet","agent.agentWorking":"Agent arbeitet... (Esc Esc zum Stoppen)","agent.agentWorkingStop":"Agent arbeitet... Drücken Sie zweimal Esc oder klicken Sie auf Stoppen zum Unterbrechen","agent.allMessages":"Alle Nachrichten","agent.artifacts":"Artefakte","agent.askAnything":"Fragen Sie etwas... (Dateien ablegen oder einfügen)","agent.batch":"Stapel","agent.cancelWorkflow":"Workflow abbrechen","agent.canceling":"Abbrechen","agent.clickToEnlarge":"Zum Vergrößern klicken","agent.close":"Schließen","agent.closeFullscreen":"Vollbild schließen","agent.completed":"Abgeschlossen","agent.conversationForked":"Konversation gegabelt","agent.conversationRestarted":"Konversation neu gestartet","agent.copied":"Kopiert","agent.copiedAllToolCalls":"Alle Tool-Aufrufe in die Zwischenablage kopiert","agent.copiedBatchDetails":"Stapeldetails in die Zwischenablage kopiert","agent.copiedToClipboard":"In die Zwischenablage kopiert","agent.copy":"Kopieren","agent.copyAllToolCalls":"Alle Tool-Aufrufe kopieren","agent.copyBatchDetails":"Stapeldetails kopieren","agent.copyMessage":"Nachricht kopieren","agent.copyRunId":"Ausführungs-ID kopieren","agent.copyToClipboard":"In die Zwischenablage kopieren","agent.dashboard":"Dashboard","agent.details":"Details","agent.document":"Dokument","agent.documentAttachments":"Dokumentanhänge","agent.documentAttachmentsDescription":"Dokumente aus dem Store, die an diese Nachricht angehängt sind. Der Agent kann sie jederzeit per ID abrufen oder erneut anhängen, um den Inhalt direkt einzuschließen.","agent.documents":"Dokumente","agent.download":"Herunterladen","agent.downloadConversation":"Konversation herunterladen","agent.dropFilesToUpload":"Dateien zum Hochladen ablegen","agent.elapsed":"{{seconds}}s vergangen","agent.enlargedView":"Vergrößerte Ansicht","agent.enterMessage":"Geben Sie eine Nachricht ein, um eine Konversation zu starten","agent.enterToSend":"Enter zum Senden • Umschalt+Enter für neue Zeile","agent.error":"Fehler","agent.errorStarting":"Fehler beim Starten des Workflows","agent.exit":"Beenden","agent.exitFullscreen":"Vollbild beenden","agent.export":"Exportieren","agent.exportAsPdf":"Als PDF exportieren","agent.exportAsPng":"Als PNG exportieren","agent.exportAsWord":"Als Word exportieren","agent.exportMessage":"Nachricht exportieren","agent.exporting":"Exportiere...","agent.failedToCancelWorkflow":"Workflow konnte nicht abgebrochen werden","agent.failedToDownload":"Konversation konnte nicht heruntergeladen werden","agent.failedToForkConversation":"Konversation konnte nicht gegabelt werden","agent.failedToInterrupt":"Unterbrechung fehlgeschlagen","agent.failedToLoadDocument":"Dokument konnte nicht geladen werden","agent.failedToRenderMessage":"Nachricht konnte nicht gerendert werden","agent.failedToRestartConversation":"Konversation konnte nicht neu gestartet werden","agent.failedToSend":"Nachricht konnte nicht gesendet werden","agent.filesProcessing":"Dateien werden noch verarbeitet","agent.filesStagedCount_one":"{{count}} Datei bereitgestellt - wird beim Start der Konversation hochgeladen","agent.filesStagedCount_other":"{{count}} Dateien bereitgestellt - werden beim Start der Konversation hochgeladen","agent.filesUploadedDescription":"Hochgeladene Dateien in dieser Konversation bleiben durchgehend verfügbar. Der Agent kann jederzeit darauf zugreifen.","agent.forkConversation":"Konversation gabeln","agent.fullscreen":"Vollbild","agent.hideDetails":"Details ausblenden","agent.hideSidebar":"Seitenleiste ausblenden","agent.hideThinkingDetails":"Denkdetails ausblenden","agent.inProgress":"In Bearbeitung","agent.linkObject":"Objekt verknüpfen","agent.loadingArtifacts":"Artefakte werden geladen...","agent.loadingDocument":"Dokument wird geladen...","agent.main":"Haupt","agent.mainWorkstream":"Haupt-Workstream","agent.moreActions":"Weitere Aktionen","agent.newerPlan":"Neuerer Plan","agent.no":"Nein","agent.noActiveWorkstreams":"Keine aktiven Workstreams","agent.noAgentRunning":"Kein Agent wird derzeit ausgeführt","agent.noArtifactsYet":"Noch keine Artefakte","agent.noContentAvailable":"Kein Inhalt verfügbar","agent.noContentToExport":"Kein Inhalt zum Exportieren","agent.noConversationContent":"Kein Konversationsinhalt zum Exportieren verfügbar","agent.noDocumentsOpen":"Keine Dokumente geöffnet","agent.noFilesUploadedYet":"Noch keine Dateien hochgeladen","agent.noMessagesInWorkstream":"Noch keine Nachrichten in diesem Arbeitsbereich...","agent.noPlanAvailable":"Kein Plan verfügbar","agent.noPlanDetected":"Noch kein Plan erkannt","agent.olderPlan":"Älterer Plan","agent.openDocument":"Dokument öffnen","agent.openInNewTab":"In neuem Tab öffnen","agent.pdfExportFailed":"PDF-Export fehlgeschlagen","agent.pdfExportReady":"PDF-Export bereit","agent.pending":"Ausstehend","agent.plan":"Plan","agent.planProgress":"Planfortschritt","agent.plansWillAppear":"Pläne erscheinen hier, wenn der Agent einen erstellt","agent.printDialogDescription":"Verwenden Sie den Druckdialog Ihres Browsers, um als PDF zu speichern","agent.processing":"Verarbeitung...","agent.ready":"Bereit","agent.refresh":"Aktualisieren","agent.remaining":"{{seconds}}s verbleibend","agent.resizeRightPanel":"Rechtes Panel skalieren","agent.restartConversation":"Konversation neu starten","agent.retry":"Erneut versuchen","agent.runIdCopied":"Ausführungs-ID kopiert","agent.running":"läuft","agent.searchDocuments":"Dokumente suchen","agent.selectInteraction":"Wählen Sie eine Interaktion aus und klicken Sie auf Starten, um einen Agenten zu starten","agent.send":"Senden","agent.showAllMessages":"Alle Nachrichten anzeigen","agent.showDetails":"Details anzeigen","agent.showSidebar":"Seitenleiste anzeigen","agent.staged":"Bereitgestellt","agent.startAgent":"Agent starten","agent.startNewConversation":"Neue Konversation starten","agent.startingAgent":"Agent wird gestartet...","agent.startingAgentUploading":"Agent wird gestartet und Dateien hochgeladen...","agent.stepByStepPlan":"Schritt-für-Schritt-Plan","agent.stop":"Stoppen","agent.stopAgent":"Agent stoppen","agent.submitSelection":"Auswahl senden","agent.submitSelectionCount_one":"Auswahl senden ({{count}})","agent.submitSelectionCount_other":"Auswahl senden ({{count}})","agent.summary":"Zusammenfassung","agent.taskProgress":"Aufgabenfortschritt","agent.toggleRightSidebar":"Rechte Seitenleiste umschalten","agent.typeNewInstructions":"Geben Sie Ihre Nachricht ein, um neue Anweisungen zu geben","agent.typeQuestionBelow":"Geben Sie Ihre Frage unten ein und drücken Sie Enter oder klicken Sie auf {{buttonText}}, um zu beginnen","agent.typeYourMessage":"Geben Sie Ihre Nachricht ein...","agent.typeYourResponse":"Geben Sie Ihre Antwort ein...","agent.unableToOpenPrint":"Druckvorschau konnte nicht geöffnet werden","agent.unknownError":"Unbekannter Fehler","agent.unknownTime":"Unbekannte Zeit","agent.upload":"Hochladen","agent.uploadFailed":"Upload fehlgeschlagen","agent.uploadedFiles":"Hochgeladene Dateien","agent.uploading":"Wird hochgeladen...","agent.uploads":"Uploads","agent.waitForFiles":"Warten Sie, bis die Dateien fertig verarbeitet sind","agent.waitForFilesProcessing":"Bitte warten Sie, bis alle Dateien verarbeitet sind, bevor Sie senden","agent.waiting":"Warten...","agent.waitingForAgentResponse":"Warte auf Antwort des Agenten...","agent.workflowCancelled":"Workflow abgebrochen","agent.working":"Arbeitet...","agent.workstreams":"Workstreams","agent.yes":"Ja","auth.continueWithEnterprise":"Weiter mit Enterprise SSO","auth.continueWithGithub":"Weiter mit GitHub","auth.continueWithGoogle":"Weiter mit Google","auth.continueWithMicrosoft":"Weiter mit Microsoft","auth.enterEnterpriseEmail":"Geben Sie Ihre Unternehmens-E-Mail ein","auth.error":"Fehler: {{message}}","auth.firstTimeDetails":"Wir stellen Ihnen nur ein paar Fragen und schon kann es losgehen.","auth.firstTimeMessage":"Zum ersten Mal hier? Kein Problem, es ist kostenlos zum Ausprobieren!","auth.goBack":"Zurück","auth.invalidEmail":"Ungültige E-Mail-Adresse","auth.logInOrSignUp":"Anmelden oder Registrieren","auth.needToMakeChange":"Möchten Sie etwas ändern?","auth.or":"ODER","auth.privacyPolicy":"Datenschutzrichtlinie","auth.signInError":"Entschuldigung, wir konnten Sie nicht anmelden.","auth.signInErrorContact":"Bitte versuchen Sie es erneut oder kontaktieren Sie","auth.signInErrorPersists":"wenn das Problem weiterhin besteht.","auth.tenantNotFound":"Organisation nicht gefunden","auth.termsOfService":"Nutzungsbedingungen","errors.failedToLoadTenantConfig":"Mandantenkonfiguration konnte nicht geladen werden","errors.somethingWentWrong":"Entschuldigung, etwas ist schiefgelaufen...","errors.teamNotifiedLine1":"Unser Team wurde benachrichtigt und arbeitet schnell an einer Lösung.","errors.teamNotifiedLine2":"Wenn Sie eskalieren oder uns einfach kontaktieren möchten, senden Sie uns bitte eine E-Mail an","filter.clearAll":"Alle löschen","filter.filter":"Filter","filter.filterBy":"Filtern nach {{view}}","filter.filterPlaceholder":"Filtern...","filter.from":"Von:","filter.noAvailableFilters":"Keine verfügbaren Filter","filter.noMatchingFilters":"Keine passenden Filter","filter.noResultsFound":"Keine Ergebnisse gefunden.","filter.selectRange":"Bereich auswählen","filter.to":"Bis:","form.clickToRemove":"Klicken zum Entfernen","form.createValue":'"{{value}}" erstellen',"form.filter":"Filtern...","form.noMoreOptions":"Keine weiteren Optionen verfügbar","form.noOptionsFound":"Keine Optionen gefunden","layout.pageNotFound":"Seite nicht gefunden","layout.search":"Suche","layout.searchPlaceholder":"Suchen...","login.accept":"Akzeptieren","login.reject":"Ablehnen","login.reviewInvites":"Einladungen überprüfen","login.terminal.account":"Konto","login.terminal.accountRequired":"Konto ist erforderlich","login.terminal.accountRequiredDesc":"Bitte wählen Sie ein Konto aus, um den Client für den Zugriff auf die ComposablePrompts-Server zu autorisieren","login.terminal.authPayloadCopied":"Authentifizierungsdaten kopiert","login.terminal.authPayloadCopiedSuccess":"Sie können diese Seite schließen. Das CLI sollte das Token erhalten haben.","login.terminal.authPayloadCopiedWithError":"Sie können die Daten im Terminal einfügen. Hinweis: Das CLI hat das Token nicht erhalten. Ein Fehler ist aufgetreten: {{error}}","login.terminal.authorizeClient":"Client autorisieren","login.terminal.browserPermissionNote":"Hinweis: Wenn Ihr Browser nach der Erlaubnis fragt, auf Ihr lokales Netzwerk zuzugreifen, erlauben Sie dies bitte. Dies ist erforderlich, um das Autorisierungstoken an das CLI-Tool zurückzusenden. Andernfalls müssen Sie das Token manuell in Ihr Terminal kopieren/einfügen.","login.terminal.chooseAccountProject":"Sie müssen das Zielkonto und Projekt für den Client-Zugriff auswählen.","login.terminal.clientAuthenticated":"Der Client ist authentifiziert. Sie können diese Seite schließen.","login.terminal.clientWantsAuth":"Eine Client-Anwendung möchte die Autorisierung zum Zugriff auf die ComposablePrompts-Server in Ihrem Namen.","login.terminal.copyAuthPayload":"Authentifizierungsdaten kopieren","login.terminal.envLocalDev":"Lokale Entwicklung","login.terminal.envProduction":"Produktion","login.terminal.envStaging":"Staging","login.terminal.errorAuthorizingClient":"Fehler bei der Client-Autorisierung","login.terminal.errorLoadingProjects":"Fehler beim Laden der Projekte","login.terminal.failedToGetToken":"Composable-Token konnte nicht abgerufen werden","login.terminal.failedToSendToken":"Autorisierungstoken konnte nicht an das CLI-Tool gesendet werden","login.terminal.failedToSendTokenDesc":'Dies kann aufgrund von Sicherheitsprüfungen in Safari passieren. Der Fehler ist "{{error}}"',"login.terminal.invalidRequest":"Ungültige Anfrage","login.terminal.invalidRequestDesc":"Diese Seite sollte von einem Terminal-Client aufgerufen werden, um sich bei den ComposablePrompts-Servern zu authentifizieren","login.terminal.profileName":"Profilname","login.terminal.profileNameNote":"Geben Sie außerdem einen Profilnamen ein, der zum Speichern der Autorisierung in Ihrer Client-Konfiguration verwendet wird.","login.terminal.profileRequired":"Profil ist erforderlich","login.terminal.profileRequiredDesc":"Bitte geben Sie einen Profilnamen ein, um die Client-Autorisierung zu speichern","login.terminal.project":"Projekt","login.terminal.projectRequired":"Projekt ist erforderlich","login.terminal.projectRequiredDesc":"Bitte wählen Sie ein Projekt aus, um den Client für den Zugriff auf die ComposablePrompts-Server zu autorisieren","login.terminal.selectAccount":"Konto auswählen","login.terminal.selectProject":"Projekt auswählen","misc.copiedToClipboard":"In die Zwischenablage kopiert","misc.copy":"Kopieren","misc.failedToCopy":"Kopieren fehlgeschlagen","misc.noData":"Keine Daten zum Anzeigen","misc.tableView":"Tabellenansicht","misc.thumbnailView":"Miniaturansicht","modal.cancel":"Abbrechen","modal.confirm":"Bestätigen","modal.delete.error":"Beim Löschen des Objekts ist ein Fehler aufgetreten","modal.delete.failed":"Löschen fehlgeschlagen","modal.delete.succeeded":"Erfolgreich gelöscht","modal.save":"Speichern","modal.saveChanges":"Änderungen speichern","modal.saveVersion.createDescription":"Eine neue Revision mit diesen Eigenschaftsänderungen erstellen und das Original beibehalten.","modal.saveVersion.createNew":"Neue Version erstellen","modal.saveVersion.createWithFileDescription":"Eine neue Revision mit der Ersatzdatei erstellen und das Original beibehalten.","modal.saveVersion.howToSave":"Wie möchten Sie diese Änderungen speichern?","modal.saveVersion.replaceFile":"Sie sind dabei, die Inhaltsdatei zu ersetzen mit:","modal.saveVersion.updateCurrent":"Aktuelle Version aktualisieren","modal.saveVersion.updateDescription":"Eigenschaften direkt in der aktuellen Revision ändern.","modal.saveVersion.updateWithFileDescription":"Inhaltsdatei ersetzen und Eigenschaften direkt in der aktuellen Revision ändern.","modal.saveVersion.versionLabel":"Versionsbezeichnung (Optional)","modal.saveVersion.versionLabelDescription":"Optionale Bezeichnung für die neue Version.","modal.saveVersion.versionLabelPlaceholder":"z.B. v1.2, genehmigt, nach Überprüfung","oauthApps.authenticate":"Authentifizieren","oauthApps.authenticating":"Authentifizierung läuft...","oauthApps.authorizationEndpoint":"Autorisierungsendpunkt","oauthApps.cancel":"Abbrechen","oauthApps.clientId":"Client-ID","oauthApps.clientSecret":"Client Secret","oauthApps.clientSecretConfigured":"Secret konfiguriert (leer lassen, um beizubehalten)","oauthApps.clientSecretHelp":"Optional. Erforderlich für vertrauliche Clients. Verschlüsselt gespeichert.","oauthApps.clientSecretPlaceholder":"Client Secret eingeben","oauthApps.connect":"Verbinden","oauthApps.connected":"Verbunden","oauthApps.create":"Erstellen","oauthApps.createDescription":"Eine neue OAuth-Anwendung für dieses Projekt konfigurieren.","oauthApps.created":"OAuth-Anwendung erstellt","oauthApps.defaultScopes":"Standard-Berechtigungen","oauthApps.defaultScopesHelp":"Durch Leerzeichen getrennte Liste von OAuth-Berechtigungen.","oauthApps.deleteConfirm":"OAuth-Anwendung löschen","oauthApps.deleteConfirmMessage":"Sind Sie sicher, dass Sie löschen möchten","oauthApps.deleteFailed":"Fehler beim Löschen der OAuth-Anwendung","oauthApps.deleted":"OAuth-Anwendung gelöscht","oauthApps.description":"OAuth-Anwendungen für Drittanbieter-Integrationen konfigurieren.","oauthApps.disconnect":"Trennen","oauthApps.displayName":"Anzeigename","oauthApps.edit":"OAuth-Anwendung bearbeiten","oauthApps.editDescription":"Die Konfiguration der OAuth-Anwendung aktualisieren.","oauthApps.empty":"Noch keine OAuth-Anwendungen konfiguriert.","oauthApps.endpointsOptionalHelp":"Optional. Leer lassen für MCP-Server, die .well-known-Erkennung unterstützen.","oauthApps.name":"Name","oauthApps.nameHelp":"Bezeichner in Kebab-Case (z. B. my-oauth-app). Kann nach der Erstellung nicht geändert werden.","oauthApps.notConnected":"Nicht verbunden","oauthApps.revocationEndpoint":"Widerrufsendpunkt","oauthApps.save":"Speichern","oauthApps.saveFailed":"Fehler beim Speichern der OAuth-Anwendung","oauthApps.saving":"Speichern...","oauthApps.status":"Status","oauthApps.title":"OAuth-Anwendungen","oauthApps.tokenEndpoint":"Token-Endpunkt","oauthApps.updated":"OAuth-Anwendung aktualisiert","oauthApps.usePkce":"PKCE verwenden (empfohlen)","pdf.close":"Schließen","pdf.closeFullscreen":"Vollbild schließen","pdf.download":"Herunterladen","pdf.failedToLoadViewer":"PDF-Viewer konnte nicht geladen werden","pdf.fetchingDocumentFailed":"Dokument konnte nicht abgerufen werden","pdf.fitToWidth":"An Breite anpassen","pdf.fullscreen":"Vollbild","pdf.instrumentedImages":"Instrumentierte Bilder","pdf.nextPage":"Nächste Seite","pdf.noPdfAvailable":"Kein PDF verfügbar","pdf.originalImages":"Originalbilder","pdf.page":"Seite","pdf.pageOf":"Seite {{pageNumber}} / {{totalPages}}","pdf.previousPage":"Vorherige Seite","pdf.zoomIn":"Vergrößern","pdf.zoomOut":"Verkleinern","shell.accessDenied":"Zugriff verweigert","shell.applicationNotRegistered":"Anwendung nicht registriert","shell.organization":"Organisation","shell.selectOrganization":"Organisation auswählen","shell.selectProject":"Projekt auswählen","signup.accountType":"Kontotyp","signup.activelyExploring":"Aktive Erforschung von LLMs in einem Projekt","signup.alreadyUsing":"LLMs bereits in Produktion","signup.company":"Unternehmen","signup.companyDescription":"Für ein Unternehmen oder eine Organisation.","signup.companyName":"Firmenname","signup.companySize":"Unternehmensgröße","signup.companyWebsite":"Firmenwebsite","signup.justTesting":"LLMs nur testen oder evaluieren","signup.migratingLLMs":"Migration zu anderen LLMs","signup.other":"Sonstiges","signup.personal":"Persönlich","signup.personalDescription":"Für den persönlichen Gebrauch oder ein kleines Team.","signup.pleaseEnterOrgName":"Bitte geben Sie einen Organisationsnamen ein","signup.pleaseSelectAccountType":"Bitte wählen Sie einen Kontotyp","signup.pleaseSelectCompanySize":"Bitte wählen Sie eine Unternehmensgröße","signup.projectMaturity":"Projektreifegrad","signup.selectCompanySize":"Unternehmensgröße auswählen","signup.selectProjectMaturity":"Projektreifegrad auswählen","signup.signUp":"Registrieren","signup.size1001to5000":"1001-5000 Mitarbeiter","signup.size101to1000":"101-1000 Mitarbeiter","signup.size11to100":"11-100 Mitarbeiter","signup.size1to10":"1-10 Mitarbeiter","signup.size5000plus":"5000+ Mitarbeiter","signup.welcomeMessage":"Willkommen bei Vertesia, {{name}} ({{email}}).\nBitte erzählen Sie uns ein wenig über sich und schon kann es losgehen.\nKeine Kreditkarte erforderlich.","signup.wrongAccountGoBack":"Falsches Konto, zurück","store.actions.addToCollection":"Zur Sammlung hinzufügen","store.actions.addToCollectionBody":"Die ausgewählten Objekte zu einer bestehenden Sammlung hinzufügen oder eine neue erstellen.","store.actions.addToCollectionButton":"Zur Sammlung hinzufügen","store.actions.addToCollectionDesc":"Dokumente zu einer Sammlung hinzufügen","store.actions.addToCollectionFailure":"Fehler beim Hinzufügen zur Sammlung","store.actions.addToCollectionFailureDesc":"Die ausgewählten Objekte konnten nicht zur Sammlung hinzugefügt werden","store.actions.addToCollectionSuccess":"Erfolgreich zur Sammlung hinzugefügt","store.actions.addToCollectionSuccessDesc":"{{count}} Objekte zur ausgewählten Sammlung hinzugefügt","store.actions.addToCollectionTitle":"Zu einer Sammlung hinzufügen","store.actions.areYouSure":"Sind Sie sicher?","store.actions.cannotRemoveNoCollection":"Objekte können nicht entfernt werden: keine Sammlung angegeben","store.actions.changeContentType":"Inhaltstyp ändern","store.actions.changeContentTypeDesc":"Den Inhaltstyp der ausgewählten Dokumente ändern","store.actions.changeType":"Typ ändern","store.actions.chooseExistingCollections":"Aus bestehenden Sammlungen auswählen","store.actions.chooseWorkflowRule":"Wählen Sie eine Workflow-Regel zum Starten:","store.actions.confirmDeleteAll":"Sind Sie sicher, dass Sie alle ausgewählten Objekte löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.","store.actions.confirmDeleteSelected":"Sind Sie sicher, dass Sie die ausgewählten Objekte löschen möchten?\nDies ist kein Entfernen aus Sammlungen.","store.actions.confirmRemoveFromCollection":"Sind Sie sicher, dass Sie die ausgewählten Objekte aus dieser Sammlung entfernen möchten?","store.actions.createNew":"Neu erstellen","store.actions.delete":"Löschen","store.actions.deleteObjects":"Objekte löschen","store.actions.deleteTheSelectedObjects":"Die ausgewählten Objekte löschen","store.actions.errorChangingType":"Fehler beim Ändern des Typs","store.actions.errorDeletingObjects":"Fehler beim Löschen der Objekte","store.actions.errorExportProperties":"Fehler beim Exportieren der Eigenschaften","store.actions.errorRemovingObjects":"Fehler beim Entfernen der Objekte aus der Sammlung","store.actions.errorStartingWorkflow":"Fehler beim Starten des Workflows","store.actions.exportAllObjectProperties":"Alle Objekteigenschaften exportieren","store.actions.exportProperties":"Eigenschaften exportieren","store.actions.noCollectionContext":"Kein Sammlungskontext","store.actions.noObjectsSelected":"Keine Objekte ausgewählt","store.actions.pleaseSelectObjectsToDelete":"Bitte wählen Sie Objekte zum Löschen aus","store.actions.pleaseSelectObjectsToRemove":"Bitte wählen Sie Objekte zum Entfernen aus der Sammlung aus","store.actions.removeFromCollection":"Aus Sammlung entfernen","store.actions.removeFromCollectionDesc":"Die ausgewählten Objekte aus dieser Sammlung entfernen","store.actions.selectCollection":"Sammlung auswählen","store.actions.startWorkflow":"Workflow starten","store.actions.startWorkflowByRule":"Workflow nach Regel starten","store.actions.startWorkflowDesc":"Einen Workflow für die ausgewählten Objekte starten","store.actions.workflowStarted":"Workflow gestartet","store.allowedContentTypes":"Erlaubte Inhaltstypen","store.allowedContentTypesOptionalDescription":"Wählen Sie optional aus, welche Inhaltstypen zur Sammlung hinzugefügt werden können. Wenn nicht festgelegt, sind alle Inhaltstypen erlaubt.","store.allowedContentTypesSelectDescription":"Wählen Sie aus, welche Inhaltstypen zur Sammlung hinzugefügt werden können. Wenn nicht festgelegt, sind alle Inhaltstypen erlaubt.","store.areYouSureDeleteCollection":"Sind Sie sicher, dass Sie diese Sammlung löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.","store.audioFormatRequired":"MP3, M4A, OGG, WAV oder WebM Format erforderlich","store.automaticTypeDetection":"Automatische Typerkennung","store.automaticTypeDetectionDescription":"Vertesia analysiert den Inhalt und wählt den am besten geeigneten Typ aus. Dies wird für die meisten Uploads empfohlen und gewährleistet eine optimale Verarbeitung.","store.cancelEdit":"Abbrechen","store.chooseAFormat":"Format auswählen","store.chooseContentType":"Inhaltstyp auswählen...","store.chooseContentTypes":"Inhaltstypen auswählen...","store.chooseWhatToExport":"Auswählen, was exportiert werden soll","store.clearSelection":"Auswahl löschen","store.close":"Schließen","store.collectionCreated":"Sammlung erstellt","store.collectionDeleted":"Sammlung gelöscht","store.collectionFetchFailed":"Sammlung konnte nicht abgerufen werden","store.collectionPropertiesUpdated":"Sammlungseigenschaften aktualisiert","store.collectionUpdated":"Sammlung aktualisiert","store.collectionUpdatedSuccess":"Sammlung wurde erfolgreich aktualisiert","store.collectionsSelected":"{{count}} Sammlungen ausgewählt","store.configuration":"Konfiguration","store.confirmSelection":"Auswahl bestätigen","store.contentCopied":"{{type}} kopiert","store.contentExported":"Inhalt exportiert","store.contentType":"Inhaltstyp","store.convertingToPdf":"Konvertierung zu PDF...","store.copyFailed":"Kopieren fehlgeschlagen","store.createACollection":"Sammlung erstellen","store.createCollection":"Sammlung erstellen","store.createType":"Typ erstellen","store.created":"Erstellt","store.createdBy":"Erstellt von","store.deleteCollection":"Sammlung löschen","store.documentExported":"Dokument exportiert","store.documentInformation":"Dokumentinformationen","store.documentListRefreshed":"Dokumentliste aktualisiert","store.documentListRefreshedDesc":"Die Dokumentliste wurde mit Ihren hochgeladenen Dateien aktualisiert.","store.documentPreview":"Dokumentvorschau","store.downloadFailed":"Download fehlgeschlagen","store.dynamicCollection":"Dynamische Sammlung","store.dynamicCollectionDescription":"Inhalte dynamisch basierend auf einer Abfrage für die Sammlung abrufen. Wenn nicht aktiviert, müssen Inhalte von Benutzern oder Agenten hinzugefügt werden.","store.editJson":"JSON bearbeiten","store.editProperties":"Eigenschaften bearbeiten","store.editSchema":"Schema bearbeiten","store.editText":"Text bearbeiten","store.editingGenericDocument":"Bearbeitung der Eigenschaften für generisches Dokument","store.embeddings":"Einbettungen","store.enableSyncMemberHeads":"Synchronisierung der Mitglieder-Heads aktivieren","store.error":"Fehler","store.errorCheckingDuplicates":"Beim Prüfen auf doppelte Dateien ist ein Fehler aufgetreten","store.errorCreatingType":"Fehler beim Erstellen des Typs","store.errorInUploadProcessingCheck":"Fehler bei der Überprüfung der Dateiverarbeitung","store.errorProcessingFiles":"Fehler beim Verarbeiten der Dateien","store.errorSavingText":"Fehler beim Speichern des Textes","store.errorSavingTextDefault":"Beim Speichern des Textinhalts ist ein Fehler aufgetreten.","store.errorUpdatingProperties":"Fehler beim Aktualisieren der Eigenschaften","store.errorUpdatingPropertiesDefault":"Beim Aktualisieren der Eigenschaften ist ein Fehler aufgetreten.","store.exportFailed":"Export fehlgeschlagen","store.exportInProgress":"EXPORT WIRD DURCHGEFÜHRT","store.failedToConvertToPdf":"Konvertierung zu PDF fehlgeschlagen","store.failedToCopy":"{{type}} konnte nicht in die Zwischenablage kopiert werden","store.failedToCreateCollection":"Sammlung konnte nicht erstellt werden","store.failedToDeleteCollection":"Sammlung konnte nicht gelöscht werden","store.failedToDownloadFile":"Datei konnte nicht heruntergeladen werden","store.failedToDownloadPdf":"PDF-Datei konnte nicht heruntergeladen werden","store.failedToExportContent":"Inhalt konnte nicht exportiert werden","store.failedToExportDocument":"Dokument konnte nicht exportiert werden","store.failedToFetchRoleMappings":"Rollenzuordnungen konnten nicht abgerufen werden","store.failedToFetchTypes":"ObjectTypes konnten nicht abgerufen werden","store.failedToFetchWorkflows":"Workflows konnten nicht abgerufen werden","store.failedToGetDownloadUrl":"Download-URL konnte nicht abgerufen werden","store.failedToLoadDocument":"Dokument konnte nicht geladen werden","store.failedToLoadType":"Typ konnte nicht geladen werden","store.failedToUpdateCollection":"Sammlung konnte nicht aktualisiert werden","store.failedToUpdateCollectionProperties":"Sammlungseigenschaften konnten nicht aktualisiert werden","store.failedToUpdateSchema":"Schema konnte nicht aktualisiert werden","store.failedToUpdateSharedProperties":"Gemeinsame Eigenschaften konnten nicht aktualisiert werden","store.failedToUpdateSkipHeadSync":"Head-Synchronisierungseinstellung konnte nicht aktualisiert werden","store.failedToUpdateTableLayout":"Tabellenlayout konnte nicht aktualisiert werden","store.filesAnalyzedTitle":"Dateien analysiert","store.filesReadyToProcess":"Dateien bereit zur Verarbeitung","store.filterByName":"Nach Name filtern","store.fullText":"Volltext","store.fullView":"Vollansicht","store.getStartedCollections":"Beginnen Sie mit dem Erstellen einer neuen Sammlung.","store.getStartedTypes":"Beginnen Sie mit dem Erstellen eines neuen Typs.","store.id":"ID","store.invalidJson":"Ungültiges JSON","store.invalidJsonSchema":"Ungültiges JSON-Schema","store.invalidQueryJson":"Ungültiges Abfrage-JSON","store.invalidTableLayout":"Ungültiges Tabellenlayout","store.isChunkable":"Ist teilbar","store.limit":"Limit","store.loadingDocument":"Dokument wird geladen...","store.loadingProcessingStatus":"Verarbeitungsstatus wird geladen...","store.na":"N/V","store.name":"Name","store.newCollections":"Neue Sammlungen","store.newVersionCreated":"Neue Version erstellt","store.newVersionCreatedDesc":"Eine neue Version mit aktualisierten Eigenschaften wurde erstellt.","store.noAudioRendition":"Keine webkompatible Audio-Wiedergabe verfügbar","store.noCollections":"Keine Sammlungen","store.noCollectionsAvailable":"Keine Sammlungen verfügbar.","store.noCollectionsFound":"Keine Sammlungen gefunden.","store.noFilesSelected":"Keine Dateien ausgewählt","store.noObjectsDragAndDrop":"Keine Objekte. Ziehen Sie einfach Dokumente oder Bilder hierher, um Inhaltsobjekte zu erstellen.","store.noPreviewAvailable":"Keine Vorschau für diesen Dokumenttyp verfügbar.","store.noProjectSelected":"Kein Projekt ausgewählt","store.noPropertiesAvailable":"Keine Eigenschaften für dieses Dokument verfügbar.","store.noPropertiesDefined":"Keine Eigenschaften definiert","store.noTranscriptAvailable":"Kein Transkript verfügbar","store.noType":"Kein Typ","store.noValidFilesSelected":"Keine gültigen Dateien ausgewählt","store.noVideoRendition":"Keine webkompatible Video-Wiedergabe verfügbar","store.none":"Keine","store.openFullDocument":"Vollständiges Dokument öffnen","store.openFullDocumentView":"Vollständige Dokumentansicht öffnen","store.optional":"(Optional)","store.pdfConversionFailed":"PDF-Konvertierung fehlgeschlagen","store.pdfPreviewFullView":"PDF-Dokumentvorschau ist in der Vollansicht verfügbar.","store.pleaseFixJsonSyntax":"Bitte beheben Sie die JSON-Syntaxfehler vor dem Speichern.","store.pleaseProvideName":"Bitte geben Sie einen Namen für die Sammlung an","store.pleaseSelectValidFiles":"Bitte wählen Sie Dateien mit gültigem Inhalt aus.","store.pleaseWait":"BITTE WARTEN","store.preview":"Vorschau","store.previewProperties":"Eigenschaften-Vorschau","store.processingFailedFor":"Verarbeitung fehlgeschlagen für {{name}}","store.processingFiles":"Dateien werden verarbeitet","store.properties":"Eigenschaften","store.propertiesUpdated":"Eigenschaften aktualisiert","store.propertiesUpdatedDesc":"Die Objekteigenschaften wurden erfolgreich aktualisiert.","store.query":"Abfrage","store.queryDescription":"Definieren Sie die Abfrage, um Inhalte dynamisch für die Sammlung abzurufen.","store.refresh":"Aktualisieren","store.renderingDocument":"Ihr Dokument wird gerendert...","store.saveChanges":"Änderungen speichern","store.saveText":"Speichern","store.schemaEditor":"Schema-Editor","store.schemaUpdated":"Schema aktualisiert","store.schemaUpdatedSuccess":"Das Schema wurde erfolgreich aktualisiert","store.search":"Suche","store.searchCollections":"Sammlungen durchsuchen","store.searchFailed":"Suche fehlgeschlagen","store.searchPlaceholder":"Geben Sie ein, wonach Sie suchen, oder wählen Sie einen Filter","store.searchTypes":"Typen suchen","store.searching":"Suche...","store.selectACollection":"Sammlung auswählen","store.selectContent":"Inhalt auswählen","store.selectContentType":"Inhaltstyp auswählen","store.selectContentTypeAuto":"Inhaltstyp auswählen oder leer lassen für automatische Erkennung","store.selectContentTypeLabel":"Inhaltstyp auswählen","store.selectPropertiesToShare":"Zu teilende Eigenschaften auswählen","store.semanticChunking":"Semantische Aufteilung","store.semanticSearch":"Semantische Suche","store.semanticSearchSettings":"Einstellungen für semantische Suche","store.sharedProperties":"Gemeinsame Eigenschaften","store.sharedPropertiesDescription":"Eigenschaften hinzufügen, die über alle Mitglieder der Sammlung geteilt werden. Diese Funktion erfordert die Aktivierung der gemeinsamen Eigenschaftssynchronisierung im Projekt.","store.showingFirst128K":"Zeigt nur die ersten 128K Zeichen","store.size":"Größe","store.staticCollection":"Statische Sammlung","store.strictMode":"Strikter Modus","store.successfullyCopied":"{{type}} erfolgreich in die Zwischenablage kopiert","store.successfullyExportedTo":"Erfolgreich nach {{format}} exportiert","store.syncMemberHeads":"Mitglieder-Heads synchronisieren","store.syncMemberHeadsDescription":"Wenn eine neue HEAD-Version eines Mitglieds erstellt wird, wird die Sammlung aktualisiert, um auf den neuen HEAD zu verweisen.","store.tableLayout":"Tabellenlayout","store.tableLayoutDescription":"Definieren Sie ein benutzerdefiniertes Layout für die Anzeige der Sammlung in Tabellen.","store.tableLayoutUpdated":"Tabellenlayout aktualisiert","store.tableLayoutUpdatedDesc":"Das Tabellenlayout wurde erfolgreich aktualisiert","store.textConflict":"Das Dokument wurde anderweitig geändert. Bitte aktualisieren und erneut versuchen.","store.textSaved":"Textinhalt gespeichert","store.typeCreated":"Typ erstellt","store.typeDescription":"Wählen Sie optional einen Inhaltstyp, um der Sammlung benutzerdefinierte Eigenschaften und Daten zuzuweisen.","store.typeSelectDescription":"Wählen Sie einen Inhaltstyp, um der Sammlung benutzerdefinierte Eigenschaften und Daten zuzuweisen.","store.unknown":"Unbekannt","store.unsavedChanges":"Nicht gespeicherte Änderungen","store.updated":"Aktualisiert","store.updatedAt":"Aktualisiert am","store.updatedBy":"Aktualisiert von","store.updatedSharedProperties":"Gemeinsame Eigenschaften aktualisiert","store.updatedSkipHeadSync":"Head-Synchronisierungseinstellung aktualisiert","store.upload":"Hochladen","store.uploadComplete":"Upload abgeschlossen","store.uploadIssues":"Upload-Probleme","store.validationFailed":"Validierung fehlgeschlagen","store.videoFormatRequired":"MP4 oder WebM Format erforderlich","store.viewAsPdf":"Als PDF anzeigen","store.viewAudio":"Audio anzeigen","store.viewImage":"Bild anzeigen","store.viewInJsonFormat":"Im JSON-Format anzeigen","store.viewPdf":"PDF anzeigen","store.viewText":"Text anzeigen","store.viewTranscript":"Transkript anzeigen","store.viewVideo":"Video anzeigen","store.viewingNewVersion":"Neue Version wird angezeigt","store.viewingNewVersionDefault":"Die neue Version wird jetzt angezeigt","store.viewingVersionLabel":"Version '{{label}}' wird jetzt angezeigt","theme.dark":"Dunkel","theme.label":"Design","theme.light":"Hell","theme.system":"System","type.description":"Beschreibung","type.name":"Name","type.nameRequired":"Name ist erforderlich","upload.allFilesExist":"Alle {{count}} Datei(en) existieren bereits im System und werden übersprungen. Sie können fortfahren, um die Ergebnisse anzuzeigen.","upload.analyzingFiles":"Dateien werden analysiert...","upload.checkingForDuplicates":"Überprüfung auf Duplikate und Aktualisierungen","upload.collectionLabel":"Sammlung:","upload.contentTypeTooltip":"Wählen Sie einen Inhaltstyp für die hochgeladenen Dateien. Wenn leer gelassen, erkennt Vertesia den Typ automatisch basierend auf dem Dateiinhalt.","upload.continue":"Fortfahren","upload.dragAndDrop":"Dateien hierher ziehen und ablegen oder klicken zum Auswählen","upload.errorAnalyzingFiles":"Beim Analysieren der Dateien ist ein Fehler aufgetreten","upload.failedToUpload":"Hochladen fehlgeschlagen","upload.fileAnalysisResults":"Dateianalyseergebnisse","upload.filesAnalyzed":"Dateien analysiert","upload.filesProcessed_one":"{{count}} Datei verarbeitet","upload.filesProcessed_other":"{{count}} Dateien verarbeitet","upload.filesReadyToProcess_one":"{{count}} Datei ist bereit zur Verarbeitung","upload.filesReadyToProcess_other":"{{count}} Dateien sind bereit zur Verarbeitung","upload.filesToSkip_one":"{{count}} Datei ist bereits im System und wird übersprungen.","upload.filesToSkip_other":"{{count}} Dateien sind bereits im System und werden übersprungen.","upload.folderLabel":"Ordner:","upload.inCollection":" in Sammlung '{{collection}}'","upload.inFolder":" in Ordner '{{location}}'","upload.new":"Neu","upload.noFilesToProcess":"Keine Dateien zu verarbeiten.","upload.noItems":"Keine Elemente zum Anzeigen","upload.preparingFiles_one":"{{count}} Datei wird vorbereitet...","upload.preparingFiles_other":"{{count}} Dateien werden vorbereitet...","upload.preparingFolder_one":"1 Ordner mit {{fileCount}} Dateien wird vorbereitet...","upload.preparingFolder_other":"{{folderCount}} Ordner mit {{fileCount}} Dateien werden vorbereitet...","upload.processedCount":"{{processed}}/{{total}} Dateien verarbeitet...","upload.processingFilesAction":"Dateien verarbeiten ({{action}})","upload.selectFiles":"Dateien auswählen","upload.selectFolder":"Ordner auswählen","upload.skip":"Überspringen","upload.skippedAlreadyExisted":"Übersprungen (bereits vorhanden)","upload.successfullyUpdated":"Erfolgreich aktualisiert","upload.successfullyUploaded":"Erfolgreich hochgeladen","upload.update":"Aktualisieren","upload.uploadComplete":"Upload abgeschlossen","upload.uploadFiles":"Dateien hochladen","upload.uploadLocation":"Upload-Speicherort:","upload.uploadMore":"Weitere hochladen","upload.uploadProcessInterrupted":"Upload-Vorgang unterbrochen","upload.uploadingFiles":"Dateien werden hochgeladen","upload.useAutoDetection":"Automatische Typerkennung verwenden","upload.useTypeName":"{{typeName}} verwenden","user.account":"Konto:","user.agentOnBehalfOf":"Agent im Auftrag von","user.agentOnBehalfOfApiKey":"Agent im Auftrag von API-Schlüssel","user.appVersion":"App-Version","user.environment":"Umgebung","user.failedToFetchApiKey":"API-Schlüssel konnte nicht abgerufen werden","user.failedToFetchGroup":"Gruppe konnte nicht abgerufen werden","user.failedToFetchUser":"Benutzer konnte nicht abgerufen werden","user.groupId":"Gruppen-ID: {{id}}","user.key":"Schlüssel:","user.organizationId":"Organisations-ID","user.organizationRoles":"Organisationsrollen","user.privateKey":"Privater Schlüssel","user.project":"Projekt:","user.projectId":"Projekt-ID","user.projectRoles":"Projektrollen","user.schedule":"Zeitplan {{title}}","user.sdkVersion":"SDK-Version","user.server":"Server","user.serviceAccount":"Dienstkonto","user.serviceAccountDescription":"Dieser Benutzer wird von Robotern wie Workflow-Workern verwendet.","user.store":"Speicher","user.systemUser":"Systembenutzer","user.systemUserDescription":"Der Systembenutzer wird zur Initialisierung integrierter Objekte verwendet.","user.tenantId":"Mandanten-ID","user.unknown":"Unbekannt","user.unknownUser":"Unbekannter Benutzer","user.unknownUserDescription":"Benutzerinformationen sind nicht verfügbar.","user.unnamedGroup":"Unbenannte Gruppe","user.user":"Benutzer","user.userId":"Benutzer-ID","widgets.schema.editDescription":"Beschreibung bearbeiten","widgets.schema.invalidPropertyDeclaration":"Ungültige Eigenschaftsdeklaration"}},en:{[w]:{"agent.actions":"Actions","agent.activeWorkstreams_one":"Agent has {{count}} active workstream running","agent.activeWorkstreams_other":"Agent has {{count}} active workstreams running","agent.agentConversation":"Agent Conversation","agent.agentInterrupted":"Agent Interrupted","agent.agentPlan":"Agent Plan","agent.agentProcessing":"Agent is processing, you can continue once it completes...","agent.agentStarted":"Agent started","agent.agentWorking":"Agent is working... (Esc Esc to stop)","agent.agentWorkingStop":"Agent is working... Press Esc twice or click Stop to interrupt","agent.allMessages":"All Messages","agent.artifacts":"Artifacts","agent.askAnything":"Ask anything... (drop or paste files)","agent.batch":"Batch","agent.canceling":"canceling","agent.cancelWorkflow":"Cancel Workflow","agent.clickToEnlarge":"Click to enlarge","agent.close":"Close","agent.closeFullscreen":"Close fullscreen","agent.completed":"Completed","agent.conversationForked":"Conversation forked","agent.conversationRestarted":"Conversation restarted","agent.copied":"Copied","agent.copiedAllToolCalls":"Copied all tool calls to clipboard","agent.copiedBatchDetails":"Copied batch details to clipboard","agent.copiedToClipboard":"Copied to clipboard","agent.copy":"Copy","agent.copyAllToolCalls":"Copy all tool calls","agent.copyBatchDetails":"Copy batch details","agent.copyMessage":"Copy message","agent.copyRunId":"Copy Run ID","agent.copyToClipboard":"Copy to clipboard","agent.dashboard":"Dashboard","agent.details":"Details","agent.document":"Document","agent.documentAttachments":"Document Attachments","agent.documentAttachmentsDescription":"Documents from the store attached to this message. The agent can re-fetch them by ID anytime, or re-attach to include content directly.","agent.documents":"Documents","agent.download":"Download","agent.downloadConversation":"Download Conversation","agent.dropFilesToUpload":"Drop files to upload","agent.elapsed":"{{seconds}}s elapsed","agent.enlargedView":"Enlarged view","agent.enterMessage":"Enter a message to start a conversation","agent.enterToSend":"Enter to send • Shift+Enter for new line","agent.error":"Error","agent.errorStarting":"Error starting workflow","agent.exit":"Exit","agent.exitFullscreen":"Exit fullscreen","agent.export":"Export","agent.exportAsPdf":"Export as PDF","agent.exportAsPng":"Export as PNG","agent.exportAsWord":"Export as Word","agent.exporting":"Exporting...","agent.exportMessage":"Export message","agent.failedToCancelWorkflow":"Failed to cancel workflow","agent.failedToDownload":"Failed to download conversation","agent.failedToForkConversation":"Failed to fork conversation","agent.failedToInterrupt":"Failed to Interrupt","agent.failedToLoadDocument":"Failed to load document","agent.failedToRenderMessage":"Failed to render message","agent.failedToRestartConversation":"Failed to restart conversation","agent.failedToSend":"Failed to Send Message","agent.filesProcessing":"Files Still Processing","agent.filesStagedCount_one":"{{count}} file staged - will upload when conversation starts","agent.filesStagedCount_other":"{{count}} files staged - will upload when conversation starts","agent.filesUploadedDescription":"Files uploaded to this conversation remain available throughout. The agent can access them anytime.","agent.forkConversation":"Fork Conversation","agent.fullscreen":"Fullscreen","agent.hideDetails":"Hide details","agent.hideSidebar":"Hide Sidebar","agent.hideThinkingDetails":"Hide thinking details","agent.inProgress":"In Progress","agent.linkObject":"Link Object","agent.loadingArtifacts":"Loading artifacts...","agent.loadingDocument":"Loading document...","agent.main":"Main","agent.mainWorkstream":"Main Workstream","agent.moreActions":"More actions","agent.newerPlan":"Newer Plan","agent.no":"No","agent.noActiveWorkstreams":"No active workstreams","agent.noAgentRunning":"No agent currently running","agent.noArtifactsYet":"No artifacts yet","agent.noContentAvailable":"No content available","agent.noContentToExport":"No content to export","agent.noConversationContent":"No conversation content available to export","agent.noDocumentsOpen":"No documents open","agent.noFilesUploadedYet":"No files uploaded yet","agent.noMessagesInWorkstream":"No messages in this workstream yet...","agent.noPlanAvailable":"No plan available","agent.noPlanDetected":"No plan has been detected yet","agent.olderPlan":"Older Plan","agent.openDocument":"Open document","agent.openInNewTab":"Open in new tab","agent.payload":"Payload","agent.pdfExportFailed":"PDF export failed","agent.pdfExportReady":"PDF export ready","agent.pending":"Pending","agent.plan":"Plan","agent.planProgress":"Plan Progress","agent.plansWillAppear":"Plans will appear here when the agent creates one","agent.printDialogDescription":"Use your browser's Print dialog to save as PDF","agent.processing":"Processing...","agent.ready":"Ready","agent.refresh":"Refresh","agent.remaining":"{{seconds}}s remaining","agent.resizeRightPanel":"Resize right panel","agent.restartConversation":"Restart Conversation","agent.retry":"Retry","agent.runIdCopied":"Run ID copied","agent.running":"running","agent.searchDocuments":"Search Documents","agent.selectInteraction":"Select an interaction and click Start to start an agent","agent.send":"Send","agent.showAllMessages":"Show all messages","agent.showDetails":"Show details","agent.showSidebar":"Show Sidebar","agent.staged":"Staged","agent.startAgent":"Start Agent","agent.startingAgent":"Starting agent...","agent.startingAgentUploading":"Starting agent and uploading files...","agent.startNewConversation":"Start New Conversation","agent.stepByStepPlan":"Step-by-Step Plan","agent.stop":"Stop","agent.stopAgent":"Stop the agent","agent.submitSelection":"Submit Selection","agent.submitSelectionCount_one":"Submit Selection ({{count}})","agent.submitSelectionCount_other":"Submit Selection ({{count}})","agent.summary":"Summary","agent.taskProgress":"Task Progress","agent.toggleRightSidebar":"Toggle right sidebar","agent.typeNewInstructions":"Type your message to give new instructions","agent.typeQuestionBelow":"Type your question below and press Enter or click {{buttonText}} to begin","agent.typeYourMessage":"Type your message...","agent.typeYourResponse":"Type your response...","agent.unableToOpenPrint":"Unable to open print preview","agent.unknownError":"Unknown error","agent.unknownTime":"Unknown time","agent.upload":"Upload","agent.uploadedFiles":"Uploaded Files","agent.uploadFailed":"Upload Failed","agent.uploading":"Uploading...","agent.uploads":"Uploads","agent.waitForFiles":"Wait for files to finish processing","agent.waitForFilesProcessing":"Please wait for all files to finish processing before sending","agent.waiting":"Waiting...","agent.waitingForAgentResponse":"Waiting for agent response...","agent.workflowCancelled":"Workflow cancelled","agent.working":"Working...","agent.workstreams":"Workstreams","agent.yes":"Yes","auth.continueWithEnterprise":"Continue with Enterprise SSO","auth.continueWithGithub":"Continue with GitHub","auth.continueWithGoogle":"Continue with Google","auth.continueWithMicrosoft":"Continue with Microsoft","auth.enterEnterpriseEmail":"Enter your enterprise email","auth.error":"Error: {{message}}","auth.firstTimeDetails":"We'll just ask you a couple of questions next and you'll be on your way.","auth.firstTimeMessage":"First time here? No problem, it's free to try!","auth.goBack":"Go back","auth.invalidEmail":"Invalid email address","auth.logInOrSignUp":"Log in or Sign up","auth.needToMakeChange":"Need to make a change?","auth.or":"OR","auth.privacyPolicy":"Privacy Policy","auth.signInError":"Sorry, we have not been able to sign you in.","auth.signInErrorContact":"Please try again or contact","auth.signInErrorPersists":"if it persists.","auth.tenantNotFound":"Tenant not found","auth.termsOfService":"Terms of Service","errors.failedToLoadTenantConfig":"Failed to load tenant configuration","errors.somethingWentWrong":"Sorry, something went wrong...","errors.teamNotifiedLine1":"Our team has been notified and will be quickly working on resolving it.","errors.teamNotifiedLine2":"If you'd like to escalate or simply contact us, please email us at","filter.clearAll":"Clear All","filter.filter":"Filter","filter.filterBy":"Filter by {{view}}","filter.filterPlaceholder":"Filter...","filter.from":"From:","filter.noAvailableFilters":"No available filters","filter.noMatchingFilters":"No matching filters","filter.noResultsFound":"No results found.","filter.selectRange":"Select range","filter.to":"To:","form.clickToRemove":"click to remove","form.createValue":'Create "{{value}}"',"form.filter":"Filter...","form.noMoreOptions":"No more options available","form.noOptionsFound":"No options found","layout.pageNotFound":"Page Not Found","layout.search":"Search","layout.searchPlaceholder":"Search...","login.accept":"Accept","login.reject":"Reject","login.reviewInvites":"Review Invites","login.terminal.account":"Account","login.terminal.accountRequired":"Account is required","login.terminal.accountRequiredDesc":"Please select an account to authorize the client to access the ComposablePrompts servers","login.terminal.authorizeClient":"Authorize Client","login.terminal.authPayloadCopied":"Authentication Payload copied","login.terminal.authPayloadCopiedSuccess":"You can close this page. The CLI should have received the token.","login.terminal.authPayloadCopiedWithError":"You can paste the payload in the terminal. Note: The CLI did not receive the token. An error occured: {{error}}","login.terminal.browserPermissionNote":"Note: If your browser asks for permission to access your local network, please allow it. This is required to send the authorization token back to the CLI tool. If not, you will need to copy/paste the token manually in your terminal.","login.terminal.chooseAccountProject":"You must choose the target account and project for the client to access.","login.terminal.clientAuthenticated":"The client is authenticated. You can close this page.","login.terminal.clientWantsAuth":"A client app wants authorization to access the composable prompt servers in your name.","login.terminal.copyAuthPayload":"Copy the Authentication Payload","login.terminal.envLocalDev":"Local Dev","login.terminal.envProduction":"Production","login.terminal.envStaging":"Staging","login.terminal.errorAuthorizingClient":"Error authorizing client","login.terminal.errorLoadingProjects":"Error loading projects","login.terminal.failedToGetToken":"Failed to get composable token","login.terminal.failedToSendToken":"Failed to send the authorization token to the cli tool","login.terminal.failedToSendTokenDesc":'This can happen due to security checks on Safari. The error is "{{error}}"',"login.terminal.invalidRequest":"Invalid request","login.terminal.invalidRequestDesc":"This page should be called by a terminal client to authenticate against the ComposablePrompts servers","login.terminal.profileName":"Profile Name","login.terminal.profileNameNote":"Also, enter a profile name that will be used to save the authorization in your client configuration.","login.terminal.profileRequired":"Profile is required","login.terminal.profileRequiredDesc":"Please enter a profile name to save the client authorization","login.terminal.project":"Project","login.terminal.projectRequired":"Project is required","login.terminal.projectRequiredDesc":"Please select a project to authorize the client to access the ComposablePrompts servers","login.terminal.selectAccount":"Select Account","login.terminal.selectProject":"Select Project","misc.copiedToClipboard":"Copied to clipboard","misc.copy":"Copy","misc.failedToCopy":"Failed to copy","misc.noData":"No Data to display","misc.tableView":"Table View","misc.thumbnailView":"Thumbnail View","modal.cancel":"Cancel","modal.confirm":"Confirm","modal.delete.error":"An error occurred while deleting the object","modal.delete.failed":"Failed to delete","modal.delete.succeeded":"Delete succeeded","modal.save":"Save","modal.saveChanges":"Save Changes","modal.saveVersion.createDescription":"Create a new revision with these property changes while preserving the original.","modal.saveVersion.createNew":"Create new version","modal.saveVersion.createWithFileDescription":"Create a new revision with the replacement file while preserving the original.","modal.saveVersion.howToSave":"How would you like to save these changes?","modal.saveVersion.replaceFile":"You're about to replace the content file with:","modal.saveVersion.updateCurrent":"Update current version","modal.saveVersion.updateDescription":"Modify the properties directly in the current revision.","modal.saveVersion.updateWithFileDescription":"Replace the content file and modify properties directly in the current revision.","modal.saveVersion.versionLabel":"Version Label (Optional)","modal.saveVersion.versionLabelDescription":"Optional label for the new version.","modal.saveVersion.versionLabelPlaceholder":"e.g., v1.2, approved, post-review","oauthApps.authenticate":"Authenticate","oauthApps.authenticating":"Authenticating...","oauthApps.authorizationEndpoint":"Authorization Endpoint","oauthApps.cancel":"Cancel","oauthApps.clientId":"Client ID","oauthApps.clientSecret":"Client Secret","oauthApps.clientSecretConfigured":"Secret configured (leave blank to keep)","oauthApps.clientSecretHelp":"Optional. Required for confidential clients. Encrypted at rest.","oauthApps.clientSecretPlaceholder":"Enter client secret","oauthApps.connect":"Connect","oauthApps.connected":"Connected","oauthApps.create":"Create","oauthApps.created":"OAuth application created","oauthApps.createDescription":"Configure a new OAuth application for this project.","oauthApps.defaultScopes":"Default Scopes","oauthApps.defaultScopesHelp":"Space-separated list of OAuth scopes.","oauthApps.deleteConfirm":"Delete OAuth Application","oauthApps.deleteConfirmMessage":"Are you sure you want to delete","oauthApps.deleted":"OAuth application deleted","oauthApps.deleteFailed":"Failed to delete OAuth application","oauthApps.description":"Configure OAuth applications for third-party integrations.","oauthApps.disconnect":"Disconnect","oauthApps.displayName":"Display Name","oauthApps.edit":"Edit OAuth Application","oauthApps.editDescription":"Update the OAuth application configuration.","oauthApps.empty":"No OAuth applications configured yet.","oauthApps.endpointsOptionalHelp":"Optional. Leave blank for MCP servers that support .well-known discovery.","oauthApps.name":"Name","oauthApps.nameHelp":"Kebab-case identifier (e.g., my-oauth-app). Cannot be changed after creation.","oauthApps.notConnected":"Not connected","oauthApps.revocationEndpoint":"Revocation Endpoint","oauthApps.save":"Save","oauthApps.saveFailed":"Failed to save OAuth application","oauthApps.saving":"Saving...","oauthApps.status":"Status","oauthApps.title":"OAuth Applications","oauthApps.tokenEndpoint":"Token Endpoint","oauthApps.updated":"OAuth application updated","oauthApps.usePkce":"Use PKCE (recommended)","pdf.close":"Close","pdf.closeFullscreen":"Close fullscreen","pdf.download":"Download","pdf.failedToLoadViewer":"Failed to load PDF viewer","pdf.fetchingDocumentFailed":"Fetching document failed","pdf.fitToWidth":"Fit to width","pdf.fullscreen":"Fullscreen","pdf.instrumentedImages":"Instrumented images","pdf.nextPage":"Next page","pdf.noPdfAvailable":"No PDF available","pdf.originalImages":"Original images","pdf.page":"Page","pdf.pageOf":"Page {{pageNumber}} / {{totalPages}}","pdf.previousPage":"Previous page","pdf.zoomIn":"Zoom in","pdf.zoomOut":"Zoom out","shell.accessDenied":"Access Denied","shell.applicationNotRegistered":"Application not registered","shell.organization":"Organization","shell.selectOrganization":"Select Organization","shell.selectProject":"Select Project","signup.accountType":"Account Type","signup.activelyExploring":"Actively Exploring LLMs on a Project","signup.alreadyUsing":"Already Using LLMs in Production","signup.company":"Company","signup.companyDescription":"For a company or organization.","signup.companyName":"Company Name","signup.companySize":"Company Size","signup.companyWebsite":"Company Website","signup.justTesting":"Just Testing or Evaluating LLMs","signup.migratingLLMs":"Migrating to different LLMs","signup.other":"Other","signup.personal":"Personal","signup.personalDescription":"For personal use, or for a small team.","signup.pleaseEnterOrgName":"Please enter an organization name","signup.pleaseSelectAccountType":"Please select an account type","signup.pleaseSelectCompanySize":"Please select a company size","signup.projectMaturity":"Project Maturity","signup.selectCompanySize":"Select Company Size","signup.selectProjectMaturity":"Select Project Maturity","signup.signUp":"Sign Up","signup.size1001to5000":"1001-5000 employees","signup.size101to1000":"101-1000 employees","signup.size11to100":"11-100 employees","signup.size1to10":"1-10 employees","signup.size5000plus":"5000+ employees","signup.welcomeMessage":"Welcome to Vertesia, {{name}} ({{email}}).\nPlease tell us a little bit about yourself and you'll be on your way.\nNo credit card is required.","signup.wrongAccountGoBack":"Wrong account, go back","store.actions.addToCollection":"Add to Collection","store.actions.addToCollectionBody":"Add the selected objects to an existing collection or create a new one.","store.actions.addToCollectionButton":"Add to Collection","store.actions.addToCollectionDesc":"Add documents to a collection","store.actions.addToCollectionFailure":"Add to collection failure","store.actions.addToCollectionFailureDesc":"Failed to add the selected objects to the collection","store.actions.addToCollectionSuccess":"Add to collection success","store.actions.addToCollectionSuccessDesc":"Added {{count}} objects to the selected collection","store.actions.addToCollectionTitle":"Add to a Collection","store.actions.areYouSure":"Are you sure?","store.actions.cannotRemoveNoCollection":"Cannot remove objects: no collection specified","store.actions.changeContentType":"Change Content Type","store.actions.changeContentTypeDesc":"Change the Content Type of the selected documents","store.actions.changeType":"Change Type","store.actions.chooseExistingCollections":"Choose from existing collections","store.actions.chooseWorkflowRule":"Choose a workflow rule to start:","store.actions.confirmDeleteAll":"Are you sure you want to delete all the selected objects? This action cannot be undone.","store.actions.confirmDeleteSelected":"Are you sure you want to delete the selected objects?\nThis is not removable from collections.","store.actions.confirmRemoveFromCollection":"Are you sure you want to remove the selected objects from this collection?","store.actions.createNew":"Create new","store.actions.delete":"Delete","store.actions.deleteObjects":"Delete Objects","store.actions.deleteTheSelectedObjects":"Delete the selected objects","store.actions.errorChangingType":"Error changing type","store.actions.errorDeletingObjects":"Error deleting objects","store.actions.errorExportProperties":"Error Export Properties","store.actions.errorRemovingObjects":"Error removing objects from collection","store.actions.errorStartingWorkflow":"Error starting workflow","store.actions.exportAllObjectProperties":"Export all Object Properties","store.actions.exportProperties":"Export Properties","store.actions.noCollectionContext":"No collection context","store.actions.noObjectsSelected":"No objects selected","store.actions.pleaseSelectObjectsToDelete":"Please select objects to delete","store.actions.pleaseSelectObjectsToRemove":"Please select objects to remove from collection","store.actions.removeFromCollection":"Remove from Collection","store.actions.removeFromCollectionDesc":"Remove the selected objects from this collection","store.actions.selectCollection":"Select Collection","store.actions.startWorkflow":"Start Workflow","store.actions.startWorkflowByRule":"Start a Workflow by Rule","store.actions.startWorkflowDesc":"Start a workflow on the selected objects","store.actions.workflowStarted":"Workflow started","store.allowedContentTypes":"Allowed Content Types","store.allowedContentTypesOptionalDescription":"Optionally select which content types can be added to the collection. If not set, then all content types are allowed.","store.allowedContentTypesSelectDescription":"Select which content types can be added to the collection. If not set, then all content types are allowed.","store.areYouSureDeleteCollection":"Are you sure you want to delete this collection? This action cannot be undone.","store.audioFormatRequired":"MP3, M4A, OGG, WAV, or WebM format required","store.automaticTypeDetection":"Automatic Type Detection","store.automaticTypeDetectionDescription":"Vertesia will analyze the content and select the most appropriate type. This is recommended for most uploads and ensures optimal processing.","store.cancelEdit":"Cancel","store.chooseAFormat":"Choose a format","store.chooseContentType":"Choose a Content Type...","store.chooseContentTypes":"Choose Content Types...","store.chooseWhatToExport":"Choose what to export","store.clearSelection":"Clear search text","store.close":"Close","store.collectionCreated":"Collection created","store.collectionDeleted":"Collection deleted","store.collectionFetchFailed":"Collection fetch failed","store.collectionPropertiesUpdated":"Collection properties updated","store.collectionsSelected":"{{count}} collections selected","store.collectionUpdated":"Collection updated","store.collectionUpdatedSuccess":"Collection has been updated successfully","store.configuration":"Configuration","store.confirmSelection":"Confirm selection","store.contentCopied":"{{type}} copied","store.contentExported":"Content exported","store.contentType":"Content Type","store.convertingToPdf":"Converting to PDF...","store.copyFailed":"Copy failed","store.createACollection":"Create a Collection","store.createCollection":"Create Collection","store.created":"Created","store.createdBy":"Created By","store.createType":"Create Type","store.deleteCollection":"Delete Collection","store.documentExported":"Document exported","store.documentInformation":"Document Information","store.documentListRefreshed":"Document list refreshed","store.documentListRefreshedDesc":"The document list has been updated with your uploaded files.","store.documentPreview":"Document Preview","store.downloadFailed":"Download failed","store.dynamicCollection":"Dynamic Collection","store.dynamicCollectionDescription":"Dynamically fetch content for the collection based on a query. If not enabled, then content must be added by users or agents.","store.editingGenericDocument":"Editing properties for generic document","store.editJson":"Edit Json","store.editProperties":"Edit Properties","store.editSchema":"Edit Schema","store.editText":"Edit text","store.embeddings":"Embeddings","store.enableSyncMemberHeads":"Enable synchronizing member heads","store.error":"Error","store.errorCheckingDuplicates":"There was an error checking for duplicate files","store.errorCreatingType":"Error creating type","store.errorInUploadProcessingCheck":"Error in file upload processing check","store.errorProcessingFiles":"Error processing files","store.errorSavingText":"Failed to save text","store.errorSavingTextDefault":"An error occurred while saving text content.","store.errorUpdatingProperties":"Error updating properties","store.errorUpdatingPropertiesDefault":"An error occurred while updating the properties.","store.exportFailed":"Export failed","store.exportInProgress":"EXPORT IS IN PROGRESS","store.failedToConvertToPdf":"Failed to convert to PDF","store.failedToCopy":"Failed to copy {{type}} to clipboard","store.failedToCreateCollection":"Failed to create collection","store.failedToDeleteCollection":"Failed to delete collection","store.failedToDownloadFile":"Failed to download file","store.failedToDownloadPdf":"Failed to download the PDF file","store.failedToExportContent":"Failed to export content","store.failedToExportDocument":"Failed to export document","store.failedToFetchRoleMappings":"Failed to fetch role mappings","store.failedToFetchTypes":"Failed to fetch ObjectTypes","store.failedToFetchWorkflows":"Failed to fetch workflows","store.failedToGetDownloadUrl":"Failed to get download URL","store.failedToLoadDocument":"Failed to load document","store.failedToLoadType":"Failed to load type","store.failedToUpdateCollection":"Failed to update collection","store.failedToUpdateCollectionProperties":"Failed to update collection properties","store.failedToUpdateSchema":"Failed to update schema","store.failedToUpdateSharedProperties":"Failed to update shared properties","store.failedToUpdateSkipHeadSync":"Failed to update skip head sync","store.failedToUpdateTableLayout":"Failed to update table layout","store.filesAnalyzedTitle":"Files analyzed","store.filesReadyToProcess":"Files ready to process","store.filterByName":"Filter by Name","store.fullText":"Full Text","store.fullView":"Full View","store.getStartedCollections":"Get started by creating a new Collections.","store.getStartedTypes":"Get started by creating a new Type.","store.id":"ID","store.invalidJson":"Invalid JSON","store.invalidJsonSchema":"Invalid JSON Schema","store.invalidQueryJson":"Invalid Query JSON","store.invalidTableLayout":"Invalid Table Layout","store.isChunkable":"Is Chunkable","store.limit":"Limit","store.loadingDocument":"Loading document...","store.loadingProcessingStatus":"Loading processing status...","store.na":"N/A","store.name":"Name","store.newCollections":"New Collections","store.newVersionCreated":"New version created","store.newVersionCreatedDesc":"A new version with updated properties has been created.","store.noAudioRendition":"No web-compatible audio rendition available","store.noCollections":"No Collections","store.noCollectionsAvailable":"No collections available.","store.noCollectionsFound":"No collections found.","store.noFilesSelected":"No files selected","store.none":"None","store.noObjectsDragAndDrop":"No objects. Just drag and drop documents or images here to create content objects.","store.noPreviewAvailable":"No preview available for this document type.","store.noProjectSelected":"No project selected","store.noPropertiesAvailable":"No properties available for this document.","store.noPropertiesDefined":"No properties defined","store.noTranscriptAvailable":"No transcript available","store.noType":"No Type","store.noValidFilesSelected":"No valid files selected","store.noVideoRendition":"No web-compatible video rendition available","store.openFullDocument":"Open Full Document","store.openFullDocumentView":"Open Full Document View","store.optional":"(Optional)","store.pdfConversionFailed":"PDF conversion failed","store.pdfPreviewFullView":"PDF document preview is available in full view.","store.pleaseFixJsonSyntax":"Please fix the JSON syntax errors before saving.","store.pleaseProvideName":"Please provide a name for the collection","store.pleaseSelectValidFiles":"Please select files with valid content.","store.pleaseWait":"PLEASE WAIT","store.preview":"Preview","store.previewProperties":"Preview properties","store.processingFailedFor":"Processing failed for {{name}}","store.processingFiles":"Processing files","store.properties":"Properties","store.propertiesUpdated":"Properties updated","store.propertiesUpdatedDesc":"The object properties have been updated successfully.","store.query":"Query","store.queryDescription":"Define the query to dynamically fetch content for the collection.","store.refresh":"Refresh","store.renderingDocument":"Rendering your document...","store.saveChanges":"Save Changes","store.saveText":"Save","store.schemaEditor":"Schema Editor","store.schemaUpdated":"Schema updated","store.schemaUpdatedSuccess":"The schema has been updated successfully","store.search":"Search","store.searchCollections":"Search collections","store.searchFailed":"Search failed","store.searching":"Searching...","store.searchPlaceholder":"Type what you are looking for, or select a filter","store.searchTypes":"Search Types","store.selectACollection":"Select a collection","store.selectContent":"Select Content","store.selectContentType":"Select Content Type","store.selectContentTypeAuto":"Select a content type or leave empty for automatic detection","store.selectContentTypeLabel":"Select a content type","store.selectPropertiesToShare":"Select properties to share","store.semanticChunking":"Semantic Chunking","store.semanticSearch":"Semantic search","store.semanticSearchSettings":"Semantic search settings","store.sharedProperties":"Shared Properties","store.sharedPropertiesDescription":"Add properties to share across all members in the collection. This feature requires to enable shared property synchronization on the project.","store.showingFirst128K":"Showing first 128K characters only","store.size":"Size","store.staticCollection":"Static Collection","store.strictMode":"Strict Mode","store.successfullyCopied":"Successfully copied {{type}} to clipboard","store.successfullyExportedTo":"Successfully exported to {{format}}","store.syncMemberHeads":"Synchronize Member Heads","store.syncMemberHeadsDescription":"When a new HEAD version of a member is created the collection will be updated to point to the new HEAD.","store.tableLayout":"Table Layout","store.tableLayoutDescription":"Define a custom layout for displaying the collection in tables.","store.tableLayoutUpdated":"Table Layout updated","store.tableLayoutUpdatedDesc":"The table layout has been updated successfully","store.textConflict":"The document was modified elsewhere. Please refresh and try again.","store.textSaved":"Text content saved","store.typeCreated":"Type created","store.typeDescription":"Optionally select a content type to assign custom properties and data to the collection.","store.typeSelectDescription":"Select a content type to assign custom properties and data to the collection.","store.unknown":"Unknown","store.unsavedChanges":"Unsaved changes","store.updated":"Updated","store.updatedAt":"Updated At","store.updatedBy":"Updated By","store.updatedSharedProperties":"Updated shared properties","store.updatedSkipHeadSync":"Updated skip head sync setting","store.upload":"Upload","store.uploadComplete":"Upload Complete","store.uploadIssues":"Upload Issues","store.validationFailed":"Validation failed","store.videoFormatRequired":"MP4 or WebM format required","store.viewAsPdf":"View as PDF","store.viewAudio":"View Audio","store.viewImage":"View Image","store.viewingNewVersion":"Viewing New Version","store.viewingNewVersionDefault":"Now viewing the new version","store.viewingVersionLabel":"Now viewing version '{{label}}'","store.viewInJsonFormat":"View in JSON format","store.viewPdf":"View PDF","store.viewText":"View Text","store.viewTranscript":"View Transcript","store.viewVideo":"View Video","theme.dark":"Dark","theme.label":"Theme","theme.light":"Light","theme.system":"System","type.description":"Description","type.name":"Name","type.nameRequired":"Name is required","upload.allFilesExist":"All {{count}} file(s) already exist in the system and will be skipped. You can proceed to view the results.","upload.analyzingFiles":"Analyzing files...","upload.checkingForDuplicates":"Checking for duplicates and updates","upload.collectionLabel":"Collection:","upload.contentTypeTooltip":"Select a content type to apply to the uploaded files. If left empty, Vertesia will automatically detect the type based on file content.","upload.continue":"Continue","upload.dragAndDrop":"Drag and drop files here or click to select","upload.errorAnalyzingFiles":"There was an error analyzing the files","upload.failedToUpload":"Failed to Upload","upload.fileAnalysisResults":"File Analysis Results","upload.filesAnalyzed":"Files analyzed","upload.filesProcessed_one":"{{count}} file processed","upload.filesProcessed_other":"{{count}} files processed","upload.filesReadyToProcess_one":"{{count}} file is ready to process","upload.filesReadyToProcess_other":"{{count}} files are ready to process","upload.filesToSkip_one":"{{count}} file is already in the system and will be skipped.","upload.filesToSkip_other":"{{count}} files are already in the system and will be skipped.","upload.folderLabel":"Folder:","upload.inCollection":" in collection '{{collection}}'","upload.inFolder":" in folder '{{location}}'","upload.new":"New","upload.noFilesToProcess":"No files to process.","upload.noItems":"No items to display","upload.preparingFiles_one":"Preparing to upload {{count}} file...","upload.preparingFiles_other":"Preparing to upload {{count}} files...","upload.preparingFolder_one":"Preparing to upload 1 folder with {{fileCount}} files...","upload.preparingFolder_other":"Preparing to upload {{folderCount}} folders with {{fileCount}} files...","upload.processedCount":"Processed {{processed}}/{{total}} files...","upload.processingFilesAction":"Processing files ({{action}})","upload.selectFiles":"Select Files","upload.selectFolder":"Select Folder","upload.skip":"Skip","upload.skippedAlreadyExisted":"Skipped (Already Existed)","upload.successfullyUpdated":"Successfully Updated","upload.successfullyUploaded":"Successfully Uploaded","upload.update":"Update","upload.uploadComplete":"Upload Complete","upload.uploadFiles":"Upload Files","upload.uploadingFiles":"Uploading Files","upload.uploadLocation":"Upload Location:","upload.uploadMore":"Upload More","upload.uploadProcessInterrupted":"Upload process interrupted","upload.useAutoDetection":"Use Automatic Type Detection","upload.useTypeName":"Use {{typeName}}","user.account":"Account:","user.agentOnBehalfOf":"Agent on behalf of","user.agentOnBehalfOfApiKey":"Agent on behalf of API key","user.appVersion":"App Version","user.environment":"Environment","user.failedToFetchApiKey":"Failed to fetch the apikey","user.failedToFetchGroup":"Failed to fetch group","user.failedToFetchUser":"Failed to fetch user","user.groupId":"Group ID: {{id}}","user.key":"Key:","user.organizationId":"Organization ID","user.organizationRoles":"Organization Roles","user.privateKey":"Private Key","user.project":"Project:","user.projectId":"Project ID","user.projectRoles":"Project Roles","user.schedule":"Schedule {{title}}","user.sdkVersion":"SDK Version","user.server":"Server","user.serviceAccount":"Service Account","user.serviceAccountDescription":"This user is used by robots like workflow workers.","user.store":"Store","user.systemUser":"System User","user.systemUserDescription":"The system user is used to initialize built-in objects.","user.tenantId":"Tenant ID","user.unknown":"unknown","user.unknownUser":"Unknown User","user.unknownUserDescription":"User information is not available.","user.unnamedGroup":"Unnamed Group","user.user":"User","user.userId":"User ID","widgets.schema.editDescription":"Edit description","widgets.schema.invalidPropertyDeclaration":"Invalid property declaration"}},es:{[w]:{"agent.actions":"Acciones","agent.activeWorkstreams_many":"El agente tiene {{count}} flujos de trabajo activos en ejecución","agent.activeWorkstreams_one":"El agente tiene {{count}} flujo de trabajo activo en ejecución","agent.activeWorkstreams_other":"El agente tiene {{count}} flujos de trabajo activos en ejecución","agent.agentConversation":"Conversación con el agente","agent.agentInterrupted":"Agente interrumpido","agent.agentPlan":"Plan del agente","agent.agentProcessing":"El agente está procesando, podrás continuar una vez que termine...","agent.agentStarted":"Agente iniciado","agent.agentWorking":"El agente está trabajando... (Esc Esc para detener)","agent.agentWorkingStop":"El agente está trabajando... Presiona Esc dos veces o haz clic en Detener para interrumpir","agent.allMessages":"Todos los mensajes","agent.artifacts":"Artefactos","agent.askAnything":"Pregunta lo que quieras... (arrastra o pega archivos)","agent.batch":"Lote","agent.cancelWorkflow":"Cancelar flujo de trabajo","agent.canceling":"cancelando","agent.clickToEnlarge":"Clic para ampliar","agent.close":"Cerrar","agent.closeFullscreen":"Cerrar pantalla completa","agent.completed":"Completado","agent.conversationForked":"Conversación bifurcada","agent.conversationRestarted":"Conversación reiniciada","agent.copied":"Copiado","agent.copiedAllToolCalls":"Todas las llamadas de herramientas copiadas al portapapeles","agent.copiedBatchDetails":"Detalles del lote copiados al portapapeles","agent.copiedToClipboard":"Copiado al portapapeles","agent.copy":"Copiar","agent.copyAllToolCalls":"Copiar todas las llamadas de herramientas","agent.copyBatchDetails":"Copiar detalles del lote","agent.copyMessage":"Copiar mensaje","agent.copyRunId":"Copiar ID de ejecución","agent.copyToClipboard":"Copiar al portapapeles","agent.dashboard":"Panel de control","agent.details":"Detalles","agent.document":"Documento","agent.documentAttachments":"Archivos adjuntos","agent.documentAttachmentsDescription":"Documentos de la tienda adjuntos a este mensaje. El agente puede recuperarlos por ID en cualquier momento, o volver a adjuntarlos para incluir el contenido directamente.","agent.documents":"Documentos","agent.download":"Descargar","agent.downloadConversation":"Descargar conversación","agent.dropFilesToUpload":"Suelta archivos para subir","agent.elapsed":"{{seconds}}s transcurridos","agent.enlargedView":"Vista ampliada","agent.enterMessage":"Escribe un mensaje para iniciar una conversación","agent.enterToSend":"Enter para enviar • Shift+Enter para nueva línea","agent.error":"Error","agent.errorStarting":"Error al iniciar el flujo de trabajo","agent.exit":"Salir","agent.exitFullscreen":"Salir de pantalla completa","agent.export":"Exportar","agent.exportAsPdf":"Exportar como PDF","agent.exportAsPng":"Exportar como PNG","agent.exportAsWord":"Exportar como Word","agent.exportMessage":"Exportar mensaje","agent.exporting":"Exportando...","agent.failedToCancelWorkflow":"Error al cancelar el flujo de trabajo","agent.failedToDownload":"Error al descargar la conversación","agent.failedToForkConversation":"Error al bifurcar la conversación","agent.failedToInterrupt":"Error al interrumpir","agent.failedToLoadDocument":"Error al cargar el documento","agent.failedToRenderMessage":"Error al renderizar el mensaje","agent.failedToRestartConversation":"Error al reiniciar la conversación","agent.failedToSend":"Error al enviar el mensaje","agent.filesProcessing":"Archivos aún en procesamiento","agent.filesStagedCount_many":"{{count}} archivos preparados - se subirán cuando la conversación comience","agent.filesStagedCount_one":"{{count}} archivo preparado - se subirá cuando la conversación comience","agent.filesStagedCount_other":"{{count}} archivos preparados - se subirán cuando la conversación comience","agent.filesUploadedDescription":"Los archivos subidos a esta conversación permanecen disponibles en todo momento. El agente puede acceder a ellos en cualquier momento.","agent.forkConversation":"Bifurcar conversación","agent.fullscreen":"Pantalla completa","agent.hideDetails":"Ocultar detalles","agent.hideSidebar":"Ocultar panel","agent.hideThinkingDetails":"Ocultar detalles de pensamiento","agent.inProgress":"En progreso","agent.linkObject":"Vincular objeto","agent.loadingArtifacts":"Cargando artefactos...","agent.loadingDocument":"Cargando documento...","agent.main":"Principal","agent.mainWorkstream":"Flujo principal","agent.moreActions":"Más acciones","agent.newerPlan":"Plan más reciente","agent.no":"No","agent.noActiveWorkstreams":"Sin flujos activos","agent.noAgentRunning":"Ningún agente en ejecución actualmente","agent.noArtifactsYet":"Sin artefactos aún","agent.noContentAvailable":"No hay contenido disponible","agent.noContentToExport":"Sin contenido para exportar","agent.noConversationContent":"No hay contenido de conversación disponible para exportar","agent.noDocumentsOpen":"Sin documentos abiertos","agent.noFilesUploadedYet":"Sin archivos subidos","agent.noMessagesInWorkstream":"No hay mensajes en este flujo de trabajo aún...","agent.noPlanAvailable":"Sin plan disponible","agent.noPlanDetected":"Aún no se ha detectado ningún plan","agent.olderPlan":"Plan anterior","agent.openDocument":"Abrir documento","agent.openInNewTab":"Abrir en nueva pestaña","agent.pdfExportFailed":"Error en la exportación PDF","agent.pdfExportReady":"Exportación PDF lista","agent.pending":"Pendiente","agent.plan":"Plan","agent.planProgress":"Progreso del plan","agent.plansWillAppear":"Los planes aparecerán aquí cuando el agente cree uno","agent.printDialogDescription":"Use el diálogo de impresión de su navegador para guardar como PDF","agent.processing":"Procesando...","agent.ready":"Listo","agent.refresh":"Actualizar","agent.remaining":"{{seconds}}s restantes","agent.resizeRightPanel":"Redimensionar el panel derecho","agent.restartConversation":"Reiniciar conversación","agent.retry":"Reintentar","agent.runIdCopied":"ID de ejecución copiado","agent.running":"en ejecución","agent.searchDocuments":"Buscar documentos","agent.selectInteraction":"Selecciona una interacción y haz clic en Iniciar para iniciar un agente","agent.send":"Enviar","agent.showAllMessages":"Mostrar todos los mensajes","agent.showDetails":"Mostrar detalles","agent.showSidebar":"Mostrar panel","agent.staged":"Preparado","agent.startAgent":"Iniciar agente","agent.startNewConversation":"Iniciar nueva conversación","agent.startingAgent":"Iniciando agente...","agent.startingAgentUploading":"Iniciando agente y subiendo archivos...","agent.stepByStepPlan":"Plan paso a paso","agent.stop":"Detener","agent.stopAgent":"Detener el agente","agent.submitSelection":"Enviar selección","agent.submitSelectionCount_many":"Enviar selección ({{count}})","agent.submitSelectionCount_one":"Enviar selección ({{count}})","agent.submitSelectionCount_other":"Enviar selección ({{count}})","agent.summary":"Resumen","agent.taskProgress":"Progreso de tareas","agent.toggleRightSidebar":"Alternar panel lateral","agent.typeNewInstructions":"Escribe tu mensaje para dar nuevas instrucciones","agent.typeQuestionBelow":"Escribe tu pregunta abajo y presiona Enter o haz clic en {{buttonText}} para comenzar","agent.typeYourMessage":"Escribe tu mensaje...","agent.typeYourResponse":"Escribe tu respuesta...","agent.unableToOpenPrint":"No se pudo abrir la vista previa de impresión","agent.unknownError":"Error desconocido","agent.unknownTime":"Hora desconocida","agent.upload":"Subir","agent.uploadFailed":"Error al subir","agent.uploadedFiles":"Archivos subidos","agent.uploading":"Subiendo...","agent.uploads":"Subidas","agent.waitForFiles":"Espera a que los archivos terminen de procesarse","agent.waitForFilesProcessing":"Por favor, espera a que todos los archivos terminen de procesarse antes de enviar","agent.waiting":"Esperando...","agent.waitingForAgentResponse":"Esperando respuesta del agente...","agent.workflowCancelled":"Flujo de trabajo cancelado","agent.working":"Trabajando...","agent.workstreams":"Flujos de trabajo","agent.yes":"Sí","auth.continueWithEnterprise":"Continuar con SSO empresarial","auth.continueWithGithub":"Continuar con GitHub","auth.continueWithGoogle":"Continuar con Google","auth.continueWithMicrosoft":"Continuar con Microsoft","auth.enterEnterpriseEmail":"Ingresa tu correo empresarial","auth.error":"Error: {{message}}","auth.firstTimeDetails":"Solo te haremos un par de preguntas y estarás listo.","auth.firstTimeMessage":"¿Primera vez aquí? ¡No hay problema, es gratis para probar!","auth.goBack":"Volver","auth.invalidEmail":"Dirección de correo inválida","auth.logInOrSignUp":"Iniciar sesión o registrarse","auth.needToMakeChange":"¿Necesitas hacer un cambio?","auth.or":"O","auth.privacyPolicy":"Política de privacidad","auth.signInError":"Lo sentimos, no hemos podido iniciar tu sesión.","auth.signInErrorContact":"Por favor, intenta de nuevo o contacta a","auth.signInErrorPersists":"si el problema persiste.","auth.tenantNotFound":"Organización no encontrada","auth.termsOfService":"Términos de servicio","errors.failedToLoadTenantConfig":"Error al cargar la configuración del tenant","errors.somethingWentWrong":"Lo sentimos, algo salió mal...","errors.teamNotifiedLine1":"Nuestro equipo ha sido notificado y trabajará rápidamente en resolverlo.","errors.teamNotifiedLine2":"Si deseas escalar o simplemente contactarnos, envíanos un correo a","filter.clearAll":"Limpiar todo","filter.filter":"Filtrar","filter.filterBy":"Filtrar por {{view}}","filter.filterPlaceholder":"Filtrar...","filter.from":"Desde:","filter.noAvailableFilters":"No hay filtros disponibles","filter.noMatchingFilters":"No hay filtros coincidentes","filter.noResultsFound":"No se encontraron resultados.","filter.selectRange":"Seleccionar rango","filter.to":"Hasta:","form.clickToRemove":"clic para eliminar","form.createValue":'Crear "{{value}}"',"form.filter":"Filtrar...","form.noMoreOptions":"No hay más opciones disponibles","form.noOptionsFound":"No se encontraron opciones","layout.pageNotFound":"Página no encontrada","layout.search":"Buscar","layout.searchPlaceholder":"Buscar...","login.accept":"Aceptar","login.reject":"Rechazar","login.reviewInvites":"Revisar invitaciones","login.terminal.account":"Cuenta","login.terminal.accountRequired":"La cuenta es obligatoria","login.terminal.accountRequiredDesc":"Por favor, selecciona una cuenta para autorizar al cliente a acceder a los servidores ComposablePrompts","login.terminal.authPayloadCopied":"Payload de autenticación copiado","login.terminal.authPayloadCopiedSuccess":"Puedes cerrar esta página. El CLI debería haber recibido el token.","login.terminal.authPayloadCopiedWithError":"Puedes pegar el payload en el terminal. Nota: el CLI no recibió el token. Ocurrió un error: {{error}}","login.terminal.authorizeClient":"Autorizar cliente","login.terminal.browserPermissionNote":"Nota: si tu navegador solicita permiso para acceder a tu red local, por favor permítelo. Esto es necesario para enviar el token de autorización de vuelta al CLI. Si no, tendrás que copiar/pegar el token manualmente en tu terminal.","login.terminal.chooseAccountProject":"Debes elegir la cuenta y el proyecto de destino para el acceso del cliente.","login.terminal.clientAuthenticated":"El cliente está autenticado. Puedes cerrar esta página.","login.terminal.clientWantsAuth":"Una aplicación cliente desea autorización para acceder a los servidores ComposablePrompts en tu nombre.","login.terminal.copyAuthPayload":"Copiar el payload de autenticación","login.terminal.envLocalDev":"Dev local","login.terminal.envProduction":"Producción","login.terminal.envStaging":"Staging","login.terminal.errorAuthorizingClient":"Error al autorizar al cliente","login.terminal.errorLoadingProjects":"Error al cargar los proyectos","login.terminal.failedToGetToken":"Error al obtener el token composable","login.terminal.failedToSendToken":"Error al enviar el token de autorización al CLI","login.terminal.failedToSendTokenDesc":'Esto puede ocurrir debido a verificaciones de seguridad en Safari. El error es "{{error}}"',"login.terminal.invalidRequest":"Solicitud inválida","login.terminal.invalidRequestDesc":"Esta página debe ser llamada por un cliente de terminal para autenticarse contra los servidores ComposablePrompts","login.terminal.profileName":"Nombre del perfil","login.terminal.profileNameNote":"Además, ingresa un nombre de perfil que se usará para guardar la autorización en la configuración de tu cliente.","login.terminal.profileRequired":"El perfil es obligatorio","login.terminal.profileRequiredDesc":"Por favor, ingresa un nombre de perfil para guardar la autorización del cliente","login.terminal.project":"Proyecto","login.terminal.projectRequired":"El proyecto es obligatorio","login.terminal.projectRequiredDesc":"Por favor, selecciona un proyecto para autorizar al cliente a acceder a los servidores ComposablePrompts","login.terminal.selectAccount":"Seleccionar cuenta","login.terminal.selectProject":"Seleccionar proyecto","misc.copiedToClipboard":"Copiado al portapapeles","misc.copy":"Copiar","misc.failedToCopy":"Error al copiar","misc.noData":"No hay datos para mostrar","misc.tableView":"Vista de tabla","misc.thumbnailView":"Vista de miniaturas","modal.cancel":"Cancelar","modal.confirm":"Confirmar","modal.delete.error":"Ocurrió un error al eliminar el objeto","modal.delete.failed":"Error al eliminar","modal.delete.succeeded":"Eliminación exitosa","modal.save":"Guardar","modal.saveChanges":"Guardar cambios","modal.saveVersion.createDescription":"Crear una nueva revisión con estos cambios de propiedades conservando el original.","modal.saveVersion.createNew":"Crear nueva versión","modal.saveVersion.createWithFileDescription":"Crear una nueva revisión con el archivo de reemplazo conservando el original.","modal.saveVersion.howToSave":"¿Cómo deseas guardar estos cambios?","modal.saveVersion.replaceFile":"Estás a punto de reemplazar el archivo de contenido con:","modal.saveVersion.updateCurrent":"Actualizar versión actual","modal.saveVersion.updateDescription":"Modificar las propiedades directamente en la revisión actual.","modal.saveVersion.updateWithFileDescription":"Reemplazar el archivo de contenido y modificar las propiedades directamente en la revisión actual.","modal.saveVersion.versionLabel":"Etiqueta de versión (Opcional)","modal.saveVersion.versionLabelDescription":"Etiqueta opcional para la nueva versión.","modal.saveVersion.versionLabelPlaceholder":"ej., v1.2, aprobado, post-revisión","oauthApps.authenticate":"Autenticar","oauthApps.authenticating":"Autenticando...","oauthApps.authorizationEndpoint":"Endpoint de autorización","oauthApps.cancel":"Cancelar","oauthApps.clientId":"Client ID","oauthApps.clientSecret":"Client Secret","oauthApps.clientSecretConfigured":"Secret configurado (dejar en blanco para conservar)","oauthApps.clientSecretHelp":"Opcional. Requerido para clientes confidenciales. Cifrado en reposo.","oauthApps.clientSecretPlaceholder":"Introducir client secret","oauthApps.connect":"Conectar","oauthApps.connected":"Conectado","oauthApps.create":"Crear","oauthApps.createDescription":"Configurar una nueva aplicación OAuth para este proyecto.","oauthApps.created":"Aplicación OAuth creada","oauthApps.defaultScopes":"Ámbitos predeterminados","oauthApps.defaultScopesHelp":"Lista de ámbitos OAuth separados por espacios.","oauthApps.deleteConfirm":"Eliminar aplicación OAuth","oauthApps.deleteConfirmMessage":"¿Está seguro de que desea eliminar","oauthApps.deleteFailed":"Error al eliminar la aplicación OAuth","oauthApps.deleted":"Aplicación OAuth eliminada","oauthApps.description":"Configurar aplicaciones OAuth para integraciones de terceros.","oauthApps.disconnect":"Desconectar","oauthApps.displayName":"Nombre para mostrar","oauthApps.edit":"Editar aplicación OAuth","oauthApps.editDescription":"Actualizar la configuración de la aplicación OAuth.","oauthApps.empty":"No hay aplicaciones OAuth configuradas aún.","oauthApps.endpointsOptionalHelp":"Opcional. Déjelo en blanco para servidores MCP que admiten descubrimiento .well-known.","oauthApps.name":"Nombre","oauthApps.nameHelp":"Identificador en kebab-case (ej.: my-oauth-app). No se puede cambiar después de la creación.","oauthApps.notConnected":"No conectado","oauthApps.revocationEndpoint":"Endpoint de revocación","oauthApps.save":"Guardar","oauthApps.saveFailed":"Error al guardar la aplicación OAuth","oauthApps.saving":"Guardando...","oauthApps.status":"Estado","oauthApps.title":"Aplicaciones OAuth","oauthApps.tokenEndpoint":"Endpoint de token","oauthApps.updated":"Aplicación OAuth actualizada","oauthApps.usePkce":"Usar PKCE (recomendado)","pdf.close":"Cerrar","pdf.closeFullscreen":"Cerrar pantalla completa","pdf.download":"Descargar","pdf.failedToLoadViewer":"Error al cargar el visor PDF","pdf.fetchingDocumentFailed":"Error al obtener el documento","pdf.fitToWidth":"Ajustar al ancho","pdf.fullscreen":"Pantalla completa","pdf.instrumentedImages":"Imágenes instrumentadas","pdf.nextPage":"Página siguiente","pdf.noPdfAvailable":"No hay PDF disponible","pdf.originalImages":"Imágenes originales","pdf.page":"Página","pdf.pageOf":"Página {{pageNumber}} / {{totalPages}}","pdf.previousPage":"Página anterior","pdf.zoomIn":"Acercar","pdf.zoomOut":"Alejar","shell.accessDenied":"Acceso denegado","shell.applicationNotRegistered":"Aplicación no registrada","shell.organization":"Organización","shell.selectOrganization":"Seleccionar organización","shell.selectProject":"Seleccionar proyecto","signup.accountType":"Tipo de cuenta","signup.activelyExploring":"Explorando activamente LLM en un proyecto","signup.alreadyUsing":"Ya usando LLM en producción","signup.company":"Empresa","signup.companyDescription":"Para una empresa u organización.","signup.companyName":"Nombre de la empresa","signup.companySize":"Tamaño de la empresa","signup.companyWebsite":"Sitio web de la empresa","signup.justTesting":"Solo probando o evaluando LLM","signup.migratingLLMs":"Migrando a diferentes LLM","signup.other":"Otro","signup.personal":"Personal","signup.personalDescription":"Para uso personal o un equipo pequeño.","signup.pleaseEnterOrgName":"Por favor, ingresa un nombre de organización","signup.pleaseSelectAccountType":"Por favor, selecciona un tipo de cuenta","signup.pleaseSelectCompanySize":"Por favor, selecciona un tamaño de empresa","signup.projectMaturity":"Madurez del proyecto","signup.selectCompanySize":"Seleccionar tamaño de empresa","signup.selectProjectMaturity":"Seleccionar madurez del proyecto","signup.signUp":"Registrarse","signup.size1001to5000":"1001-5000 empleados","signup.size101to1000":"101-1000 empleados","signup.size11to100":"11-100 empleados","signup.size1to10":"1-10 empleados","signup.size5000plus":"5000+ empleados","signup.welcomeMessage":"Bienvenido a Vertesia, {{name}} ({{email}}).\nCuéntanos un poco sobre ti y estarás listo.\nNo se requiere tarjeta de crédito.","signup.wrongAccountGoBack":"Cuenta incorrecta, volver atrás","store.actions.addToCollection":"Agregar a colección","store.actions.addToCollectionBody":"Agregar los objetos seleccionados a una colección existente o crear una nueva.","store.actions.addToCollectionButton":"Agregar a colección","store.actions.addToCollectionDesc":"Agregar documentos a una colección","store.actions.addToCollectionFailure":"Error al agregar a la colección","store.actions.addToCollectionFailureDesc":"Error al agregar los objetos seleccionados a la colección","store.actions.addToCollectionSuccess":"Agregado a la colección exitosamente","store.actions.addToCollectionSuccessDesc":"Se agregaron {{count}} objetos a la colección seleccionada","store.actions.addToCollectionTitle":"Agregar a una colección","store.actions.areYouSure":"¿Estás seguro?","store.actions.cannotRemoveNoCollection":"No se pueden eliminar objetos: no se especificó ninguna colección","store.actions.changeContentType":"Cambiar tipo de contenido","store.actions.changeContentTypeDesc":"Cambiar el tipo de contenido de los documentos seleccionados","store.actions.changeType":"Cambiar tipo","store.actions.chooseExistingCollections":"Elegir de colecciones existentes","store.actions.chooseWorkflowRule":"Elige una regla de flujo de trabajo para iniciar:","store.actions.confirmDeleteAll":"¿Estás seguro de que quieres eliminar todos los objetos seleccionados? Esta acción no se puede deshacer.","store.actions.confirmDeleteSelected":"¿Estás seguro de que quieres eliminar los objetos seleccionados?\nEsto no los elimina de las colecciones.","store.actions.confirmRemoveFromCollection":"¿Estás seguro de que quieres eliminar los objetos seleccionados de esta colección?","store.actions.createNew":"Crear nuevo","store.actions.delete":"Eliminar","store.actions.deleteObjects":"Eliminar objetos","store.actions.deleteTheSelectedObjects":"Eliminar los objetos seleccionados","store.actions.errorChangingType":"Error al cambiar el tipo","store.actions.errorDeletingObjects":"Error al eliminar objetos","store.actions.errorExportProperties":"Error al exportar propiedades","store.actions.errorRemovingObjects":"Error al eliminar objetos de la colección","store.actions.errorStartingWorkflow":"Error al iniciar el flujo de trabajo","store.actions.exportAllObjectProperties":"Exportar todas las propiedades de los objetos","store.actions.exportProperties":"Exportar propiedades","store.actions.noCollectionContext":"Sin contexto de colección","store.actions.noObjectsSelected":"No hay objetos seleccionados","store.actions.pleaseSelectObjectsToDelete":"Por favor, selecciona objetos para eliminar","store.actions.pleaseSelectObjectsToRemove":"Por favor, selecciona objetos para eliminar de la colección","store.actions.removeFromCollection":"Eliminar de la colección","store.actions.removeFromCollectionDesc":"Eliminar los objetos seleccionados de esta colección","store.actions.selectCollection":"Seleccionar colección","store.actions.startWorkflow":"Iniciar flujo de trabajo","store.actions.startWorkflowByRule":"Iniciar un flujo de trabajo por regla","store.actions.startWorkflowDesc":"Iniciar un flujo de trabajo en los objetos seleccionados","store.actions.workflowStarted":"Flujo de trabajo iniciado","store.allowedContentTypes":"Tipos de contenido permitidos","store.allowedContentTypesOptionalDescription":"Opcionalmente selecciona qué tipos de contenido pueden agregarse a la colección. Si no se define, todos los tipos de contenido están permitidos.","store.allowedContentTypesSelectDescription":"Selecciona qué tipos de contenido pueden agregarse a la colección. Si no se define, todos los tipos de contenido están permitidos.","store.areYouSureDeleteCollection":"¿Estás seguro de que quieres eliminar esta colección? Esta acción no se puede deshacer.","store.audioFormatRequired":"Formato MP3, M4A, OGG, WAV o WebM requerido","store.automaticTypeDetection":"Detección automática de tipo","store.automaticTypeDetectionDescription":"Vertesia analizará el contenido y seleccionará el tipo más apropiado. Esto es recomendado para la mayoría de las subidas y asegura un procesamiento óptimo.","store.cancelEdit":"Cancelar","store.chooseAFormat":"Elegir un formato","store.chooseContentType":"Elegir un tipo de contenido...","store.chooseContentTypes":"Elegir tipos de contenido...","store.chooseWhatToExport":"Elegir qué exportar","store.clearSelection":"Limpiar selección","store.close":"Cerrar","store.collectionCreated":"Colección creada","store.collectionDeleted":"Colección eliminada","store.collectionFetchFailed":"Error al obtener la colección","store.collectionPropertiesUpdated":"Propiedades de la colección actualizadas","store.collectionUpdated":"Colección actualizada","store.collectionUpdatedSuccess":"La colección se ha actualizado correctamente","store.collectionsSelected":"{{count}} colecciones seleccionadas","store.configuration":"Configuración","store.confirmSelection":"Confirmar selección","store.contentCopied":"{{type}} copiado","store.contentExported":"Contenido exportado","store.contentType":"Tipo de contenido","store.convertingToPdf":"Convirtiendo a PDF...","store.copyFailed":"Error al copiar","store.createACollection":"Crear una colección","store.createCollection":"Crear colección","store.createType":"Crear tipo","store.created":"Creado","store.createdBy":"Creado por","store.deleteCollection":"Eliminar colección","store.documentExported":"Documento exportado","store.documentInformation":"Información del documento","store.documentListRefreshed":"Lista de documentos actualizada","store.documentListRefreshedDesc":"La lista de documentos se ha actualizado con tus archivos subidos.","store.documentPreview":"Vista previa del documento","store.downloadFailed":"Error en la descarga","store.dynamicCollection":"Colección dinámica","store.dynamicCollectionDescription":"Obtener dinámicamente el contenido de la colección basándose en una consulta. Si no está habilitado, el contenido debe ser añadido por usuarios o agentes.","store.editJson":"Editar JSON","store.editProperties":"Editar propiedades","store.editSchema":"Editar esquema","store.editText":"Editar texto","store.editingGenericDocument":"Editando propiedades de documento genérico","store.embeddings":"Embeddings","store.enableSyncMemberHeads":"Habilitar sincronización de versiones de miembros","store.error":"Error","store.errorCheckingDuplicates":"Hubo un error al verificar archivos duplicados","store.errorCreatingType":"Error al crear el tipo","store.errorInUploadProcessingCheck":"Error en la verificación del procesamiento de archivos","store.errorProcessingFiles":"Error al procesar archivos","store.errorSavingText":"Error al guardar el texto","store.errorSavingTextDefault":"Se produjo un error al guardar el contenido de texto.","store.errorUpdatingProperties":"Error al actualizar las propiedades","store.errorUpdatingPropertiesDefault":"Ocurrió un error al actualizar las propiedades.","store.exportFailed":"Error en la exportación","store.exportInProgress":"EXPORTACIÓN EN PROGRESO","store.failedToConvertToPdf":"Error al convertir a PDF","store.failedToCopy":"Error al copiar {{type}} al portapapeles","store.failedToCreateCollection":"Error al crear la colección","store.failedToDeleteCollection":"Error al eliminar la colección","store.failedToDownloadFile":"Error al descargar el archivo","store.failedToDownloadPdf":"Error al descargar el archivo PDF","store.failedToExportContent":"Error al exportar el contenido","store.failedToExportDocument":"Error al exportar el documento","store.failedToFetchRoleMappings":"Error al obtener los mapeos de roles","store.failedToFetchTypes":"Error al obtener los tipos de objetos","store.failedToFetchWorkflows":"Error al obtener los flujos de trabajo","store.failedToGetDownloadUrl":"Error al obtener la URL de descarga","store.failedToLoadDocument":"Error al cargar el documento","store.failedToLoadType":"Error al cargar el tipo","store.failedToUpdateCollection":"Error al actualizar la colección","store.failedToUpdateCollectionProperties":"Error al actualizar las propiedades de la colección","store.failedToUpdateSchema":"Error al actualizar el esquema","store.failedToUpdateSharedProperties":"Error al actualizar las propiedades compartidas","store.failedToUpdateSkipHeadSync":"Error al actualizar la sincronización de versiones","store.failedToUpdateTableLayout":"Error al actualizar la disposición de tabla","store.filesAnalyzedTitle":"Archivos analizados","store.filesReadyToProcess":"Archivos listos para procesar","store.filterByName":"Filtrar por nombre","store.fullText":"Texto completo","store.fullView":"Vista completa","store.getStartedCollections":"Comienza creando una nueva colección.","store.getStartedTypes":"Comienza creando un nuevo tipo.","store.id":"ID","store.invalidJson":"JSON inválido","store.invalidJsonSchema":"Esquema JSON inválido","store.invalidQueryJson":"JSON de consulta inválido","store.invalidTableLayout":"Disposición de tabla inválida","store.isChunkable":"Es fragmentable","store.limit":"Límite","store.loadingDocument":"Cargando documento...","store.loadingProcessingStatus":"Cargando estado de procesamiento...","store.na":"N/A","store.name":"Nombre","store.newCollections":"Nuevas colecciones","store.newVersionCreated":"Nueva versión creada","store.newVersionCreatedDesc":"Se ha creado una nueva versión con las propiedades actualizadas.","store.noAudioRendition":"No hay representación de audio compatible con web disponible","store.noCollections":"Sin colecciones","store.noCollectionsAvailable":"No hay colecciones disponibles.","store.noCollectionsFound":"No se encontraron colecciones.","store.noFilesSelected":"No hay archivos seleccionados","store.noObjectsDragAndDrop":"Sin objetos. Arrastra y suelta documentos o imágenes aquí para crear objetos de contenido.","store.noPreviewAvailable":"No hay vista previa disponible para este tipo de documento.","store.noProjectSelected":"No hay proyecto seleccionado","store.noPropertiesAvailable":"No hay propiedades disponibles para este documento.","store.noPropertiesDefined":"No hay propiedades definidas","store.noTranscriptAvailable":"No hay transcripción disponible","store.noType":"Sin tipo","store.noValidFilesSelected":"No hay archivos válidos seleccionados","store.noVideoRendition":"No hay representación de video compatible con web disponible","store.none":"Ninguno","store.openFullDocument":"Abrir documento completo","store.openFullDocumentView":"Abrir vista completa del documento","store.optional":"(Opcional)","store.pdfConversionFailed":"Error en la conversión PDF","store.pdfPreviewFullView":"La vista previa del documento PDF está disponible en vista completa.","store.pleaseFixJsonSyntax":"Por favor, corrige los errores de sintaxis JSON antes de guardar.","store.pleaseProvideName":"Por favor, proporciona un nombre para la colección","store.pleaseSelectValidFiles":"Por favor, selecciona archivos con contenido válido.","store.pleaseWait":"POR FAVOR ESPERA","store.preview":"Vista previa","store.previewProperties":"Vista previa de propiedades","store.processingFailedFor":"El procesamiento falló para {{name}}","store.processingFiles":"Procesando archivos","store.properties":"Propiedades","store.propertiesUpdated":"Propiedades actualizadas","store.propertiesUpdatedDesc":"Las propiedades del objeto se han actualizado correctamente.","store.query":"Consulta","store.queryDescription":"Define la consulta para obtener dinámicamente el contenido de la colección.","store.refresh":"Actualizar","store.renderingDocument":"Renderizando tu documento...","store.saveChanges":"Guardar cambios","store.saveText":"Guardar","store.schemaEditor":"Editor de esquema","store.schemaUpdated":"Esquema actualizado","store.schemaUpdatedSuccess":"El esquema se ha actualizado correctamente","store.search":"Buscar","store.searchCollections":"Buscar colecciones","store.searchFailed":"Error en la búsqueda","store.searchPlaceholder":"Escribe lo que buscas, o selecciona un filtro","store.searchTypes":"Buscar tipos","store.searching":"Buscando...","store.selectACollection":"Seleccionar una colección","store.selectContent":"Seleccionar contenido","store.selectContentType":"Seleccionar tipo de contenido","store.selectContentTypeAuto":"Selecciona un tipo de contenido o déjalo vacío para detección automática","store.selectContentTypeLabel":"Selecciona un tipo de contenido","store.selectPropertiesToShare":"Seleccionar propiedades a compartir","store.semanticChunking":"Fragmentación semántica","store.semanticSearch":"Búsqueda semántica","store.semanticSearchSettings":"Configuración de búsqueda semántica","store.sharedProperties":"Propiedades compartidas","store.sharedPropertiesDescription":"Agrega propiedades para compartir entre todos los miembros de la colección. Esta función requiere habilitar la sincronización de propiedades compartidas en el proyecto.","store.showingFirst128K":"Mostrando solo los primeros 128K caracteres","store.size":"Tamaño","store.staticCollection":"Colección estática","store.strictMode":"Modo estricto","store.successfullyCopied":"{{type}} copiado al portapapeles exitosamente","store.successfullyExportedTo":"Exportado exitosamente a {{format}}","store.syncMemberHeads":"Sincronizar versiones de miembros","store.syncMemberHeadsDescription":"Cuando se crea una nueva versión HEAD de un miembro, la colección se actualizará para apuntar a la nueva versión HEAD.","store.tableLayout":"Disposición de tabla","store.tableLayoutDescription":"Define una disposición personalizada para mostrar la colección en tablas.","store.tableLayoutUpdated":"Disposición de tabla actualizada","store.tableLayoutUpdatedDesc":"La disposición de tabla se ha actualizado correctamente","store.textConflict":"El documento fue modificado en otro lugar. Por favor, actualice e intente de nuevo.","store.textSaved":"Contenido de texto guardado","store.typeCreated":"Tipo creado","store.typeDescription":"Opcionalmente selecciona un tipo de contenido para asignar propiedades y datos personalizados a la colección.","store.typeSelectDescription":"Selecciona un tipo de contenido para asignar propiedades y datos personalizados a la colección.","store.unknown":"Desconocido","store.unsavedChanges":"Cambios sin guardar","store.updated":"Actualizado","store.updatedAt":"Actualizado el","store.updatedBy":"Actualizado por","store.updatedSharedProperties":"Propiedades compartidas actualizadas","store.updatedSkipHeadSync":"Configuración de sincronización de versiones actualizada","store.upload":"Subir","store.uploadComplete":"Subida completada","store.uploadIssues":"Problemas de subida","store.validationFailed":"Error de validación","store.videoFormatRequired":"Formato MP4 o WebM requerido","store.viewAsPdf":"Ver como PDF","store.viewAudio":"Ver audio","store.viewImage":"Ver imagen","store.viewInJsonFormat":"Ver en formato JSON","store.viewPdf":"Ver PDF","store.viewText":"Ver texto","store.viewTranscript":"Ver transcripción","store.viewVideo":"Ver video","store.viewingNewVersion":"Viendo nueva versión","store.viewingNewVersionDefault":"Ahora viendo la nueva versión","store.viewingVersionLabel":"Ahora viendo la versión '{{label}}'","theme.dark":"Oscuro","theme.label":"Tema","theme.light":"Claro","theme.system":"Sistema","type.description":"Descripción","type.name":"Nombre","type.nameRequired":"El nombre es obligatorio","upload.allFilesExist":"Los {{count}} archivo(s) ya existen en el sistema y serán omitidos. Puedes continuar para ver los resultados.","upload.analyzingFiles":"Analizando archivos...","upload.checkingForDuplicates":"Verificando duplicados y actualizaciones","upload.collectionLabel":"Colección:","upload.contentTypeTooltip":"Selecciona un tipo de contenido para aplicar a los archivos subidos. Si se deja vacío, Vertesia detectará automáticamente el tipo según el contenido del archivo.","upload.continue":"Continuar","upload.dragAndDrop":"Arrastra y suelta archivos aquí o haz clic para seleccionar","upload.errorAnalyzingFiles":"Hubo un error al analizar los archivos","upload.failedToUpload":"Error al subir","upload.fileAnalysisResults":"Resultados del análisis de archivos","upload.filesAnalyzed":"Archivos analizados","upload.filesProcessed_many":"{{count}} archivos procesados","upload.filesProcessed_one":"{{count}} archivo procesado","upload.filesProcessed_other":"{{count}} archivos procesados","upload.filesReadyToProcess_one":"{{count}} archivo está listo para procesar","upload.filesReadyToProcess_other":"{{count}} archivos están listos para procesar","upload.filesToSkip_one":"{{count}} archivo ya está en el sistema y será omitido.","upload.filesToSkip_other":"{{count}} archivos ya están en el sistema y serán omitidos.","upload.folderLabel":"Carpeta:","upload.inCollection":" en la colección '{{collection}}'","upload.inFolder":" en la carpeta '{{location}}'","upload.new":"Nuevo","upload.noFilesToProcess":"No hay archivos para procesar.","upload.noItems":"No hay elementos para mostrar","upload.preparingFiles_many":"Preparando para subir {{count}} archivos...","upload.preparingFiles_one":"Preparando para subir {{count}} archivo...","upload.preparingFiles_other":"Preparando para subir {{count}} archivos...","upload.preparingFolder_many":"Preparando para subir {{folderCount}} carpetas con {{fileCount}} archivos...","upload.preparingFolder_one":"Preparando para subir 1 carpeta con {{fileCount}} archivos...","upload.preparingFolder_other":"Preparando para subir {{folderCount}} carpetas con {{fileCount}} archivos...","upload.processedCount":"{{processed}}/{{total}} archivos procesados...","upload.processingFilesAction":"Procesando archivos ({{action}})","upload.selectFiles":"Seleccionar archivos","upload.selectFolder":"Seleccionar carpeta","upload.skip":"Omitir","upload.skippedAlreadyExisted":"Omitido (ya existía)","upload.successfullyUpdated":"Actualizado exitosamente","upload.successfullyUploaded":"Subido exitosamente","upload.update":"Actualizar","upload.uploadComplete":"Subida completada","upload.uploadFiles":"Subir archivos","upload.uploadLocation":"Ubicación de subida:","upload.uploadMore":"Subir más","upload.uploadProcessInterrupted":"Proceso de subida interrumpido","upload.uploadingFiles":"Subiendo archivos","upload.useAutoDetection":"Usar detección automática de tipo","upload.useTypeName":"Usar {{typeName}}","user.account":"Cuenta:","user.agentOnBehalfOf":"Agente en nombre de","user.agentOnBehalfOfApiKey":"Agente en nombre de la clave API","user.appVersion":"Versión de la aplicación","user.environment":"Entorno","user.failedToFetchApiKey":"Error al obtener la clave API","user.failedToFetchGroup":"Error al obtener el grupo","user.failedToFetchUser":"Error al obtener el usuario","user.groupId":"ID del grupo: {{id}}","user.key":"Clave:","user.organizationId":"ID de la organización","user.organizationRoles":"Roles en la organización","user.privateKey":"Clave privada","user.project":"Proyecto:","user.projectId":"ID del proyecto","user.projectRoles":"Roles en el proyecto","user.schedule":"Programar {{title}}","user.sdkVersion":"Versión del SDK","user.server":"Servidor","user.serviceAccount":"Cuenta de servicio","user.serviceAccountDescription":"Este usuario es utilizado por robots como los workers de flujo de trabajo.","user.store":"Store","user.systemUser":"Usuario del sistema","user.systemUserDescription":"El usuario del sistema se utiliza para inicializar objetos integrados.","user.tenantId":"ID del tenant","user.unknown":"desconocido","user.unknownUser":"Usuario desconocido","user.unknownUserDescription":"La información del usuario no está disponible.","user.unnamedGroup":"Grupo sin nombre","user.user":"Usuario","user.userId":"ID de usuario","widgets.schema.editDescription":"Editar descripción","widgets.schema.invalidPropertyDeclaration":"Declaración de propiedad inválida"}},fr:{[w]:{"agent.actions":"Actions","agent.activeWorkstreams_many":"L'agent a {{count}} flux de travail actifs en cours","agent.activeWorkstreams_one":"L'agent a {{count}} flux de travail actif en cours","agent.activeWorkstreams_other":"L'agent a {{count}} flux de travail actifs en cours","agent.agentConversation":"Conversation avec l'agent","agent.agentInterrupted":"Agent interrompu","agent.agentPlan":"Plan de l'agent","agent.agentProcessing":"L'agent est en cours de traitement, vous pourrez continuer une fois terminé...","agent.agentStarted":"Agent démarré","agent.agentWorking":"L'agent travaille... (Échap Échap pour arrêter)","agent.agentWorkingStop":"L'agent travaille... Appuyez deux fois sur Échap ou cliquez sur Arrêter pour interrompre","agent.allMessages":"Tous les messages","agent.artifacts":"Artefacts","agent.askAnything":"Posez une question... (glissez ou collez des fichiers)","agent.batch":"Lot","agent.cancelWorkflow":"Annuler le workflow","agent.canceling":"annulation","agent.clickToEnlarge":"Cliquer pour agrandir","agent.close":"Fermer","agent.closeFullscreen":"Fermer le plein écran","agent.completed":"Terminé","agent.conversationForked":"Conversation dupliquée","agent.conversationRestarted":"Conversation redémarrée","agent.copied":"Copié","agent.copiedAllToolCalls":"Tous les appels d'outils copiés dans le presse-papiers","agent.copiedBatchDetails":"Détails du lot copiés dans le presse-papiers","agent.copiedToClipboard":"Copié dans le presse-papiers","agent.copy":"Copier","agent.copyAllToolCalls":"Copier tous les appels d'outils","agent.copyBatchDetails":"Copier les détails du lot","agent.copyMessage":"Copier le message","agent.copyRunId":"Copier l'ID d'exécution","agent.copyToClipboard":"Copier dans le presse-papiers","agent.dashboard":"Tableau de bord","agent.details":"Détails","agent.document":"Document","agent.documentAttachments":"Pièces jointes","agent.documentAttachmentsDescription":"Documents du store attachés à ce message. L'agent peut les récupérer par ID à tout moment, ou les rattacher pour inclure le contenu directement.","agent.documents":"Documents","agent.download":"Télécharger","agent.downloadConversation":"Télécharger la conversation","agent.dropFilesToUpload":"Déposez des fichiers pour les envoyer","agent.elapsed":"{{seconds}}s écoulées","agent.enlargedView":"Vue agrandie","agent.enterMessage":"Saisissez un message pour démarrer une conversation","agent.enterToSend":"Entrée pour envoyer • Maj+Entrée pour nouvelle ligne","agent.error":"Erreur","agent.errorStarting":"Erreur lors du démarrage du workflow","agent.exit":"Quitter","agent.exitFullscreen":"Quitter le plein écran","agent.export":"Exporter","agent.exportAsPdf":"Exporter en PDF","agent.exportAsPng":"Exporter en PNG","agent.exportAsWord":"Exporter en Word","agent.exportMessage":"Exporter le message","agent.exporting":"Exportation...","agent.failedToCancelWorkflow":"Échec de l'annulation du workflow","agent.failedToDownload":"Échec du téléchargement de la conversation","agent.failedToForkConversation":"Échec de la duplication de la conversation","agent.failedToInterrupt":"Échec de l'interruption","agent.failedToLoadDocument":"Échec du chargement du document","agent.failedToRenderMessage":"Échec du rendu du message","agent.failedToRestartConversation":"Échec du redémarrage de la conversation","agent.failedToSend":"Échec de l'envoi du message","agent.filesProcessing":"Fichiers en cours de traitement","agent.filesStagedCount_many":"{{count}} fichiers en attente - seront importés au début de la conversation","agent.filesStagedCount_one":"{{count}} fichier en attente - sera importé au début de la conversation","agent.filesStagedCount_other":"{{count}} fichiers en attente - seront importés au début de la conversation","agent.filesUploadedDescription":"Les fichiers téléversés dans cette conversation restent disponibles tout au long. L'agent peut y accéder à tout moment.","agent.forkConversation":"Dupliquer la conversation","agent.fullscreen":"Plein écran","agent.hideDetails":"Masquer les détails","agent.hideSidebar":"Masquer le panneau","agent.hideThinkingDetails":"Masquer les détails de réflexion","agent.inProgress":"En cours","agent.linkObject":"Lier un objet","agent.loadingArtifacts":"Chargement des artefacts...","agent.loadingDocument":"Chargement du document...","agent.main":"Principal","agent.mainWorkstream":"Flux principal","agent.moreActions":"Plus d'actions","agent.newerPlan":"Plan plus récent","agent.no":"Non","agent.noActiveWorkstreams":"Aucun flux actif","agent.noAgentRunning":"Aucun agent en cours d'exécution","agent.noArtifactsYet":"Aucun artefact","agent.noContentAvailable":"Aucun contenu disponible","agent.noContentToExport":"Aucun contenu à exporter","agent.noConversationContent":"Aucun contenu de conversation disponible pour l'export","agent.noDocumentsOpen":"Aucun document ouvert","agent.noFilesUploadedYet":"Aucun fichier envoyé","agent.noMessagesInWorkstream":"Aucun message dans ce flux de travail pour le moment...","agent.noPlanAvailable":"Aucun plan disponible","agent.noPlanDetected":"Aucun plan détecté pour le moment","agent.olderPlan":"Plan précédent","agent.openDocument":"Ouvrir le document","agent.openInNewTab":"Ouvrir dans un nouvel onglet","agent.pdfExportFailed":"Échec de l'export PDF","agent.pdfExportReady":"Export PDF prêt","agent.pending":"En attente","agent.plan":"Plan","agent.planProgress":"Progression du plan","agent.plansWillAppear":"Les plans apparaîtront ici lorsque l'agent en créera un","agent.printDialogDescription":"Utilisez la boîte de dialogue d'impression de votre navigateur pour enregistrer en PDF","agent.processing":"Traitement en cours...","agent.ready":"Prêt","agent.refresh":"Actualiser","agent.remaining":"{{seconds}}s restantes","agent.resizeRightPanel":"Redimensionner le panneau droit","agent.restartConversation":"Redémarrer la conversation","agent.retry":"Réessayer","agent.runIdCopied":"ID d'exécution copié","agent.running":"en cours","agent.searchDocuments":"Rechercher des documents","agent.selectInteraction":"Sélectionnez une interaction et cliquez sur Démarrer pour lancer un agent","agent.send":"Envoyer","agent.showAllMessages":"Afficher tous les messages","agent.showDetails":"Afficher les détails","agent.showSidebar":"Afficher le panneau","agent.staged":"En attente","agent.startAgent":"Démarrer l'agent","agent.startNewConversation":"Nouvelle conversation","agent.startingAgent":"Démarrage de l'agent...","agent.startingAgentUploading":"Démarrage de l'agent et téléversement des fichiers...","agent.stepByStepPlan":"Plan étape par étape","agent.stop":"Arrêter","agent.stopAgent":"Arrêter l'agent","agent.submitSelection":"Valider la sélection","agent.submitSelectionCount_many":"Valider la sélection ({{count}})","agent.submitSelectionCount_one":"Valider la sélection ({{count}})","agent.submitSelectionCount_other":"Valider la sélection ({{count}})","agent.summary":"Résumé","agent.taskProgress":"Progression des tâches","agent.toggleRightSidebar":"Basculer le panneau latéral","agent.typeNewInstructions":"Saisissez votre message pour donner de nouvelles instructions","agent.typeQuestionBelow":"Saisissez votre question ci-dessous et appuyez sur Entrée ou cliquez sur {{buttonText}} pour commencer","agent.typeYourMessage":"Saisissez votre message...","agent.typeYourResponse":"Saisissez votre réponse...","agent.unableToOpenPrint":"Impossible d'ouvrir l'aperçu d'impression","agent.unknownError":"Erreur inconnue","agent.unknownTime":"Heure inconnue","agent.upload":"Importer","agent.uploadFailed":"Échec de l'envoi","agent.uploadedFiles":"Fichiers envoyés","agent.uploading":"Envoi en cours...","agent.uploads":"Envois","agent.waitForFiles":"Attendez la fin du traitement des fichiers","agent.waitForFilesProcessing":"Veuillez attendre la fin du traitement de tous les fichiers avant d'envoyer","agent.waiting":"En attente...","agent.waitingForAgentResponse":"En attente de la réponse de l'agent...","agent.workflowCancelled":"Workflow annulé","agent.working":"En cours...","agent.workstreams":"Flux de travail","agent.yes":"Oui","auth.continueWithEnterprise":"Continuer avec SSO Entreprise","auth.continueWithGithub":"Continuer avec GitHub","auth.continueWithGoogle":"Continuer avec Google","auth.continueWithMicrosoft":"Continuer avec Microsoft","auth.enterEnterpriseEmail":"Entrez votre email professionnel","auth.error":"Erreur : {{message}}","auth.firstTimeDetails":"Nous vous poserons quelques questions et vous serez prêt.","auth.firstTimeMessage":"Première visite ? Pas de souci, c'est gratuit à essayer !","auth.goBack":"Retour","auth.invalidEmail":"Adresse email invalide","auth.logInOrSignUp":"Se connecter ou s'inscrire","auth.needToMakeChange":"Besoin de modifier ?","auth.or":"OU","auth.privacyPolicy":"Politique de confidentialité","auth.signInError":"Désolé, nous n'avons pas pu vous connecter.","auth.signInErrorContact":"Veuillez réessayer ou contacter","auth.signInErrorPersists":"si le problème persiste.","auth.tenantNotFound":"Organisation introuvable","auth.termsOfService":"Conditions d'utilisation","errors.failedToLoadTenantConfig":"Échec du chargement de la configuration du tenant","errors.somethingWentWrong":"Désolé, une erreur est survenue...","errors.teamNotifiedLine1":"Notre équipe a été informée et travaillera rapidement à la résolution du problème.","errors.teamNotifiedLine2":"Si vous souhaitez escalader ou simplement nous contacter, veuillez nous envoyer un e-mail à","filter.clearAll":"Tout effacer","filter.filter":"Filtrer","filter.filterBy":"Filtrer par {{view}}","filter.filterPlaceholder":"Filtrer...","filter.from":"De :","filter.noAvailableFilters":"Aucun filtre disponible","filter.noMatchingFilters":"Aucun filtre correspondant","filter.noResultsFound":"Aucun résultat trouvé.","filter.selectRange":"Sélectionner une plage","filter.to":"À :","form.clickToRemove":"cliquer pour supprimer","form.createValue":'Créer "{{value}}"',"form.filter":"Filtrer...","form.noMoreOptions":"Plus d'options disponibles","form.noOptionsFound":"Aucune option trouvée","layout.pageNotFound":"Page non trouvée","layout.search":"Rechercher","layout.searchPlaceholder":"Rechercher...","login.accept":"Accepter","login.reject":"Refuser","login.reviewInvites":"Examiner les invitations","login.terminal.account":"Compte","login.terminal.accountRequired":"Le compte est requis","login.terminal.accountRequiredDesc":"Veuillez sélectionner un compte pour autoriser le client à accéder aux serveurs ComposablePrompts","login.terminal.authPayloadCopied":"Payload d'authentification copié","login.terminal.authPayloadCopiedSuccess":"Vous pouvez fermer cette page. Le CLI devrait avoir reçu le jeton.","login.terminal.authPayloadCopiedWithError":"Vous pouvez coller le payload dans le terminal. Note : le CLI n'a pas reçu le jeton. Une erreur est survenue : {{error}}","login.terminal.authorizeClient":"Autoriser le client","login.terminal.browserPermissionNote":"Note : si votre navigateur demande l'autorisation d'accéder à votre réseau local, veuillez l'accepter. Cela est nécessaire pour envoyer le jeton d'autorisation au CLI. Sinon, vous devrez copier/coller le jeton manuellement dans votre terminal.","login.terminal.chooseAccountProject":"Vous devez choisir le compte et le projet cibles pour l'accès du client.","login.terminal.clientAuthenticated":"Le client est authentifié. Vous pouvez fermer cette page.","login.terminal.clientWantsAuth":"Une application cliente souhaite une autorisation pour accéder aux serveurs ComposablePrompts en votre nom.","login.terminal.copyAuthPayload":"Copier le payload d'authentification","login.terminal.envLocalDev":"Dev local","login.terminal.envProduction":"Production","login.terminal.envStaging":"Staging","login.terminal.errorAuthorizingClient":"Erreur lors de l'autorisation du client","login.terminal.errorLoadingProjects":"Erreur lors du chargement des projets","login.terminal.failedToGetToken":"Échec de l'obtention du jeton composable","login.terminal.failedToSendToken":"Échec de l'envoi du jeton d'autorisation au CLI","login.terminal.failedToSendTokenDesc":'Cela peut se produire en raison des vérifications de sécurité sur Safari. L\'erreur est "{{error}}"',"login.terminal.invalidRequest":"Requête invalide","login.terminal.invalidRequestDesc":"Cette page doit être appelée par un client terminal pour s'authentifier auprès des serveurs ComposablePrompts","login.terminal.profileName":"Nom du profil","login.terminal.profileNameNote":"Entrez également un nom de profil qui sera utilisé pour sauvegarder l'autorisation dans la configuration de votre client.","login.terminal.profileRequired":"Le profil est requis","login.terminal.profileRequiredDesc":"Veuillez saisir un nom de profil pour sauvegarder l'autorisation du client","login.terminal.project":"Projet","login.terminal.projectRequired":"Le projet est requis","login.terminal.projectRequiredDesc":"Veuillez sélectionner un projet pour autoriser le client à accéder aux serveurs ComposablePrompts","login.terminal.selectAccount":"Sélectionner un compte","login.terminal.selectProject":"Sélectionner un projet","misc.copiedToClipboard":"Copié dans le presse-papiers","misc.copy":"Copier","misc.failedToCopy":"Échec de la copie","misc.noData":"Aucune donnée à afficher","misc.tableView":"Vue tableau","misc.thumbnailView":"Vue miniatures","modal.cancel":"Annuler","modal.confirm":"Confirmer","modal.delete.error":"Une erreur est survenue lors de la suppression de l'objet","modal.delete.failed":"Échec de la suppression","modal.delete.succeeded":"Suppression réussie","modal.save":"Enregistrer","modal.saveChanges":"Enregistrer les modifications","modal.saveVersion.createDescription":"Créer une nouvelle révision avec ces modifications de propriétés tout en préservant l'original.","modal.saveVersion.createNew":"Créer une nouvelle version","modal.saveVersion.createWithFileDescription":"Créer une nouvelle révision avec le fichier de remplacement tout en préservant l'original.","modal.saveVersion.howToSave":"Comment souhaitez-vous enregistrer ces modifications ?","modal.saveVersion.replaceFile":"Vous êtes sur le point de remplacer le fichier avec :","modal.saveVersion.updateCurrent":"Mettre à jour la version actuelle","modal.saveVersion.updateDescription":"Modifier les propriétés directement dans la révision actuelle.","modal.saveVersion.updateWithFileDescription":"Remplacer le fichier et modifier les propriétés directement dans la révision actuelle.","modal.saveVersion.versionLabel":"Libellé de version (Optionnel)","modal.saveVersion.versionLabelDescription":"Libellé optionnel pour la nouvelle version.","modal.saveVersion.versionLabelPlaceholder":"ex. v1.2, approuvé, post-revue","oauthApps.authenticate":"S'authentifier","oauthApps.authenticating":"Authentification en cours...","oauthApps.authorizationEndpoint":"Point de terminaison d'autorisation","oauthApps.cancel":"Annuler","oauthApps.clientId":"Client ID","oauthApps.clientSecret":"Client Secret","oauthApps.clientSecretConfigured":"Secret configuré (laisser vide pour conserver)","oauthApps.clientSecretHelp":"Optionnel. Requis pour les clients confidentiels. Chiffré au repos.","oauthApps.clientSecretPlaceholder":"Saisir le client secret","oauthApps.connect":"Connecter","oauthApps.connected":"Connecté","oauthApps.create":"Créer","oauthApps.createDescription":"Configurer une nouvelle application OAuth pour ce projet.","oauthApps.created":"Application OAuth créée","oauthApps.defaultScopes":"Portées par défaut","oauthApps.defaultScopesHelp":"Liste de portées OAuth séparées par des espaces.","oauthApps.deleteConfirm":"Supprimer l'application OAuth","oauthApps.deleteConfirmMessage":"Êtes-vous sûr de vouloir supprimer","oauthApps.deleteFailed":"Échec de la suppression de l'application OAuth","oauthApps.deleted":"Application OAuth supprimée","oauthApps.description":"Configurer les applications OAuth pour les intégrations tierces.","oauthApps.disconnect":"Déconnecter","oauthApps.displayName":"Nom d'affichage","oauthApps.edit":"Modifier l'application OAuth","oauthApps.editDescription":"Mettre à jour la configuration de l'application OAuth.","oauthApps.empty":"Aucune application OAuth configurée pour le moment.","oauthApps.endpointsOptionalHelp":"Optionnel. Laissez vide pour les serveurs MCP qui supportent la découverte .well-known.","oauthApps.name":"Nom","oauthApps.nameHelp":"Identifiant en kebab-case (ex : my-oauth-app). Ne peut pas être modifié après la création.","oauthApps.notConnected":"Non connecté","oauthApps.revocationEndpoint":"Point de terminaison de révocation","oauthApps.save":"Enregistrer","oauthApps.saveFailed":"Échec de l'enregistrement de l'application OAuth","oauthApps.saving":"Enregistrement...","oauthApps.status":"Statut","oauthApps.title":"Applications OAuth","oauthApps.tokenEndpoint":"Point de terminaison de jeton","oauthApps.updated":"Application OAuth mise à jour","oauthApps.usePkce":"Utiliser PKCE (recommandé)","pdf.close":"Fermer","pdf.closeFullscreen":"Fermer le plein écran","pdf.download":"Télécharger","pdf.failedToLoadViewer":"Échec du chargement du visualiseur PDF","pdf.fetchingDocumentFailed":"Échec de la récupération du document","pdf.fitToWidth":"Ajuster à la largeur","pdf.fullscreen":"Plein écran","pdf.instrumentedImages":"Images instrumentées","pdf.nextPage":"Page suivante","pdf.noPdfAvailable":"Aucun PDF disponible","pdf.originalImages":"Images originales","pdf.page":"Page","pdf.pageOf":"Page {{pageNumber}} / {{totalPages}}","pdf.previousPage":"Page précédente","pdf.zoomIn":"Zoom avant","pdf.zoomOut":"Zoom arrière","shell.accessDenied":"Accès refusé","shell.applicationNotRegistered":"Application non enregistrée","shell.organization":"Organisation","shell.selectOrganization":"Sélectionner l'organisation","shell.selectProject":"Sélectionner le projet","signup.accountType":"Type de compte","signup.activelyExploring":"Exploration active des LLM sur un projet","signup.alreadyUsing":"Utilisation des LLM en production","signup.company":"Entreprise","signup.companyDescription":"Pour une entreprise ou une organisation.","signup.companyName":"Nom de l'entreprise","signup.companySize":"Taille de l'entreprise","signup.companyWebsite":"Site web de l'entreprise","signup.justTesting":"Test ou évaluation des LLM","signup.migratingLLMs":"Migration vers d'autres LLM","signup.other":"Autre","signup.personal":"Personnel","signup.personalDescription":"Pour un usage personnel ou une petite équipe.","signup.pleaseEnterOrgName":"Veuillez saisir un nom d'organisation","signup.pleaseSelectAccountType":"Veuillez sélectionner un type de compte","signup.pleaseSelectCompanySize":"Veuillez sélectionner une taille d'entreprise","signup.projectMaturity":"Maturité du projet","signup.selectCompanySize":"Sélectionner la taille de l'entreprise","signup.selectProjectMaturity":"Sélectionner la maturité du projet","signup.signUp":"S'inscrire","signup.size1001to5000":"1001-5000 employés","signup.size101to1000":"101-1000 employés","signup.size11to100":"11-100 employés","signup.size1to10":"1-10 employés","signup.size5000plus":"5000+ employés","signup.welcomeMessage":"Bienvenue sur Vertesia, {{name}} ({{email}}).\nVeuillez nous en dire un peu plus sur vous et vous serez prêt.\nAucune carte de crédit n'est requise.","signup.wrongAccountGoBack":"Mauvais compte, revenir en arrière","store.actions.addToCollection":"Ajouter à la collection","store.actions.addToCollectionBody":"Ajouter les objets sélectionnés à une collection existante ou en créer une nouvelle.","store.actions.addToCollectionButton":"Ajouter à la collection","store.actions.addToCollectionDesc":"Ajouter des documents à une collection","store.actions.addToCollectionFailure":"Échec de l'ajout à la collection","store.actions.addToCollectionFailureDesc":"Échec de l'ajout des objets sélectionnés à la collection","store.actions.addToCollectionSuccess":"Ajout à la collection réussi","store.actions.addToCollectionSuccessDesc":"{{count}} objets ajoutés à la collection sélectionnée","store.actions.addToCollectionTitle":"Ajouter à une collection","store.actions.areYouSure":"Êtes-vous sûr ?","store.actions.cannotRemoveNoCollection":"Impossible de retirer les objets : aucune collection spécifiée","store.actions.changeContentType":"Changer le type de contenu","store.actions.changeContentTypeDesc":"Changer le type de contenu des documents sélectionnés","store.actions.changeType":"Changer le type","store.actions.chooseExistingCollections":"Choisir parmi les collections existantes","store.actions.chooseWorkflowRule":"Choisissez une règle de workflow à démarrer :","store.actions.confirmDeleteAll":"Êtes-vous sûr de vouloir supprimer tous les objets sélectionnés ? Cette action est irréversible.","store.actions.confirmDeleteSelected":"Êtes-vous sûr de vouloir supprimer les objets sélectionnés ?\nCela ne les retire pas des collections.","store.actions.confirmRemoveFromCollection":"Êtes-vous sûr de vouloir retirer les objets sélectionnés de cette collection ?","store.actions.createNew":"Créer nouveau","store.actions.delete":"Supprimer","store.actions.deleteObjects":"Supprimer les objets","store.actions.deleteTheSelectedObjects":"Supprimer les objets sélectionnés","store.actions.errorChangingType":"Erreur lors du changement de type","store.actions.errorDeletingObjects":"Erreur lors de la suppression des objets","store.actions.errorExportProperties":"Erreur lors de l'export des propriétés","store.actions.errorRemovingObjects":"Erreur lors du retrait des objets de la collection","store.actions.errorStartingWorkflow":"Erreur lors du démarrage du workflow","store.actions.exportAllObjectProperties":"Exporter toutes les propriétés des objets","store.actions.exportProperties":"Exporter les propriétés","store.actions.noCollectionContext":"Aucun contexte de collection","store.actions.noObjectsSelected":"Aucun objet sélectionné","store.actions.pleaseSelectObjectsToDelete":"Veuillez sélectionner des objets à supprimer","store.actions.pleaseSelectObjectsToRemove":"Veuillez sélectionner des objets à retirer de la collection","store.actions.removeFromCollection":"Retirer de la collection","store.actions.removeFromCollectionDesc":"Retirer les objets sélectionnés de cette collection","store.actions.selectCollection":"Sélectionner une collection","store.actions.startWorkflow":"Démarrer un workflow","store.actions.startWorkflowByRule":"Démarrer un workflow par règle","store.actions.startWorkflowDesc":"Démarrer un workflow sur les objets sélectionnés","store.actions.workflowStarted":"Workflow démarré","store.allowedContentTypes":"Types de contenu autorisés","store.allowedContentTypesOptionalDescription":"Sélectionnez optionnellement les types de contenu pouvant être ajoutés à la collection. Si non défini, tous les types de contenu sont autorisés.","store.allowedContentTypesSelectDescription":"Sélectionnez les types de contenu pouvant être ajoutés à la collection. Si non défini, tous les types de contenu sont autorisés.","store.areYouSureDeleteCollection":"Êtes-vous sûr de vouloir supprimer cette collection ? Cette action est irréversible.","store.audioFormatRequired":"Format MP3, M4A, OGG, WAV ou WebM requis","store.automaticTypeDetection":"Détection automatique du type","store.automaticTypeDetectionDescription":"Vertesia analysera le contenu et sélectionnera le type le plus approprié. Ceci est recommandé pour la plupart des imports et garantit un traitement optimal.","store.cancelEdit":"Annuler","store.chooseAFormat":"Choisir un format","store.chooseContentType":"Choisir un type de contenu...","store.chooseContentTypes":"Choisir des types de contenu...","store.chooseWhatToExport":"Choisir quoi exporter","store.clearSelection":"Effacer la sélection","store.close":"Fermer","store.collectionCreated":"Collection créée","store.collectionDeleted":"Collection supprimée","store.collectionFetchFailed":"Échec de la récupération de la collection","store.collectionPropertiesUpdated":"Propriétés de la collection mises à jour","store.collectionUpdated":"Collection mise à jour","store.collectionUpdatedSuccess":"La collection a été mise à jour avec succès","store.collectionsSelected":"{{count}} collections sélectionnées","store.configuration":"Configuration","store.confirmSelection":"Confirmer la sélection","store.contentCopied":"{{type}} copié","store.contentExported":"Contenu exporté","store.contentType":"Type de contenu","store.convertingToPdf":"Conversion en PDF...","store.copyFailed":"Échec de la copie","store.createACollection":"Créer une collection","store.createCollection":"Créer une collection","store.createType":"Créer un type","store.created":"Créé","store.createdBy":"Créé par","store.deleteCollection":"Supprimer la collection","store.documentExported":"Document exporté","store.documentInformation":"Informations du document","store.documentListRefreshed":"Liste des documents actualisée","store.documentListRefreshedDesc":"La liste des documents a été mise à jour avec vos fichiers envoyés.","store.documentPreview":"Aperçu du document","store.downloadFailed":"Échec du téléchargement","store.dynamicCollection":"Collection dynamique","store.dynamicCollectionDescription":"Récupérer dynamiquement le contenu de la collection à partir d'une requête. Si non activé, le contenu doit être ajouté par des utilisateurs ou des agents.","store.editJson":"Modifier le JSON","store.editProperties":"Modifier les propriétés","store.editSchema":"Modifier le schéma","store.editText":"Modifier le texte","store.editingGenericDocument":"Modification des propriétés d'un document générique","store.embeddings":"Embeddings","store.enableSyncMemberHeads":"Activer la synchronisation des versions membres","store.error":"Erreur","store.errorCheckingDuplicates":"Une erreur est survenue lors de la vérification des doublons","store.errorCreatingType":"Erreur lors de la création du type","store.errorInUploadProcessingCheck":"Erreur lors de la vérification du traitement des fichiers","store.errorProcessingFiles":"Erreur lors du traitement des fichiers","store.errorSavingText":"Échec de l'enregistrement du texte","store.errorSavingTextDefault":"Une erreur est survenue lors de l'enregistrement du contenu textuel.","store.errorUpdatingProperties":"Erreur lors de la mise à jour des propriétés","store.errorUpdatingPropertiesDefault":"Une erreur est survenue lors de la mise à jour des propriétés.","store.exportFailed":"Échec de l'export","store.exportInProgress":"EXPORT EN COURS","store.failedToConvertToPdf":"Échec de la conversion en PDF","store.failedToCopy":"Échec de la copie de {{type}} dans le presse-papiers","store.failedToCreateCollection":"Échec de la création de la collection","store.failedToDeleteCollection":"Échec de la suppression de la collection","store.failedToDownloadFile":"Échec du téléchargement du fichier","store.failedToDownloadPdf":"Échec du téléchargement du fichier PDF","store.failedToExportContent":"Échec de l'export du contenu","store.failedToExportDocument":"Échec de l'export du document","store.failedToFetchRoleMappings":"Échec de la récupération des rôles","store.failedToFetchTypes":"Échec de la récupération des types d'objets","store.failedToFetchWorkflows":"Échec de la récupération des workflows","store.failedToGetDownloadUrl":"Échec de l'obtention de l'URL de téléchargement","store.failedToLoadDocument":"Échec du chargement du document","store.failedToLoadType":"Échec du chargement du type","store.failedToUpdateCollection":"Échec de la mise à jour de la collection","store.failedToUpdateCollectionProperties":"Échec de la mise à jour des propriétés de la collection","store.failedToUpdateSchema":"Échec de la mise à jour du schéma","store.failedToUpdateSharedProperties":"Échec de la mise à jour des propriétés partagées","store.failedToUpdateSkipHeadSync":"Échec de la mise à jour de la synchronisation des versions","store.failedToUpdateTableLayout":"Échec de la mise à jour de la disposition du tableau","store.filesAnalyzedTitle":"Fichiers analysés","store.filesReadyToProcess":"Fichiers prêts à traiter","store.filterByName":"Filtrer par nom","store.fullText":"Texte intégral","store.fullView":"Vue complète","store.getStartedCollections":"Commencez par créer une nouvelle collection.","store.getStartedTypes":"Commencez par créer un nouveau type.","store.id":"ID","store.invalidJson":"JSON invalide","store.invalidJsonSchema":"Schéma JSON invalide","store.invalidQueryJson":"JSON de requête invalide","store.invalidTableLayout":"Disposition de tableau invalide","store.isChunkable":"Est découpable","store.limit":"Limite","store.loadingDocument":"Chargement du document...","store.loadingProcessingStatus":"Chargement de l'état de traitement...","store.na":"N/A","store.name":"Nom","store.newCollections":"Nouvelles collections","store.newVersionCreated":"Nouvelle version créée","store.newVersionCreatedDesc":"Une nouvelle version avec les propriétés mises à jour a été créée.","store.noAudioRendition":"Aucun rendu audio compatible web disponible","store.noCollections":"Aucune collection","store.noCollectionsAvailable":"Aucune collection disponible.","store.noCollectionsFound":"Aucune collection trouvée.","store.noFilesSelected":"Aucun fichier sélectionné","store.noObjectsDragAndDrop":"Aucun objet. Glissez-déposez des documents ou images ici pour créer des objets de contenu.","store.noPreviewAvailable":"Aucun aperçu disponible pour ce type de document.","store.noProjectSelected":"Aucun projet sélectionné","store.noPropertiesAvailable":"Aucune propriété disponible pour ce document.","store.noPropertiesDefined":"Aucune propriété définie","store.noTranscriptAvailable":"Aucune transcription disponible","store.noType":"Aucun type","store.noValidFilesSelected":"Aucun fichier valide sélectionné","store.noVideoRendition":"Aucun rendu vidéo compatible web disponible","store.none":"Aucun","store.openFullDocument":"Ouvrir le document complet","store.openFullDocumentView":"Ouvrir la vue complète du document","store.optional":"(Optionnel)","store.pdfConversionFailed":"Échec de la conversion PDF","store.pdfPreviewFullView":"L'aperçu du document PDF est disponible en vue complète.","store.pleaseFixJsonSyntax":"Veuillez corriger les erreurs de syntaxe JSON avant d'enregistrer.","store.pleaseProvideName":"Veuillez fournir un nom pour la collection","store.pleaseSelectValidFiles":"Veuillez sélectionner des fichiers avec un contenu valide.","store.pleaseWait":"VEUILLEZ PATIENTER","store.preview":"Aperçu","store.previewProperties":"Aperçu des propriétés","store.processingFailedFor":"Le traitement a échoué pour {{name}}","store.processingFiles":"Traitement des fichiers","store.properties":"Propriétés","store.propertiesUpdated":"Propriétés mises à jour","store.propertiesUpdatedDesc":"Les propriétés de l'objet ont été mises à jour avec succès.","store.query":"Requête","store.queryDescription":"Définissez la requête pour récupérer dynamiquement le contenu de la collection.","store.refresh":"Actualiser","store.renderingDocument":"Rendu de votre document...","store.saveChanges":"Enregistrer les modifications","store.saveText":"Enregistrer","store.schemaEditor":"Éditeur de schéma","store.schemaUpdated":"Schéma mis à jour","store.schemaUpdatedSuccess":"Le schéma a été mis à jour avec succès","store.search":"Rechercher","store.searchCollections":"Rechercher des collections","store.searchFailed":"Échec de la recherche","store.searchPlaceholder":"Tapez ce que vous recherchez, ou sélectionnez un filtre","store.searchTypes":"Rechercher des types","store.searching":"Recherche...","store.selectACollection":"Sélectionner une collection","store.selectContent":"Sélectionner le contenu","store.selectContentType":"Sélectionner le type de contenu","store.selectContentTypeAuto":"Sélectionnez un type de contenu ou laissez vide pour la détection automatique","store.selectContentTypeLabel":"Sélectionnez un type de contenu","store.selectPropertiesToShare":"Sélectionner les propriétés à partager","store.semanticChunking":"Découpage sémantique","store.semanticSearch":"Recherche sémantique","store.semanticSearchSettings":"Paramètres de recherche sémantique","store.sharedProperties":"Propriétés partagées","store.sharedPropertiesDescription":"Ajoutez des propriétés à partager entre tous les membres de la collection. Cette fonctionnalité nécessite d'activer la synchronisation des propriétés partagées sur le projet.","store.showingFirst128K":"Affichage des 128K premiers caractères uniquement","store.size":"Taille","store.staticCollection":"Collection statique","store.strictMode":"Mode strict","store.successfullyCopied":"{{type}} copié dans le presse-papiers avec succès","store.successfullyExportedTo":"Exporté avec succès au format {{format}}","store.syncMemberHeads":"Synchroniser les versions membres","store.syncMemberHeadsDescription":"Lorsqu'une nouvelle version HEAD d'un membre est créée, la collection sera mise à jour pour pointer vers la nouvelle version HEAD.","store.tableLayout":"Disposition du tableau","store.tableLayoutDescription":"Définissez une disposition personnalisée pour l'affichage de la collection dans les tableaux.","store.tableLayoutUpdated":"Disposition du tableau mise à jour","store.tableLayoutUpdatedDesc":"La disposition du tableau a été mise à jour avec succès","store.textConflict":"Le document a été modifié ailleurs. Veuillez rafraîchir et réessayer.","store.textSaved":"Contenu textuel enregistré","store.typeCreated":"Type créé","store.typeDescription":"Sélectionnez optionnellement un type de contenu pour attribuer des propriétés et données personnalisées à la collection.","store.typeSelectDescription":"Sélectionnez un type de contenu pour attribuer des propriétés et données personnalisées à la collection.","store.unknown":"Inconnu","store.unsavedChanges":"Modifications non enregistrées","store.updated":"Mis à jour","store.updatedAt":"Mis à jour le","store.updatedBy":"Mis à jour par","store.updatedSharedProperties":"Propriétés partagées mises à jour","store.updatedSkipHeadSync":"Paramètre de synchronisation des versions mis à jour","store.upload":"Importer","store.uploadComplete":"Import terminé","store.uploadIssues":"Problèmes d'import","store.validationFailed":"Échec de la validation","store.videoFormatRequired":"Format MP4 ou WebM requis","store.viewAsPdf":"Voir en PDF","store.viewAudio":"Voir l'audio","store.viewImage":"Voir l'image","store.viewInJsonFormat":"Voir au format JSON","store.viewPdf":"Voir le PDF","store.viewText":"Voir le texte","store.viewTranscript":"Voir la transcription","store.viewVideo":"Voir la vidéo","store.viewingNewVersion":"Affichage de la nouvelle version","store.viewingNewVersionDefault":"Affichage de la nouvelle version","store.viewingVersionLabel":"Affichage de la version '{{label}}'","theme.dark":"Sombre","theme.label":"Thème","theme.light":"Clair","theme.system":"Système","type.description":"Description","type.name":"Nom","type.nameRequired":"Le nom est requis","upload.allFilesExist":"Les {{count}} fichier(s) existent déjà dans le système et seront ignorés. Vous pouvez continuer pour voir les résultats.","upload.analyzingFiles":"Analyse des fichiers...","upload.checkingForDuplicates":"Vérification des doublons et mises à jour","upload.collectionLabel":"Collection :","upload.contentTypeTooltip":"Sélectionnez un type de contenu à appliquer aux fichiers importés. Si laissé vide, Vertesia détectera automatiquement le type en fonction du contenu du fichier.","upload.continue":"Continuer","upload.dragAndDrop":"Glissez-déposez des fichiers ici ou cliquez pour sélectionner","upload.errorAnalyzingFiles":"Une erreur est survenue lors de l'analyse des fichiers","upload.failedToUpload":"Échec de l'import","upload.fileAnalysisResults":"Résultats de l'analyse des fichiers","upload.filesAnalyzed":"Fichiers analysés","upload.filesProcessed_many":"{{count}} fichiers traités","upload.filesProcessed_one":"{{count}} fichier traité","upload.filesProcessed_other":"{{count}} fichiers traités","upload.filesReadyToProcess_many":"{{count}} fichiers sont prêts à être traités","upload.filesReadyToProcess_one":"{{count}} fichier est prêt à être traité","upload.filesReadyToProcess_other":"{{count}} fichiers sont prêts à être traités","upload.filesToSkip_many":"{{count}} fichiers existent déjà dans le système et seront ignorés.","upload.filesToSkip_one":"{{count}} fichier existe déjà dans le système et sera ignoré.","upload.filesToSkip_other":"{{count}} fichiers existent déjà dans le système et seront ignorés.","upload.folderLabel":"Dossier :","upload.inCollection":" dans la collection '{{collection}}'","upload.inFolder":" dans le dossier '{{location}}'","upload.new":"Nouveau","upload.noFilesToProcess":"Aucun fichier à traiter.","upload.noItems":"Aucun élément à afficher","upload.preparingFiles_many":"Préparation de l'import de {{count}} fichiers...","upload.preparingFiles_one":"Préparation de l'import de {{count}} fichier...","upload.preparingFiles_other":"Préparation de l'import de {{count}} fichiers...","upload.preparingFolder_many":"Préparation de l'import de {{folderCount}} dossiers avec {{fileCount}} fichiers...","upload.preparingFolder_one":"Préparation de l'import d'1 dossier avec {{fileCount}} fichiers...","upload.preparingFolder_other":"Préparation de l'import de {{folderCount}} dossiers avec {{fileCount}} fichiers...","upload.processedCount":"{{processed}}/{{total}} fichiers traités...","upload.processingFilesAction":"Traitement des fichiers ({{action}})","upload.selectFiles":"Sélectionner des fichiers","upload.selectFolder":"Sélectionner un dossier","upload.skip":"Ignorer","upload.skippedAlreadyExisted":"Ignoré (existait déjà)","upload.successfullyUpdated":"Mis à jour avec succès","upload.successfullyUploaded":"Importé avec succès","upload.update":"Mettre à jour","upload.uploadComplete":"Import terminé","upload.uploadFiles":"Importer des fichiers","upload.uploadLocation":"Emplacement d'import :","upload.uploadMore":"Importer plus","upload.uploadProcessInterrupted":"Processus d'import interrompu","upload.uploadingFiles":"Import en cours","upload.useAutoDetection":"Utiliser la détection automatique","upload.useTypeName":"Utiliser {{typeName}}","user.account":"Compte :","user.agentOnBehalfOf":"Agent au nom de","user.agentOnBehalfOfApiKey":"Agent au nom de la clé API","user.appVersion":"Version de l'application","user.environment":"Environnement","user.failedToFetchApiKey":"Échec de la récupération de la clé API","user.failedToFetchGroup":"Échec de la récupération du groupe","user.failedToFetchUser":"Échec de la récupération de l'utilisateur","user.groupId":"ID du groupe : {{id}}","user.key":"Clé :","user.organizationId":"ID de l'organisation","user.organizationRoles":"Rôles dans l'organisation","user.privateKey":"Clé privée","user.project":"Projet :","user.projectId":"ID du projet","user.projectRoles":"Rôles dans le projet","user.schedule":"Planifier {{title}}","user.sdkVersion":"Version du SDK","user.server":"Serveur","user.serviceAccount":"Compte de service","user.serviceAccountDescription":"Cet utilisateur est utilisé par les robots comme les workers de workflow.","user.store":"Store","user.systemUser":"Utilisateur système","user.systemUserDescription":"L'utilisateur système est utilisé pour initialiser les objets intégrés.","user.tenantId":"ID du tenant","user.unknown":"inconnu","user.unknownUser":"Utilisateur inconnu","user.unknownUserDescription":"Les informations de l'utilisateur ne sont pas disponibles.","user.unnamedGroup":"Groupe sans nom","user.user":"Utilisateur","user.userId":"ID utilisateur","widgets.schema.editDescription":"Modifier la description","widgets.schema.invalidPropertyDeclaration":"Déclaration de propriété invalide"}},it:{[w]:{"agent.actions":"Azioni","agent.activeWorkstreams_many":"L'agente ha {{count}} flussi di lavoro attivi in esecuzione","agent.activeWorkstreams_one":"L'agente ha {{count}} flusso di lavoro attivo in esecuzione","agent.activeWorkstreams_other":"L'agente ha {{count}} flussi di lavoro attivi in esecuzione","agent.agentConversation":"Conversazione con l'agente","agent.agentInterrupted":"Agente interrotto","agent.agentPlan":"Piano dell'agente","agent.agentProcessing":"L'agente sta elaborando, potrai continuare una volta completato...","agent.agentStarted":"Agente avviato","agent.agentWorking":"L'agente sta lavorando... (Esc Esc per fermare)","agent.agentWorkingStop":"L'agente sta lavorando... Premi Esc due volte o clicca Ferma per interrompere","agent.allMessages":"Tutti i messaggi","agent.artifacts":"Artefatti","agent.askAnything":"Chiedi qualsiasi cosa... (trascina o incolla file)","agent.batch":"Batch","agent.cancelWorkflow":"Annulla flusso di lavoro","agent.canceling":"annullamento","agent.clickToEnlarge":"Clicca per ingrandire","agent.close":"Chiudi","agent.closeFullscreen":"Chiudi schermo intero","agent.completed":"Completato","agent.conversationForked":"Conversazione biforcata","agent.conversationRestarted":"Conversazione riavviata","agent.copied":"Copiato","agent.copiedAllToolCalls":"Tutte le chiamate degli strumenti copiate negli appunti","agent.copiedBatchDetails":"Dettagli del batch copiati negli appunti","agent.copiedToClipboard":"Copiato negli appunti","agent.copy":"Copia","agent.copyAllToolCalls":"Copia tutte le chiamate degli strumenti","agent.copyBatchDetails":"Copia dettagli del batch","agent.copyMessage":"Copia messaggio","agent.copyRunId":"Copia ID esecuzione","agent.copyToClipboard":"Copia negli appunti","agent.dashboard":"Dashboard","agent.details":"Dettagli","agent.document":"Documento","agent.documentAttachments":"Allegati documento","agent.documentAttachmentsDescription":"Documenti dallo store allegati a questo messaggio. L'agente può recuperarli per ID in qualsiasi momento, o riallegarli per includere il contenuto direttamente.","agent.documents":"Documenti","agent.download":"Scarica","agent.downloadConversation":"Scarica conversazione","agent.dropFilesToUpload":"Trascina i file per caricarli","agent.elapsed":"{{seconds}}s trascorsi","agent.enlargedView":"Vista ingrandita","agent.enterMessage":"Inserisci un messaggio per iniziare una conversazione","agent.enterToSend":"Invio per inviare • Shift+Invio per nuova riga","agent.error":"Errore","agent.errorStarting":"Errore durante l'avvio del flusso di lavoro","agent.exit":"Esci","agent.exitFullscreen":"Esci da schermo intero","agent.export":"Esporta","agent.exportAsPdf":"Esporta come PDF","agent.exportAsPng":"Esporta come PNG","agent.exportAsWord":"Esporta come Word","agent.exportMessage":"Esporta messaggio","agent.exporting":"Esportazione...","agent.failedToCancelWorkflow":"Impossibile annullare il flusso di lavoro","agent.failedToDownload":"Impossibile scaricare la conversazione","agent.failedToForkConversation":"Impossibile bifurcare la conversazione","agent.failedToInterrupt":"Impossibile interrompere","agent.failedToLoadDocument":"Impossibile caricare il documento","agent.failedToRenderMessage":"Impossibile renderizzare il messaggio","agent.failedToRestartConversation":"Impossibile riavviare la conversazione","agent.failedToSend":"Impossibile inviare il messaggio","agent.filesProcessing":"File ancora in elaborazione","agent.filesStagedCount_many":"{{count}} file in attesa - verranno caricati all'inizio della conversazione","agent.filesStagedCount_one":"{{count}} file in attesa - verrà caricato all'inizio della conversazione","agent.filesStagedCount_other":"{{count}} file in attesa - verranno caricati all'inizio della conversazione","agent.filesUploadedDescription":"I file caricati in questa conversazione rimangono disponibili durante tutta la conversazione. L'agente può accedervi in qualsiasi momento.","agent.forkConversation":"Biforca conversazione","agent.fullscreen":"Schermo intero","agent.hideDetails":"Nascondi dettagli","agent.hideSidebar":"Nascondi pannello","agent.hideThinkingDetails":"Nascondi dettagli di pensiero","agent.inProgress":"In corso","agent.linkObject":"Collega oggetto","agent.loadingArtifacts":"Caricamento artefatti...","agent.loadingDocument":"Caricamento documento...","agent.main":"Principale","agent.mainWorkstream":"Flusso principale","agent.moreActions":"Altre azioni","agent.newerPlan":"Piano più recente","agent.no":"No","agent.noActiveWorkstreams":"Nessun flusso attivo","agent.noAgentRunning":"Nessun agente attualmente in esecuzione","agent.noArtifactsYet":"Nessun artefatto","agent.noContentAvailable":"Nessun contenuto disponibile","agent.noContentToExport":"Nessun contenuto da esportare","agent.noConversationContent":"Nessun contenuto della conversazione disponibile per l'esportazione","agent.noDocumentsOpen":"Nessun documento aperto","agent.noFilesUploadedYet":"Nessun file caricato","agent.noMessagesInWorkstream":"Nessun messaggio in questo flusso di lavoro ancora...","agent.noPlanAvailable":"Nessun piano disponibile","agent.noPlanDetected":"Nessun piano rilevato","agent.olderPlan":"Piano precedente","agent.openDocument":"Apri documento","agent.openInNewTab":"Apri in nuova scheda","agent.pdfExportFailed":"Esportazione PDF fallita","agent.pdfExportReady":"Esportazione PDF pronta","agent.pending":"In attesa","agent.plan":"Piano","agent.planProgress":"Progresso del piano","agent.plansWillAppear":"I piani appariranno qui quando l'agente ne creerà uno","agent.printDialogDescription":"Usa la finestra di dialogo di stampa del tuo browser per salvare come PDF","agent.processing":"Elaborazione...","agent.ready":"Pronto","agent.refresh":"Aggiorna","agent.remaining":"{{seconds}}s rimanenti","agent.resizeRightPanel":"Ridimensiona il pannello destro","agent.restartConversation":"Riavvia conversazione","agent.retry":"Riprova","agent.runIdCopied":"ID esecuzione copiato","agent.running":"in esecuzione","agent.searchDocuments":"Cerca documenti","agent.selectInteraction":"Seleziona un'interazione e clicca Avvia per avviare un agente","agent.send":"Invia","agent.showAllMessages":"Mostra tutti i messaggi","agent.showDetails":"Mostra dettagli","agent.showSidebar":"Mostra pannello","agent.staged":"In attesa","agent.startAgent":"Avvia agente","agent.startNewConversation":"Inizia nuova conversazione","agent.startingAgent":"Avvio dell'agente...","agent.startingAgentUploading":"Avvio dell'agente e caricamento dei file...","agent.stepByStepPlan":"Piano passo per passo","agent.stop":"Ferma","agent.stopAgent":"Ferma l'agente","agent.submitSelection":"Invia selezione","agent.submitSelectionCount_many":"Invia selezione ({{count}})","agent.submitSelectionCount_one":"Invia selezione ({{count}})","agent.submitSelectionCount_other":"Invia selezione ({{count}})","agent.summary":"Riepilogo","agent.taskProgress":"Progresso attività","agent.toggleRightSidebar":"Alterna pannello laterale","agent.typeNewInstructions":"Scrivi il tuo messaggio per dare nuove istruzioni","agent.typeQuestionBelow":"Scrivi la tua domanda qui sotto e premi Invio o clicca {{buttonText}} per iniziare","agent.typeYourMessage":"Scrivi il tuo messaggio...","agent.typeYourResponse":"Scrivi la tua risposta...","agent.unableToOpenPrint":"Impossibile aprire l'anteprima di stampa","agent.unknownError":"Errore sconosciuto","agent.unknownTime":"Ora sconosciuta","agent.upload":"Carica","agent.uploadFailed":"Caricamento fallito","agent.uploadedFiles":"File caricati","agent.uploading":"Caricamento...","agent.uploads":"Caricamenti","agent.waitForFiles":"Attendi il completamento dell'elaborazione dei file","agent.waitForFilesProcessing":"Attendi che tutti i file siano elaborati prima di inviare","agent.waiting":"In attesa...","agent.waitingForAgentResponse":"In attesa della risposta dell'agente...","agent.workflowCancelled":"Flusso di lavoro annullato","agent.working":"In lavorazione...","agent.workstreams":"Flussi di lavoro","agent.yes":"Sì","auth.continueWithEnterprise":"Continua con SSO aziendale","auth.continueWithGithub":"Continua con GitHub","auth.continueWithGoogle":"Continua con Google","auth.continueWithMicrosoft":"Continua con Microsoft","auth.enterEnterpriseEmail":"Inserisci la tua email aziendale","auth.error":"Errore: {{message}}","auth.firstTimeDetails":"Ti faremo solo un paio di domande e sarai pronto.","auth.firstTimeMessage":"Prima volta qui? Nessun problema, è gratis da provare!","auth.goBack":"Torna indietro","auth.invalidEmail":"Indirizzo email non valido","auth.logInOrSignUp":"Accedi o Registrati","auth.needToMakeChange":"Hai bisogno di apportare una modifica?","auth.or":"OPPURE","auth.privacyPolicy":"Informativa sulla privacy","auth.signInError":"Ci dispiace, non siamo riusciti a effettuare l'accesso.","auth.signInErrorContact":"Per favore riprova o contatta","auth.signInErrorPersists":"se il problema persiste.","auth.tenantNotFound":"Organizzazione non trovata","auth.termsOfService":"Termini di servizio","errors.failedToLoadTenantConfig":"Impossibile caricare la configurazione del tenant","errors.somethingWentWrong":"Spiacenti, qualcosa è andato storto...","errors.teamNotifiedLine1":"Il nostro team è stato avvisato e risolverà rapidamente il problema.","errors.teamNotifiedLine2":"Se desideri segnalare il problema o semplicemente contattarci, inviaci un'email a","filter.clearAll":"Cancella tutto","filter.filter":"Filtro","filter.filterBy":"Filtra per {{view}}","filter.filterPlaceholder":"Filtra...","filter.from":"Da:","filter.noAvailableFilters":"Nessun filtro disponibile","filter.noMatchingFilters":"Nessun filtro corrispondente","filter.noResultsFound":"Nessun risultato trovato.","filter.selectRange":"Seleziona intervallo","filter.to":"A:","form.clickToRemove":"clicca per rimuovere","form.createValue":'Crea "{{value}}"',"form.filter":"Filtra...","form.noMoreOptions":"Nessun'altra opzione disponibile","form.noOptionsFound":"Nessuna opzione trovata","layout.pageNotFound":"Pagina non trovata","layout.search":"Cerca","layout.searchPlaceholder":"Cerca...","login.accept":"Accetta","login.reject":"Rifiuta","login.reviewInvites":"Rivedi inviti","login.terminal.account":"Account","login.terminal.accountRequired":"L'account è obbligatorio","login.terminal.accountRequiredDesc":"Seleziona un account per autorizzare il client ad accedere ai server ComposablePrompts","login.terminal.authPayloadCopied":"Dati di autenticazione copiati","login.terminal.authPayloadCopiedSuccess":"Puoi chiudere questa pagina. Il CLI dovrebbe aver ricevuto il token.","login.terminal.authPayloadCopiedWithError":"Puoi incollare i dati nel terminale. Nota: il CLI non ha ricevuto il token. Si è verificato un errore: {{error}}","login.terminal.authorizeClient":"Autorizza client","login.terminal.browserPermissionNote":"Nota: se il browser chiede il permesso di accedere alla rete locale, consenti. Questo è necessario per inviare il token di autorizzazione al CLI. In caso contrario, dovrai copiare/incollare il token manualmente nel terminale.","login.terminal.chooseAccountProject":"Devi scegliere l'account e il progetto di destinazione per l'accesso del client.","login.terminal.clientAuthenticated":"Il client è autenticato. Puoi chiudere questa pagina.","login.terminal.clientWantsAuth":"Un'app client richiede l'autorizzazione per accedere ai server ComposablePrompts a tuo nome.","login.terminal.copyAuthPayload":"Copia i dati di autenticazione","login.terminal.envLocalDev":"Sviluppo locale","login.terminal.envProduction":"Produzione","login.terminal.envStaging":"Staging","login.terminal.errorAuthorizingClient":"Errore nell'autorizzazione del client","login.terminal.errorLoadingProjects":"Errore nel caricamento dei progetti","login.terminal.failedToGetToken":"Impossibile ottenere il token composable","login.terminal.failedToSendToken":"Impossibile inviare il token di autorizzazione al CLI","login.terminal.failedToSendTokenDesc":'Questo può accadere a causa dei controlli di sicurezza di Safari. L\'errore è "{{error}}"',"login.terminal.invalidRequest":"Richiesta non valida","login.terminal.invalidRequestDesc":"Questa pagina deve essere richiamata da un client terminale per autenticarsi sui server ComposablePrompts","login.terminal.profileName":"Nome profilo","login.terminal.profileNameNote":"Inserisci anche un nome profilo che verrà usato per salvare l'autorizzazione nella configurazione del client.","login.terminal.profileRequired":"Il profilo è obbligatorio","login.terminal.profileRequiredDesc":"Inserisci un nome profilo per salvare l'autorizzazione del client","login.terminal.project":"Progetto","login.terminal.projectRequired":"Il progetto è obbligatorio","login.terminal.projectRequiredDesc":"Seleziona un progetto per autorizzare il client ad accedere ai server ComposablePrompts","login.terminal.selectAccount":"Seleziona account","login.terminal.selectProject":"Seleziona progetto","misc.copiedToClipboard":"Copiato negli appunti","misc.copy":"Copia","misc.failedToCopy":"Copia fallita","misc.noData":"Nessun dato da visualizzare","misc.tableView":"Vista tabella","misc.thumbnailView":"Vista miniature","modal.cancel":"Annulla","modal.confirm":"Conferma","modal.delete.error":"Si è verificato un errore durante l'eliminazione dell'oggetto","modal.delete.failed":"Eliminazione fallita","modal.delete.succeeded":"Eliminazione riuscita","modal.save":"Salva","modal.saveChanges":"Salva modifiche","modal.saveVersion.createDescription":"Crea una nuova revisione con queste modifiche alle proprietà preservando l'originale.","modal.saveVersion.createNew":"Crea nuova versione","modal.saveVersion.createWithFileDescription":"Crea una nuova revisione con il file sostitutivo preservando l'originale.","modal.saveVersion.howToSave":"Come vuoi salvare queste modifiche?","modal.saveVersion.replaceFile":"Stai per sostituire il file di contenuto con:","modal.saveVersion.updateCurrent":"Aggiorna versione corrente","modal.saveVersion.updateDescription":"Modifica le proprietà direttamente nella revisione corrente.","modal.saveVersion.updateWithFileDescription":"Sostituisci il file di contenuto e modifica le proprietà direttamente nella revisione corrente.","modal.saveVersion.versionLabel":"Etichetta versione (Facoltativo)","modal.saveVersion.versionLabelDescription":"Etichetta facoltativa per la nuova versione.","modal.saveVersion.versionLabelPlaceholder":"es., v1.2, approvato, post-revisione","oauthApps.authenticate":"Autenticati","oauthApps.authenticating":"Autenticazione in corso...","oauthApps.authorizationEndpoint":"Endpoint di autorizzazione","oauthApps.cancel":"Annulla","oauthApps.clientId":"Client ID","oauthApps.clientSecret":"Client Secret","oauthApps.clientSecretConfigured":"Secret configurato (lasciare vuoto per mantenere)","oauthApps.clientSecretHelp":"Opzionale. Richiesto per i client riservati. Crittografato a riposo.","oauthApps.clientSecretPlaceholder":"Inserisci il client secret","oauthApps.connect":"Connetti","oauthApps.connected":"Connesso","oauthApps.create":"Crea","oauthApps.createDescription":"Configura una nuova applicazione OAuth per questo progetto.","oauthApps.created":"Applicazione OAuth creata","oauthApps.defaultScopes":"Ambiti predefiniti","oauthApps.defaultScopesHelp":"Elenco di ambiti OAuth separati da spazi.","oauthApps.deleteConfirm":"Elimina applicazione OAuth","oauthApps.deleteConfirmMessage":"Sei sicuro di voler eliminare","oauthApps.deleteFailed":"Eliminazione dell'applicazione OAuth non riuscita","oauthApps.deleted":"Applicazione OAuth eliminata","oauthApps.description":"Configura le applicazioni OAuth per le integrazioni di terze parti.","oauthApps.disconnect":"Disconnetti","oauthApps.displayName":"Nome visualizzato","oauthApps.edit":"Modifica applicazione OAuth","oauthApps.editDescription":"Aggiorna la configurazione dell'applicazione OAuth.","oauthApps.empty":"Nessuna applicazione OAuth configurata.","oauthApps.endpointsOptionalHelp":"Opzionale. Lascia vuoto per i server MCP che supportano il discovery .well-known.","oauthApps.name":"Nome","oauthApps.nameHelp":"Identificativo in kebab-case (es.: my-oauth-app). Non modificabile dopo la creazione.","oauthApps.notConnected":"Non connesso","oauthApps.revocationEndpoint":"Endpoint di revoca","oauthApps.save":"Salva","oauthApps.saveFailed":"Salvataggio dell'applicazione OAuth non riuscito","oauthApps.saving":"Salvataggio...","oauthApps.status":"Stato","oauthApps.title":"Applicazioni OAuth","oauthApps.tokenEndpoint":"Endpoint del token","oauthApps.updated":"Applicazione OAuth aggiornata","oauthApps.usePkce":"Usa PKCE (consigliato)","pdf.close":"Chiudi","pdf.closeFullscreen":"Chiudi schermo intero","pdf.download":"Scarica","pdf.failedToLoadViewer":"Impossibile caricare il visualizzatore PDF","pdf.fetchingDocumentFailed":"Impossibile recuperare il documento","pdf.fitToWidth":"Adatta alla larghezza","pdf.fullscreen":"Schermo intero","pdf.instrumentedImages":"Immagini strumentate","pdf.nextPage":"Pagina successiva","pdf.noPdfAvailable":"Nessun PDF disponibile","pdf.originalImages":"Immagini originali","pdf.page":"Pagina","pdf.pageOf":"Pagina {{pageNumber}} / {{totalPages}}","pdf.previousPage":"Pagina precedente","pdf.zoomIn":"Ingrandisci","pdf.zoomOut":"Riduci","shell.accessDenied":"Accesso negato","shell.applicationNotRegistered":"Applicazione non registrata","shell.organization":"Organizzazione","shell.selectOrganization":"Seleziona organizzazione","shell.selectProject":"Seleziona progetto","signup.accountType":"Tipo di account","signup.activelyExploring":"Esplorazione attiva di LLM in un progetto","signup.alreadyUsing":"LLM già in produzione","signup.company":"Azienda","signup.companyDescription":"Per un'azienda o un'organizzazione.","signup.companyName":"Nome azienda","signup.companySize":"Dimensione azienda","signup.companyWebsite":"Sito web aziendale","signup.justTesting":"Solo test o valutazione di LLM","signup.migratingLLMs":"Migrazione a LLM diversi","signup.other":"Altro","signup.personal":"Personale","signup.personalDescription":"Per uso personale o per un piccolo team.","signup.pleaseEnterOrgName":"Inserisci un nome per l'organizzazione","signup.pleaseSelectAccountType":"Seleziona un tipo di account","signup.pleaseSelectCompanySize":"Seleziona una dimensione aziendale","signup.projectMaturity":"Maturità del progetto","signup.selectCompanySize":"Seleziona dimensione azienda","signup.selectProjectMaturity":"Seleziona maturità del progetto","signup.signUp":"Registrati","signup.size1001to5000":"1001-5000 dipendenti","signup.size101to1000":"101-1000 dipendenti","signup.size11to100":"11-100 dipendenti","signup.size1to10":"1-10 dipendenti","signup.size5000plus":"5000+ dipendenti","signup.welcomeMessage":"Benvenuto su Vertesia, {{name}} ({{email}}).\nRaccontaci un po' di te e sarai pronto per iniziare.\nNessuna carta di credito richiesta.","signup.wrongAccountGoBack":"Account sbagliato, torna indietro","store.actions.addToCollection":"Aggiungi alla collezione","store.actions.addToCollectionBody":"Aggiungi gli oggetti selezionati a una collezione esistente o creane una nuova.","store.actions.addToCollectionButton":"Aggiungi alla collezione","store.actions.addToCollectionDesc":"Aggiungi documenti a una collezione","store.actions.addToCollectionFailure":"Errore nell'aggiunta alla collezione","store.actions.addToCollectionFailureDesc":"Impossibile aggiungere gli oggetti selezionati alla collezione","store.actions.addToCollectionSuccess":"Aggiunta alla collezione riuscita","store.actions.addToCollectionSuccessDesc":"{{count}} oggetti aggiunti alla collezione selezionata","store.actions.addToCollectionTitle":"Aggiungi a una collezione","store.actions.areYouSure":"Sei sicuro?","store.actions.cannotRemoveNoCollection":"Impossibile rimuovere gli oggetti: nessuna collezione specificata","store.actions.changeContentType":"Cambia tipo di contenuto","store.actions.changeContentTypeDesc":"Cambia il tipo di contenuto dei documenti selezionati","store.actions.changeType":"Cambia tipo","store.actions.chooseExistingCollections":"Scegli tra le collezioni esistenti","store.actions.chooseWorkflowRule":"Scegli una regola di flusso di lavoro da avviare:","store.actions.confirmDeleteAll":"Sei sicuro di voler eliminare tutti gli oggetti selezionati? Questa azione non può essere annullata.","store.actions.confirmDeleteSelected":"Sei sicuro di voler eliminare gli oggetti selezionati?\nQuesta non è una rimozione dalle collezioni.","store.actions.confirmRemoveFromCollection":"Sei sicuro di voler rimuovere gli oggetti selezionati da questa collezione?","store.actions.createNew":"Crea nuovo","store.actions.delete":"Elimina","store.actions.deleteObjects":"Elimina oggetti","store.actions.deleteTheSelectedObjects":"Elimina gli oggetti selezionati","store.actions.errorChangingType":"Errore nel cambio del tipo","store.actions.errorDeletingObjects":"Errore nell'eliminazione degli oggetti","store.actions.errorExportProperties":"Errore nell'esportazione delle proprietà","store.actions.errorRemovingObjects":"Errore nella rimozione degli oggetti dalla collezione","store.actions.errorStartingWorkflow":"Errore nell'avvio del flusso di lavoro","store.actions.exportAllObjectProperties":"Esporta tutte le proprietà degli oggetti","store.actions.exportProperties":"Esporta proprietà","store.actions.noCollectionContext":"Nessun contesto di collezione","store.actions.noObjectsSelected":"Nessun oggetto selezionato","store.actions.pleaseSelectObjectsToDelete":"Seleziona gli oggetti da eliminare","store.actions.pleaseSelectObjectsToRemove":"Seleziona gli oggetti da rimuovere dalla collezione","store.actions.removeFromCollection":"Rimuovi dalla collezione","store.actions.removeFromCollectionDesc":"Rimuovi gli oggetti selezionati da questa collezione","store.actions.selectCollection":"Seleziona collezione","store.actions.startWorkflow":"Avvia flusso di lavoro","store.actions.startWorkflowByRule":"Avvia flusso di lavoro per regola","store.actions.startWorkflowDesc":"Avvia un flusso di lavoro sugli oggetti selezionati","store.actions.workflowStarted":"Flusso di lavoro avviato","store.allowedContentTypes":"Tipi di contenuto consentiti","store.allowedContentTypesOptionalDescription":"Seleziona facoltativamente quali tipi di contenuto possono essere aggiunti alla collezione. Se non impostato, tutti i tipi di contenuto sono consentiti.","store.allowedContentTypesSelectDescription":"Seleziona quali tipi di contenuto possono essere aggiunti alla collezione. Se non impostato, tutti i tipi di contenuto sono consentiti.","store.areYouSureDeleteCollection":"Sei sicuro di voler eliminare questa collezione? Questa azione non può essere annullata.","store.audioFormatRequired":"Formato MP3, M4A, OGG, WAV o WebM richiesto","store.automaticTypeDetection":"Rilevamento automatico del tipo","store.automaticTypeDetectionDescription":"Vertesia analizzerà il contenuto e selezionerà il tipo più appropriato. Consigliato per la maggior parte dei caricamenti e garantisce un'elaborazione ottimale.","store.cancelEdit":"Annulla","store.chooseAFormat":"Scegli un formato","store.chooseContentType":"Scegli un tipo di contenuto...","store.chooseContentTypes":"Scegli tipi di contenuto...","store.chooseWhatToExport":"Scegli cosa esportare","store.clearSelection":"Cancella selezione","store.close":"Chiudi","store.collectionCreated":"Collezione creata","store.collectionDeleted":"Collezione eliminata","store.collectionFetchFailed":"Recupero della collezione fallito","store.collectionPropertiesUpdated":"Proprietà della collezione aggiornate","store.collectionUpdated":"Collezione aggiornata","store.collectionUpdatedSuccess":"La collezione è stata aggiornata con successo","store.collectionsSelected":"{{count}} collezioni selezionate","store.configuration":"Configurazione","store.confirmSelection":"Conferma selezione","store.contentCopied":"{{type}} copiato","store.contentExported":"Contenuto esportato","store.contentType":"Tipo di contenuto","store.convertingToPdf":"Conversione in PDF...","store.copyFailed":"Copia fallita","store.createACollection":"Crea una collezione","store.createCollection":"Crea collezione","store.createType":"Crea tipo","store.created":"Creato","store.createdBy":"Creato da","store.deleteCollection":"Elimina collezione","store.documentExported":"Documento esportato","store.documentInformation":"Informazioni documento","store.documentListRefreshed":"Lista documenti aggiornata","store.documentListRefreshedDesc":"La lista dei documenti è stata aggiornata con i file caricati.","store.documentPreview":"Anteprima documento","store.downloadFailed":"Download fallito","store.dynamicCollection":"Collezione dinamica","store.dynamicCollectionDescription":"Recupera dinamicamente i contenuti per la collezione basandoti su una query. Se non abilitato, i contenuti devono essere aggiunti da utenti o agenti.","store.editJson":"Modifica JSON","store.editProperties":"Modifica proprietà","store.editSchema":"Modifica schema","store.editText":"Modifica testo","store.editingGenericDocument":"Modifica proprietà per documento generico","store.embeddings":"Embedding","store.enableSyncMemberHeads":"Abilita la sincronizzazione degli head dei membri","store.error":"Errore","store.errorCheckingDuplicates":"Si è verificato un errore durante il controllo dei file duplicati","store.errorCreatingType":"Errore nella creazione del tipo","store.errorInUploadProcessingCheck":"Errore nel controllo dell'elaborazione del caricamento","store.errorProcessingFiles":"Errore nell'elaborazione dei file","store.errorSavingText":"Errore nel salvataggio del testo","store.errorSavingTextDefault":"Si è verificato un errore durante il salvataggio del contenuto testuale.","store.errorUpdatingProperties":"Errore nell'aggiornamento delle proprietà","store.errorUpdatingPropertiesDefault":"Si è verificato un errore durante l'aggiornamento delle proprietà.","store.exportFailed":"Esportazione fallita","store.exportInProgress":"ESPORTAZIONE IN CORSO","store.failedToConvertToPdf":"Impossibile convertire in PDF","store.failedToCopy":"Impossibile copiare {{type}} negli appunti","store.failedToCreateCollection":"Impossibile creare la collezione","store.failedToDeleteCollection":"Impossibile eliminare la collezione","store.failedToDownloadFile":"Impossibile scaricare il file","store.failedToDownloadPdf":"Impossibile scaricare il file PDF","store.failedToExportContent":"Impossibile esportare il contenuto","store.failedToExportDocument":"Impossibile esportare il documento","store.failedToFetchRoleMappings":"Impossibile recuperare le mappature dei ruoli","store.failedToFetchTypes":"Impossibile recuperare gli ObjectTypes","store.failedToFetchWorkflows":"Impossibile recuperare i flussi di lavoro","store.failedToGetDownloadUrl":"Impossibile ottenere l'URL di download","store.failedToLoadDocument":"Impossibile caricare il documento","store.failedToLoadType":"Impossibile caricare il tipo","store.failedToUpdateCollection":"Impossibile aggiornare la collezione","store.failedToUpdateCollectionProperties":"Impossibile aggiornare le proprietà della collezione","store.failedToUpdateSchema":"Impossibile aggiornare lo schema","store.failedToUpdateSharedProperties":"Impossibile aggiornare le proprietà condivise","store.failedToUpdateSkipHeadSync":"Impossibile aggiornare l'impostazione di sincronizzazione head","store.failedToUpdateTableLayout":"Impossibile aggiornare il layout della tabella","store.filesAnalyzedTitle":"File analizzati","store.filesReadyToProcess":"File pronti per l'elaborazione","store.filterByName":"Filtra per nome","store.fullText":"Testo completo","store.fullView":"Vista completa","store.getStartedCollections":"Inizia creando una nuova collezione.","store.getStartedTypes":"Inizia creando un nuovo tipo.","store.id":"ID","store.invalidJson":"JSON non valido","store.invalidJsonSchema":"Schema JSON non valido","store.invalidQueryJson":"Query JSON non valida","store.invalidTableLayout":"Layout tabella non valido","store.isChunkable":"È suddivisibile","store.limit":"Limite","store.loadingDocument":"Caricamento documento...","store.loadingProcessingStatus":"Caricamento stato di elaborazione...","store.na":"N/D","store.name":"Nome","store.newCollections":"Nuove collezioni","store.newVersionCreated":"Nuova versione creata","store.newVersionCreatedDesc":"Una nuova versione con proprietà aggiornate è stata creata.","store.noAudioRendition":"Nessuna riproduzione audio compatibile con il web disponibile","store.noCollections":"Nessuna collezione","store.noCollectionsAvailable":"Nessuna collezione disponibile.","store.noCollectionsFound":"Nessuna collezione trovata.","store.noFilesSelected":"Nessun file selezionato","store.noObjectsDragAndDrop":"Nessun oggetto. Trascina e rilascia documenti o immagini qui per creare oggetti di contenuto.","store.noPreviewAvailable":"Nessuna anteprima disponibile per questo tipo di documento.","store.noProjectSelected":"Nessun progetto selezionato","store.noPropertiesAvailable":"Nessuna proprietà disponibile per questo documento.","store.noPropertiesDefined":"Nessuna proprietà definita","store.noTranscriptAvailable":"Nessuna trascrizione disponibile","store.noType":"Nessun tipo","store.noValidFilesSelected":"Nessun file valido selezionato","store.noVideoRendition":"Nessuna riproduzione video compatibile con il web disponibile","store.none":"Nessuno","store.openFullDocument":"Apri documento completo","store.openFullDocumentView":"Apri vista documento completo","store.optional":"(Facoltativo)","store.pdfConversionFailed":"Conversione PDF fallita","store.pdfPreviewFullView":"L'anteprima del documento PDF è disponibile nella vista completa.","store.pleaseFixJsonSyntax":"Correggi gli errori di sintassi JSON prima di salvare.","store.pleaseProvideName":"Inserisci un nome per la collezione","store.pleaseSelectValidFiles":"Seleziona file con contenuto valido.","store.pleaseWait":"ATTENDERE","store.preview":"Anteprima","store.previewProperties":"Anteprima proprietà","store.processingFailedFor":"Elaborazione fallita per {{name}}","store.processingFiles":"Elaborazione file","store.properties":"Proprietà","store.propertiesUpdated":"Proprietà aggiornate","store.propertiesUpdatedDesc":"Le proprietà dell'oggetto sono state aggiornate con successo.","store.query":"Query","store.queryDescription":"Definisci la query per recuperare dinamicamente i contenuti della collezione.","store.refresh":"Aggiorna","store.renderingDocument":"Rendering del documento...","store.saveChanges":"Salva modifiche","store.saveText":"Salva","store.schemaEditor":"Editor schema","store.schemaUpdated":"Schema aggiornato","store.schemaUpdatedSuccess":"Lo schema è stato aggiornato con successo","store.search":"Cerca","store.searchCollections":"Cerca collezioni","store.searchFailed":"Ricerca fallita","store.searchPlaceholder":"Scrivi cosa stai cercando o seleziona un filtro","store.searchTypes":"Cerca tipi","store.searching":"Ricerca...","store.selectACollection":"Seleziona una collezione","store.selectContent":"Seleziona contenuto","store.selectContentType":"Seleziona tipo di contenuto","store.selectContentTypeAuto":"Seleziona un tipo di contenuto o lascia vuoto per il rilevamento automatico","store.selectContentTypeLabel":"Seleziona un tipo di contenuto","store.selectPropertiesToShare":"Seleziona le proprietà da condividere","store.semanticChunking":"Suddivisione semantica","store.semanticSearch":"Ricerca semantica","store.semanticSearchSettings":"Impostazioni ricerca semantica","store.sharedProperties":"Proprietà condivise","store.sharedPropertiesDescription":"Aggiungi proprietà da condividere tra tutti i membri della collezione. Questa funzione richiede l'abilitazione della sincronizzazione delle proprietà condivise nel progetto.","store.showingFirst128K":"Mostra solo i primi 128K caratteri","store.size":"Dimensione","store.staticCollection":"Collezione statica","store.strictMode":"Modalità rigorosa","store.successfullyCopied":"{{type}} copiato con successo negli appunti","store.successfullyExportedTo":"Esportato con successo in {{format}}","store.syncMemberHeads":"Sincronizza head dei membri","store.syncMemberHeadsDescription":"Quando viene creata una nuova versione HEAD di un membro, la collezione verrà aggiornata per puntare al nuovo HEAD.","store.tableLayout":"Layout tabella","store.tableLayoutDescription":"Definisci un layout personalizzato per la visualizzazione della collezione nelle tabelle.","store.tableLayoutUpdated":"Layout tabella aggiornato","store.tableLayoutUpdatedDesc":"Il layout della tabella è stato aggiornato con successo","store.textConflict":"Il documento è stato modificato altrove. Aggiorna e riprova.","store.textSaved":"Contenuto testuale salvato","store.typeCreated":"Tipo creato","store.typeDescription":"Seleziona facoltativamente un tipo di contenuto per assegnare proprietà e dati personalizzati alla collezione.","store.typeSelectDescription":"Seleziona un tipo di contenuto per assegnare proprietà e dati personalizzati alla collezione.","store.unknown":"Sconosciuto","store.unsavedChanges":"Modifiche non salvate","store.updated":"Aggiornato","store.updatedAt":"Aggiornato il","store.updatedBy":"Aggiornato da","store.updatedSharedProperties":"Proprietà condivise aggiornate","store.updatedSkipHeadSync":"Impostazione sincronizzazione head aggiornata","store.upload":"Carica","store.uploadComplete":"Caricamento completato","store.uploadIssues":"Problemi di caricamento","store.validationFailed":"Validazione fallita","store.videoFormatRequired":"Formato MP4 o WebM richiesto","store.viewAsPdf":"Visualizza come PDF","store.viewAudio":"Visualizza audio","store.viewImage":"Visualizza immagine","store.viewInJsonFormat":"Visualizza in formato JSON","store.viewPdf":"Visualizza PDF","store.viewText":"Visualizza testo","store.viewTranscript":"Visualizza trascrizione","store.viewVideo":"Visualizza video","store.viewingNewVersion":"Visualizzazione nuova versione","store.viewingNewVersionDefault":"Ora visualizzi la nuova versione","store.viewingVersionLabel":"Ora visualizzi la versione '{{label}}'","theme.dark":"Scuro","theme.label":"Tema","theme.light":"Chiaro","theme.system":"Sistema","type.description":"Descrizione","type.name":"Nome","type.nameRequired":"Il nome è obbligatorio","upload.allFilesExist":"Tutti i {{count}} file esistono già nel sistema e verranno saltati. Puoi procedere per visualizzare i risultati.","upload.analyzingFiles":"Analisi dei file...","upload.checkingForDuplicates":"Controllo duplicati e aggiornamenti","upload.collectionLabel":"Collezione:","upload.contentTypeTooltip":"Seleziona un tipo di contenuto da applicare ai file caricati. Se lasciato vuoto, Vertesia rileverà automaticamente il tipo in base al contenuto del file.","upload.continue":"Continua","upload.dragAndDrop":"Trascina e rilascia i file qui o clicca per selezionare","upload.errorAnalyzingFiles":"Si è verificato un errore durante l'analisi dei file","upload.failedToUpload":"Caricamento fallito","upload.fileAnalysisResults":"Risultati dell'analisi dei file","upload.filesAnalyzed":"File analizzati","upload.filesProcessed_many":"{{count}} file elaborati","upload.filesProcessed_one":"{{count}} file elaborato","upload.filesProcessed_other":"{{count}} file elaborati","upload.filesReadyToProcess_one":"{{count}} file è pronto per l'elaborazione","upload.filesReadyToProcess_other":"{{count}} file sono pronti per l'elaborazione","upload.filesToSkip_one":"{{count}} file è già nel sistema e verrà saltato.","upload.filesToSkip_other":"{{count}} file sono già nel sistema e verranno saltati.","upload.folderLabel":"Cartella:","upload.inCollection":" nella collezione '{{collection}}'","upload.inFolder":" nella cartella '{{location}}'","upload.new":"Nuovo","upload.noFilesToProcess":"Nessun file da elaborare.","upload.noItems":"Nessun elemento da visualizzare","upload.preparingFiles_many":"Preparazione al caricamento di {{count}} file...","upload.preparingFiles_one":"Preparazione al caricamento di {{count}} file...","upload.preparingFiles_other":"Preparazione al caricamento di {{count}} file...","upload.preparingFolder_many":"Preparazione al caricamento di {{folderCount}} cartelle con {{fileCount}} file...","upload.preparingFolder_one":"Preparazione al caricamento di 1 cartella con {{fileCount}} file...","upload.preparingFolder_other":"Preparazione al caricamento di {{folderCount}} cartelle con {{fileCount}} file...","upload.processedCount":"{{processed}}/{{total}} file elaborati...","upload.processingFilesAction":"Elaborazione file ({{action}})","upload.selectFiles":"Seleziona file","upload.selectFolder":"Seleziona cartella","upload.skip":"Salta","upload.skippedAlreadyExisted":"Saltato (già esistente)","upload.successfullyUpdated":"Aggiornato con successo","upload.successfullyUploaded":"Caricato con successo","upload.update":"Aggiorna","upload.uploadComplete":"Caricamento completato","upload.uploadFiles":"Carica file","upload.uploadLocation":"Posizione di caricamento:","upload.uploadMore":"Carica altri","upload.uploadProcessInterrupted":"Processo di caricamento interrotto","upload.uploadingFiles":"Caricamento file","upload.useAutoDetection":"Usa rilevamento automatico del tipo","upload.useTypeName":"Usa {{typeName}}","user.account":"Account:","user.agentOnBehalfOf":"Agente per conto di","user.agentOnBehalfOfApiKey":"Agente per conto di chiave API","user.appVersion":"Versione app","user.environment":"Ambiente","user.failedToFetchApiKey":"Impossibile recuperare la chiave API","user.failedToFetchGroup":"Impossibile recuperare il gruppo","user.failedToFetchUser":"Impossibile recuperare l'utente","user.groupId":"ID gruppo: {{id}}","user.key":"Chiave:","user.organizationId":"ID organizzazione","user.organizationRoles":"Ruoli organizzazione","user.privateKey":"Chiave privata","user.project":"Progetto:","user.projectId":"ID progetto","user.projectRoles":"Ruoli progetto","user.schedule":"Pianificazione {{title}}","user.sdkVersion":"Versione SDK","user.server":"Server","user.serviceAccount":"Account di servizio","user.serviceAccountDescription":"Questo utente è utilizzato da robot come i worker dei flussi di lavoro.","user.store":"Archivio","user.systemUser":"Utente di sistema","user.systemUserDescription":"L'utente di sistema viene utilizzato per inizializzare gli oggetti integrati.","user.tenantId":"ID tenant","user.unknown":"Sconosciuto","user.unknownUser":"Utente sconosciuto","user.unknownUserDescription":"Le informazioni dell'utente non sono disponibili.","user.unnamedGroup":"Gruppo senza nome","user.user":"Utente","user.userId":"ID utente","widgets.schema.editDescription":"Modifica descrizione","widgets.schema.invalidPropertyDeclaration":"Dichiarazione di proprietà non valida"}},ja:{[w]:{"agent.actions":"アクション","agent.activeWorkstreams_one":"エージェントは{{count}}つのアクティブなワークストリームを実行中","agent.activeWorkstreams_other":"エージェントは{{count}}つのアクティブなワークストリームを実行中","agent.agentConversation":"エージェント会話","agent.agentInterrupted":"エージェントが中断されました","agent.agentPlan":"エージェントプラン","agent.agentProcessing":"エージェントが処理中です。完了後に続行できます...","agent.agentStarted":"エージェントが開始しました","agent.agentWorking":"エージェントが作業中... (Esc Escで停止)","agent.agentWorkingStop":"エージェントが作業中... Escを2回押すか停止をクリックして中断","agent.allMessages":"すべてのメッセージ","agent.artifacts":"アーティファクト","agent.askAnything":"何でも聞いてください... (ファイルをドロップまたは貼り付け)","agent.batch":"バッチ","agent.cancelWorkflow":"ワークフローをキャンセル","agent.canceling":"キャンセル中","agent.clickToEnlarge":"クリックして拡大","agent.close":"閉じる","agent.closeFullscreen":"フルスクリーンを閉じる","agent.completed":"完了","agent.conversationForked":"会話がフォークされました","agent.conversationRestarted":"会話が再開されました","agent.copied":"コピー済み","agent.copiedAllToolCalls":"すべてのツール呼び出しをクリップボードにコピーしました","agent.copiedBatchDetails":"バッチの詳細をクリップボードにコピーしました","agent.copiedToClipboard":"クリップボードにコピーしました","agent.copy":"コピー","agent.copyAllToolCalls":"すべてのツール呼び出しをコピー","agent.copyBatchDetails":"バッチの詳細をコピー","agent.copyMessage":"メッセージをコピー","agent.copyRunId":"実行IDをコピー","agent.copyToClipboard":"クリップボードにコピー","agent.dashboard":"ダッシュボード","agent.details":"詳細","agent.document":"ドキュメント","agent.documentAttachments":"添付ドキュメント","agent.documentAttachmentsDescription":"ストアからのドキュメントがこのメッセージに添付されています。エージェントはいつでもIDで再取得したり、再添付してコンテンツを直接含めることができます。","agent.documents":"ドキュメント","agent.download":"ダウンロード","agent.downloadConversation":"会話をダウンロード","agent.dropFilesToUpload":"ファイルをドロップしてアップロード","agent.elapsed":"{{seconds}}秒経過","agent.enlargedView":"拡大表示","agent.enterMessage":"メッセージを入力して会話を開始","agent.enterToSend":"Enterで送信 / Shift+Enterで改行","agent.error":"エラー","agent.errorStarting":"ワークフローの開始エラー","agent.exit":"終了","agent.exitFullscreen":"フルスクリーンを終了","agent.export":"エクスポート","agent.exportAsPdf":"PDFとしてエクスポート","agent.exportAsPng":"PNGとしてエクスポート","agent.exportAsWord":"Wordとしてエクスポート","agent.exportMessage":"メッセージをエクスポート","agent.exporting":"エクスポート中...","agent.failedToCancelWorkflow":"ワークフローのキャンセルに失敗しました","agent.failedToDownload":"会話のダウンロードに失敗しました","agent.failedToForkConversation":"会話のフォークに失敗しました","agent.failedToInterrupt":"中断に失敗しました","agent.failedToLoadDocument":"ドキュメントの読み込みに失敗しました","agent.failedToRenderMessage":"メッセージのレンダリングに失敗しました","agent.failedToRestartConversation":"会話の再開に失敗しました","agent.failedToSend":"メッセージの送信に失敗しました","agent.filesProcessing":"ファイルを処理中","agent.filesStagedCount_one":"{{count}}個のファイルがステージ済み - 会話開始時にアップロードされます","agent.filesStagedCount_other":"{{count}}個のファイルがステージ済み - 会話開始時にアップロードされます","agent.filesUploadedDescription":"この会話にアップロードされたファイルは常に利用可能です。エージェントはいつでもアクセスできます。","agent.forkConversation":"会話をフォーク","agent.fullscreen":"フルスクリーン","agent.hideDetails":"詳細を非表示","agent.hideSidebar":"サイドバーを非表示","agent.hideThinkingDetails":"思考の詳細を非表示","agent.inProgress":"進行中","agent.linkObject":"オブジェクトをリンク","agent.loadingArtifacts":"アーティファクトを読み込み中...","agent.loadingDocument":"ドキュメントを読み込み中...","agent.main":"メイン","agent.mainWorkstream":"メインワークストリーム","agent.moreActions":"その他のアクション","agent.newerPlan":"新しいプラン","agent.no":"いいえ","agent.noActiveWorkstreams":"アクティブなワークストリームなし","agent.noAgentRunning":"現在実行中のエージェントはありません","agent.noArtifactsYet":"アーティファクトはまだありません","agent.noContentAvailable":"利用可能なコンテンツがありません","agent.noContentToExport":"エクスポートするコンテンツがありません","agent.noConversationContent":"エクスポートできる会話内容がありません","agent.noDocumentsOpen":"開いているドキュメントなし","agent.noFilesUploadedYet":"アップロードされたファイルなし","agent.noMessagesInWorkstream":"このワークストリームにはまだメッセージがありません...","agent.noPlanAvailable":"利用可能なプランなし","agent.noPlanDetected":"まだプランが検出されていません","agent.olderPlan":"古いプラン","agent.openDocument":"ドキュメントを開く","agent.openInNewTab":"新しいタブで開く","agent.pdfExportFailed":"PDFエクスポートに失敗しました","agent.pdfExportReady":"PDFエクスポートの準備ができました","agent.pending":"保留中","agent.plan":"プラン","agent.planProgress":"プランの進捗","agent.plansWillAppear":"エージェントがプランを作成するとここに表示されます","agent.printDialogDescription":"ブラウザの印刷ダイアログを使用してPDFとして保存してください","agent.processing":"処理中...","agent.ready":"準備完了","agent.refresh":"更新","agent.remaining":"残り{{seconds}}秒","agent.resizeRightPanel":"右パネルのサイズを変更","agent.restartConversation":"会話を再開","agent.retry":"再試行","agent.runIdCopied":"実行IDをコピーしました","agent.running":"実行中","agent.searchDocuments":"ドキュメントを検索","agent.selectInteraction":"インタラクションを選択して開始をクリックしてエージェントを起動","agent.send":"送信","agent.showAllMessages":"すべてのメッセージを表示","agent.showDetails":"詳細を表示","agent.showSidebar":"サイドバーを表示","agent.staged":"ステージ済み","agent.startAgent":"エージェントを開始","agent.startNewConversation":"新しい会話を開始","agent.startingAgent":"エージェントを起動中...","agent.startingAgentUploading":"エージェントを起動してファイルをアップロード中...","agent.stepByStepPlan":"ステップバイステッププラン","agent.stop":"停止","agent.stopAgent":"エージェントを停止","agent.submitSelection":"選択を送信","agent.submitSelectionCount_one":"選択を送信({{count}})","agent.submitSelectionCount_other":"選択を送信({{count}})","agent.summary":"概要","agent.taskProgress":"タスクの進捗","agent.toggleRightSidebar":"右サイドバーの切り替え","agent.typeNewInstructions":"新しい指示を入力してください","agent.typeQuestionBelow":"下に質問を入力してEnterを押すか{{buttonText}}をクリックして開始","agent.typeYourMessage":"メッセージを入力...","agent.typeYourResponse":"回答を入力...","agent.unableToOpenPrint":"印刷プレビューを開けません","agent.unknownError":"不明なエラー","agent.unknownTime":"不明な時刻","agent.upload":"アップロード","agent.uploadFailed":"アップロード失敗","agent.uploadedFiles":"アップロードされたファイル","agent.uploading":"アップロード中...","agent.uploads":"アップロード","agent.waitForFiles":"ファイルの処理完了を待ってください","agent.waitForFilesProcessing":"送信前にすべてのファイルの処理が完了するまでお待ちください","agent.waiting":"待機中...","agent.waitingForAgentResponse":"エージェントの応答を待っています...","agent.workflowCancelled":"ワークフローがキャンセルされました","agent.working":"作業中...","agent.workstreams":"ワークストリーム","agent.yes":"はい","auth.continueWithEnterprise":"エンタープライズSSOで続ける","auth.continueWithGithub":"GitHubで続ける","auth.continueWithGoogle":"Googleで続ける","auth.continueWithMicrosoft":"Microsoftで続ける","auth.enterEnterpriseEmail":"企業メールアドレスを入力","auth.error":"エラー:{{message}}","auth.firstTimeDetails":"いくつかの質問にお答えいただくだけで、すぐに始められます。","auth.firstTimeMessage":"初めてですか?問題ありません、無料でお試しいただけます!","auth.goBack":"戻る","auth.invalidEmail":"無効なメールアドレス","auth.logInOrSignUp":"ログインまたはサインアップ","auth.needToMakeChange":"変更が必要ですか?","auth.or":"または","auth.privacyPolicy":"プライバシーポリシー","auth.signInError":"申し訳ありませんが、サインインできませんでした。","auth.signInErrorContact":"もう一度お試しいただくか、お問い合わせください","auth.signInErrorPersists":"問題が続く場合。","auth.tenantNotFound":"テナントが見つかりません","auth.termsOfService":"利用規約","errors.failedToLoadTenantConfig":"テナント設定の読み込みに失敗しました","errors.somethingWentWrong":"申し訳ありません、問題が発生しました...","errors.teamNotifiedLine1":"チームに通知され、迅速に解決に取り組みます。","errors.teamNotifiedLine2":"問題をエスカレーションしたい場合や、お問い合わせは以下のメールアドレスまでご連絡ください:","filter.clearAll":"すべてクリア","filter.filter":"フィルター","filter.filterBy":"{{view}}でフィルター","filter.filterPlaceholder":"フィルター...","filter.from":"開始:","filter.noAvailableFilters":"利用可能なフィルターがありません","filter.noMatchingFilters":"一致するフィルターがありません","filter.noResultsFound":"結果が見つかりません。","filter.selectRange":"範囲を選択","filter.to":"終了:","form.clickToRemove":"クリックして削除","form.createValue":'"{{value}}"を作成',"form.filter":"フィルター...","form.noMoreOptions":"利用可能なオプションはありません","form.noOptionsFound":"オプションが見つかりません","layout.pageNotFound":"ページが見つかりません","layout.search":"検索","layout.searchPlaceholder":"検索...","login.accept":"承認","login.reject":"拒否","login.reviewInvites":"招待を確認","login.terminal.account":"アカウント","login.terminal.accountRequired":"アカウントは必須です","login.terminal.accountRequiredDesc":"ComposablePromptsサーバーへのアクセスをクライアントに許可するアカウントを選択してください","login.terminal.authPayloadCopied":"認証情報がコピーされました","login.terminal.authPayloadCopiedSuccess":"このページを閉じることができます。CLIがトークンを受信したはずです。","login.terminal.authPayloadCopiedWithError":"認証情報をターミナルに貼り付けることができます。注意:CLIがトークンを受信しませんでした。エラーが発生しました:{{error}}","login.terminal.authorizeClient":"クライアントを承認","login.terminal.browserPermissionNote":"注意:ブラウザがローカルネットワークへのアクセス許可を求めた場合は、許可してください。これはCLIツールに認証トークンを送り返すために必要です。許可しない場合は、ターミナルにトークンを手動でコピー/ペーストする必要があります。","login.terminal.chooseAccountProject":"クライアントがアクセスする対象のアカウントとプロジェクトを選択する必要があります。","login.terminal.clientAuthenticated":"クライアントが認証されました。このページを閉じることができます。","login.terminal.clientWantsAuth":"クライアントアプリがあなたの名前でComposablePromptsサーバーへのアクセスを許可することを要求しています。","login.terminal.copyAuthPayload":"認証情報をコピー","login.terminal.envLocalDev":"ローカル開発","login.terminal.envProduction":"本番環境","login.terminal.envStaging":"ステージング","login.terminal.errorAuthorizingClient":"クライアントの承認エラー","login.terminal.errorLoadingProjects":"プロジェクトの読み込みエラー","login.terminal.failedToGetToken":"Composableトークンの取得に失敗しました","login.terminal.failedToSendToken":"CLIツールへの認証トークンの送信に失敗しました","login.terminal.failedToSendTokenDesc":'これはSafariのセキュリティチェックが原因の可能性があります。エラーは"{{error}}"です',"login.terminal.invalidRequest":"無効なリクエスト","login.terminal.invalidRequestDesc":"このページはComposablePromptsサーバーへの認証のためにターミナルクライアントから呼び出される必要があります","login.terminal.profileName":"プロファイル名","login.terminal.profileNameNote":"また、クライアント設定に認証を保存するためのプロファイル名を入力してください。","login.terminal.profileRequired":"プロファイルは必須です","login.terminal.profileRequiredDesc":"クライアント認証を保存するためのプロファイル名を入力してください","login.terminal.project":"プロジェクト","login.terminal.projectRequired":"プロジェクトは必須です","login.terminal.projectRequiredDesc":"ComposablePromptsサーバーへのアクセスをクライアントに許可するプロジェクトを選択してください","login.terminal.selectAccount":"アカウントを選択","login.terminal.selectProject":"プロジェクトを選択","misc.copiedToClipboard":"クリップボードにコピーしました","misc.copy":"コピー","misc.failedToCopy":"コピーに失敗しました","misc.noData":"表示するデータがありません","misc.tableView":"テーブル表示","misc.thumbnailView":"サムネイル表示","modal.cancel":"キャンセル","modal.confirm":"確認","modal.delete.error":"オブジェクトの削除中にエラーが発生しました","modal.delete.failed":"削除に失敗しました","modal.delete.succeeded":"削除に成功しました","modal.save":"保存","modal.saveChanges":"変更を保存","modal.saveVersion.createDescription":"これらのプロパティ変更で新しいリビジョンを作成し、元のファイルを保持します。","modal.saveVersion.createNew":"新しいバージョンを作成","modal.saveVersion.createWithFileDescription":"置換ファイルで新しいリビジョンを作成し、元のファイルを保持します。","modal.saveVersion.howToSave":"これらの変更をどのように保存しますか?","modal.saveVersion.replaceFile":"コンテンツファイルを次のものに置き換えようとしています:","modal.saveVersion.updateCurrent":"現在のバージョンを更新","modal.saveVersion.updateDescription":"現在のリビジョンで直接プロパティを変更します。","modal.saveVersion.updateWithFileDescription":"コンテンツファイルを置き換え、現在のリビジョンで直接プロパティを変更します。","modal.saveVersion.versionLabel":"バージョンラベル(任意)","modal.saveVersion.versionLabelDescription":"新しいバージョンの任意のラベル。","modal.saveVersion.versionLabelPlaceholder":"例: v1.2, 承認済み, レビュー後","oauthApps.authenticate":"認証","oauthApps.authenticating":"認証中...","oauthApps.authorizationEndpoint":"認可エンドポイント","oauthApps.cancel":"キャンセル","oauthApps.clientId":"クライアント ID","oauthApps.clientSecret":"クライアントシークレット","oauthApps.clientSecretConfigured":"シークレット設定済み(保持するには空欄のまま)","oauthApps.clientSecretHelp":"任意。コンフィデンシャルクライアントに必要です。保存時に暗号化されます。","oauthApps.clientSecretPlaceholder":"クライアントシークレットを入力","oauthApps.connect":"接続","oauthApps.connected":"接続済み","oauthApps.create":"作成","oauthApps.createDescription":"このプロジェクトに新しい OAuth アプリケーションを設定します。","oauthApps.created":"OAuth アプリケーションを作成しました","oauthApps.defaultScopes":"デフォルトスコープ","oauthApps.defaultScopesHelp":"スペース区切りの OAuth スコープのリスト。","oauthApps.deleteConfirm":"OAuth アプリケーションを削除","oauthApps.deleteConfirmMessage":"本当に削除しますか","oauthApps.deleteFailed":"OAuth アプリケーションの削除に失敗しました","oauthApps.deleted":"OAuth アプリケーションを削除しました","oauthApps.description":"サードパーティ連携用の OAuth アプリケーションを設定します。","oauthApps.disconnect":"切断","oauthApps.displayName":"表示名","oauthApps.edit":"OAuth アプリケーションを編集","oauthApps.editDescription":"OAuth アプリケーションの設定を更新します。","oauthApps.empty":"OAuth アプリケーションはまだ設定されていません。","oauthApps.endpointsOptionalHelp":"オプション。.well-known ディスカバリーをサポートする MCP サーバーの場合は空白のままにしてください。","oauthApps.name":"名前","oauthApps.nameHelp":"ケバブケースの識別子(例:my-oauth-app)。作成後は変更できません。","oauthApps.notConnected":"未接続","oauthApps.revocationEndpoint":"取り消しエンドポイント","oauthApps.save":"保存","oauthApps.saveFailed":"OAuth アプリケーションの保存に失敗しました","oauthApps.saving":"保存中...","oauthApps.status":"ステータス","oauthApps.title":"OAuth アプリケーション","oauthApps.tokenEndpoint":"トークンエンドポイント","oauthApps.updated":"OAuth アプリケーションを更新しました","oauthApps.usePkce":"PKCE を使用(推奨)","pdf.close":"閉じる","pdf.closeFullscreen":"フルスクリーンを閉じる","pdf.download":"ダウンロード","pdf.failedToLoadViewer":"PDFビューアの読み込みに失敗しました","pdf.fetchingDocumentFailed":"ドキュメントの取得に失敗しました","pdf.fitToWidth":"幅に合わせる","pdf.fullscreen":"フルスクリーン","pdf.instrumentedImages":"注釈付き画像","pdf.nextPage":"次のページ","pdf.noPdfAvailable":"PDFがありません","pdf.originalImages":"オリジナル画像","pdf.page":"ページ","pdf.pageOf":"ページ {{pageNumber}} / {{totalPages}}","pdf.previousPage":"前のページ","pdf.zoomIn":"ズームイン","pdf.zoomOut":"ズームアウト","shell.accessDenied":"アクセスが拒否されました","shell.applicationNotRegistered":"アプリケーションが登録されていません","shell.organization":"組織","shell.selectOrganization":"組織を選択","shell.selectProject":"プロジェクトを選択","signup.accountType":"アカウントタイプ","signup.activelyExploring":"LLMプロジェクトを積極的に検討中","signup.alreadyUsing":"本番環境でLLMを使用中","signup.company":"企業","signup.companyDescription":"企業または組織向け。","signup.companyName":"会社名","signup.companySize":"会社規模","signup.companyWebsite":"会社ウェブサイト","signup.justTesting":"LLMのテストまたは評価中","signup.migratingLLMs":"別のLLMへ移行中","signup.other":"その他","signup.personal":"個人","signup.personalDescription":"個人利用または小規模チーム向け。","signup.pleaseEnterOrgName":"組織名を入力してください","signup.pleaseSelectAccountType":"アカウントタイプを選択してください","signup.pleaseSelectCompanySize":"会社規模を選択してください","signup.projectMaturity":"プロジェクト成熟度","signup.selectCompanySize":"会社規模を選択","signup.selectProjectMaturity":"プロジェクト成熟度を選択","signup.signUp":"サインアップ","signup.size1001to5000":"1001〜5000名","signup.size101to1000":"101〜1000名","signup.size11to100":"11〜100名","signup.size1to10":"1〜10名","signup.size5000plus":"5000名以上","signup.welcomeMessage":"Vertesiaへようこそ、{{name}}({{email}})。\n簡単な質問にお答えいただければ、すぐに始められます。\nクレジットカードは不要です。","signup.wrongAccountGoBack":"アカウントが違います、戻る","store.actions.addToCollection":"コレクションに追加","store.actions.addToCollectionBody":"選択したオブジェクトを既存のコレクションに追加するか、新しいコレクションを作成します。","store.actions.addToCollectionButton":"コレクションに追加","store.actions.addToCollectionDesc":"ドキュメントをコレクションに追加","store.actions.addToCollectionFailure":"コレクションへの追加に失敗","store.actions.addToCollectionFailureDesc":"選択したオブジェクトをコレクションに追加できませんでした","store.actions.addToCollectionSuccess":"コレクションへの追加に成功","store.actions.addToCollectionSuccessDesc":"{{count}}個のオブジェクトを選択したコレクションに追加しました","store.actions.addToCollectionTitle":"コレクションに追加","store.actions.areYouSure":"よろしいですか?","store.actions.cannotRemoveNoCollection":"オブジェクトを削除できません:コレクションが指定されていません","store.actions.changeContentType":"コンテンツタイプを変更","store.actions.changeContentTypeDesc":"選択したドキュメントのコンテンツタイプを変更","store.actions.changeType":"タイプを変更","store.actions.chooseExistingCollections":"既存のコレクションから選択","store.actions.chooseWorkflowRule":"開始するワークフロールールを選択:","store.actions.confirmDeleteAll":"選択したすべてのオブジェクトを削除してもよろしいですか?この操作は取り消せません。","store.actions.confirmDeleteSelected":"選択したオブジェクトを削除してもよろしいですか?\nこれはコレクションからの削除ではありません。","store.actions.confirmRemoveFromCollection":"このコレクションから選択したオブジェクトを削除してもよろしいですか?","store.actions.createNew":"新規作成","store.actions.delete":"削除","store.actions.deleteObjects":"オブジェクトを削除","store.actions.deleteTheSelectedObjects":"選択したオブジェクトを削除","store.actions.errorChangingType":"タイプの変更エラー","store.actions.errorDeletingObjects":"オブジェクトの削除エラー","store.actions.errorExportProperties":"プロパティのエクスポートエラー","store.actions.errorRemovingObjects":"コレクションからのオブジェクト削除エラー","store.actions.errorStartingWorkflow":"ワークフローの開始エラー","store.actions.exportAllObjectProperties":"すべてのオブジェクトプロパティをエクスポート","store.actions.exportProperties":"プロパティをエクスポート","store.actions.noCollectionContext":"コレクションコンテキストがありません","store.actions.noObjectsSelected":"オブジェクトが選択されていません","store.actions.pleaseSelectObjectsToDelete":"削除するオブジェクトを選択してください","store.actions.pleaseSelectObjectsToRemove":"コレクションから削除するオブジェクトを選択してください","store.actions.removeFromCollection":"コレクションから削除","store.actions.removeFromCollectionDesc":"このコレクションから選択したオブジェクトを削除","store.actions.selectCollection":"コレクションを選択","store.actions.startWorkflow":"ワークフローを開始","store.actions.startWorkflowByRule":"ルールによるワークフロー開始","store.actions.startWorkflowDesc":"選択したオブジェクトでワークフローを開始","store.actions.workflowStarted":"ワークフローが開始されました","store.allowedContentTypes":"許可されたコンテンツタイプ","store.allowedContentTypesOptionalDescription":"コレクションに追加できるコンテンツタイプを選択できます。設定しない場合、すべてのコンテンツタイプが許可されます。","store.allowedContentTypesSelectDescription":"コレクションに追加できるコンテンツタイプを選択してください。設定しない場合、すべてのコンテンツタイプが許可されます。","store.areYouSureDeleteCollection":"このコレクションを削除してもよろしいですか?この操作は取り消せません。","store.audioFormatRequired":"MP3、M4A、OGG、WAV、またはWebM形式が必要です","store.automaticTypeDetection":"自動タイプ検出","store.automaticTypeDetectionDescription":"Vertesiaがコンテンツを分析し、最適なタイプを選択します。最適な処理のため、ほとんどのアップロードで推奨されます。","store.cancelEdit":"キャンセル","store.chooseAFormat":"形式を選択","store.chooseContentType":"コンテンツタイプを選択...","store.chooseContentTypes":"コンテンツタイプを選択...","store.chooseWhatToExport":"エクスポートする内容を選択","store.clearSelection":"選択をクリア","store.close":"閉じる","store.collectionCreated":"コレクションが作成されました","store.collectionDeleted":"コレクションが削除されました","store.collectionFetchFailed":"コレクションの取得に失敗しました","store.collectionPropertiesUpdated":"コレクションのプロパティが更新されました","store.collectionUpdated":"コレクションが更新されました","store.collectionUpdatedSuccess":"コレクションが正常に更新されました","store.collectionsSelected":"{{count}}個のコレクションを選択中","store.configuration":"設定","store.confirmSelection":"選択を確認","store.contentCopied":"{{type}}がコピーされました","store.contentExported":"コンテンツがエクスポートされました","store.contentType":"コンテンツタイプ","store.convertingToPdf":"PDFに変換中...","store.copyFailed":"コピーに失敗しました","store.createACollection":"コレクションを作成","store.createCollection":"コレクションを作成","store.createType":"タイプを作成","store.created":"作成日時","store.createdBy":"作成者","store.deleteCollection":"コレクションを削除","store.documentExported":"ドキュメントがエクスポートされました","store.documentInformation":"ドキュメント情報","store.documentListRefreshed":"ドキュメントリストが更新されました","store.documentListRefreshedDesc":"ドキュメントリストがアップロードしたファイルで更新されました。","store.documentPreview":"ドキュメントプレビュー","store.downloadFailed":"ダウンロードに失敗しました","store.dynamicCollection":"動的コレクション","store.dynamicCollectionDescription":"クエリに基づいてコレクションのコンテンツを動的に取得します。有効でない場合、コンテンツはユーザーまたはエージェントが追加する必要があります。","store.editJson":"JSONを編集","store.editProperties":"プロパティを編集","store.editSchema":"スキーマを編集","store.editText":"テキストを編集","store.editingGenericDocument":"汎用ドキュメントのプロパティを編集中","store.embeddings":"エンベディング","store.enableSyncMemberHeads":"メンバーHEAD同期を有効にする","store.error":"エラー","store.errorCheckingDuplicates":"重複ファイルのチェック中にエラーが発生しました","store.errorCreatingType":"タイプの作成エラー","store.errorInUploadProcessingCheck":"ファイルアップロード処理チェックでエラーが発生しました","store.errorProcessingFiles":"ファイルの処理中にエラーが発生しました","store.errorSavingText":"テキストの保存に失敗しました","store.errorSavingTextDefault":"テキストコンテンツの保存中にエラーが発生しました。","store.errorUpdatingProperties":"プロパティの更新中にエラーが発生しました","store.errorUpdatingPropertiesDefault":"プロパティの更新中にエラーが発生しました。","store.exportFailed":"エクスポートに失敗しました","store.exportInProgress":"エクスポート中","store.failedToConvertToPdf":"PDFへの変換に失敗しました","store.failedToCopy":"{{type}}のクリップボードへのコピーに失敗しました","store.failedToCreateCollection":"コレクションの作成に失敗しました","store.failedToDeleteCollection":"コレクションの削除に失敗しました","store.failedToDownloadFile":"ファイルのダウンロードに失敗しました","store.failedToDownloadPdf":"PDFファイルのダウンロードに失敗しました","store.failedToExportContent":"コンテンツのエクスポートに失敗しました","store.failedToExportDocument":"ドキュメントのエクスポートに失敗しました","store.failedToFetchRoleMappings":"ロールマッピングの取得に失敗しました","store.failedToFetchTypes":"オブジェクトタイプの取得に失敗しました","store.failedToFetchWorkflows":"ワークフローの取得に失敗しました","store.failedToGetDownloadUrl":"ダウンロードURLの取得に失敗しました","store.failedToLoadDocument":"ドキュメントの読み込みに失敗しました","store.failedToLoadType":"タイプの読み込みに失敗しました","store.failedToUpdateCollection":"コレクションの更新に失敗しました","store.failedToUpdateCollectionProperties":"コレクションプロパティの更新に失敗しました","store.failedToUpdateSchema":"スキーマの更新に失敗しました","store.failedToUpdateSharedProperties":"共有プロパティの更新に失敗しました","store.failedToUpdateSkipHeadSync":"HEAD同期スキップの更新に失敗しました","store.failedToUpdateTableLayout":"テーブルレイアウトの更新に失敗しました","store.filesAnalyzedTitle":"ファイル分析完了","store.filesReadyToProcess":"ファイルの処理準備ができました","store.filterByName":"名前でフィルター","store.fullText":"全文","store.fullView":"フルビュー","store.getStartedCollections":"新しいコレクションを作成して始めましょう。","store.getStartedTypes":"新しいタイプを作成して始めましょう。","store.id":"ID","store.invalidJson":"無効なJSON","store.invalidJsonSchema":"無効なJSON Schema","store.invalidQueryJson":"無効なクエリJSON","store.invalidTableLayout":"無効なテーブルレイアウト","store.isChunkable":"チャンク可能","store.limit":"制限","store.loadingDocument":"ドキュメントを読み込み中...","store.loadingProcessingStatus":"処理状況を読み込み中...","store.na":"N/A","store.name":"名前","store.newCollections":"新規コレクション","store.newVersionCreated":"新しいバージョンが作成されました","store.newVersionCreatedDesc":"更新されたプロパティで新しいバージョンが作成されました。","store.noAudioRendition":"Web互換のオーディオレンディションがありません","store.noCollections":"コレクションなし","store.noCollectionsAvailable":"利用可能なコレクションがありません。","store.noCollectionsFound":"コレクションが見つかりません。","store.noFilesSelected":"ファイルが選択されていません","store.noObjectsDragAndDrop":"オブジェクトがありません。ドキュメントや画像をここにドラッグ&ドロップしてコンテンツオブジェクトを作成してください。","store.noPreviewAvailable":"このドキュメントタイプのプレビューはありません。","store.noProjectSelected":"プロジェクトが選択されていません","store.noPropertiesAvailable":"このドキュメントのプロパティはありません。","store.noPropertiesDefined":"プロパティが定義されていません","store.noTranscriptAvailable":"利用可能なトランスクリプトがありません","store.noType":"タイプなし","store.noValidFilesSelected":"有効なファイルが選択されていません","store.noVideoRendition":"Web互換のビデオレンディションがありません","store.none":"なし","store.openFullDocument":"完全なドキュメントを開く","store.openFullDocumentView":"完全なドキュメントビューを開く","store.optional":"(任意)","store.pdfConversionFailed":"PDF変換に失敗しました","store.pdfPreviewFullView":"PDFドキュメントのプレビューはフルビューで利用可能です。","store.pleaseFixJsonSyntax":"保存する前にJSON構文エラーを修正してください。","store.pleaseProvideName":"コレクションの名前を入力してください","store.pleaseSelectValidFiles":"有効なコンテンツのファイルを選択してください。","store.pleaseWait":"お待ちください","store.preview":"プレビュー","store.previewProperties":"プロパティをプレビュー","store.processingFailedFor":"{{name}}の処理に失敗しました","store.processingFiles":"ファイルを処理中","store.properties":"プロパティ","store.propertiesUpdated":"プロパティが更新されました","store.propertiesUpdatedDesc":"オブジェクトプロパティが正常に更新されました。","store.query":"クエリ","store.queryDescription":"コレクションのコンテンツを動的に取得するクエリを定義します。","store.refresh":"更新","store.renderingDocument":"ドキュメントをレンダリング中...","store.saveChanges":"変更を保存","store.saveText":"保存","store.schemaEditor":"スキーマエディター","store.schemaUpdated":"スキーマが更新されました","store.schemaUpdatedSuccess":"スキーマが正常に更新されました","store.search":"検索","store.searchCollections":"コレクションを検索","store.searchFailed":"検索に失敗しました","store.searchPlaceholder":"検索内容を入力するか、フィルターを選択してください","store.searchTypes":"タイプを検索","store.searching":"検索中...","store.selectACollection":"コレクションを選択","store.selectContent":"コンテンツを選択","store.selectContentType":"コンテンツタイプを選択","store.selectContentTypeAuto":"コンテンツタイプを選択するか、空のままにすると自動検出されます","store.selectContentTypeLabel":"コンテンツタイプを選択","store.selectPropertiesToShare":"共有するプロパティを選択","store.semanticChunking":"セマンティックチャンキング","store.semanticSearch":"セマンティック検索","store.semanticSearchSettings":"セマンティック検索設定","store.sharedProperties":"共有プロパティ","store.sharedPropertiesDescription":"コレクション内のすべてのメンバー間で共有するプロパティを追加します。この機能にはプロジェクトで共有プロパティ同期を有効にする必要があります。","store.showingFirst128K":"最初の128K文字のみ表示","store.size":"サイズ","store.staticCollection":"静的コレクション","store.strictMode":"厳格モード","store.successfullyCopied":"{{type}}をクリップボードに正常にコピーしました","store.successfullyExportedTo":"{{format}}に正常にエクスポートしました","store.syncMemberHeads":"メンバーHEADを同期","store.syncMemberHeadsDescription":"メンバーの新しいHEADバージョンが作成されると、コレクションは新しいHEADを指すように更新されます。","store.tableLayout":"テーブルレイアウト","store.tableLayoutDescription":"テーブルでのコレクション表示用のカスタムレイアウトを定義します。","store.tableLayoutUpdated":"テーブルレイアウトが更新されました","store.tableLayoutUpdatedDesc":"テーブルレイアウトが正常に更新されました","store.textConflict":"ドキュメントが別の場所で変更されました。更新して再試行してください。","store.textSaved":"テキストコンテンツを保存しました","store.typeCreated":"タイプが作成されました","store.typeDescription":"コレクションにカスタムプロパティとデータを割り当てるコンテンツタイプを選択できます。","store.typeSelectDescription":"コレクションにカスタムプロパティとデータを割り当てるコンテンツタイプを選択してください。","store.unknown":"不明","store.unsavedChanges":"未保存の変更","store.updated":"更新日時","store.updatedAt":"更新日時","store.updatedBy":"更新者","store.updatedSharedProperties":"共有プロパティを更新しました","store.updatedSkipHeadSync":"HEAD同期スキップ設定を更新しました","store.upload":"アップロード","store.uploadComplete":"アップロード完了","store.uploadIssues":"アップロードの問題","store.validationFailed":"バリデーション失敗","store.videoFormatRequired":"MP4またはWebM形式が必要です","store.viewAsPdf":"PDFとして表示","store.viewAudio":"オーディオを表示","store.viewImage":"画像を表示","store.viewInJsonFormat":"JSON形式で表示","store.viewPdf":"PDFを表示","store.viewText":"テキストを表示","store.viewTranscript":"トランスクリプトを表示","store.viewVideo":"ビデオを表示","store.viewingNewVersion":"新しいバージョンを表示中","store.viewingNewVersionDefault":"新しいバージョンを表示中","store.viewingVersionLabel":"バージョン'{{label}}'を表示中","theme.dark":"ダーク","theme.label":"テーマ","theme.light":"ライト","theme.system":"システム","type.description":"説明","type.name":"名前","type.nameRequired":"名前は必須です","upload.allFilesExist":"すべての{{count}}個のファイルはシステムに既に存在するため、スキップされます。結果を確認できます。","upload.analyzingFiles":"ファイルを分析中...","upload.checkingForDuplicates":"重複とアップデートを確認中","upload.collectionLabel":"コレクション:","upload.contentTypeTooltip":"アップロードするファイルに適用するコンテンツタイプを選択してください。空のままにすると、Vertesiaがファイル内容に基づいて自動的にタイプを検出します。","upload.continue":"続行","upload.dragAndDrop":"ファイルをここにドラッグ&ドロップするか、クリックして選択","upload.errorAnalyzingFiles":"ファイルの分析中にエラーが発生しました","upload.failedToUpload":"アップロード失敗","upload.fileAnalysisResults":"ファイル分析結果","upload.filesAnalyzed":"ファイル分析完了","upload.filesProcessed_one":"{{count}}個のファイルを処理済み","upload.filesProcessed_other":"{{count}}個のファイルを処理済み","upload.filesReadyToProcess_one":"{{count}}個のファイルが処理可能です","upload.filesReadyToProcess_other":"{{count}}個のファイルが処理可能です","upload.filesToSkip_one":"{{count}}個のファイルはシステムに既に存在するため、スキップされます。","upload.filesToSkip_other":"{{count}}個のファイルはシステムに既に存在するため、スキップされます。","upload.folderLabel":"フォルダ:","upload.inCollection":"コレクション '{{collection}}' 内","upload.inFolder":"フォルダ '{{location}}' 内","upload.new":"新規","upload.noFilesToProcess":"処理するファイルがありません。","upload.noItems":"表示する項目がありません","upload.preparingFiles_one":"{{count}}個のファイルのアップロードを準備中...","upload.preparingFiles_other":"{{count}}個のファイルのアップロードを準備中...","upload.preparingFolder_one":"1つのフォルダ({{fileCount}}ファイル)のアップロードを準備中...","upload.preparingFolder_other":"{{folderCount}}個のフォルダ({{fileCount}}ファイル)のアップロードを準備中...","upload.processedCount":"{{processed}}/{{total}}個のファイルを処理済み...","upload.processingFilesAction":"ファイルを処理中({{action}})","upload.selectFiles":"ファイルを選択","upload.selectFolder":"フォルダを選択","upload.skip":"スキップ","upload.skippedAlreadyExisted":"スキップ(既に存在)","upload.successfullyUpdated":"更新成功","upload.successfullyUploaded":"アップロード成功","upload.update":"更新","upload.uploadComplete":"アップロード完了","upload.uploadFiles":"ファイルをアップロード","upload.uploadLocation":"アップロード先:","upload.uploadMore":"さらにアップロード","upload.uploadProcessInterrupted":"アップロード処理が中断されました","upload.uploadingFiles":"ファイルをアップロード中","upload.useAutoDetection":"自動タイプ検出を使用","upload.useTypeName":"{{typeName}}を使用","user.account":"アカウント:","user.agentOnBehalfOf":"代理エージェント","user.agentOnBehalfOfApiKey":"APIキーの代理エージェント","user.appVersion":"アプリバージョン","user.environment":"環境","user.failedToFetchApiKey":"APIキーの取得に失敗しました","user.failedToFetchGroup":"グループの取得に失敗しました","user.failedToFetchUser":"ユーザーの取得に失敗しました","user.groupId":"グループID:{{id}}","user.key":"キー:","user.organizationId":"組織ID","user.organizationRoles":"組織ロール","user.privateKey":"秘密鍵","user.project":"プロジェクト:","user.projectId":"プロジェクトID","user.projectRoles":"プロジェクトロール","user.schedule":"{{title}}をスケジュール","user.sdkVersion":"SDKバージョン","user.server":"サーバー","user.serviceAccount":"サービスアカウント","user.serviceAccountDescription":"このユーザーはワークフローワーカーなどのロボットが使用します。","user.store":"ストア","user.systemUser":"システムユーザー","user.systemUserDescription":"システムユーザーは組み込みオブジェクトの初期化に使用されます。","user.tenantId":"テナントID","user.unknown":"不明","user.unknownUser":"不明なユーザー","user.unknownUserDescription":"ユーザー情報は利用できません。","user.unnamedGroup":"名前なしグループ","user.user":"ユーザー","user.userId":"ユーザーID","widgets.schema.editDescription":"説明を編集","widgets.schema.invalidPropertyDeclaration":"無効なプロパティ宣言"}},ko:{[w]:{"agent.actions":"작업","agent.activeWorkstreams_one":"에이전트가 {{count}}개의 활성 워크스트림을 실행 중","agent.activeWorkstreams_other":"에이전트가 {{count}}개의 활성 워크스트림을 실행 중","agent.agentConversation":"에이전트 대화","agent.agentInterrupted":"에이전트가 중단되었습니다","agent.agentPlan":"에이전트 계획","agent.agentProcessing":"에이전트가 처리 중입니다. 완료되면 계속할 수 있습니다...","agent.agentStarted":"에이전트가 시작되었습니다","agent.agentWorking":"에이전트가 작업 중... (Esc Esc로 중지)","agent.agentWorkingStop":"에이전트가 작업 중... Esc를 두 번 누르거나 중지를 클릭하여 중단","agent.allMessages":"모든 메시지","agent.artifacts":"아티팩트","agent.askAnything":"무엇이든 물어보세요... (파일 드롭 또는 붙여넣기)","agent.batch":"배치","agent.cancelWorkflow":"워크플로 취소","agent.canceling":"취소 중","agent.clickToEnlarge":"클릭하여 확대","agent.close":"닫기","agent.closeFullscreen":"전체 화면 닫기","agent.completed":"완료","agent.conversationForked":"대화가 포크되었습니다","agent.conversationRestarted":"대화가 다시 시작되었습니다","agent.copied":"복사됨","agent.copiedAllToolCalls":"모든 도구 호출이 클립보드에 복사되었습니다","agent.copiedBatchDetails":"배치 세부정보가 클립보드에 복사되었습니다","agent.copiedToClipboard":"클립보드에 복사되었습니다","agent.copy":"복사","agent.copyAllToolCalls":"모든 도구 호출 복사","agent.copyBatchDetails":"배치 세부정보 복사","agent.copyMessage":"메시지 복사","agent.copyRunId":"실행 ID 복사","agent.copyToClipboard":"클립보드에 복사","agent.dashboard":"대시보드","agent.details":"세부정보","agent.document":"문서","agent.documentAttachments":"문서 첨부파일","agent.documentAttachmentsDescription":"이 메시지에 첨부된 스토어의 문서입니다. 에이전트는 언제든지 ID로 다시 가져오거나 다시 첨부하여 콘텐츠를 직접 포함할 수 있습니다.","agent.documents":"문서","agent.download":"다운로드","agent.downloadConversation":"대화 다운로드","agent.dropFilesToUpload":"파일을 끌어다 놓아 업로드","agent.elapsed":"{{seconds}}초 경과","agent.enlargedView":"확대 보기","agent.enterMessage":"메시지를 입력하여 대화를 시작하세요","agent.enterToSend":"Enter로 전송 / Shift+Enter로 줄 바꿈","agent.error":"오류","agent.errorStarting":"워크플로 시작 오류","agent.exit":"종료","agent.exitFullscreen":"전체 화면 종료","agent.export":"내보내기","agent.exportAsPdf":"PDF로 내보내기","agent.exportAsPng":"PNG로 내보내기","agent.exportAsWord":"Word로 내보내기","agent.exportMessage":"메시지 내보내기","agent.exporting":"내보내는 중...","agent.failedToCancelWorkflow":"워크플로 취소 실패","agent.failedToDownload":"대화 다운로드에 실패했습니다","agent.failedToForkConversation":"대화 포크 실패","agent.failedToInterrupt":"중단에 실패했습니다","agent.failedToLoadDocument":"문서 로드 실패","agent.failedToRenderMessage":"메시지 렌더링에 실패했습니다","agent.failedToRestartConversation":"대화 다시 시작 실패","agent.failedToSend":"메시지 전송에 실패했습니다","agent.filesProcessing":"파일 처리 중","agent.filesStagedCount_one":"{{count}}개의 파일이 준비됨 - 대화 시작 시 업로드됩니다","agent.filesStagedCount_other":"{{count}}개의 파일이 준비됨 - 대화 시작 시 업로드됩니다","agent.filesUploadedDescription":"이 대화에 업로드된 파일은 계속 사용할 수 있습니다. 에이전트는 언제든지 액세스할 수 있습니다.","agent.forkConversation":"대화 포크","agent.fullscreen":"전체 화면","agent.hideDetails":"세부정보 숨기기","agent.hideSidebar":"사이드바 숨기기","agent.hideThinkingDetails":"사고 세부정보 숨기기","agent.inProgress":"진행 중","agent.linkObject":"객체 연결","agent.loadingArtifacts":"아티팩트 로드 중...","agent.loadingDocument":"문서 로드 중...","agent.main":"메인","agent.mainWorkstream":"메인 워크스트림","agent.moreActions":"추가 작업","agent.newerPlan":"최신 계획","agent.no":"아니오","agent.noActiveWorkstreams":"활성 워크스트림 없음","agent.noAgentRunning":"현재 실행 중인 에이전트가 없습니다","agent.noArtifactsYet":"아직 아티팩트 없음","agent.noContentAvailable":"사용 가능한 콘텐츠 없음","agent.noContentToExport":"내보낼 콘텐츠가 없습니다","agent.noConversationContent":"내보낼 대화 내용이 없습니다","agent.noDocumentsOpen":"열린 문서 없음","agent.noFilesUploadedYet":"업로드된 파일 없음","agent.noMessagesInWorkstream":"이 워크스트림에 아직 메시지가 없습니다...","agent.noPlanAvailable":"사용 가능한 계획 없음","agent.noPlanDetected":"아직 계획이 감지되지 않았습니다","agent.olderPlan":"이전 계획","agent.openDocument":"문서 열기","agent.openInNewTab":"새 탭에서 열기","agent.pdfExportFailed":"PDF 내보내기 실패","agent.pdfExportReady":"PDF 내보내기 준비 완료","agent.pending":"대기 중","agent.plan":"계획","agent.planProgress":"계획 진행률","agent.plansWillAppear":"에이전트가 계획을 생성하면 여기에 표시됩니다","agent.printDialogDescription":"브라우저의 인쇄 대화 상자를 사용하여 PDF로 저장하세요","agent.processing":"처리 중...","agent.ready":"준비 완료","agent.refresh":"새로고침","agent.remaining":"{{seconds}}초 남음","agent.resizeRightPanel":"오른쪽 패널 크기 조정","agent.restartConversation":"대화 다시 시작","agent.retry":"재시도","agent.runIdCopied":"실행 ID가 복사되었습니다","agent.running":"실행 중","agent.searchDocuments":"문서 검색","agent.selectInteraction":"인터랙션을 선택하고 시작을 클릭하여 에이전트를 시작하세요","agent.send":"보내기","agent.showAllMessages":"모든 메시지 표시","agent.showDetails":"세부정보 표시","agent.showSidebar":"사이드바 표시","agent.staged":"준비됨","agent.startAgent":"에이전트 시작","agent.startNewConversation":"새 대화 시작","agent.startingAgent":"에이전트 시작 중...","agent.startingAgentUploading":"에이전트 시작 및 파일 업로드 중...","agent.stepByStepPlan":"단계별 계획","agent.stop":"중지","agent.stopAgent":"에이전트 중지","agent.submitSelection":"선택 제출","agent.submitSelectionCount_one":"선택 제출({{count}})","agent.submitSelectionCount_other":"선택 제출({{count}})","agent.summary":"요약","agent.taskProgress":"작업 진행률","agent.toggleRightSidebar":"오른쪽 사이드바 전환","agent.typeNewInstructions":"새로운 지시사항을 입력하세요","agent.typeQuestionBelow":"아래에 질문을 입력하고 Enter를 누르거나 {{buttonText}}를 클릭하여 시작하세요","agent.typeYourMessage":"메시지를 입력하세요...","agent.typeYourResponse":"응답을 입력하세요...","agent.unableToOpenPrint":"인쇄 미리보기를 열 수 없습니다","agent.unknownError":"알 수 없는 오류","agent.unknownTime":"알 수 없는 시간","agent.upload":"업로드","agent.uploadFailed":"업로드 실패","agent.uploadedFiles":"업로드된 파일","agent.uploading":"업로드 중...","agent.uploads":"업로드","agent.waitForFiles":"파일 처리가 완료될 때까지 기다려 주세요","agent.waitForFilesProcessing":"전송 전에 모든 파일 처리가 완료될 때까지 기다려 주세요","agent.waiting":"대기 중...","agent.waitingForAgentResponse":"에이전트 응답 대기 중...","agent.workflowCancelled":"워크플로가 취소되었습니다","agent.working":"작업 중...","agent.workstreams":"워크스트림","agent.yes":"예","auth.continueWithEnterprise":"기업 SSO로 계속","auth.continueWithGithub":"GitHub으로 계속","auth.continueWithGoogle":"Google로 계속","auth.continueWithMicrosoft":"Microsoft로 계속","auth.enterEnterpriseEmail":"기업 이메일을 입력하세요","auth.error":"오류: {{message}}","auth.firstTimeDetails":"몇 가지 질문만 드리면 바로 시작할 수 있습니다.","auth.firstTimeMessage":"처음이신가요? 걱정 마세요, 무료로 체험할 수 있습니다!","auth.goBack":"돌아가기","auth.invalidEmail":"유효하지 않은 이메일 주소","auth.logInOrSignUp":"로그인 또는 가입","auth.needToMakeChange":"변경이 필요하신가요?","auth.or":"또는","auth.privacyPolicy":"개인정보 처리방침","auth.signInError":"죄송합니다. 로그인할 수 없습니다.","auth.signInErrorContact":"다시 시도하거나 문의해 주세요","auth.signInErrorPersists":"문제가 계속되는 경우.","auth.tenantNotFound":"테넌트를 찾을 수 없음","auth.termsOfService":"서비스 약관","errors.failedToLoadTenantConfig":"테넌트 설정을 로드하지 못했습니다","errors.somethingWentWrong":"죄송합니다. 문제가 발생했습니다...","errors.teamNotifiedLine1":"팀에 알림이 전달되었으며, 빠르게 해결하겠습니다.","errors.teamNotifiedLine2":"문제를 보고하거나 문의하시려면 다음 이메일로 연락해 주세요:","filter.clearAll":"모두 지우기","filter.filter":"필터","filter.filterBy":"{{view}}로 필터","filter.filterPlaceholder":"필터...","filter.from":"시작:","filter.noAvailableFilters":"사용 가능한 필터가 없습니다","filter.noMatchingFilters":"일치하는 필터가 없습니다","filter.noResultsFound":"결과를 찾을 수 없습니다.","filter.selectRange":"범위 선택","filter.to":"끝:","form.clickToRemove":"클릭하여 제거","form.createValue":'"{{value}}" 만들기',"form.filter":"필터...","form.noMoreOptions":"더 이상 사용 가능한 옵션이 없습니다","form.noOptionsFound":"옵션을 찾을 수 없음","layout.pageNotFound":"페이지를 찾을 수 없음","layout.search":"검색","layout.searchPlaceholder":"검색...","login.accept":"수락","login.reject":"거부","login.reviewInvites":"초대 검토","login.terminal.account":"계정","login.terminal.accountRequired":"계정은 필수입니다","login.terminal.accountRequiredDesc":"ComposablePrompts 서버에 대한 클라이언트 접근을 허가할 계정을 선택해 주세요","login.terminal.authPayloadCopied":"인증 정보가 복사되었습니다","login.terminal.authPayloadCopiedSuccess":"이 페이지를 닫을 수 있습니다. CLI가 토큰을 수신했을 것입니다.","login.terminal.authPayloadCopiedWithError":"인증 정보를 터미널에 붙여넣을 수 있습니다. 참고: CLI가 토큰을 수신하지 못했습니다. 오류가 발생했습니다: {{error}}","login.terminal.authorizeClient":"클라이언트 승인","login.terminal.browserPermissionNote":"참고: 브라우저에서 로컬 네트워크 접근 권한을 요청하면 허용해 주세요. 이는 CLI 도구로 인증 토큰을 다시 보내는 데 필요합니다. 허용하지 않으면 터미널에 토큰을 수동으로 복사/붙여넣기해야 합니다.","login.terminal.chooseAccountProject":"클라이언트가 접근할 대상 계정과 프로젝트를 선택해야 합니다.","login.terminal.clientAuthenticated":"클라이언트가 인증되었습니다. 이 페이지를 닫을 수 있습니다.","login.terminal.clientWantsAuth":"클라이언트 앱이 귀하의 이름으로 ComposablePrompts 서버에 접근하는 것을 허가 요청하고 있습니다.","login.terminal.copyAuthPayload":"인증 정보 복사","login.terminal.envLocalDev":"로컬 개발","login.terminal.envProduction":"프로덕션","login.terminal.envStaging":"스테이징","login.terminal.errorAuthorizingClient":"클라이언트 승인 오류","login.terminal.errorLoadingProjects":"프로젝트 로드 오류","login.terminal.failedToGetToken":"Composable 토큰 가져오기 실패","login.terminal.failedToSendToken":"CLI 도구로 인증 토큰 전송 실패","login.terminal.failedToSendTokenDesc":'이는 Safari의 보안 검사로 인한 것일 수 있습니다. 오류는 "{{error}}"입니다',"login.terminal.invalidRequest":"유효하지 않은 요청","login.terminal.invalidRequestDesc":"이 페이지는 ComposablePrompts 서버 인증을 위해 터미널 클라이언트에서 호출되어야 합니다","login.terminal.profileName":"프로필 이름","login.terminal.profileNameNote":"또한 클라이언트 설정에 인증을 저장하기 위한 프로필 이름을 입력하세요.","login.terminal.profileRequired":"프로필은 필수입니다","login.terminal.profileRequiredDesc":"클라이언트 인증을 저장할 프로필 이름을 입력해 주세요","login.terminal.project":"프로젝트","login.terminal.projectRequired":"프로젝트는 필수입니다","login.terminal.projectRequiredDesc":"ComposablePrompts 서버에 대한 클라이언트 접근을 허가할 프로젝트를 선택해 주세요","login.terminal.selectAccount":"계정 선택","login.terminal.selectProject":"프로젝트 선택","misc.copiedToClipboard":"클립보드에 복사되었습니다","misc.copy":"복사","misc.failedToCopy":"복사 실패","misc.noData":"표시할 데이터가 없습니다","misc.tableView":"테이블 보기","misc.thumbnailView":"썸네일 보기","modal.cancel":"취소","modal.confirm":"확인","modal.delete.error":"객체를 삭제하는 중 오류가 발생했습니다","modal.delete.failed":"삭제 실패","modal.delete.succeeded":"삭제 성공","modal.save":"저장","modal.saveChanges":"변경 사항 저장","modal.saveVersion.createDescription":"이 속성 변경으로 새 리비전을 만들고 원본을 보존합니다.","modal.saveVersion.createNew":"새 버전 만들기","modal.saveVersion.createWithFileDescription":"교체 파일로 새 리비전을 만들고 원본을 보존합니다.","modal.saveVersion.howToSave":"이 변경 사항을 어떻게 저장하시겠습니까?","modal.saveVersion.replaceFile":"콘텐츠 파일을 다음으로 교체하려고 합니다:","modal.saveVersion.updateCurrent":"현재 버전 업데이트","modal.saveVersion.updateDescription":"현재 리비전에서 직접 속성을 수정합니다.","modal.saveVersion.updateWithFileDescription":"콘텐츠 파일을 교체하고 현재 리비전에서 직접 속성을 수정합니다.","modal.saveVersion.versionLabel":"버전 라벨 (선택사항)","modal.saveVersion.versionLabelDescription":"새 버전의 선택적 라벨.","modal.saveVersion.versionLabelPlaceholder":"예: v1.2, 승인됨, 검토 후","oauthApps.authenticate":"인증","oauthApps.authenticating":"인증 중...","oauthApps.authorizationEndpoint":"인가 엔드포인트","oauthApps.cancel":"취소","oauthApps.clientId":"클라이언트 ID","oauthApps.clientSecret":"클라이언트 시크릿","oauthApps.clientSecretConfigured":"시크릿이 설정됨 (유지하려면 비워두세요)","oauthApps.clientSecretHelp":"선택 사항. 기밀 클라이언트에 필요합니다. 저장 시 암호화됩니다.","oauthApps.clientSecretPlaceholder":"클라이언트 시크릿 입력","oauthApps.connect":"연결","oauthApps.connected":"연결됨","oauthApps.create":"생성","oauthApps.createDescription":"이 프로젝트에 새 OAuth 애플리케이션을 구성합니다.","oauthApps.created":"OAuth 애플리케이션이 생성되었습니다","oauthApps.defaultScopes":"기본 범위","oauthApps.defaultScopesHelp":"공백으로 구분된 OAuth 범위 목록.","oauthApps.deleteConfirm":"OAuth 애플리케이션 삭제","oauthApps.deleteConfirmMessage":"정말 삭제하시겠습니까","oauthApps.deleteFailed":"OAuth 애플리케이션 삭제에 실패했습니다","oauthApps.deleted":"OAuth 애플리케이션이 삭제되었습니다","oauthApps.description":"서드파티 통합을 위한 OAuth 애플리케이션을 구성합니다.","oauthApps.disconnect":"연결 해제","oauthApps.displayName":"표시 이름","oauthApps.edit":"OAuth 애플리케이션 편집","oauthApps.editDescription":"OAuth 애플리케이션 구성을 업데이트합니다.","oauthApps.empty":"아직 구성된 OAuth 애플리케이션이 없습니다.","oauthApps.endpointsOptionalHelp":"선택 사항. .well-known 검색을 지원하는 MCP 서버의 경우 비워 두세요.","oauthApps.name":"이름","oauthApps.nameHelp":"케밥 케이스 식별자 (예: my-oauth-app). 생성 후 변경할 수 없습니다.","oauthApps.notConnected":"연결되지 않음","oauthApps.revocationEndpoint":"취소 엔드포인트","oauthApps.save":"저장","oauthApps.saveFailed":"OAuth 애플리케이션 저장에 실패했습니다","oauthApps.saving":"저장 중...","oauthApps.status":"상태","oauthApps.title":"OAuth 애플리케이션","oauthApps.tokenEndpoint":"토큰 엔드포인트","oauthApps.updated":"OAuth 애플리케이션이 업데이트되었습니다","oauthApps.usePkce":"PKCE 사용 (권장)","pdf.close":"닫기","pdf.closeFullscreen":"전체 화면 닫기","pdf.download":"다운로드","pdf.failedToLoadViewer":"PDF 뷰어를 로드하지 못했습니다","pdf.fetchingDocumentFailed":"문서를 가져오지 못했습니다","pdf.fitToWidth":"너비에 맞추기","pdf.fullscreen":"전체 화면","pdf.instrumentedImages":"주석 이미지","pdf.nextPage":"다음 페이지","pdf.noPdfAvailable":"사용 가능한 PDF가 없습니다","pdf.originalImages":"원본 이미지","pdf.page":"페이지","pdf.pageOf":"페이지 {{pageNumber}} / {{totalPages}}","pdf.previousPage":"이전 페이지","pdf.zoomIn":"확대","pdf.zoomOut":"축소","shell.accessDenied":"접근이 거부되었습니다","shell.applicationNotRegistered":"애플리케이션이 등록되지 않았습니다","shell.organization":"조직","shell.selectOrganization":"조직 선택","shell.selectProject":"프로젝트 선택","signup.accountType":"계정 유형","signup.activelyExploring":"LLM 프로젝트를 적극적으로 탐색 중","signup.alreadyUsing":"프로덕션 환경에서 LLM 사용 중","signup.company":"회사","signup.companyDescription":"회사 또는 조직용.","signup.companyName":"회사명","signup.companySize":"회사 규모","signup.companyWebsite":"회사 웹사이트","signup.justTesting":"LLM 테스트 또는 평가 중","signup.migratingLLMs":"다른 LLM으로 마이그레이션 중","signup.other":"기타","signup.personal":"개인","signup.personalDescription":"개인 사용 또는 소규모 팀용.","signup.pleaseEnterOrgName":"조직 이름을 입력해 주세요","signup.pleaseSelectAccountType":"계정 유형을 선택해 주세요","signup.pleaseSelectCompanySize":"회사 규모를 선택해 주세요","signup.projectMaturity":"프로젝트 성숙도","signup.selectCompanySize":"회사 규모 선택","signup.selectProjectMaturity":"프로젝트 성숙도 선택","signup.signUp":"가입","signup.size1001to5000":"1001~5000명","signup.size101to1000":"101~1000명","signup.size11to100":"11~100명","signup.size1to10":"1~10명","signup.size5000plus":"5000명 이상","signup.welcomeMessage":"Vertesia에 오신 것을 환영합니다, {{name}} ({{email}}).\n간단한 질문에 답해 주시면 바로 시작할 수 있습니다.\n신용카드가 필요하지 않습니다.","signup.wrongAccountGoBack":"잘못된 계정입니다, 돌아가기","store.actions.addToCollection":"컬렉션에 추가","store.actions.addToCollectionBody":"선택한 객체를 기존 컬렉션에 추가하거나 새 컬렉션을 만듭니다.","store.actions.addToCollectionButton":"컬렉션에 추가","store.actions.addToCollectionDesc":"문서를 컬렉션에 추가","store.actions.addToCollectionFailure":"컬렉션 추가 실패","store.actions.addToCollectionFailureDesc":"선택한 객체를 컬렉션에 추가하지 못했습니다","store.actions.addToCollectionSuccess":"컬렉션 추가 성공","store.actions.addToCollectionSuccessDesc":"{{count}}개의 객체를 선택한 컬렉션에 추가했습니다","store.actions.addToCollectionTitle":"컬렉션에 추가","store.actions.areYouSure":"확실합니까?","store.actions.cannotRemoveNoCollection":"객체를 제거할 수 없습니다: 컬렉션이 지정되지 않았습니다","store.actions.changeContentType":"콘텐츠 유형 변경","store.actions.changeContentTypeDesc":"선택한 문서의 콘텐츠 유형 변경","store.actions.changeType":"유형 변경","store.actions.chooseExistingCollections":"기존 컬렉션에서 선택","store.actions.chooseWorkflowRule":"시작할 워크플로 규칙을 선택하세요:","store.actions.confirmDeleteAll":"선택한 모든 객체를 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다.","store.actions.confirmDeleteSelected":"선택한 객체를 삭제하시겠습니까?\n이것은 컬렉션에서 제거하는 것이 아닙니다.","store.actions.confirmRemoveFromCollection":"이 컬렉션에서 선택한 객체를 제거하시겠습니까?","store.actions.createNew":"새로 만들기","store.actions.delete":"삭제","store.actions.deleteObjects":"객체 삭제","store.actions.deleteTheSelectedObjects":"선택한 객체 삭제","store.actions.errorChangingType":"유형 변경 오류","store.actions.errorDeletingObjects":"객체 삭제 오류","store.actions.errorExportProperties":"속성 내보내기 오류","store.actions.errorRemovingObjects":"컬렉션에서 객체 제거 오류","store.actions.errorStartingWorkflow":"워크플로 시작 오류","store.actions.exportAllObjectProperties":"모든 객체 속성 내보내기","store.actions.exportProperties":"속성 내보내기","store.actions.noCollectionContext":"컬렉션 컨텍스트가 없습니다","store.actions.noObjectsSelected":"선택된 객체가 없습니다","store.actions.pleaseSelectObjectsToDelete":"삭제할 객체를 선택해 주세요","store.actions.pleaseSelectObjectsToRemove":"컬렉션에서 제거할 객체를 선택해 주세요","store.actions.removeFromCollection":"컬렉션에서 제거","store.actions.removeFromCollectionDesc":"이 컬렉션에서 선택한 객체 제거","store.actions.selectCollection":"컬렉션 선택","store.actions.startWorkflow":"워크플로 시작","store.actions.startWorkflowByRule":"규칙으로 워크플로 시작","store.actions.startWorkflowDesc":"선택한 객체에 대해 워크플로 시작","store.actions.workflowStarted":"워크플로가 시작되었습니다","store.allowedContentTypes":"허용된 콘텐츠 유형","store.allowedContentTypesOptionalDescription":"컬렉션에 추가할 수 있는 콘텐츠 유형을 선택할 수 있습니다. 설정하지 않으면 모든 콘텐츠 유형이 허용됩니다.","store.allowedContentTypesSelectDescription":"컬렉션에 추가할 수 있는 콘텐츠 유형을 선택하세요. 설정하지 않으면 모든 콘텐츠 유형이 허용됩니다.","store.areYouSureDeleteCollection":"이 컬렉션을 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다.","store.audioFormatRequired":"MP3, M4A, OGG, WAV 또는 WebM 형식이 필요합니다","store.automaticTypeDetection":"자동 유형 감지","store.automaticTypeDetectionDescription":"Vertesia가 콘텐츠를 분석하여 가장 적합한 유형을 선택합니다. 최적의 처리를 위해 대부분의 업로드에 권장됩니다.","store.cancelEdit":"취소","store.chooseAFormat":"형식 선택","store.chooseContentType":"콘텐츠 유형 선택...","store.chooseContentTypes":"콘텐츠 유형 선택...","store.chooseWhatToExport":"내보낼 항목 선택","store.clearSelection":"선택 해제","store.close":"닫기","store.collectionCreated":"컬렉션이 생성되었습니다","store.collectionDeleted":"컬렉션이 삭제되었습니다","store.collectionFetchFailed":"컬렉션 가져오기 실패","store.collectionPropertiesUpdated":"컬렉션 속성이 업데이트되었습니다","store.collectionUpdated":"컬렉션이 업데이트되었습니다","store.collectionUpdatedSuccess":"컬렉션이 성공적으로 업데이트되었습니다","store.collectionsSelected":"{{count}}개의 컬렉션이 선택됨","store.configuration":"설정","store.confirmSelection":"선택 확인","store.contentCopied":"{{type}}가 복사되었습니다","store.contentExported":"콘텐츠가 내보내기되었습니다","store.contentType":"콘텐츠 유형","store.convertingToPdf":"PDF로 변환 중...","store.copyFailed":"복사 실패","store.createACollection":"컬렉션 만들기","store.createCollection":"컬렉션 만들기","store.createType":"유형 만들기","store.created":"생성일","store.createdBy":"생성자","store.deleteCollection":"컬렉션 삭제","store.documentExported":"문서가 내보내기되었습니다","store.documentInformation":"문서 정보","store.documentListRefreshed":"문서 목록이 새로고침되었습니다","store.documentListRefreshedDesc":"문서 목록이 업로드한 파일로 업데이트되었습니다.","store.documentPreview":"문서 미리보기","store.downloadFailed":"다운로드 실패","store.dynamicCollection":"동적 컬렉션","store.dynamicCollectionDescription":"쿼리를 기반으로 컬렉션 콘텐츠를 동적으로 가져옵니다. 활성화하지 않으면 사용자 또는 에이전트가 콘텐츠를 추가해야 합니다.","store.editJson":"JSON 편집","store.editProperties":"속성 편집","store.editSchema":"스키마 편집","store.editText":"텍스트 편집","store.editingGenericDocument":"일반 문서 속성 편집 중","store.embeddings":"임베딩","store.enableSyncMemberHeads":"멤버 HEAD 동기화 활성화","store.error":"오류","store.errorCheckingDuplicates":"중복 파일 확인 중 오류가 발생했습니다","store.errorCreatingType":"유형 생성 오류","store.errorInUploadProcessingCheck":"파일 업로드 처리 확인 중 오류가 발생했습니다","store.errorProcessingFiles":"파일 처리 중 오류가 발생했습니다","store.errorSavingText":"텍스트 저장 실패","store.errorSavingTextDefault":"텍스트 콘텐츠를 저장하는 중 오류가 발생했습니다.","store.errorUpdatingProperties":"속성 업데이트 중 오류가 발생했습니다","store.errorUpdatingPropertiesDefault":"속성을 업데이트하는 중 오류가 발생했습니다.","store.exportFailed":"내보내기 실패","store.exportInProgress":"내보내기 진행 중","store.failedToConvertToPdf":"PDF로 변환 실패","store.failedToCopy":"{{type}}을(를) 클립보드에 복사 실패","store.failedToCreateCollection":"컬렉션 생성 실패","store.failedToDeleteCollection":"컬렉션 삭제 실패","store.failedToDownloadFile":"파일 다운로드 실패","store.failedToDownloadPdf":"PDF 파일 다운로드 실패","store.failedToExportContent":"콘텐츠 내보내기 실패","store.failedToExportDocument":"문서 내보내기 실패","store.failedToFetchRoleMappings":"역할 매핑 가져오기 실패","store.failedToFetchTypes":"객체 유형 가져오기 실패","store.failedToFetchWorkflows":"워크플로 가져오기 실패","store.failedToGetDownloadUrl":"다운로드 URL 가져오기 실패","store.failedToLoadDocument":"문서 로드 실패","store.failedToLoadType":"유형 로드 실패","store.failedToUpdateCollection":"컬렉션 업데이트 실패","store.failedToUpdateCollectionProperties":"컬렉션 속성 업데이트 실패","store.failedToUpdateSchema":"스키마 업데이트 실패","store.failedToUpdateSharedProperties":"공유 속성 업데이트 실패","store.failedToUpdateSkipHeadSync":"HEAD 동기화 건너뛰기 업데이트 실패","store.failedToUpdateTableLayout":"테이블 레이아웃 업데이트 실패","store.filesAnalyzedTitle":"파일 분석 완료","store.filesReadyToProcess":"파일 처리 준비 완료","store.filterByName":"이름으로 필터","store.fullText":"전문","store.fullView":"전체 보기","store.getStartedCollections":"새 컬렉션을 만들어 시작하세요.","store.getStartedTypes":"새 유형을 만들어 시작하세요.","store.id":"ID","store.invalidJson":"유효하지 않은 JSON","store.invalidJsonSchema":"유효하지 않은 JSON Schema","store.invalidQueryJson":"유효하지 않은 쿼리 JSON","store.invalidTableLayout":"유효하지 않은 테이블 레이아웃","store.isChunkable":"청크 가능","store.limit":"제한","store.loadingDocument":"문서 로드 중...","store.loadingProcessingStatus":"처리 상태 로드 중...","store.na":"N/A","store.name":"이름","store.newCollections":"새 컬렉션","store.newVersionCreated":"새 버전이 생성되었습니다","store.newVersionCreatedDesc":"업데이트된 속성으로 새 버전이 생성되었습니다.","store.noAudioRendition":"웹 호환 오디오 렌디션이 없습니다","store.noCollections":"컬렉션 없음","store.noCollectionsAvailable":"사용 가능한 컬렉션이 없습니다.","store.noCollectionsFound":"컬렉션을 찾을 수 없습니다.","store.noFilesSelected":"선택된 파일이 없습니다","store.noObjectsDragAndDrop":"객체가 없습니다. 문서나 이미지를 여기에 끌어다 놓아 콘텐츠 객체를 만드세요.","store.noPreviewAvailable":"이 문서 유형에 대한 미리보기가 없습니다.","store.noProjectSelected":"프로젝트가 선택되지 않았습니다","store.noPropertiesAvailable":"이 문서에 대한 속성이 없습니다.","store.noPropertiesDefined":"정의된 속성이 없습니다","store.noTranscriptAvailable":"사용 가능한 트랜스크립트가 없습니다","store.noType":"유형 없음","store.noValidFilesSelected":"유효한 파일이 선택되지 않았습니다","store.noVideoRendition":"웹 호환 비디오 렌디션이 없습니다","store.none":"없음","store.openFullDocument":"전체 문서 열기","store.openFullDocumentView":"전체 문서 보기 열기","store.optional":"(선택사항)","store.pdfConversionFailed":"PDF 변환 실패","store.pdfPreviewFullView":"PDF 문서 미리보기는 전체 보기에서 사용 가능합니다.","store.pleaseFixJsonSyntax":"저장하기 전에 JSON 구문 오류를 수정해 주세요.","store.pleaseProvideName":"컬렉션 이름을 입력해 주세요","store.pleaseSelectValidFiles":"유효한 콘텐츠의 파일을 선택해 주세요.","store.pleaseWait":"잠시 기다려 주세요","store.preview":"미리보기","store.previewProperties":"속성 미리보기","store.processingFailedFor":"{{name}} 처리 실패","store.processingFiles":"파일 처리 중","store.properties":"속성","store.propertiesUpdated":"속성이 업데이트되었습니다","store.propertiesUpdatedDesc":"객체 속성이 성공적으로 업데이트되었습니다.","store.query":"쿼리","store.queryDescription":"컬렉션 콘텐츠를 동적으로 가져올 쿼리를 정의합니다.","store.refresh":"새로고침","store.renderingDocument":"문서 렌더링 중...","store.saveChanges":"변경 사항 저장","store.saveText":"저장","store.schemaEditor":"스키마 편집기","store.schemaUpdated":"스키마가 업데이트되었습니다","store.schemaUpdatedSuccess":"스키마가 성공적으로 업데이트되었습니다","store.search":"검색","store.searchCollections":"컬렉션 검색","store.searchFailed":"검색 실패","store.searchPlaceholder":"찾고 있는 내용을 입력하거나 필터를 선택하세요","store.searchTypes":"유형 검색","store.searching":"검색 중...","store.selectACollection":"컬렉션 선택","store.selectContent":"콘텐츠 선택","store.selectContentType":"콘텐츠 유형 선택","store.selectContentTypeAuto":"콘텐츠 유형을 선택하거나, 비워두면 자동 감지됩니다","store.selectContentTypeLabel":"콘텐츠 유형 선택","store.selectPropertiesToShare":"공유할 속성 선택","store.semanticChunking":"시맨틱 청킹","store.semanticSearch":"시맨틱 검색","store.semanticSearchSettings":"시맨틱 검색 설정","store.sharedProperties":"공유 속성","store.sharedPropertiesDescription":"컬렉션의 모든 멤버 간에 공유할 속성을 추가합니다. 이 기능을 사용하려면 프로젝트에서 공유 속성 동기화를 활성화해야 합니다.","store.showingFirst128K":"처음 128K 문자만 표시","store.size":"크기","store.staticCollection":"정적 컬렉션","store.strictMode":"엄격 모드","store.successfullyCopied":"{{type}}을(를) 클립보드에 성공적으로 복사했습니다","store.successfullyExportedTo":"{{format}}(으)로 성공적으로 내보냈습니다","store.syncMemberHeads":"멤버 HEAD 동기화","store.syncMemberHeadsDescription":"멤버의 새 HEAD 버전이 생성되면 컬렉션이 새 HEAD를 가리키도록 업데이트됩니다.","store.tableLayout":"테이블 레이아웃","store.tableLayoutDescription":"테이블에서 컬렉션을 표시하기 위한 사용자 정의 레이아웃을 정의합니다.","store.tableLayoutUpdated":"테이블 레이아웃이 업데이트되었습니다","store.tableLayoutUpdatedDesc":"테이블 레이아웃이 성공적으로 업데이트되었습니다","store.textConflict":"문서가 다른 곳에서 수정되었습니다. 새로고침 후 다시 시도해 주세요.","store.textSaved":"텍스트 콘텐츠가 저장되었습니다","store.typeCreated":"유형이 생성되었습니다","store.typeDescription":"컬렉션에 사용자 정의 속성과 데이터를 할당할 콘텐츠 유형을 선택할 수 있습니다.","store.typeSelectDescription":"컬렉션에 사용자 정의 속성과 데이터를 할당할 콘텐츠 유형을 선택하세요.","store.unknown":"알 수 없음","store.unsavedChanges":"저장되지 않은 변경 사항","store.updated":"수정일","store.updatedAt":"수정일","store.updatedBy":"수정자","store.updatedSharedProperties":"공유 속성이 업데이트되었습니다","store.updatedSkipHeadSync":"HEAD 동기화 건너뛰기 설정이 업데이트되었습니다","store.upload":"업로드","store.uploadComplete":"업로드 완료","store.uploadIssues":"업로드 문제","store.validationFailed":"유효성 검사 실패","store.videoFormatRequired":"MP4 또는 WebM 형식이 필요합니다","store.viewAsPdf":"PDF로 보기","store.viewAudio":"오디오 보기","store.viewImage":"이미지 보기","store.viewInJsonFormat":"JSON 형식으로 보기","store.viewPdf":"PDF 보기","store.viewText":"텍스트 보기","store.viewTranscript":"트랜스크립트 보기","store.viewVideo":"비디오 보기","store.viewingNewVersion":"새 버전 보기 중","store.viewingNewVersionDefault":"새 버전을 보고 있습니다","store.viewingVersionLabel":"버전 '{{label}}'을(를) 보고 있습니다","theme.dark":"다크","theme.label":"테마","theme.light":"라이트","theme.system":"시스템","type.description":"설명","type.name":"이름","type.nameRequired":"이름은 필수입니다","upload.allFilesExist":"모든 {{count}}개의 파일이 시스템에 이미 존재하여 건너뜁니다. 결과를 확인할 수 있습니다.","upload.analyzingFiles":"파일 분석 중...","upload.checkingForDuplicates":"중복 및 업데이트 확인 중","upload.collectionLabel":"컬렉션:","upload.contentTypeTooltip":"업로드할 파일에 적용할 콘텐츠 유형을 선택하세요. 비워두면 Vertesia가 파일 내용에 따라 자동으로 유형을 감지합니다.","upload.continue":"계속","upload.dragAndDrop":"파일을 여기에 끌어다 놓거나 클릭하여 선택","upload.errorAnalyzingFiles":"파일 분석 중 오류가 발생했습니다","upload.failedToUpload":"업로드 실패","upload.fileAnalysisResults":"파일 분석 결과","upload.filesAnalyzed":"파일 분석 완료","upload.filesProcessed_one":"{{count}}개 파일 처리됨","upload.filesProcessed_other":"{{count}}개 파일 처리됨","upload.filesReadyToProcess_one":"{{count}}개의 파일이 처리 준비됨","upload.filesReadyToProcess_other":"{{count}}개의 파일이 처리 준비됨","upload.filesToSkip_one":"{{count}}개의 파일이 시스템에 이미 존재하여 건너뜁니다.","upload.filesToSkip_other":"{{count}}개의 파일이 시스템에 이미 존재하여 건너뜁니다.","upload.folderLabel":"폴더:","upload.inCollection":" 컬렉션 '{{collection}}'에","upload.inFolder":" 폴더 '{{location}}'에","upload.new":"새로 만들기","upload.noFilesToProcess":"처리할 파일이 없습니다.","upload.noItems":"표시할 항목이 없습니다","upload.preparingFiles_one":"{{count}}개 파일 업로드 준비 중...","upload.preparingFiles_other":"{{count}}개 파일 업로드 준비 중...","upload.preparingFolder_one":"{{fileCount}}개 파일이 포함된 1개 폴더 업로드 준비 중...","upload.preparingFolder_other":"{{fileCount}}개 파일이 포함된 {{folderCount}}개 폴더 업로드 준비 중...","upload.processedCount":"{{processed}}/{{total}}개 파일 처리됨...","upload.processingFilesAction":"파일 처리 중 ({{action}})","upload.selectFiles":"파일 선택","upload.selectFolder":"폴더 선택","upload.skip":"건너뛰기","upload.skippedAlreadyExisted":"건너뜀 (이미 존재)","upload.successfullyUpdated":"업데이트 성공","upload.successfullyUploaded":"업로드 성공","upload.update":"업데이트","upload.uploadComplete":"업로드 완료","upload.uploadFiles":"파일 업로드","upload.uploadLocation":"업로드 위치:","upload.uploadMore":"추가 업로드","upload.uploadProcessInterrupted":"업로드 프로세스가 중단되었습니다","upload.uploadingFiles":"파일 업로드 중","upload.useAutoDetection":"자동 유형 감지 사용","upload.useTypeName":"{{typeName}} 사용","user.account":"계정:","user.agentOnBehalfOf":"에이전트 대리","user.agentOnBehalfOfApiKey":"API 키 에이전트 대리","user.appVersion":"앱 버전","user.environment":"환경","user.failedToFetchApiKey":"API 키 가져오기 실패","user.failedToFetchGroup":"그룹 가져오기 실패","user.failedToFetchUser":"사용자 가져오기 실패","user.groupId":"그룹 ID: {{id}}","user.key":"키:","user.organizationId":"조직 ID","user.organizationRoles":"조직 역할","user.privateKey":"개인 키","user.project":"프로젝트:","user.projectId":"프로젝트 ID","user.projectRoles":"프로젝트 역할","user.schedule":"{{title}} 예약","user.sdkVersion":"SDK 버전","user.server":"서버","user.serviceAccount":"서비스 계정","user.serviceAccountDescription":"이 사용자는 워크플로 워커 등의 로봇이 사용합니다.","user.store":"스토어","user.systemUser":"시스템 사용자","user.systemUserDescription":"시스템 사용자는 내장 객체를 초기화하는 데 사용됩니다.","user.tenantId":"테넌트 ID","user.unknown":"알 수 없음","user.unknownUser":"알 수 없는 사용자","user.unknownUserDescription":"사용자 정보를 사용할 수 없습니다.","user.unnamedGroup":"이름 없는 그룹","user.user":"사용자","user.userId":"사용자 ID","widgets.schema.editDescription":"설명 편집","widgets.schema.invalidPropertyDeclaration":"유효하지 않은 속성 선언"}},pt:{[w]:{"agent.actions":"Ações","agent.activeWorkstreams_many":"O agente tem {{count}} fluxos de trabalho ativos em execução","agent.activeWorkstreams_one":"O agente tem {{count}} fluxo de trabalho ativo em execução","agent.activeWorkstreams_other":"O agente tem {{count}} fluxos de trabalho ativos em execução","agent.agentConversation":"Conversa com o agente","agent.agentInterrupted":"Agente interrompido","agent.agentPlan":"Plano do agente","agent.agentProcessing":"O agente está processando, você poderá continuar quando terminar...","agent.agentStarted":"Agente iniciado","agent.agentWorking":"O agente está trabalhando... (Esc Esc para parar)","agent.agentWorkingStop":"O agente está trabalhando... Pressione Esc duas vezes ou clique em Parar para interromper","agent.allMessages":"Todas as mensagens","agent.artifacts":"Artefatos","agent.askAnything":"Pergunte qualquer coisa... (arraste ou cole arquivos)","agent.batch":"Lote","agent.cancelWorkflow":"Cancelar fluxo de trabalho","agent.canceling":"cancelando","agent.clickToEnlarge":"Clique para ampliar","agent.close":"Fechar","agent.closeFullscreen":"Fechar tela cheia","agent.completed":"Concluído","agent.conversationForked":"Conversa bifurcada","agent.conversationRestarted":"Conversa reiniciada","agent.copied":"Copiado","agent.copiedAllToolCalls":"Todas as chamadas de ferramentas copiadas para a área de transferência","agent.copiedBatchDetails":"Detalhes do lote copiados para a área de transferência","agent.copiedToClipboard":"Copiado para a área de transferência","agent.copy":"Copiar","agent.copyAllToolCalls":"Copiar todas as chamadas de ferramentas","agent.copyBatchDetails":"Copiar detalhes do lote","agent.copyMessage":"Copiar mensagem","agent.copyRunId":"Copiar ID de execução","agent.copyToClipboard":"Copiar para a área de transferência","agent.dashboard":"Painel","agent.details":"Detalhes","agent.document":"Documento","agent.documentAttachments":"Anexos de documentos","agent.documentAttachmentsDescription":"Documentos da loja anexados a esta mensagem. O agente pode recuperá-los por ID a qualquer momento, ou reanexá-los para incluir o conteúdo diretamente.","agent.documents":"Documentos","agent.download":"Baixar","agent.downloadConversation":"Baixar conversa","agent.dropFilesToUpload":"Solte arquivos para enviar","agent.elapsed":"{{seconds}}s decorridos","agent.enlargedView":"Vista ampliada","agent.enterMessage":"Digite uma mensagem para iniciar uma conversa","agent.enterToSend":"Enter para enviar • Shift+Enter para nova linha","agent.error":"Erro","agent.errorStarting":"Erro ao iniciar o fluxo de trabalho","agent.exit":"Sair","agent.exitFullscreen":"Sair da tela cheia","agent.export":"Exportar","agent.exportAsPdf":"Exportar como PDF","agent.exportAsPng":"Exportar como PNG","agent.exportAsWord":"Exportar como Word","agent.exportMessage":"Exportar mensagem","agent.exporting":"Exportando...","agent.failedToCancelWorkflow":"Falha ao cancelar fluxo de trabalho","agent.failedToDownload":"Falha ao baixar a conversa","agent.failedToForkConversation":"Falha ao bifurcar conversa","agent.failedToInterrupt":"Falha ao interromper","agent.failedToLoadDocument":"Falha ao carregar documento","agent.failedToRenderMessage":"Falha ao renderizar a mensagem","agent.failedToRestartConversation":"Falha ao reiniciar conversa","agent.failedToSend":"Falha ao enviar a mensagem","agent.filesProcessing":"Arquivos ainda em processamento","agent.filesStagedCount_many":"{{count}} arquivos preparados - serão enviados quando a conversa iniciar","agent.filesStagedCount_one":"{{count}} arquivo preparado - será enviado quando a conversa iniciar","agent.filesStagedCount_other":"{{count}} arquivos preparados - serão enviados quando a conversa iniciar","agent.filesUploadedDescription":"Os arquivos enviados nesta conversa permanecem disponíveis o tempo todo. O agente pode acessá-los a qualquer momento.","agent.forkConversation":"Bifurcar conversa","agent.fullscreen":"Tela cheia","agent.hideDetails":"Ocultar detalhes","agent.hideSidebar":"Ocultar painel","agent.hideThinkingDetails":"Ocultar detalhes de pensamento","agent.inProgress":"Em andamento","agent.linkObject":"Vincular objeto","agent.loadingArtifacts":"Carregando artefatos...","agent.loadingDocument":"Carregando documento...","agent.main":"Principal","agent.mainWorkstream":"Fluxo principal","agent.moreActions":"Mais ações","agent.newerPlan":"Plano mais recente","agent.no":"Não","agent.noActiveWorkstreams":"Sem fluxos ativos","agent.noAgentRunning":"Nenhum agente em execução no momento","agent.noArtifactsYet":"Sem artefatos ainda","agent.noContentAvailable":"Nenhum conteúdo disponível","agent.noContentToExport":"Nenhum conteúdo para exportar","agent.noConversationContent":"Nenhum conteúdo de conversa disponível para exportar","agent.noDocumentsOpen":"Sem documentos abertos","agent.noFilesUploadedYet":"Sem arquivos enviados","agent.noMessagesInWorkstream":"Nenhuma mensagem neste fluxo de trabalho ainda...","agent.noPlanAvailable":"Sem plano disponível","agent.noPlanDetected":"Nenhum plano detectado ainda","agent.olderPlan":"Plano anterior","agent.openDocument":"Abrir documento","agent.openInNewTab":"Abrir em nova aba","agent.pdfExportFailed":"Falha na exportação PDF","agent.pdfExportReady":"Exportação PDF pronta","agent.pending":"Pendente","agent.plan":"Plano","agent.planProgress":"Progresso do plano","agent.plansWillAppear":"Os planos aparecerão aqui quando o agente criar um","agent.printDialogDescription":"Use a caixa de diálogo de impressão do seu navegador para salvar como PDF","agent.processing":"Processando...","agent.ready":"Pronto","agent.refresh":"Atualizar","agent.remaining":"{{seconds}}s restantes","agent.resizeRightPanel":"Redimensionar painel direito","agent.restartConversation":"Reiniciar conversa","agent.retry":"Tentar novamente","agent.runIdCopied":"ID de execução copiado","agent.running":"em execução","agent.searchDocuments":"Pesquisar documentos","agent.selectInteraction":"Selecione uma interação e clique em Iniciar para iniciar um agente","agent.send":"Enviar","agent.showAllMessages":"Mostrar todas as mensagens","agent.showDetails":"Mostrar detalhes","agent.showSidebar":"Mostrar painel","agent.staged":"Preparado","agent.startAgent":"Iniciar agente","agent.startNewConversation":"Iniciar nova conversa","agent.startingAgent":"Iniciando agente...","agent.startingAgentUploading":"Iniciando agente e enviando arquivos...","agent.stepByStepPlan":"Plano passo a passo","agent.stop":"Parar","agent.stopAgent":"Parar o agente","agent.submitSelection":"Enviar seleção","agent.submitSelectionCount_many":"Enviar seleção ({{count}})","agent.submitSelectionCount_one":"Enviar seleção ({{count}})","agent.submitSelectionCount_other":"Enviar seleção ({{count}})","agent.summary":"Resumo","agent.taskProgress":"Progresso das tarefas","agent.toggleRightSidebar":"Alternar painel lateral","agent.typeNewInstructions":"Digite sua mensagem para dar novas instruções","agent.typeQuestionBelow":"Digite sua pergunta abaixo e pressione Enter ou clique em {{buttonText}} para começar","agent.typeYourMessage":"Digite sua mensagem...","agent.typeYourResponse":"Digite sua resposta...","agent.unableToOpenPrint":"Não foi possível abrir a visualização de impressão","agent.unknownError":"Erro desconhecido","agent.unknownTime":"Hora desconhecida","agent.upload":"Enviar","agent.uploadFailed":"Falha no envio","agent.uploadedFiles":"Arquivos enviados","agent.uploading":"Enviando...","agent.uploads":"Envios","agent.waitForFiles":"Aguarde o término do processamento dos arquivos","agent.waitForFilesProcessing":"Por favor, aguarde todos os arquivos terminarem de processar antes de enviar","agent.waiting":"Aguardando...","agent.waitingForAgentResponse":"Aguardando resposta do agente...","agent.workflowCancelled":"Fluxo de trabalho cancelado","agent.working":"Trabalhando...","agent.workstreams":"Fluxos de trabalho","agent.yes":"Sim","auth.continueWithEnterprise":"Continuar com SSO empresarial","auth.continueWithGithub":"Continuar com GitHub","auth.continueWithGoogle":"Continuar com Google","auth.continueWithMicrosoft":"Continuar com Microsoft","auth.enterEnterpriseEmail":"Digite seu e-mail empresarial","auth.error":"Erro: {{message}}","auth.firstTimeDetails":"Vamos fazer apenas algumas perguntas e você estará pronto.","auth.firstTimeMessage":"Primeira vez aqui? Sem problemas, é grátis para experimentar!","auth.goBack":"Voltar","auth.invalidEmail":"Endereço de e-mail inválido","auth.logInOrSignUp":"Entrar ou Cadastrar-se","auth.needToMakeChange":"Precisa fazer uma alteração?","auth.or":"OU","auth.privacyPolicy":"Política de Privacidade","auth.signInError":"Desculpe, não conseguimos fazer seu login.","auth.signInErrorContact":"Por favor, tente novamente ou entre em contato com","auth.signInErrorPersists":"se o problema persistir.","auth.tenantNotFound":"Organização não encontrada","auth.termsOfService":"Termos de Serviço","errors.failedToLoadTenantConfig":"Falha ao carregar a configuração do tenant","errors.somethingWentWrong":"Desculpe, algo deu errado...","errors.teamNotifiedLine1":"Nossa equipe foi notificada e trabalhará rapidamente para resolver o problema.","errors.teamNotifiedLine2":"Se você deseja escalar ou simplesmente entrar em contato conosco, envie um e-mail para","filter.clearAll":"Limpar tudo","filter.filter":"Filtrar","filter.filterBy":"Filtrar por {{view}}","filter.filterPlaceholder":"Filtrar...","filter.from":"De:","filter.noAvailableFilters":"Nenhum filtro disponível","filter.noMatchingFilters":"Nenhum filtro correspondente","filter.noResultsFound":"Nenhum resultado encontrado.","filter.selectRange":"Selecionar intervalo","filter.to":"Até:","form.clickToRemove":"clique para remover","form.createValue":'Criar "{{value}}"',"form.filter":"Filtrar...","form.noMoreOptions":"Não há mais opções disponíveis","form.noOptionsFound":"Nenhuma opção encontrada","layout.pageNotFound":"Página não encontrada","layout.search":"Pesquisar","layout.searchPlaceholder":"Pesquisar...","login.accept":"Aceitar","login.reject":"Rejeitar","login.reviewInvites":"Revisar convites","login.terminal.account":"Conta","login.terminal.accountRequired":"A conta é obrigatória","login.terminal.accountRequiredDesc":"Por favor, selecione uma conta para autorizar o cliente a acessar os servidores ComposablePrompts","login.terminal.authPayloadCopied":"Payload de autenticação copiado","login.terminal.authPayloadCopiedSuccess":"Você pode fechar esta página. O CLI deveria ter recebido o token.","login.terminal.authPayloadCopiedWithError":"Você pode colar o payload no terminal. Nota: o CLI não recebeu o token. Ocorreu um erro: {{error}}","login.terminal.authorizeClient":"Autorizar cliente","login.terminal.browserPermissionNote":"Nota: se o seu navegador solicitar permissão para acessar sua rede local, por favor permita. Isso é necessário para enviar o token de autorização de volta ao CLI. Caso contrário, você precisará copiar/colar o token manualmente no seu terminal.","login.terminal.chooseAccountProject":"Você deve escolher a conta e o projeto de destino para o acesso do cliente.","login.terminal.clientAuthenticated":"O cliente está autenticado. Você pode fechar esta página.","login.terminal.clientWantsAuth":"Um aplicativo cliente deseja autorização para acessar os servidores ComposablePrompts em seu nome.","login.terminal.copyAuthPayload":"Copiar o payload de autenticação","login.terminal.envLocalDev":"Dev local","login.terminal.envProduction":"Produção","login.terminal.envStaging":"Staging","login.terminal.errorAuthorizingClient":"Erro ao autorizar o cliente","login.terminal.errorLoadingProjects":"Erro ao carregar os projetos","login.terminal.failedToGetToken":"Falha ao obter o token composable","login.terminal.failedToSendToken":"Falha ao enviar o token de autorização ao CLI","login.terminal.failedToSendTokenDesc":'Isso pode ocorrer devido a verificações de segurança no Safari. O erro é "{{error}}"',"login.terminal.invalidRequest":"Solicitação inválida","login.terminal.invalidRequestDesc":"Esta página deve ser chamada por um cliente de terminal para se autenticar nos servidores ComposablePrompts","login.terminal.profileName":"Nome do perfil","login.terminal.profileNameNote":"Além disso, insira um nome de perfil que será usado para salvar a autorização na configuração do seu cliente.","login.terminal.profileRequired":"O perfil é obrigatório","login.terminal.profileRequiredDesc":"Por favor, insira um nome de perfil para salvar a autorização do cliente","login.terminal.project":"Projeto","login.terminal.projectRequired":"O projeto é obrigatório","login.terminal.projectRequiredDesc":"Por favor, selecione um projeto para autorizar o cliente a acessar os servidores ComposablePrompts","login.terminal.selectAccount":"Selecionar conta","login.terminal.selectProject":"Selecionar projeto","misc.copiedToClipboard":"Copiado para a área de transferência","misc.copy":"Copiar","misc.failedToCopy":"Falha ao copiar","misc.noData":"Nenhum dado para exibir","misc.tableView":"Visualização em tabela","misc.thumbnailView":"Visualização em miniaturas","modal.cancel":"Cancelar","modal.confirm":"Confirmar","modal.delete.error":"Ocorreu um erro ao excluir o objeto","modal.delete.failed":"Falha ao excluir","modal.delete.succeeded":"Exclusão bem-sucedida","modal.save":"Salvar","modal.saveChanges":"Salvar alterações","modal.saveVersion.createDescription":"Criar uma nova revisão com essas alterações de propriedades, preservando o original.","modal.saveVersion.createNew":"Criar nova versão","modal.saveVersion.createWithFileDescription":"Criar uma nova revisão com o arquivo substituto, preservando o original.","modal.saveVersion.howToSave":"Como você gostaria de salvar essas alterações?","modal.saveVersion.replaceFile":"Você está prestes a substituir o arquivo de conteúdo por:","modal.saveVersion.updateCurrent":"Atualizar versão atual","modal.saveVersion.updateDescription":"Modificar as propriedades diretamente na revisão atual.","modal.saveVersion.updateWithFileDescription":"Substituir o arquivo de conteúdo e modificar as propriedades diretamente na revisão atual.","modal.saveVersion.versionLabel":"Rótulo da versão (Opcional)","modal.saveVersion.versionLabelDescription":"Rótulo opcional para a nova versão.","modal.saveVersion.versionLabelPlaceholder":"ex., v1.2, aprovado, pós-revisão","oauthApps.authenticate":"Autenticar","oauthApps.authenticating":"Autenticando...","oauthApps.authorizationEndpoint":"Endpoint de autorização","oauthApps.cancel":"Cancelar","oauthApps.clientId":"Client ID","oauthApps.clientSecret":"Client Secret","oauthApps.clientSecretConfigured":"Secret configurado (deixe em branco para manter)","oauthApps.clientSecretHelp":"Opcional. Necessário para clientes confidenciais. Criptografado em repouso.","oauthApps.clientSecretPlaceholder":"Inserir client secret","oauthApps.connect":"Conectar","oauthApps.connected":"Conectado","oauthApps.create":"Criar","oauthApps.createDescription":"Configurar uma nova aplicação OAuth para este projeto.","oauthApps.created":"Aplicação OAuth criada","oauthApps.defaultScopes":"Escopos padrão","oauthApps.defaultScopesHelp":"Lista de escopos OAuth separados por espaços.","oauthApps.deleteConfirm":"Excluir aplicação OAuth","oauthApps.deleteConfirmMessage":"Tem certeza de que deseja excluir","oauthApps.deleteFailed":"Falha ao excluir a aplicação OAuth","oauthApps.deleted":"Aplicação OAuth excluída","oauthApps.description":"Configurar aplicações OAuth para integrações de terceiros.","oauthApps.disconnect":"Desconectar","oauthApps.displayName":"Nome de exibição","oauthApps.edit":"Editar aplicação OAuth","oauthApps.editDescription":"Atualizar a configuração da aplicação OAuth.","oauthApps.empty":"Nenhuma aplicação OAuth configurada ainda.","oauthApps.endpointsOptionalHelp":"Opcional. Deixe em branco para servidores MCP que suportam descoberta .well-known.","oauthApps.name":"Nome","oauthApps.nameHelp":"Identificador em kebab-case (ex.: my-oauth-app). Não pode ser alterado após a criação.","oauthApps.notConnected":"Não conectado","oauthApps.revocationEndpoint":"Endpoint de revogação","oauthApps.save":"Salvar","oauthApps.saveFailed":"Falha ao salvar a aplicação OAuth","oauthApps.saving":"Salvando...","oauthApps.status":"Status","oauthApps.title":"Aplicações OAuth","oauthApps.tokenEndpoint":"Endpoint de token","oauthApps.updated":"Aplicação OAuth atualizada","oauthApps.usePkce":"Usar PKCE (recomendado)","pdf.close":"Fechar","pdf.closeFullscreen":"Fechar tela cheia","pdf.download":"Baixar","pdf.failedToLoadViewer":"Falha ao carregar o visualizador de PDF","pdf.fetchingDocumentFailed":"Falha ao buscar o documento","pdf.fitToWidth":"Ajustar à largura","pdf.fullscreen":"Tela cheia","pdf.instrumentedImages":"Imagens instrumentadas","pdf.nextPage":"Próxima página","pdf.noPdfAvailable":"Nenhum PDF disponível","pdf.originalImages":"Imagens originais","pdf.page":"Página","pdf.pageOf":"Página {{pageNumber}} / {{totalPages}}","pdf.previousPage":"Página anterior","pdf.zoomIn":"Ampliar","pdf.zoomOut":"Reduzir","shell.accessDenied":"Acesso negado","shell.applicationNotRegistered":"Aplicativo não registrado","shell.organization":"Organização","shell.selectOrganization":"Selecionar organização","shell.selectProject":"Selecionar projeto","signup.accountType":"Tipo de conta","signup.activelyExploring":"Explorando ativamente LLM em um projeto","signup.alreadyUsing":"Já usando LLM em produção","signup.company":"Empresa","signup.companyDescription":"Para uma empresa ou organização.","signup.companyName":"Nome da empresa","signup.companySize":"Tamanho da empresa","signup.companyWebsite":"Site da empresa","signup.justTesting":"Apenas testando ou avaliando LLM","signup.migratingLLMs":"Migrando para diferentes LLM","signup.other":"Outro","signup.personal":"Pessoal","signup.personalDescription":"Para uso pessoal ou uma pequena equipe.","signup.pleaseEnterOrgName":"Por favor, insira um nome de organização","signup.pleaseSelectAccountType":"Por favor, selecione um tipo de conta","signup.pleaseSelectCompanySize":"Por favor, selecione um tamanho de empresa","signup.projectMaturity":"Maturidade do projeto","signup.selectCompanySize":"Selecionar tamanho da empresa","signup.selectProjectMaturity":"Selecionar maturidade do projeto","signup.signUp":"Cadastrar-se","signup.size1001to5000":"1001-5000 funcionários","signup.size101to1000":"101-1000 funcionários","signup.size11to100":"11-100 funcionários","signup.size1to10":"1-10 funcionários","signup.size5000plus":"5000+ funcionários","signup.welcomeMessage":"Bem-vindo ao Vertesia, {{name}} ({{email}}).\nConte-nos um pouco sobre você e estará pronto.\nNão é necessário cartão de crédito.","signup.wrongAccountGoBack":"Conta errada, voltar","store.actions.addToCollection":"Adicionar à coleção","store.actions.addToCollectionBody":"Adicionar os objetos selecionados a uma coleção existente ou criar uma nova.","store.actions.addToCollectionButton":"Adicionar à coleção","store.actions.addToCollectionDesc":"Adicionar documentos a uma coleção","store.actions.addToCollectionFailure":"Falha ao adicionar à coleção","store.actions.addToCollectionFailureDesc":"Falha ao adicionar os objetos selecionados à coleção","store.actions.addToCollectionSuccess":"Adicionado à coleção com sucesso","store.actions.addToCollectionSuccessDesc":"{{count}} objetos adicionados à coleção selecionada","store.actions.addToCollectionTitle":"Adicionar a uma coleção","store.actions.areYouSure":"Tem certeza?","store.actions.cannotRemoveNoCollection":"Não é possível remover objetos: nenhuma coleção especificada","store.actions.changeContentType":"Alterar tipo de conteúdo","store.actions.changeContentTypeDesc":"Alterar o tipo de conteúdo dos documentos selecionados","store.actions.changeType":"Alterar tipo","store.actions.chooseExistingCollections":"Escolher de coleções existentes","store.actions.chooseWorkflowRule":"Escolha uma regra de fluxo de trabalho para iniciar:","store.actions.confirmDeleteAll":"Tem certeza de que deseja excluir todos os objetos selecionados? Esta ação não pode ser desfeita.","store.actions.confirmDeleteSelected":"Tem certeza de que deseja excluir os objetos selecionados?\nIsso não os remove das coleções.","store.actions.confirmRemoveFromCollection":"Tem certeza de que deseja remover os objetos selecionados desta coleção?","store.actions.createNew":"Criar novo","store.actions.delete":"Excluir","store.actions.deleteObjects":"Excluir objetos","store.actions.deleteTheSelectedObjects":"Excluir os objetos selecionados","store.actions.errorChangingType":"Erro ao alterar o tipo","store.actions.errorDeletingObjects":"Erro ao excluir objetos","store.actions.errorExportProperties":"Erro ao exportar propriedades","store.actions.errorRemovingObjects":"Erro ao remover objetos da coleção","store.actions.errorStartingWorkflow":"Erro ao iniciar o fluxo de trabalho","store.actions.exportAllObjectProperties":"Exportar todas as propriedades dos objetos","store.actions.exportProperties":"Exportar propriedades","store.actions.noCollectionContext":"Sem contexto de coleção","store.actions.noObjectsSelected":"Nenhum objeto selecionado","store.actions.pleaseSelectObjectsToDelete":"Por favor, selecione objetos para excluir","store.actions.pleaseSelectObjectsToRemove":"Por favor, selecione objetos para remover da coleção","store.actions.removeFromCollection":"Remover da coleção","store.actions.removeFromCollectionDesc":"Remover os objetos selecionados desta coleção","store.actions.selectCollection":"Selecionar coleção","store.actions.startWorkflow":"Iniciar fluxo de trabalho","store.actions.startWorkflowByRule":"Iniciar um fluxo de trabalho por regra","store.actions.startWorkflowDesc":"Iniciar um fluxo de trabalho nos objetos selecionados","store.actions.workflowStarted":"Fluxo de trabalho iniciado","store.allowedContentTypes":"Tipos de conteúdo permitidos","store.allowedContentTypesOptionalDescription":"Opcionalmente selecione quais tipos de conteúdo podem ser adicionados à coleção. Se não definido, todos os tipos de conteúdo são permitidos.","store.allowedContentTypesSelectDescription":"Selecione quais tipos de conteúdo podem ser adicionados à coleção. Se não definido, todos os tipos de conteúdo são permitidos.","store.areYouSureDeleteCollection":"Tem certeza de que deseja excluir esta coleção? Esta ação não pode ser desfeita.","store.audioFormatRequired":"Formato MP3, M4A, OGG, WAV ou WebM necessário","store.automaticTypeDetection":"Detecção automática de tipo","store.automaticTypeDetectionDescription":"Vertesia analisará o conteúdo e selecionará o tipo mais apropriado. Isto é recomendado para a maioria dos envios e garante um processamento ideal.","store.cancelEdit":"Cancelar","store.chooseAFormat":"Escolher um formato","store.chooseContentType":"Escolher um tipo de conteúdo...","store.chooseContentTypes":"Escolher tipos de conteúdo...","store.chooseWhatToExport":"Escolher o que exportar","store.clearSelection":"Limpar seleção","store.close":"Fechar","store.collectionCreated":"Coleção criada","store.collectionDeleted":"Coleção excluída","store.collectionFetchFailed":"Falha ao obter a coleção","store.collectionPropertiesUpdated":"Propriedades da coleção atualizadas","store.collectionUpdated":"Coleção atualizada","store.collectionUpdatedSuccess":"A coleção foi atualizada com sucesso","store.collectionsSelected":"{{count}} coleções selecionadas","store.configuration":"Configuração","store.confirmSelection":"Confirmar seleção","store.contentCopied":"{{type}} copiado","store.contentExported":"Conteúdo exportado","store.contentType":"Tipo de conteúdo","store.convertingToPdf":"Convertendo para PDF...","store.copyFailed":"Falha ao copiar","store.createACollection":"Criar uma coleção","store.createCollection":"Criar coleção","store.createType":"Criar tipo","store.created":"Criado","store.createdBy":"Criado por","store.deleteCollection":"Excluir coleção","store.documentExported":"Documento exportado","store.documentInformation":"Informações do documento","store.documentListRefreshed":"Lista de documentos atualizada","store.documentListRefreshedDesc":"A lista de documentos foi atualizada com seus arquivos enviados.","store.documentPreview":"Pré-visualização do documento","store.downloadFailed":"Falha no download","store.dynamicCollection":"Coleção dinâmica","store.dynamicCollectionDescription":"Obter dinamicamente o conteúdo da coleção com base em uma consulta. Se não habilitado, o conteúdo deve ser adicionado por usuários ou agentes.","store.editJson":"Editar JSON","store.editProperties":"Editar propriedades","store.editSchema":"Editar esquema","store.editText":"Editar texto","store.editingGenericDocument":"Editando propriedades de documento genérico","store.embeddings":"Embeddings","store.enableSyncMemberHeads":"Habilitar sincronização de versões dos membros","store.error":"Erro","store.errorCheckingDuplicates":"Houve um erro ao verificar arquivos duplicados","store.errorCreatingType":"Erro ao criar o tipo","store.errorInUploadProcessingCheck":"Erro na verificação do processamento de arquivos","store.errorProcessingFiles":"Erro ao processar arquivos","store.errorSavingText":"Falha ao salvar o texto","store.errorSavingTextDefault":"Ocorreu um erro ao salvar o conteúdo de texto.","store.errorUpdatingProperties":"Erro ao atualizar as propriedades","store.errorUpdatingPropertiesDefault":"Ocorreu um erro ao atualizar as propriedades.","store.exportFailed":"Falha na exportação","store.exportInProgress":"EXPORTAÇÃO EM ANDAMENTO","store.failedToConvertToPdf":"Falha ao converter para PDF","store.failedToCopy":"Falha ao copiar {{type}} para a área de transferência","store.failedToCreateCollection":"Falha ao criar a coleção","store.failedToDeleteCollection":"Falha ao excluir a coleção","store.failedToDownloadFile":"Falha ao baixar o arquivo","store.failedToDownloadPdf":"Falha ao baixar o arquivo PDF","store.failedToExportContent":"Falha ao exportar o conteúdo","store.failedToExportDocument":"Falha ao exportar o documento","store.failedToFetchRoleMappings":"Falha ao obter os mapeamentos de funções","store.failedToFetchTypes":"Falha ao obter os tipos de objetos","store.failedToFetchWorkflows":"Falha ao obter os fluxos de trabalho","store.failedToGetDownloadUrl":"Falha ao obter a URL de download","store.failedToLoadDocument":"Falha ao carregar o documento","store.failedToLoadType":"Falha ao carregar o tipo","store.failedToUpdateCollection":"Falha ao atualizar a coleção","store.failedToUpdateCollectionProperties":"Falha ao atualizar as propriedades da coleção","store.failedToUpdateSchema":"Falha ao atualizar o esquema","store.failedToUpdateSharedProperties":"Falha ao atualizar as propriedades compartilhadas","store.failedToUpdateSkipHeadSync":"Falha ao atualizar a sincronização de versões","store.failedToUpdateTableLayout":"Falha ao atualizar o layout de tabela","store.filesAnalyzedTitle":"Arquivos analisados","store.filesReadyToProcess":"Arquivos prontos para processar","store.filterByName":"Filtrar por nome","store.fullText":"Texto completo","store.fullView":"Vista completa","store.getStartedCollections":"Comece criando uma nova coleção.","store.getStartedTypes":"Comece criando um novo tipo.","store.id":"ID","store.invalidJson":"JSON inválido","store.invalidJsonSchema":"Esquema JSON inválido","store.invalidQueryJson":"JSON de consulta inválido","store.invalidTableLayout":"Layout de tabela inválido","store.isChunkable":"É fragmentável","store.limit":"Limite","store.loadingDocument":"Carregando documento...","store.loadingProcessingStatus":"Carregando status de processamento...","store.na":"N/A","store.name":"Nome","store.newCollections":"Novas coleções","store.newVersionCreated":"Nova versão criada","store.newVersionCreatedDesc":"Uma nova versão com as propriedades atualizadas foi criada.","store.noAudioRendition":"Nenhuma representação de áudio compatível com web disponível","store.noCollections":"Sem coleções","store.noCollectionsAvailable":"Nenhuma coleção disponível.","store.noCollectionsFound":"Nenhuma coleção encontrada.","store.noFilesSelected":"Nenhum arquivo selecionado","store.noObjectsDragAndDrop":"Sem objetos. Arraste e solte documentos ou imagens aqui para criar objetos de conteúdo.","store.noPreviewAvailable":"Sem pré-visualização disponível para este tipo de documento.","store.noProjectSelected":"Nenhum projeto selecionado","store.noPropertiesAvailable":"Sem propriedades disponíveis para este documento.","store.noPropertiesDefined":"Nenhuma propriedade definida","store.noTranscriptAvailable":"Nenhuma transcrição disponível","store.noType":"Sem tipo","store.noValidFilesSelected":"Nenhum arquivo válido selecionado","store.noVideoRendition":"Nenhuma representação de vídeo compatível com web disponível","store.none":"Nenhum","store.openFullDocument":"Abrir documento completo","store.openFullDocumentView":"Abrir vista completa do documento","store.optional":"(Opcional)","store.pdfConversionFailed":"Falha na conversão PDF","store.pdfPreviewFullView":"A pré-visualização do documento PDF está disponível na vista completa.","store.pleaseFixJsonSyntax":"Por favor, corrija os erros de sintaxe JSON antes de salvar.","store.pleaseProvideName":"Por favor, forneça um nome para a coleção","store.pleaseSelectValidFiles":"Por favor, selecione arquivos com conteúdo válido.","store.pleaseWait":"POR FAVOR AGUARDE","store.preview":"Pré-visualização","store.previewProperties":"Pré-visualizar propriedades","store.processingFailedFor":"O processamento falhou para {{name}}","store.processingFiles":"Processando arquivos","store.properties":"Propriedades","store.propertiesUpdated":"Propriedades atualizadas","store.propertiesUpdatedDesc":"As propriedades do objeto foram atualizadas com sucesso.","store.query":"Consulta","store.queryDescription":"Defina a consulta para obter dinamicamente o conteúdo da coleção.","store.refresh":"Atualizar","store.renderingDocument":"Renderizando seu documento...","store.saveChanges":"Salvar alterações","store.saveText":"Salvar","store.schemaEditor":"Editor de esquema","store.schemaUpdated":"Esquema atualizado","store.schemaUpdatedSuccess":"O esquema foi atualizado com sucesso","store.search":"Pesquisar","store.searchCollections":"Pesquisar coleções","store.searchFailed":"Falha na pesquisa","store.searchPlaceholder":"Digite o que procura, ou selecione um filtro","store.searchTypes":"Pesquisar tipos","store.searching":"Pesquisando...","store.selectACollection":"Selecionar uma coleção","store.selectContent":"Selecionar conteúdo","store.selectContentType":"Selecionar tipo de conteúdo","store.selectContentTypeAuto":"Selecione um tipo de conteúdo ou deixe vazio para detecção automática","store.selectContentTypeLabel":"Selecione um tipo de conteúdo","store.selectPropertiesToShare":"Selecionar propriedades para compartilhar","store.semanticChunking":"Fragmentação semântica","store.semanticSearch":"Pesquisa semântica","store.semanticSearchSettings":"Configurações de pesquisa semântica","store.sharedProperties":"Propriedades compartilhadas","store.sharedPropertiesDescription":"Adicione propriedades para compartilhar entre todos os membros da coleção. Este recurso requer a habilitação da sincronização de propriedades compartilhadas no projeto.","store.showingFirst128K":"Mostrando apenas os primeiros 128K caracteres","store.size":"Tamanho","store.staticCollection":"Coleção estática","store.strictMode":"Modo estrito","store.successfullyCopied":"{{type}} copiado para a área de transferência com sucesso","store.successfullyExportedTo":"Exportado com sucesso para {{format}}","store.syncMemberHeads":"Sincronizar versões dos membros","store.syncMemberHeadsDescription":"Quando uma nova versão HEAD de um membro é criada, a coleção será atualizada para apontar para a nova versão HEAD.","store.tableLayout":"Layout de tabela","store.tableLayoutDescription":"Defina um layout personalizado para exibir a coleção em tabelas.","store.tableLayoutUpdated":"Layout de tabela atualizado","store.tableLayoutUpdatedDesc":"O layout de tabela foi atualizado com sucesso","store.textConflict":"O documento foi modificado em outro lugar. Por favor, atualize e tente novamente.","store.textSaved":"Conteúdo de texto salvo","store.typeCreated":"Tipo criado","store.typeDescription":"Opcionalmente selecione um tipo de conteúdo para atribuir propriedades e dados personalizados à coleção.","store.typeSelectDescription":"Selecione um tipo de conteúdo para atribuir propriedades e dados personalizados à coleção.","store.unknown":"Desconhecido","store.unsavedChanges":"Alterações não salvas","store.updated":"Atualizado","store.updatedAt":"Atualizado em","store.updatedBy":"Atualizado por","store.updatedSharedProperties":"Propriedades compartilhadas atualizadas","store.updatedSkipHeadSync":"Configuração de sincronização de versões atualizada","store.upload":"Enviar","store.uploadComplete":"Envio concluído","store.uploadIssues":"Problemas de envio","store.validationFailed":"Falha na validação","store.videoFormatRequired":"Formato MP4 ou WebM necessário","store.viewAsPdf":"Ver como PDF","store.viewAudio":"Ver áudio","store.viewImage":"Ver imagem","store.viewInJsonFormat":"Ver em formato JSON","store.viewPdf":"Ver PDF","store.viewText":"Ver texto","store.viewTranscript":"Ver transcrição","store.viewVideo":"Ver vídeo","store.viewingNewVersion":"Visualizando nova versão","store.viewingNewVersionDefault":"Agora visualizando a nova versão","store.viewingVersionLabel":"Agora visualizando a versão '{{label}}'","theme.dark":"Escuro","theme.label":"Tema","theme.light":"Claro","theme.system":"Sistema","type.description":"Descrição","type.name":"Nome","type.nameRequired":"O nome é obrigatório","upload.allFilesExist":"Todos os {{count}} arquivo(s) já existem no sistema e serão ignorados. Você pode continuar para ver os resultados.","upload.analyzingFiles":"Analisando arquivos...","upload.checkingForDuplicates":"Verificando duplicatas e atualizações","upload.collectionLabel":"Coleção:","upload.contentTypeTooltip":"Selecione um tipo de conteúdo para aplicar aos arquivos enviados. Se deixado vazio, Vertesia detectará automaticamente o tipo com base no conteúdo do arquivo.","upload.continue":"Continuar","upload.dragAndDrop":"Arraste e solte arquivos aqui ou clique para selecionar","upload.errorAnalyzingFiles":"Houve um erro ao analisar os arquivos","upload.failedToUpload":"Falha ao enviar","upload.fileAnalysisResults":"Resultados da análise de arquivos","upload.filesAnalyzed":"Arquivos analisados","upload.filesProcessed_many":"{{count}} arquivos processados","upload.filesProcessed_one":"{{count}} arquivo processado","upload.filesProcessed_other":"{{count}} arquivos processados","upload.filesReadyToProcess_one":"{{count}} arquivo está pronto para processar","upload.filesReadyToProcess_other":"{{count}} arquivos estão prontos para processar","upload.filesToSkip_one":"{{count}} arquivo já está no sistema e será ignorado.","upload.filesToSkip_other":"{{count}} arquivos já estão no sistema e serão ignorados.","upload.folderLabel":"Pasta:","upload.inCollection":" na coleção '{{collection}}'","upload.inFolder":" na pasta '{{location}}'","upload.new":"Novo","upload.noFilesToProcess":"Nenhum arquivo para processar.","upload.noItems":"Nenhum item para exibir","upload.preparingFiles_many":"Preparando para enviar {{count}} arquivos...","upload.preparingFiles_one":"Preparando para enviar {{count}} arquivo...","upload.preparingFiles_other":"Preparando para enviar {{count}} arquivos...","upload.preparingFolder_many":"Preparando para enviar {{folderCount}} pastas com {{fileCount}} arquivos...","upload.preparingFolder_one":"Preparando para enviar 1 pasta com {{fileCount}} arquivos...","upload.preparingFolder_other":"Preparando para enviar {{folderCount}} pastas com {{fileCount}} arquivos...","upload.processedCount":"{{processed}}/{{total}} arquivos processados...","upload.processingFilesAction":"Processando arquivos ({{action}})","upload.selectFiles":"Selecionar arquivos","upload.selectFolder":"Selecionar pasta","upload.skip":"Ignorar","upload.skippedAlreadyExisted":"Ignorado (já existia)","upload.successfullyUpdated":"Atualizado com sucesso","upload.successfullyUploaded":"Enviado com sucesso","upload.update":"Atualizar","upload.uploadComplete":"Envio concluído","upload.uploadFiles":"Enviar arquivos","upload.uploadLocation":"Local de envio:","upload.uploadMore":"Enviar mais","upload.uploadProcessInterrupted":"Processo de envio interrompido","upload.uploadingFiles":"Enviando arquivos","upload.useAutoDetection":"Usar detecção automática de tipo","upload.useTypeName":"Usar {{typeName}}","user.account":"Conta:","user.agentOnBehalfOf":"Agente em nome de","user.agentOnBehalfOfApiKey":"Agente em nome da chave API","user.appVersion":"Versão do aplicativo","user.environment":"Ambiente","user.failedToFetchApiKey":"Falha ao obter a chave API","user.failedToFetchGroup":"Falha ao obter o grupo","user.failedToFetchUser":"Falha ao obter o usuário","user.groupId":"ID do grupo: {{id}}","user.key":"Chave:","user.organizationId":"ID da organização","user.organizationRoles":"Funções na organização","user.privateKey":"Chave privada","user.project":"Projeto:","user.projectId":"ID do projeto","user.projectRoles":"Funções no projeto","user.schedule":"Agendar {{title}}","user.sdkVersion":"Versão do SDK","user.server":"Servidor","user.serviceAccount":"Conta de serviço","user.serviceAccountDescription":"Este usuário é utilizado por robôs como os workers de fluxo de trabalho.","user.store":"Store","user.systemUser":"Usuário do sistema","user.systemUserDescription":"O usuário do sistema é utilizado para inicializar objetos integrados.","user.tenantId":"ID do tenant","user.unknown":"desconhecido","user.unknownUser":"Usuário desconhecido","user.unknownUserDescription":"As informações do usuário não estão disponíveis.","user.unnamedGroup":"Grupo sem nome","user.user":"Usuário","user.userId":"ID do usuário","widgets.schema.editDescription":"Editar descrição","widgets.schema.invalidPropertyDeclaration":"Declaração de propriedade inválida"}},ru:{[w]:{"agent.actions":"Действия","agent.activeWorkstreams_few":"У агента {{count}} активных рабочих потока","agent.activeWorkstreams_many":"У агента {{count}} активных рабочих потоков","agent.activeWorkstreams_one":"У агента {{count}} активный рабочий поток","agent.activeWorkstreams_other":"У агента {{count}} активных рабочих потоков","agent.agentConversation":"Разговор с агентом","agent.agentInterrupted":"Агент прерван","agent.agentPlan":"План агента","agent.agentProcessing":"Агент обрабатывает, вы сможете продолжить после завершения...","agent.agentStarted":"Агент запущен","agent.agentWorking":"Агент работает... (Esc Esc для остановки)","agent.agentWorkingStop":"Агент работает... Нажмите Esc дважды или нажмите Стоп для прерывания","agent.allMessages":"Все сообщения","agent.artifacts":"Артефакты","agent.askAnything":"Спросите что угодно... (перетащите или вставьте файлы)","agent.batch":"Пакет","agent.cancelWorkflow":"Отменить рабочий процесс","agent.canceling":"отмена","agent.clickToEnlarge":"Нажмите для увеличения","agent.close":"Закрыть","agent.closeFullscreen":"Закрыть полноэкранный режим","agent.completed":"Завершено","agent.conversationForked":"Разговор разветвлён","agent.conversationRestarted":"Разговор перезапущен","agent.copied":"Скопировано","agent.copiedAllToolCalls":"Все вызовы инструментов скопированы в буфер обмена","agent.copiedBatchDetails":"Детали пакета скопированы в буфер обмена","agent.copiedToClipboard":"Скопировано в буфер обмена","agent.copy":"Копировать","agent.copyAllToolCalls":"Копировать все вызовы инструментов","agent.copyBatchDetails":"Копировать детали пакета","agent.copyMessage":"Копировать сообщение","agent.copyRunId":"Копировать ID запуска","agent.copyToClipboard":"Копировать в буфер обмена","agent.dashboard":"Панель управления","agent.details":"Детали","agent.document":"Документ","agent.documentAttachments":"Вложения документов","agent.documentAttachmentsDescription":"Документы из хранилища, прикрепленные к этому сообщению. Агент может повторно получить их по ID в любое время или повторно прикрепить для включения содержимого напрямую.","agent.documents":"Документы","agent.download":"Скачать","agent.downloadConversation":"Скачать разговор","agent.dropFilesToUpload":"Перетащите файлы для загрузки","agent.elapsed":"{{seconds}}с прошло","agent.enlargedView":"Увеличенный вид","agent.enterMessage":"Введите сообщение, чтобы начать разговор","agent.enterToSend":"Enter для отправки • Shift+Enter для новой строки","agent.error":"Ошибка","agent.errorStarting":"Ошибка запуска рабочего процесса","agent.exit":"Выход","agent.exitFullscreen":"Выйти из полноэкранного режима","agent.export":"Экспорт","agent.exportAsPdf":"Экспорт в PDF","agent.exportAsPng":"Экспорт в PNG","agent.exportAsWord":"Экспорт в Word","agent.exportMessage":"Экспорт сообщения","agent.exporting":"Экспорт...","agent.failedToCancelWorkflow":"Не удалось отменить рабочий процесс","agent.failedToDownload":"Не удалось скачать разговор","agent.failedToForkConversation":"Не удалось разветвить разговор","agent.failedToInterrupt":"Не удалось прервать","agent.failedToLoadDocument":"Не удалось загрузить документ","agent.failedToRenderMessage":"Не удалось отрисовать сообщение","agent.failedToRestartConversation":"Не удалось перезапустить разговор","agent.failedToSend":"Не удалось отправить сообщение","agent.filesProcessing":"Файлы ещё обрабатываются","agent.filesStagedCount_few":"{{count}} файла подготовлены - будут загружены при начале разговора","agent.filesStagedCount_many":"{{count}} файлов подготовлено - будут загружены при начале разговора","agent.filesStagedCount_one":"{{count}} файл подготовлен - будет загружен при начале разговора","agent.filesStagedCount_other":"{{count}} файлов подготовлено - будут загружены при начале разговора","agent.filesUploadedDescription":"Файлы, загруженные в эту беседу, остаются доступными на протяжении всего разговора. Агент может получить к ним доступ в любое время.","agent.forkConversation":"Разветвить разговор","agent.fullscreen":"Полноэкранный режим","agent.hideDetails":"Скрыть детали","agent.hideSidebar":"Скрыть боковую панель","agent.hideThinkingDetails":"Скрыть детали размышлений","agent.inProgress":"В процессе","agent.linkObject":"Связать объект","agent.loadingArtifacts":"Загрузка артефактов...","agent.loadingDocument":"Загрузка документа...","agent.main":"Основной","agent.mainWorkstream":"Основной поток","agent.moreActions":"Дополнительные действия","agent.newerPlan":"Более новый план","agent.no":"Нет","agent.noActiveWorkstreams":"Нет активных потоков","agent.noAgentRunning":"Нет активного агента","agent.noArtifactsYet":"Артефактов пока нет","agent.noContentAvailable":"Нет доступного содержимого","agent.noContentToExport":"Нет содержимого для экспорта","agent.noConversationContent":"Нет содержимого разговора для экспорта","agent.noDocumentsOpen":"Нет открытых документов","agent.noFilesUploadedYet":"Файлы не загружены","agent.noMessagesInWorkstream":"Пока нет сообщений в этом рабочем потоке...","agent.noPlanAvailable":"План недоступен","agent.noPlanDetected":"План пока не обнаружен","agent.olderPlan":"Более старый план","agent.openDocument":"Открыть документ","agent.openInNewTab":"Открыть в новой вкладке","agent.pdfExportFailed":"Ошибка экспорта PDF","agent.pdfExportReady":"Экспорт PDF готов","agent.pending":"Ожидание","agent.plan":"План","agent.planProgress":"Прогресс плана","agent.plansWillAppear":"Планы появятся здесь, когда агент создаст один","agent.printDialogDescription":"Используйте диалог печати браузера для сохранения в PDF","agent.processing":"Обработка...","agent.ready":"Готов","agent.refresh":"Обновить","agent.remaining":"{{seconds}}с осталось","agent.resizeRightPanel":"Изменить размер правой панели","agent.restartConversation":"Перезапустить разговор","agent.retry":"Повторить","agent.runIdCopied":"ID запуска скопирован","agent.running":"выполняется","agent.searchDocuments":"Поиск документов","agent.selectInteraction":"Выберите взаимодействие и нажмите Запустить, чтобы запустить агента","agent.send":"Отправить","agent.showAllMessages":"Показать все сообщения","agent.showDetails":"Показать детали","agent.showSidebar":"Показать боковую панель","agent.staged":"Подготовлено","agent.startAgent":"Запустить агента","agent.startNewConversation":"Начать новый разговор","agent.startingAgent":"Запуск агента...","agent.startingAgentUploading":"Запуск агента и загрузка файлов...","agent.stepByStepPlan":"Пошаговый план","agent.stop":"Стоп","agent.stopAgent":"Остановить агента","agent.submitSelection":"Отправить выбор","agent.submitSelectionCount_few":"Отправить выбор ({{count}})","agent.submitSelectionCount_many":"Отправить выбор ({{count}})","agent.submitSelectionCount_one":"Отправить выбор ({{count}})","agent.submitSelectionCount_other":"Отправить выбор ({{count}})","agent.summary":"Сводка","agent.taskProgress":"Прогресс задач","agent.toggleRightSidebar":"Переключить правую панель","agent.typeNewInstructions":"Введите сообщение, чтобы дать новые инструкции","agent.typeQuestionBelow":"Введите ваш вопрос ниже и нажмите Enter или нажмите {{buttonText}}, чтобы начать","agent.typeYourMessage":"Введите сообщение...","agent.typeYourResponse":"Введите ваш ответ...","agent.unableToOpenPrint":"Не удалось открыть предпросмотр печати","agent.unknownError":"Неизвестная ошибка","agent.unknownTime":"Неизвестное время","agent.upload":"Загрузить","agent.uploadFailed":"Ошибка загрузки","agent.uploadedFiles":"Загруженные файлы","agent.uploading":"Загрузка...","agent.uploads":"Загрузки","agent.waitForFiles":"Дождитесь завершения обработки файлов","agent.waitForFilesProcessing":"Пожалуйста, дождитесь завершения обработки всех файлов перед отправкой","agent.waiting":"Ожидание...","agent.waitingForAgentResponse":"Ожидание ответа агента...","agent.workflowCancelled":"Рабочий процесс отменён","agent.working":"Работает...","agent.workstreams":"Рабочие потоки","agent.yes":"Да","auth.continueWithEnterprise":"Продолжить с корпоративным SSO","auth.continueWithGithub":"Продолжить с GitHub","auth.continueWithGoogle":"Продолжить с Google","auth.continueWithMicrosoft":"Продолжить с Microsoft","auth.enterEnterpriseEmail":"Введите корпоративную почту","auth.error":"Ошибка: {{message}}","auth.firstTimeDetails":"Мы зададим пару вопросов, и вы сможете начать.","auth.firstTimeMessage":"Впервые здесь? Не проблема, можно попробовать бесплатно!","auth.goBack":"Назад","auth.invalidEmail":"Недействительный адрес электронной почты","auth.logInOrSignUp":"Войти или Зарегистрироваться","auth.needToMakeChange":"Нужно что-то изменить?","auth.or":"ИЛИ","auth.privacyPolicy":"Политика конфиденциальности","auth.signInError":"Извините, не удалось выполнить вход.","auth.signInErrorContact":"Пожалуйста, попробуйте снова или свяжитесь с","auth.signInErrorPersists":"если проблема сохраняется.","auth.tenantNotFound":"Организация не найдена","auth.termsOfService":"Условия использования","errors.failedToLoadTenantConfig":"Не удалось загрузить конфигурацию тенанта","errors.somethingWentWrong":"Извините, что-то пошло не так...","errors.teamNotifiedLine1":"Наша команда была уведомлена и быстро работает над решением проблемы.","errors.teamNotifiedLine2":"Если вы хотите сообщить о проблеме или просто связаться с нами, отправьте нам письмо на","filter.clearAll":"Очистить все","filter.filter":"Фильтр","filter.filterBy":"Фильтр по {{view}}","filter.filterPlaceholder":"Фильтр...","filter.from":"От:","filter.noAvailableFilters":"Нет доступных фильтров","filter.noMatchingFilters":"Нет подходящих фильтров","filter.noResultsFound":"Результаты не найдены.","filter.selectRange":"Выбрать диапазон","filter.to":"До:","form.clickToRemove":"нажмите для удаления","form.createValue":'Создать "{{value}}"',"form.filter":"Фильтр...","form.noMoreOptions":"Больше нет доступных вариантов","form.noOptionsFound":"Варианты не найдены","layout.pageNotFound":"Страница не найдена","layout.search":"Поиск","layout.searchPlaceholder":"Поиск...","login.accept":"Принять","login.reject":"Отклонить","login.reviewInvites":"Просмотреть приглашения","login.terminal.account":"Аккаунт","login.terminal.accountRequired":"Аккаунт обязателен","login.terminal.accountRequiredDesc":"Пожалуйста, выберите аккаунт для авторизации клиента на серверах ComposablePrompts","login.terminal.authPayloadCopied":"Данные аутентификации скопированы","login.terminal.authPayloadCopiedSuccess":"Вы можете закрыть эту страницу. CLI должен был получить токен.","login.terminal.authPayloadCopiedWithError":"Вы можете вставить данные в терминал. Примечание: CLI не получил токен. Произошла ошибка: {{error}}","login.terminal.authorizeClient":"Авторизовать клиент","login.terminal.browserPermissionNote":"Примечание: если браузер запрашивает разрешение на доступ к локальной сети, разрешите его. Это необходимо для отправки токена авторизации обратно в CLI. В противном случае вам придётся вручную скопировать/вставить токен в терминал.","login.terminal.chooseAccountProject":"Вы должны выбрать целевой аккаунт и проект для доступа клиента.","login.terminal.clientAuthenticated":"Клиент аутентифицирован. Вы можете закрыть эту страницу.","login.terminal.clientWantsAuth":"Клиентское приложение запрашивает авторизацию для доступа к серверам ComposablePrompts от вашего имени.","login.terminal.copyAuthPayload":"Скопировать данные аутентификации","login.terminal.envLocalDev":"Локальная разработка","login.terminal.envProduction":"Продакшен","login.terminal.envStaging":"Стейджинг","login.terminal.errorAuthorizingClient":"Ошибка авторизации клиента","login.terminal.errorLoadingProjects":"Ошибка загрузки проектов","login.terminal.failedToGetToken":"Не удалось получить токен composable","login.terminal.failedToSendToken":"Не удалось отправить токен авторизации в CLI","login.terminal.failedToSendTokenDesc":'Это может произойти из-за проверок безопасности Safari. Ошибка: "{{error}}"',"login.terminal.invalidRequest":"Недействительный запрос","login.terminal.invalidRequestDesc":"Эта страница должна вызываться терминальным клиентом для аутентификации на серверах ComposablePrompts","login.terminal.profileName":"Имя профиля","login.terminal.profileNameNote":"Также введите имя профиля, которое будет использоваться для сохранения авторизации в конфигурации клиента.","login.terminal.profileRequired":"Профиль обязателен","login.terminal.profileRequiredDesc":"Пожалуйста, введите имя профиля для сохранения авторизации клиента","login.terminal.project":"Проект","login.terminal.projectRequired":"Проект обязателен","login.terminal.projectRequiredDesc":"Пожалуйста, выберите проект для авторизации клиента на серверах ComposablePrompts","login.terminal.selectAccount":"Выберите аккаунт","login.terminal.selectProject":"Выберите проект","misc.copiedToClipboard":"Скопировано в буфер обмена","misc.copy":"Копировать","misc.failedToCopy":"Не удалось скопировать","misc.noData":"Нет данных для отображения","misc.tableView":"Табличный вид","misc.thumbnailView":"Миниатюры","modal.cancel":"Отмена","modal.confirm":"Подтвердить","modal.delete.error":"Произошла ошибка при удалении объекта","modal.delete.failed":"Не удалось удалить","modal.delete.succeeded":"Удаление выполнено","modal.save":"Сохранить","modal.saveChanges":"Сохранить изменения","modal.saveVersion.createDescription":"Создать новую ревизию с этими изменениями свойств, сохранив оригинал.","modal.saveVersion.createNew":"Создать новую версию","modal.saveVersion.createWithFileDescription":"Создать новую ревизию с файлом замены, сохранив оригинал.","modal.saveVersion.howToSave":"Как вы хотите сохранить эти изменения?","modal.saveVersion.replaceFile":"Вы собираетесь заменить файл содержимого на:","modal.saveVersion.updateCurrent":"Обновить текущую версию","modal.saveVersion.updateDescription":"Изменить свойства непосредственно в текущей ревизии.","modal.saveVersion.updateWithFileDescription":"Заменить файл содержимого и изменить свойства непосредственно в текущей ревизии.","modal.saveVersion.versionLabel":"Метка версии (Необязательно)","modal.saveVersion.versionLabelDescription":"Необязательная метка для новой версии.","modal.saveVersion.versionLabelPlaceholder":"напр., v1.2, утверждено, после проверки","oauthApps.authenticate":"Аутентификация","oauthApps.authenticating":"Аутентификация...","oauthApps.authorizationEndpoint":"Эндпоинт авторизации","oauthApps.cancel":"Отмена","oauthApps.clientId":"Client ID","oauthApps.clientSecret":"Client Secret","oauthApps.clientSecretConfigured":"Secret настроен (оставьте пустым, чтобы сохранить)","oauthApps.clientSecretHelp":"Необязательно. Требуется для конфиденциальных клиентов. Шифруется при хранении.","oauthApps.clientSecretPlaceholder":"Введите Client Secret","oauthApps.connect":"Подключить","oauthApps.connected":"Подключено","oauthApps.create":"Создать","oauthApps.createDescription":"Настроить новое OAuth-приложение для этого проекта.","oauthApps.created":"OAuth-приложение создано","oauthApps.defaultScopes":"Области доступа по умолчанию","oauthApps.defaultScopesHelp":"Список областей доступа OAuth, разделённых пробелами.","oauthApps.deleteConfirm":"Удалить OAuth-приложение","oauthApps.deleteConfirmMessage":"Вы уверены, что хотите удалить","oauthApps.deleteFailed":"Не удалось удалить OAuth-приложение","oauthApps.deleted":"OAuth-приложение удалено","oauthApps.description":"Настройка OAuth-приложений для сторонних интеграций.","oauthApps.disconnect":"Отключить","oauthApps.displayName":"Отображаемое имя","oauthApps.edit":"Редактировать OAuth-приложение","oauthApps.editDescription":"Обновить конфигурацию OAuth-приложения.","oauthApps.empty":"OAuth-приложения ещё не настроены.","oauthApps.endpointsOptionalHelp":"Необязательно. Оставьте пустым для серверов MCP, поддерживающих обнаружение .well-known.","oauthApps.name":"Имя","oauthApps.nameHelp":"Идентификатор в формате kebab-case (напр.: my-oauth-app). Нельзя изменить после создания.","oauthApps.notConnected":"Не подключено","oauthApps.revocationEndpoint":"Эндпоинт отзыва","oauthApps.save":"Сохранить","oauthApps.saveFailed":"Не удалось сохранить OAuth-приложение","oauthApps.saving":"Сохранение...","oauthApps.status":"Статус","oauthApps.title":"OAuth-приложения","oauthApps.tokenEndpoint":"Эндпоинт токена","oauthApps.updated":"OAuth-приложение обновлено","oauthApps.usePkce":"Использовать PKCE (рекомендуется)","pdf.close":"Закрыть","pdf.closeFullscreen":"Закрыть полноэкранный режим","pdf.download":"Скачать","pdf.failedToLoadViewer":"Не удалось загрузить просмотрщик PDF","pdf.fetchingDocumentFailed":"Не удалось получить документ","pdf.fitToWidth":"По ширине","pdf.fullscreen":"Полный экран","pdf.instrumentedImages":"Размеченные изображения","pdf.nextPage":"Следующая страница","pdf.noPdfAvailable":"PDF недоступен","pdf.originalImages":"Оригинальные изображения","pdf.page":"Страница","pdf.pageOf":"Страница {{pageNumber}} / {{totalPages}}","pdf.previousPage":"Предыдущая страница","pdf.zoomIn":"Увеличить","pdf.zoomOut":"Уменьшить","shell.accessDenied":"Доступ запрещён","shell.applicationNotRegistered":"Приложение не зарегистрировано","shell.organization":"Организация","shell.selectOrganization":"Выберите организацию","shell.selectProject":"Выберите проект","signup.accountType":"Тип аккаунта","signup.activelyExploring":"Активное изучение LLM в проекте","signup.alreadyUsing":"Уже используем LLM в продакшене","signup.company":"Компания","signup.companyDescription":"Для компании или организации.","signup.companyName":"Название компании","signup.companySize":"Размер компании","signup.companyWebsite":"Сайт компании","signup.justTesting":"Только тестирование или оценка LLM","signup.migratingLLMs":"Миграция на другие LLM","signup.other":"Другое","signup.personal":"Личный","signup.personalDescription":"Для личного использования или небольшой команды.","signup.pleaseEnterOrgName":"Пожалуйста, введите название организации","signup.pleaseSelectAccountType":"Пожалуйста, выберите тип аккаунта","signup.pleaseSelectCompanySize":"Пожалуйста, выберите размер компании","signup.projectMaturity":"Зрелость проекта","signup.selectCompanySize":"Выберите размер компании","signup.selectProjectMaturity":"Выберите зрелость проекта","signup.signUp":"Регистрация","signup.size1001to5000":"1001-5000 сотрудников","signup.size101to1000":"101-1000 сотрудников","signup.size11to100":"11-100 сотрудников","signup.size1to10":"1-10 сотрудников","signup.size5000plus":"5000+ сотрудников","signup.welcomeMessage":"Добро пожаловать в Vertesia, {{name}} ({{email}}).\nРасскажите немного о себе, и вы сможете начать.\nКредитная карта не требуется.","signup.wrongAccountGoBack":"Неправильный аккаунт, вернуться","store.actions.addToCollection":"Добавить в коллекцию","store.actions.addToCollectionBody":"Добавить выбранные объекты в существующую коллекцию или создать новую.","store.actions.addToCollectionButton":"Добавить в коллекцию","store.actions.addToCollectionDesc":"Добавить документы в коллекцию","store.actions.addToCollectionFailure":"Ошибка добавления в коллекцию","store.actions.addToCollectionFailureDesc":"Не удалось добавить выбранные объекты в коллекцию","store.actions.addToCollectionSuccess":"Успешно добавлено в коллекцию","store.actions.addToCollectionSuccessDesc":"{{count}} объектов добавлено в выбранную коллекцию","store.actions.addToCollectionTitle":"Добавить в коллекцию","store.actions.areYouSure":"Вы уверены?","store.actions.cannotRemoveNoCollection":"Невозможно удалить объекты: коллекция не указана","store.actions.changeContentType":"Изменить тип контента","store.actions.changeContentTypeDesc":"Изменить тип контента выбранных документов","store.actions.changeType":"Изменить тип","store.actions.chooseExistingCollections":"Выбрать из существующих коллекций","store.actions.chooseWorkflowRule":"Выберите правило рабочего процесса для запуска:","store.actions.confirmDeleteAll":"Вы уверены, что хотите удалить все выбранные объекты? Это действие нельзя отменить.","store.actions.confirmDeleteSelected":"Вы уверены, что хотите удалить выбранные объекты?\nЭто не удаление из коллекций.","store.actions.confirmRemoveFromCollection":"Вы уверены, что хотите удалить выбранные объекты из этой коллекции?","store.actions.createNew":"Создать новый","store.actions.delete":"Удалить","store.actions.deleteObjects":"Удалить объекты","store.actions.deleteTheSelectedObjects":"Удалить выбранные объекты","store.actions.errorChangingType":"Ошибка изменения типа","store.actions.errorDeletingObjects":"Ошибка удаления объектов","store.actions.errorExportProperties":"Ошибка экспорта свойств","store.actions.errorRemovingObjects":"Ошибка удаления объектов из коллекции","store.actions.errorStartingWorkflow":"Ошибка запуска рабочего процесса","store.actions.exportAllObjectProperties":"Экспортировать все свойства объектов","store.actions.exportProperties":"Экспортировать свойства","store.actions.noCollectionContext":"Нет контекста коллекции","store.actions.noObjectsSelected":"Объекты не выбраны","store.actions.pleaseSelectObjectsToDelete":"Пожалуйста, выберите объекты для удаления","store.actions.pleaseSelectObjectsToRemove":"Пожалуйста, выберите объекты для удаления из коллекции","store.actions.removeFromCollection":"Удалить из коллекции","store.actions.removeFromCollectionDesc":"Удалить выбранные объекты из этой коллекции","store.actions.selectCollection":"Выбрать коллекцию","store.actions.startWorkflow":"Запустить рабочий процесс","store.actions.startWorkflowByRule":"Запустить рабочий процесс по правилу","store.actions.startWorkflowDesc":"Запустить рабочий процесс для выбранных объектов","store.actions.workflowStarted":"Рабочий процесс запущен","store.allowedContentTypes":"Допустимые типы контента","store.allowedContentTypesOptionalDescription":"Дополнительно выберите, какие типы контента можно добавлять в коллекцию. Если не указано, допускаются все типы контента.","store.allowedContentTypesSelectDescription":"Выберите, какие типы контента можно добавлять в коллекцию. Если не указано, допускаются все типы контента.","store.areYouSureDeleteCollection":"Вы уверены, что хотите удалить эту коллекцию? Это действие нельзя отменить.","store.audioFormatRequired":"Требуется формат MP3, M4A, OGG, WAV или WebM","store.automaticTypeDetection":"Автоматическое определение типа","store.automaticTypeDetectionDescription":"Vertesia проанализирует содержимое и выберет наиболее подходящий тип. Рекомендуется для большинства загрузок и обеспечивает оптимальную обработку.","store.cancelEdit":"Отмена","store.chooseAFormat":"Выберите формат","store.chooseContentType":"Выберите тип контента...","store.chooseContentTypes":"Выберите типы контента...","store.chooseWhatToExport":"Выберите, что экспортировать","store.clearSelection":"Очистить выбор","store.close":"Закрыть","store.collectionCreated":"Коллекция создана","store.collectionDeleted":"Коллекция удалена","store.collectionFetchFailed":"Не удалось получить коллекцию","store.collectionPropertiesUpdated":"Свойства коллекции обновлены","store.collectionUpdated":"Коллекция обновлена","store.collectionUpdatedSuccess":"Коллекция успешно обновлена","store.collectionsSelected":"{{count}} коллекций выбрано","store.configuration":"Конфигурация","store.confirmSelection":"Подтвердить выбор","store.contentCopied":"{{type}} скопировано","store.contentExported":"Контент экспортирован","store.contentType":"Тип контента","store.convertingToPdf":"Конвертация в PDF...","store.copyFailed":"Не удалось скопировать","store.createACollection":"Создать коллекцию","store.createCollection":"Создать коллекцию","store.createType":"Создать тип","store.created":"Создано","store.createdBy":"Создано","store.deleteCollection":"Удалить коллекцию","store.documentExported":"Документ экспортирован","store.documentInformation":"Информация о документе","store.documentListRefreshed":"Список документов обновлён","store.documentListRefreshedDesc":"Список документов обновлён загруженными файлами.","store.documentPreview":"Предпросмотр документа","store.downloadFailed":"Ошибка скачивания","store.dynamicCollection":"Динамическая коллекция","store.dynamicCollectionDescription":"Динамически получать контент для коллекции на основе запроса. Если не включено, контент должен добавляться пользователями или агентами.","store.editJson":"Редактировать JSON","store.editProperties":"Редактировать свойства","store.editSchema":"Редактировать схему","store.editText":"Редактировать текст","store.editingGenericDocument":"Редактирование свойств общего документа","store.embeddings":"Эмбеддинги","store.enableSyncMemberHeads":"Включить синхронизацию заголовков участников","store.error":"Ошибка","store.errorCheckingDuplicates":"Произошла ошибка при проверке дублирующихся файлов","store.errorCreatingType":"Ошибка создания типа","store.errorInUploadProcessingCheck":"Ошибка при проверке обработки загрузки","store.errorProcessingFiles":"Ошибка обработки файлов","store.errorSavingText":"Не удалось сохранить текст","store.errorSavingTextDefault":"Произошла ошибка при сохранении текстового содержимого.","store.errorUpdatingProperties":"Ошибка обновления свойств","store.errorUpdatingPropertiesDefault":"Произошла ошибка при обновлении свойств.","store.exportFailed":"Ошибка экспорта","store.exportInProgress":"ВЫПОЛНЯЕТСЯ ЭКСПОРТ","store.failedToConvertToPdf":"Не удалось сконвертировать в PDF","store.failedToCopy":"Не удалось скопировать {{type}} в буфер обмена","store.failedToCreateCollection":"Не удалось создать коллекцию","store.failedToDeleteCollection":"Не удалось удалить коллекцию","store.failedToDownloadFile":"Не удалось скачать файл","store.failedToDownloadPdf":"Не удалось скачать PDF-файл","store.failedToExportContent":"Не удалось экспортировать контент","store.failedToExportDocument":"Не удалось экспортировать документ","store.failedToFetchRoleMappings":"Не удалось получить сопоставления ролей","store.failedToFetchTypes":"Не удалось получить ObjectTypes","store.failedToFetchWorkflows":"Не удалось получить рабочие процессы","store.failedToGetDownloadUrl":"Не удалось получить URL для скачивания","store.failedToLoadDocument":"Не удалось загрузить документ","store.failedToLoadType":"Не удалось загрузить тип","store.failedToUpdateCollection":"Не удалось обновить коллекцию","store.failedToUpdateCollectionProperties":"Не удалось обновить свойства коллекции","store.failedToUpdateSchema":"Не удалось обновить схему","store.failedToUpdateSharedProperties":"Не удалось обновить общие свойства","store.failedToUpdateSkipHeadSync":"Не удалось обновить настройку синхронизации заголовков","store.failedToUpdateTableLayout":"Не удалось обновить макет таблицы","store.filesAnalyzedTitle":"Файлы проанализированы","store.filesReadyToProcess":"Файлы готовы к обработке","store.filterByName":"Фильтр по имени","store.fullText":"Полный текст","store.fullView":"Полный вид","store.getStartedCollections":"Начните с создания новой коллекции.","store.getStartedTypes":"Начните с создания нового типа.","store.id":"ID","store.invalidJson":"Недопустимый JSON","store.invalidJsonSchema":"Недопустимая JSON-схема","store.invalidQueryJson":"Недопустимый JSON запроса","store.invalidTableLayout":"Недопустимый макет таблицы","store.isChunkable":"Делится на части","store.limit":"Лимит","store.loadingDocument":"Загрузка документа...","store.loadingProcessingStatus":"Загрузка статуса обработки...","store.na":"Н/Д","store.name":"Имя","store.newCollections":"Новые коллекции","store.newVersionCreated":"Новая версия создана","store.newVersionCreatedDesc":"Новая версия с обновлёнными свойствами создана.","store.noAudioRendition":"Нет веб-совместимой аудио-версии","store.noCollections":"Нет коллекций","store.noCollectionsAvailable":"Нет доступных коллекций.","store.noCollectionsFound":"Коллекции не найдены.","store.noFilesSelected":"Файлы не выбраны","store.noObjectsDragAndDrop":"Нет объектов. Просто перетащите документы или изображения сюда для создания объектов контента.","store.noPreviewAvailable":"Предпросмотр для этого типа документа недоступен.","store.noProjectSelected":"Проект не выбран","store.noPropertiesAvailable":"Нет доступных свойств для этого документа.","store.noPropertiesDefined":"Свойства не определены","store.noTranscriptAvailable":"Транскрипция недоступна","store.noType":"Без типа","store.noValidFilesSelected":"Нет допустимых выбранных файлов","store.noVideoRendition":"Нет веб-совместимой видео-версии","store.none":"Нет","store.openFullDocument":"Открыть полный документ","store.openFullDocumentView":"Открыть полный вид документа","store.optional":"(Необязательно)","store.pdfConversionFailed":"Конвертация PDF не удалась","store.pdfPreviewFullView":"Предпросмотр PDF-документа доступен в полном виде.","store.pleaseFixJsonSyntax":"Пожалуйста, исправьте синтаксические ошибки JSON перед сохранением.","store.pleaseProvideName":"Пожалуйста, укажите название коллекции","store.pleaseSelectValidFiles":"Пожалуйста, выберите файлы с допустимым содержимым.","store.pleaseWait":"ПОЖАЛУЙСТА, ПОДОЖДИТЕ","store.preview":"Предпросмотр","store.previewProperties":"Предпросмотр свойств","store.processingFailedFor":"Обработка не удалась для {{name}}","store.processingFiles":"Обработка файлов","store.properties":"Свойства","store.propertiesUpdated":"Свойства обновлены","store.propertiesUpdatedDesc":"Свойства объекта успешно обновлены.","store.query":"Запрос","store.queryDescription":"Определите запрос для динамического получения контента коллекции.","store.refresh":"Обновить","store.renderingDocument":"Рендеринг документа...","store.saveChanges":"Сохранить изменения","store.saveText":"Сохранить","store.schemaEditor":"Редактор схемы","store.schemaUpdated":"Схема обновлена","store.schemaUpdatedSuccess":"Схема успешно обновлена","store.search":"Поиск","store.searchCollections":"Поиск коллекций","store.searchFailed":"Ошибка поиска","store.searchPlaceholder":"Введите, что вы ищете, или выберите фильтр","store.searchTypes":"Поиск типов","store.searching":"Поиск...","store.selectACollection":"Выберите коллекцию","store.selectContent":"Выбрать контент","store.selectContentType":"Выберите тип контента","store.selectContentTypeAuto":"Выберите тип контента или оставьте пустым для автоматического определения","store.selectContentTypeLabel":"Выберите тип контента","store.selectPropertiesToShare":"Выберите свойства для общего доступа","store.semanticChunking":"Семантическое разбиение","store.semanticSearch":"Семантический поиск","store.semanticSearchSettings":"Настройки семантического поиска","store.sharedProperties":"Общие свойства","store.sharedPropertiesDescription":"Добавьте свойства для общего доступа между всеми участниками коллекции. Эта функция требует включения синхронизации общих свойств в проекте.","store.showingFirst128K":"Показаны только первые 128K символов","store.size":"Размер","store.staticCollection":"Статическая коллекция","store.strictMode":"Строгий режим","store.successfullyCopied":"{{type}} успешно скопировано в буфер обмена","store.successfullyExportedTo":"Успешно экспортировано в {{format}}","store.syncMemberHeads":"Синхронизировать заголовки участников","store.syncMemberHeadsDescription":"При создании новой HEAD-версии участника коллекция будет обновлена для указания на новый HEAD.","store.tableLayout":"Макет таблицы","store.tableLayoutDescription":"Определите пользовательский макет для отображения коллекции в таблицах.","store.tableLayoutUpdated":"Макет таблицы обновлён","store.tableLayoutUpdatedDesc":"Макет таблицы успешно обновлён","store.textConflict":"Документ был изменён в другом месте. Обновите страницу и попробуйте снова.","store.textSaved":"Текстовое содержимое сохранено","store.typeCreated":"Тип создан","store.typeDescription":"Дополнительно выберите тип контента для назначения пользовательских свойств и данных коллекции.","store.typeSelectDescription":"Выберите тип контента для назначения пользовательских свойств и данных коллекции.","store.unknown":"Неизвестно","store.unsavedChanges":"Несохранённые изменения","store.updated":"Обновлено","store.updatedAt":"Обновлено","store.updatedBy":"Обновлено","store.updatedSharedProperties":"Общие свойства обновлены","store.updatedSkipHeadSync":"Настройка синхронизации заголовков обновлена","store.upload":"Загрузить","store.uploadComplete":"Загрузка завершена","store.uploadIssues":"Проблемы загрузки","store.validationFailed":"Проверка не пройдена","store.videoFormatRequired":"Требуется формат MP4 или WebM","store.viewAsPdf":"Просмотр как PDF","store.viewAudio":"Просмотр аудио","store.viewImage":"Просмотр изображения","store.viewInJsonFormat":"Просмотр в формате JSON","store.viewPdf":"Просмотр PDF","store.viewText":"Просмотр текста","store.viewTranscript":"Просмотр транскрипции","store.viewVideo":"Просмотр видео","store.viewingNewVersion":"Просмотр новой версии","store.viewingNewVersionDefault":"Сейчас отображается новая версия","store.viewingVersionLabel":"Сейчас отображается версия '{{label}}'","theme.dark":"Тёмная","theme.label":"Тема","theme.light":"Светлая","theme.system":"Система","type.description":"Описание","type.name":"Имя","type.nameRequired":"Имя обязательно","upload.allFilesExist":"Все {{count}} файл(ов) уже существуют в системе и будут пропущены. Вы можете продолжить для просмотра результатов.","upload.analyzingFiles":"Анализ файлов...","upload.checkingForDuplicates":"Проверка на дубликаты и обновления","upload.collectionLabel":"Коллекция:","upload.contentTypeTooltip":"Выберите тип контента для загружаемых файлов. Если оставить пустым, Vertesia автоматически определит тип на основе содержимого файла.","upload.continue":"Продолжить","upload.dragAndDrop":"Перетащите файлы сюда или нажмите для выбора","upload.errorAnalyzingFiles":"Произошла ошибка при анализе файлов","upload.failedToUpload":"Ошибка загрузки","upload.fileAnalysisResults":"Результаты анализа файлов","upload.filesAnalyzed":"Файлы проанализированы","upload.filesProcessed_few":"{{count}} файла обработано","upload.filesProcessed_many":"{{count}} файлов обработано","upload.filesProcessed_one":"{{count}} файл обработан","upload.filesProcessed_other":"{{count}} файлов обработано","upload.filesReadyToProcess_few":"{{count}} файла готовы к обработке","upload.filesReadyToProcess_many":"{{count}} файлов готовы к обработке","upload.filesReadyToProcess_one":"{{count}} файл готов к обработке","upload.filesReadyToProcess_other":"{{count}} файлов готовы к обработке","upload.filesToSkip_few":"{{count}} файла уже в системе и будут пропущены.","upload.filesToSkip_many":"{{count}} файлов уже в системе и будут пропущены.","upload.filesToSkip_one":"{{count}} файл уже в системе и будет пропущен.","upload.filesToSkip_other":"{{count}} файлов уже в системе и будут пропущены.","upload.folderLabel":"Папка:","upload.inCollection":" в коллекции '{{collection}}'","upload.inFolder":" в папке '{{location}}'","upload.new":"Новый","upload.noFilesToProcess":"Нет файлов для обработки.","upload.noItems":"Нет элементов для отображения","upload.preparingFiles_few":"Подготовка к загрузке {{count}} файлов...","upload.preparingFiles_many":"Подготовка к загрузке {{count}} файлов...","upload.preparingFiles_one":"Подготовка к загрузке {{count}} файла...","upload.preparingFiles_other":"Подготовка к загрузке {{count}} файлов...","upload.preparingFolder_few":"Подготовка к загрузке {{folderCount}} папок с {{fileCount}} файлами...","upload.preparingFolder_many":"Подготовка к загрузке {{folderCount}} папок с {{fileCount}} файлами...","upload.preparingFolder_one":"Подготовка к загрузке 1 папки с {{fileCount}} файлами...","upload.preparingFolder_other":"Подготовка к загрузке {{folderCount}} папок с {{fileCount}} файлами...","upload.processedCount":"Обработано {{processed}}/{{total}} файлов...","upload.processingFilesAction":"Обработка файлов ({{action}})","upload.selectFiles":"Выбрать файлы","upload.selectFolder":"Выбрать папку","upload.skip":"Пропустить","upload.skippedAlreadyExisted":"Пропущено (уже существует)","upload.successfullyUpdated":"Успешно обновлено","upload.successfullyUploaded":"Успешно загружено","upload.update":"Обновить","upload.uploadComplete":"Загрузка завершена","upload.uploadFiles":"Загрузить файлы","upload.uploadLocation":"Место загрузки:","upload.uploadMore":"Загрузить ещё","upload.uploadProcessInterrupted":"Процесс загрузки прерван","upload.uploadingFiles":"Загрузка файлов","upload.useAutoDetection":"Использовать автоматическое определение типа","upload.useTypeName":"Использовать {{typeName}}","user.account":"Аккаунт:","user.agentOnBehalfOf":"Агент от имени","user.agentOnBehalfOfApiKey":"Агент от имени API-ключа","user.appVersion":"Версия приложения","user.environment":"Окружение","user.failedToFetchApiKey":"Не удалось получить API-ключ","user.failedToFetchGroup":"Не удалось получить группу","user.failedToFetchUser":"Не удалось получить пользователя","user.groupId":"ID группы: {{id}}","user.key":"Ключ:","user.organizationId":"ID организации","user.organizationRoles":"Роли в организации","user.privateKey":"Закрытый ключ","user.project":"Проект:","user.projectId":"ID проекта","user.projectRoles":"Роли в проекте","user.schedule":"Расписание {{title}}","user.sdkVersion":"Версия SDK","user.server":"Сервер","user.serviceAccount":"Сервисный аккаунт","user.serviceAccountDescription":"Этот пользователь используется роботами, такими как воркеры рабочих процессов.","user.store":"Хранилище","user.systemUser":"Системный пользователь","user.systemUserDescription":"Системный пользователь используется для инициализации встроенных объектов.","user.tenantId":"ID тенанта","user.unknown":"неизвестно","user.unknownUser":"Неизвестный пользователь","user.unknownUserDescription":"Информация о пользователе недоступна.","user.unnamedGroup":"Группа без названия","user.user":"Пользователь","user.userId":"ID пользователя","widgets.schema.editDescription":"Редактировать описание","widgets.schema.invalidPropertyDeclaration":"Недопустимое объявление свойства"}},tr:{[w]:{"agent.actions":"Eylemler","agent.activeWorkstreams_one":"Ajanın {{count}} aktif iş akışı çalışıyor","agent.activeWorkstreams_other":"Ajanın {{count}} aktif iş akışı çalışıyor","agent.agentConversation":"Ajan Konuşması","agent.agentInterrupted":"Ajan Durduruldu","agent.agentPlan":"Ajan planı","agent.agentProcessing":"Ajan işliyor, tamamlandığında devam edebilirsiniz...","agent.agentStarted":"Ajan başlatıldı","agent.agentWorking":"Ajan çalışıyor... (Esc Esc durdurmak için)","agent.agentWorkingStop":"Ajan çalışıyor... Durdurmak için Esc'ye iki kez basın veya Durdur'a tıklayın","agent.allMessages":"Tüm mesajlar","agent.artifacts":"Yapılar","agent.askAnything":"Bir şey sorun... (dosya sürükleyin veya yapıştırın)","agent.batch":"Toplu","agent.cancelWorkflow":"İş akışını iptal et","agent.canceling":"iptal ediliyor","agent.clickToEnlarge":"Büyütmek için tıklayın","agent.close":"Kapat","agent.closeFullscreen":"Tam ekranı kapat","agent.completed":"Tamamlandı","agent.conversationForked":"Konuşma çatallandı","agent.conversationRestarted":"Konuşma yeniden başlatıldı","agent.copied":"Kopyalandı","agent.copiedAllToolCalls":"Tüm araç çağrıları panoya kopyalandı","agent.copiedBatchDetails":"Toplu ayrıntılar panoya kopyalandı","agent.copiedToClipboard":"Panoya kopyalandı","agent.copy":"Kopyala","agent.copyAllToolCalls":"Tüm araç çağrılarını kopyala","agent.copyBatchDetails":"Toplu ayrıntıları kopyala","agent.copyMessage":"Mesajı kopyala","agent.copyRunId":"Çalışma kimliğini kopyala","agent.copyToClipboard":"Panoya kopyala","agent.dashboard":"Gösterge paneli","agent.details":"Ayrıntılar","agent.document":"Belge","agent.documentAttachments":"Belge ekleri","agent.documentAttachmentsDescription":"Bu mesaja eklenmiş mağaza belgeleri. Ajan bunları istediği zaman ID ile yeniden alabilir veya içeriği doğrudan dahil etmek için yeniden ekleyebilir.","agent.documents":"Belgeler","agent.download":"İndir","agent.downloadConversation":"Konuşmayı indir","agent.dropFilesToUpload":"Yüklemek için dosyaları bırakın","agent.elapsed":"{{seconds}}sn geçti","agent.enlargedView":"Büyütülmüş görünüm","agent.enterMessage":"Konuşma başlatmak için bir mesaj girin","agent.enterToSend":"Göndermek için Enter • Yeni satır için Shift+Enter","agent.error":"Hata","agent.errorStarting":"İş akışı başlatılırken hata oluştu","agent.exit":"Çıkış","agent.exitFullscreen":"Tam ekrandan çık","agent.export":"Dışa aktar","agent.exportAsPdf":"PDF olarak dışa aktar","agent.exportAsPng":"PNG olarak dışa aktar","agent.exportAsWord":"Word olarak dışa aktar","agent.exportMessage":"Mesajı dışa aktar","agent.exporting":"Dışa aktarılıyor...","agent.failedToCancelWorkflow":"İş akışı iptal edilemedi","agent.failedToDownload":"Konuşma indirilemedi","agent.failedToForkConversation":"Konuşma çatallanamadı","agent.failedToInterrupt":"Durdurulamadı","agent.failedToLoadDocument":"Belge yüklenemedi","agent.failedToRenderMessage":"Mesaj oluşturulamadı","agent.failedToRestartConversation":"Konuşma yeniden başlatılamadı","agent.failedToSend":"Mesaj gönderilemedi","agent.filesProcessing":"Dosyalar hâlâ işleniyor","agent.filesStagedCount_one":"{{count}} dosya hazırlandı - konuşma başladığında yüklenecek","agent.filesStagedCount_other":"{{count}} dosya hazırlandı - konuşma başladığında yüklenecek","agent.filesUploadedDescription":"Bu sohbete yüklenen dosyalar sürekli olarak kullanılabilir durumda kalır. Ajan bunlara istediği zaman erişebilir.","agent.forkConversation":"Konuşmayı çatalla","agent.fullscreen":"Tam ekran","agent.hideDetails":"Ayrıntıları gizle","agent.hideSidebar":"Kenar çubuğunu gizle","agent.hideThinkingDetails":"Düşünme ayrıntılarını gizle","agent.inProgress":"Devam ediyor","agent.linkObject":"Nesne bağla","agent.loadingArtifacts":"Yapılar yükleniyor...","agent.loadingDocument":"Belge yükleniyor...","agent.main":"Ana","agent.mainWorkstream":"Ana iş akışı","agent.moreActions":"Daha fazla eylem","agent.newerPlan":"Daha yeni plan","agent.no":"Hayır","agent.noActiveWorkstreams":"Aktif iş akışı yok","agent.noAgentRunning":"Şu anda çalışan ajan yok","agent.noArtifactsYet":"Henüz yapı yok","agent.noContentAvailable":"Kullanılabilir içerik yok","agent.noContentToExport":"Dışa aktarılacak içerik yok","agent.noConversationContent":"Dışa aktarılacak konuşma içeriği yok","agent.noDocumentsOpen":"Açık belge yok","agent.noFilesUploadedYet":"Yüklenen dosya yok","agent.noMessagesInWorkstream":"Bu iş akışında henüz mesaj yok...","agent.noPlanAvailable":"Plan mevcut değil","agent.noPlanDetected":"Henüz bir plan algılanmadı","agent.olderPlan":"Daha eski plan","agent.openDocument":"Belgeyi aç","agent.openInNewTab":"Yeni sekmede aç","agent.pdfExportFailed":"PDF dışa aktarma başarısız","agent.pdfExportReady":"PDF dışa aktarma hazır","agent.pending":"Beklemede","agent.plan":"Plan","agent.planProgress":"Plan ilerlemesi","agent.plansWillAppear":"Ajan bir plan oluşturduğunda burada görünecek","agent.printDialogDescription":"PDF olarak kaydetmek için tarayıcınızın yazdırma iletişim kutusunu kullanın","agent.processing":"İşleniyor...","agent.ready":"Hazır","agent.refresh":"Yenile","agent.remaining":"{{seconds}}sn kaldı","agent.resizeRightPanel":"Sağ paneli yeniden boyutlandır","agent.restartConversation":"Konuşmayı yeniden başlat","agent.retry":"Tekrar dene","agent.runIdCopied":"Çalıştırma ID'si kopyalandı","agent.running":"çalışıyor","agent.searchDocuments":"Belgeleri ara","agent.selectInteraction":"Bir etkileşim seçin ve ajanı başlatmak için Başlat'a tıklayın","agent.send":"Gönder","agent.showAllMessages":"Tüm mesajları göster","agent.showDetails":"Ayrıntıları göster","agent.showSidebar":"Kenar çubuğunu göster","agent.staged":"Hazırlandı","agent.startAgent":"Ajanı başlat","agent.startNewConversation":"Yeni konuşma başlat","agent.startingAgent":"Ajan başlatılıyor...","agent.startingAgentUploading":"Ajan başlatılıyor ve dosyalar yükleniyor...","agent.stepByStepPlan":"Adım adım plan","agent.stop":"Durdur","agent.stopAgent":"Ajanı durdur","agent.submitSelection":"Seçimi gönder","agent.submitSelectionCount_one":"Seçimi gönder ({{count}})","agent.submitSelectionCount_other":"Seçimi gönder ({{count}})","agent.summary":"Özet","agent.taskProgress":"Görev ilerlemesi","agent.toggleRightSidebar":"Sağ kenar çubuğunu aç/kapat","agent.typeNewInstructions":"Yeni talimatlar vermek için mesajınızı yazın","agent.typeQuestionBelow":"Sorunuzu aşağıya yazın ve başlamak için Enter'a basın veya {{buttonText}} tıklayın","agent.typeYourMessage":"Mesajınızı yazın...","agent.typeYourResponse":"Yanıtınızı yazın...","agent.unableToOpenPrint":"Yazdırma önizlemesi açılamadı","agent.unknownError":"Bilinmeyen hata","agent.unknownTime":"Bilinmeyen zaman","agent.upload":"Yükle","agent.uploadFailed":"Yükleme başarısız","agent.uploadedFiles":"Yüklenen dosyalar","agent.uploading":"Yükleniyor...","agent.uploads":"Yüklemeler","agent.waitForFiles":"Dosyaların işlenmesini bekleyin","agent.waitForFilesProcessing":"Göndermeden önce tüm dosyaların işlenmesini bekleyin","agent.waiting":"Bekleniyor...","agent.waitingForAgentResponse":"Ajan yanıtı bekleniyor...","agent.workflowCancelled":"İş akışı iptal edildi","agent.working":"Çalışıyor...","agent.workstreams":"İş akışları","agent.yes":"Evet","auth.continueWithEnterprise":"Kurumsal SSO ile devam et","auth.continueWithGithub":"GitHub ile devam et","auth.continueWithGoogle":"Google ile devam et","auth.continueWithMicrosoft":"Microsoft ile devam et","auth.enterEnterpriseEmail":"Kurumsal e-postanızı girin","auth.error":"Hata: {{message}}","auth.firstTimeDetails":"Sadece birkaç soru soracağız ve hazır olacaksınız.","auth.firstTimeMessage":"İlk kez mi buradasınız? Sorun değil, ücretsiz deneyebilirsiniz!","auth.goBack":"Geri dön","auth.invalidEmail":"Geçersiz e-posta adresi","auth.logInOrSignUp":"Giriş yap veya Kayıt ol","auth.needToMakeChange":"Değişiklik yapmanız mı gerekiyor?","auth.or":"VEYA","auth.privacyPolicy":"Gizlilik Politikası","auth.signInError":"Üzgünüz, oturumunuzu açamadık.","auth.signInErrorContact":"Lütfen tekrar deneyin veya iletişime geçin","auth.signInErrorPersists":"sorun devam ederse.","auth.tenantNotFound":"Kuruluş bulunamadı","auth.termsOfService":"Hizmet Şartları","errors.failedToLoadTenantConfig":"Kiracı yapılandırması yüklenemedi","errors.somethingWentWrong":"Üzgünüz, bir şeyler ters gitti...","errors.teamNotifiedLine1":"Ekibimiz bilgilendirildi ve sorunu hızla çözmeye çalışacaktır.","errors.teamNotifiedLine2":"Konuyu iletmek veya bizimle iletişime geçmek isterseniz, lütfen bize şu adresten e-posta gönderin:","filter.clearAll":"Tümünü Temizle","filter.filter":"Filtre","filter.filterBy":"{{view}} ile filtrele","filter.filterPlaceholder":"Filtrele...","filter.from":"Başlangıç:","filter.noAvailableFilters":"Kullanılabilir filtre yok","filter.noMatchingFilters":"Eşleşen filtre yok","filter.noResultsFound":"Sonuç bulunamadı.","filter.selectRange":"Aralık seçin","filter.to":"Bitiş:","form.clickToRemove":"kaldırmak için tıklayın","form.createValue":'"{{value}}" oluştur',"form.filter":"Filtrele...","form.noMoreOptions":"Başka seçenek yok","form.noOptionsFound":"Seçenek bulunamadı","layout.pageNotFound":"Sayfa Bulunamadı","layout.search":"Ara","layout.searchPlaceholder":"Ara...","login.accept":"Kabul Et","login.reject":"Reddet","login.reviewInvites":"Davetleri İncele","login.terminal.account":"Hesap","login.terminal.accountRequired":"Hesap gereklidir","login.terminal.accountRequiredDesc":"İstemcinin ComposablePrompts sunucularına erişmesi için lütfen bir hesap seçin","login.terminal.authPayloadCopied":"Kimlik doğrulama yükü kopyalandı","login.terminal.authPayloadCopiedSuccess":"Bu sayfayı kapatabilirsiniz. CLI tokenı almış olmalıdır.","login.terminal.authPayloadCopiedWithError":"Yükü terminale yapıştırabilirsiniz. Not: CLI tokenı almadı. Bir hata oluştu: {{error}}","login.terminal.authorizeClient":"İstemciyi Yetkilendir","login.terminal.browserPermissionNote":"Not: Tarayıcınız yerel ağınıza erişim izni isterse lütfen izin verin. Bu, yetkilendirme tokenını CLI aracına geri göndermek için gereklidir. Aksi takdirde tokenı terminalinize elle kopyalayıp yapıştırmanız gerekecektir.","login.terminal.chooseAccountProject":"İstemcinin erişeceği hedef hesap ve projeyi seçmelisiniz.","login.terminal.clientAuthenticated":"İstemci kimlik doğrulandı. Bu sayfayı kapatabilirsiniz.","login.terminal.clientWantsAuth":"Bir istemci uygulama sizin adınıza composable prompt sunucularına erişim yetkisi istiyor.","login.terminal.copyAuthPayload":"Kimlik Doğrulama Yükünü Kopyala","login.terminal.envLocalDev":"Yerel Geliştirme","login.terminal.envProduction":"Üretim","login.terminal.envStaging":"Hazırlık","login.terminal.errorAuthorizingClient":"İstemci yetkilendirme hatası","login.terminal.errorLoadingProjects":"Projeler yüklenirken hata oluştu","login.terminal.failedToGetToken":"Composable tokenı alınamadı","login.terminal.failedToSendToken":"Yetkilendirme tokenı CLI aracına gönderilemedi","login.terminal.failedToSendTokenDesc":'Bu, Safari\'deki güvenlik kontrolleri nedeniyle olabilir. Hata: "{{error}}"',"login.terminal.invalidRequest":"Geçersiz istek","login.terminal.invalidRequestDesc":"Bu sayfa, ComposablePrompts sunucularına kimlik doğrulaması yapmak için bir terminal istemcisi tarafından çağrılmalıdır","login.terminal.profileName":"Profil Adı","login.terminal.profileNameNote":"Ayrıca istemci yapılandırmanıza yetkilendirmeyi kaydetmek için kullanılacak bir profil adı girin.","login.terminal.profileRequired":"Profil gereklidir","login.terminal.profileRequiredDesc":"İstemci yetkilendirmesini kaydetmek için lütfen bir profil adı girin","login.terminal.project":"Proje","login.terminal.projectRequired":"Proje gereklidir","login.terminal.projectRequiredDesc":"İstemcinin ComposablePrompts sunucularına erişmesi için lütfen bir proje seçin","login.terminal.selectAccount":"Hesap Seçin","login.terminal.selectProject":"Proje Seçin","misc.copiedToClipboard":"Panoya kopyalandı","misc.copy":"Kopyala","misc.failedToCopy":"Kopyalama başarısız","misc.noData":"Görüntülenecek veri yok","misc.tableView":"Tablo görünümü","misc.thumbnailView":"Küçük resim görünümü","modal.cancel":"İptal","modal.confirm":"Onayla","modal.delete.error":"Nesne silinirken bir hata oluştu","modal.delete.failed":"Silme başarısız","modal.delete.succeeded":"Silme başarılı","modal.save":"Kaydet","modal.saveChanges":"Değişiklikleri kaydet","modal.saveVersion.createDescription":"Bu özellik değişiklikleriyle yeni bir revizyon oluşturun, orijinali koruyun.","modal.saveVersion.createNew":"Yeni sürüm oluştur","modal.saveVersion.createWithFileDescription":"Değiştirme dosyasıyla yeni bir revizyon oluşturun, orijinali koruyun.","modal.saveVersion.howToSave":"Bu değişiklikleri nasıl kaydetmek istersiniz?","modal.saveVersion.replaceFile":"İçerik dosyasını şununla değiştirmek üzeresiniz:","modal.saveVersion.updateCurrent":"Mevcut sürümü güncelle","modal.saveVersion.updateDescription":"Mevcut revizyonda özellikleri doğrudan düzenleyin.","modal.saveVersion.updateWithFileDescription":"İçerik dosyasını değiştirin ve mevcut revizyonda özellikleri doğrudan düzenleyin.","modal.saveVersion.versionLabel":"Sürüm etiketi (İsteğe bağlı)","modal.saveVersion.versionLabelDescription":"Yeni sürüm için isteğe bağlı etiket.","modal.saveVersion.versionLabelPlaceholder":"örn., v1.2, onaylandı, inceleme sonrası","oauthApps.authenticate":"Kimlik Doğrula","oauthApps.authenticating":"Kimlik doğrulanıyor...","oauthApps.authorizationEndpoint":"Yetkilendirme Uç Noktası","oauthApps.cancel":"İptal","oauthApps.clientId":"Client ID","oauthApps.clientSecret":"Client Secret","oauthApps.clientSecretConfigured":"Secret yapılandırıldı (korumak için boş bırakın)","oauthApps.clientSecretHelp":"İsteğe bağlı. Gizli istemciler için gereklidir. Depolama sırasında şifrelenir.","oauthApps.clientSecretPlaceholder":"Client Secret girin","oauthApps.connect":"Bağlan","oauthApps.connected":"Bağlandı","oauthApps.create":"Oluştur","oauthApps.createDescription":"Bu proje için yeni bir OAuth uygulaması yapılandırın.","oauthApps.created":"OAuth uygulaması oluşturuldu","oauthApps.defaultScopes":"Varsayılan Kapsamlar","oauthApps.defaultScopesHelp":"Boşlukla ayrılmış OAuth kapsamları listesi.","oauthApps.deleteConfirm":"OAuth Uygulamasını Sil","oauthApps.deleteConfirmMessage":"Silmek istediğinizden emin misiniz","oauthApps.deleteFailed":"OAuth uygulaması silinemedi","oauthApps.deleted":"OAuth uygulaması silindi","oauthApps.description":"Üçüncü taraf entegrasyonları için OAuth uygulamalarını yapılandırın.","oauthApps.disconnect":"Bağlantıyı Kes","oauthApps.displayName":"Görünen Ad","oauthApps.edit":"OAuth Uygulamasını Düzenle","oauthApps.editDescription":"OAuth uygulama yapılandırmasını güncelleyin.","oauthApps.empty":"Henüz yapılandırılmış OAuth uygulaması yok.","oauthApps.endpointsOptionalHelp":"İsteğe bağlı. .well-known keşfini destekleyen MCP sunucuları için boş bırakın.","oauthApps.name":"Ad","oauthApps.nameHelp":"Kebab-case tanımlayıcı (ör.: my-oauth-app). Oluşturulduktan sonra değiştirilemez.","oauthApps.notConnected":"Bağlı değil","oauthApps.revocationEndpoint":"İptal Uç Noktası","oauthApps.save":"Kaydet","oauthApps.saveFailed":"OAuth uygulaması kaydedilemedi","oauthApps.saving":"Kaydediliyor...","oauthApps.status":"Durum","oauthApps.title":"OAuth Uygulamaları","oauthApps.tokenEndpoint":"Token Uç Noktası","oauthApps.updated":"OAuth uygulaması güncellendi","oauthApps.usePkce":"PKCE Kullan (önerilir)","pdf.close":"Kapat","pdf.closeFullscreen":"Tam ekranı kapat","pdf.download":"İndir","pdf.failedToLoadViewer":"PDF görüntüleyici yüklenemedi","pdf.fetchingDocumentFailed":"Belge alınamadı","pdf.fitToWidth":"Genişliğe sığdır","pdf.fullscreen":"Tam ekran","pdf.instrumentedImages":"İşaretlenmiş görüntüler","pdf.nextPage":"Sonraki sayfa","pdf.noPdfAvailable":"PDF mevcut değil","pdf.originalImages":"Orijinal görüntüler","pdf.page":"Sayfa","pdf.pageOf":"Sayfa {{pageNumber}} / {{totalPages}}","pdf.previousPage":"Önceki sayfa","pdf.zoomIn":"Yakınlaştır","pdf.zoomOut":"Uzaklaştır","shell.accessDenied":"Erişim Reddedildi","shell.applicationNotRegistered":"Uygulama kayıtlı değil","shell.organization":"Kuruluş","shell.selectOrganization":"Kuruluş Seçin","shell.selectProject":"Proje Seçin","signup.accountType":"Hesap Türü","signup.activelyExploring":"Bir Projede LLM'leri Aktif Olarak Keşfetme","signup.alreadyUsing":"Üretimde Zaten LLM Kullanıyor","signup.company":"Şirket","signup.companyDescription":"Bir şirket veya kuruluş için.","signup.companyName":"Şirket Adı","signup.companySize":"Şirket Büyüklüğü","signup.companyWebsite":"Şirket Web Sitesi","signup.justTesting":"LLM'leri Test Etme veya Değerlendirme Aşamasında","signup.migratingLLMs":"Farklı LLM'lere Geçiş Yapıyor","signup.other":"Diğer","signup.personal":"Kişisel","signup.personalDescription":"Kişisel kullanım veya küçük bir ekip için.","signup.pleaseEnterOrgName":"Lütfen bir kuruluş adı girin","signup.pleaseSelectAccountType":"Lütfen bir hesap türü seçin","signup.pleaseSelectCompanySize":"Lütfen bir şirket büyüklüğü seçin","signup.projectMaturity":"Proje Olgunluğu","signup.selectCompanySize":"Şirket Büyüklüğü Seçin","signup.selectProjectMaturity":"Proje Olgunluğu Seçin","signup.signUp":"Kaydol","signup.size1001to5000":"1001-5000 çalışan","signup.size101to1000":"101-1000 çalışan","signup.size11to100":"11-100 çalışan","signup.size1to10":"1-10 çalışan","signup.size5000plus":"5000+ çalışan","signup.welcomeMessage":"Vertesia'ya hoş geldiniz, {{name}} ({{email}}).\nLütfen kendiniz hakkında biraz bilgi verin ve hemen başlayın.\nKredi kartı gerekmez.","signup.wrongAccountGoBack":"Yanlış hesap, geri dön","store.actions.addToCollection":"Koleksiyona Ekle","store.actions.addToCollectionBody":"Seçili nesneleri mevcut bir koleksiyona ekleyin veya yeni bir tane oluşturun.","store.actions.addToCollectionButton":"Koleksiyona Ekle","store.actions.addToCollectionDesc":"Belgeleri bir koleksiyona ekle","store.actions.addToCollectionFailure":"Koleksiyona ekleme başarısız","store.actions.addToCollectionFailureDesc":"Seçili nesneler koleksiyona eklenemedi","store.actions.addToCollectionSuccess":"Koleksiyona ekleme başarılı","store.actions.addToCollectionSuccessDesc":"{{count}} nesne seçili koleksiyona eklendi","store.actions.addToCollectionTitle":"Bir Koleksiyona Ekle","store.actions.areYouSure":"Emin misiniz?","store.actions.cannotRemoveNoCollection":"Nesneler kaldırılamıyor: koleksiyon belirtilmedi","store.actions.changeContentType":"İçerik Türünü Değiştir","store.actions.changeContentTypeDesc":"Seçili belgelerin İçerik Türünü değiştirin","store.actions.changeType":"Türü Değiştir","store.actions.chooseExistingCollections":"Mevcut koleksiyonlardan seçin","store.actions.chooseWorkflowRule":"Başlatılacak bir iş akışı kuralı seçin:","store.actions.confirmDeleteAll":"Seçili tüm nesneleri silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.","store.actions.confirmDeleteSelected":"Seçili nesneleri silmek istediğinizden emin misiniz?\nBu, koleksiyonlardan kaldırma işlemi değildir.","store.actions.confirmRemoveFromCollection":"Seçili nesneleri bu koleksiyondan kaldırmak istediğinizden emin misiniz?","store.actions.createNew":"Yeni oluştur","store.actions.delete":"Sil","store.actions.deleteObjects":"Nesneleri Sil","store.actions.deleteTheSelectedObjects":"Seçili nesneleri sil","store.actions.errorChangingType":"Tür değiştirme hatası","store.actions.errorDeletingObjects":"Nesneler silinirken hata oluştu","store.actions.errorExportProperties":"Özellikleri Dışa Aktarma Hatası","store.actions.errorRemovingObjects":"Nesneler koleksiyondan kaldırılırken hata oluştu","store.actions.errorStartingWorkflow":"İş akışı başlatılırken hata oluştu","store.actions.exportAllObjectProperties":"Tüm Nesne Özelliklerini Dışa Aktar","store.actions.exportProperties":"Özellikleri Dışa Aktar","store.actions.noCollectionContext":"Koleksiyon bağlamı yok","store.actions.noObjectsSelected":"Nesne seçilmedi","store.actions.pleaseSelectObjectsToDelete":"Lütfen silinecek nesneleri seçin","store.actions.pleaseSelectObjectsToRemove":"Lütfen koleksiyondan kaldırılacak nesneleri seçin","store.actions.removeFromCollection":"Koleksiyondan Kaldır","store.actions.removeFromCollectionDesc":"Seçili nesneleri bu koleksiyondan kaldır","store.actions.selectCollection":"Koleksiyon Seçin","store.actions.startWorkflow":"İş Akışı Başlat","store.actions.startWorkflowByRule":"Kurala Göre İş Akışı Başlat","store.actions.startWorkflowDesc":"Seçili nesneler üzerinde bir iş akışı başlat","store.actions.workflowStarted":"İş akışı başlatıldı","store.allowedContentTypes":"İzin Verilen İçerik Türleri","store.allowedContentTypesOptionalDescription":"İsteğe bağlı olarak koleksiyona eklenebilecek içerik türlerini seçin. Ayarlanmamışsa tüm içerik türlerine izin verilir.","store.allowedContentTypesSelectDescription":"Koleksiyona eklenebilecek içerik türlerini seçin. Ayarlanmamışsa tüm içerik türlerine izin verilir.","store.areYouSureDeleteCollection":"Bu koleksiyonu silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.","store.audioFormatRequired":"MP3, M4A, OGG, WAV veya WebM formatı gereklidir","store.automaticTypeDetection":"Otomatik Tür Algılama","store.automaticTypeDetectionDescription":"Vertesia içeriği analiz ederek en uygun türü seçecektir. Bu, çoğu yükleme için önerilir ve en iyi işlemeyi sağlar.","store.cancelEdit":"İptal","store.chooseAFormat":"Bir format seçin","store.chooseContentType":"Bir İçerik Türü Seçin...","store.chooseContentTypes":"İçerik Türleri Seçin...","store.chooseWhatToExport":"Dışa aktarılacak olanı seçin","store.clearSelection":"Seçimi temizle","store.close":"Kapat","store.collectionCreated":"Koleksiyon oluşturuldu","store.collectionDeleted":"Koleksiyon silindi","store.collectionFetchFailed":"Koleksiyon getirme başarısız","store.collectionPropertiesUpdated":"Koleksiyon özellikleri güncellendi","store.collectionUpdated":"Koleksiyon güncellendi","store.collectionUpdatedSuccess":"Koleksiyon başarıyla güncellendi","store.collectionsSelected":"{{count}} koleksiyon seçildi","store.configuration":"Yapılandırma","store.confirmSelection":"Seçimi onayla","store.contentCopied":"{{type}} kopyalandı","store.contentExported":"İçerik dışa aktarıldı","store.contentType":"İçerik Türü","store.convertingToPdf":"PDF'ye dönüştürülüyor...","store.copyFailed":"Kopyalama başarısız","store.createACollection":"Bir Koleksiyon Oluştur","store.createCollection":"Koleksiyon Oluştur","store.createType":"Tür Oluştur","store.created":"Oluşturulma","store.createdBy":"Oluşturan","store.deleteCollection":"Koleksiyonu Sil","store.documentExported":"Belge dışa aktarıldı","store.documentInformation":"Belge Bilgisi","store.documentListRefreshed":"Belge listesi yenilendi","store.documentListRefreshedDesc":"Belge listesi yüklenen dosyalarınızla güncellendi.","store.documentPreview":"Belge Önizleme","store.downloadFailed":"İndirme başarısız","store.dynamicCollection":"Dinamik Koleksiyon","store.dynamicCollectionDescription":"Bir sorguya dayalı olarak koleksiyon için dinamik olarak içerik getirin. Etkinleştirilmezse içerik kullanıcılar veya ajanlar tarafından eklenmelidir.","store.editJson":"JSON Düzenle","store.editProperties":"Özellikleri Düzenle","store.editSchema":"Şema Düzenle","store.editText":"Metni düzenle","store.editingGenericDocument":"Genel belge özellikleri düzenleniyor","store.embeddings":"Gömüler","store.enableSyncMemberHeads":"Üye başlıklarını senkronize etmeyi etkinleştir","store.error":"Hata","store.errorCheckingDuplicates":"Yinelenen dosyalar kontrol edilirken bir hata oluştu","store.errorCreatingType":"Tür oluşturma hatası","store.errorInUploadProcessingCheck":"Dosya yükleme işleme kontrolünde hata","store.errorProcessingFiles":"Dosyalar işlenirken hata oluştu","store.errorSavingText":"Metin kaydedilemedi","store.errorSavingTextDefault":"Metin içeriği kaydedilirken bir hata oluştu.","store.errorUpdatingProperties":"Özellikler güncellenirken hata oluştu","store.errorUpdatingPropertiesDefault":"Özellikler güncellenirken bir hata oluştu.","store.exportFailed":"Dışa aktarma başarısız","store.exportInProgress":"DIŞA AKTARMA DEVAM EDİYOR","store.failedToConvertToPdf":"PDF'ye dönüştürülemedi","store.failedToCopy":"{{type}} panoya kopyalanamadı","store.failedToCreateCollection":"Koleksiyon oluşturulamadı","store.failedToDeleteCollection":"Koleksiyon silinemedi","store.failedToDownloadFile":"Dosya indirilemedi","store.failedToDownloadPdf":"PDF dosyası indirilemedi","store.failedToExportContent":"İçerik dışa aktarılamadı","store.failedToExportDocument":"Belge dışa aktarılamadı","store.failedToFetchRoleMappings":"Rol eşlemeleri getirilemedi","store.failedToFetchTypes":"ObjectType'lar getirilemedi","store.failedToFetchWorkflows":"İş akışları getirilemedi","store.failedToGetDownloadUrl":"İndirme URL'si alınamadı","store.failedToLoadDocument":"Belge yüklenemedi","store.failedToLoadType":"Tür yüklenemedi","store.failedToUpdateCollection":"Koleksiyon güncellenemedi","store.failedToUpdateCollectionProperties":"Koleksiyon özellikleri güncellenemedi","store.failedToUpdateSchema":"Şema güncellenemedi","store.failedToUpdateSharedProperties":"Paylaşılan özellikler güncellenemedi","store.failedToUpdateSkipHeadSync":"Başlık senkronizasyonu atlama ayarı güncellenemedi","store.failedToUpdateTableLayout":"Tablo düzeni güncellenemedi","store.filesAnalyzedTitle":"Dosyalar analiz edildi","store.filesReadyToProcess":"Dosyalar işlenmeye hazır","store.filterByName":"Ada Göre Filtrele","store.fullText":"Tam Metin","store.fullView":"Tam Görünüm","store.getStartedCollections":"Yeni bir Koleksiyon oluşturarak başlayın.","store.getStartedTypes":"Yeni bir Tür oluşturarak başlayın.","store.id":"ID","store.invalidJson":"Geçersiz JSON","store.invalidJsonSchema":"Geçersiz JSON Şeması","store.invalidQueryJson":"Geçersiz Sorgu JSON","store.invalidTableLayout":"Geçersiz Tablo Düzeni","store.isChunkable":"Parçalanabilir","store.limit":"Sınır","store.loadingDocument":"Belge yükleniyor...","store.loadingProcessingStatus":"İşleme durumu yükleniyor...","store.na":"Yok","store.name":"Ad","store.newCollections":"Yeni Koleksiyonlar","store.newVersionCreated":"Yeni sürüm oluşturuldu","store.newVersionCreatedDesc":"Güncellenmiş özelliklerle yeni bir sürüm oluşturuldu.","store.noAudioRendition":"Web uyumlu ses sürümü mevcut değil","store.noCollections":"Koleksiyon Yok","store.noCollectionsAvailable":"Kullanılabilir koleksiyon yok.","store.noCollectionsFound":"Koleksiyon bulunamadı.","store.noFilesSelected":"Dosya seçilmedi","store.noObjectsDragAndDrop":"Nesne yok. İçerik nesneleri oluşturmak için belgeleri veya resimleri buraya sürükleyip bırakın.","store.noPreviewAvailable":"Bu belge türü için önizleme mevcut değil.","store.noProjectSelected":"Proje seçilmedi","store.noPropertiesAvailable":"Bu belge için kullanılabilir özellik yok.","store.noPropertiesDefined":"Tanımlı özellik yok","store.noTranscriptAvailable":"Transkript mevcut değil","store.noType":"Tür Yok","store.noValidFilesSelected":"Geçerli dosya seçilmedi","store.noVideoRendition":"Web uyumlu video sürümü mevcut değil","store.none":"Hiçbiri","store.openFullDocument":"Tam Belgeyi Aç","store.openFullDocumentView":"Tam Belge Görünümünü Aç","store.optional":"(İsteğe bağlı)","store.pdfConversionFailed":"PDF dönüştürme başarısız","store.pdfPreviewFullView":"PDF belge önizlemesi tam görünümde kullanılabilir.","store.pleaseFixJsonSyntax":"Lütfen kaydetmeden önce JSON sözdizimi hatalarını düzeltin.","store.pleaseProvideName":"Lütfen koleksiyon için bir ad girin","store.pleaseSelectValidFiles":"Lütfen geçerli içeriğe sahip dosyalar seçin.","store.pleaseWait":"LÜTFEN BEKLEYİN","store.preview":"Önizleme","store.previewProperties":"Özellikleri önizle","store.processingFailedFor":"{{name}} için işleme başarısız","store.processingFiles":"Dosyalar işleniyor","store.properties":"Özellikler","store.propertiesUpdated":"Özellikler güncellendi","store.propertiesUpdatedDesc":"Nesne özellikleri başarıyla güncellendi.","store.query":"Sorgu","store.queryDescription":"Koleksiyon için dinamik olarak içerik getirmek üzere sorguyu tanımlayın.","store.refresh":"Yenile","store.renderingDocument":"Belgeniz oluşturuluyor...","store.saveChanges":"Değişiklikleri Kaydet","store.saveText":"Kaydet","store.schemaEditor":"Şema Düzenleyici","store.schemaUpdated":"Şema güncellendi","store.schemaUpdatedSuccess":"Şema başarıyla güncellendi","store.search":"Ara","store.searchCollections":"Koleksiyonları ara","store.searchFailed":"Arama başarısız","store.searchPlaceholder":"Aradığınızı yazın veya bir filtre seçin","store.searchTypes":"Türleri Ara","store.searching":"Aranıyor...","store.selectACollection":"Bir koleksiyon seçin","store.selectContent":"İçerik Seç","store.selectContentType":"İçerik Türü Seçin","store.selectContentTypeAuto":"Bir içerik türü seçin veya otomatik algılama için boş bırakın","store.selectContentTypeLabel":"Bir içerik türü seçin","store.selectPropertiesToShare":"Paylaşılacak özellikleri seçin","store.semanticChunking":"Semantik Parçalama","store.semanticSearch":"Semantik arama","store.semanticSearchSettings":"Semantik arama ayarları","store.sharedProperties":"Paylaşılan Özellikler","store.sharedPropertiesDescription":"Koleksiyondaki tüm üyeler arasında paylaşılacak özellikler ekleyin. Bu özellik, projede paylaşılan özellik senkronizasyonunun etkinleştirilmesini gerektirir.","store.showingFirst128K":"Yalnızca ilk 128K karakter gösteriliyor","store.size":"Boyut","store.staticCollection":"Statik Koleksiyon","store.strictMode":"Katı Mod","store.successfullyCopied":"{{type}} panoya başarıyla kopyalandı","store.successfullyExportedTo":"{{format}} olarak başarıyla dışa aktarıldı","store.syncMemberHeads":"Üye Başlıklarını Senkronize Et","store.syncMemberHeadsDescription":"Bir üyenin yeni HEAD sürümü oluşturulduğunda koleksiyon yeni HEAD'i gösterecek şekilde güncellenir.","store.tableLayout":"Tablo Düzeni","store.tableLayoutDescription":"Koleksiyonun tablolarda görüntülenmesi için özel bir düzen tanımlayın.","store.tableLayoutUpdated":"Tablo Düzeni güncellendi","store.tableLayoutUpdatedDesc":"Tablo düzeni başarıyla güncellendi","store.textConflict":"Belge başka bir yerde değiştirildi. Lütfen yenileyip tekrar deneyin.","store.textSaved":"Metin içeriği kaydedildi","store.typeCreated":"Tür oluşturuldu","store.typeDescription":"İsteğe bağlı olarak koleksiyona özel özellikler ve veriler atamak için bir içerik türü seçin.","store.typeSelectDescription":"Koleksiyona özel özellikler ve veriler atamak için bir içerik türü seçin.","store.unknown":"Bilinmeyen","store.unsavedChanges":"Kaydedilmemiş değişiklikler","store.updated":"Güncelleme","store.updatedAt":"Güncellenme Tarihi","store.updatedBy":"Güncelleyen","store.updatedSharedProperties":"Paylaşılan özellikler güncellendi","store.updatedSkipHeadSync":"Başlık senkronizasyonu atlama ayarı güncellendi","store.upload":"Yükle","store.uploadComplete":"Yükleme Tamamlandı","store.uploadIssues":"Yükleme Sorunları","store.validationFailed":"Doğrulama başarısız","store.videoFormatRequired":"MP4 veya WebM formatı gereklidir","store.viewAsPdf":"PDF olarak görüntüle","store.viewAudio":"Sesi Görüntüle","store.viewImage":"Resmi Görüntüle","store.viewInJsonFormat":"JSON formatında görüntüle","store.viewPdf":"PDF Görüntüle","store.viewText":"Metni Görüntüle","store.viewTranscript":"Transkripti Görüntüle","store.viewVideo":"Videoyu Görüntüle","store.viewingNewVersion":"Yeni Sürüm Görüntüleniyor","store.viewingNewVersionDefault":"Şimdi yeni sürüm görüntüleniyor","store.viewingVersionLabel":"Şimdi '{{label}}' sürümü görüntüleniyor","theme.dark":"Koyu","theme.label":"Tema","theme.light":"Açık","theme.system":"Sistem","type.description":"Açıklama","type.name":"Ad","type.nameRequired":"Ad gereklidir","upload.allFilesExist":"Tüm {{count}} dosya sistemde zaten mevcut ve atlanacaktır. Sonuçları görüntülemek için devam edebilirsiniz.","upload.analyzingFiles":"Dosyalar analiz ediliyor...","upload.checkingForDuplicates":"Yinelenler ve güncellemeler kontrol ediliyor","upload.collectionLabel":"Koleksiyon:","upload.contentTypeTooltip":"Yüklenen dosyalara uygulanacak bir içerik türü seçin. Boş bırakılırsa Vertesia dosya içeriğine göre türü otomatik algılar.","upload.continue":"Devam","upload.dragAndDrop":"Dosyaları sürükleyip bırakın veya seçmek için tıklayın","upload.errorAnalyzingFiles":"Dosyalar analiz edilirken bir hata oluştu","upload.failedToUpload":"Yükleme başarısız","upload.fileAnalysisResults":"Dosya Analiz Sonuçları","upload.filesAnalyzed":"Dosyalar analiz edildi","upload.filesProcessed_one":"{{count}} dosya işlendi","upload.filesProcessed_other":"{{count}} dosya işlendi","upload.filesReadyToProcess_one":"{{count}} dosya işlenmeye hazır","upload.filesReadyToProcess_other":"{{count}} dosya işlenmeye hazır","upload.filesToSkip_one":"{{count}} dosya sistemde zaten mevcut ve atlanacak.","upload.filesToSkip_other":"{{count}} dosya sistemde zaten mevcut ve atlanacak.","upload.folderLabel":"Klasör:","upload.inCollection":" '{{collection}}' koleksiyonunda","upload.inFolder":" '{{location}}' klasöründe","upload.new":"Yeni","upload.noFilesToProcess":"İşlenecek dosya yok.","upload.noItems":"Görüntülenecek öğe yok","upload.preparingFiles_one":"{{count}} dosya yüklenmeye hazırlanıyor...","upload.preparingFiles_other":"{{count}} dosya yüklenmeye hazırlanıyor...","upload.preparingFolder_one":"{{fileCount}} dosya içeren 1 klasör yüklenmeye hazırlanıyor...","upload.preparingFolder_other":"{{fileCount}} dosya içeren {{folderCount}} klasör yüklenmeye hazırlanıyor...","upload.processedCount":"{{processed}}/{{total}} dosya işlendi...","upload.processingFilesAction":"Dosyalar işleniyor ({{action}})","upload.selectFiles":"Dosya Seç","upload.selectFolder":"Klasör seç","upload.skip":"Atla","upload.skippedAlreadyExisted":"Atlandı (zaten mevcut)","upload.successfullyUpdated":"Başarıyla güncellendi","upload.successfullyUploaded":"Başarıyla yüklendi","upload.update":"Güncelle","upload.uploadComplete":"Yükleme Tamamlandı","upload.uploadFiles":"Dosya yükle","upload.uploadLocation":"Yükleme Konumu:","upload.uploadMore":"Daha Fazla Yükle","upload.uploadProcessInterrupted":"Yükleme işlemi kesildi","upload.uploadingFiles":"Dosyalar Yükleniyor","upload.useAutoDetection":"Otomatik Tür Algılama Kullan","upload.useTypeName":"{{typeName}} Kullan","user.account":"Hesap:","user.agentOnBehalfOf":"Adına hareket eden ajan","user.agentOnBehalfOfApiKey":"API anahtarı adına hareket eden ajan","user.appVersion":"Uygulama Sürümü","user.environment":"Ortam","user.failedToFetchApiKey":"API anahtarı getirilemedi","user.failedToFetchGroup":"Grup getirilemedi","user.failedToFetchUser":"Kullanıcı getirilemedi","user.groupId":"Grup ID: {{id}}","user.key":"Anahtar:","user.organizationId":"Kuruluş ID","user.organizationRoles":"Kuruluş Rolleri","user.privateKey":"Özel Anahtar","user.project":"Proje:","user.projectId":"Proje ID","user.projectRoles":"Proje Rolleri","user.schedule":"{{title}} Zamanla","user.sdkVersion":"SDK Sürümü","user.server":"Sunucu","user.serviceAccount":"Hizmet Hesabı","user.serviceAccountDescription":"Bu kullanıcı, iş akışı işçileri gibi robotlar tarafından kullanılır.","user.store":"Depo","user.systemUser":"Sistem Kullanıcısı","user.systemUserDescription":"Sistem kullanıcısı, yerleşik nesneleri başlatmak için kullanılır.","user.tenantId":"Kiracı ID","user.unknown":"bilinmeyen","user.unknownUser":"Bilinmeyen Kullanıcı","user.unknownUserDescription":"Kullanıcı bilgisi mevcut değil.","user.unnamedGroup":"Adsız Grup","user.user":"Kullanıcı","user.userId":"Kullanıcı ID","widgets.schema.editDescription":"Açıklamayı düzenle","widgets.schema.invalidPropertyDeclaration":"Geçersiz özellik bildirimi"}},zh:{[w]:{"agent.actions":"操作","agent.activeWorkstreams_one":"代理有{{count}}个活跃的工作流正在运行","agent.activeWorkstreams_other":"代理有{{count}}个活跃的工作流正在运行","agent.agentConversation":"代理对话","agent.agentInterrupted":"代理已中断","agent.agentPlan":"代理计划","agent.agentProcessing":"代理正在处理中,完成后即可继续...","agent.agentStarted":"代理已启动","agent.agentWorking":"代理工作中...(按两次Esc停止)","agent.agentWorkingStop":"代理工作中...按两次Esc或点击停止来中断","agent.allMessages":"所有消息","agent.artifacts":"产物","agent.askAnything":"随便问...(拖放或粘贴文件)","agent.batch":"批次","agent.cancelWorkflow":"取消工作流","agent.canceling":"正在取消","agent.clickToEnlarge":"点击放大","agent.close":"关闭","agent.closeFullscreen":"关闭全屏","agent.completed":"已完成","agent.conversationForked":"对话已分支","agent.conversationRestarted":"对话已重新开始","agent.copied":"已复制","agent.copiedAllToolCalls":"所有工具调用已复制到剪贴板","agent.copiedBatchDetails":"批次详情已复制到剪贴板","agent.copiedToClipboard":"已复制到剪贴板","agent.copy":"复制","agent.copyAllToolCalls":"复制所有工具调用","agent.copyBatchDetails":"复制批次详情","agent.copyMessage":"复制消息","agent.copyRunId":"复制运行ID","agent.copyToClipboard":"复制到剪贴板","agent.dashboard":"仪表板","agent.details":"详情","agent.document":"文档","agent.documentAttachments":"文档附件","agent.documentAttachmentsDescription":"来自存储的文档已附加到此消息。代理可以随时通过 ID 重新获取它们,或重新附加以直接包含内容。","agent.documents":"文档","agent.download":"下载","agent.downloadConversation":"下载对话","agent.dropFilesToUpload":"拖放文件上传","agent.elapsed":"已过{{seconds}}秒","agent.enlargedView":"放大视图","agent.enterMessage":"输入消息以开始对话","agent.enterToSend":"Enter发送 / Shift+Enter换行","agent.error":"错误","agent.errorStarting":"启动工作流时出错","agent.exit":"退出","agent.exitFullscreen":"退出全屏","agent.export":"导出","agent.exportAsPdf":"导出为PDF","agent.exportAsPng":"导出为 PNG","agent.exportAsWord":"导出为 Word","agent.exportMessage":"导出消息","agent.exporting":"正在导出...","agent.failedToCancelWorkflow":"取消工作流失败","agent.failedToDownload":"下载对话失败","agent.failedToForkConversation":"分支对话失败","agent.failedToInterrupt":"中断失败","agent.failedToLoadDocument":"加载文档失败","agent.failedToRenderMessage":"消息渲染失败","agent.failedToRestartConversation":"重新开始对话失败","agent.failedToSend":"发送消息失败","agent.filesProcessing":"文件处理中","agent.filesStagedCount_one":"{{count}}个文件已暂存 - 对话开始时将上传","agent.filesStagedCount_other":"{{count}}个文件已暂存 - 对话开始时将上传","agent.filesUploadedDescription":"上传到此对话的文件始终可用。代理可以随时访问它们。","agent.forkConversation":"分支对话","agent.fullscreen":"全屏","agent.hideDetails":"隐藏详情","agent.hideSidebar":"隐藏侧边栏","agent.hideThinkingDetails":"隐藏思考详情","agent.inProgress":"进行中","agent.linkObject":"关联对象","agent.loadingArtifacts":"正在加载产物...","agent.loadingDocument":"正在加载文档...","agent.main":"主要","agent.mainWorkstream":"主工作流","agent.moreActions":"更多操作","agent.newerPlan":"较新的计划","agent.no":"否","agent.noActiveWorkstreams":"没有活跃的工作流","agent.noAgentRunning":"当前没有正在运行的代理","agent.noArtifactsYet":"暂无产物","agent.noContentAvailable":"无可用内容","agent.noContentToExport":"没有可导出的内容","agent.noConversationContent":"没有可导出的对话内容","agent.noDocumentsOpen":"没有打开的文档","agent.noFilesUploadedYet":"暂无上传文件","agent.noMessagesInWorkstream":"此工作流中暂无消息...","agent.noPlanAvailable":"暂无计划","agent.noPlanDetected":"尚未检测到计划","agent.olderPlan":"较旧的计划","agent.openDocument":"打开文档","agent.openInNewTab":"在新标签页中打开","agent.pdfExportFailed":"PDF导出失败","agent.pdfExportReady":"PDF导出已就绪","agent.pending":"待处理","agent.plan":"计划","agent.planProgress":"计划进度","agent.plansWillAppear":"当代理创建计划时,将在此处显示","agent.printDialogDescription":"使用浏览器的打印对话框保存为 PDF","agent.processing":"处理中...","agent.ready":"就绪","agent.refresh":"刷新","agent.remaining":"剩余{{seconds}}秒","agent.resizeRightPanel":"调整右侧面板大小","agent.restartConversation":"重新开始对话","agent.retry":"重试","agent.runIdCopied":"已复制运行ID","agent.running":"运行中","agent.searchDocuments":"搜索文档","agent.selectInteraction":"选择一个交互并点击开始以启动代理","agent.send":"发送","agent.showAllMessages":"显示所有消息","agent.showDetails":"显示详情","agent.showSidebar":"显示侧边栏","agent.staged":"已暂存","agent.startAgent":"启动代理","agent.startNewConversation":"开始新对话","agent.startingAgent":"正在启动代理...","agent.startingAgentUploading":"正在启动代理并上传文件...","agent.stepByStepPlan":"分步计划","agent.stop":"停止","agent.stopAgent":"停止代理","agent.submitSelection":"提交选择","agent.submitSelectionCount_one":"提交选择({{count}})","agent.submitSelectionCount_other":"提交选择({{count}})","agent.summary":"摘要","agent.taskProgress":"任务进度","agent.toggleRightSidebar":"切换右侧边栏","agent.typeNewInstructions":"输入新的指示","agent.typeQuestionBelow":"在下方输入问题并按Enter或点击{{buttonText}}开始","agent.typeYourMessage":"输入消息...","agent.typeYourResponse":"输入您的回复...","agent.unableToOpenPrint":"无法打开打印预览","agent.unknownError":"未知错误","agent.unknownTime":"未知时间","agent.upload":"上传","agent.uploadFailed":"上传失败","agent.uploadedFiles":"已上传文件","agent.uploading":"上传中...","agent.uploads":"上传","agent.waitForFiles":"请等待文件处理完成","agent.waitForFilesProcessing":"请等待所有文件处理完成后再发送","agent.waiting":"等待中...","agent.waitingForAgentResponse":"等待代理响应...","agent.workflowCancelled":"工作流已取消","agent.working":"工作中...","agent.workstreams":"工作流","agent.yes":"是","auth.continueWithEnterprise":"使用企业SSO继续","auth.continueWithGithub":"使用GitHub继续","auth.continueWithGoogle":"使用Google继续","auth.continueWithMicrosoft":"使用Microsoft继续","auth.enterEnterpriseEmail":"输入您的企业邮箱","auth.error":"错误:{{message}}","auth.firstTimeDetails":"我们只需要问您几个问题,就可以开始了。","auth.firstTimeMessage":"第一次来?没问题,免费试用!","auth.goBack":"返回","auth.invalidEmail":"无效的邮箱地址","auth.logInOrSignUp":"登录或注册","auth.needToMakeChange":"需要修改?","auth.or":"或","auth.privacyPolicy":"隐私政策","auth.signInError":"抱歉,我们无法完成您的登录。","auth.signInErrorContact":"请重试或联系","auth.signInErrorPersists":"如果问题持续存在。","auth.tenantNotFound":"未找到租户","auth.termsOfService":"服务条款","errors.failedToLoadTenantConfig":"加载租户配置失败","errors.somethingWentWrong":"抱歉,出了点问题...","errors.teamNotifiedLine1":"我们的团队已收到通知,将尽快解决。","errors.teamNotifiedLine2":"如果您想反馈问题或联系我们,请发送邮件至","filter.clearAll":"清除全部","filter.filter":"筛选","filter.filterBy":"按{{view}}筛选","filter.filterPlaceholder":"筛选...","filter.from":"从:","filter.noAvailableFilters":"没有可用的筛选条件","filter.noMatchingFilters":"没有匹配的筛选条件","filter.noResultsFound":"未找到结果。","filter.selectRange":"选择范围","filter.to":"至:","form.clickToRemove":"点击移除","form.createValue":'创建"{{value}}"',"form.filter":"筛选...","form.noMoreOptions":"没有更多可用选项","form.noOptionsFound":"未找到选项","layout.pageNotFound":"页面未找到","layout.search":"搜索","layout.searchPlaceholder":"搜索...","login.accept":"接受","login.reject":"拒绝","login.reviewInvites":"查看邀请","login.terminal.account":"账户","login.terminal.accountRequired":"账户为必填项","login.terminal.accountRequiredDesc":"请选择一个账户以授权客户端访问ComposablePrompts服务器","login.terminal.authPayloadCopied":"认证信息已复制","login.terminal.authPayloadCopiedSuccess":"您可以关闭此页面。CLI应已接收到令牌。","login.terminal.authPayloadCopiedWithError":"您可以将认证信息粘贴到终端中。注意:CLI未接收到令牌。发生错误:{{error}}","login.terminal.authorizeClient":"授权客户端","login.terminal.browserPermissionNote":"注意:如果浏览器要求访问本地网络的权限,请允许。这是将授权令牌发回CLI工具所必需的。否则,您需要手动将令牌复制/粘贴到终端中。","login.terminal.chooseAccountProject":"您必须选择客户端要访问的目标账户和项目。","login.terminal.clientAuthenticated":"客户端已认证。您可以关闭此页面。","login.terminal.clientWantsAuth":"一个客户端应用请求授权以您的名义访问ComposablePrompts服务器。","login.terminal.copyAuthPayload":"复制认证信息","login.terminal.envLocalDev":"本地开发","login.terminal.envProduction":"生产环境","login.terminal.envStaging":"预发布环境","login.terminal.errorAuthorizingClient":"授权客户端时出错","login.terminal.errorLoadingProjects":"加载项目时出错","login.terminal.failedToGetToken":"获取Composable令牌失败","login.terminal.failedToSendToken":"发送授权令牌至CLI工具失败","login.terminal.failedToSendTokenDesc":'这可能是由于Safari的安全检查导致的。错误为"{{error}}"',"login.terminal.invalidRequest":"无效的请求","login.terminal.invalidRequestDesc":"此页面应由终端客户端调用以认证ComposablePrompts服务器","login.terminal.profileName":"配置文件名称","login.terminal.profileNameNote":"此外,输入一个配置文件名称,用于将授权保存到客户端配置中。","login.terminal.profileRequired":"配置文件为必填项","login.terminal.profileRequiredDesc":"请输入配置文件名称以保存客户端授权","login.terminal.project":"项目","login.terminal.projectRequired":"项目为必填项","login.terminal.projectRequiredDesc":"请选择一个项目以授权客户端访问ComposablePrompts服务器","login.terminal.selectAccount":"选择账户","login.terminal.selectProject":"选择项目","misc.copiedToClipboard":"已复制到剪贴板","misc.copy":"复制","misc.failedToCopy":"复制失败","misc.noData":"没有可显示的数据","misc.tableView":"表格视图","misc.thumbnailView":"缩略图视图","modal.cancel":"取消","modal.confirm":"确认","modal.delete.error":"删除对象时发生错误","modal.delete.failed":"删除失败","modal.delete.succeeded":"删除成功","modal.save":"保存","modal.saveChanges":"保存更改","modal.saveVersion.createDescription":"使用这些属性更改创建新修订版,同时保留原始版本。","modal.saveVersion.createNew":"创建新版本","modal.saveVersion.createWithFileDescription":"使用替换文件创建新修订版,同时保留原始版本。","modal.saveVersion.howToSave":"您想如何保存这些更改?","modal.saveVersion.replaceFile":"您即将用以下内容替换内容文件:","modal.saveVersion.updateCurrent":"更新当前版本","modal.saveVersion.updateDescription":"直接在当前修订版中修改属性。","modal.saveVersion.updateWithFileDescription":"替换内容文件并直接在当前修订版中修改属性。","modal.saveVersion.versionLabel":"版本标签(可选)","modal.saveVersion.versionLabelDescription":"新版本的可选标签。","modal.saveVersion.versionLabelPlaceholder":"例如 v1.2、已批准、审核后","oauthApps.authenticate":"认证","oauthApps.authenticating":"正在认证...","oauthApps.authorizationEndpoint":"授权端点","oauthApps.cancel":"取消","oauthApps.clientId":"Client ID","oauthApps.clientSecret":"Client Secret","oauthApps.clientSecretConfigured":"Secret 已配置(留空以保留当前值)","oauthApps.clientSecretHelp":"可选。机密客户端需要此项。静态加密存储。","oauthApps.clientSecretPlaceholder":"输入 Client Secret","oauthApps.connect":"连接","oauthApps.connected":"已连接","oauthApps.create":"创建","oauthApps.createDescription":"为此项目配置新的 OAuth 应用。","oauthApps.created":"OAuth 应用已创建","oauthApps.defaultScopes":"默认权限范围","oauthApps.defaultScopesHelp":"以空格分隔的 OAuth 权限范围列表。","oauthApps.deleteConfirm":"删除 OAuth 应用","oauthApps.deleteConfirmMessage":"您确定要删除吗","oauthApps.deleteFailed":"删除 OAuth 应用失败","oauthApps.deleted":"OAuth 应用已删除","oauthApps.description":"配置用于第三方集成的 OAuth 应用。","oauthApps.disconnect":"断开连接","oauthApps.displayName":"显示名称","oauthApps.edit":"编辑 OAuth 应用","oauthApps.editDescription":"更新 OAuth 应用配置。","oauthApps.empty":"尚未配置任何 OAuth 应用。","oauthApps.endpointsOptionalHelp":"可选。对于支持 .well-known 发现的 MCP 服务器,请留空。","oauthApps.name":"名称","oauthApps.nameHelp":"Kebab-case 标识符(例如 my-oauth-app)。创建后不可更改。","oauthApps.notConnected":"未连接","oauthApps.revocationEndpoint":"撤销端点","oauthApps.save":"保存","oauthApps.saveFailed":"保存 OAuth 应用失败","oauthApps.saving":"正在保存...","oauthApps.status":"状态","oauthApps.title":"OAuth 应用","oauthApps.tokenEndpoint":"令牌端点","oauthApps.updated":"OAuth 应用已更新","oauthApps.usePkce":"使用 PKCE(推荐)","pdf.close":"关闭","pdf.closeFullscreen":"关闭全屏","pdf.download":"下载","pdf.failedToLoadViewer":"加载PDF查看器失败","pdf.fetchingDocumentFailed":"获取文档失败","pdf.fitToWidth":"适应宽度","pdf.fullscreen":"全屏","pdf.instrumentedImages":"标注图像","pdf.nextPage":"下一页","pdf.noPdfAvailable":"没有可用的PDF","pdf.originalImages":"原始图像","pdf.page":"页","pdf.pageOf":"第 {{pageNumber}} 页 / 共 {{totalPages}} 页","pdf.previousPage":"上一页","pdf.zoomIn":"放大","pdf.zoomOut":"缩小","shell.accessDenied":"访问被拒绝","shell.applicationNotRegistered":"应用未注册","shell.organization":"组织","shell.selectOrganization":"选择组织","shell.selectProject":"选择项目","signup.accountType":"账户类型","signup.activelyExploring":"正在积极探索LLM项目","signup.alreadyUsing":"已在生产环境中使用LLM","signup.company":"公司","signup.companyDescription":"适用于公司或组织。","signup.companyName":"公司名称","signup.companySize":"公司规模","signup.companyWebsite":"公司网站","signup.justTesting":"仅在测试或评估LLM","signup.migratingLLMs":"正在迁移到其他LLM","signup.other":"其他","signup.personal":"个人","signup.personalDescription":"适用于个人使用或小型团队。","signup.pleaseEnterOrgName":"请输入组织名称","signup.pleaseSelectAccountType":"请选择账户类型","signup.pleaseSelectCompanySize":"请选择公司规模","signup.projectMaturity":"项目成熟度","signup.selectCompanySize":"选择公司规模","signup.selectProjectMaturity":"选择项目成熟度","signup.signUp":"注册","signup.size1001to5000":"1001-5000名员工","signup.size101to1000":"101-1000名员工","signup.size11to100":"11-100名员工","signup.size1to10":"1-10名员工","signup.size5000plus":"5000+名员工","signup.welcomeMessage":"欢迎来到Vertesia,{{name}}({{email}})。\n请告诉我们一些关于您的信息,就可以开始了。\n无需信用卡。","signup.wrongAccountGoBack":"账户有误,返回","store.actions.addToCollection":"添加到集合","store.actions.addToCollectionBody":"将选中的对象添加到现有集合或创建新集合。","store.actions.addToCollectionButton":"添加到集合","store.actions.addToCollectionDesc":"将文档添加到集合","store.actions.addToCollectionFailure":"添加到集合失败","store.actions.addToCollectionFailureDesc":"无法将选中的对象添加到集合","store.actions.addToCollectionSuccess":"添加到集合成功","store.actions.addToCollectionSuccessDesc":"已将{{count}}个对象添加到所选集合","store.actions.addToCollectionTitle":"添加到集合","store.actions.areYouSure":"确定吗?","store.actions.cannotRemoveNoCollection":"无法移除对象:未指定集合","store.actions.changeContentType":"更改内容类型","store.actions.changeContentTypeDesc":"更改选中文档的内容类型","store.actions.changeType":"更改类型","store.actions.chooseExistingCollections":"从现有集合中选择","store.actions.chooseWorkflowRule":"选择要启动的工作流规则:","store.actions.confirmDeleteAll":"确定要删除所有选中的对象吗?此操作无法撤销。","store.actions.confirmDeleteSelected":"确定要删除选中的对象吗?\n这不是从集合中移除。","store.actions.confirmRemoveFromCollection":"确定要从此集合中移除选中的对象吗?","store.actions.createNew":"新建","store.actions.delete":"删除","store.actions.deleteObjects":"删除对象","store.actions.deleteTheSelectedObjects":"删除选中的对象","store.actions.errorChangingType":"更改类型时出错","store.actions.errorDeletingObjects":"删除对象时出错","store.actions.errorExportProperties":"导出属性时出错","store.actions.errorRemovingObjects":"从集合中移除对象时出错","store.actions.errorStartingWorkflow":"启动工作流时出错","store.actions.exportAllObjectProperties":"导出所有对象属性","store.actions.exportProperties":"导出属性","store.actions.noCollectionContext":"没有集合上下文","store.actions.noObjectsSelected":"未选择任何对象","store.actions.pleaseSelectObjectsToDelete":"请选择要删除的对象","store.actions.pleaseSelectObjectsToRemove":"请选择要从集合中移除的对象","store.actions.removeFromCollection":"从集合中移除","store.actions.removeFromCollectionDesc":"从此集合中移除选中的对象","store.actions.selectCollection":"选择集合","store.actions.startWorkflow":"启动工作流","store.actions.startWorkflowByRule":"按规则启动工作流","store.actions.startWorkflowDesc":"对选中的对象启动工作流","store.actions.workflowStarted":"工作流已启动","store.allowedContentTypes":"允许的内容类型","store.allowedContentTypesOptionalDescription":"可选择限定可添加到集合中的内容类型。如果未设置,则允许所有内容类型。","store.allowedContentTypesSelectDescription":"选择可添加到集合中的内容类型。如果未设置,则允许所有内容类型。","store.areYouSureDeleteCollection":"确定要删除此集合吗?此操作无法撤销。","store.audioFormatRequired":"需要MP3、M4A、OGG、WAV或WebM格式","store.automaticTypeDetection":"自动类型检测","store.automaticTypeDetectionDescription":"Vertesia将分析内容并选择最合适的类型。建议大多数上传使用此功能,以确保最佳处理效果。","store.cancelEdit":"取消","store.chooseAFormat":"选择格式","store.chooseContentType":"选择内容类型...","store.chooseContentTypes":"选择内容类型...","store.chooseWhatToExport":"选择要导出的内容","store.clearSelection":"清除选择","store.close":"关闭","store.collectionCreated":"集合已创建","store.collectionDeleted":"集合已删除","store.collectionFetchFailed":"获取集合失败","store.collectionPropertiesUpdated":"集合属性已更新","store.collectionUpdated":"集合已更新","store.collectionUpdatedSuccess":"集合已成功更新","store.collectionsSelected":"已选择{{count}}个集合","store.configuration":"配置","store.confirmSelection":"确认选择","store.contentCopied":"{{type}}已复制","store.contentExported":"内容已导出","store.contentType":"内容类型","store.convertingToPdf":"正在转换为PDF...","store.copyFailed":"复制失败","store.createACollection":"创建集合","store.createCollection":"创建集合","store.createType":"创建类型","store.created":"创建时间","store.createdBy":"创建者","store.deleteCollection":"删除集合","store.documentExported":"文档已导出","store.documentInformation":"文档信息","store.documentListRefreshed":"文档列表已刷新","store.documentListRefreshedDesc":"文档列表已更新为您上传的文件。","store.documentPreview":"文档预览","store.downloadFailed":"下载失败","store.dynamicCollection":"动态集合","store.dynamicCollectionDescription":"基于查询动态获取集合内容。如果未启用,则内容必须由用户或代理添加。","store.editJson":"编辑JSON","store.editProperties":"编辑属性","store.editSchema":"编辑模式","store.editText":"编辑文本","store.editingGenericDocument":"编辑通用文档属性","store.embeddings":"嵌入向量","store.enableSyncMemberHeads":"启用同步成员HEAD","store.error":"错误","store.errorCheckingDuplicates":"检查重复文件时出错","store.errorCreatingType":"创建类型时出错","store.errorInUploadProcessingCheck":"文件上传处理检查出错","store.errorProcessingFiles":"处理文件时出错","store.errorSavingText":"保存文本失败","store.errorSavingTextDefault":"保存文本内容时发生错误。","store.errorUpdatingProperties":"更新属性时出错","store.errorUpdatingPropertiesDefault":"更新属性时发生错误。","store.exportFailed":"导出失败","store.exportInProgress":"导出进行中","store.failedToConvertToPdf":"转换为PDF失败","store.failedToCopy":"复制{{type}}到剪贴板失败","store.failedToCreateCollection":"创建集合失败","store.failedToDeleteCollection":"删除集合失败","store.failedToDownloadFile":"下载文件失败","store.failedToDownloadPdf":"下载PDF文件失败","store.failedToExportContent":"导出内容失败","store.failedToExportDocument":"导出文档失败","store.failedToFetchRoleMappings":"获取角色映射失败","store.failedToFetchTypes":"获取对象类型失败","store.failedToFetchWorkflows":"获取工作流失败","store.failedToGetDownloadUrl":"获取下载URL失败","store.failedToLoadDocument":"加载文档失败","store.failedToLoadType":"加载类型失败","store.failedToUpdateCollection":"更新集合失败","store.failedToUpdateCollectionProperties":"更新集合属性失败","store.failedToUpdateSchema":"更新模式失败","store.failedToUpdateSharedProperties":"更新共享属性失败","store.failedToUpdateSkipHeadSync":"更新跳过HEAD同步失败","store.failedToUpdateTableLayout":"更新表格布局失败","store.filesAnalyzedTitle":"文件分析完成","store.filesReadyToProcess":"文件已准备好处理","store.filterByName":"按名称筛选","store.fullText":"全文","store.fullView":"完整视图","store.getStartedCollections":"创建一个新的集合以开始。","store.getStartedTypes":"创建一个新的类型以开始。","store.id":"ID","store.invalidJson":"无效的JSON","store.invalidJsonSchema":"无效的JSON Schema","store.invalidQueryJson":"无效的查询JSON","store.invalidTableLayout":"无效的表格布局","store.isChunkable":"可分块","store.limit":"限制","store.loadingDocument":"正在加载文档...","store.loadingProcessingStatus":"正在加载处理状态...","store.na":"N/A","store.name":"名称","store.newCollections":"新建集合","store.newVersionCreated":"新版本已创建","store.newVersionCreatedDesc":"已创建一个包含更新属性的新版本。","store.noAudioRendition":"没有可用的Web兼容音频格式","store.noCollections":"没有集合","store.noCollectionsAvailable":"没有可用的集合。","store.noCollectionsFound":"未找到集合。","store.noFilesSelected":"未选择文件","store.noObjectsDragAndDrop":"没有对象。只需将文档或图片拖放到此处即可创建内容对象。","store.noPreviewAvailable":"此文档类型没有可用的预览。","store.noProjectSelected":"未选择项目","store.noPropertiesAvailable":"此文档没有可用的属性。","store.noPropertiesDefined":"未定义属性","store.noTranscriptAvailable":"没有可用的转录","store.noType":"无类型","store.noValidFilesSelected":"未选择有效文件","store.noVideoRendition":"没有可用的Web兼容视频格式","store.none":"无","store.openFullDocument":"打开完整文档","store.openFullDocumentView":"打开完整文档视图","store.optional":"(可选)","store.pdfConversionFailed":"PDF转换失败","store.pdfPreviewFullView":"PDF文档预览在完整视图中可用。","store.pleaseFixJsonSyntax":"请在保存前修复JSON语法错误。","store.pleaseProvideName":"请为集合提供名称","store.pleaseSelectValidFiles":"请选择内容有效的文件。","store.pleaseWait":"请等待","store.preview":"预览","store.previewProperties":"预览属性","store.processingFailedFor":"{{name}}处理失败","store.processingFiles":"正在处理文件","store.properties":"属性","store.propertiesUpdated":"属性已更新","store.propertiesUpdatedDesc":"对象属性已成功更新。","store.query":"查询","store.queryDescription":"定义查询以动态获取集合内容。","store.refresh":"刷新","store.renderingDocument":"正在渲染文档...","store.saveChanges":"保存更改","store.saveText":"保存","store.schemaEditor":"模式编辑器","store.schemaUpdated":"模式已更新","store.schemaUpdatedSuccess":"模式已成功更新","store.search":"搜索","store.searchCollections":"搜索集合","store.searchFailed":"搜索失败","store.searchPlaceholder":"输入您要查找的内容,或选择筛选条件","store.searchTypes":"搜索类型","store.searching":"搜索中...","store.selectACollection":"选择一个集合","store.selectContent":"选择内容","store.selectContentType":"选择内容类型","store.selectContentTypeAuto":"选择内容类型,或留空以自动检测","store.selectContentTypeLabel":"选择内容类型","store.selectPropertiesToShare":"选择要共享的属性","store.semanticChunking":"语义分块","store.semanticSearch":"语义搜索","store.semanticSearchSettings":"语义搜索设置","store.sharedProperties":"共享属性","store.sharedPropertiesDescription":"添加要在集合中所有成员之间共享的属性。此功能需要在项目中启用共享属性同步。","store.showingFirst128K":"仅显示前128K个字符","store.size":"大小","store.staticCollection":"静态集合","store.strictMode":"严格模式","store.successfullyCopied":"已成功复制{{type}}到剪贴板","store.successfullyExportedTo":"已成功导出为{{format}}","store.syncMemberHeads":"同步成员HEAD","store.syncMemberHeadsDescription":"当成员的新HEAD版本被创建时,集合将更新为指向新的HEAD。","store.tableLayout":"表格布局","store.tableLayoutDescription":"定义用于在表格中显示集合的自定义布局。","store.tableLayoutUpdated":"表格布局已更新","store.tableLayoutUpdatedDesc":"表格布局已成功更新","store.textConflict":"文档已在其他地方被修改。请刷新后重试。","store.textSaved":"文本内容已保存","store.typeCreated":"类型已创建","store.typeDescription":"可选择内容类型以为集合分配自定义属性和数据。","store.typeSelectDescription":"选择内容类型以为集合分配自定义属性和数据。","store.unknown":"未知","store.unsavedChanges":"未保存的更改","store.updated":"更新时间","store.updatedAt":"更新时间","store.updatedBy":"更新者","store.updatedSharedProperties":"已更新共享属性","store.updatedSkipHeadSync":"已更新跳过HEAD同步设置","store.upload":"上传","store.uploadComplete":"上传完成","store.uploadIssues":"上传问题","store.validationFailed":"验证失败","store.videoFormatRequired":"需要MP4或WebM格式","store.viewAsPdf":"以PDF查看","store.viewAudio":"查看音频","store.viewImage":"查看图片","store.viewInJsonFormat":"以JSON格式查看","store.viewPdf":"查看PDF","store.viewText":"查看文本","store.viewTranscript":"查看转录","store.viewVideo":"查看视频","store.viewingNewVersion":"正在查看新版本","store.viewingNewVersionDefault":"正在查看新版本","store.viewingVersionLabel":"正在查看版本'{{label}}'","theme.dark":"深色","theme.label":"主题","theme.light":"浅色","theme.system":"系统","type.description":"描述","type.name":"名称","type.nameRequired":"名称为必填项","upload.allFilesExist":"所有{{count}}个文件已存在于系统中,将被跳过。您可以继续查看结果。","upload.analyzingFiles":"正在分析文件...","upload.checkingForDuplicates":"正在检查重复项和更新","upload.collectionLabel":"集合:","upload.contentTypeTooltip":"选择要应用于上传文件的内容类型。如果留空,Vertesia将根据文件内容自动检测类型。","upload.continue":"继续","upload.dragAndDrop":"将文件拖放到此处或点击选择","upload.errorAnalyzingFiles":"分析文件时出错","upload.failedToUpload":"上传失败","upload.fileAnalysisResults":"文件分析结果","upload.filesAnalyzed":"文件分析完成","upload.filesProcessed_one":"已处理{{count}}个文件","upload.filesProcessed_other":"已处理{{count}}个文件","upload.filesReadyToProcess_one":"{{count}}个文件已准备好处理","upload.filesReadyToProcess_other":"{{count}}个文件已准备好处理","upload.filesToSkip_one":"{{count}}个文件已存在于系统中,将被跳过。","upload.filesToSkip_other":"{{count}}个文件已存在于系统中,将被跳过。","upload.folderLabel":"文件夹:","upload.inCollection":"在集合'{{collection}}'中","upload.inFolder":"在文件夹'{{location}}'中","upload.new":"新建","upload.noFilesToProcess":"没有可处理的文件。","upload.noItems":"没有可显示的项目","upload.preparingFiles_one":"正在准备上传{{count}}个文件...","upload.preparingFiles_other":"正在准备上传{{count}}个文件...","upload.preparingFolder_one":"正在准备上传1个文件夹,包含{{fileCount}}个文件...","upload.preparingFolder_other":"正在准备上传{{folderCount}}个文件夹,包含{{fileCount}}个文件...","upload.processedCount":"已处理{{processed}}/{{total}}个文件...","upload.processingFilesAction":"正在处理文件({{action}})","upload.selectFiles":"选择文件","upload.selectFolder":"选择文件夹","upload.skip":"跳过","upload.skippedAlreadyExisted":"已跳过(已存在)","upload.successfullyUpdated":"更新成功","upload.successfullyUploaded":"上传成功","upload.update":"更新","upload.uploadComplete":"上传完成","upload.uploadFiles":"上传文件","upload.uploadLocation":"上传位置:","upload.uploadMore":"上传更多","upload.uploadProcessInterrupted":"上传过程已中断","upload.uploadingFiles":"正在上传文件","upload.useAutoDetection":"使用自动类型检测","upload.useTypeName":"使用{{typeName}}","user.account":"账户:","user.agentOnBehalfOf":"代理代表","user.agentOnBehalfOfApiKey":"代理代表API密钥","user.appVersion":"应用版本","user.environment":"环境","user.failedToFetchApiKey":"获取API密钥失败","user.failedToFetchGroup":"获取群组失败","user.failedToFetchUser":"获取用户失败","user.groupId":"群组ID:{{id}}","user.key":"密钥:","user.organizationId":"组织ID","user.organizationRoles":"组织角色","user.privateKey":"私钥","user.project":"项目:","user.projectId":"项目ID","user.projectRoles":"项目角色","user.schedule":"计划{{title}}","user.sdkVersion":"SDK版本","user.server":"服务器","user.serviceAccount":"服务账户","user.serviceAccountDescription":"此用户由工作流工作器等机器人使用。","user.store":"存储","user.systemUser":"系统用户","user.systemUserDescription":"系统用户用于初始化内置对象。","user.tenantId":"租户ID","user.unknown":"未知","user.unknownUser":"未知用户","user.unknownUserDescription":"用户信息不可用。","user.unnamedGroup":"未命名群组","user.user":"用户","user.userId":"用户ID","widgets.schema.editDescription":"编辑描述","widgets.schema.invalidPropertyDeclaration":"无效的属性声明"}},"zh-TW":{[w]:{"agent.actions":"操作","agent.activeWorkstreams_one":"代理有{{count}}個活躍的工作流正在運行","agent.activeWorkstreams_other":"代理有{{count}}個活躍的工作流正在運行","agent.agentConversation":"代理對話","agent.agentInterrupted":"代理已中斷","agent.agentPlan":"代理計劃","agent.agentProcessing":"代理正在處理中,完成後即可繼續...","agent.agentStarted":"代理已啟動","agent.agentWorking":"代理工作中...(按兩次Esc停止)","agent.agentWorkingStop":"代理工作中...按兩次Esc或點擊停止來中斷","agent.allMessages":"所有訊息","agent.artifacts":"產物","agent.askAnything":"隨便問...(拖放或貼上檔案)","agent.batch":"批次","agent.cancelWorkflow":"取消工作流程","agent.canceling":"正在取消","agent.clickToEnlarge":"點擊放大","agent.close":"關閉","agent.closeFullscreen":"關閉全螢幕","agent.completed":"已完成","agent.conversationForked":"對話已分支","agent.conversationRestarted":"對話已重新開始","agent.copied":"已複製","agent.copiedAllToolCalls":"所有工具呼叫已複製到剪貼簿","agent.copiedBatchDetails":"批次詳情已複製到剪貼簿","agent.copiedToClipboard":"已複製到剪貼簿","agent.copy":"複製","agent.copyAllToolCalls":"複製所有工具呼叫","agent.copyBatchDetails":"複製批次詳情","agent.copyMessage":"複製訊息","agent.copyRunId":"複製執行ID","agent.copyToClipboard":"複製到剪貼簿","agent.dashboard":"儀表板","agent.details":"詳情","agent.document":"文件","agent.documentAttachments":"文件附件","agent.documentAttachmentsDescription":"來自存儲的文件已附加到此訊息。代理可以隨時透過 ID 重新取得它們,或重新附加以直接包含內容。","agent.documents":"文件","agent.download":"下載","agent.downloadConversation":"下載對話","agent.dropFilesToUpload":"拖放檔案上傳","agent.elapsed":"已過{{seconds}}秒","agent.enlargedView":"放大檢視","agent.enterMessage":"輸入訊息以開始對話","agent.enterToSend":"Enter傳送 / Shift+Enter換行","agent.error":"錯誤","agent.errorStarting":"啟動工作流時出錯","agent.exit":"退出","agent.exitFullscreen":"退出全螢幕","agent.export":"匯出","agent.exportAsPdf":"匯出為PDF","agent.exportAsPng":"匯出為 PNG","agent.exportAsWord":"匯出為 Word","agent.exportMessage":"匯出訊息","agent.exporting":"正在匯出...","agent.failedToCancelWorkflow":"取消工作流程失敗","agent.failedToDownload":"下載對話失敗","agent.failedToForkConversation":"分支對話失敗","agent.failedToInterrupt":"中斷失敗","agent.failedToLoadDocument":"載入文件失敗","agent.failedToRenderMessage":"訊息渲染失敗","agent.failedToRestartConversation":"重新開始對話失敗","agent.failedToSend":"傳送訊息失敗","agent.filesProcessing":"檔案處理中","agent.filesStagedCount_one":"{{count}}個檔案已暫存 - 對話開始時將上傳","agent.filesStagedCount_other":"{{count}}個檔案已暫存 - 對話開始時將上傳","agent.filesUploadedDescription":"上傳到此對話的檔案始終可用。代理可以隨時存取它們。","agent.forkConversation":"分支對話","agent.fullscreen":"全螢幕","agent.hideDetails":"隱藏詳情","agent.hideSidebar":"隱藏側邊欄","agent.hideThinkingDetails":"隱藏思考詳情","agent.inProgress":"進行中","agent.linkObject":"關聯物件","agent.loadingArtifacts":"正在載入產物...","agent.loadingDocument":"正在載入文件...","agent.main":"主要","agent.mainWorkstream":"主工作流","agent.moreActions":"更多操作","agent.newerPlan":"較新的計劃","agent.no":"否","agent.noActiveWorkstreams":"沒有活躍的工作流","agent.noAgentRunning":"目前沒有正在運行的代理","agent.noArtifactsYet":"暫無產物","agent.noContentAvailable":"無可用內容","agent.noContentToExport":"沒有可匯出的內容","agent.noConversationContent":"沒有可匯出的對話內容","agent.noDocumentsOpen":"沒有開啟的文件","agent.noFilesUploadedYet":"暫無上傳檔案","agent.noMessagesInWorkstream":"此工作流程中暫無訊息...","agent.noPlanAvailable":"暫無計劃","agent.noPlanDetected":"尚未偵測到計劃","agent.olderPlan":"較舊的計劃","agent.openDocument":"開啟文件","agent.openInNewTab":"在新分頁中開啟","agent.pdfExportFailed":"PDF匯出失敗","agent.pdfExportReady":"PDF匯出已就緒","agent.pending":"待處理","agent.plan":"計劃","agent.planProgress":"計劃進度","agent.plansWillAppear":"當代理建立計劃時,將在此處顯示","agent.printDialogDescription":"使用瀏覽器的列印對話框儲存為 PDF","agent.processing":"處理中...","agent.ready":"就緒","agent.refresh":"重新整理","agent.remaining":"剩餘{{seconds}}秒","agent.resizeRightPanel":"調整右側面板大小","agent.restartConversation":"重新開始對話","agent.retry":"重試","agent.runIdCopied":"已複製運行ID","agent.running":"執行中","agent.searchDocuments":"搜尋文件","agent.selectInteraction":"選擇一個互動並點擊開始以啟動代理","agent.send":"傳送","agent.showAllMessages":"顯示所有訊息","agent.showDetails":"顯示詳情","agent.showSidebar":"顯示側邊欄","agent.staged":"已暫存","agent.startAgent":"啟動代理","agent.startNewConversation":"開始新對話","agent.startingAgent":"正在啟動代理...","agent.startingAgentUploading":"正在啟動代理並上傳檔案...","agent.stepByStepPlan":"逐步計劃","agent.stop":"停止","agent.stopAgent":"停止代理","agent.submitSelection":"提交選擇","agent.submitSelectionCount_one":"提交選擇({{count}})","agent.submitSelectionCount_other":"提交選擇({{count}})","agent.summary":"摘要","agent.taskProgress":"任務進度","agent.toggleRightSidebar":"切換右側邊欄","agent.typeNewInstructions":"輸入新的指示","agent.typeQuestionBelow":"在下方輸入問題並按Enter或點擊{{buttonText}}開始","agent.typeYourMessage":"輸入訊息...","agent.typeYourResponse":"輸入您的回覆...","agent.unableToOpenPrint":"無法開啟列印預覽","agent.unknownError":"未知錯誤","agent.unknownTime":"未知時間","agent.upload":"上傳","agent.uploadFailed":"上傳失敗","agent.uploadedFiles":"已上傳檔案","agent.uploading":"上傳中...","agent.uploads":"上傳","agent.waitForFiles":"請等待檔案處理完成","agent.waitForFilesProcessing":"請等待所有檔案處理完成後再傳送","agent.waiting":"等待中...","agent.waitingForAgentResponse":"等待代理回應...","agent.workflowCancelled":"工作流程已取消","agent.working":"工作中...","agent.workstreams":"工作流","agent.yes":"是","auth.continueWithEnterprise":"使用企業SSO繼續","auth.continueWithGithub":"使用GitHub繼續","auth.continueWithGoogle":"使用Google繼續","auth.continueWithMicrosoft":"使用Microsoft繼續","auth.enterEnterpriseEmail":"輸入您的企業信箱","auth.error":"錯誤:{{message}}","auth.firstTimeDetails":"我們只需要問您幾個問題,就可以開始了。","auth.firstTimeMessage":"第一次來?沒問題,免費試用!","auth.goBack":"返回","auth.invalidEmail":"無效的信箱地址","auth.logInOrSignUp":"登入或註冊","auth.needToMakeChange":"需要修改?","auth.or":"或","auth.privacyPolicy":"隱私政策","auth.signInError":"抱歉,我們無法完成您的登入。","auth.signInErrorContact":"請重試或聯繫","auth.signInErrorPersists":"如果問題持續存在。","auth.tenantNotFound":"未找到租戶","auth.termsOfService":"服務條款","errors.failedToLoadTenantConfig":"載入租戶設定失敗","errors.somethingWentWrong":"抱歉,出了點問題...","errors.teamNotifiedLine1":"我們的團隊已收到通知,將儘快解決。","errors.teamNotifiedLine2":"如果您想反映問題或聯繫我們,請發送郵件至","filter.clearAll":"清除全部","filter.filter":"篩選","filter.filterBy":"按{{view}}篩選","filter.filterPlaceholder":"篩選...","filter.from":"從:","filter.noAvailableFilters":"沒有可用的篩選條件","filter.noMatchingFilters":"沒有匹配的篩選條件","filter.noResultsFound":"未找到結果。","filter.selectRange":"選擇範圍","filter.to":"至:","form.clickToRemove":"點擊移除","form.createValue":'建立"{{value}}"',"form.filter":"篩選...","form.noMoreOptions":"沒有更多可用選項","form.noOptionsFound":"未找到選項","layout.pageNotFound":"頁面未找到","layout.search":"搜尋","layout.searchPlaceholder":"搜尋...","login.accept":"接受","login.reject":"拒絕","login.reviewInvites":"查看邀請","login.terminal.account":"帳戶","login.terminal.accountRequired":"帳戶為必填項","login.terminal.accountRequiredDesc":"請選擇一個帳戶以授權客戶端存取ComposablePrompts伺服器","login.terminal.authPayloadCopied":"認證資訊已複製","login.terminal.authPayloadCopiedSuccess":"您可以關閉此頁面。CLI應已接收到權杖。","login.terminal.authPayloadCopiedWithError":"您可以將認證資訊貼到終端中。注意:CLI未接收到權杖。發生錯誤:{{error}}","login.terminal.authorizeClient":"授權客戶端","login.terminal.browserPermissionNote":"注意:如果瀏覽器要求存取本地網路的權限,請允許。這是將授權權杖傳回CLI工具所必需的。否則,您需要手動將權杖複製/貼上到終端中。","login.terminal.chooseAccountProject":"您必須選擇客戶端要存取的目標帳戶和專案。","login.terminal.clientAuthenticated":"客戶端已認證。您可以關閉此頁面。","login.terminal.clientWantsAuth":"一個客戶端應用程式請求授權以您的名義存取ComposablePrompts伺服器。","login.terminal.copyAuthPayload":"複製認證資訊","login.terminal.envLocalDev":"本地開發","login.terminal.envProduction":"生產環境","login.terminal.envStaging":"預發布環境","login.terminal.errorAuthorizingClient":"授權客戶端時出錯","login.terminal.errorLoadingProjects":"載入專案時出錯","login.terminal.failedToGetToken":"取得Composable權杖失敗","login.terminal.failedToSendToken":"傳送授權權杖至CLI工具失敗","login.terminal.failedToSendTokenDesc":'這可能是由於Safari的安全檢查導致的。錯誤為"{{error}}"',"login.terminal.invalidRequest":"無效的請求","login.terminal.invalidRequestDesc":"此頁面應由終端客戶端呼叫以認證ComposablePrompts伺服器","login.terminal.profileName":"設定檔名稱","login.terminal.profileNameNote":"此外,輸入一個設定檔名稱,用於將授權儲存到客戶端設定中。","login.terminal.profileRequired":"設定檔為必填項","login.terminal.profileRequiredDesc":"請輸入設定檔名稱以儲存客戶端授權","login.terminal.project":"專案","login.terminal.projectRequired":"專案為必填項","login.terminal.projectRequiredDesc":"請選擇一個專案以授權客戶端存取ComposablePrompts伺服器","login.terminal.selectAccount":"選擇帳戶","login.terminal.selectProject":"選擇專案","misc.copiedToClipboard":"已複製到剪貼簿","misc.copy":"複製","misc.failedToCopy":"複製失敗","misc.noData":"沒有可顯示的資料","misc.tableView":"表格檢視","misc.thumbnailView":"縮圖檢視","modal.cancel":"取消","modal.confirm":"確認","modal.delete.error":"刪除物件時發生錯誤","modal.delete.failed":"刪除失敗","modal.delete.succeeded":"刪除成功","modal.save":"儲存","modal.saveChanges":"儲存變更","modal.saveVersion.createDescription":"使用這些屬性變更建立新修訂版,同時保留原始版本。","modal.saveVersion.createNew":"建立新版本","modal.saveVersion.createWithFileDescription":"使用替換檔案建立新修訂版,同時保留原始版本。","modal.saveVersion.howToSave":"您想如何儲存這些變更?","modal.saveVersion.replaceFile":"您即將用以下內容替換內容檔案:","modal.saveVersion.updateCurrent":"更新目前版本","modal.saveVersion.updateDescription":"直接在目前修訂版中修改屬性。","modal.saveVersion.updateWithFileDescription":"替換內容檔案並直接在目前修訂版中修改屬性。","modal.saveVersion.versionLabel":"版本標籤(選填)","modal.saveVersion.versionLabelDescription":"新版本的選填標籤。","modal.saveVersion.versionLabelPlaceholder":"例如 v1.2、已核准、審核後","oauthApps.authenticate":"驗證","oauthApps.authenticating":"正在驗證...","oauthApps.authorizationEndpoint":"授權端點","oauthApps.cancel":"取消","oauthApps.clientId":"Client ID","oauthApps.clientSecret":"Client Secret","oauthApps.clientSecretConfigured":"Secret 已設定(留空以保留目前值)","oauthApps.clientSecretHelp":"選填。機密用戶端需要此項。靜態加密儲存。","oauthApps.clientSecretPlaceholder":"輸入 Client Secret","oauthApps.connect":"連線","oauthApps.connected":"已連線","oauthApps.create":"建立","oauthApps.createDescription":"為此專案設定新的 OAuth 應用程式。","oauthApps.created":"OAuth 應用程式已建立","oauthApps.defaultScopes":"預設權限範圍","oauthApps.defaultScopesHelp":"以空格分隔的 OAuth 權限範圍清單。","oauthApps.deleteConfirm":"刪除 OAuth 應用程式","oauthApps.deleteConfirmMessage":"您確定要刪除嗎","oauthApps.deleteFailed":"刪除 OAuth 應用程式失敗","oauthApps.deleted":"OAuth 應用程式已刪除","oauthApps.description":"設定用於第三方整合的 OAuth 應用程式。","oauthApps.disconnect":"中斷連線","oauthApps.displayName":"顯示名稱","oauthApps.edit":"編輯 OAuth 應用程式","oauthApps.editDescription":"更新 OAuth 應用程式設定。","oauthApps.empty":"尚未設定任何 OAuth 應用程式。","oauthApps.endpointsOptionalHelp":"可選。對於支援 .well-known 探索的 MCP 伺服器,請留空。","oauthApps.name":"名稱","oauthApps.nameHelp":"Kebab-case 識別碼(例如 my-oauth-app)。建立後無法變更。","oauthApps.notConnected":"未連線","oauthApps.revocationEndpoint":"撤銷端點","oauthApps.save":"儲存","oauthApps.saveFailed":"儲存 OAuth 應用程式失敗","oauthApps.saving":"正在儲存...","oauthApps.status":"狀態","oauthApps.title":"OAuth 應用程式","oauthApps.tokenEndpoint":"權杖端點","oauthApps.updated":"OAuth 應用程式已更新","oauthApps.usePkce":"使用 PKCE(建議)","pdf.close":"關閉","pdf.closeFullscreen":"關閉全螢幕","pdf.download":"下載","pdf.failedToLoadViewer":"載入PDF檢視器失敗","pdf.fetchingDocumentFailed":"取得文件失敗","pdf.fitToWidth":"適應寬度","pdf.fullscreen":"全螢幕","pdf.instrumentedImages":"標註圖像","pdf.nextPage":"下一頁","pdf.noPdfAvailable":"沒有可用的PDF","pdf.originalImages":"原始圖像","pdf.page":"頁","pdf.pageOf":"第 {{pageNumber}} 頁 / 共 {{totalPages}} 頁","pdf.previousPage":"上一頁","pdf.zoomIn":"放大","pdf.zoomOut":"縮小","shell.accessDenied":"存取被拒絕","shell.applicationNotRegistered":"應用程式未註冊","shell.organization":"組織","shell.selectOrganization":"選擇組織","shell.selectProject":"選擇專案","signup.accountType":"帳戶類型","signup.activelyExploring":"正在積極探索LLM專案","signup.alreadyUsing":"已在生產環境中使用LLM","signup.company":"公司","signup.companyDescription":"適用於公司或組織。","signup.companyName":"公司名稱","signup.companySize":"公司規模","signup.companyWebsite":"公司網站","signup.justTesting":"僅在測試或評估LLM","signup.migratingLLMs":"正在遷移到其他LLM","signup.other":"其他","signup.personal":"個人","signup.personalDescription":"適用於個人使用或小型團隊。","signup.pleaseEnterOrgName":"請輸入組織名稱","signup.pleaseSelectAccountType":"請選擇帳戶類型","signup.pleaseSelectCompanySize":"請選擇公司規模","signup.projectMaturity":"專案成熟度","signup.selectCompanySize":"選擇公司規模","signup.selectProjectMaturity":"選擇專案成熟度","signup.signUp":"註冊","signup.size1001to5000":"1001-5000名員工","signup.size101to1000":"101-1000名員工","signup.size11to100":"11-100名員工","signup.size1to10":"1-10名員工","signup.size5000plus":"5000+名員工","signup.welcomeMessage":"歡迎來到Vertesia,{{name}}({{email}})。\n請告訴我們一些關於您的資訊,就可以開始了。\n無需信用卡。","signup.wrongAccountGoBack":"帳戶有誤,返回","store.actions.addToCollection":"新增到集合","store.actions.addToCollectionBody":"將選中的物件新增到現有集合或建立新集合。","store.actions.addToCollectionButton":"新增到集合","store.actions.addToCollectionDesc":"將文件新增到集合","store.actions.addToCollectionFailure":"新增到集合失敗","store.actions.addToCollectionFailureDesc":"無法將選中的物件新增到集合","store.actions.addToCollectionSuccess":"新增到集合成功","store.actions.addToCollectionSuccessDesc":"已將{{count}}個物件新增到所選集合","store.actions.addToCollectionTitle":"新增到集合","store.actions.areYouSure":"確定嗎?","store.actions.cannotRemoveNoCollection":"無法移除物件:未指定集合","store.actions.changeContentType":"變更內容類型","store.actions.changeContentTypeDesc":"變更選中文件的內容類型","store.actions.changeType":"變更類型","store.actions.chooseExistingCollections":"從現有集合中選擇","store.actions.chooseWorkflowRule":"選擇要啟動的工作流程規則:","store.actions.confirmDeleteAll":"確定要刪除所有選中的物件嗎?此操作無法復原。","store.actions.confirmDeleteSelected":"確定要刪除選中的物件嗎?\n這不是從集合中移除。","store.actions.confirmRemoveFromCollection":"確定要從此集合中移除選中的物件嗎?","store.actions.createNew":"新建","store.actions.delete":"刪除","store.actions.deleteObjects":"刪除物件","store.actions.deleteTheSelectedObjects":"刪除選中的物件","store.actions.errorChangingType":"變更類型時出錯","store.actions.errorDeletingObjects":"刪除物件時出錯","store.actions.errorExportProperties":"匯出屬性時出錯","store.actions.errorRemovingObjects":"從集合中移除物件時出錯","store.actions.errorStartingWorkflow":"啟動工作流程時出錯","store.actions.exportAllObjectProperties":"匯出所有物件屬性","store.actions.exportProperties":"匯出屬性","store.actions.noCollectionContext":"沒有集合上下文","store.actions.noObjectsSelected":"未選擇任何物件","store.actions.pleaseSelectObjectsToDelete":"請選擇要刪除的物件","store.actions.pleaseSelectObjectsToRemove":"請選擇要從集合中移除的物件","store.actions.removeFromCollection":"從集合中移除","store.actions.removeFromCollectionDesc":"從此集合中移除選中的物件","store.actions.selectCollection":"選擇集合","store.actions.startWorkflow":"啟動工作流程","store.actions.startWorkflowByRule":"按規則啟動工作流程","store.actions.startWorkflowDesc":"對選中的物件啟動工作流程","store.actions.workflowStarted":"工作流程已啟動","store.allowedContentTypes":"允許的內容類型","store.allowedContentTypesOptionalDescription":"可選擇限定可新增到集合中的內容類型。如果未設定,則允許所有內容類型。","store.allowedContentTypesSelectDescription":"選擇可新增到集合中的內容類型。如果未設定,則允許所有內容類型。","store.areYouSureDeleteCollection":"確定要刪除此集合嗎?此操作無法復原。","store.audioFormatRequired":"需要MP3、M4A、OGG、WAV或WebM格式","store.automaticTypeDetection":"自動類型偵測","store.automaticTypeDetectionDescription":"Vertesia將分析內容並選擇最合適的類型。建議大多數上傳使用此功能,以確保最佳處理效果。","store.cancelEdit":"取消","store.chooseAFormat":"選擇格式","store.chooseContentType":"選擇內容類型...","store.chooseContentTypes":"選擇內容類型...","store.chooseWhatToExport":"選擇要匯出的內容","store.clearSelection":"清除選擇","store.close":"關閉","store.collectionCreated":"集合已建立","store.collectionDeleted":"集合已刪除","store.collectionFetchFailed":"取得集合失敗","store.collectionPropertiesUpdated":"集合屬性已更新","store.collectionUpdated":"集合已更新","store.collectionUpdatedSuccess":"集合已成功更新","store.collectionsSelected":"已選擇{{count}}個集合","store.configuration":"設定","store.confirmSelection":"確認選擇","store.contentCopied":"{{type}}已複製","store.contentExported":"內容已匯出","store.contentType":"內容類型","store.convertingToPdf":"正在轉換為PDF...","store.copyFailed":"複製失敗","store.createACollection":"建立集合","store.createCollection":"建立集合","store.createType":"建立類型","store.created":"建立時間","store.createdBy":"建立者","store.deleteCollection":"刪除集合","store.documentExported":"文件已匯出","store.documentInformation":"文件資訊","store.documentListRefreshed":"文件列表已重新整理","store.documentListRefreshedDesc":"文件列表已更新為您上傳的檔案。","store.documentPreview":"文件預覽","store.downloadFailed":"下載失敗","store.dynamicCollection":"動態集合","store.dynamicCollectionDescription":"根據查詢動態取得集合內容。如果未啟用,則內容必須由使用者或代理新增。","store.editJson":"編輯JSON","store.editProperties":"編輯屬性","store.editSchema":"編輯結構","store.editText":"編輯文字","store.editingGenericDocument":"編輯通用文件屬性","store.embeddings":"嵌入向量","store.enableSyncMemberHeads":"啟用同步成員HEAD","store.error":"錯誤","store.errorCheckingDuplicates":"檢查重複檔案時出錯","store.errorCreatingType":"建立類型時出錯","store.errorInUploadProcessingCheck":"檔案上傳處理檢查出錯","store.errorProcessingFiles":"處理檔案時出錯","store.errorSavingText":"儲存文字失敗","store.errorSavingTextDefault":"儲存文字內容時發生錯誤。","store.errorUpdatingProperties":"更新屬性時出錯","store.errorUpdatingPropertiesDefault":"更新屬性時發生錯誤。","store.exportFailed":"匯出失敗","store.exportInProgress":"匯出進行中","store.failedToConvertToPdf":"轉換為PDF失敗","store.failedToCopy":"複製{{type}}到剪貼簿失敗","store.failedToCreateCollection":"建立集合失敗","store.failedToDeleteCollection":"刪除集合失敗","store.failedToDownloadFile":"下載檔案失敗","store.failedToDownloadPdf":"下載PDF檔案失敗","store.failedToExportContent":"匯出內容失敗","store.failedToExportDocument":"匯出文件失敗","store.failedToFetchRoleMappings":"取得角色對應失敗","store.failedToFetchTypes":"取得物件類型失敗","store.failedToFetchWorkflows":"取得工作流程失敗","store.failedToGetDownloadUrl":"取得下載URL失敗","store.failedToLoadDocument":"載入文件失敗","store.failedToLoadType":"載入類型失敗","store.failedToUpdateCollection":"更新集合失敗","store.failedToUpdateCollectionProperties":"更新集合屬性失敗","store.failedToUpdateSchema":"更新結構失敗","store.failedToUpdateSharedProperties":"更新共享屬性失敗","store.failedToUpdateSkipHeadSync":"更新略過HEAD同步失敗","store.failedToUpdateTableLayout":"更新表格佈局失敗","store.filesAnalyzedTitle":"檔案分析完成","store.filesReadyToProcess":"檔案已準備好處理","store.filterByName":"按名稱篩選","store.fullText":"全文","store.fullView":"完整檢視","store.getStartedCollections":"建立一個新的集合以開始。","store.getStartedTypes":"建立一個新的類型以開始。","store.id":"ID","store.invalidJson":"無效的JSON","store.invalidJsonSchema":"無效的JSON Schema","store.invalidQueryJson":"無效的查詢JSON","store.invalidTableLayout":"無效的表格佈局","store.isChunkable":"可分塊","store.limit":"限制","store.loadingDocument":"正在載入文件...","store.loadingProcessingStatus":"正在載入處理狀態...","store.na":"N/A","store.name":"名稱","store.newCollections":"新建集合","store.newVersionCreated":"新版本已建立","store.newVersionCreatedDesc":"已建立一個包含更新屬性的新版本。","store.noAudioRendition":"沒有可用的Web相容音訊格式","store.noCollections":"沒有集合","store.noCollectionsAvailable":"沒有可用的集合。","store.noCollectionsFound":"未找到集合。","store.noFilesSelected":"未選擇檔案","store.noObjectsDragAndDrop":"沒有物件。只需將文件或圖片拖放到此處即可建立內容物件。","store.noPreviewAvailable":"此文件類型沒有可用的預覽。","store.noProjectSelected":"未選擇專案","store.noPropertiesAvailable":"此文件沒有可用的屬性。","store.noPropertiesDefined":"未定義屬性","store.noTranscriptAvailable":"沒有可用的轉錄","store.noType":"無類型","store.noValidFilesSelected":"未選擇有效檔案","store.noVideoRendition":"沒有可用的Web相容影片格式","store.none":"無","store.openFullDocument":"開啟完整文件","store.openFullDocumentView":"開啟完整文件檢視","store.optional":"(選填)","store.pdfConversionFailed":"PDF轉換失敗","store.pdfPreviewFullView":"PDF文件預覽在完整檢視中可用。","store.pleaseFixJsonSyntax":"請在儲存前修復JSON語法錯誤。","store.pleaseProvideName":"請為集合提供名稱","store.pleaseSelectValidFiles":"請選擇內容有效的檔案。","store.pleaseWait":"請等待","store.preview":"預覽","store.previewProperties":"預覽屬性","store.processingFailedFor":"{{name}}處理失敗","store.processingFiles":"正在處理檔案","store.properties":"屬性","store.propertiesUpdated":"屬性已更新","store.propertiesUpdatedDesc":"物件屬性已成功更新。","store.query":"查詢","store.queryDescription":"定義查詢以動態取得集合內容。","store.refresh":"重新整理","store.renderingDocument":"正在渲染文件...","store.saveChanges":"儲存變更","store.saveText":"儲存","store.schemaEditor":"結構編輯器","store.schemaUpdated":"結構已更新","store.schemaUpdatedSuccess":"結構已成功更新","store.search":"搜尋","store.searchCollections":"搜尋集合","store.searchFailed":"搜尋失敗","store.searchPlaceholder":"輸入您要尋找的內容,或選擇篩選條件","store.searchTypes":"搜尋類型","store.searching":"搜尋中...","store.selectACollection":"選擇一個集合","store.selectContent":"選擇內容","store.selectContentType":"選擇內容類型","store.selectContentTypeAuto":"選擇內容類型,或留空以自動偵測","store.selectContentTypeLabel":"選擇內容類型","store.selectPropertiesToShare":"選擇要共享的屬性","store.semanticChunking":"語意分塊","store.semanticSearch":"語意搜尋","store.semanticSearchSettings":"語意搜尋設定","store.sharedProperties":"共享屬性","store.sharedPropertiesDescription":"新增要在集合中所有成員之間共享的屬性。此功能需要在專案中啟用共享屬性同步。","store.showingFirst128K":"僅顯示前128K個字元","store.size":"大小","store.staticCollection":"靜態集合","store.strictMode":"嚴格模式","store.successfullyCopied":"已成功複製{{type}}到剪貼簿","store.successfullyExportedTo":"已成功匯出為{{format}}","store.syncMemberHeads":"同步成員HEAD","store.syncMemberHeadsDescription":"當成員的新HEAD版本被建立時,集合將更新為指向新的HEAD。","store.tableLayout":"表格佈局","store.tableLayoutDescription":"定義用於在表格中顯示集合的自訂佈局。","store.tableLayoutUpdated":"表格佈局已更新","store.tableLayoutUpdatedDesc":"表格佈局已成功更新","store.textConflict":"文件已在其他地方被修改。請重新整理後再試。","store.textSaved":"文字內容已儲存","store.typeCreated":"類型已建立","store.typeDescription":"可選擇內容類型以為集合指派自訂屬性和資料。","store.typeSelectDescription":"選擇內容類型以為集合指派自訂屬性和資料。","store.unknown":"未知","store.unsavedChanges":"未儲存的變更","store.updated":"更新時間","store.updatedAt":"更新時間","store.updatedBy":"更新者","store.updatedSharedProperties":"已更新共享屬性","store.updatedSkipHeadSync":"已更新略過HEAD同步設定","store.upload":"上傳","store.uploadComplete":"上傳完成","store.uploadIssues":"上傳問題","store.validationFailed":"驗證失敗","store.videoFormatRequired":"需要MP4或WebM格式","store.viewAsPdf":"以PDF檢視","store.viewAudio":"檢視音訊","store.viewImage":"檢視圖片","store.viewInJsonFormat":"以JSON格式檢視","store.viewPdf":"檢視PDF","store.viewText":"檢視文字","store.viewTranscript":"檢視轉錄","store.viewVideo":"檢視影片","store.viewingNewVersion":"正在檢視新版本","store.viewingNewVersionDefault":"正在檢視新版本","store.viewingVersionLabel":"正在檢視版本'{{label}}'","theme.dark":"深色","theme.label":"主題","theme.light":"淺色","theme.system":"系統","type.description":"描述","type.name":"名稱","type.nameRequired":"名稱為必填項","upload.allFilesExist":"所有{{count}}個檔案已存在於系統中,將被略過。您可以繼續檢視結果。","upload.analyzingFiles":"正在分析檔案...","upload.checkingForDuplicates":"正在檢查重複項和更新","upload.collectionLabel":"集合:","upload.contentTypeTooltip":"選擇要套用於上傳檔案的內容類型。如果留空,Vertesia將根據檔案內容自動偵測類型。","upload.continue":"繼續","upload.dragAndDrop":"將檔案拖放到此處或點擊選擇","upload.errorAnalyzingFiles":"分析檔案時出錯","upload.failedToUpload":"上傳失敗","upload.fileAnalysisResults":"檔案分析結果","upload.filesAnalyzed":"檔案分析完成","upload.filesProcessed_one":"已處理{{count}}個檔案","upload.filesProcessed_other":"已處理{{count}}個檔案","upload.filesReadyToProcess_one":"{{count}}個檔案已準備好處理","upload.filesReadyToProcess_other":"{{count}}個檔案已準備好處理","upload.filesToSkip_one":"{{count}}個檔案已存在於系統中,將被略過。","upload.filesToSkip_other":"{{count}}個檔案已存在於系統中,將被略過。","upload.folderLabel":"資料夾:","upload.inCollection":"在集合'{{collection}}'中","upload.inFolder":"在資料夾'{{location}}'中","upload.new":"新增","upload.noFilesToProcess":"沒有可處理的檔案。","upload.noItems":"沒有可顯示的項目","upload.preparingFiles_one":"正在準備上傳{{count}}個檔案...","upload.preparingFiles_other":"正在準備上傳{{count}}個檔案...","upload.preparingFolder_one":"正在準備上傳1個資料夾,包含{{fileCount}}個檔案...","upload.preparingFolder_other":"正在準備上傳{{folderCount}}個資料夾,包含{{fileCount}}個檔案...","upload.processedCount":"已處理{{processed}}/{{total}}個檔案...","upload.processingFilesAction":"正在處理檔案({{action}})","upload.selectFiles":"選擇檔案","upload.selectFolder":"選擇資料夾","upload.skip":"略過","upload.skippedAlreadyExisted":"已略過(已存在)","upload.successfullyUpdated":"更新成功","upload.successfullyUploaded":"上傳成功","upload.update":"更新","upload.uploadComplete":"上傳完成","upload.uploadFiles":"上傳檔案","upload.uploadLocation":"上傳位置:","upload.uploadMore":"上傳更多","upload.uploadProcessInterrupted":"上傳過程已中斷","upload.uploadingFiles":"正在上傳檔案","upload.useAutoDetection":"使用自動類型偵測","upload.useTypeName":"使用{{typeName}}","user.account":"帳戶:","user.agentOnBehalfOf":"代理代表","user.agentOnBehalfOfApiKey":"代理代表API金鑰","user.appVersion":"應用版本","user.environment":"環境","user.failedToFetchApiKey":"取得API金鑰失敗","user.failedToFetchGroup":"取得群組失敗","user.failedToFetchUser":"取得使用者失敗","user.groupId":"群組ID:{{id}}","user.key":"金鑰:","user.organizationId":"組織ID","user.organizationRoles":"組織角色","user.privateKey":"私鑰","user.project":"專案:","user.projectId":"專案ID","user.projectRoles":"專案角色","user.schedule":"排程{{title}}","user.sdkVersion":"SDK版本","user.server":"伺服器","user.serviceAccount":"服務帳戶","user.serviceAccountDescription":"此使用者由工作流程工作器等機器人使用。","user.store":"儲存庫","user.systemUser":"系統使用者","user.systemUserDescription":"系統使用者用於初始化內建物件。","user.tenantId":"租戶ID","user.unknown":"未知","user.unknownUser":"未知使用者","user.unknownUserDescription":"使用者資訊不可用。","user.unnamedGroup":"未命名群組","user.user":"使用者","user.userId":"使用者ID","widgets.schema.editDescription":"編輯描述","widgets.schema.invalidPropertyDeclaration":"無效的屬性宣告"}}},fallbackLng:"en",ns:[w],defaultNS:w,interpolation:{escapeValue:!1},react:{useSuspense:!1}});const W={eu:"EU",jp:"JP"};function q({className:o}){const t=T.region;return t&&"us"!==t?e("div",{className:m("text-[0.6rem] font-semibold px-1.5 rounded-3xl leading-4","bg-info text-white",o),children:W[t]??t.toUpperCase()}):null}export{M as AppLayout,S as FullHeightLayout,x as HamburgerButton,z as Navbar,N as NavbarButton,O as NavbarIconButton,j as NavbarLink,I as NavbarSeparator,q as RegionTag,R as Sidebar,D as SidebarContext,U as SidebarItem,L as SidebarSection,V as SidebarTooltip,P as TitleBar,k as useSidebarToggle};
2
2
  //# sourceMappingURL=vertesia-ui-layout.js.map