@vertesia/ui 1.5.0-dev.20260714.072725Z → 1.5.0-dev.20260722.120446Z

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 (393) hide show
  1. package/lib/core/components/SidePanel.js +1 -1
  2. package/lib/core/components/SidePanel.js.map +1 -1
  3. package/lib/core/components/shadcn/button.d.ts +10 -3
  4. package/lib/core/components/shadcn/button.d.ts.map +1 -1
  5. package/lib/core/components/shadcn/button.js +41 -9
  6. package/lib/core/components/shadcn/button.js.map +1 -1
  7. package/lib/core/components/shadcn/modal/dialog.js +1 -1
  8. package/lib/core/components/shadcn/modal/dialog.js.map +1 -1
  9. package/lib/core/components/shadcn/theme/ThemeSwitcher.js +1 -1
  10. package/lib/core/components/shadcn/theme/ThemeSwitcher.js.map +1 -1
  11. package/lib/env/index.d.ts +19 -0
  12. package/lib/env/index.d.ts.map +1 -1
  13. package/lib/env/index.js +6 -0
  14. package/lib/env/index.js.map +1 -1
  15. package/lib/features/agent/chat/AgentChatPlaybackControls.d.ts.map +1 -1
  16. package/lib/features/agent/chat/AgentChatPlaybackControls.js +2 -2
  17. package/lib/features/agent/chat/AgentChatPlaybackControls.js.map +1 -1
  18. package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts.map +1 -1
  19. package/lib/features/agent/chat/AgentRequestInputOverlay.js +2 -2
  20. package/lib/features/agent/chat/AgentRequestInputOverlay.js.map +1 -1
  21. package/lib/features/agent/chat/ArtifactsTab.d.ts.map +1 -1
  22. package/lib/features/agent/chat/ArtifactsTab.js +68 -11
  23. package/lib/features/agent/chat/ArtifactsTab.js.map +1 -1
  24. package/lib/features/agent/chat/ImageLightbox.d.ts.map +1 -1
  25. package/lib/features/agent/chat/ImageLightbox.js +1 -1
  26. package/lib/features/agent/chat/ImageLightbox.js.map +1 -1
  27. package/lib/features/agent/chat/ModernAgentConversation.js +52 -49
  28. package/lib/features/agent/chat/ModernAgentConversation.js.map +1 -1
  29. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
  30. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +5 -5
  31. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
  32. package/lib/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -1
  33. package/lib/features/agent/chat/ModernAgentOutput/Header.js +4 -2
  34. package/lib/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
  35. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -1
  36. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js +2 -2
  37. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -1
  38. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
  39. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js +2 -1
  40. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
  41. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts +6 -0
  42. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts.map +1 -1
  43. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js +15 -1
  44. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js.map +1 -1
  45. package/lib/features/agent/chat/hooks/useArtifacts.d.ts +8 -1
  46. package/lib/features/agent/chat/hooks/useArtifacts.d.ts.map +1 -1
  47. package/lib/features/agent/chat/hooks/useArtifacts.js +28 -10
  48. package/lib/features/agent/chat/hooks/useArtifacts.js.map +1 -1
  49. package/lib/features/document-viewer/UniversalDocumentViewer.d.ts +73 -0
  50. package/lib/features/document-viewer/UniversalDocumentViewer.d.ts.map +1 -0
  51. package/lib/features/document-viewer/UniversalDocumentViewer.js +415 -0
  52. package/lib/features/document-viewer/UniversalDocumentViewer.js.map +1 -0
  53. package/lib/features/document-viewer/index.d.ts +2 -0
  54. package/lib/features/document-viewer/index.d.ts.map +1 -0
  55. package/lib/features/document-viewer/index.js +2 -0
  56. package/lib/features/document-viewer/index.js.map +1 -0
  57. package/lib/features/environment/SelectEnvironment.d.ts +28 -0
  58. package/lib/features/environment/SelectEnvironment.d.ts.map +1 -0
  59. package/lib/features/environment/SelectEnvironment.js +97 -0
  60. package/lib/features/environment/SelectEnvironment.js.map +1 -0
  61. package/lib/features/environment/index.d.ts +2 -0
  62. package/lib/features/environment/index.d.ts.map +1 -0
  63. package/lib/features/environment/index.js +2 -0
  64. package/lib/features/environment/index.js.map +1 -0
  65. package/lib/features/index.d.ts +3 -0
  66. package/lib/features/index.d.ts.map +1 -1
  67. package/lib/features/index.js +3 -0
  68. package/lib/features/index.js.map +1 -1
  69. package/lib/features/magic-pdf/AnnotatedImageSlider.js +12 -12
  70. package/lib/features/magic-pdf/AnnotatedImageSlider.js.map +1 -1
  71. package/lib/features/magic-pdf/DownloadPopover.d.ts.map +1 -1
  72. package/lib/features/magic-pdf/DownloadPopover.js +3 -17
  73. package/lib/features/magic-pdf/DownloadPopover.js.map +1 -1
  74. package/lib/features/magic-pdf/ExtractedContentView.js +2 -6
  75. package/lib/features/magic-pdf/ExtractedContentView.js.map +1 -1
  76. package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.d.ts +25 -0
  77. package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.d.ts.map +1 -0
  78. package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.js +42 -0
  79. package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.js.map +1 -0
  80. package/lib/features/magic-pdf/GroundedExtractionView.d.ts +27 -0
  81. package/lib/features/magic-pdf/GroundedExtractionView.d.ts.map +1 -0
  82. package/lib/features/magic-pdf/GroundedExtractionView.js +377 -0
  83. package/lib/features/magic-pdf/GroundedExtractionView.js.map +1 -0
  84. package/lib/features/magic-pdf/MagicPdfProvider.d.ts +0 -2
  85. package/lib/features/magic-pdf/MagicPdfProvider.d.ts.map +1 -1
  86. package/lib/features/magic-pdf/MagicPdfProvider.js +15 -42
  87. package/lib/features/magic-pdf/MagicPdfProvider.js.map +1 -1
  88. package/lib/features/magic-pdf/MagicPdfView.d.ts.map +1 -1
  89. package/lib/features/magic-pdf/MagicPdfView.js +2 -19
  90. package/lib/features/magic-pdf/MagicPdfView.js.map +1 -1
  91. package/lib/features/magic-pdf/index.d.ts +1 -0
  92. package/lib/features/magic-pdf/index.d.ts.map +1 -1
  93. package/lib/features/magic-pdf/index.js +1 -0
  94. package/lib/features/magic-pdf/index.js.map +1 -1
  95. package/lib/features/magic-pdf/types.d.ts +1 -1
  96. package/lib/features/magic-pdf/types.d.ts.map +1 -1
  97. package/lib/features/oauth/McpConnectionsButton.d.ts.map +1 -1
  98. package/lib/features/oauth/McpConnectionsButton.js +2 -2
  99. package/lib/features/oauth/McpConnectionsButton.js.map +1 -1
  100. package/lib/features/oauth/McpConnectionsDialog.d.ts.map +1 -1
  101. package/lib/features/oauth/McpConnectionsDialog.js +1 -1
  102. package/lib/features/oauth/McpConnectionsDialog.js.map +1 -1
  103. package/lib/features/oauth/RemoteMcpConnectionButton.d.ts.map +1 -1
  104. package/lib/features/oauth/RemoteMcpConnectionButton.js +1 -1
  105. package/lib/features/oauth/RemoteMcpConnectionButton.js.map +1 -1
  106. package/lib/features/pdf-viewer/PdfPageSlider.js +2 -2
  107. package/lib/features/pdf-viewer/PdfPageSlider.js.map +1 -1
  108. package/lib/features/pdf-viewer/SimplePdfViewer.d.ts.map +1 -1
  109. package/lib/features/pdf-viewer/SimplePdfViewer.js +3 -3
  110. package/lib/features/pdf-viewer/SimplePdfViewer.js.map +1 -1
  111. package/lib/features/permissions/UserPermissionsProvider.d.ts +2 -3
  112. package/lib/features/permissions/UserPermissionsProvider.d.ts.map +1 -1
  113. package/lib/features/permissions/UserPermissionsProvider.js +31 -38
  114. package/lib/features/permissions/UserPermissionsProvider.js.map +1 -1
  115. package/lib/features/store/objects/DocumentQuickFilter.d.ts.map +1 -1
  116. package/lib/features/store/objects/DocumentQuickFilter.js +5 -5
  117. package/lib/features/store/objects/DocumentQuickFilter.js.map +1 -1
  118. package/lib/features/store/objects/DocumentSearchResults.d.ts.map +1 -1
  119. package/lib/features/store/objects/DocumentSearchResults.js +2 -2
  120. package/lib/features/store/objects/DocumentSearchResults.js.map +1 -1
  121. package/lib/features/store/objects/components/ContentDispositionButton.d.ts.map +1 -1
  122. package/lib/features/store/objects/components/ContentDispositionButton.js +1 -1
  123. package/lib/features/store/objects/components/ContentDispositionButton.js.map +1 -1
  124. package/lib/features/store/objects/components/ContentOverview.d.ts.map +1 -1
  125. package/lib/features/store/objects/components/ContentOverview.js +148 -31
  126. package/lib/features/store/objects/components/ContentOverview.js.map +1 -1
  127. package/lib/features/store/objects/components/DocumentIcon.js +1 -1
  128. package/lib/features/store/objects/components/VectorSearchWidget.js +1 -1
  129. package/lib/features/store/objects/components/VectorSearchWidget.js.map +1 -1
  130. package/lib/features/store/objects/components/useContentPanelHooks.d.ts +1 -2
  131. package/lib/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -1
  132. package/lib/features/store/objects/components/useContentPanelHooks.js +4 -8
  133. package/lib/features/store/objects/components/useContentPanelHooks.js.map +1 -1
  134. package/lib/features/store/objects/layout/renderers.d.ts.map +1 -1
  135. package/lib/features/store/objects/layout/renderers.js +2 -2
  136. package/lib/features/store/objects/layout/renderers.js.map +1 -1
  137. package/lib/features/store/objects/selection/SelectionActions.js +1 -1
  138. package/lib/features/store/objects/selection/SelectionActions.js.map +1 -1
  139. package/lib/features/store/types/ContentObjectTypesTable.d.ts.map +1 -1
  140. package/lib/features/store/types/ContentObjectTypesTable.js +4 -4
  141. package/lib/features/store/types/ContentObjectTypesTable.js.map +1 -1
  142. package/lib/features/store/types/IntakePolicyEditor.d.ts +15 -0
  143. package/lib/features/store/types/IntakePolicyEditor.d.ts.map +1 -0
  144. package/lib/features/store/types/IntakePolicyEditor.js +455 -0
  145. package/lib/features/store/types/IntakePolicyEditor.js.map +1 -0
  146. package/lib/features/store/types/IntakePolicyForm.d.ts +11 -0
  147. package/lib/features/store/types/IntakePolicyForm.d.ts.map +1 -0
  148. package/lib/features/store/types/IntakePolicyForm.js +91 -0
  149. package/lib/features/store/types/IntakePolicyForm.js.map +1 -0
  150. package/lib/features/store/types/SelectContentTypeModal.js +1 -1
  151. package/lib/features/store/types/SelectContentTypeModal.js.map +1 -1
  152. package/lib/features/store/types/index.d.ts +2 -0
  153. package/lib/features/store/types/index.d.ts.map +1 -1
  154. package/lib/features/store/types/index.js +2 -0
  155. package/lib/features/store/types/index.js.map +1 -1
  156. package/lib/features/store/types/intake-policy-editor.logic.d.ts +7 -0
  157. package/lib/features/store/types/intake-policy-editor.logic.d.ts.map +1 -0
  158. package/lib/features/store/types/intake-policy-editor.logic.js +60 -0
  159. package/lib/features/store/types/intake-policy-editor.logic.js.map +1 -0
  160. package/lib/features/store/types/typeCatalogCache.d.ts +5 -0
  161. package/lib/features/store/types/typeCatalogCache.d.ts.map +1 -0
  162. package/lib/features/store/types/typeCatalogCache.js +40 -0
  163. package/lib/features/store/types/typeCatalogCache.js.map +1 -0
  164. package/lib/features/user/UserInfo.js +7 -3
  165. package/lib/features/user/UserInfo.js.map +1 -1
  166. package/lib/features/views/ViewExperience.d.ts +20 -0
  167. package/lib/features/views/ViewExperience.d.ts.map +1 -0
  168. package/lib/features/views/ViewExperience.js +188 -0
  169. package/lib/features/views/ViewExperience.js.map +1 -0
  170. package/lib/features/views/ViewNavigation.d.ts +3 -0
  171. package/lib/features/views/ViewNavigation.d.ts.map +1 -0
  172. package/lib/features/views/ViewNavigation.js +36 -0
  173. package/lib/features/views/ViewNavigation.js.map +1 -0
  174. package/lib/features/views/ViewResults.d.ts +9 -0
  175. package/lib/features/views/ViewResults.d.ts.map +1 -0
  176. package/lib/features/views/ViewResults.js +229 -0
  177. package/lib/features/views/ViewResults.js.map +1 -0
  178. package/lib/features/views/ViewSearch.d.ts +3 -0
  179. package/lib/features/views/ViewSearch.d.ts.map +1 -0
  180. package/lib/features/views/ViewSearch.js +74 -0
  181. package/lib/features/views/ViewSearch.js.map +1 -0
  182. package/lib/features/views/index.d.ts +7 -0
  183. package/lib/features/views/index.d.ts.map +1 -0
  184. package/lib/features/views/index.js +7 -0
  185. package/lib/features/views/index.js.map +1 -0
  186. package/lib/features/views/types.d.ts +39 -0
  187. package/lib/features/views/types.d.ts.map +1 -0
  188. package/lib/features/views/types.js +2 -0
  189. package/lib/features/views/types.js.map +1 -0
  190. package/lib/features/views/viewState.d.ts +14 -0
  191. package/lib/features/views/viewState.d.ts.map +1 -0
  192. package/lib/features/views/viewState.js +117 -0
  193. package/lib/features/views/viewState.js.map +1 -0
  194. package/lib/i18n/locales/ar.json +18 -0
  195. package/lib/i18n/locales/de.json +14 -0
  196. package/lib/i18n/locales/en.json +246 -32
  197. package/lib/i18n/locales/es.json +15 -0
  198. package/lib/i18n/locales/fr.json +15 -0
  199. package/lib/i18n/locales/it.json +15 -0
  200. package/lib/i18n/locales/ja.json +13 -0
  201. package/lib/i18n/locales/ko.json +13 -0
  202. package/lib/i18n/locales/pt.json +15 -0
  203. package/lib/i18n/locales/ru.json +16 -0
  204. package/lib/i18n/locales/tr.json +14 -0
  205. package/lib/i18n/locales/zh-TW.json +13 -0
  206. package/lib/i18n/locales/zh.json +13 -0
  207. package/lib/router/HistoryNavigator.d.ts.map +1 -1
  208. package/lib/router/HistoryNavigator.js +27 -14
  209. package/lib/router/HistoryNavigator.js.map +1 -1
  210. package/lib/router/Nav.d.ts.map +1 -1
  211. package/lib/router/Nav.js +21 -6
  212. package/lib/router/Nav.js.map +1 -1
  213. package/lib/router/Router.d.ts.map +1 -1
  214. package/lib/router/Router.js +19 -4
  215. package/lib/router/Router.js.map +1 -1
  216. package/lib/router/path.d.ts +15 -0
  217. package/lib/router/path.d.ts.map +1 -1
  218. package/lib/router/path.js +43 -0
  219. package/lib/router/path.js.map +1 -1
  220. package/lib/session/UserSession.d.ts +6 -0
  221. package/lib/session/UserSession.d.ts.map +1 -1
  222. package/lib/session/UserSession.js +36 -12
  223. package/lib/session/UserSession.js.map +1 -1
  224. package/lib/session/UserSessionProvider.d.ts.map +1 -1
  225. package/lib/session/UserSessionProvider.js +111 -49
  226. package/lib/session/UserSessionProvider.js.map +1 -1
  227. package/lib/session/auth/composable.d.ts.map +1 -1
  228. package/lib/session/auth/composable.js +52 -3
  229. package/lib/session/auth/composable.js.map +1 -1
  230. package/lib/session/auth/domainRouting.d.ts +25 -0
  231. package/lib/session/auth/domainRouting.d.ts.map +1 -1
  232. package/lib/session/auth/domainRouting.js +36 -0
  233. package/lib/session/auth/domainRouting.js.map +1 -1
  234. package/lib/shell/login/SignInRestrictedEnvStep.d.ts +1 -1
  235. package/lib/shell/login/SignInRestrictedEnvStep.js +1 -1
  236. package/lib/shell/login/SigninScreen.js +9 -1
  237. package/lib/shell/login/SigninScreen.js.map +1 -1
  238. package/lib/shell/login/productionUrl.d.ts +0 -14
  239. package/lib/shell/login/productionUrl.d.ts.map +1 -1
  240. package/lib/shell/login/productionUrl.js +14 -5
  241. package/lib/shell/login/productionUrl.js.map +1 -1
  242. package/lib/vertesia-ui-core.js +4 -4
  243. package/lib/vertesia-ui-core.js.map +1 -1
  244. package/lib/vertesia-ui-env.js +1 -1
  245. package/lib/vertesia-ui-env.js.map +1 -1
  246. package/lib/vertesia-ui-features.js +35 -28
  247. package/lib/vertesia-ui-features.js.map +1 -1
  248. package/lib/vertesia-ui-i18n.js +15 -15
  249. package/lib/vertesia-ui-i18n.js.map +1 -1
  250. package/lib/vertesia-ui-router.js +1 -1
  251. package/lib/vertesia-ui-router.js.map +1 -1
  252. package/lib/vertesia-ui-session.js +1 -1
  253. package/lib/vertesia-ui-session.js.map +1 -1
  254. package/lib/vertesia-ui-shell.js +1 -1
  255. package/lib/vertesia-ui-shell.js.map +1 -1
  256. package/lib/vertesia-ui-widgets.js +7 -7
  257. package/lib/vertesia-ui-widgets.js.map +1 -1
  258. package/lib/widgets/form/Form.js +1 -1
  259. package/lib/widgets/form/Form.js.map +1 -1
  260. package/lib/widgets/json-view/JSONSwitcher.js +1 -1
  261. package/lib/widgets/json-view/JSONSwitcher.js.map +1 -1
  262. package/lib/widgets/json-view/JSONView.js +6 -6
  263. package/lib/widgets/json-view/JSONView.js.map +1 -1
  264. package/lib/widgets/monacoEditor/MonacoEditor.d.ts.map +1 -1
  265. package/lib/widgets/monacoEditor/MonacoEditor.js +29 -0
  266. package/lib/widgets/monacoEditor/MonacoEditor.js.map +1 -1
  267. package/lib/widgets/schema-editor/ManagedSchema.d.ts +8 -0
  268. package/lib/widgets/schema-editor/ManagedSchema.d.ts.map +1 -1
  269. package/lib/widgets/schema-editor/ManagedSchema.js +16 -0
  270. package/lib/widgets/schema-editor/ManagedSchema.js.map +1 -1
  271. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.d.ts +2 -0
  272. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.d.ts.map +1 -1
  273. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.js +1 -0
  274. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.js.map +1 -1
  275. package/lib/widgets/schema-editor/editor/PropertyViewer.d.ts.map +1 -1
  276. package/lib/widgets/schema-editor/editor/PropertyViewer.js +4 -1
  277. package/lib/widgets/schema-editor/editor/PropertyViewer.js.map +1 -1
  278. package/lib/widgets/schema-editor/editor/SchemaEditor.d.ts.map +1 -1
  279. package/lib/widgets/schema-editor/editor/SchemaEditor.js +22 -11
  280. package/lib/widgets/schema-editor/editor/SchemaEditor.js.map +1 -1
  281. package/llms.txt +70 -70
  282. package/package.json +33 -32
  283. package/src/__tests__/a11y.test.tsx +73 -0
  284. package/src/core/components/SidePanel.tsx +1 -1
  285. package/src/core/components/shadcn/button.tsx +67 -12
  286. package/src/core/components/shadcn/modal/dialog.tsx +1 -1
  287. package/src/core/components/shadcn/theme/ThemeSwitcher.tsx +1 -1
  288. package/src/env/index.ts +24 -0
  289. package/src/features/agent/chat/AgentChatPlaybackControls.tsx +0 -5
  290. package/src/features/agent/chat/AgentRequestInputOverlay.test.tsx +31 -0
  291. package/src/features/agent/chat/AgentRequestInputOverlay.tsx +6 -2
  292. package/src/features/agent/chat/ArtifactsTab.tsx +165 -21
  293. package/src/features/agent/chat/ImageLightbox.tsx +0 -1
  294. package/src/features/agent/chat/ModernAgentConversation.test.tsx +48 -0
  295. package/src/features/agent/chat/ModernAgentConversation.tsx +53 -51
  296. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.test.tsx +6 -1
  297. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +21 -15
  298. package/src/features/agent/chat/ModernAgentOutput/Header.tsx +3 -3
  299. package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +0 -2
  300. package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +4 -1
  301. package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.test.ts +80 -0
  302. package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.ts +21 -1
  303. package/src/features/agent/chat/hooks/useArtifacts.ts +44 -11
  304. package/src/features/document-viewer/UniversalDocumentViewer.test.tsx +123 -0
  305. package/src/features/document-viewer/UniversalDocumentViewer.tsx +746 -0
  306. package/src/features/document-viewer/index.ts +1 -0
  307. package/src/features/environment/SelectEnvironment.tsx +186 -0
  308. package/src/features/environment/index.ts +1 -0
  309. package/src/features/index.ts +3 -0
  310. package/src/features/magic-pdf/AnnotatedImageSlider.tsx +62 -66
  311. package/src/features/magic-pdf/DownloadPopover.tsx +5 -48
  312. package/src/features/magic-pdf/ExtractedContentView.tsx +2 -14
  313. package/src/features/magic-pdf/GroundedExtractionAssistantPanel.tsx +86 -0
  314. package/src/features/magic-pdf/GroundedExtractionView.test.tsx +65 -0
  315. package/src/features/magic-pdf/GroundedExtractionView.tsx +1055 -0
  316. package/src/features/magic-pdf/MagicPdfProvider.tsx +17 -47
  317. package/src/features/magic-pdf/MagicPdfView.tsx +3 -51
  318. package/src/features/magic-pdf/index.ts +1 -0
  319. package/src/features/magic-pdf/types.ts +1 -1
  320. package/src/features/oauth/McpConnectionsButton.tsx +0 -2
  321. package/src/features/oauth/McpConnectionsDialog.tsx +0 -1
  322. package/src/features/oauth/RemoteMcpConnectionButton.tsx +0 -1
  323. package/src/features/pdf-viewer/PdfPageSlider.tsx +5 -5
  324. package/src/features/pdf-viewer/SimplePdfViewer.tsx +11 -12
  325. package/src/features/permissions/UserPermissionsProvider.tsx +36 -39
  326. package/src/features/store/objects/DocumentQuickFilter.tsx +13 -15
  327. package/src/features/store/objects/DocumentSearchResults.tsx +3 -6
  328. package/src/features/store/objects/components/ContentDispositionButton.tsx +5 -1
  329. package/src/features/store/objects/components/ContentOverview.tsx +240 -67
  330. package/src/features/store/objects/components/DocumentIcon.tsx +1 -1
  331. package/src/features/store/objects/components/VectorSearchWidget.tsx +2 -2
  332. package/src/features/store/objects/components/useContentPanelHooks.ts +3 -15
  333. package/src/features/store/objects/layout/renderers.tsx +1 -2
  334. package/src/features/store/objects/selection/SelectionActions.tsx +1 -1
  335. package/src/features/store/types/ContentObjectTypesTable.tsx +12 -14
  336. package/src/features/store/types/IntakePolicyEditor.tsx +679 -0
  337. package/src/features/store/types/IntakePolicyForm.tsx +838 -0
  338. package/src/features/store/types/SelectContentTypeModal.tsx +2 -2
  339. package/src/features/store/types/index.ts +2 -0
  340. package/src/features/store/types/intake-policy-editor.logic.test.ts +109 -0
  341. package/src/features/store/types/intake-policy-editor.logic.ts +87 -0
  342. package/src/features/store/types/typeCatalogCache.ts +45 -0
  343. package/src/features/user/UserInfo.tsx +7 -7
  344. package/src/features/views/ViewExperience.test.tsx +273 -0
  345. package/src/features/views/ViewExperience.tsx +408 -0
  346. package/src/features/views/ViewNavigation.test.tsx +86 -0
  347. package/src/features/views/ViewNavigation.tsx +187 -0
  348. package/src/features/views/ViewResults.test.ts +82 -0
  349. package/src/features/views/ViewResults.tsx +609 -0
  350. package/src/features/views/ViewSearch.test.tsx +147 -0
  351. package/src/features/views/ViewSearch.tsx +205 -0
  352. package/src/features/views/index.ts +6 -0
  353. package/src/features/views/types.ts +57 -0
  354. package/src/features/views/viewState.test.ts +111 -0
  355. package/src/features/views/viewState.ts +132 -0
  356. package/src/i18n/locales/ar.json +18 -0
  357. package/src/i18n/locales/de.json +14 -0
  358. package/src/i18n/locales/en.json +965 -751
  359. package/src/i18n/locales/es.json +15 -0
  360. package/src/i18n/locales/fr.json +15 -0
  361. package/src/i18n/locales/it.json +15 -0
  362. package/src/i18n/locales/ja.json +13 -0
  363. package/src/i18n/locales/ko.json +13 -0
  364. package/src/i18n/locales/pt.json +15 -0
  365. package/src/i18n/locales/ru.json +16 -0
  366. package/src/i18n/locales/tr.json +14 -0
  367. package/src/i18n/locales/zh-TW.json +13 -0
  368. package/src/i18n/locales/zh.json +13 -0
  369. package/src/router/HistoryNavigator.test.ts +48 -0
  370. package/src/router/HistoryNavigator.ts +28 -14
  371. package/src/router/Nav.tsx +24 -8
  372. package/src/router/Router.tsx +18 -4
  373. package/src/router/path.test.ts +87 -0
  374. package/src/router/path.ts +38 -0
  375. package/src/session/UserSession.test.ts +39 -0
  376. package/src/session/UserSession.ts +37 -12
  377. package/src/session/UserSessionProvider.tsx +138 -62
  378. package/src/session/auth/composable.test.ts +111 -0
  379. package/src/session/auth/composable.ts +58 -3
  380. package/src/session/auth/domainRouting.test.ts +28 -1
  381. package/src/session/auth/domainRouting.ts +38 -0
  382. package/src/shell/login/SignInRestrictedEnvStep.tsx +1 -1
  383. package/src/shell/login/SigninScreen.tsx +9 -1
  384. package/src/shell/login/productionUrl.test.ts +8 -5
  385. package/src/shell/login/productionUrl.ts +15 -5
  386. package/src/widgets/form/Form.tsx +1 -1
  387. package/src/widgets/json-view/JSONSwitcher.tsx +2 -2
  388. package/src/widgets/json-view/JSONView.tsx +7 -7
  389. package/src/widgets/monacoEditor/MonacoEditor.tsx +29 -0
  390. package/src/widgets/schema-editor/ManagedSchema.ts +22 -0
  391. package/src/widgets/schema-editor/editor/EditableSchemaProperty.tsx +3 -0
  392. package/src/widgets/schema-editor/editor/PropertyViewer.tsx +14 -3
  393. package/src/widgets/schema-editor/editor/SchemaEditor.tsx +80 -29
@@ -1,753 +1,967 @@
1
1
  {
2
- "abac_perms.scope.collection": "Collection",
3
- "abac_perms.scope.document": "Document",
4
- "abac_perms.scope.task": "Task",
5
- "abac_perms.collection.content_manager": "Collection Manager",
6
- "abac_perms.collection.content_reader": "Collection Reader",
7
- "abac_perms.collection.content_writer": "Collection Writer",
8
- "abac_perms.document.content_manager": "Content Manager",
9
- "abac_perms.document.content_reader": "Content Reader",
10
- "abac_perms.document.content_writer": "Content Writer",
11
- "agent.activeWorkstreams_one": "Agent has {{count}} active workstream running",
12
- "agent.activeWorkstreams_other": "Agent has {{count}} active workstreams running",
13
- "agent.addAttachment": "Add attachment",
14
- "agent.agentConversation": "Agent Conversation",
15
- "agent.agentPlan": "Agent Plan",
16
- "agent.agentRunIdCopied": "Agent Run ID copied",
17
- "agent.agentStarted": "Agent started",
18
- "agent.allMessages": "All Messages",
19
- "agent.approvalMode.ask": "Ask for approval",
20
- "agent.approvalMode.askDescription": "Ask before modifying or destructive actions",
21
- "agent.approvalMode.autoReview": "Approve for me",
22
- "agent.approvalMode.autoReviewDescription": "Automatically review modifying actions and ask only when unsafe",
23
- "agent.approvalMode.cancel": "Cancel",
24
- "agent.approvalMode.changeFailed": "Failed to change approval mode",
25
- "agent.approvalMode.confirmFullControl": "Use full control",
26
- "agent.approvalMode.confirmFullControlDescription": "The agent will run modifying actions without asking for approval in this conversation.",
27
- "agent.approvalMode.confirmFullControlTitle": "Switch to full control?",
28
- "agent.approvalMode.dropdownTitle": "How should agent actions be approved?",
29
- "agent.approvalMode.fullControl": "Full control",
30
- "agent.approvalMode.fullControlDescription": "Run modifying actions without approval",
31
- "agent.approvalMode.selectorLabel": "Agent approval mode",
32
- "agent.artifacts": "Artifacts",
33
- "agent.backToMainAgent": "Back to main agent",
34
- "agent.batch": "Batch",
35
- "agent.browserPreview": "Browser preview",
36
- "agent.browserScreenshot": "Browser screenshot",
37
- "agent.browserScreenshotPending": "Waiting for browser screenshot",
38
- "agent.browserUse": "Browser Use",
39
- "agent.browserWidgetRenderError": "Browser widget could not be rendered",
40
- "agent.canceled": "Canceled",
41
- "agent.canceling": "Canceling",
42
- "agent.cancelWorkflow": "Cancel Workflow",
43
- "agent.clickToCompactNow": "Click to compact now.",
44
- "agent.clickToEnlarge": "Click to enlarge",
45
- "agent.cloneConversation": "Clone Conversation",
46
- "agent.close": "Close",
47
- "agent.closeFullscreen": "Close fullscreen",
48
- "agent.completed": "Completed",
49
- "agent.contextRemainingUntilCompact": "{{percent}}% of context remaining until auto-compact.",
50
- "agent.contextTokenUsage": "Context size: {{used}} / {{limit}} tokens",
51
- "agent.contextUsageCompactLabel": "{{percent}}% context used - click to compact",
52
- "agent.conversationCloned": "Conversation cloned",
53
- "agent.copied": "Copied",
54
- "agent.copiedAllToolCalls": "Copied all tool calls to clipboard",
55
- "agent.copiedBatchDetails": "Copied batch details to clipboard",
56
- "agent.copiedToClipboard": "Copied to clipboard",
57
- "agent.copy": "Copy",
58
- "agent.copyAgentRunId": "Copy Agent Run ID",
59
- "agent.copyAllToolCalls": "Copy all tool calls",
60
- "agent.copyBatchDetails": "Copy batch details",
61
- "agent.copyMessage": "Copy message",
62
- "agent.copyRunId": "Copy Run ID",
63
- "agent.copyToClipboard": "Copy to clipboard",
64
- "agent.copyWorkflowRunId": "Copy Workflow Run ID",
65
- "agent.dashboard": "Dashboard",
66
- "agent.details": "Details",
67
- "agent.document": "Document",
68
- "agent.documents": "Documents",
69
- "agent.download": "Download",
70
- "agent.downloadConversation": "Download Conversation",
71
- "agent.dropFilesToUpload": "Drop files to upload",
72
- "agent.elapsed": "{{seconds}}s elapsed",
73
- "agent.enlargedView": "Enlarged view",
74
- "agent.error": "Error",
75
- "agent.errorStarting": "Error starting workflow",
76
- "agent.exit": "Exit",
77
- "agent.exitFullscreen": "Exit fullscreen",
78
- "agent.export": "Export",
79
- "agent.exportAsPdf": "Export as PDF",
80
- "agent.exportAsPng": "Export as PNG",
81
- "agent.exportAsWord": "Export as Word",
82
- "agent.exporting": "Exporting...",
83
- "agent.exportMessage": "Export message",
84
- "agent.failed": "Failed",
85
- "agent.failedToCancelWorkflow": "Failed to cancel workflow",
86
- "agent.failedToCloneConversation": "Failed to clone conversation",
87
- "agent.failedToCompactContext": "Failed to compact context",
88
- "agent.failedToDownload": "Failed to download conversation",
89
- "agent.failedToInterrupt": "Failed to Interrupt",
90
- "agent.failedToLoadDocument": "Failed to load document",
91
- "agent.failedToSend": "Failed to Send Message",
92
- "agent.filesProcessing": "Files Still Processing",
93
- "agent.fileStagedTooltip": "File staged and will upload when conversation starts",
94
- "agent.fullscreen": "Fullscreen",
95
- "agent.hideDetails": "Hide details",
96
- "agent.hideSidebar": "Hide Sidebar",
97
- "agent.hideThinkingDetails": "Hide thinking details",
98
- "agent.inProgress": "In Progress",
99
- "agent.linkObject": "Link Object",
100
- "agent.loadingArtifacts": "Loading artifacts...",
101
- "agent.loadingDocument": "Loading document...",
102
- "agent.main": "Main",
103
- "agent.mainWorkstream": "Main Workstream",
104
- "agent.mcpConnectedMessage": "I've connected to {{name}}.",
105
- "agent.mcpDeclinedMessage": "I don't want to connect to {{name}}. Continue without it.",
106
- "agent.messageConsumed": "Message consumed",
107
- "agent.messageFailed": "Message failed to send",
108
- "agent.messageMainAgentWhileViewingWorkstream": "Message @Main Agent (viewing {{workstream}})...",
109
- "agent.messageReceived": "Message received",
110
- "agent.messageSending": "Sending message",
111
- "agent.moreActions": "More actions",
112
- "agent.moreTabs": "More",
113
- "agent.newerPlan": "Next revision",
114
- "agent.no": "No",
115
- "agent.noActiveParallelTasks": "No active parallel tasks",
116
- "agent.noAgentRunning": "No agent currently running",
117
- "agent.noArtifactsYet": "No artifacts yet",
118
- "agent.noContentAvailable": "No content available",
119
- "agent.noContentToExport": "No content to export",
120
- "agent.noConversationContent": "No conversation content available to export",
121
- "agent.noDocumentsOpen": "No documents open",
122
- "agent.noFilesUploadedYet": "No files uploaded yet",
123
- "agent.noMessagesInWorkstream": "No messages in this workstream yet...",
124
- "agent.noPlanAvailable": "No plan",
125
- "agent.noPlanDetected": "No plan has been detected yet",
126
- "agent.olderPlan": "Previous revision",
127
- "agent.openDocument": "Open document",
128
- "agent.openInNewTab": "Open in new tab",
129
- "agent.panelRenderError": "{{name}} could not be rendered",
130
- "agent.panelRenderErrorDescription": "The rest of the agent viewer is still available.",
131
- "agent.parallelWorkDescription": "Parallel tasks running alongside this conversation.",
132
- "agent.payload": "Payload",
133
- "agent.pdfExportFailed": "PDF export failed",
134
- "agent.pdfExportReady": "PDF export ready",
135
- "agent.pending": "Pending",
136
- "agent.plan": "Plan",
137
- "agent.planProgress": "Plan Progress",
138
- "agent.plansWillAppear": "Plans will appear here when the agent creates one",
139
- "agent.preparing": "Preparing",
140
- "agent.printDialogDescription": "Use your browser's Print dialog to save as PDF",
141
- "agent.processing": "Processing...",
142
- "agent.progress": "Progress",
143
- "agent.ready": "Ready",
144
- "agent.refresh": "Refresh",
145
- "agent.remaining": "{{seconds}}s remaining",
146
- "agent.removeFile": "Remove {{name}}",
147
- "agent.removeFileFailed": "Failed to remove file",
148
- "agent.retry": "Retry",
149
- "agent.rewind.exportFixture": "Download Messages",
150
- "agent.rewind.fixtureExported": "Messages JSON downloaded",
151
- "agent.rewind.fixtureMeta": "{{messageCount}} messages · loop {{loops}}",
152
- "agent.rewind.fixtureTitle": "Agent chat replay",
153
- "agent.rewind.jumpToLatest": "Jump to latest message",
154
- "agent.rewind.jumpToLive": "Jump to live",
155
- "agent.rewind.jumpToStart": "Jump to first message",
156
- "agent.rewind.label": "Rewind",
157
- "agent.rewind.nextMessage": "Next message",
158
- "agent.rewind.pause": "Pause",
159
- "agent.rewind.positionInput": "Playback position",
160
- "agent.rewind.previousMessage": "Previous message",
161
- "agent.rewind.resume": "Resume",
162
- "agent.runIdCopied": "Run ID copied",
163
- "agent.running": "Running",
164
- "agent.searchDocuments": "Attach Documents",
165
- "agent.selectInteraction": "Select an interaction and click Start to start an agent",
166
- "agent.selectOption": "Select Option",
167
- "agent.send": "Send",
168
- "agent.sendTooltip": "Click or Enter to send",
169
- "agent.showAllMessages": "Show all messages",
170
- "agent.showDetails": "Show details",
171
- "agent.showLess": "Show less",
172
- "agent.showMore": "Show more",
173
- "agent.showSidebar": "Show Sidebar",
174
- "agent.staged": "Staged",
175
- "agent.startAgent": "Start Agent",
176
- "agent.startingAgent": "Starting agent...",
177
- "agent.startingAgentUploading": "Starting agent and uploading files...",
178
- "agent.startNewConversation": "Start New Conversation",
179
- "agent.stepByStepPlan": "Step-by-Step Plan",
180
- "agent.stopTooltip": "Click or Esc Esc to stop",
181
- "agent.submitSelection": "Submit Selection",
182
- "agent.submitSelectionCount_one": "Submit Selection ({{count}})",
183
- "agent.submitSelectionCount_other": "Submit Selection ({{count}})",
184
- "agent.summary": "Summary",
185
- "agent.taskProgress": "Task Progress",
186
- "agent.tasksCompleted": "{{completed}}/{{total}} completed",
187
- "agent.timeout": "Timed out",
188
- "agent.toggleRightSidebar": "Toggle right sidebar",
189
- "agent.typeYourMessage": "Type your message...",
190
- "agent.typeYourResponse": "Type your response...",
191
- "agent.unableToOpenPrint": "Unable to open print preview",
192
- "agent.unknownError": "Unknown error",
193
- "agent.unknownTime": "Unknown time",
194
- "agent.upload": "Upload",
195
- "agent.uploadFailed": "Upload Failed",
196
- "agent.uploading": "Uploading...",
197
- "agent.uploads": "Uploads",
198
- "agent.verbose": "Verbose",
199
- "agent.waitForFiles": "Wait for files to finish processing",
200
- "agent.waitForFilesProcessing": "Please wait for all files to finish processing before sending",
201
- "agent.waiting": "Waiting...",
202
- "agent.waitingForAgentResponse": "Waiting for agent response...",
203
- "agent.workflowCancelled": "Workflow cancelled",
204
- "agent.workflowRunIdCopied": "Workflow Run ID copied",
205
- "agent.working": "Working...",
206
- "agent.workstreamProgress": "{{percent}}% complete",
207
- "agent.workstreamRenderError": "Workstream could not be rendered",
208
- "agent.workstreams": "Workstreams",
209
- "agent.yes": "Yes",
210
- "agent.youStoppedAfter": "You stopped after {{duration}}",
211
- "auth.blocked.body": "{{name}} uses Vertesia, but we couldn't find an invite for {{email}}. Ask an admin to add you to get started.",
212
- "auth.blocked.eyebrow": "Invite Required",
213
- "auth.blocked.teamFromDomain": "{{domain}} Team",
214
- "auth.blocked.tenantFallback": "Your organization",
215
- "auth.blocked.tenantMeta": "{{email}} · Awaiting Invite",
216
- "auth.blocked.title": "You're not on the list — yet",
217
- "auth.blocked.useDifferent": "Use a different email",
218
- "auth.change": "Change",
219
- "auth.continue": "Continue",
220
- "auth.continueWithProvider": "Continue with {{provider}}",
221
- "auth.continueWithSignIn": "Continue with Sign In",
222
- "auth.email.body": "Enter your work email and we'll route you to the right option to sign in or sign up.",
223
- "auth.email.eyebrow": "Sign In",
224
- "auth.email.invalidError": "Enter a valid email address.",
225
- "auth.email.label": "Email",
226
- "auth.email.placeholder": "you@company.com",
227
- "auth.email.title": "Welcome to Vertesia",
228
- "auth.error": "Error: {{message}}",
229
- "auth.pending.authenticating": "Authenticating",
230
- "auth.pending.body": "Hold tight — we're handing you off securely. This only takes a moment.",
231
- "auth.pending.cancel": "Cancel",
232
- "auth.pending.genericProvider": "Sign-In Provider",
233
- "auth.pending.title": "Redirecting to {{provider}}…",
234
- "auth.privacyPolicy": "Privacy Policy",
235
- "auth.providers.bodyConsumer": "Pick from one of the providers below to continue.",
236
- "auth.providers.eyebrow": "Choose How to Sign In",
237
- "auth.providers.title": "One more step",
238
- "auth.restricted.autoRedirect": "Redirecting to the main site in {{seconds}}s…",
239
- "auth.restricted.body": "This site is restricted to users with early access to new features and fixes. Please continue to the main site, or contact Vertesia about early access to this site.",
240
- "auth.restricted.calloutMeta": "Contact Vertesia for early access",
241
- "auth.restricted.calloutTitle": "Early access required",
242
- "auth.restricted.eyebrow": "Restricted Site",
243
- "auth.restricted.redirect": "Go to the main site",
244
- "auth.restricted.title": "Access restricted",
245
- "auth.restricted.useDifferent": "Use a different email",
246
- "auth.returning.body": "Your team's project is ready when you are. Continue with the last method you used, or switch things up.",
247
- "auth.returning.eyebrow": "Returning to Vertesia",
248
- "auth.returning.notYou": "Not you?",
249
- "auth.returning.title": "Welcome back, {{name}}.",
250
- "auth.returning.useDifferent": "Use a different account",
251
- "auth.signInError": "Sorry, we have not been able to sign you in.",
252
- "auth.signInErrorContact": "Please try again or contact",
253
- "auth.signInErrorPersists": "if it persists.",
254
- "auth.tenant.body": "We found your organization on Vertesia. Continue to access your team’s project.",
255
- "auth.tenant.eyebrow": "Your organization",
256
- "auth.tenant.notPartOf": "Not part of {{name}}?",
257
- "auth.tenant.title": "Sign in to {{name}}",
258
- "auth.tenant.viaIdp": "via {{idp}}",
259
- "auth.tenant.viaIdpFallback": "your identity provider",
260
- "auth.termsOfService": "Terms of Service",
261
- "errors.somethingWentWrong": "Sorry, something went wrong...",
262
- "errors.teamNotifiedLine1": "Our team has been notified and will be quickly working on resolving it.",
263
- "errors.teamNotifiedLine2": "If you'd like to escalate or simply contact us, please email us at",
264
- "filter.clearAll": "Clear All",
265
- "filter.filter": "Filter",
266
- "filter.filterBy": "Filter by {{view}}",
267
- "filter.filterPlaceholder": "Filter...",
268
- "filter.from": "From:",
269
- "filter.noAvailableFilters": "No available filters",
270
- "filter.noResultsFound": "No results found.",
271
- "filter.selectRange": "Select range",
272
- "filter.to": "To:",
273
- "form.filter": "Filter...",
274
- "language.label": "Language",
275
- "language.placeholder": "Choose language",
276
- "layout.pageNotFound": "Page Not Found",
277
- "layout.search": "Search",
278
- "layout.searchPlaceholder": "Search...",
279
- "login.accept": "Accept",
280
- "login.reject": "Reject",
281
- "login.reviewInvites": "Review Invites",
282
- "login.terminal.account": "Account",
283
- "login.terminal.accountRequired": "Account is required",
284
- "login.terminal.accountRequiredDesc": "Please select an account to authorize the client to access the ComposablePrompts servers",
285
- "login.terminal.authorizeClient": "Authorize Client",
286
- "login.terminal.authPayloadCopied": "Authentication Payload copied",
287
- "login.terminal.authPayloadCopiedSuccess": "You can close this page. The CLI should have received the token.",
288
- "login.terminal.authPayloadCopiedWithError": "You can paste the payload in the terminal. Note: The CLI did not receive the token. An error occured: {{error}}",
289
- "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.",
290
- "login.terminal.chooseAccountProject": "You must choose the target account and project for the client to access.",
291
- "login.terminal.clientAuthenticated": "The client is authenticated. You can close this page.",
292
- "login.terminal.clientWantsAuth": "A client app wants authorization to access the composable prompt servers in your name.",
293
- "login.terminal.copyAuthPayload": "Copy the Authentication Payload",
294
- "login.terminal.envLocalDev": "Local Dev",
295
- "login.terminal.envProduction": "Production",
296
- "login.terminal.envStaging": "Staging",
297
- "login.terminal.errorAuthorizingClient": "Error authorizing client",
298
- "login.terminal.errorLoadingProjects": "Error loading projects",
299
- "login.terminal.failedToGetToken": "Failed to get composable token",
300
- "login.terminal.failedToSendToken": "Failed to send the authorization token to the cli tool",
301
- "login.terminal.failedToSendTokenDesc": "This can happen due to security checks on Safari. The error is \"{{error}}\"",
302
- "login.terminal.invalidRequest": "Invalid request",
303
- "login.terminal.invalidRequestDesc": "This page should be called by a terminal client to authenticate against the ComposablePrompts servers",
304
- "login.terminal.profileName": "Profile Name",
305
- "login.terminal.profileNameNote": "Also, enter a profile name that will be used to save the authorization in your client configuration.",
306
- "login.terminal.profileRequired": "Profile is required",
307
- "login.terminal.profileRequiredDesc": "Please enter a profile name to save the client authorization",
308
- "login.terminal.project": "Project",
309
- "login.terminal.projectRequired": "Project is required",
310
- "login.terminal.projectRequiredDesc": "Please select a project to authorize the client to access the ComposablePrompts servers",
311
- "login.terminal.selectAccount": "Select Account",
312
- "login.terminal.selectProject": "Select Project",
313
- "mcpConnections.activateAria": "Activate {{name}} for this conversation",
314
- "mcpConnections.checkingStatus": "Checking status",
315
- "mcpConnections.deactivateAria": "Deactivate {{name}} for this conversation",
316
- "mcpConnections.disabled": "Disabled",
317
- "mcpConnections.empty": "No MCP servers are installed for this project.",
318
- "mcpConnections.enabled": "Enabled",
319
- "mcpConnections.label": "MCP",
320
- "mcpConnections.manage": "Manage MCP connections",
321
- "mcpConnections.settings": "Settings",
322
- "mcpConnections.subtitle": "Manage the MCP servers available to this conversation.",
323
- "mcpConnections.title": "MCP",
324
- "mcpOAuth.authenticate": "Authenticate",
325
- "mcpOAuth.authenticating": "Authenticating...",
326
- "mcpOAuth.connect": "Connect",
327
- "mcpOAuth.connected": "Connected",
328
- "mcpOAuth.connecting": "Connecting...",
329
- "mcpOAuth.decline": "Decline",
330
- "mcpOAuth.disconnect": "Disconnect",
331
- "mcpOAuth.notConnected": "Not connected",
332
- "misc.copiedToClipboard": "Copied to clipboard",
333
- "misc.copy": "Copy",
334
- "misc.failedToCopy": "Failed to copy",
335
- "misc.noData": "No Data to display",
336
- "misc.tableView": "Table View",
337
- "misc.thumbnailView": "Thumbnail View",
338
- "modal.cancel": "Cancel",
339
- "modal.confirm": "Confirm",
340
- "modal.delete.error": "An error occurred while deleting the object",
341
- "modal.delete.failed": "Failed to delete",
342
- "modal.delete.succeeded": "Delete succeeded",
343
- "modal.save": "Save",
344
- "modal.saveChanges": "Save Changes",
345
- "modal.saveVersion.createDescription": "Create a new revision with these property changes while preserving the original.",
346
- "modal.saveVersion.createNew": "Create new version",
347
- "modal.saveVersion.createWithFileDescription": "Create a new revision with the replacement file while preserving the original.",
348
- "modal.saveVersion.howToSave": "How would you like to save these changes?",
349
- "modal.saveVersion.replaceFile": "You're about to replace the content file with:",
350
- "modal.saveVersion.updateCurrent": "Update current version",
351
- "modal.saveVersion.updateDescription": "Modify the properties directly in the current revision.",
352
- "modal.saveVersion.updateWithFileDescription": "Replace the content file and modify properties directly in the current revision.",
353
- "modal.saveVersion.versionLabel": "Version Label (Optional)",
354
- "modal.saveVersion.versionLabelDescription": "Optional label for the new version.",
355
- "modal.saveVersion.versionLabelPlaceholder": "e.g., v1.2, approved, post-review",
356
- "oauthProvider.authenticate": "Authenticate",
357
- "oauthProvider.authenticating": "Authenticating...",
358
- "oauthProvider.connected": "Connected",
359
- "oauthProvider.disconnect": "Disconnect",
360
- "pdf.close": "Close",
361
- "pdf.closeFullscreen": "Close fullscreen",
362
- "pdf.download": "Download",
363
- "pdf.failedToLoadViewer": "Failed to load PDF viewer",
364
- "pdf.fetchingDocumentFailed": "Fetching document failed",
365
- "pdf.fitToWidth": "Fit to width",
366
- "pdf.fullscreen": "Fullscreen",
367
- "pdf.instrumentedImages": "Instrumented images",
368
- "pdf.nextPage": "Next page",
369
- "pdf.noPdfAvailable": "No PDF available",
370
- "pdf.originalImages": "Original images",
371
- "pdf.page": "Page",
372
- "pdf.pageOf": "Page {{pageNumber}} / {{totalPages}}",
373
- "pdf.previousPage": "Previous page",
374
- "pdf.zoomIn": "Zoom in",
375
- "pdf.zoomOut": "Zoom out",
376
- "shell.accessDenied": "Access Denied",
377
- "shell.applicationNotRegistered": "Application not registered",
378
- "shell.organization": "Organization",
379
- "shell.selectOrganization": "Select Organization",
380
- "shell.selectProject": "Select Project",
381
- "signup.accountType": "Account Type",
382
- "signup.activelyExploring": "Actively Exploring LLMs on a Project",
383
- "signup.alreadyUsing": "Already Using LLMs in Production",
384
- "signup.company": "Company",
385
- "signup.companyDescription": "For a company or organization.",
386
- "signup.companyName": "Company Name",
387
- "signup.companySize": "Company Size",
388
- "signup.companyWebsite": "Company Website",
389
- "signup.justTesting": "Just Testing or Evaluating LLMs",
390
- "signup.migratingLLMs": "Migrating to different LLMs",
391
- "signup.other": "Other",
392
- "signup.personal": "Personal",
393
- "signup.personalDescription": "For personal use, or for a small team.",
394
- "signup.pleaseEnterOrgName": "Please enter an organization name",
395
- "signup.pleaseSelectAccountType": "Please select an account type",
396
- "signup.pleaseSelectCompanySize": "Please select a company size",
397
- "signup.projectMaturity": "Project Maturity",
398
- "signup.selectCompanySize": "Select Company Size",
399
- "signup.selectProjectMaturity": "Select Project Maturity",
400
- "signup.signUp": "Sign Up",
401
- "signup.size1001to5000": "1001-5000 employees",
402
- "signup.size101to1000": "101-1000 employees",
403
- "signup.size11to100": "11-100 employees",
404
- "signup.size1to10": "1-10 employees",
405
- "signup.size5000plus": "5000+ employees",
406
- "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.",
407
- "signup.wrongAccountGoBack": "Wrong account, go back",
408
- "store.actions.addToCollection": "Add to Collection",
409
- "store.actions.addToCollectionBody": "Add the selected objects to an existing collection or create a new one.",
410
- "store.actions.addToCollectionButton": "Add to Collection",
411
- "store.actions.addToCollectionDesc": "Add documents to a collection",
412
- "store.actions.addToCollectionFailure": "Add to collection failure",
413
- "store.actions.addToCollectionFailureDesc": "Failed to add the selected objects to the collection",
414
- "store.actions.addToCollectionSuccess": "Add to collection success",
415
- "store.actions.addToCollectionSuccessDesc_one": "{{count}} object added to collection",
416
- "store.actions.addToCollectionSuccessDesc_other": "{{count}} objects added to collection",
417
- "store.actions.addToCollectionTitle": "Add to a Collection",
418
- "store.actions.areYouSure": "Are you sure?",
419
- "store.actions.cannotRemoveNoCollection": "Cannot remove objects: no collection specified",
420
- "store.actions.changeContentType": "Change Content Type",
421
- "store.actions.changeContentTypeDesc": "Change the Content Type of the selected documents",
422
- "store.actions.changeType": "Change Type",
423
- "store.actions.chooseExistingCollections": "Choose from existing collections",
424
- "store.actions.chooseWorkflowRule": "Choose a workflow rule to start:",
425
- "store.actions.confirmDeleteAll": "Are you sure you want to delete all the selected objects? This action cannot be undone.",
426
- "store.actions.confirmDeleteSelected": "Are you sure you want to delete the selected objects?\nThis is not removable from collections.",
427
- "store.actions.confirmRemoveFromCollection": "Are you sure you want to remove the selected objects from this collection?",
428
- "store.actions.createNew": "Create new",
429
- "store.actions.delete": "Delete",
430
- "store.actions.deleteObjects": "Delete Objects",
431
- "store.actions.deleteTheSelectedObjects": "Delete the selected objects",
432
- "store.actions.deleteSelected": "Delete selected",
433
- "store.actions.deleteType_one": "Delete Type",
434
- "store.actions.deleteType_other": "Delete Types",
435
- "store.actions.deleteTypeConfirm_one": "Delete this type? It will be permanently removed. This action cannot be undone.",
436
- "store.actions.deleteTypeConfirm_other": "Delete {{count}} selected types? They will be permanently removed. This action cannot be undone.",
437
- "store.actions.deleting": "Deleting...",
438
- "store.actions.selectedCount": "{{n}} selected",
439
- "store.actions.affectedItems": "Affected items:",
440
- "store.actions.clearSelection": "Clear selection",
441
- "store.actions.selectAllTypes": "Select all types",
442
- "store.actions.selectType": "Select type {{name}}",
443
- "store.actions.typeToConfirmDelete": "Type \"delete\" to confirm",
444
- "store.actions.typeDeleted_one": "{{count}} type deleted",
445
- "store.actions.typeDeleted_other": "{{count}} types deleted",
446
- "store.actions.typeDeletePartial": "{{succeeded}} deleted, {{failed}} failed",
447
- "store.actions.failedToDeleteTypes": "Failed to delete types",
448
- "store.actions.errorChangingType": "Error changing type",
449
- "store.actions.errorDeletingObjects": "Error deleting objects",
450
- "store.actions.errorExportProperties": "Error Export Properties",
451
- "store.actions.errorRemovingObjects": "Error removing objects from collection",
452
- "store.actions.errorStartingWorkflow": "Error starting workflow",
453
- "store.actions.exportAllObjectProperties": "Export all Object Properties",
454
- "store.actions.exportProperties": "Export Properties",
455
- "store.actions.noCollectionContext": "No collection context",
456
- "store.actions.noObjectsSelected": "No objects selected",
457
- "store.actions.pleaseSelectObjectsToDelete": "Please select objects to delete",
458
- "store.actions.pleaseSelectObjectsToRemove": "Please select objects to remove from collection",
459
- "store.actions.removeFromCollection": "Remove from Collection",
460
- "store.actions.removeFromCollectionDesc": "Remove the selected objects from this collection",
461
- "store.actions.selectCollection": "Select Collection",
462
- "store.actions.startWorkflow": "Start Workflow",
463
- "store.actions.startWorkflowByRule": "Start a Workflow by Rule",
464
- "store.actions.startWorkflowDesc": "Start a workflow on the selected objects",
465
- "store.actions.workflowStarted": "Workflow started",
466
- "store.allowedContentTypes": "Allowed Content Types",
467
- "store.allowedContentTypesOptionalDescription": "Optionally select which content types can be added to the collection. If not set, then all content types are allowed.",
468
- "store.allowedContentTypesSelectDescription": "Select which content types can be added to the collection. If not set, then all content types are allowed.",
469
- "store.areYouSureDeleteCollection": "Are you sure you want to delete this collection? This action cannot be undone.",
470
- "store.audioFormatRequired": "MP3, M4A, OGG, WAV, or WebM format required",
471
- "store.automaticTypeDetection": "Automatic Type Detection",
472
- "store.automaticTypeDetectionDescription": "Vertesia will analyze the content and select the most appropriate type. This is recommended for most uploads and ensures optimal processing.",
473
- "store.cancelEdit": "Cancel",
474
- "store.chooseAFormat": "Choose a format",
475
- "store.chooseContentType": "Choose a Content Type...",
476
- "store.chooseContentTypes": "Choose Content Types...",
477
- "store.chooseWhatToExport": "Choose what to export",
478
- "store.clearSelection": "Clear search text",
479
- "store.close": "Close",
480
- "store.collectionCreated": "Collection created",
481
- "store.collectionDeleted": "Collection deleted",
482
- "store.collectionFetchFailed": "Collection fetch failed",
483
- "store.collectionPropertiesUpdated": "Collection properties updated",
484
- "store.collectionsSelected_one": "{{count}} collection selected",
485
- "store.collectionsSelected_other": "{{count}} collections selected",
486
- "store.collectionUpdated": "Collection updated",
487
- "store.collectionUpdatedSuccess": "Collection has been updated successfully",
488
- "store.configuration": "Configuration",
489
- "store.confirmSelection": "Confirm selection",
490
- "store.contentCopied": "{{type}} copied",
491
- "store.contentExported": "Content exported",
492
- "store.contentType": "Content Type",
493
- "store.convertingToPdf": "Converting to PDF...",
494
- "store.copyFailed": "Copy failed",
495
- "store.createACollection": "Create a Collection",
496
- "store.createCollection": "Create Collection",
497
- "store.created": "Created",
498
- "store.createdBy": "Created By",
499
- "store.createType": "Create Type",
500
- "store.deleteCollection": "Delete Collection",
501
- "store.documentExported": "Document exported",
502
- "store.documentInformation": "Document Information",
503
- "store.documentListRefreshed": "Document list refreshed",
504
- "store.documentListRefreshedDesc": "The document list has been updated with your uploaded files.",
505
- "store.documentPreview": "Document Preview",
506
- "store.downloadFailed": "Download failed",
507
- "store.dynamicCollection": "Dynamic Collection",
508
- "store.dynamicCollectionDescription": "Dynamically fetch content for the collection based on a query. If not enabled, then content must be added by users or agents.",
509
- "store.editingGenericDocument": "Editing properties for generic document",
510
- "store.editJson": "Edit Json",
511
- "store.editProperties": "Edit Properties",
512
- "store.editSchema": "Edit Schema",
513
- "store.editText": "Edit text",
514
- "store.embeddings": "Embeddings",
515
- "store.enableSyncMemberHeads": "Enable synchronizing member heads",
516
- "store.error": "Error",
517
- "store.errorCheckingDuplicates": "There was an error checking for duplicate files",
518
- "store.errorCreatingType": "Error creating type",
519
- "store.errorInUploadProcessingCheck": "Error in file upload processing check",
520
- "store.errorProcessingFiles": "Error processing files",
521
- "store.errorSavingText": "Failed to save text",
522
- "store.errorSavingTextDefault": "An error occurred while saving text content.",
523
- "store.errorUpdatingProperties": "Error updating properties",
524
- "store.errorUpdatingPropertiesDefault": "An error occurred while updating the properties.",
525
- "store.exportFailed": "Export failed",
526
- "store.exportInProgress": "EXPORT IS IN PROGRESS",
527
- "store.failedToConvertToPdf": "Failed to convert to PDF",
528
- "store.failedToCopy": "Failed to copy {{type}} to clipboard",
529
- "store.failedToCreateCollection": "Failed to create collection",
530
- "store.failedToDeleteCollection": "Failed to delete collection",
531
- "store.failedToDownloadFile": "Failed to download file",
532
- "store.failedToDownloadPdf": "Failed to download the PDF file",
533
- "store.failedToExportContent": "Failed to export content",
534
- "store.failedToExportDocument": "Failed to export document",
535
- "store.failedToFetchRoleMappings": "Failed to fetch role mappings",
536
- "store.failedToFetchTypes": "Failed to fetch ObjectTypes",
537
- "store.failedToFetchWorkflows": "Failed to fetch workflows",
538
- "store.failedToGetDownloadUrl": "Failed to get download URL",
539
- "store.failedToLoadDocument": "Failed to load document",
540
- "store.failedToLoadType": "Failed to load type",
541
- "store.failedToUpdateCollection": "Failed to update collection",
542
- "store.failedToUpdateCollectionProperties": "Failed to update collection properties",
543
- "store.failedToUpdateSchema": "Failed to update schema",
544
- "store.failedToUpdateSharedProperties": "Failed to update shared properties",
545
- "store.failedToUpdateSkipHeadSync": "Failed to update skip head sync",
546
- "store.failedToUpdateTableLayout": "Failed to update table layout",
547
- "store.filesAnalyzedTitle": "Files analyzed",
548
- "store.filesReadyToProcess": "Files ready to process",
549
- "store.filterByName": "Filter by Name",
550
- "store.fullText": "Full Text",
551
- "store.fullView": "Full View",
552
- "store.getStartedCollections": "Get started by creating a new Collections.",
553
- "store.getStartedTypes": "Get started by creating a new Type.",
554
- "store.id": "ID",
555
- "store.invalidJson": "Invalid JSON",
556
- "store.invalidJsonSchema": "Invalid JSON Schema",
557
- "store.invalidQueryJson": "Invalid Query JSON",
558
- "store.invalidTableLayout": "Invalid Table Layout",
559
- "store.isChunkable": "Is Chunkable",
560
- "store.limit": "Limit",
561
- "store.loadingDocument": "Loading document...",
562
- "store.loadingProcessingStatus": "Loading processing status...",
563
- "store.na": "N/A",
564
- "store.name": "Name",
565
- "store.newCollections": "New Collections",
566
- "store.newVersionCreated": "New version created",
567
- "store.newVersionCreatedDesc": "A new version with updated properties has been created.",
568
- "store.noAudioRendition": "No web-compatible audio rendition available",
569
- "store.noCollections": "No Collections",
570
- "store.noCollectionsAvailable": "No collections available.",
571
- "store.noCollectionsFound": "No collections found.",
572
- "store.noFilesSelected": "No files selected",
573
- "store.none": "None",
574
- "store.noObjectsDragAndDrop": "No objects. Just drag and drop documents or images here to create content objects.",
575
- "store.noPreviewAvailable": "No preview available for this document type.",
576
- "store.noProjectSelected": "No project selected",
577
- "store.noPropertiesAvailable": "No properties available for this document.",
578
- "store.noPropertiesDefined": "No properties defined",
579
- "store.noTranscriptAvailable": "No transcript available",
580
- "store.noType": "No Type",
581
- "store.noValidFilesSelected": "No valid files selected",
582
- "store.noVideoRendition": "No web-compatible video rendition available",
583
- "store.openFullDocument": "Open Full Document",
584
- "store.openFullDocumentView": "Open Full Document View",
585
- "store.optional": "(Optional)",
586
- "store.pdfConversionFailed": "PDF conversion failed",
587
- "store.pdfPreviewFullView": "PDF document preview is available in full view.",
588
- "store.pleaseFixJsonSyntax": "Please fix the JSON syntax errors before saving.",
589
- "store.pleaseProvideName": "Please provide a name for the collection",
590
- "store.pleaseSelectValidFiles": "Please select files with valid content.",
591
- "store.pleaseWait": "PLEASE WAIT",
592
- "store.preview": "Preview",
593
- "store.previewProperties": "Preview properties",
594
- "store.processingFailedFor": "Processing failed for {{name}}",
595
- "store.processingFiles": "Processing files",
596
- "store.properties": "Properties",
597
- "store.propertiesUpdated": "Properties updated",
598
- "store.propertiesUpdatedDesc": "The object properties have been updated successfully.",
599
- "store.query": "Query",
600
- "store.queryDescription": "Define the query to dynamically fetch content for the collection.",
601
- "store.refresh": "Refresh",
602
- "store.renderingDocument": "Rendering your document...",
603
- "store.saveChanges": "Save Changes",
604
- "store.saveText": "Save",
605
- "store.schemaEditor": "Schema Editor",
606
- "store.schemaUpdated": "Schema updated",
607
- "store.schemaUpdatedSuccess": "The schema has been updated successfully",
608
- "store.search": "Search",
609
- "store.searchCollections": "Search collections",
610
- "store.searchFailed": "Search failed",
611
- "store.searching": "Searching...",
612
- "store.searchPlaceholder": "Type what you are looking for, or select a filter",
613
- "store.searchTypes": "Search Types",
614
- "store.selectACollection": "Select a collection",
615
- "store.selectContentType": "Select Content Type",
616
- "store.selectContentTypeAuto": "Select a content type or leave empty for automatic detection",
617
- "store.selectContentTypeLabel": "Select a content type",
618
- "store.selectPropertiesToShare": "Select properties to share",
619
- "store.semanticChunking": "Semantic Chunking",
620
- "store.semanticSearch": "Semantic search",
621
- "store.semanticSearchSettings": "Semantic search settings",
622
- "store.sharedProperties": "Shared Properties",
623
- "store.sharedPropertiesDescription": "Add properties to share across all members in the collection. This feature requires to enable shared property synchronization on the project.",
624
- "store.showingFirst128K": "Showing first 128K characters only",
625
- "store.size": "Size",
626
- "store.staticCollection": "Static Collection",
627
- "store.strictMode": "Strict Mode",
628
- "store.successfullyCopied": "Successfully copied {{type}} to clipboard",
629
- "store.successfullyExportedTo": "Successfully exported to {{format}}",
630
- "store.syncMemberHeads": "Synchronize Member Heads",
631
- "store.syncMemberHeadsDescription": "When a new HEAD version of a member is created the collection will be updated to point to the new HEAD.",
632
- "store.tableLayout": "Table Layout",
633
- "store.tableLayoutDescription": "Define a custom layout for displaying the collection in tables.",
634
- "store.tableLayoutUpdated": "Table Layout updated",
635
- "store.tableLayoutUpdatedDesc": "The table layout has been updated successfully",
636
- "store.textConflict": "The document was modified elsewhere. Please refresh and try again.",
637
- "store.textSaved": "Text content saved",
638
- "store.typeCreated": "Type created",
639
- "store.typeDescription": "Optionally select a content type to assign custom properties and data to the collection.",
640
- "store.typeSelectDescription": "Select a content type to assign custom properties and data to the collection.",
641
- "store.unknown": "Unknown",
642
- "store.unsavedChanges": "Unsaved changes",
643
- "store.updated": "Updated",
644
- "store.updatedAt": "Updated At",
645
- "store.updatedBy": "Updated By",
646
- "store.updatedSharedProperties": "Updated shared properties",
647
- "store.updatedSkipHeadSync": "Updated skip head sync setting",
648
- "store.upload": "Upload",
649
- "store.uploadComplete": "Upload Complete",
650
- "store.uploadIssues": "Upload Issues",
651
- "store.validationFailed": "Validation failed",
652
- "store.videoFormatRequired": "MP4 or WebM format required",
653
- "store.viewAsPdf": "View as PDF",
654
- "store.viewAudio": "View Audio",
655
- "store.viewImage": "View Image",
656
- "store.viewingNewVersion": "Viewing New Version",
657
- "store.viewingNewVersionDefault": "Now viewing the new version",
658
- "store.viewingVersionLabel": "Now viewing version '{{label}}'",
659
- "store.viewInJsonFormat": "View in JSON format",
660
- "store.viewPdf": "View PDF",
661
- "store.viewText": "View Text",
662
- "store.viewTranscript": "View Transcript",
663
- "store.viewVideo": "View Video",
664
- "theme.dark": "Dark",
665
- "theme.label": "Theme",
666
- "theme.light": "Light",
667
- "theme.system": "System",
668
- "type.description": "Description",
669
- "type.name": "Name",
670
- "type.nameRequired": "Name is required",
671
- "type.type": "Type",
672
- "upload.allFilesExist_one": "{{count}} file already exists",
673
- "upload.allFilesExist_other": "{{count}} files already exist",
674
- "upload.analyzingFiles": "Analyzing files...",
675
- "upload.checkingForDuplicates": "Checking for duplicates and updates",
676
- "upload.collectionLabel": "Collection:",
677
- "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.",
678
- "upload.continue": "Continue",
679
- "upload.dragAndDrop": "Drag and drop files here or click to select",
680
- "upload.errorAnalyzingFiles": "There was an error analyzing the files",
681
- "upload.failedToUpload": "Failed to Upload",
682
- "upload.fileAnalysisResults": "File Analysis Results",
683
- "upload.filesAnalyzed": "Files analyzed",
684
- "upload.filesProcessed_one": "{{count}} file processed",
685
- "upload.filesProcessed_other": "{{count}} files processed",
686
- "upload.filesReadyToProcess_one": "{{count}} file is ready to process",
687
- "upload.filesReadyToProcess_other": "{{count}} files are ready to process",
688
- "upload.filesToSkip_one": "{{count}} file is already in the system and will be skipped.",
689
- "upload.filesToSkip_other": "{{count}} files are already in the system and will be skipped.",
690
- "upload.folderLabel": "Folder:",
691
- "upload.inCollection": " in collection '{{collection}}'",
692
- "upload.inFolder": " in folder '{{location}}'",
693
- "upload.new": "New",
694
- "upload.noFilesToProcess": "No files to process.",
695
- "upload.noItems": "No items to display",
696
- "upload.preparingFiles_one": "Preparing to upload {{count}} file...",
697
- "upload.preparingFiles_other": "Preparing to upload {{count}} files...",
698
- "upload.preparingFolder_one": "Preparing to upload 1 folder with {{fileCount}} files...",
699
- "upload.preparingFolder_other": "Preparing to upload {{folderCount}} folders with {{fileCount}} files...",
700
- "upload.processedCount": "Processed {{processed}}/{{total}} files...",
701
- "upload.processingFilesAction": "Processing files ({{action}})",
702
- "upload.selectFiles": "Select Files",
703
- "upload.selectFolder": "Select Folder",
704
- "upload.skip": "Skip",
705
- "upload.skippedAlreadyExisted": "Skipped (Already Existed)",
706
- "upload.successfullyUpdated": "Successfully Updated",
707
- "upload.successfullyUploaded": "Successfully Uploaded",
708
- "upload.update": "Update",
709
- "upload.uploadComplete": "Upload Complete",
710
- "upload.uploadFiles": "Upload Files",
711
- "upload.uploadingFiles": "Uploading Files",
712
- "upload.uploadLocation": "Upload Location:",
713
- "upload.uploadMore": "Upload More",
714
- "upload.uploadProcessInterrupted": "Upload process interrupted",
715
- "upload.useAutoDetection": "Use Automatic Type Detection",
716
- "upload.useTypeName": "Use {{typeName}}",
717
- "user.account": "Account:",
718
- "user.agentOnBehalfOf": "Agent on behalf of",
719
- "user.agentOnBehalfOfApiKey": "Agent on behalf of API key",
720
- "user.allProjectMembers": "All Project Members",
721
- "user.allProjectMembersDescription": "Every member of this project has this permission.",
722
- "user.appVersion": "App Version",
723
- "user.environment": "Environment",
724
- "user.failedToFetchApiKey": "Failed to fetch the apikey",
725
- "user.failedToFetchGroup": "Failed to fetch group",
726
- "user.failedToFetchUser": "Failed to fetch user",
727
- "user.groupId": "Group ID: {{id}}",
728
- "user.key": "Key:",
729
- "user.mcpServer": "MCP Server",
730
- "user.organizationId": "Organization ID",
731
- "user.organizationRoles": "Organization Roles",
732
- "user.privateKey": "Private Key",
733
- "user.project": "Project:",
734
- "user.projectId": "Project ID",
735
- "user.projectRoles": "Project Roles",
736
- "user.schedule": "Schedule {{title}}",
737
- "user.sdkVersion": "SDK Version",
738
- "user.server": "Server",
739
- "user.serviceAccount": "Service Account",
740
- "user.serviceAccountDescription": "This user is used by robots like workflow workers.",
741
- "user.store": "Store",
742
- "user.systemUser": "System User",
743
- "user.systemUserDescription": "The system user is used to initialize built-in objects.",
744
- "user.tenantId": "Tenant ID",
745
- "user.unknown": "unknown",
746
- "user.unknownUser": "Unknown User",
747
- "user.unknownUserDescription": "User information is not available.",
748
- "user.unnamedGroup": "Unnamed Group",
749
- "user.user": "User",
750
- "user.userId": "User ID",
751
- "widgets.schema.editDescription": "Edit description",
752
- "widgets.schema.invalidPropertyDeclaration": "Invalid property declaration"
2
+ "abac_perms.collection.content_manager": "Collection Manager",
3
+ "abac_perms.collection.content_reader": "Collection Reader",
4
+ "abac_perms.collection.content_writer": "Collection Writer",
5
+ "abac_perms.document.content_manager": "Content Manager",
6
+ "abac_perms.document.content_reader": "Content Reader",
7
+ "abac_perms.document.content_writer": "Content Writer",
8
+ "abac_perms.scope.collection": "Collection",
9
+ "abac_perms.scope.document": "Document",
10
+ "abac_perms.scope.task": "Task",
11
+ "agent.activeWorkstreams_one": "Agent has {{count}} active workstream running",
12
+ "agent.activeWorkstreams_other": "Agent has {{count}} active workstreams running",
13
+ "agent.addAttachment": "Add attachment",
14
+ "agent.agentConversation": "Agent Conversation",
15
+ "agent.agentPlan": "Agent Plan",
16
+ "agent.agentRunIdCopied": "Agent Run ID copied",
17
+ "agent.agentStarted": "Agent started",
18
+ "agent.allMessages": "All Messages",
19
+ "agent.approvalMode.ask": "Ask for approval",
20
+ "agent.approvalMode.askDescription": "Ask before modifying or destructive actions",
21
+ "agent.approvalMode.autoReview": "Approve for me",
22
+ "agent.approvalMode.autoReviewDescription": "Automatically review modifying actions and ask only when unsafe",
23
+ "agent.approvalMode.cancel": "Cancel",
24
+ "agent.approvalMode.changeFailed": "Failed to change approval mode",
25
+ "agent.approvalMode.confirmFullControl": "Use full control",
26
+ "agent.approvalMode.confirmFullControlDescription": "The agent will run modifying actions without asking for approval in this conversation.",
27
+ "agent.approvalMode.confirmFullControlTitle": "Switch to full control?",
28
+ "agent.approvalMode.dropdownTitle": "How should agent actions be approved?",
29
+ "agent.approvalMode.fullControl": "Full control",
30
+ "agent.approvalMode.fullControlDescription": "Run modifying actions without approval",
31
+ "agent.approvalMode.selectorLabel": "Agent approval mode",
32
+ "agent.artifacts": "Artifacts",
33
+ "agent.backToMainAgent": "Back to main agent",
34
+ "agent.batch": "Batch",
35
+ "agent.browserPreview": "Browser preview",
36
+ "agent.browserScreenshot": "Browser screenshot",
37
+ "agent.browserScreenshotPending": "Waiting for browser screenshot",
38
+ "agent.browserUse": "Browser Use",
39
+ "agent.browserWidgetRenderError": "Browser widget could not be rendered",
40
+ "agent.cancelWorkflow": "Cancel Workflow",
41
+ "agent.canceled": "Canceled",
42
+ "agent.canceling": "Canceling",
43
+ "agent.clickToCompactNow": "Click to compact now.",
44
+ "agent.clickToEnlarge": "Click to enlarge",
45
+ "agent.cloneConversation": "Clone Conversation",
46
+ "agent.close": "Close",
47
+ "agent.closeFullscreen": "Close fullscreen",
48
+ "agent.completed": "Completed",
49
+ "agent.contextRemainingUntilCompact": "{{percent}}% of context remaining until auto-compact.",
50
+ "agent.contextTokenUsage": "Context size: {{used}} / {{limit}} tokens",
51
+ "agent.contextUsageCompactLabel": "{{percent}}% context used - click to compact",
52
+ "agent.conversationCloned": "Conversation cloned",
53
+ "agent.copied": "Copied",
54
+ "agent.copiedAllToolCalls": "Copied all tool calls to clipboard",
55
+ "agent.copiedBatchDetails": "Copied batch details to clipboard",
56
+ "agent.copiedToClipboard": "Copied to clipboard",
57
+ "agent.copy": "Copy",
58
+ "agent.copyAgentRunId": "Copy Agent Run ID",
59
+ "agent.copyAllToolCalls": "Copy all tool calls",
60
+ "agent.copyBatchDetails": "Copy batch details",
61
+ "agent.copyMessage": "Copy message",
62
+ "agent.copyRunId": "Copy Run ID",
63
+ "agent.copyToClipboard": "Copy to clipboard",
64
+ "agent.copyWorkflowRunId": "Copy Workflow Run ID",
65
+ "agent.dashboard": "Dashboard",
66
+ "agent.details": "Details",
67
+ "agent.document": "Document",
68
+ "agent.documents": "Documents",
69
+ "agent.download": "Download",
70
+ "agent.downloadConversation": "Download Conversation",
71
+ "agent.dropFilesToUpload": "Drop files to upload",
72
+ "agent.elapsed": "{{seconds}}s elapsed",
73
+ "agent.enlargedView": "Enlarged view",
74
+ "agent.error": "Error",
75
+ "agent.errorStarting": "Error starting workflow",
76
+ "agent.exit": "Exit",
77
+ "agent.exitFullscreen": "Exit fullscreen",
78
+ "agent.export": "Export",
79
+ "agent.exportAsPdf": "Export as PDF",
80
+ "agent.exportAsPng": "Export as PNG",
81
+ "agent.exportAsWord": "Export as Word",
82
+ "agent.exportMessage": "Export message",
83
+ "agent.exporting": "Exporting...",
84
+ "agent.failed": "Failed",
85
+ "agent.failedToCancelWorkflow": "Failed to cancel workflow",
86
+ "agent.failedToCloneConversation": "Failed to clone conversation",
87
+ "agent.failedToCompactContext": "Failed to compact context",
88
+ "agent.failedToDownload": "Failed to download conversation",
89
+ "agent.failedToInterrupt": "Failed to Interrupt",
90
+ "agent.failedToLoadDocument": "Failed to load document",
91
+ "agent.failedToSend": "Failed to Send Message",
92
+ "agent.fileStagedTooltip": "File staged and will upload when conversation starts",
93
+ "agent.filesProcessing": "Files Still Processing",
94
+ "agent.fullscreen": "Fullscreen",
95
+ "agent.hideDetails": "Hide details",
96
+ "agent.hideSidebar": "Hide Sidebar",
97
+ "agent.hideThinkingDetails": "Hide thinking details",
98
+ "agent.inProgress": "In Progress",
99
+ "agent.linkObject": "Link Object",
100
+ "agent.loadingArtifacts": "Loading artifacts...",
101
+ "agent.loadingDocument": "Loading document...",
102
+ "agent.main": "Main",
103
+ "agent.mainWorkstream": "Main Workstream",
104
+ "agent.mcpConnectedMessage": "I've connected to {{name}}.",
105
+ "agent.mcpDeclinedMessage": "I don't want to connect to {{name}}. Continue without it.",
106
+ "agent.messageConsumed": "Message consumed",
107
+ "agent.messageFailed": "Message failed to send",
108
+ "agent.messageMainAgentWhileViewingWorkstream": "Message @Main Agent (viewing {{workstream}})...",
109
+ "agent.messageReceived": "Message received",
110
+ "agent.messageSending": "Sending message",
111
+ "agent.moreActions": "More actions",
112
+ "agent.moreTabs": "More",
113
+ "agent.newerPlan": "Next revision",
114
+ "agent.no": "No",
115
+ "agent.noActiveParallelTasks": "No active parallel tasks",
116
+ "agent.noAgentRunning": "No agent currently running",
117
+ "agent.noArtifactsYet": "No artifacts yet",
118
+ "agent.noContentAvailable": "No content available",
119
+ "agent.noContentToExport": "No content to export",
120
+ "agent.noConversationContent": "No conversation content available to export",
121
+ "agent.onlySystemArtifacts": "Only system files in this run. Enable \"System files\" to view them.",
122
+ "agent.noDocumentsOpen": "No documents open",
123
+ "agent.noFilesUploadedYet": "No files uploaded yet",
124
+ "agent.noMessagesInWorkstream": "No messages in this workstream yet...",
125
+ "agent.noPlanAvailable": "No plan",
126
+ "agent.noPlanDetected": "No plan has been detected yet",
127
+ "agent.olderPlan": "Previous revision",
128
+ "agent.openDocument": "Open document",
129
+ "agent.openInNewTab": "Open in new tab",
130
+ "agent.panelRenderError": "{{name}} could not be rendered",
131
+ "agent.panelRenderErrorDescription": "The rest of the agent viewer is still available.",
132
+ "agent.parallelWorkDescription": "Parallel tasks running alongside this conversation.",
133
+ "agent.payload": "Payload",
134
+ "agent.pdfExportFailed": "PDF export failed",
135
+ "agent.pdfExportReady": "PDF export ready",
136
+ "agent.pending": "Pending",
137
+ "agent.plan": "Plan",
138
+ "agent.planProgress": "Plan Progress",
139
+ "agent.plansWillAppear": "Plans will appear here when the agent creates one",
140
+ "agent.preparing": "Preparing",
141
+ "agent.printDialogDescription": "Use your browser's Print dialog to save as PDF",
142
+ "agent.processing": "Processing...",
143
+ "agent.progress": "Progress",
144
+ "agent.ready": "Ready",
145
+ "agent.refresh": "Refresh",
146
+ "agent.remaining": "{{seconds}}s remaining",
147
+ "agent.removeFile": "Remove {{name}}",
148
+ "agent.removeFileFailed": "Failed to remove file",
149
+ "agent.retry": "Retry",
150
+ "agent.rewind.exportFixture": "Download Messages",
151
+ "agent.rewind.fixtureExported": "Messages JSON downloaded",
152
+ "agent.rewind.fixtureMeta": "{{messageCount}} messages · loop {{loops}}",
153
+ "agent.rewind.fixtureTitle": "Agent chat replay",
154
+ "agent.rewind.jumpToLatest": "Jump to latest message",
155
+ "agent.rewind.jumpToLive": "Jump to live",
156
+ "agent.rewind.jumpToStart": "Jump to first message",
157
+ "agent.rewind.label": "Rewind",
158
+ "agent.rewind.nextMessage": "Next message",
159
+ "agent.rewind.pause": "Pause",
160
+ "agent.rewind.positionInput": "Playback position",
161
+ "agent.rewind.previousMessage": "Previous message",
162
+ "agent.rewind.resume": "Resume",
163
+ "agent.runIdCopied": "Run ID copied",
164
+ "agent.running": "Running",
165
+ "agent.searchDocuments": "Attach Documents",
166
+ "agent.selectInteraction": "Select an interaction and click Start to start an agent",
167
+ "agent.selectOption": "Select Option",
168
+ "agent.send": "Send",
169
+ "agent.sendTooltip": "Click or Enter to send",
170
+ "agent.showAllMessages": "Show all messages",
171
+ "agent.showDetails": "Show details",
172
+ "agent.showLess": "Show less",
173
+ "agent.showMore": "Show more",
174
+ "agent.showSidebar": "Show Sidebar",
175
+ "agent.showSystemArtifacts": "System files",
176
+ "agent.staged": "Staged",
177
+ "agent.startAgent": "Start Agent",
178
+ "agent.startNewConversation": "Start New Conversation",
179
+ "agent.startingAgent": "Starting agent...",
180
+ "agent.startingAgentUploading": "Starting agent and uploading files...",
181
+ "agent.stepByStepPlan": "Step-by-Step Plan",
182
+ "agent.stopTooltip": "Click or Esc Esc to stop",
183
+ "agent.submitSelection": "Submit Selection",
184
+ "agent.submitSelectionCount_one": "Submit Selection ({{count}})",
185
+ "agent.submitSelectionCount_other": "Submit Selection ({{count}})",
186
+ "agent.summary": "Summary",
187
+ "agent.taskProgress": "Task Progress",
188
+ "agent.tasksCompleted": "{{completed}}/{{total}} completed",
189
+ "agent.timeout": "Timed out",
190
+ "agent.toggleRightSidebar": "Toggle right sidebar",
191
+ "agent.typeYourMessage": "Type your message...",
192
+ "agent.typeYourResponse": "Type your response...",
193
+ "agent.unableToOpenPrint": "Unable to open print preview",
194
+ "agent.unknownError": "Unknown error",
195
+ "agent.unknownTime": "Unknown time",
196
+ "agent.upload": "Upload",
197
+ "agent.uploadFailed": "Upload Failed",
198
+ "agent.uploading": "Uploading...",
199
+ "agent.uploads": "Uploads",
200
+ "agent.verbose": "Verbose",
201
+ "agent.waitForFiles": "Wait for files to finish processing",
202
+ "agent.waitForFilesProcessing": "Please wait for all files to finish processing before sending",
203
+ "agent.waiting": "Waiting...",
204
+ "agent.waitingForAgentResponse": "Waiting for agent response...",
205
+ "agent.workflowCancelled": "Workflow cancelled",
206
+ "agent.workflowRunIdCopied": "Workflow Run ID copied",
207
+ "agent.working": "Working...",
208
+ "agent.workstreamProgress": "{{percent}}% complete",
209
+ "agent.workstreamRenderError": "Workstream could not be rendered",
210
+ "agent.workstreams": "Workstreams",
211
+ "agent.yes": "Yes",
212
+ "agent.youStoppedAfter": "You stopped after {{duration}}",
213
+ "auth.blocked.body": "{{name}} uses Vertesia, but we couldn't find an invite for {{email}}. Ask an admin to add you to get started.",
214
+ "auth.blocked.eyebrow": "Invite Required",
215
+ "auth.blocked.teamFromDomain": "{{domain}} Team",
216
+ "auth.blocked.tenantFallback": "Your organization",
217
+ "auth.blocked.tenantMeta": "{{email}} · Awaiting Invite",
218
+ "auth.blocked.title": "You're not on the list — yet",
219
+ "auth.blocked.useDifferent": "Use a different email",
220
+ "auth.change": "Change",
221
+ "auth.continue": "Continue",
222
+ "auth.continueWithProvider": "Continue with {{provider}}",
223
+ "auth.continueWithSignIn": "Continue with Sign In",
224
+ "auth.email.body": "Enter your work email and we'll route you to the right option to sign in or sign up.",
225
+ "auth.email.eyebrow": "Sign In",
226
+ "auth.email.invalidError": "Enter a valid email address.",
227
+ "auth.email.label": "Email",
228
+ "auth.email.placeholder": "you@company.com",
229
+ "auth.email.title": "Welcome to Vertesia",
230
+ "auth.error": "Error: {{message}}",
231
+ "auth.pending.authenticating": "Authenticating",
232
+ "auth.pending.body": "Hold tight — we're handing you off securely. This only takes a moment.",
233
+ "auth.pending.cancel": "Cancel",
234
+ "auth.pending.genericProvider": "Sign-In Provider",
235
+ "auth.pending.title": "Redirecting to {{provider}}…",
236
+ "auth.privacyPolicy": "Privacy Policy",
237
+ "auth.providers.bodyConsumer": "Pick from one of the providers below to continue.",
238
+ "auth.providers.eyebrow": "Choose How to Sign In",
239
+ "auth.providers.title": "One more step",
240
+ "auth.restricted.autoRedirect": "Redirecting to the main site in {{seconds}}s…",
241
+ "auth.restricted.body": "This site is restricted to users with early access to new features and fixes. Please continue to the main site, or contact Vertesia about early access to this site.",
242
+ "auth.restricted.calloutMeta": "Contact Vertesia for early access",
243
+ "auth.restricted.calloutTitle": "Early access required",
244
+ "auth.restricted.eyebrow": "Restricted Site",
245
+ "auth.restricted.redirect": "Go to the main site",
246
+ "auth.restricted.title": "Access restricted",
247
+ "auth.restricted.useDifferent": "Use a different email",
248
+ "auth.returning.body": "Your team's project is ready when you are. Continue with the last method you used, or switch things up.",
249
+ "auth.returning.eyebrow": "Returning to Vertesia",
250
+ "auth.returning.notYou": "Not you?",
251
+ "auth.returning.title": "Welcome back, {{name}}.",
252
+ "auth.returning.useDifferent": "Use a different account",
253
+ "auth.signInError": "Sorry, we have not been able to sign you in.",
254
+ "auth.signInErrorContact": "Please try again or contact",
255
+ "auth.signInErrorPersists": "if it persists.",
256
+ "auth.tenant.body": "We found your organization on Vertesia. Continue to access your team’s project.",
257
+ "auth.tenant.eyebrow": "Your organization",
258
+ "auth.tenant.notPartOf": "Not part of {{name}}?",
259
+ "auth.tenant.title": "Sign in to {{name}}",
260
+ "auth.tenant.viaIdp": "via {{idp}}",
261
+ "auth.tenant.viaIdpFallback": "your identity provider",
262
+ "auth.termsOfService": "Terms of Service",
263
+ "errors.somethingWentWrong": "Sorry, something went wrong...",
264
+ "errors.teamNotifiedLine1": "Our team has been notified and will be quickly working on resolving it.",
265
+ "errors.teamNotifiedLine2": "If you'd like to escalate or simply contact us, please email us at",
266
+ "filter.clearAll": "Clear All",
267
+ "filter.filter": "Filter",
268
+ "filter.filterBy": "Filter by {{view}}",
269
+ "filter.filterPlaceholder": "Filter...",
270
+ "filter.from": "From:",
271
+ "filter.noAvailableFilters": "No available filters",
272
+ "filter.noResultsFound": "No results found.",
273
+ "filter.selectRange": "Select range",
274
+ "filter.to": "To:",
275
+ "form.filter": "Filter...",
276
+ "grounded.aiVerified": "Verified by the AI reviewer against the page image",
277
+ "grounded.assistant": "Extraction assistant",
278
+ "grounded.assistantField": "Correcting field:",
279
+ "grounded.assistantTooltip": "Open the assistant to correct fields — it reads the page and applies grounded edits",
280
+ "grounded.breakdownDigital": "Verified in document text",
281
+ "grounded.breakdownImageRead": "Read from image (unverified)",
282
+ "grounded.breakdownOcr": "Verified against OCR",
283
+ "grounded.breakdownReviewer": "Confirmed by AI reviewer",
284
+ "grounded.breakdownSnapped": "Re-anchored to matching block",
285
+ "grounded.breakdownTitle": "Verification breakdown",
286
+ "grounded.breakdownUnverifiedList": "Unverified values — click to locate",
287
+ "grounded.breakdownVerificationHelp": "Two kinds of verification, both trustworthy. Digitally verified means the value matched the document's text (digital layer or OCR). AI verified means the reviewer read the page image and confirmed it — the right signal for scans and handwriting, where there is no text layer to match, so a scanned document showing 0 digitally verified is normal.",
288
+ "grounded.checkerboard": "Checkerboard",
289
+ "grounded.confidence": "Verification {{percent}}%",
290
+ "grounded.confidenceHint": "Share of extracted values that were confirmed — matched verbatim against the document text (digital layer or OCR) or confirmed by the reviewer against the page image. Values read off the image but neither text-matched nor reviewer-confirmed are not counted.",
291
+ "grounded.conflicts": "{{count}} value(s) differed between extraction windows earliest kept",
292
+ "grounded.digitalVerifiedHint": "Digitally verified: matched verbatim against the document's text (digital text layer or OCR). Not possible for scanned or handwritten content, where there is no reliable text layer.",
293
+ "grounded.digitalVerifiedOf": "{{count}}/{{total}} text-verified",
294
+ "grounded.downloadAnnotated": "Download the annotated PDF",
295
+ "grounded.downloadBlocks": "Download this page’s text blocks and OCR confidences (JSON)",
296
+ "grounded.downloadCitations": "Download citations (JSON)",
297
+ "grounded.downloadOcr": "Download this page's raw OCR words (TSV, with per-word confidence)",
298
+ "grounded.failedToLoad": "Failed to load the grounded extraction",
299
+ "grounded.fullyVerified": "Verified in document",
300
+ "grounded.hardness": "Complexity {{percent}}%",
301
+ "grounded.hardnessHint": "How hard the document is to read: 0% clean digital text, 100% unreadable. Scans and handwriting raise it; ↑ means the extraction escalated to the stronger model.",
302
+ "grounded.modelVerifiedHint": "AI verified: the reviewer model read the page image and confirmed the value. A strong verification — and the primary signal for scanned and handwritten documents.",
303
+ "grounded.modelVerifiedOf": "{{count}} AI-verified",
304
+ "grounded.nextPage": "Next page",
305
+ "grounded.notFound": "No grounded extraction found for this document",
306
+ "grounded.pageAlt": "Page {{page}}",
307
+ "grounded.previousPage": "Previous page",
308
+ "grounded.readFromImage": "Read from the page image (not verbatim in the text layer)",
309
+ "grounded.reviewCorrections": "{{count}} value(s) corrected by the reviewer",
310
+ "grounded.reviewSummary": "Reviewer",
311
+ "grounded.title": "Grounded extraction",
312
+ "grounded.unverifiedCount": "{{count}} unverified",
313
+ "grounded.unverifiedHint": "Read from the page image but neither text-matched nor reviewer-confirmed. Worth a human check.",
314
+ "grounded.verdictByConfidence": "from extraction confidence",
315
+ "grounded.verdictByReviewer": "by the AI reviewer",
316
+ "grounded.verdictDetails": "Show trust verdict details",
317
+ "grounded.verdictGoodToGo": " Good to go",
318
+ "grounded.verdictHint": "Overall trust in the extracted content. “Good to go” means the values can be used as-is; “Needs review” means a human should verify them. This reflects content correctness, not how many citation boxes rendered.",
319
+ "grounded.verdictNeedsReview": "⚠ Needs review",
320
+ "grounded.verified": "Verified against the document text",
321
+ "grounded.verifiedOf": "{{verified}}/{{total}} verified",
322
+ "intakePolicy.action.addRange": "Add range",
323
+ "intakePolicy.action.examples": "Examples",
324
+ "intakePolicy.action.format": "Format",
325
+ "intakePolicy.action.insertExample": "Insert example",
326
+ "intakePolicy.action.removeRange": "Remove range",
327
+ "intakePolicy.action.revert": "Revert",
328
+ "intakePolicy.action.save": "Save",
329
+ "intakePolicy.action.validate": "Validate",
330
+ "intakePolicy.error.fixJsonBeforeForm": "Fix the JSON errors before returning to the form editor.",
331
+ "intakePolicy.example.extraction_only.description": "Extract properties visually, render a compact text summary, and keep the source view.",
332
+ "intakePolicy.example.extraction_only.label": "Extraction Only",
333
+ "intakePolicy.example.full_reference.description": "Every available option with representative values. Trim to what your type needs.",
334
+ "intakePolicy.example.full_reference.label": "Full Reference",
335
+ "intakePolicy.example.grounded.description": "Extract with citations and annotated proof, with escalation and review for hard scans.",
336
+ "intakePolicy.example.grounded.label": "Grounded Extraction",
337
+ "intakePolicy.example.media_no_transcript.description": "Disable conversion while preserving property extraction settings.",
338
+ "intakePolicy.example.media_no_transcript.label": "Media, No Transcript",
339
+ "intakePolicy.example.minimal.description": "Use project defaults and add only type-selection guidance.",
340
+ "intakePolicy.example.minimal.label": "Minimal",
341
+ "intakePolicy.example.structured_spreadsheet.description": "Use structured worksheet text for Excel and CSV files.",
342
+ "intakePolicy.example.structured_spreadsheet.label": "Spreadsheet Text",
343
+ "intakePolicy.example.visual_first.description": "Use visual evidence for PDFs, scans, presentations, diagrams, and layout-heavy content.",
344
+ "intakePolicy.example.visual_first.label": "Visual First",
345
+ "intakePolicy.field.agent": "Agent",
346
+ "intakePolicy.field.allowedDetails": "Allowed detail levels",
347
+ "intakePolicy.field.contactSheetDetail": "Contact sheet size",
348
+ "intakePolicy.field.coverageThreshold": "Coverage threshold",
349
+ "intakePolicy.field.defaultDetail": "Default detail",
350
+ "intakePolicy.field.defaultView": "Default view",
351
+ "intakePolicy.field.distinguishFrom": "Distinguish from",
352
+ "intakePolicy.field.enabled": "Enabled",
353
+ "intakePolicy.field.environment": "Environment",
354
+ "intakePolicy.field.examples": "Confirmed examples",
355
+ "intakePolicy.field.forceOcr": "Force OCR",
356
+ "intakePolicy.field.forceReview": "Always review",
357
+ "intakePolicy.field.generateToc": "Generate table of contents",
358
+ "intakePolicy.field.hardModel": "Hard-content model",
359
+ "intakePolicy.field.hardnessThreshold": "Hardness threshold",
360
+ "intakePolicy.field.identificationGuidance": "Identification guidance",
361
+ "intakePolicy.field.imageEmbedding": "Image embedding",
362
+ "intakePolicy.field.instructions": "Instructions",
363
+ "intakePolicy.field.interaction": "Interaction",
364
+ "intakePolicy.field.locateInstructions": "Locate instructions",
365
+ "intakePolicy.field.locateMinPages": "Minimum document pages",
366
+ "intakePolicy.field.materiality": "Materiality guidance",
367
+ "intakePolicy.field.maxImageTokens": "Maximum image tokens",
368
+ "intakePolicy.field.maxPages": "Maximum pages",
369
+ "intakePolicy.field.maxPagesPerCall": "Maximum pages per call",
370
+ "intakePolicy.field.maxPayloadMb": "Maximum payload (MB)",
371
+ "intakePolicy.field.maxRetries": "Maximum retries",
372
+ "intakePolicy.field.method": "Method",
373
+ "intakePolicy.field.minCitationDensity": "Minimum citation density",
374
+ "intakePolicy.field.mode": "Orchestration mode",
375
+ "intakePolicy.field.model": "Model",
376
+ "intakePolicy.field.omitBlockBoxes": "Omit block boxes",
377
+ "intakePolicy.field.onFailure": "On failure",
378
+ "intakePolicy.field.outputFormat": "Output format",
379
+ "intakePolicy.field.pageRanges": "Page ranges",
380
+ "intakePolicy.field.pageScope": "Page scope",
381
+ "intakePolicy.field.primaryModel": "Primary model",
382
+ "intakePolicy.field.propertiesEmbedding": "Properties embedding",
383
+ "intakePolicy.field.rangeEnd": "Range end",
384
+ "intakePolicy.field.rangeStart": "Range start",
385
+ "intakePolicy.field.refreshOcr": "Refresh OCR",
386
+ "intakePolicy.field.renderingTemplate": "Rendering template",
387
+ "intakePolicy.field.reviewModel": "Review model",
388
+ "intakePolicy.field.reviewThreshold": "Review threshold",
389
+ "intakePolicy.field.source": "Evidence source",
390
+ "intakePolicy.field.textEmbedding": "Text embedding",
391
+ "intakePolicy.field.threshold": "Threshold",
392
+ "intakePolicy.field.updateProperties": "Update properties",
393
+ "intakePolicy.field.useVision": "Use vision",
394
+ "intakePolicy.field.windowPages": "Pages per window",
395
+ "intakePolicy.help.defaultView": "Preferred first view for objects of this type.",
396
+ "intakePolicy.help.embeddings": "Optional per-type text, image, and properties embedding switches.",
397
+ "intakePolicy.help.examples": "Object IDs of human-confirmed examples for this content type.",
398
+ "intakePolicy.help.extractionSource": "Selects text, visual, or combined evidence for extraction.",
399
+ "intakePolicy.help.grounding": "Creates block-level citations and annotated proof for property extraction.",
400
+ "intakePolicy.help.identification": "Guidance for automatic type selection before extraction.",
401
+ "intakePolicy.help.identificationGuidance": "Describe what this content type is and when it should be selected.",
402
+ "intakePolicy.help.locateInstructions": "Set this to identify relevant pages before conversion and extraction.",
403
+ "intakePolicy.help.mode": "Programmatic intake is the default; agentic intake delegates orchestration to an agent.",
404
+ "intakePolicy.help.pageRanges": "Inclusive start and end pages. Negative values count from the end of the document.",
405
+ "intakePolicy.help.renderingTemplate": "Handlebars template used to materialize extracted properties into object text.",
406
+ "intakePolicy.help.review": "Optional model review for hard or low-coverage pages.",
407
+ "intakePolicy.help.textConversion": "Controls markdown or text generation before extraction and embedding.",
408
+ "intakePolicy.help.title": "Field Guide",
409
+ "intakePolicy.option.agentic": "Agentic",
410
+ "intakePolicy.option.all": "All pages",
411
+ "intakePolicy.option.auto": "Automatic",
412
+ "intakePolicy.option.basic": "Basic",
413
+ "intakePolicy.option.block": "Block",
414
+ "intakePolicy.option.custom": "Custom",
415
+ "intakePolicy.option.disabled": "Disabled",
416
+ "intakePolicy.option.enabled": "Enabled",
417
+ "intakePolicy.option.flag": "Flag for review",
418
+ "intakePolicy.option.high": "High",
419
+ "intakePolicy.option.image": "Image",
420
+ "intakePolicy.option.inherit": "Inherit",
421
+ "intakePolicy.option.llm": "LLM",
422
+ "intakePolicy.option.located": "Located pages",
423
+ "intakePolicy.option.low": "Low",
424
+ "intakePolicy.option.markdown": "Markdown",
425
+ "intakePolicy.option.mixed": "Text and vision",
426
+ "intakePolicy.option.pagesPerSheet": "{{count}} pages per sheet",
427
+ "intakePolicy.option.pdf": "PDF",
428
+ "intakePolicy.option.programmatic": "Programmatic",
429
+ "intakePolicy.option.properties": "Properties",
430
+ "intakePolicy.option.set": "Set",
431
+ "intakePolicy.option.standard": "Standard",
432
+ "intakePolicy.option.text": "Text",
433
+ "intakePolicy.option.vision": "Vision",
434
+ "intakePolicy.placeholder.environment": "Select an environment",
435
+ "intakePolicy.placeholder.model": "Select a model",
436
+ "intakePolicy.placeholder.objectId": "Add an object ID",
437
+ "intakePolicy.section.classification": "Classification and defaults",
438
+ "intakePolicy.section.conversion": "Text conversion",
439
+ "intakePolicy.section.customConversion": "Custom conversion",
440
+ "intakePolicy.section.embeddings": "Search and generated content",
441
+ "intakePolicy.section.extraction": "Property extraction",
442
+ "intakePolicy.section.grounding": "Grounded extraction",
443
+ "intakePolicy.section.locate": "Relevant page locator",
444
+ "intakePolicy.section.models": "Extraction models",
445
+ "intakePolicy.section.pageRanges": "Static page ranges",
446
+ "intakePolicy.section.rendering": "Generated text",
447
+ "intakePolicy.section.review": "Post-extraction review",
448
+ "intakePolicy.section.verification": "Verification",
449
+ "intakePolicy.section.visionBudget": "Vision evidence budget",
450
+ "intakePolicy.status.unsaved": "Unsaved",
451
+ "intakePolicy.summary.conversion": "Conversion",
452
+ "intakePolicy.summary.defaultView": "Default View",
453
+ "intakePolicy.summary.extraction": "Extraction",
454
+ "intakePolicy.summary.grounding": "Grounding",
455
+ "intakePolicy.summary.method": "Method",
456
+ "intakePolicy.summary.mode": "Mode",
457
+ "intakePolicy.summary.source": "Source",
458
+ "intakePolicy.summary.template": "Template",
459
+ "intakePolicy.summary.toc": "TOC",
460
+ "intakePolicy.tab.conversion": "Conversion",
461
+ "intakePolicy.tab.extraction": "Extraction",
462
+ "intakePolicy.tab.grounding": "Grounding",
463
+ "intakePolicy.tab.json": "JSON",
464
+ "intakePolicy.tab.output": "Output",
465
+ "intakePolicy.tab.overview": "Overview",
466
+ "intakePolicy.title": "Intake Policy",
467
+ "intakePolicy.toast.invalid": "Invalid intake policy",
468
+ "intakePolicy.toast.saved": "The intake policy has been saved.",
469
+ "intakePolicy.toast.schemaValid": "The JSON is valid and matches the intake policy schema.",
470
+ "intakePolicy.toast.updateFailed": "Failed to update intake policy",
471
+ "intakePolicy.toast.updated": "Intake policy updated",
472
+ "intakePolicy.toast.valid": "Valid intake policy",
473
+ "language.label": "Language",
474
+ "language.placeholder": "Choose language",
475
+ "layout.pageNotFound": "Page Not Found",
476
+ "layout.search": "Search",
477
+ "layout.searchPlaceholder": "Search...",
478
+ "login.accept": "Accept",
479
+ "login.reject": "Reject",
480
+ "login.reviewInvites": "Review Invites",
481
+ "login.terminal.account": "Account",
482
+ "login.terminal.accountRequired": "Account is required",
483
+ "login.terminal.accountRequiredDesc": "Please select an account to authorize the client to access the ComposablePrompts servers",
484
+ "login.terminal.authPayloadCopied": "Authentication Payload copied",
485
+ "login.terminal.authPayloadCopiedSuccess": "You can close this page. The CLI should have received the token.",
486
+ "login.terminal.authPayloadCopiedWithError": "You can paste the payload in the terminal. Note: The CLI did not receive the token. An error occured: {{error}}",
487
+ "login.terminal.authorizeClient": "Authorize Client",
488
+ "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.",
489
+ "login.terminal.chooseAccountProject": "You must choose the target account and project for the client to access.",
490
+ "login.terminal.clientAuthenticated": "The client is authenticated. You can close this page.",
491
+ "login.terminal.clientWantsAuth": "A client app wants authorization to access the composable prompt servers in your name.",
492
+ "login.terminal.copyAuthPayload": "Copy the Authentication Payload",
493
+ "login.terminal.envLocalDev": "Local Dev",
494
+ "login.terminal.envProduction": "Production",
495
+ "login.terminal.envStaging": "Staging",
496
+ "login.terminal.errorAuthorizingClient": "Error authorizing client",
497
+ "login.terminal.errorLoadingProjects": "Error loading projects",
498
+ "login.terminal.failedToGetToken": "Failed to get composable token",
499
+ "login.terminal.failedToSendToken": "Failed to send the authorization token to the cli tool",
500
+ "login.terminal.failedToSendTokenDesc": "This can happen due to security checks on Safari. The error is \"{{error}}\"",
501
+ "login.terminal.invalidRequest": "Invalid request",
502
+ "login.terminal.invalidRequestDesc": "This page should be called by a terminal client to authenticate against the ComposablePrompts servers",
503
+ "login.terminal.profileName": "Profile Name",
504
+ "login.terminal.profileNameNote": "Also, enter a profile name that will be used to save the authorization in your client configuration.",
505
+ "login.terminal.profileRequired": "Profile is required",
506
+ "login.terminal.profileRequiredDesc": "Please enter a profile name to save the client authorization",
507
+ "login.terminal.project": "Project",
508
+ "login.terminal.projectRequired": "Project is required",
509
+ "login.terminal.projectRequiredDesc": "Please select a project to authorize the client to access the ComposablePrompts servers",
510
+ "login.terminal.selectAccount": "Select Account",
511
+ "login.terminal.selectProject": "Select Project",
512
+ "mcpConnections.activateAria": "Activate {{name}} for this conversation",
513
+ "mcpConnections.checkingStatus": "Checking status",
514
+ "mcpConnections.deactivateAria": "Deactivate {{name}} for this conversation",
515
+ "mcpConnections.disabled": "Disabled",
516
+ "mcpConnections.empty": "No MCP servers are installed for this project.",
517
+ "mcpConnections.enabled": "Enabled",
518
+ "mcpConnections.label": "MCP",
519
+ "mcpConnections.manage": "Manage MCP connections",
520
+ "mcpConnections.settings": "Settings",
521
+ "mcpConnections.subtitle": "Manage the MCP servers available to this conversation.",
522
+ "mcpConnections.title": "MCP",
523
+ "mcpOAuth.authenticate": "Authenticate",
524
+ "mcpOAuth.authenticating": "Authenticating...",
525
+ "mcpOAuth.connect": "Connect",
526
+ "mcpOAuth.connected": "Connected",
527
+ "mcpOAuth.connecting": "Connecting...",
528
+ "mcpOAuth.decline": "Decline",
529
+ "mcpOAuth.disconnect": "Disconnect",
530
+ "mcpOAuth.notConnected": "Not connected",
531
+ "misc.copiedToClipboard": "Copied to clipboard",
532
+ "misc.copy": "Copy",
533
+ "misc.failedToCopy": "Failed to copy",
534
+ "misc.noData": "No Data to display",
535
+ "misc.tableView": "Table View",
536
+ "misc.thumbnailView": "Thumbnail View",
537
+ "modal.cancel": "Cancel",
538
+ "modal.confirm": "Confirm",
539
+ "modal.delete.error": "An error occurred while deleting the object",
540
+ "modal.delete.failed": "Failed to delete",
541
+ "modal.delete.succeeded": "Delete succeeded",
542
+ "modal.save": "Save",
543
+ "modal.saveChanges": "Save Changes",
544
+ "modal.saveVersion.createDescription": "Create a new revision with these property changes while preserving the original.",
545
+ "modal.saveVersion.createNew": "Create new version",
546
+ "modal.saveVersion.createWithFileDescription": "Create a new revision with the replacement file while preserving the original.",
547
+ "modal.saveVersion.howToSave": "How would you like to save these changes?",
548
+ "modal.saveVersion.replaceFile": "You're about to replace the content file with:",
549
+ "modal.saveVersion.updateCurrent": "Update current version",
550
+ "modal.saveVersion.updateDescription": "Modify the properties directly in the current revision.",
551
+ "modal.saveVersion.updateWithFileDescription": "Replace the content file and modify properties directly in the current revision.",
552
+ "modal.saveVersion.versionLabel": "Version Label (Optional)",
553
+ "modal.saveVersion.versionLabelDescription": "Optional label for the new version.",
554
+ "modal.saveVersion.versionLabelPlaceholder": "e.g., v1.2, approved, post-review",
555
+ "oauthProvider.authenticate": "Authenticate",
556
+ "oauthProvider.authenticating": "Authenticating...",
557
+ "oauthProvider.connected": "Connected",
558
+ "oauthProvider.disconnect": "Disconnect",
559
+ "pdf.close": "Close",
560
+ "pdf.closeFullscreen": "Close fullscreen",
561
+ "pdf.download": "Download",
562
+ "pdf.failedToLoadViewer": "Failed to load PDF viewer",
563
+ "pdf.fetchingDocumentFailed": "Fetching document failed",
564
+ "pdf.fitToWidth": "Fit to width",
565
+ "pdf.fullscreen": "Fullscreen",
566
+ "pdf.instrumentedImages": "Instrumented images",
567
+ "pdf.nextPage": "Next page",
568
+ "pdf.noPdfAvailable": "No PDF available",
569
+ "pdf.originalImages": "Original images",
570
+ "pdf.page": "Page",
571
+ "pdf.pageOf": "Page {{pageNumber}} / {{totalPages}}",
572
+ "pdf.previousPage": "Previous page",
573
+ "pdf.zoomIn": "Zoom in",
574
+ "pdf.zoomOut": "Zoom out",
575
+ "shell.accessDenied": "Access Denied",
576
+ "shell.applicationNotRegistered": "Application not registered",
577
+ "shell.organization": "Organization",
578
+ "shell.selectOrganization": "Select Organization",
579
+ "shell.selectProject": "Select Project",
580
+ "signup.accountType": "Account Type",
581
+ "signup.activelyExploring": "Actively Exploring LLMs on a Project",
582
+ "signup.alreadyUsing": "Already Using LLMs in Production",
583
+ "signup.company": "Company",
584
+ "signup.companyDescription": "For a company or organization.",
585
+ "signup.companyName": "Company Name",
586
+ "signup.companySize": "Company Size",
587
+ "signup.companyWebsite": "Company Website",
588
+ "signup.justTesting": "Just Testing or Evaluating LLMs",
589
+ "signup.migratingLLMs": "Migrating to different LLMs",
590
+ "signup.other": "Other",
591
+ "signup.personal": "Personal",
592
+ "signup.personalDescription": "For personal use, or for a small team.",
593
+ "signup.pleaseEnterOrgName": "Please enter an organization name",
594
+ "signup.pleaseSelectAccountType": "Please select an account type",
595
+ "signup.pleaseSelectCompanySize": "Please select a company size",
596
+ "signup.projectMaturity": "Project Maturity",
597
+ "signup.selectCompanySize": "Select Company Size",
598
+ "signup.selectProjectMaturity": "Select Project Maturity",
599
+ "signup.signUp": "Sign Up",
600
+ "signup.size1001to5000": "1001-5000 employees",
601
+ "signup.size101to1000": "101-1000 employees",
602
+ "signup.size11to100": "11-100 employees",
603
+ "signup.size1to10": "1-10 employees",
604
+ "signup.size5000plus": "5000+ employees",
605
+ "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.",
606
+ "signup.wrongAccountGoBack": "Wrong account, go back",
607
+ "store.actions.addToCollection": "Add to Collection",
608
+ "store.actions.addToCollectionBody": "Add the selected objects to an existing collection or create a new one.",
609
+ "store.actions.addToCollectionButton": "Add to Collection",
610
+ "store.actions.addToCollectionDesc": "Add documents to a collection",
611
+ "store.actions.addToCollectionFailure": "Add to collection failure",
612
+ "store.actions.addToCollectionFailureDesc": "Failed to add the selected objects to the collection",
613
+ "store.actions.addToCollectionSuccess": "Add to collection success",
614
+ "store.actions.addToCollectionSuccessDesc_one": "{{count}} object added to collection",
615
+ "store.actions.addToCollectionSuccessDesc_other": "{{count}} objects added to collection",
616
+ "store.actions.addToCollectionTitle": "Add to a Collection",
617
+ "store.actions.affectedItems": "Affected items:",
618
+ "store.actions.areYouSure": "Are you sure?",
619
+ "store.actions.cannotRemoveNoCollection": "Cannot remove objects: no collection specified",
620
+ "store.actions.changeContentType": "Change Content Type",
621
+ "store.actions.changeContentTypeDesc": "Change the Content Type of the selected documents",
622
+ "store.actions.changeType": "Change Type",
623
+ "store.actions.chooseExistingCollections": "Choose from existing collections",
624
+ "store.actions.chooseWorkflowRule": "Choose a workflow rule to start:",
625
+ "store.actions.clearSelection": "Clear selection",
626
+ "store.actions.confirmDeleteAll": "Are you sure you want to delete all the selected objects? This action cannot be undone.",
627
+ "store.actions.confirmDeleteSelected": "Are you sure you want to delete the selected objects?\nThis is not removable from collections.",
628
+ "store.actions.confirmRemoveFromCollection": "Are you sure you want to remove the selected objects from this collection?",
629
+ "store.actions.createNew": "Create new",
630
+ "store.actions.delete": "Delete",
631
+ "store.actions.deleteObjects": "Delete Objects",
632
+ "store.actions.deleteSelected": "Delete selected",
633
+ "store.actions.deleteTheSelectedObjects": "Delete the selected objects",
634
+ "store.actions.deleteTypeConfirm_one": "Delete this type? It will be permanently removed. This action cannot be undone.",
635
+ "store.actions.deleteTypeConfirm_other": "Delete {{count}} selected types? They will be permanently removed. This action cannot be undone.",
636
+ "store.actions.deleteType_one": "Delete Type",
637
+ "store.actions.deleteType_other": "Delete Types",
638
+ "store.actions.deleting": "Deleting...",
639
+ "store.actions.errorChangingType": "Error changing type",
640
+ "store.actions.errorDeletingObjects": "Error deleting objects",
641
+ "store.actions.errorExportProperties": "Error Export Properties",
642
+ "store.actions.errorRemovingObjects": "Error removing objects from collection",
643
+ "store.actions.errorStartingWorkflow": "Error starting workflow",
644
+ "store.actions.exportAllObjectProperties": "Export all Object Properties",
645
+ "store.actions.exportProperties": "Export Properties",
646
+ "store.actions.failedToDeleteTypes": "Failed to delete types",
647
+ "store.actions.noCollectionContext": "No collection context",
648
+ "store.actions.noObjectsSelected": "No objects selected",
649
+ "store.actions.pleaseSelectObjectsToDelete": "Please select objects to delete",
650
+ "store.actions.pleaseSelectObjectsToRemove": "Please select objects to remove from collection",
651
+ "store.actions.removeFromCollection": "Remove from Collection",
652
+ "store.actions.removeFromCollectionDesc": "Remove the selected objects from this collection",
653
+ "store.actions.selectAllTypes": "Select all types",
654
+ "store.actions.selectCollection": "Select Collection",
655
+ "store.actions.selectType": "Select type {{name}}",
656
+ "store.actions.selectedCount": "{{n}} selected",
657
+ "store.actions.startWorkflow": "Start Workflow",
658
+ "store.actions.startWorkflowByRule": "Start a Workflow by Rule",
659
+ "store.actions.startWorkflowDesc": "Start a workflow on the selected objects",
660
+ "store.actions.typeDeletePartial": "{{succeeded}} deleted, {{failed}} failed",
661
+ "store.actions.typeDeleted_one": "{{count}} type deleted",
662
+ "store.actions.typeDeleted_other": "{{count}} types deleted",
663
+ "store.actions.typeToConfirmDelete": "Type \"delete\" to confirm",
664
+ "store.actions.workflowStarted": "Workflow started",
665
+ "store.allowedContentTypes": "Allowed Content Types",
666
+ "store.allowedContentTypesOptionalDescription": "Optionally select which content types can be added to the collection. If not set, then all content types are allowed.",
667
+ "store.allowedContentTypesSelectDescription": "Select which content types can be added to the collection. If not set, then all content types are allowed.",
668
+ "store.areYouSureDeleteCollection": "Are you sure you want to delete this collection? This action cannot be undone.",
669
+ "store.audioFormatRequired": "MP3, M4A, OGG, WAV, or WebM format required",
670
+ "store.automaticTypeDetection": "Automatic Type Detection",
671
+ "store.automaticTypeDetectionDescription": "Vertesia will analyze the content and select the most appropriate type. This is recommended for most uploads and ensures optimal processing.",
672
+ "store.cancelEdit": "Cancel",
673
+ "store.chooseAFormat": "Choose a format",
674
+ "store.chooseContentType": "Choose a Content Type...",
675
+ "store.chooseContentTypes": "Choose Content Types...",
676
+ "store.chooseWhatToExport": "Choose what to export",
677
+ "store.clearSelection": "Clear search text",
678
+ "store.close": "Close",
679
+ "store.collectionCreated": "Collection created",
680
+ "store.collectionDeleted": "Collection deleted",
681
+ "store.collectionFetchFailed": "Collection fetch failed",
682
+ "store.collectionPropertiesUpdated": "Collection properties updated",
683
+ "store.collectionUpdated": "Collection updated",
684
+ "store.collectionUpdatedSuccess": "Collection has been updated successfully",
685
+ "store.collectionsSelected_one": "{{count}} collection selected",
686
+ "store.collectionsSelected_other": "{{count}} collections selected",
687
+ "store.configuration": "Configuration",
688
+ "store.confirmSelection": "Confirm selection",
689
+ "store.contentCopied": "{{type}} copied",
690
+ "store.contentExported": "Content exported",
691
+ "store.contentType": "Content Type",
692
+ "store.convertingToPdf": "Converting to PDF...",
693
+ "store.copyFailed": "Copy failed",
694
+ "store.createACollection": "Create a Collection",
695
+ "store.createCollection": "Create Collection",
696
+ "store.createType": "Create Type",
697
+ "store.created": "Created",
698
+ "store.createdBy": "Created By",
699
+ "store.deleteCollection": "Delete Collection",
700
+ "store.documentExported": "Document exported",
701
+ "store.documentInformation": "Document Information",
702
+ "store.documentListRefreshed": "Document list refreshed",
703
+ "store.documentListRefreshedDesc": "The document list has been updated with your uploaded files.",
704
+ "store.documentPreview": "Document Preview",
705
+ "store.downloadFailed": "Download failed",
706
+ "store.dynamicCollection": "Dynamic Collection",
707
+ "store.dynamicCollectionDescription": "Dynamically fetch content for the collection based on a query. If not enabled, then content must be added by users or agents.",
708
+ "store.editJson": "Edit Json",
709
+ "store.editProperties": "Edit Properties",
710
+ "store.editSchema": "Edit Schema",
711
+ "store.editText": "Edit text",
712
+ "store.editingGenericDocument": "Editing properties for generic document",
713
+ "store.embeddings": "Embeddings",
714
+ "store.enableSyncMemberHeads": "Enable synchronizing member heads",
715
+ "store.error": "Error",
716
+ "store.errorCheckingDuplicates": "There was an error checking for duplicate files",
717
+ "store.errorCreatingType": "Error creating type",
718
+ "store.errorInUploadProcessingCheck": "Error in file upload processing check",
719
+ "store.errorProcessingFiles": "Error processing files",
720
+ "store.errorSavingText": "Failed to save text",
721
+ "store.errorSavingTextDefault": "An error occurred while saving text content.",
722
+ "store.errorUpdatingProperties": "Error updating properties",
723
+ "store.errorUpdatingPropertiesDefault": "An error occurred while updating the properties.",
724
+ "store.exportFailed": "Export failed",
725
+ "store.exportInProgress": "EXPORT IS IN PROGRESS",
726
+ "store.failedToConvertToPdf": "Failed to convert to PDF",
727
+ "store.failedToCopy": "Failed to copy {{type}} to clipboard",
728
+ "store.failedToCreateCollection": "Failed to create collection",
729
+ "store.failedToDeleteCollection": "Failed to delete collection",
730
+ "store.failedToDownloadFile": "Failed to download file",
731
+ "store.failedToDownloadPdf": "Failed to download the PDF file",
732
+ "store.failedToExportContent": "Failed to export content",
733
+ "store.failedToExportDocument": "Failed to export document",
734
+ "store.failedToFetchRoleMappings": "Failed to fetch role mappings",
735
+ "store.failedToFetchTypes": "Failed to fetch ObjectTypes",
736
+ "store.failedToFetchWorkflows": "Failed to fetch workflows",
737
+ "store.failedToGetDownloadUrl": "Failed to get download URL",
738
+ "store.failedToLoadDocument": "Failed to load document",
739
+ "store.failedToLoadType": "Failed to load type",
740
+ "store.failedToUpdateCollection": "Failed to update collection",
741
+ "store.failedToUpdateCollectionProperties": "Failed to update collection properties",
742
+ "store.failedToUpdateSchema": "Failed to update schema",
743
+ "store.failedToUpdateSharedProperties": "Failed to update shared properties",
744
+ "store.failedToUpdateSkipHeadSync": "Failed to update skip head sync",
745
+ "store.failedToUpdateTableLayout": "Failed to update table layout",
746
+ "store.filesAnalyzedTitle": "Files analyzed",
747
+ "store.filesReadyToProcess": "Files ready to process",
748
+ "store.filterByName": "Filter by Name",
749
+ "store.fullText": "Full Text",
750
+ "store.fullView": "Full View",
751
+ "store.getStartedCollections": "Get started by creating a new Collections.",
752
+ "store.getStartedTypes": "Get started by creating a new Type.",
753
+ "store.id": "ID",
754
+ "store.invalidJson": "Invalid JSON",
755
+ "store.invalidJsonSchema": "Invalid JSON Schema",
756
+ "store.invalidQueryJson": "Invalid Query JSON",
757
+ "store.invalidTableLayout": "Invalid Table Layout",
758
+ "store.isChunkable": "Is Chunkable",
759
+ "store.limit": "Limit",
760
+ "store.loadingDocument": "Loading document...",
761
+ "store.loadingProcessingStatus": "Loading processing status...",
762
+ "store.na": "N/A",
763
+ "store.name": "Name",
764
+ "store.newCollections": "New Collections",
765
+ "store.newVersionCreated": "New version created",
766
+ "store.newVersionCreatedDesc": "A new version with updated properties has been created.",
767
+ "store.noAudioRendition": "No web-compatible audio rendition available",
768
+ "store.noCollections": "No Collections",
769
+ "store.noCollectionsAvailable": "No collections available.",
770
+ "store.noCollectionsFound": "No collections found.",
771
+ "store.noFilesSelected": "No files selected",
772
+ "store.noObjectsDragAndDrop": "No objects. Just drag and drop documents or images here to create content objects.",
773
+ "store.noPreviewAvailable": "No preview available for this document type.",
774
+ "store.noProjectSelected": "No project selected",
775
+ "store.noPropertiesAvailable": "No properties available for this document.",
776
+ "store.noPropertiesDefined": "No properties defined",
777
+ "store.noTranscriptAvailable": "No transcript available",
778
+ "store.noType": "No Type",
779
+ "store.noValidFilesSelected": "No valid files selected",
780
+ "store.noVideoRendition": "No web-compatible video rendition available",
781
+ "store.none": "None",
782
+ "store.openFullDocument": "Open Full Document",
783
+ "store.openFullDocumentView": "Open Full Document View",
784
+ "store.optional": "(Optional)",
785
+ "store.pdfConversionFailed": "PDF conversion failed",
786
+ "store.pdfPreviewFullView": "PDF document preview is available in full view.",
787
+ "store.pleaseFixJsonSyntax": "Please fix the JSON syntax errors before saving.",
788
+ "store.pleaseProvideName": "Please provide a name for the collection",
789
+ "store.pleaseSelectValidFiles": "Please select files with valid content.",
790
+ "store.pleaseWait": "PLEASE WAIT",
791
+ "store.preview": "Preview",
792
+ "store.previewProperties": "Preview properties",
793
+ "store.processingFailedFor": "Processing failed for {{name}}",
794
+ "store.processingFiles": "Processing files",
795
+ "store.properties": "Properties",
796
+ "store.propertiesUpdated": "Properties updated",
797
+ "store.propertiesUpdatedDesc": "The object properties have been updated successfully.",
798
+ "store.query": "Query",
799
+ "store.queryDescription": "Define the query to dynamically fetch content for the collection.",
800
+ "store.refresh": "Refresh",
801
+ "store.renderingDocument": "Rendering your document...",
802
+ "store.saveChanges": "Save Changes",
803
+ "store.saveText": "Save",
804
+ "store.schemaEditor": "Schema Editor",
805
+ "store.schemaUpdated": "Schema updated",
806
+ "store.schemaUpdatedSuccess": "The schema has been updated successfully",
807
+ "store.search": "Search",
808
+ "store.searchCollections": "Search collections",
809
+ "store.searchFailed": "Search failed",
810
+ "store.searchPlaceholder": "Type what you are looking for, or select a filter",
811
+ "store.searchTypes": "Search Types",
812
+ "store.searching": "Searching...",
813
+ "store.selectACollection": "Select a collection",
814
+ "store.selectContentType": "Select Content Type",
815
+ "store.selectContentTypeAuto": "Select a content type or leave empty for automatic detection",
816
+ "store.selectContentTypeLabel": "Select a content type",
817
+ "store.selectPropertiesToShare": "Select properties to share",
818
+ "store.semanticChunking": "Semantic Chunking",
819
+ "store.semanticSearch": "Semantic search",
820
+ "store.semanticSearchSettings": "Semantic search settings",
821
+ "store.sharedProperties": "Shared Properties",
822
+ "store.sharedPropertiesDescription": "Add properties to share across all members in the collection. This feature requires to enable shared property synchronization on the project.",
823
+ "store.showingFirst128K": "Showing first 128K characters only",
824
+ "store.size": "Size",
825
+ "store.staticCollection": "Static Collection",
826
+ "store.strictMode": "Strict Mode",
827
+ "store.successfullyCopied": "Successfully copied {{type}} to clipboard",
828
+ "store.successfullyExportedTo": "Successfully exported to {{format}}",
829
+ "store.syncMemberHeads": "Synchronize Member Heads",
830
+ "store.syncMemberHeadsDescription": "When a new HEAD version of a member is created the collection will be updated to point to the new HEAD.",
831
+ "store.tableLayout": "Table Layout",
832
+ "store.tableLayoutDescription": "Define a custom layout for displaying the collection in tables.",
833
+ "store.tableLayoutUpdated": "Table Layout updated",
834
+ "store.tableLayoutUpdatedDesc": "The table layout has been updated successfully",
835
+ "store.textConflict": "The document was modified elsewhere. Please refresh and try again.",
836
+ "store.textSaved": "Text content saved",
837
+ "store.typeCreated": "Type created",
838
+ "store.typeDescription": "Optionally select a content type to assign custom properties and data to the collection.",
839
+ "store.typeSelectDescription": "Select a content type to assign custom properties and data to the collection.",
840
+ "store.unknown": "Unknown",
841
+ "store.unsavedChanges": "Unsaved changes",
842
+ "store.updated": "Updated",
843
+ "store.updatedAt": "Updated At",
844
+ "store.updatedBy": "Updated By",
845
+ "store.updatedSharedProperties": "Updated shared properties",
846
+ "store.updatedSkipHeadSync": "Updated skip head sync setting",
847
+ "store.upload": "Upload",
848
+ "store.uploadComplete": "Upload Complete",
849
+ "store.uploadIssues": "Upload Issues",
850
+ "store.validationFailed": "Validation failed",
851
+ "store.videoFormatRequired": "MP4 or WebM format required",
852
+ "store.viewAsPdf": "View as PDF",
853
+ "store.viewAudio": "View Audio",
854
+ "store.viewImage": "View Image",
855
+ "store.viewInJsonFormat": "View in JSON format",
856
+ "store.viewPdf": "View PDF",
857
+ "store.viewText": "View Text",
858
+ "store.viewTranscript": "View Transcript",
859
+ "store.viewVideo": "View Video",
860
+ "store.viewingNewVersion": "Viewing New Version",
861
+ "store.viewingNewVersionDefault": "Now viewing the new version",
862
+ "store.viewingVersionLabel": "Now viewing version '{{label}}'",
863
+ "theme.dark": "Dark",
864
+ "theme.label": "Theme",
865
+ "theme.light": "Light",
866
+ "theme.system": "System",
867
+ "type.description": "Description",
868
+ "type.name": "Name",
869
+ "type.nameRequired": "Name is required",
870
+ "type.type": "Type",
871
+ "upload.allFilesExist_one": "{{count}} file already exists",
872
+ "upload.allFilesExist_other": "{{count}} files already exist",
873
+ "upload.analyzingFiles": "Analyzing files...",
874
+ "upload.checkingForDuplicates": "Checking for duplicates and updates",
875
+ "upload.collectionLabel": "Collection:",
876
+ "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.",
877
+ "upload.continue": "Continue",
878
+ "upload.dragAndDrop": "Drag and drop files here or click to select",
879
+ "upload.errorAnalyzingFiles": "There was an error analyzing the files",
880
+ "upload.failedToUpload": "Failed to Upload",
881
+ "upload.fileAnalysisResults": "File Analysis Results",
882
+ "upload.filesAnalyzed": "Files analyzed",
883
+ "upload.filesProcessed_one": "{{count}} file processed",
884
+ "upload.filesProcessed_other": "{{count}} files processed",
885
+ "upload.filesReadyToProcess_one": "{{count}} file is ready to process",
886
+ "upload.filesReadyToProcess_other": "{{count}} files are ready to process",
887
+ "upload.filesToSkip_one": "{{count}} file is already in the system and will be skipped.",
888
+ "upload.filesToSkip_other": "{{count}} files are already in the system and will be skipped.",
889
+ "upload.folderLabel": "Folder:",
890
+ "upload.inCollection": " in collection '{{collection}}'",
891
+ "upload.inFolder": " in folder '{{location}}'",
892
+ "upload.new": "New",
893
+ "upload.noFilesToProcess": "No files to process.",
894
+ "upload.noItems": "No items to display",
895
+ "upload.preparingFiles_one": "Preparing to upload {{count}} file...",
896
+ "upload.preparingFiles_other": "Preparing to upload {{count}} files...",
897
+ "upload.preparingFolder_one": "Preparing to upload 1 folder with {{fileCount}} files...",
898
+ "upload.preparingFolder_other": "Preparing to upload {{folderCount}} folders with {{fileCount}} files...",
899
+ "upload.processedCount": "Processed {{processed}}/{{total}} files...",
900
+ "upload.processingFilesAction": "Processing files ({{action}})",
901
+ "upload.selectFiles": "Select Files",
902
+ "upload.selectFolder": "Select Folder",
903
+ "upload.skip": "Skip",
904
+ "upload.skippedAlreadyExisted": "Skipped (Already Existed)",
905
+ "upload.successfullyUpdated": "Successfully Updated",
906
+ "upload.successfullyUploaded": "Successfully Uploaded",
907
+ "upload.update": "Update",
908
+ "upload.uploadComplete": "Upload Complete",
909
+ "upload.uploadFiles": "Upload Files",
910
+ "upload.uploadLocation": "Upload Location:",
911
+ "upload.uploadMore": "Upload More",
912
+ "upload.uploadProcessInterrupted": "Upload process interrupted",
913
+ "upload.uploadingFiles": "Uploading Files",
914
+ "upload.useAutoDetection": "Use Automatic Type Detection",
915
+ "upload.useTypeName": "Use {{typeName}}",
916
+ "user.account": "Account:",
917
+ "user.agentOnBehalfOf": "Agent on behalf of",
918
+ "user.agentOnBehalfOfApiKey": "Agent on behalf of API key",
919
+ "user.allProjectMembers": "All Project Members",
920
+ "user.allProjectMembersDescription": "Every member of this project has this permission.",
921
+ "user.appVersion": "App Version",
922
+ "user.environment": "Environment",
923
+ "user.failedToFetchApiKey": "Failed to fetch the apikey",
924
+ "user.failedToFetchGroup": "Failed to fetch group",
925
+ "user.failedToFetchUser": "Failed to fetch user",
926
+ "user.groupId": "Group ID: {{id}}",
927
+ "user.key": "Key:",
928
+ "user.mcpServer": "MCP Server",
929
+ "user.organizationId": "Organization ID",
930
+ "user.organizationRoles": "Organization Roles",
931
+ "user.privateKey": "Private Key",
932
+ "user.project": "Project:",
933
+ "user.projectId": "Project ID",
934
+ "user.projectRoles": "Project Roles",
935
+ "user.schedule": "Schedule {{title}}",
936
+ "user.sdkVersion": "SDK Version",
937
+ "user.server": "Server",
938
+ "user.serviceAccount": "Service Account",
939
+ "user.serviceAccountDescription": "This user is used by robots like workflow workers.",
940
+ "user.store": "Store",
941
+ "user.systemUser": "System User",
942
+ "user.systemUserDescription": "The system user is used to initialize built-in objects.",
943
+ "user.tenantId": "Tenant ID",
944
+ "user.unknown": "unknown",
945
+ "user.unknownUser": "Unknown User",
946
+ "user.unknownUserDescription": "User information is not available.",
947
+ "user.unnamedGroup": "Unnamed Group",
948
+ "user.user": "User",
949
+ "user.userId": "User ID",
950
+ "view.display": "Display",
951
+ "view.from": "From",
952
+ "view.pagination": "Results pages",
953
+ "view.ranges": "Ranges",
954
+ "view.removeSelection": "Remove {{value}}",
955
+ "view.resultsCount_one": "{{count}} result",
956
+ "view.resultsCount_other": "{{count}} results",
957
+ "view.searchFields": "Search fields",
958
+ "view.sort": "Sort",
959
+ "view.to": "To",
960
+ "view.warning": "View notice",
961
+ "widgets.schema.editDescription": "Edit description",
962
+ "widgets.schema.extractFromDocument": "Extract",
963
+ "widgets.schema.extractFromDocumentHint": "When off, extraction models skip this field (stores x-extract: false). Use for match scores, ERP ids, or fields filled outside extraction.",
964
+ "widgets.schema.invalidPropertyDeclaration": "Invalid property declaration",
965
+ "widgets.schema.noExtract": "no extract",
966
+ "widgets.schema.propertyColumn": "Property"
753
967
  }