@anchrd/intel-ui 0.36.0 → 0.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/i18n/en.json CHANGED
@@ -1,413 +1,439 @@
1
1
  {
2
2
  "$locale": "en-US",
3
3
  "app.name": "Intel",
4
- "nav.primary": "Primary navigation",
5
- "nav.tools": "Tools",
6
- "shell.toggleSidebar": "Collapse or expand the sidebar",
7
- "shell.resizeSidebar": "Sidebar width",
8
- "shell.signedInUser": "Signed-in user",
9
- "shell.userUnavailable": "Account unavailable",
10
- "shell.userMenu": "Account and tools for {name}",
11
- "search.open": "Search",
12
- "search.title": "Search Intel",
13
- "search.description": "Find documents, flows, and tools you are allowed to see.",
14
- "search.placeholder": "Search documents, flows, and tools",
15
- "search.filter": "Filter by kind",
16
- "search.all": "Everything",
17
- "search.kind.node": "Intelligence",
18
- "search.kind.flow": "Flows",
19
- "search.kind.tool": "Tools",
20
- "search.hint": "Type to search.",
21
- "search.searching": "Searching…",
22
- "search.empty": "Nothing found for “{query}”.",
23
- "search.failed": "The search could not be completed.",
24
- "tree.label": "Intelligence and flows",
25
- "tree.contents": "Inside {title}",
26
- "tree.calls": "Flows called by {title}",
27
- "tree.empty": "Nothing here yet.",
28
- "tree.failed": "This part of the tree could not be loaded.",
29
- "tree.expand": "Show what is inside {title}",
30
- "tree.collapse": "Hide what is inside {title}",
31
- "tree.expandCalls": "Show the flows {title} calls",
32
- "tree.collapseCalls": "Hide the flows {title} calls",
33
- "tree.add": "Add to {title}",
34
- "tree.addRoot": "Element",
35
- "tree.addRoot.long": "Add at the top level",
36
- "tree.new.folder": "New folder",
37
- "tree.new.document": "New document",
38
- "tree.new.table": "New table",
39
- "tree.new.upload": "Upload file",
40
- "tree.new.flow": "New flow",
41
- "tree.upload": "File to upload",
42
- "tree.table.columns": "Columns",
43
- "tree.table.columnsHint": "Separate the column names with commas. They are the header, and every row appended later must match it.",
44
- "tree.createFailed": "It could not be created. Check your access and try again.",
45
- "tree.uploadFailed": "The file could not be uploaded. Check the 15 MB limit and try again.",
46
- "tree.kind.folder": "Folder",
47
- "tree.kind.document": "Document",
48
- "tree.kind.attachment": "File",
49
- "tree.kind.table": "Table",
50
- "tree.kind.flow": "Flow",
51
- "tree.move.rowHint": "Movable: drag this row onto a folder, or open it and choose Move.",
52
- "tree.move.title": "Move {title}",
53
- "tree.move.root": "Top level",
54
- "tree.move.dropRoot": "Drop here to move to the top level",
55
- "tree.move.pick": "Choose the folder to move it into.",
56
- "tree.move.up": "Back to the folder above",
57
- "tree.move.open": "Open {title}",
58
- "tree.move.noFolders": "There is no folder here to move it into.",
59
- "tree.move.here": "Move into {title}",
60
- "tree.move.alreadyThere": "It is already filed here.",
61
- "tree.move.destination": "New place: {title}",
62
- "tree.move.sharingWarning": "Sharing follows the folder. After the move, everyone who can reach {title} can reach this entry, and anyone who only reached it through its old folder loses it. Nobody is notified.",
63
- "tree.move.elsewhere": "Choose another folder",
64
- "tree.move.confirm": "Move",
65
- "tree.move.failed.forbidden": "It was not moved: you may not write into that folder. Ask for write access there.",
66
- "tree.move.failed.notFolder": "It was not moved: only a folder can hold other entries.",
67
- "tree.move.failed.cycle": "It was not moved: a folder cannot be put inside itself or inside anything it contains.",
68
- "tree.move.failed.conflict": "It was not moved: somebody else changed this entry first. The tree has been reloaded — look again, then move it.",
69
- "tree.move.failed.gone": "It was not moved: that folder no longer exists.",
70
- "tree.move.failed.other": "It could not be moved. Check your access and try again.",
71
- "resource.menu": "More actions for {title}",
72
- "resource.rename": "Rename",
73
- "resource.move": "Move",
74
- "resource.renameTitle": "Rename {title}",
75
- "resource.archive": "Archive",
76
- "resource.columns": "Columns",
77
- "resource.export": "Export",
78
- "resource.exportExcludes": "Carries the current state. Earlier versions, shares and flow runs stay behind. A published flow travels as its published graph — changes drafted since stay behind.",
79
- "resource.import": "Import",
80
- "resource.validate": "Check",
81
- "resource.links": "Links",
82
- "resource.share": "Share",
83
- "tree.new.importZip": "Import zip bundle",
84
- "tree.new.importFolder": "Import folder",
85
- "tree.importZipInto": "Import a zip bundle into {where}",
86
- "tree.importFolderInto": "Import a folder into {where}",
87
- "tree.importFailed": "The import was not applied. Nothing was created — check the bundle and try again.",
88
- "resource.exportFailed": "The export could not be downloaded. Check your access and try again.",
89
- "archive.title": "Archive",
4
+ "archive.archived": "Archived",
90
5
  "archive.description": "Everything you archived, newest first. Restoring puts an entry back where it was filed.",
91
- "archive.restore": "Restore {title}",
92
- "archive.restoreAction": "Restore",
93
- "archive.restoring": "Restoring {title}",
94
- "archive.restoringAction": "Restoring",
95
6
  "archive.empty": "Nothing is archived.",
96
7
  "archive.failed": "The archive could not be read. Check your access and try again.",
97
- "archive.restoreFailed": "It was not restored. Somebody else may have changed it — reload and try again.",
98
8
  "archive.purge": "Delete {title} for good",
99
- "archive.purge.title": "Delete this for good?",
100
9
  "archive.purge.body": "“{title}” and everything belonging to it — every version, its content and its entries in the search index — will be gone. This cannot be undone.",
101
- "archive.purge.links.none": "No other documents link to it.",
102
- "archive.purge.links.one": "One other document links to it and that link will break.",
103
- "archive.purge.links.many": "{count} other documents link to it and those links will break.",
10
+ "archive.purge.cancel": "Cancel",
11
+ "archive.purge.confirm": "Delete for good",
104
12
  "archive.purge.grants": "Its shares will also be deleted.",
105
13
  "archive.purge.items": "Deleted for good in total: {count}.",
106
- "archive.purge.previewLoading": "Checking links",
14
+ "archive.purge.links.many": "{count} other documents link to it and those links will break.",
15
+ "archive.purge.links.none": "No other documents link to it.",
16
+ "archive.purge.links.one": "One other document links to it and that link will break.",
107
17
  "archive.purge.previewFailed": "The links could not be checked. Reload and try again before deleting.",
108
- "archive.purge.confirm": "Delete for good",
109
- "archive.purge.cancel": "Cancel",
18
+ "archive.purge.previewLoading": "Checking links…",
19
+ "archive.purge.title": "Delete this for good?",
110
20
  "archive.purgeFailed": "It could not be deleted completely. Reload and try again.",
111
21
  "archive.purgeInUse": "It cannot be deleted yet, because published flows still call it.",
112
22
  "archive.purgeInUseCallers": "Still calling it: {titles}.",
113
- "archive.purgeInUseCallersMore": "And {count} more you cannot see.",
114
23
  "archive.purgeInUseCallersHidden": "It is still called by {count} you cannot see.",
24
+ "archive.purgeInUseCallersMore": "And {count} more you cannot see.",
115
25
  "archive.purgeInUseHint": "Change or unpublish them first.",
116
- "archive.archived": "Archived",
117
- "resource.conflict": "It was not changed: somebody else changed this entry first. Reload it and try again.",
118
- "resource.forbidden": "It was not changed: you may not change this entry.",
119
- "resource.failed": "The change was not saved. Reload the latest version and try again.",
120
- "node.empty": "Nothing has been added yet.",
121
- "node.download": "Download file",
122
- "node.attachmentHelp": "The canonical file is stored privately in Intel. Its AI-readable projection is indexed separately.",
123
- "node.table.summary": "{rows} rows, {columns} columns",
124
- "node.table.empty": "No rows yet. Rows are appended by flows.",
125
- "node.table.undefined": "This table has no columns yet.",
126
- "node.table.columnsTitle": "Columns of {title}",
127
- "node.table.columnName": "Name of the column “{column}”",
128
- "node.table.columnNewName": "Name of the new column",
129
- "node.table.columnAdd": "Add column",
130
- "node.table.columnDrop": "Remove the column “{column}”",
131
- "node.table.columnDropNew": "Remove the new column",
132
- "node.table.columnsDistinct": "Two columns cannot carry the same name.",
133
- "node.table.columnsNamed": "Every column needs a name.",
134
- "node.table.columnsAtLeastOne": "A table needs at least one column.",
135
- "node.table.columnsTooLong": "A column name can be at most 120 characters long.",
136
- "node.table.columnsTooMany": "A table can have at most 64 columns.",
137
- "node.table.columnsDropWarning.one": "This column is removed with every cell in it: {columns}",
138
- "node.table.columnsDropWarning.many": "These columns are removed with every cell in them: {columns}",
139
- "node.table.columnsDropRows.none": "No row carries content there, so nothing is lost with them.",
140
- "node.table.columnsDropRows.one": "One row carries content there. It stays readable in the version history and nowhere else.",
141
- "node.table.columnsDropRows.many": "{count} rows carry content there. It stays readable in the version history and nowhere else.",
142
- "node.table.columnsDropConfirm": "Remove and save",
143
- "node.select": "Select a document or folder to work with it.",
144
- "node.folderEmpty": "Nothing in this folder yet. Create something with the plus in the sidebar.",
145
- "node.folderFailed": "This folder could not be read.",
146
- "node.changed": "Changed",
147
- "node.rowActions": "Actions",
148
- "node.kind.folder": "Folder",
149
- "node.kind.document": "Document",
150
- "node.kind.attachment": "Upload",
151
- "node.kind.table": "Table",
152
- "node.kind.flow": "Flow",
153
- "node.share": "Share",
154
- "node.shareAction": "Grant access",
155
- "node.email": "Email address",
156
- "node.shareWith": "Who gets access",
157
- "node.shareWithEmail": "One email address",
158
- "node.shareWithOrganization": "Everyone in the organization",
159
- "node.shareOrganizationHint": "Every signed-in member of the organization gets this access, including people who join later.",
160
- "node.shareLibraryWarning": "Run for the whole organization makes this folder a library: flows anywhere in the tree may then call into it. Taking it back is refused while any of them still does.",
161
- "node.revokeInUse": "This access cannot be withdrawn yet, because flows outside this folder still call into it.",
162
- "node.revokeInUseCallers": "Still calling into it: {titles}.",
163
- "node.revokeInUseCallersMore": "And {count} more you cannot see.",
164
- "node.revokeInUseCallersHidden": "It is still called by {count} you cannot see.",
165
- "node.revokeInUseHint": "Change or unpublish them before narrowing the folder.",
166
- "node.someUser": "A user account",
167
- "node.verbs": "What this grant allows",
168
- "node.verb.read": "Read",
169
- "node.verb.write": "Write",
170
- "node.verb.execute": "Run",
171
- "node.verb.share": "Share",
172
- "node.verbHint.read": "See everything in here",
173
- "node.verbHint.write": "Change and add things",
174
- "node.verbHint.execute": "Start the flows in here",
175
- "node.verbHint.share": "Give others access",
176
- "node.organization": "Everyone in the organization",
177
- "node.owner": "Owner",
178
- "node.access": "Access",
179
- "node.organizationAccess": "Everyone in the organization has access",
180
- "node.accessDetails": "Show access details ({count})",
181
- "node.revokeVerb": "Revoke {verb}",
182
- "node.revokeVerbFor": "Revoke {verb} for {recipient}",
183
- "node.revokeShare": "Revoke access",
184
- "node.shareFailed": "Access was not changed. Check your permission and try again.",
185
- "node.shareUnreadable": "This grant does not cover what flows in this folder read: {titles}.",
186
- "node.shareUnreadableMore": "And {count} more you cannot see.",
187
- "node.shareUnreadableHidden": "This grant does not cover everything flows in this folder read: {count} you cannot see.",
188
- "node.shareUnreadableHint": "Nothing is blocked. A run of those flows will simply stop at that step for them.",
189
- "node.versions": "Version history",
190
- "node.version": "Version {sequence}",
191
- "view.showGraph": "Show this level as a graph",
192
- "view.showEditor": "Back to the editor",
193
- "view.showRuns": "Show this flow's runs",
194
- "view.graph": "Relation graph",
195
- "view.graphTruncated": "{omitted} more left out — this view draws at most {limit}.",
196
- "view.graphEmpty": "Nothing here that you may see.",
197
- "view.graphFailed": "The graph could not be loaded.",
198
- "node.graphZoomIn": "Zoom in",
199
- "node.graphZoomOut": "Zoom out",
200
- "node.graphReset": "Fit graph",
201
- "node.operationFailed": "The change was not saved. Reload the latest version and try again.",
202
- "node.loadFailed": "This item could not be loaded. Check your access and try again.",
203
- "node.downloadFailed": "The attachment could not be downloaded. Check your access and try again.",
204
- "node.links": "Links and backlinks",
205
- "node.noLinks": "No explicit relationships yet.",
206
- "node.linksHelp": "Relationships are written in the text. Link a document from the editor with the / command; this list shows the result and who points here.",
207
- "node.linkOutgoing": "This document links to it",
208
- "node.linkIncoming": "It links to this document",
209
- "node.link.insert": "Link a document",
210
- "node.link.group": "Documents",
211
- "node.link.search": "Search documents you can see",
212
- "node.link.noMatches": "No document of yours matches.",
213
- "node.link.unresolved": "Unavailable document",
214
- "node.saveConflict": "This document changed elsewhere. Reload it before saving again.",
215
- "node.saveError": "This document could not be saved. Reload and try again.",
216
- "tools.signingIn": "Signing you in to the company portal…",
217
- "tools.noAccess": "No access to the company portal",
218
- "tools.noAccessHelp": "Your account is not permitted to reach the company MCP portal, so there is nothing to show here. That permission is not given in Intel — ask whoever administers the accounts of your organisation to grant it.",
219
- "tools.empty": "No tools available to you",
220
- "tools.emptyHelp": "The portal answered, and it offers your account no tools. An administrator decides in the portal which servers exist and who may reach them.",
221
- "tools.unreachable": "Portal not reachable",
222
- "tools.unreachableHelp": "The company MCP portal did not answer, so Intel cannot tell which tools you have. Nothing is stored here; try again once the portal responds.",
223
- "tools.connectExpired": "The portal sign-in took too long",
224
- "tools.connectExpiredHelp": "The connection to the company MCP portal has to be completed within a few minutes, and this one ran out while the authorization screen was open. Nothing went wrong and nothing was refused — start it again and confirm the servers when the screen appears.",
225
- "tools.connectRetry": "Start again",
226
- "tools.connectFailed": "Portal sign-in failed",
227
- "tools.connectFailedHelp": "The sign-in to the company MCP portal broke before it could be answered. This is a technical fault, not a decision about your access — start it again, and tell an administrator if it stays.",
228
- "tools.connectUnknown": "Intel does not know whether you reach the portal",
229
- "tools.connectUnknownHelp": "A sign-in to the company MCP portal was started in this browser session and never came back with an answer, so nothing here says you were allowed or refused. Start it again; if it keeps ending here, tell an administrator.",
230
- "tools.origin": "Origin",
231
- "tools.originUnlisted": "Not from a listed server",
232
- "tools.originUnlistedHelp": "The portal's server list names no server for these. Its own management tools sit here — the portal does not list itself — and so does anything from a server the list did not mention.",
233
- "tools.ungrouped": "Not sorted by server",
234
- "tools.ungroupedHelp": "The company MCP portal did not answer which servers these tools come from, so Intel cannot say which tool belongs where. Everything you can reach is listed below; only the grouping is missing.",
235
- "tools.inputSchema": "Input schema",
236
- "tools.outputSchema": "Result schema",
237
- "tools.destructiveShort": "Destructive",
238
- "tools.destructiveCount": "{count} destructive",
239
- "tools.toolCount": "Tools: {count}",
240
- "tools.liveNote": "This list is a live query with your own portal access. Intel stores neither the tools nor who may use them; the portal decides both.",
241
- "flows.select": "Select a flow or create one to open the visual editor.",
242
- "flows.inspect": "Select a node to edit its configuration.",
243
- "flows.publish": "Publish",
244
- "flows.publishNothing": "Nothing new to publish",
245
- "flows.publishNeeded": "Publish — no run can start until you do",
246
- "flows.validate": "Check whether it would run",
247
- "flows.validateReady": "This flow would start now.",
248
- "flows.validateWhen": "Checked {when}. Tool access is asked with your own token each time, so this answer is a snapshot.",
249
- "flows.problem.flow_execute_forbidden": "You may not run this flow",
250
- "flows.problem.flow_not_published": "The flow is not published",
251
- "flows.problem.flow_graph_invalid": "The graph cannot be run",
252
- "flows.problem.flow_tools_unavailable": "A tool is out of reach",
253
- "flows.problem.flow_node_forbidden": "Material a step reads is out of reach",
254
- "flows.problem.flow_subflow_unavailable": "A called flow is unavailable",
255
- "flows.problem.flow_subflow_not_published": "A called flow is not published",
26
+ "archive.restore": "Restore {title}",
27
+ "archive.restoreAction": "Restore",
28
+ "archive.restoreFailed": "It was not restored. Somebody else may have changed it — reload and try again.",
29
+ "archive.restoring": "Restoring {title}",
30
+ "archive.restoringAction": "Restoring",
31
+ "archive.title": "Archive",
32
+ "auth.signOut": "Sign out",
33
+ "auth.signOutFailed": "Signing out failed. Check your connection and try again.",
34
+ "board.addCard": "+ Task",
35
+ "board.addCardIn": "Add a task to {column}",
36
+ "board.cardLabel": "{title}, in {column}. Hold Alt and use the arrow keys to move it.",
37
+ "board.column.assignee": "Assigned to",
38
+ "board.column.dependsOn": "Waiting for",
39
+ "board.column.due": "Due",
40
+ "board.column.labels": "Labels",
41
+ "board.column.status": "Column",
42
+ "board.column.title": "Title",
43
+ "board.columnEmpty": "Nothing here yet.",
44
+ "board.createFailed": "The task could not be created.",
45
+ "board.failed": "This board could not be loaded.",
46
+ "board.filter.all": "Every column",
47
+ "board.filter.status": "Show column",
48
+ "board.filterEmpty": "No card matches this filter.",
49
+ "board.group.assignee": "Assigned to",
50
+ "board.group.none": "Nothing",
51
+ "board.group.status": "Column",
52
+ "board.groupBy": "Group by",
53
+ "board.tableEmpty": "This board has no cards yet.",
54
+ "board.unassigned": "Nobody yet",
55
+ "board.unknownColumn": "not on this board",
56
+ "board.view.kanban": "Kanban",
57
+ "board.view.table": "Table",
58
+ "common.cancel": "Cancel",
59
+ "common.close": "Close",
60
+ "common.create": "Create",
61
+ "common.loading": "Loading…",
62
+ "common.noAccess": "This is not available to you. It may not exist, or it may no longer be shared with you.",
63
+ "common.noPermission": "You do not have permission to see this.",
64
+ "common.retry": "Try again",
65
+ "common.save": "Save",
66
+ "common.saveDirty": "Save unsaved changes",
67
+ "common.saveNothing": "Nothing to save",
68
+ "common.saved": "Saved",
69
+ "common.saving": "Saving…",
70
+ "common.title": "Title",
71
+ "common.unavailable": "Intel is currently unavailable.",
72
+ "common.unsavedBody": "This has changes that have not been saved. Leaving now discards them.",
73
+ "common.unsavedLeave": "Leave without saving",
74
+ "common.unsavedStay": "Stay and save",
75
+ "common.unsavedTitle": "Unsaved changes",
76
+ "flow.shareUnreadable": "This grant does not cover what this flow reads: {titles}.",
77
+ "flow.shareUnreadableHidden": "This grant does not cover everything this flow reads: {count} you cannot see.",
78
+ "flow.shareUnreadableHint": "Nothing is blocked. A run will simply stop at that step for them.",
79
+ "flow.shareUnreadableMore": "And {count} more you cannot see.",
80
+ "flow.shareUnrunnable": "This grant does not cover what this flow calls: {titles}.",
81
+ "flow.shareUnrunnableHidden": "This grant does not cover everything this flow calls: {count} you cannot see.",
82
+ "flow.shareUnrunnableHint": "A grant on one flow reaches that flow alone. Share those flows too, or share the folder they are filed in. Let them check with Validate before they run it.",
83
+ "flow.shareUnrunnableMore": "And {count} more you cannot see.",
84
+ "flow.verbHint.execute": "Start this flow",
85
+ "flow.verbHint.read": "Open this flow and read it",
86
+ "flow.verbHint.share": "Give others access to it",
87
+ "flow.verbHint.write": "Change this flow",
256
88
  "flows.addNode": "Add a step",
257
89
  "flows.closePalette": "Close the step bar",
258
- "flows.nodePalette": "Step types",
259
- "flows.node.trigger": "Start",
260
- "flows.startExists": "A flow has exactly one start, and this one already has it.",
261
- "flows.node.instruction": "Instruction",
262
- "flows.node.folder": "Folder",
263
- "flows.node.document": "Document",
264
- "flows.node.upload": "Upload",
265
- "flows.node.table": "Table",
266
- "flows.node.tool": "Tool",
267
- "flows.node.condition": "Condition",
268
- "flows.node.subflow": "Flow",
269
- "flows.node.output": "End",
270
- "flows.nodeInvalid": "Gone — replace or remove this step",
90
+ "flows.inspect": "Select a node to edit its configuration.",
271
91
  "flows.instruction": "Instruction for the AI or person",
272
92
  "flows.instructionHint": "Conditions, checks and branches can be described here in words. You do not need a separate node for every small decision.",
273
- "flows.linkEmpty": "Nothing chosen yet",
274
- "picker.search": "Search by name",
275
- "picker.top": "All folders",
276
- "picker.open": "Open {title}",
277
- "picker.nothing": "Nothing here",
93
+ "flows.layer.link": "Links",
278
94
  "flows.layer.marker": "Markers",
279
95
  "flows.layer.step": "Steps",
280
- "flows.layer.link": "Links",
281
- "flows.subflowTarget": "Flow to call",
282
- "flows.selectSubflow": "Select a flow to call",
283
- "flows.subflowRule": "A flow may call a flow in its own folder or below it, or one in a folder every user may run. Publishing names the reason if it may not.",
284
- "flows.subflowVersion": "Version to call",
285
- "flows.subflowVersion.latest": "Latestfrozen when this flow is published",
286
- "flows.subflowVersion.follows": "Always latest — this call runs along",
287
- "flows.subflowVersion.pinned": "Frozen version",
288
- "flows.subflowVersionHint.latest": "Publishing replaces this with the version the called flow has published then, so a later change to it leaves this flow alone.",
289
- "flows.subflowVersionHint.follows": "This call takes whatever the called flow has published at the moment it runs. A change there changes this flow too.",
290
- "flows.subflowVersionHint.pinned": "This call keeps running the version it was frozen to. Switch it back to latest to pick up the called flow's next publication.",
291
- "flows.subflowBadge.follows": "runs along",
292
- "flows.subflowBadge.pinned": "frozen",
96
+ "flows.linkEmpty": "Nothing chosen yet",
97
+ "flows.needs": "What this flow needs",
98
+ "flows.needsEmpty": "This flow reads no documents and calls no tools.",
99
+ "flows.needsFailed": "What this flow needs could not be loaded.",
100
+ "flows.needsHidden": "{count} more you cannot see",
101
+ "flows.needsInvalid": "No longer there: {count} replace or remove every affected step",
102
+ "flows.needsNodes": "Documents",
103
+ "flows.needsTools": "Tools",
104
+ "flows.node.condition": "Condition",
105
+ "flows.node.document": "Document",
106
+ "flows.node.folder": "Folder",
107
+ "flows.node.instruction": "Instruction",
108
+ "flows.node.output": "End",
109
+ "flows.node.subflow": "Flow",
110
+ "flows.node.table": "Table",
111
+ "flows.node.tool": "Tool",
112
+ "flows.node.trigger": "Start",
113
+ "flows.node.upload": "Upload",
114
+ "flows.nodeInvalid": "Gone — replace or remove this step",
115
+ "flows.nodePalette": "Step types",
116
+ "flows.operationFailed": "The flow operation failed. Reload the latest version and try again.",
117
+ "flows.problem.flow_execute_forbidden": "You may not run this flow",
118
+ "flows.problem.flow_graph_invalid": "The graph cannot be run",
119
+ "flows.problem.flow_node_forbidden": "Material a step reads is out of reach",
120
+ "flows.problem.flow_not_published": "The flow is not published",
121
+ "flows.problem.flow_subflow_not_published": "A called flow is not published",
122
+ "flows.problem.flow_subflow_unavailable": "A called flow is unavailable",
123
+ "flows.problem.flow_tools_unavailable": "A tool is out of reach",
124
+ "flows.publish": "Publish",
125
+ "flows.publishConfirm": "Publish",
126
+ "flows.publishConflict": "Not published: somebody else changed this flow first. Reload the latest version and try again.",
127
+ "flows.publishFailed": "Publishing failed. Try again.",
128
+ "flows.publishNeeded": "Publish — no run can start until you do",
129
+ "flows.publishNodeUnavailable": "Not published: {detail}. Ask for access to it, or point the step at something else.",
130
+ "flows.publishNothing": "Nothing new to publish",
293
131
  "flows.publishPreview": "Before publishing",
294
- "flows.publishPreviewIntro": "Publishing freezes every call marked below to the version it names. A call set to always latest stays as it is.",
295
132
  "flows.publishPreviewEmpty": "This flow calls no other flow, so publishing freezes nothing.",
133
+ "flows.publishPreviewFollows": "runs along with the called flow",
296
134
  "flows.publishPreviewFreeze": "freezes to version {sequence}",
135
+ "flows.publishPreviewIntro": "Publishing freezes every call marked below to the version it names. A call set to always latest stays as it is.",
297
136
  "flows.publishPreviewPinned": "already frozen to version {sequence}",
298
- "flows.publishPreviewFollows": "runs along with the called flow",
137
+ "flows.publishPreviewToolAllow": "Frozen to: {functions}",
138
+ "flows.publishPreviewToolUnavailable": "You do not reach this server, so publishing will be refused.",
299
139
  "flows.publishPreviewUnavailable": "The called flow has published nothing yet, so this cannot be frozen.",
300
- "flows.publishConfirm": "Publish",
301
- "flows.publishFailed": "Publishing failed. Try again.",
302
140
  "flows.publishRefused": "Not published: {detail}",
303
- "flows.publishConflict": "Not published: somebody else changed this flow first. Reload the latest version and try again.",
304
- "flows.publishNodeUnavailable": "Not published: {detail}. Ask for access to it, or point the step at something else.",
305
141
  "flows.publishToolUnavailable": "Not published: {detail}. Check in the portal whether you still reach that server.",
306
- "flows.tool": "MCP server",
307
- "flows.selectTool": "Select a server",
308
- "flows.operationFailed": "The flow operation failed. Reload the latest version and try again.",
309
- "flows.saveInvalid": "Not saved: {detail}",
310
142
  "flows.saveConflict": "Not saved: somebody else changed this flow first. Reload the latest version and try again.",
311
143
  "flows.saveFailed": "The flow was not saved. Try again.",
312
- "flows.needs": "What this flow needs",
313
- "flows.needsNodes": "Documents",
314
- "flows.needsTools": "Tools",
315
- "flows.needsInvalid": "No longer there: {count} — replace or remove every affected step",
316
- "flows.needsHidden": "{count} more you cannot see",
317
- "flows.needsEmpty": "This flow reads no documents and calls no tools.",
318
- "flows.needsFailed": "What this flow needs could not be loaded.",
319
- "runs.title": "Runs",
320
- "runs.onlyFailed": "Only failed runs",
144
+ "flows.saveInvalid": "Not saved: {detail}",
145
+ "flows.select": "Select a flow or create one to open the visual editor.",
146
+ "flows.selectSubflow": "Select a flow to call",
147
+ "flows.selectTool": "Select a server",
148
+ "flows.startExists": "A flow has exactly one start, and this one already has it.",
149
+ "flows.subflowBadge.follows": "runs along",
150
+ "flows.subflowBadge.pinned": "frozen",
151
+ "flows.subflowRule": "A flow may call a flow in its own folder or below it, or one in a folder every user may run. Publishing names the reason if it may not.",
152
+ "flows.subflowTarget": "Flow to call",
153
+ "flows.subflowVersion": "Version to call",
154
+ "flows.subflowVersion.follows": "Always latest — this call runs along",
155
+ "flows.subflowVersion.latest": "Latest — frozen when this flow is published",
156
+ "flows.subflowVersion.pinned": "Frozen version",
157
+ "flows.subflowVersionHint.follows": "This call takes whatever the called flow has published at the moment it runs. A change there changes this flow too.",
158
+ "flows.subflowVersionHint.latest": "Publishing replaces this with the version the called flow has published then, so a later change to it leaves this flow alone.",
159
+ "flows.subflowVersionHint.pinned": "This call keeps running the version it was frozen to. Switch it back to latest to pick up the called flow's next publication.",
160
+ "flows.tool": "MCP server",
161
+ "flows.toolAllowAll": "Let the agent use any function",
162
+ "flows.toolAllowHint": "Intel says what a step is for; the agent chooses the call and reaches the portal with its own permissions.",
163
+ "flows.toolAllowNone": "No function is selected yet, so this step cannot be published.",
164
+ "flows.toolAllowSome": "Point the agent at specific functions",
165
+ "flows.toolAllowUnknown": "The selection includes what this server does not offer right now: {count}.",
166
+ "flows.toolFunctions": "Functions",
167
+ "flows.toolFunctionsFailed": "The list of functions could not be loaded, so the selection may be incomplete.",
168
+ "flows.toolServersDisconnected": "You are not connected to the portal, so no server can be chosen. Connect it in the tool settings first.",
169
+ "flows.toolServersEmpty": "You reach no MCP server through the portal yet.",
170
+ "flows.toolServersFailed": "The list of servers could not be loaded, so none can be chosen right now.",
171
+ "flows.toolStepNeedsServer": "The step “{label}” still needs a server.",
172
+ "flows.validate": "Check whether it would run",
173
+ "flows.validateReady": "This flow would start now.",
174
+ "flows.validateWhen": "Checked {when}. Tool access is asked with your own token each time, so this answer is a snapshot.",
175
+ "nav.primary": "Primary navigation",
176
+ "nav.tools": "Tools",
177
+ "node.access": "Access",
178
+ "node.accessDetails": "Show access details ({count})",
179
+ "node.attachmentHelp": "The canonical file is stored privately in Intel. Its AI-readable projection is indexed separately.",
180
+ "node.changed": "Changed",
181
+ "node.download": "Download file",
182
+ "node.downloadFailed": "The attachment could not be downloaded. Check your access and try again.",
183
+ "node.email": "Email address",
184
+ "node.empty": "Nothing has been added yet.",
185
+ "node.folderEmpty": "Nothing in this folder yet. Create something with the plus in the sidebar.",
186
+ "node.folderFailed": "This folder could not be read.",
187
+ "node.frontmatter.summary": "Metadata",
188
+ "node.frontmatter.toggle": "Show or hide the metadata of this document",
189
+ "node.graphReset": "Fit graph",
190
+ "node.graphZoomIn": "Zoom in",
191
+ "node.graphZoomOut": "Zoom out",
192
+ "node.kind.attachment": "Upload",
193
+ "node.kind.document": "Document",
194
+ "node.kind.flow": "Flow",
195
+ "node.kind.folder": "Folder",
196
+ "node.kind.table": "Table",
197
+ "node.link.group": "Documents",
198
+ "node.link.insert": "Link a document",
199
+ "node.link.noMatches": "No document of yours matches.",
200
+ "node.link.search": "Search documents you can see",
201
+ "node.link.unresolved": "Unavailable document",
202
+ "node.linkIncoming": "It links to this document",
203
+ "node.linkOutgoing": "This document links to it",
204
+ "node.links": "Links and backlinks",
205
+ "node.linksHelp": "Relationships are written in the text. Link a document from the editor with the / command; this list shows the result and who points here.",
206
+ "node.loadFailed": "This item could not be loaded. Check your access and try again.",
207
+ "node.noLinks": "No explicit relationships yet.",
208
+ "node.operationFailed": "The change was not saved. Reload the latest version and try again.",
209
+ "node.organization": "Everyone in the organization",
210
+ "node.organizationAccess": "Everyone in the organization has access",
211
+ "node.owner": "Owner",
212
+ "node.revokeInUse": "This access cannot be withdrawn yet, because flows outside this folder still call into it.",
213
+ "node.revokeInUseCallers": "Still calling into it: {titles}.",
214
+ "node.revokeInUseCallersHidden": "It is still called by {count} you cannot see.",
215
+ "node.revokeInUseCallersMore": "And {count} more you cannot see.",
216
+ "node.revokeInUseHint": "Change or unpublish them before narrowing the folder.",
217
+ "node.revokeShare": "Revoke access",
218
+ "node.revokeVerb": "Revoke {verb}",
219
+ "node.revokeVerbFor": "Revoke {verb} for {recipient}",
220
+ "node.rowActions": "Actions",
221
+ "node.saveConflict": "This document changed elsewhere. Reload it before saving again.",
222
+ "node.saveError": "This document could not be saved. Reload and try again.",
223
+ "node.select": "Select a document or folder to work with it.",
224
+ "node.share": "Share",
225
+ "node.shareAction": "Grant access",
226
+ "node.shareFailed": "Access was not changed. Check your permission and try again.",
227
+ "node.shareLibraryWarning": "Run for the whole organization makes this folder a library: flows anywhere in the tree may then call into it. Taking it back is refused while any of them still does.",
228
+ "node.shareOrganizationHint": "Every signed-in member of the organization gets this access, including people who join later.",
229
+ "node.shareUnreadable": "This grant does not cover what flows in this folder read: {titles}.",
230
+ "node.shareUnreadableHidden": "This grant does not cover everything flows in this folder read: {count} you cannot see.",
231
+ "node.shareUnreadableHint": "Nothing is blocked. A run of those flows will simply stop at that step for them.",
232
+ "node.shareUnreadableMore": "And {count} more you cannot see.",
233
+ "node.shareWith": "Who gets access",
234
+ "node.shareWithEmail": "One email address",
235
+ "node.shareWithOrganization": "Everyone in the organization",
236
+ "node.someUser": "A user account",
237
+ "node.table.columnAdd": "Add column",
238
+ "node.table.columnDrop": "Remove the column “{column}”",
239
+ "node.table.columnDropNew": "Remove the new column",
240
+ "node.table.columnName": "Name of the column “{column}”",
241
+ "node.table.columnNewName": "Name of the new column",
242
+ "node.table.columnsAtLeastOne": "A table needs at least one column.",
243
+ "node.table.columnsDistinct": "Two columns cannot carry the same name.",
244
+ "node.table.columnsDropConfirm": "Remove and save",
245
+ "node.table.columnsDropRows.many": "{count} rows carry content there. It stays readable in the version history and nowhere else.",
246
+ "node.table.columnsDropRows.none": "No row carries content there, so nothing is lost with them.",
247
+ "node.table.columnsDropRows.one": "One row carries content there. It stays readable in the version history and nowhere else.",
248
+ "node.table.columnsDropWarning.many": "These columns are removed with every cell in them: {columns}",
249
+ "node.table.columnsDropWarning.one": "This column is removed with every cell in it: {columns}",
250
+ "node.table.columnsNamed": "Every column needs a name.",
251
+ "node.table.columnsTitle": "Columns of {title}",
252
+ "node.table.columnsTooLong": "A column name can be at most 120 characters long.",
253
+ "node.table.columnsTooMany": "A table can have at most 64 columns.",
254
+ "node.table.empty": "No rows yet. Rows are appended by flows.",
255
+ "node.table.summary": "{rows} rows, {columns} columns",
256
+ "node.table.undefined": "This table has no columns yet.",
257
+ "node.verb.execute": "Run",
258
+ "node.verb.read": "Read",
259
+ "node.verb.share": "Share",
260
+ "node.verb.write": "Write",
261
+ "node.verbHint.execute": "Start the flows in here",
262
+ "node.verbHint.read": "See everything in here",
263
+ "node.verbHint.share": "Give others access",
264
+ "node.verbHint.write": "Change and add things",
265
+ "node.verbs": "What this grant allows",
266
+ "node.version": "Version {sequence}",
267
+ "node.versions": "Version history",
268
+ "picker.nothing": "Nothing here",
269
+ "picker.open": "Open {title}",
270
+ "picker.search": "Search by name",
271
+ "picker.top": "All folders",
272
+ "reindex.cancel": "Cancel",
273
+ "reindex.close": "Close",
274
+ "reindex.confirm": "Rebuild",
275
+ "reindex.description": "Reads every node again and works out its search entries from scratch. Nothing is lost — the index is built from the documents themselves — but it costs time and money, and the screen looks the same afterwards.",
276
+ "reindex.failed": "The rebuild was not started. Check your access and try again.",
277
+ "reindex.queued": "Queued: {count}. The index catches up in the background; searching keeps working meanwhile.",
278
+ "reindex.running": "Sending…",
279
+ "reindex.title": "Rebuild the search index",
280
+ "resource.archive": "Archive",
281
+ "resource.columns": "Columns",
282
+ "resource.conflict": "It was not changed: somebody else changed this entry first. Reload it and try again.",
283
+ "resource.export": "Export",
284
+ "resource.exportFailed": "The export could not be downloaded. Check your access and try again.",
285
+ "resource.failed": "The change was not saved. Reload the latest version and try again.",
286
+ "resource.forbidden": "It was not changed: you may not change this entry.",
287
+ "resource.import": "Import",
288
+ "resource.links": "Links",
289
+ "resource.menu": "More actions for {title}",
290
+ "resource.move": "Move",
291
+ "resource.rename": "Rename",
292
+ "resource.renameTitle": "Rename {title}",
293
+ "resource.share": "Share",
294
+ "resource.validate": "Check",
295
+ "runs.durationMinutes": "{value} min",
296
+ "runs.durationMs": "{value} ms",
297
+ "runs.durationSeconds": "{value} s",
321
298
  "runs.empty": "This flow has not run yet.",
322
299
  "runs.emptyFailed": "No run of this flow has failed.",
323
- "runs.more": "Show older runs",
324
- "runs.stillRunning": "still running",
325
300
  "runs.failedAt": "Failed at {step}:",
326
301
  "runs.failedToLoad": "The runs of this flow could not be loaded.",
327
- "runs.stepsFailedToLoad": "The steps of this run could not be loaded.",
328
- "runs.stepsEmpty": "This run has not completed a step yet.",
329
- "runs.stepsTitle": "Steps",
330
- "runs.durationMs": "{value} ms",
331
- "runs.durationSeconds": "{value} s",
332
- "runs.durationMinutes": "{value} min",
302
+ "runs.more": "Show older runs",
303
+ "runs.onlyFailed": "Only failed runs",
304
+ "runs.outcome.completed": "done",
305
+ "runs.outcome.failed": "failed",
306
+ "runs.status.cancelled": "Cancelled",
307
+ "runs.status.completed": "Completed",
308
+ "runs.status.failed": "Failed",
333
309
  "runs.status.queued": "Queued",
334
310
  "runs.status.running": "Running",
335
311
  "runs.status.waiting": "Waiting",
336
- "runs.status.completed": "Completed",
337
- "runs.status.failed": "Failed",
338
- "runs.status.cancelled": "Cancelled",
312
+ "runs.stepsEmpty": "This run has not completed a step yet.",
313
+ "runs.stepsFailedToLoad": "The steps of this run could not be loaded.",
314
+ "runs.stepsTitle": "Steps",
315
+ "runs.stillRunning": "still running",
316
+ "runs.title": "Runs",
339
317
  "runs.trigger.manual": "started by hand",
340
318
  "runs.trigger.subflow": "called by another flow",
341
- "runs.outcome.completed": "done",
342
- "runs.outcome.failed": "failed",
343
- "settings.title": "Preferences",
319
+ "search.all": "Everything",
320
+ "search.description": "Find documents, flows, and tools you are allowed to see.",
321
+ "search.empty": "Nothing found for “{query}”.",
322
+ "search.failed": "The search could not be completed.",
323
+ "search.filter": "Filter by kind",
324
+ "search.hint": "Type to search.",
325
+ "search.kind.flow": "Flows",
326
+ "search.kind.node": "Intelligence",
327
+ "search.kind.tool": "Tools",
328
+ "search.open": "Search",
329
+ "search.placeholder": "Search documents, flows, and tools",
330
+ "search.searching": "Searching…",
331
+ "search.title": "Search Intel",
332
+ "settings.appearance": "Appearance",
333
+ "settings.appearance.dark": "Dark",
334
+ "settings.appearance.light": "Light",
335
+ "settings.appearance.system": "Follow the system",
344
336
  "settings.description": "Language, appearance and timezone. All three take effect immediately and are remembered on this device.",
345
337
  "settings.language": "Language",
346
- "settings.appearance": "Appearance",
347
338
  "settings.timezone": "Time zone",
348
339
  "settings.timezone.device": "This device ({zone})",
349
340
  "settings.timezone.hint": "Times are only READ in this zone. What is stored and sent stays UTC.",
350
- "settings.appearance.system": "Follow the system",
351
- "settings.appearance.light": "Light",
352
- "settings.appearance.dark": "Dark",
353
- "reindex.title": "Rebuild the search index",
354
- "reindex.description": "Reads every node again and works out its search entries from scratch. Nothing is lost — the index is built from the documents themselves — but it costs time and money, and the screen looks the same afterwards.",
355
- "reindex.confirm": "Rebuild",
356
- "reindex.running": "Sending…",
357
- "reindex.cancel": "Cancel",
358
- "reindex.close": "Close",
359
- "reindex.queued": "Queued: {count}. The index catches up in the background; searching keeps working meanwhile.",
360
- "reindex.failed": "The rebuild was not started. Check your access and try again.",
361
- "auth.signOut": "Sign out",
362
- "auth.signOutFailed": "Signing out failed. Check your connection and try again.",
363
- "signIn.unreachable": "Intel could not be reached. Check your connection and try again.",
364
- "signIn.refusedTitle": "Signed in, but not accepted",
341
+ "settings.title": "Preferences",
342
+ "shell.resizeSidebar": "Sidebar width",
343
+ "shell.signedInUser": "Signed-in user",
344
+ "shell.toggleSidebar": "Collapse or expand the sidebar",
345
+ "shell.userMenu": "Account and tools for {name}",
346
+ "shell.userUnavailable": "Account unavailable",
365
347
  "signIn.refusedBody": "Gate signed you in, and this installation did not accept the credential. You have not been sent back to the login, because that is where the loop starts.",
366
348
  "signIn.refusedLikely": "Most often the session expired between the two steps, or the credential was issued for a different installation. Reloading is worth one try; after that, whoever runs this installation has to look.",
367
349
  "signIn.refusedRetry": "Try again",
368
- "common.title": "Title",
369
- "common.create": "Create",
370
- "common.save": "Save",
371
- "common.saving": "Saving…",
372
- "common.saved": "Saved",
373
- "common.saveNothing": "Nothing to save",
374
- "common.saveDirty": "Save unsaved changes",
375
- "common.unsavedTitle": "Unsaved changes",
376
- "common.unsavedBody": "This has changes that have not been saved. Leaving now discards them.",
377
- "common.unsavedStay": "Stay and save",
378
- "common.unsavedLeave": "Leave without saving",
379
- "common.loading": "Loading…",
380
- "common.retry": "Try again",
381
- "common.close": "Close",
382
- "common.cancel": "Cancel",
383
- "common.unavailable": "Intel is currently unavailable.",
384
- "common.noAccess": "This is not available to you. It may not exist, or it may no longer be shared with you.",
385
- "common.noPermission": "You do not have permission to see this.",
386
- "title.descriptionMore": "More",
350
+ "signIn.refusedTitle": "Signed in, but not accepted",
351
+ "signIn.unreachable": "Intel could not be reached. Check your connection and try again.",
387
352
  "title.descriptionLess": "Less",
388
- "flows.toolServersEmpty": "You reach no MCP server through the portal yet.",
389
- "flows.toolServersFailed": "The list of servers could not be loaded, so none can be chosen right now.",
390
- "flows.toolAllowAll": "Let the agent use any function",
391
- "flows.toolAllowSome": "Point the agent at specific functions",
392
- "flows.toolAllowHint": "Intel says what a step is for; the agent chooses the call and reaches the portal with its own permissions.",
393
- "flows.toolFunctions": "Functions",
394
- "flows.toolServersDisconnected": "You are not connected to the portal, so no server can be chosen. Connect it in the tool settings first.",
395
- "flows.toolAllowNone": "No function is selected yet, so this step cannot be published.",
396
- "flows.toolAllowUnknown": "The selection includes what this server does not offer right now: {count}.",
397
- "flows.toolStepNeedsServer": "The step “{label}” still needs a server.",
398
- "flows.toolFunctionsFailed": "The list of functions could not be loaded, so the selection may be incomplete.",
399
- "flows.publishPreviewToolUnavailable": "You do not reach this server, so publishing will be refused.",
400
- "flows.publishPreviewToolAllow": "Frozen to: {functions}",
401
- "flow.shareUnreadable": "This grant does not cover what this flow reads: {titles}.",
402
- "flow.shareUnreadableMore": "And {count} more you cannot see.",
403
- "flow.shareUnreadableHidden": "This grant does not cover everything this flow reads: {count} you cannot see.",
404
- "flow.shareUnreadableHint": "Nothing is blocked. A run will simply stop at that step for them.",
405
- "flow.shareUnrunnable": "This grant does not cover what this flow calls: {titles}.",
406
- "flow.shareUnrunnableMore": "And {count} more you cannot see.",
407
- "flow.shareUnrunnableHidden": "This grant does not cover everything this flow calls: {count} you cannot see.",
408
- "flow.shareUnrunnableHint": "A grant on one flow reaches that flow alone. Share those flows too, or share the folder they are filed in. Let them check with Validate before they run it.",
409
- "flow.verbHint.read": "Open this flow and read it",
410
- "flow.verbHint.write": "Change this flow",
411
- "flow.verbHint.execute": "Start this flow",
412
- "flow.verbHint.share": "Give others access to it"
353
+ "title.descriptionMore": "More",
354
+ "tools.connectExpired": "The portal sign-in took too long",
355
+ "tools.connectExpiredHelp": "The connection to the company MCP portal has to be completed within a few minutes, and this one ran out while the authorization screen was open. Nothing went wrong and nothing was refused — start it again and confirm the servers when the screen appears.",
356
+ "tools.connectFailed": "Portal sign-in failed",
357
+ "tools.connectFailedHelp": "The sign-in to the company MCP portal broke before it could be answered. This is a technical fault, not a decision about your access — start it again, and tell an administrator if it stays.",
358
+ "tools.connectRetry": "Start again",
359
+ "tools.connectUnknown": "Intel does not know whether you reach the portal",
360
+ "tools.connectUnknownHelp": "A sign-in to the company MCP portal was started in this browser session and never came back with an answer, so nothing here says you were allowed or refused. Start it again; if it keeps ending here, tell an administrator.",
361
+ "tools.destructiveCount": "{count} destructive",
362
+ "tools.destructiveShort": "Destructive",
363
+ "tools.empty": "No tools available to you",
364
+ "tools.emptyHelp": "The portal answered, and it offers your account no tools. An administrator decides in the portal which servers exist and who may reach them.",
365
+ "tools.inputSchema": "Input schema",
366
+ "tools.liveNote": "This list is a live query with your own portal access. Intel stores neither the tools nor who may use them; the portal decides both.",
367
+ "tools.noAccess": "No access to the company portal",
368
+ "tools.noAccessHelp": "Your account is not permitted to reach the company MCP portal, so there is nothing to show here. That permission is not given in Intel — ask whoever administers the accounts of your organisation to grant it.",
369
+ "tools.origin": "Origin",
370
+ "tools.originUnlisted": "Not from a listed server",
371
+ "tools.originUnlistedHelp": "The portal's server list names no server for these. Its own management tools sit here — the portal does not list itself — and so does anything from a server the list did not mention.",
372
+ "tools.outputSchema": "Result schema",
373
+ "tools.signingIn": "Signing you in to the company portal…",
374
+ "tools.toolCount": "Tools: {count}",
375
+ "tools.ungrouped": "Not sorted by server",
376
+ "tools.ungroupedHelp": "The company MCP portal did not answer which servers these tools come from, so Intel cannot say which tool belongs where. Everything you can reach is listed below; only the grouping is missing.",
377
+ "tools.unreachable": "Portal not reachable",
378
+ "tools.unreachableHelp": "The company MCP portal did not answer, so Intel cannot tell which tools you have. Nothing is stored here; try again once the portal responds.",
379
+ "tree.add": "Add to {title}",
380
+ "tree.addRoot": "Element",
381
+ "tree.addRoot.long": "Add at the top level",
382
+ "tree.calls": "Flows called by {title}",
383
+ "tree.collapse": "Hide what is inside {title}",
384
+ "tree.collapseCalls": "Hide the flows {title} calls",
385
+ "tree.contents": "Inside {title}",
386
+ "tree.createFailed": "It could not be created. Check your access and try again.",
387
+ "tree.empty": "Nothing here yet.",
388
+ "tree.expand": "Show what is inside {title}",
389
+ "tree.expandCalls": "Show the flows {title} calls",
390
+ "tree.failed": "This part of the tree could not be loaded.",
391
+ "tree.importFailed": "The import was not applied. Nothing was created — check the bundle and try again.",
392
+ "tree.importFolderInto": "Import a folder into {where}",
393
+ "tree.importZipInto": "Import a zip bundle into {where}",
394
+ "tree.kind.attachment": "File",
395
+ "tree.kind.document": "Document",
396
+ "tree.kind.flow": "Flow",
397
+ "tree.kind.folder": "Folder",
398
+ "tree.kind.table": "Table",
399
+ "tree.label": "Intelligence and flows",
400
+ "tree.move.alreadyThere": "It is already filed here.",
401
+ "tree.move.confirm": "Move",
402
+ "tree.move.destination": "New place: {title}",
403
+ "tree.move.dropRoot": "Drop here to move to the top level",
404
+ "tree.move.elsewhere": "Choose another folder",
405
+ "tree.move.failed.conflict": "It was not moved: somebody else changed this entry first. The tree has been reloaded — look again, then move it.",
406
+ "tree.move.failed.cycle": "It was not moved: a folder cannot be put inside itself or inside anything it contains.",
407
+ "tree.move.failed.forbidden": "It was not moved: you may not write into that folder. Ask for write access there.",
408
+ "tree.move.failed.gone": "It was not moved: that folder no longer exists.",
409
+ "tree.move.failed.notFolder": "It was not moved: only a folder can hold other entries.",
410
+ "tree.move.failed.other": "It could not be moved. Check your access and try again.",
411
+ "tree.move.here": "Move into {title}",
412
+ "tree.move.noFolders": "There is no folder here to move it into.",
413
+ "tree.move.open": "Open {title}",
414
+ "tree.move.pick": "Choose the folder to move it into.",
415
+ "tree.move.root": "Top level",
416
+ "tree.move.rowHint": "Movable: drag this row onto a folder, or open it and choose Move.",
417
+ "tree.move.sharingWarning": "Sharing follows the folder. After the move, everyone who can reach {title} can reach this entry, and anyone who only reached it through its old folder loses it. Nobody is notified.",
418
+ "tree.move.title": "Move {title}",
419
+ "tree.move.up": "Back to the folder above",
420
+ "tree.new.board": "New board",
421
+ "tree.new.document": "New document",
422
+ "tree.new.flow": "New flow",
423
+ "tree.new.folder": "New folder",
424
+ "tree.new.importFolder": "Import folder",
425
+ "tree.new.importZip": "Import zip bundle",
426
+ "tree.new.table": "New table",
427
+ "tree.new.upload": "Upload file",
428
+ "tree.table.columns": "Columns",
429
+ "tree.table.columnsHint": "Separate the column names with commas. They are the header, and every row appended later must match it.",
430
+ "tree.upload": "File to upload",
431
+ "tree.uploadFailed": "The file could not be uploaded. Check the 15 MB limit and try again.",
432
+ "view.graph": "Relation graph",
433
+ "view.graphEmpty": "Nothing here that you may see.",
434
+ "view.graphFailed": "The graph could not be loaded.",
435
+ "view.graphTruncated": "{omitted} more left out — this view draws at most {limit}.",
436
+ "view.showEditor": "Back to the editor",
437
+ "view.showGraph": "Show this level as a graph",
438
+ "view.showRuns": "Show this flow's runs"
413
439
  }