@anchrd/intel-ui 0.18.0 → 0.20.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/package.json +2 -9
- package/src/app/app-tree/app-tree.tsx +68 -147
- package/src/app/header-search/header-search.tsx +2 -1
- package/src/app/reindex-dialog/reindex-dialog.tsx +79 -0
- package/src/app/settings-dialog/settings-dialog.tsx +10 -32
- package/src/app/user-footer/user-footer.tsx +19 -0
- package/src/archive/archive.tsx +2 -1
- package/src/data/intel-data-provider/intel-data-provider.ts +42 -191
- package/src/data/intel-data-provider/intel-data-provider.types.ts +36 -120
- package/src/document-link/document-link.tsx +1 -1
- package/src/entry-picker/entry-picker.tsx +7 -7
- package/src/flow-runs/flow-runs.tsx +1 -1
- package/src/flows/flows.tsx +3 -2
- package/src/flows/node-icon/node-icon.ts +1 -1
- package/src/flows/node-palette/node-palette.tsx +1 -1
- package/src/flows/node-palette/node-palette.types.ts +1 -1
- package/src/graph-pane/graph-pane.tsx +1 -1
- package/src/i18n/de.json +14 -217
- package/src/i18n/en.json +14 -217
- package/src/i18n/es.json +14 -217
- package/src/import-bundle/import-bundle.tsx +152 -0
- package/src/kind-icon.ts +1 -15
- package/src/main.tsx +7 -10
- package/src/node-editor/node-editor.tsx +1 -1
- package/src/node-graph/graph-notice.tsx +1 -1
- package/src/node-graph/node-graph.ts +1 -1
- package/src/node-graph/node-graph.tsx +1 -1
- package/src/node-table/node-table.tsx +3 -3
- package/src/nodes/nodes.tsx +1 -35
- package/src/resource-menu/resource-menu.tsx +45 -21
- package/src/section-hint/section-hint.tsx +2 -2
- package/src/title-row/title-row.tsx +5 -22
- package/src/tools/tools.tsx +1 -3
- package/vite.config.ts +0 -4
- package/src/agent/agent-avatar/agent-avatar.tsx +0 -34
- package/src/agent/agent-calendar/agent-calendar.tsx +0 -160
- package/src/agent/agent-chat/agent-chat.tsx +0 -118
- package/src/agent/agent-costs/agent-costs.ts +0 -95
- package/src/agent/agent-cron/agent-cron.ts +0 -68
- package/src/agent/agent-definition/agent-definition.ts +0 -96
- package/src/agent/agent-delegation-notice/agent-delegation-notice.ts +0 -48
- package/src/agent/agent-entry-title/agent-entry-title.ts +0 -72
- package/src/agent/agent-log/agent-log.tsx +0 -308
- package/src/agent/agent-models/agent-models.ts +0 -166
- package/src/agent/agent-models/agent-models.types.ts +0 -24
- package/src/agent/agent-profile/agent-profile.tsx +0 -1006
- package/src/agent/agent-state/agent-state.ts +0 -85
- package/src/agent/agent-status-dot/agent-status-dot.ts +0 -73
- package/src/agent/agent.tsx +0 -507
- package/src/board/board-calendar/board-calendar.tsx +0 -89
- package/src/board/board-card/board-card.tsx +0 -106
- package/src/board/board-data/board-data.ts +0 -241
- package/src/board/board-data/board-data.types.ts +0 -63
- package/src/board/board-detail/board-detail.tsx +0 -629
- package/src/board/board-gantt/board-gantt.ts +0 -545
- package/src/board/board-gantt/board-gantt.tsx +0 -286
- package/src/board/board-graph/board-graph.ts +0 -174
- package/src/board/board-graph/board-graph.tsx +0 -168
- package/src/board/board-items/board-items.ts +0 -183
- package/src/board/board-kanban/board-kanban.ts +0 -137
- package/src/board/board-kanban/board-kanban.tsx +0 -257
- package/src/board/board-status/board-status.ts +0 -59
- package/src/board/board-statuses/board-statuses.ts +0 -63
- package/src/board/board-statuses/board-statuses.tsx +0 -228
- package/src/board/board-table/board-table.ts +0 -33
- package/src/board/board-table/board-table.tsx +0 -413
- package/src/board/board-views/board-views.tsx +0 -68
- package/src/board/board-views/board-views.types.ts +0 -29
- package/src/board/board.tsx +0 -251
- package/src/components/ui/item-calendar.tsx +0 -181
- package/src/components/ui/item-gantt.tsx +0 -463
- package/src/components/ui/kanban.tsx +0 -282
- package/src/data/agent-runtime/agent-runtime.ts +0 -131
- package/src/hooks/use-capabilities.ts +0 -22
- package/src/hooks/use-model-catalog.ts +0 -26
- package/src/timezone/timezone-combobox/timezone-combobox.tsx +0 -149
- package/src/timezone/timezone-context.tsx +0 -65
- package/src/timezone/timezone.ts +0 -174
package/src/i18n/de.json
CHANGED
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"tree.new.table": "Neue Tabelle",
|
|
40
40
|
"tree.new.upload": "Datei hochladen",
|
|
41
41
|
"tree.new.flow": "Neuer Flow",
|
|
42
|
-
"tree.new.agent": "Neuer Agent",
|
|
43
42
|
"tree.upload": "Datei zum Hochladen",
|
|
44
43
|
"tree.table.columns": "Spalten",
|
|
45
44
|
"tree.table.columnsHint": "Trenne die Spaltennamen mit Kommas. Sie sind die Kopfzeile, und jede später angehängte Zeile muss dazu passen.",
|
|
@@ -49,8 +48,6 @@
|
|
|
49
48
|
"tree.kind.document": "Dokument",
|
|
50
49
|
"tree.kind.attachment": "Datei",
|
|
51
50
|
"tree.kind.table": "Tabelle",
|
|
52
|
-
"tree.kind.agent": "Agent",
|
|
53
|
-
"tree.kind.board": "Board",
|
|
54
51
|
"tree.kind.flow": "Flow",
|
|
55
52
|
"tree.move.action": "Verschieben nach …",
|
|
56
53
|
"tree.move.title": "{title} verschieben",
|
|
@@ -76,9 +73,12 @@
|
|
|
76
73
|
"resource.rename": "Umbenennen",
|
|
77
74
|
"resource.renameTitle": "{title} umbenennen",
|
|
78
75
|
"resource.archive": "Archivieren",
|
|
79
|
-
"resource.export": "
|
|
76
|
+
"resource.export": "Export",
|
|
77
|
+
"resource.import": "Import",
|
|
80
78
|
"tree.new.importZip": "ZIP-Bündel importieren",
|
|
81
79
|
"tree.new.importFolder": "Ordner importieren",
|
|
80
|
+
"tree.importZipInto": "ZIP-Bündel in {where} importieren",
|
|
81
|
+
"tree.importFolderInto": "Ordner in {where} importieren",
|
|
82
82
|
"tree.importFailed": "Der Import wurde nicht übernommen. Es wurde nichts angelegt — prüfe das Bündel und versuche es erneut.",
|
|
83
83
|
"resource.exportFailed": "Der Export konnte nicht heruntergeladen werden. Prüfe deinen Zugriff und versuche es erneut.",
|
|
84
84
|
"archive.title": "Archiv",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"node.attachmentHelp": "Die kanonische Datei liegt privat in Intel. Ihre KI-lesbare Projektion wird getrennt indexiert.",
|
|
98
98
|
"node.table.summary": "{rows} Zeilen, {columns} Spalten",
|
|
99
99
|
"node.table.download": "CSV herunterladen",
|
|
100
|
-
"node.table.empty": "Noch keine Zeilen. Zeilen werden von Flows
|
|
100
|
+
"node.table.empty": "Noch keine Zeilen. Zeilen werden von Flows angehängt.",
|
|
101
101
|
"node.table.undefined": "Diese Tabelle hat noch keine Spalten.",
|
|
102
102
|
"node.select": "Wähle ein Dokument oder einen Ordner, um damit zu arbeiten.",
|
|
103
103
|
"node.folderEmpty": "In diesem Ordner ist noch nichts. Lege etwas über das Plus in der Seitenleiste an.",
|
|
@@ -108,8 +108,6 @@
|
|
|
108
108
|
"node.kind.document": "Dokument",
|
|
109
109
|
"node.kind.attachment": "Upload",
|
|
110
110
|
"node.kind.table": "Tabelle",
|
|
111
|
-
"node.kind.agent": "Agent",
|
|
112
|
-
"node.kind.board": "Board",
|
|
113
111
|
"node.kind.flow": "Flow",
|
|
114
112
|
"node.share": "Freigeben",
|
|
115
113
|
"node.shareAction": "Zugriff geben",
|
|
@@ -122,7 +120,6 @@
|
|
|
122
120
|
"node.verbHint.read": "Alles hier drin sehen",
|
|
123
121
|
"node.verbHint.write": "Dinge ändern und hinzufügen",
|
|
124
122
|
"node.verbHint.execute": "Die Flows hier drin starten",
|
|
125
|
-
"node.verbHint.execute.agent": "Diesen Agenten nutzen — seinen Chat, seine Zeitpläne und seine MCP-Adresse",
|
|
126
123
|
"node.verbHint.share": "Anderen Zugriff geben",
|
|
127
124
|
"node.organization": "Alle in der Organisation",
|
|
128
125
|
"node.revokeShare": "Zugriff entziehen",
|
|
@@ -279,120 +276,6 @@
|
|
|
279
276
|
"runs.trigger.subflow": "von einem anderen Flow aufgerufen",
|
|
280
277
|
"runs.outcome.completed": "fertig",
|
|
281
278
|
"runs.outcome.failed": "fehlgeschlagen",
|
|
282
|
-
"agent.tabs": "Agenten-Ansichten",
|
|
283
|
-
"agent.tab.profile": "Profil",
|
|
284
|
-
"agent.tab.chat": "Chat",
|
|
285
|
-
"agent.tab.calendar": "Kalender",
|
|
286
|
-
"agent.tab.log": "Protokoll",
|
|
287
|
-
"agent.status.running": "Läuft",
|
|
288
|
-
"agent.status.waiting": "Wartet auf den nächsten Lauf",
|
|
289
|
-
"agent.status.failed": "Letzter Lauf fehlgeschlagen",
|
|
290
|
-
"agent.status.paused": "Pausiert",
|
|
291
|
-
"agent.status.unknown": "Laufzeit nicht erreichbar",
|
|
292
|
-
"agent.nextRun": "nächster Lauf {when} ({zone})",
|
|
293
|
-
"agent.lastRun": "letzter Lauf {when}",
|
|
294
|
-
"agent.pausedNoRuns": "kein Zeitplan feuert, keine Aufgabe und keine Mail wird angenommen; der Chat antwortet weiter",
|
|
295
|
-
"agent.pause": "Pausieren",
|
|
296
|
-
"agent.resume": "Fortsetzen",
|
|
297
|
-
"agent.runNow": "Jetzt ausführen",
|
|
298
|
-
"agent.runNowNoTarget": "Dieser Agent hat keinen Zeitplan, es gibt also nichts auszuführen.",
|
|
299
|
-
"agent.runNowPaused": "Setze den Agenten fort, bevor du ihn ausführst.",
|
|
300
|
-
"agent.actionFailed": "Das hat nicht funktioniert. Versuche es erneut.",
|
|
301
|
-
"agent.keyMissing": "Dieser Agent hat keinen Application-Key, deshalb kann kein Lauf starten. Ersetze seinen Key unter „Identität“ im Profil.",
|
|
302
|
-
"agent.createdBy": "von {name}",
|
|
303
|
-
"agent.notPermitted": "Du darfst diesen Agenten lesen, aber nicht steuern. Dafür braucht es die Berechtigung „Agenten ausführen“.",
|
|
304
|
-
"agent.noRuntime": "Diese Installation betreibt keine Agenten-Laufzeit, deshalb kann dieser Agent hier weder chatten noch laufen. Seine Definition bleibt erhalten und funktioniert wieder auf einer Installation, die eine hat.",
|
|
305
|
-
"agent.loadFailed": "Dieser Agent konnte nicht geladen werden. Prüfe deinen Zugriff und versuche es erneut.",
|
|
306
|
-
"agent.saveFailed": "Die Änderung wurde nicht gespeichert. Vielleicht hat jemand anderes diesen Agenten zuerst geändert — lade neu und versuche es erneut.",
|
|
307
|
-
"agent.noDefinition": "Dieser Agent hat noch keine Definition, hier gibt es also nichts zu ändern.",
|
|
308
|
-
"agent.identity": "Identität",
|
|
309
|
-
"agent.identityHint": "Die Gate-Application, als die dieser Agent handelt. Ihre Rechte im Baum entscheiden, was ein Lauf lesen und schreiben darf, und ihr Key liegt verschlüsselt in der Agenten-Laufzeit — nie hier und nie in der Definition.",
|
|
310
|
-
"agent.principal": "Gate-Application",
|
|
311
|
-
"agent.principalNone": "Keine",
|
|
312
|
-
"agent.principalNoneHint": "Dieser Agent hat keine Gate-Application, es gibt also keinen Key zu ersetzen. Agenten, die vor dieser Funktion angelegt, importiert oder aus einem Bündel wiederhergestellt wurden, bekommen eine in Gate.",
|
|
313
|
-
"agent.rotateKey": "Key ersetzen",
|
|
314
|
-
"agent.rotateKeyConfirm": "Ein neuer Key wird ausgestellt und an die Agenten-Laufzeit übergeben. Der bisherige Key hört sofort auf zu funktionieren, und kein Key wird hier je angezeigt.",
|
|
315
|
-
"agent.rotateKeyDone": "Der Key wurde ersetzt. Ab dem nächsten Lauf arbeitet der Agent mit dem neuen.",
|
|
316
|
-
"agent.rotateKeyFailed": "Der Key wurde nicht ersetzt. Versuche es erneut — und bleib dran, bis es klappt: Wenn Gate den neuen Key bereits ausgestellt hat, kann dieser Agent erst wieder laufen, wenn die Agenten-Laufzeit ihn hat.",
|
|
317
|
-
"agent.contact": "Erreichbarkeit",
|
|
318
|
-
"agent.contactHint": "Wie dieser Agent erreicht wird. Der eingebaute Chat gehört zur Laufzeit und ist immer da.",
|
|
319
|
-
"agent.contactChat": "Eingebauter Chat",
|
|
320
|
-
"agent.contactChatBuiltIn": "Eingebaut, immer da",
|
|
321
|
-
"agent.contactMcp": "MCP-Adresse",
|
|
322
|
-
"agent.copy": "Kopieren",
|
|
323
|
-
"agent.copied": "Kopiert",
|
|
324
|
-
"agent.contactAdd": "Erreichbarkeit hinzufügen",
|
|
325
|
-
"agent.contactAddReason": "Eine Mail-Adresse gehört der Installation, nicht der Definition des Agenten — sie wird dort konfiguriert, wo die Laufzeit betrieben wird.",
|
|
326
|
-
"agent.knows": "Was er weiß",
|
|
327
|
-
"agent.knowsHint": "Was dieser Agent liest, und wofür jeder Eintrag zählt. Eine Systemnachricht weist ihn an — ein Ordner, ein Dokument oder eine Tabelle. Semantischer Kontext wird durchsucht, und in das Gedächtnis wird zurückgeschrieben und es wird ebenso durchsucht, deshalb sind beide Ordner. Der Name verspricht weniger als die Rolle: Was der Agent sich im Gedächtnis notiert, kommt ihm bei jeder späteren Suche wieder entgegen.",
|
|
328
|
-
"agent.addReference": "Etwas zum Lesen hinzufügen",
|
|
329
|
-
"agent.removeReferenceOf": "{title} nicht mehr lesen",
|
|
330
|
-
"agent.pickEntry": "Was gelesen wird",
|
|
331
|
-
"agent.roleFor": "Wofür {title} zählt",
|
|
332
|
-
"agent.role.system-message": "Systemnachricht",
|
|
333
|
-
"agent.role.semantic-context": "Semantischer Kontext",
|
|
334
|
-
"agent.role.memory": "Gedächtnis",
|
|
335
|
-
"agent.unknownEntry": "Für dich nicht verfügbar",
|
|
336
|
-
"agent.tools": "Werkzeuge",
|
|
337
|
-
"agent.toolsHint": "Die MCP-Server, die du diesem Agenten gibst, aus denen, die du selbst erreichst. Intel speichert die Auswahl, nie die Berechtigung — die Werkzeuge hinter einem Server werden bei jedem Lauf live mit deinem Portal-Zugriff gelesen.",
|
|
338
|
-
"agent.addTool": "Werkzeug hinzufügen",
|
|
339
|
-
"agent.removeToolServerOf": "{name} diesem Agenten wegnehmen",
|
|
340
|
-
"agent.toolServerUnavailable": "Du erreichst diesen Server nicht mehr",
|
|
341
|
-
"agent.toolsDelegationNotice": "Wer diesen Agenten ausführen darf, handelt auf deiner Verbindung.",
|
|
342
|
-
"agent.toolsDelegationNoticeBy": "Wer diesen Agenten ausführen darf, handelt auf der Verbindung von {name}.",
|
|
343
|
-
"agent.toolsDelegationNoticeSomebody": "Wer diesen Agenten ausführen darf, handelt auf der Verbindung dessen, der ihm diese Werkzeuge gegeben hat — nicht auf deiner.",
|
|
344
|
-
"agent.toolsNotConnected": "Du bist noch nicht am Firmenportal angemeldet, es gibt also nichts abzugeben. Öffne „Werkzeuge“, um dich zu verbinden.",
|
|
345
|
-
"agent.toolsNoneLeft": "Jeder Server, den du erreichst, ist diesem Agenten bereits gegeben.",
|
|
346
|
-
"agent.schedule": "Zeitplan",
|
|
347
|
-
"agent.scheduleHint": "Wann dieser Agent von sich aus handelt und was er ausführt. Jeder Zeitplan behält die Zeitzone, die er bekommen hat — er meint damit für alle Lesenden dieselbe Stunde.",
|
|
348
|
-
"agent.addSchedule": "Zeitplan hinzufügen",
|
|
349
|
-
"agent.removeSchedule": "Diesen Zeitplan entfernen",
|
|
350
|
-
"agent.scheduleTarget": "Was ausgeführt wird",
|
|
351
|
-
"agent.cron": "Wann",
|
|
352
|
-
"agent.scheduleTimezone": "Zeitzone",
|
|
353
|
-
"agent.scheduleTimezoneHint": "Worin der Ausdruck darüber gelesen wird. Vorgeschlagen aus deiner eigenen Einstellung und beim Zeitplan gespeichert — wenn du deine Einstellung später änderst, bleibt dieser hier unberührt.",
|
|
354
|
-
"agent.cronHint": "Fünf Felder: Minute, Stunde, Tag des Monats, Monat, Wochentag. „0 8 * * *“ ist täglich um 08:00 in der Zeitzone darunter.",
|
|
355
|
-
"agent.model": "Modell",
|
|
356
|
-
"agent.modelHint": "Welches Modell denkt. Eine Änderung übernimmt die Laufzeit innerhalb einer Minute.",
|
|
357
|
-
"agent.modelFigures": "{context} Kontext · {input} $ rein / {output} $ raus je 1 Mio. Token",
|
|
358
|
-
"agent.usage": "{input} rein · {output} raus · {cacheRead} Cache gelesen · {cacheWrite} Cache geschrieben",
|
|
359
|
-
"agent.usageUnknown": "Für diesen Lauf sind keine Verbrauchszahlen erfasst",
|
|
360
|
-
"agent.usageNotReported": "Dieser Anbieter meldet keinen Verbrauch",
|
|
361
|
-
"agent.costMissing": "Kosten stehen nicht im Gateway-Log",
|
|
362
|
-
"agent.costNotConfigured": "Keine Kostenangabe: Diese Installation hat kein Lese-Token für das AI Gateway.",
|
|
363
|
-
"agent.costUnreadable": "Keine Kostenangabe: Das AI-Gateway-Log war nicht lesbar.",
|
|
364
|
-
"agent.costPartial": "Das Gateway-Log wurde bis zur Seitengrenze gelesen — diese Summen sind eine Untergrenze.",
|
|
365
|
-
"agent.costWindow": "Letzte {days} Tage",
|
|
366
|
-
"agent.costWindowCalls": "{count} Modellaufrufe",
|
|
367
|
-
"agent.costs": "Kosten",
|
|
368
|
-
"agent.costsSpent": "{amount} in den letzten {days} Tagen",
|
|
369
|
-
"agent.costsSpentPast": "Bereits ausgegeben, für vergangene Läufe — keine Vorhersage für das oben gewählte Modell.",
|
|
370
|
-
"agent.costsSpentWith": "mit {models}",
|
|
371
|
-
"agent.modelFiguresStale": "Diese Angaben stammen aus einer eingebauten Tabelle und können veraltet sein.",
|
|
372
|
-
"agent.calendar": "Kommende Läufe",
|
|
373
|
-
"agent.calendarZones": "Jede Zeit steht in der Zeitzone ihres eigenen Zeitplans, denn dann läuft der Agent. Weicht deine eigene Zeitzone ab, steht sie daneben.",
|
|
374
|
-
"agent.calendarYourTime": "{when} bei dir",
|
|
375
|
-
"agent.calendarUnreadable": "Keiner der Zeitpläne dieses Agenten lässt sich als Cron-Ausdruck lesen, es ist also nichts geplant.",
|
|
376
|
-
"agent.calendarPaused": "Dieser Agent ist pausiert, keiner dieser Läufe findet statt. Sie zeigen, was er täte, sobald er fortgesetzt wird.",
|
|
377
|
-
"agent.log": "Läufe",
|
|
378
|
-
"agent.logEmpty": "Dieser Agent ist noch nicht gelaufen.",
|
|
379
|
-
"agent.logFailed": "Die Läufe konnten nicht gelesen werden. Vielleicht ist die Agenten-Laufzeit von hier aus nicht erreichbar.",
|
|
380
|
-
"agent.runFailed": "Dieser Lauf konnte nicht gelesen werden.",
|
|
381
|
-
"agent.runLog": "Was dieser Lauf getan hat",
|
|
382
|
-
"agent.runLogEmpty": "Dieser Lauf hat nichts aufgezeichnet.",
|
|
383
|
-
"agent.runAnswer": "Was dieser Lauf geantwortet hat",
|
|
384
|
-
"agent.runAnswerEmpty": "Dieser Lauf hat keine Antwort aufgezeichnet.",
|
|
385
|
-
"agent.steps": "{count} Schritte",
|
|
386
|
-
"agent.trigger.chat": "aus dem Chat",
|
|
387
|
-
"agent.trigger.schedule": "nach Zeitplan",
|
|
388
|
-
"agent.trigger.mail": "aus einer E-Mail",
|
|
389
|
-
"agent.trigger.task": "über MCP gefragt",
|
|
390
|
-
"agent.trigger.manual": "von Hand gestartet",
|
|
391
|
-
"agent.chatEmpty": "Schreib diesem Agenten. Er antwortet mit dem, was er weiß, und den Werkzeugen, die er erreichen darf.",
|
|
392
|
-
"agent.chatInput": "Nachricht an diesen Agenten",
|
|
393
|
-
"agent.chatPlaceholder": "Frag etwas …",
|
|
394
|
-
"agent.chatSend": "Senden",
|
|
395
|
-
"agent.chatScrollDown": "Zur neuesten Nachricht springen",
|
|
396
279
|
"settings.title": "Einstellungen",
|
|
397
280
|
"settings.description": "Sprache, Erscheinungsbild und Zeitzone. Alle drei gelten sofort und werden auf diesem Gerät gemerkt.",
|
|
398
281
|
"settings.language": "Sprache",
|
|
@@ -400,12 +283,14 @@
|
|
|
400
283
|
"settings.appearance.system": "Dem System folgen",
|
|
401
284
|
"settings.appearance.light": "Hell",
|
|
402
285
|
"settings.appearance.dark": "Dunkel",
|
|
403
|
-
"
|
|
404
|
-
"
|
|
405
|
-
"
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
286
|
+
"reindex.title": "Suchindex neu aufbauen",
|
|
287
|
+
"reindex.description": "Liest jeden Knoten noch einmal und ermittelt seine Sucheinträge von Grund auf. Es geht nichts verloren — der Index entsteht aus den Dokumenten selbst —, aber es kostet Zeit und Geld, und danach sieht der Bildschirm genauso aus.",
|
|
288
|
+
"reindex.confirm": "Neu aufbauen",
|
|
289
|
+
"reindex.running": "Wird gesendet …",
|
|
290
|
+
"reindex.cancel": "Abbrechen",
|
|
291
|
+
"reindex.close": "Schließen",
|
|
292
|
+
"reindex.queued": "{count} Knoten sind eingereiht. Der Index zieht im Hintergrund nach; die Suche funktioniert währenddessen weiter.",
|
|
293
|
+
"reindex.failed": "Der Neuaufbau wurde nicht gestartet. Prüfe deine Berechtigung und versuche es noch einmal.",
|
|
409
294
|
"auth.signOut": "Abmelden",
|
|
410
295
|
"auth.signOutFailed": "Das Abmelden ist fehlgeschlagen. Prüfe deine Verbindung und versuche es erneut.",
|
|
411
296
|
"signIn.refusedTitle": "Angemeldet, aber nicht angenommen",
|
|
@@ -425,93 +310,5 @@
|
|
|
425
310
|
"common.loading": "Wird geladen …",
|
|
426
311
|
"common.retry": "Erneut versuchen",
|
|
427
312
|
"common.close": "Schließen",
|
|
428
|
-
"common.unavailable": "Intel ist derzeit nicht verfügbar."
|
|
429
|
-
"board.summary": "{tasks} Aufgaben in {statuses} Status",
|
|
430
|
-
"board.views": "Ansichten dieses Boards",
|
|
431
|
-
"board.view.kanban": "Board",
|
|
432
|
-
"board.view.table": "Tabelle",
|
|
433
|
-
"board.view.calendar": "Kalender",
|
|
434
|
-
"board.view.graph": "Graph",
|
|
435
|
-
"board.view.gantt": "Gantt",
|
|
436
|
-
"board.statuses": "Status",
|
|
437
|
-
"board.statusLabel": "Statusname",
|
|
438
|
-
"board.statusUp": "Status nach oben",
|
|
439
|
-
"board.statusDown": "Status nach unten",
|
|
440
|
-
"board.statusRemove": "Status {label} entfernen",
|
|
441
|
-
"board.addStatus": "Neuer Status",
|
|
442
|
-
"board.shelfFixed": "Immer der letzte",
|
|
443
|
-
"board.showArchived": "Archivierte zeigen",
|
|
444
|
-
"board.addTask": "Neue Aufgabe",
|
|
445
|
-
"board.empty": "Auf diesem Board steht noch nichts. Lege oben die erste Aufgabe an.",
|
|
446
|
-
"board.noTasks": "Hier passt nichts.",
|
|
447
|
-
"board.laneEmpty": "Leer",
|
|
448
|
-
"board.archivedEmpty": "Nichts archiviert.",
|
|
449
|
-
"board.blocked": "Blockiert",
|
|
450
|
-
"board.open": "Offen",
|
|
451
|
-
"board.subtaskCount": "{done}/{total} Teilaufgaben",
|
|
452
|
-
"board.unassigned": "Nicht zugewiesen",
|
|
453
|
-
"board.assignee.me": "Ich",
|
|
454
|
-
"board.assignee.unnamed": "Zugewiesen",
|
|
455
|
-
"board.unknownTask": "Aufgabe für dich nicht verfügbar",
|
|
456
|
-
"board.column.title": "Titel",
|
|
457
|
-
"board.column.status": "Status",
|
|
458
|
-
"board.column.assignee": "Zuständig",
|
|
459
|
-
"board.column.startDate": "Startdatum",
|
|
460
|
-
"board.column.dueDate": "Fällig am",
|
|
461
|
-
"board.column.labels": "Labels",
|
|
462
|
-
"board.columns": "Spalten",
|
|
463
|
-
"board.filterTitle": "Nach Titel filtern",
|
|
464
|
-
"board.groupBy": "Gruppieren nach",
|
|
465
|
-
"board.groupBy.none": "Nichts",
|
|
466
|
-
"board.groupBy.status": "Status",
|
|
467
|
-
"board.groupBy.assignee": "Zuständig",
|
|
468
|
-
"board.toggleSubtasks": "Teilaufgaben von {task} ein- oder ausblenden",
|
|
469
|
-
"board.calendar.previous": "Vorheriger Monat",
|
|
470
|
-
"board.calendar.next": "Nächster Monat",
|
|
471
|
-
"board.calendar.today": "Heute",
|
|
472
|
-
"board.calendar.more": "+{count} weitere",
|
|
473
|
-
"board.calendar.undated": "{count} ohne Fälligkeitsdatum — nicht im Raster, aber auf dem Board und in der Tabelle.",
|
|
474
|
-
"board.gantt.scale": "Maßstab",
|
|
475
|
-
"board.gantt.scale.days": "Tage",
|
|
476
|
-
"board.gantt.scale.weeks": "Wochen",
|
|
477
|
-
"board.gantt.scale.months": "Monate",
|
|
478
|
-
"board.gantt.today": "Heute",
|
|
479
|
-
"board.gantt.move": "{task} verschieben",
|
|
480
|
-
"board.gantt.resizeStart": "Beginn von {task} ändern",
|
|
481
|
-
"board.gantt.resizeEnd": "Fälligkeit von {task} ändern",
|
|
482
|
-
"board.gantt.spanLabel": "{start} bis {end}",
|
|
483
|
-
"board.gantt.waitsFor": "wartet auf {tasks}",
|
|
484
|
-
"board.gantt.hiddenLinks": "{count} Abhängigkeiten sind nicht gezeichnet: die erwartete Aufgabe hat hier keinen Balken.",
|
|
485
|
-
"board.gantt.undated": "Ohne Datum",
|
|
486
|
-
"board.gantt.undatedCount": "{count} ohne Datum — auf dem Board, aber auf keiner Zeitachse.",
|
|
487
|
-
"board.gantt.nothingDated": "Nichts auf diesem Board hat ein Datum. Gib einer Aufgabe ein Fälligkeitsdatum, dann erscheint sie hier.",
|
|
488
|
-
"board.graph.subtree": "Teilbaum",
|
|
489
|
-
"board.graph.wholeBoard": "Ganzes Board",
|
|
490
|
-
"board.graph.parentEdge": "enthält",
|
|
491
|
-
"board.graph.dependsEdge": "wartet auf",
|
|
492
|
-
"board.detail": "Aufgabe",
|
|
493
|
-
"board.description": "Beschreibung",
|
|
494
|
-
"board.subtasks": "Teilaufgaben",
|
|
495
|
-
"board.addSubtask": "Neue Teilaufgabe",
|
|
496
|
-
"board.dependencies": "Wartet auf",
|
|
497
|
-
"board.addDependency": "Abhängigkeit hinzufügen",
|
|
498
|
-
"board.removeDependency": "Diese Abhängigkeit entfernen",
|
|
499
|
-
"board.references": "Referenzen",
|
|
500
|
-
"board.addReference": "Referenz hinzufügen",
|
|
501
|
-
"board.removeReference": "Diese Referenz entfernen",
|
|
502
|
-
"board.addLabel": "Neues Label",
|
|
503
|
-
"board.removeLabel": "Label {label} entfernen",
|
|
504
|
-
"board.deleteTask": "Aufgabe löschen",
|
|
505
|
-
"board.deleteConfirm": "„{task}“ zu löschen entfernt die Aufgabe und alles darunter: insgesamt {count}. Abhängigkeiten darauf werden entfernt.",
|
|
506
|
-
"board.deleted": "Gelöscht: {count}.",
|
|
507
|
-
"board.archivedHint": "Diese Aufgabe liegt im Archiv. Ein Wechsel in einen anderen Status holt sie zurück.",
|
|
508
|
-
"board.dnd.start": "{task} aufgenommen",
|
|
509
|
-
"board.dnd.over": "{task} über {lane}",
|
|
510
|
-
"board.dnd.end": "{task} in {lane} abgelegt",
|
|
511
|
-
"board.dnd.endUnchanged": "{task} wurde nicht verschoben und steht weiterhin in {lane}",
|
|
512
|
-
"board.dnd.endRefused": "{lane} nimmt keine Karten mehr auf, {task} wurde nicht verschoben und steht weiterhin in {from}",
|
|
513
|
-
"board.dnd.cancel": "Ablegen von {task} abgebrochen",
|
|
514
|
-
"board.dnd.instructions": "Mit der Eingabetaste diese Aufgabe öffnen. Zum Verschieben stattdessen die Leertaste darauf drücken und sie mit den Pfeiltasten an eine andere Position oder in eine andere Spalte bringen, dann mit Leertaste, Eingabetaste oder Tabulator ablegen oder mit Escape dort lassen, wo sie war.",
|
|
515
|
-
"board.card.roleDescription": "Aufgabe, verschiebbar",
|
|
516
|
-
"board.statusTerminal": "Gilt als erledigt"
|
|
313
|
+
"common.unavailable": "Intel ist derzeit nicht verfügbar."
|
|
517
314
|
}
|
package/src/i18n/en.json
CHANGED
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"tree.new.table": "New table",
|
|
40
40
|
"tree.new.upload": "Upload file",
|
|
41
41
|
"tree.new.flow": "New flow",
|
|
42
|
-
"tree.new.agent": "New agent",
|
|
43
42
|
"tree.upload": "File to upload",
|
|
44
43
|
"tree.table.columns": "Columns",
|
|
45
44
|
"tree.table.columnsHint": "Separate the column names with commas. They are the header, and every row appended later must match it.",
|
|
@@ -49,8 +48,6 @@
|
|
|
49
48
|
"tree.kind.document": "Document",
|
|
50
49
|
"tree.kind.attachment": "File",
|
|
51
50
|
"tree.kind.table": "Table",
|
|
52
|
-
"tree.kind.agent": "Agent",
|
|
53
|
-
"tree.kind.board": "Board",
|
|
54
51
|
"tree.kind.flow": "Flow",
|
|
55
52
|
"tree.move.action": "Move to…",
|
|
56
53
|
"tree.move.title": "Move {title}",
|
|
@@ -76,9 +73,12 @@
|
|
|
76
73
|
"resource.rename": "Rename",
|
|
77
74
|
"resource.renameTitle": "Rename {title}",
|
|
78
75
|
"resource.archive": "Archive",
|
|
79
|
-
"resource.export": "
|
|
76
|
+
"resource.export": "Export",
|
|
77
|
+
"resource.import": "Import",
|
|
80
78
|
"tree.new.importZip": "Import zip bundle",
|
|
81
79
|
"tree.new.importFolder": "Import folder",
|
|
80
|
+
"tree.importZipInto": "Import a zip bundle into {where}",
|
|
81
|
+
"tree.importFolderInto": "Import a folder into {where}",
|
|
82
82
|
"tree.importFailed": "The import was not applied. Nothing was created — check the bundle and try again.",
|
|
83
83
|
"resource.exportFailed": "The export could not be downloaded. Check your access and try again.",
|
|
84
84
|
"archive.title": "Archive",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"node.attachmentHelp": "The canonical file is stored privately in Intel. Its AI-readable projection is indexed separately.",
|
|
98
98
|
"node.table.summary": "{rows} rows, {columns} columns",
|
|
99
99
|
"node.table.download": "Download CSV",
|
|
100
|
-
"node.table.empty": "No rows yet. Rows are appended by flows
|
|
100
|
+
"node.table.empty": "No rows yet. Rows are appended by flows.",
|
|
101
101
|
"node.table.undefined": "This table has no columns yet.",
|
|
102
102
|
"node.select": "Select a document or folder to work with it.",
|
|
103
103
|
"node.folderEmpty": "Nothing in this folder yet. Create something with the plus in the sidebar.",
|
|
@@ -108,8 +108,6 @@
|
|
|
108
108
|
"node.kind.document": "Document",
|
|
109
109
|
"node.kind.attachment": "Upload",
|
|
110
110
|
"node.kind.table": "Table",
|
|
111
|
-
"node.kind.agent": "Agent",
|
|
112
|
-
"node.kind.board": "Board",
|
|
113
111
|
"node.kind.flow": "Flow",
|
|
114
112
|
"node.share": "Share",
|
|
115
113
|
"node.shareAction": "Grant access",
|
|
@@ -122,7 +120,6 @@
|
|
|
122
120
|
"node.verbHint.read": "See everything in here",
|
|
123
121
|
"node.verbHint.write": "Change and add things",
|
|
124
122
|
"node.verbHint.execute": "Start the flows in here",
|
|
125
|
-
"node.verbHint.execute.agent": "Use this agent — its chat, its schedules and its MCP address",
|
|
126
123
|
"node.verbHint.share": "Give others access",
|
|
127
124
|
"node.organization": "Everyone in the organization",
|
|
128
125
|
"node.revokeShare": "Revoke access",
|
|
@@ -279,120 +276,6 @@
|
|
|
279
276
|
"runs.trigger.subflow": "called by another flow",
|
|
280
277
|
"runs.outcome.completed": "done",
|
|
281
278
|
"runs.outcome.failed": "failed",
|
|
282
|
-
"agent.tabs": "Agent views",
|
|
283
|
-
"agent.tab.profile": "Profile",
|
|
284
|
-
"agent.tab.chat": "Chat",
|
|
285
|
-
"agent.tab.calendar": "Calendar",
|
|
286
|
-
"agent.tab.log": "Log",
|
|
287
|
-
"agent.status.running": "Running",
|
|
288
|
-
"agent.status.waiting": "Waiting for its next run",
|
|
289
|
-
"agent.status.failed": "Last run failed",
|
|
290
|
-
"agent.status.paused": "Paused",
|
|
291
|
-
"agent.status.unknown": "Runtime not reachable",
|
|
292
|
-
"agent.nextRun": "next run {when} ({zone})",
|
|
293
|
-
"agent.lastRun": "last run {when}",
|
|
294
|
-
"agent.pausedNoRuns": "no schedule fires, no task and no mail is taken; the chat still answers",
|
|
295
|
-
"agent.pause": "Pause",
|
|
296
|
-
"agent.resume": "Resume",
|
|
297
|
-
"agent.runNow": "Run now",
|
|
298
|
-
"agent.runNowNoTarget": "This agent has no schedule, so there is nothing to run.",
|
|
299
|
-
"agent.runNowPaused": "Resume the agent before running it.",
|
|
300
|
-
"agent.actionFailed": "That did not work. Try again.",
|
|
301
|
-
"agent.keyMissing": "This agent has no application key, so no run can start. Replace its key under Identity in the profile.",
|
|
302
|
-
"agent.createdBy": "by {name}",
|
|
303
|
-
"agent.notPermitted": "You may read this agent, but not drive it. Driving an agent needs the “run agents” permission.",
|
|
304
|
-
"agent.noRuntime": "This installation runs no agent runtime, so this agent cannot chat or run here. Its definition is kept and works again on an installation that has one.",
|
|
305
|
-
"agent.loadFailed": "This agent could not be loaded. Check your access and try again.",
|
|
306
|
-
"agent.saveFailed": "The change was not saved. Somebody else may have changed this agent first — reload and try again.",
|
|
307
|
-
"agent.noDefinition": "This agent has no definition yet, so there is nothing to change here.",
|
|
308
|
-
"agent.identity": "Identity",
|
|
309
|
-
"agent.identityHint": "The Gate application this agent acts as. Its grants in the tree decide what a run may read and write, and its key lives encrypted in the agent runtime — never here and never in the definition.",
|
|
310
|
-
"agent.principal": "Gate application",
|
|
311
|
-
"agent.principalNone": "None",
|
|
312
|
-
"agent.principalNoneHint": "This agent has no Gate application, so there is no key to replace. Agents created before this feature, imported, or restored from a bundle are given one in Gate.",
|
|
313
|
-
"agent.rotateKey": "Replace key",
|
|
314
|
-
"agent.rotateKeyConfirm": "A new key is issued and given to the agent runtime. The previous key stops working immediately, and no key is ever shown here.",
|
|
315
|
-
"agent.rotateKeyDone": "The key was replaced. The agent runs with the new one from its next run.",
|
|
316
|
-
"agent.rotateKeyFailed": "The key was not replaced. Try again — and keep trying until it succeeds: if Gate already issued the new key, this agent cannot run until the agent runtime has it.",
|
|
317
|
-
"agent.contact": "Contact",
|
|
318
|
-
"agent.contactHint": "How this agent is reached. The built-in chat is part of the runtime and is always there.",
|
|
319
|
-
"agent.contactChat": "Built-in chat",
|
|
320
|
-
"agent.contactChatBuiltIn": "Built in, always there",
|
|
321
|
-
"agent.contactMcp": "MCP address",
|
|
322
|
-
"agent.copy": "Copy",
|
|
323
|
-
"agent.copied": "Copied",
|
|
324
|
-
"agent.contactAdd": "Add contact",
|
|
325
|
-
"agent.contactAddReason": "A mail address belongs to the installation, not to the agent's definition, so it is configured where the runtime is deployed.",
|
|
326
|
-
"agent.knows": "What it knows",
|
|
327
|
-
"agent.knowsHint": "What this agent reads, and what each entry counts as. A system message instructs it — a folder, a document or a table. Semantic context is searched, and memory is written back to and searched as well, so both of those are folders. The name promises less than the role does: what the agent notes down in memory comes back to it in every later search.",
|
|
328
|
-
"agent.addReference": "Add something to read",
|
|
329
|
-
"agent.removeReferenceOf": "Stop reading {title}",
|
|
330
|
-
"agent.pickEntry": "What to read",
|
|
331
|
-
"agent.roleFor": "What {title} counts as",
|
|
332
|
-
"agent.role.system-message": "System message",
|
|
333
|
-
"agent.role.semantic-context": "Semantic context",
|
|
334
|
-
"agent.role.memory": "Memory",
|
|
335
|
-
"agent.unknownEntry": "Not available to you",
|
|
336
|
-
"agent.tools": "Tools",
|
|
337
|
-
"agent.toolsHint": "The MCP servers you give this agent, out of the ones you reach yourself. Intel stores the choice, never the permission — the tools behind a server are read live with your portal access every time the agent runs.",
|
|
338
|
-
"agent.addTool": "Add tool",
|
|
339
|
-
"agent.removeToolServerOf": "Take {name} away from this agent",
|
|
340
|
-
"agent.toolServerUnavailable": "You no longer reach this server",
|
|
341
|
-
"agent.toolsDelegationNotice": "Anyone who may run this agent acts on your connection.",
|
|
342
|
-
"agent.toolsDelegationNoticeBy": "Anyone who may run this agent acts on the connection of {name}.",
|
|
343
|
-
"agent.toolsDelegationNoticeSomebody": "Anyone who may run this agent acts on the connection of whoever gave it these tools — not on yours.",
|
|
344
|
-
"agent.toolsNotConnected": "You are not signed in to the company portal yet, so there is nothing to give away. Open Tools to connect.",
|
|
345
|
-
"agent.toolsNoneLeft": "Every server you reach is already given to this agent.",
|
|
346
|
-
"agent.schedule": "Schedule",
|
|
347
|
-
"agent.scheduleHint": "When this agent acts on its own, and what it runs. Each schedule keeps the timezone it was given, so it means the same hour to everybody reading it.",
|
|
348
|
-
"agent.addSchedule": "Add schedule",
|
|
349
|
-
"agent.removeSchedule": "Remove this schedule",
|
|
350
|
-
"agent.scheduleTarget": "What to run",
|
|
351
|
-
"agent.cron": "When",
|
|
352
|
-
"agent.scheduleTimezone": "Timezone",
|
|
353
|
-
"agent.scheduleTimezoneHint": "What the expression above is read in. Suggested from your own preference and stored with the schedule — changing your preference later leaves this one alone.",
|
|
354
|
-
"agent.cronHint": "Five fields: minute, hour, day of month, month, day of week. “0 8 * * *” is every day at 08:00 in the timezone below.",
|
|
355
|
-
"agent.model": "Model",
|
|
356
|
-
"agent.modelHint": "Which model does the thinking. A change is picked up by the runtime within a minute.",
|
|
357
|
-
"agent.modelFigures": "{context} context · ${input} in / ${output} out per 1M tokens",
|
|
358
|
-
"agent.usage": "{input} in · {output} out · {cacheRead} cache read · {cacheWrite} cache written",
|
|
359
|
-
"agent.usageUnknown": "No usage figures for this run",
|
|
360
|
-
"agent.usageNotReported": "This provider reports no usage",
|
|
361
|
-
"agent.costMissing": "Cost not in the gateway log",
|
|
362
|
-
"agent.costNotConfigured": "No cost figures: this installation has no AI Gateway read token.",
|
|
363
|
-
"agent.costUnreadable": "No cost figures: the AI Gateway log could not be read.",
|
|
364
|
-
"agent.costPartial": "The gateway log was read up to its page limit, so these totals are a lower bound.",
|
|
365
|
-
"agent.costWindow": "Last {days} days",
|
|
366
|
-
"agent.costWindowCalls": "{count} model calls",
|
|
367
|
-
"agent.costs": "Cost",
|
|
368
|
-
"agent.costsSpent": "{amount} in the last {days} days",
|
|
369
|
-
"agent.costsSpentPast": "Already spent, on past runs — not a forecast for the model chosen above.",
|
|
370
|
-
"agent.costsSpentWith": "with {models}",
|
|
371
|
-
"agent.modelFiguresStale": "These figures come from a built-in table and can be out of date.",
|
|
372
|
-
"agent.calendar": "Upcoming runs",
|
|
373
|
-
"agent.calendarZones": "Each time is shown in the timezone of its own schedule, because that is when the agent runs. Where your own timezone differs, it is added beside it.",
|
|
374
|
-
"agent.calendarYourTime": "{when} your time",
|
|
375
|
-
"agent.calendarUnreadable": "None of this agent's schedules can be read as a cron expression, so nothing is planned.",
|
|
376
|
-
"agent.calendarPaused": "This agent is paused, so none of these runs will happen. They are what it would do once it is resumed.",
|
|
377
|
-
"agent.log": "Runs",
|
|
378
|
-
"agent.logEmpty": "This agent has not run yet.",
|
|
379
|
-
"agent.logFailed": "The runs could not be read. The agent runtime may be unreachable from here.",
|
|
380
|
-
"agent.runFailed": "This run could not be read.",
|
|
381
|
-
"agent.runLog": "What this run did",
|
|
382
|
-
"agent.runLogEmpty": "This run recorded nothing.",
|
|
383
|
-
"agent.runAnswer": "What this run answered",
|
|
384
|
-
"agent.runAnswerEmpty": "This run recorded no answer.",
|
|
385
|
-
"agent.steps": "{count} steps",
|
|
386
|
-
"agent.trigger.chat": "from the chat",
|
|
387
|
-
"agent.trigger.schedule": "on schedule",
|
|
388
|
-
"agent.trigger.mail": "from an email",
|
|
389
|
-
"agent.trigger.task": "asked over MCP",
|
|
390
|
-
"agent.trigger.manual": "started by hand",
|
|
391
|
-
"agent.chatEmpty": "Write to this agent. It answers with what it knows and the tools it may reach.",
|
|
392
|
-
"agent.chatInput": "Message to this agent",
|
|
393
|
-
"agent.chatPlaceholder": "Ask something…",
|
|
394
|
-
"agent.chatSend": "Send",
|
|
395
|
-
"agent.chatScrollDown": "Jump to the latest message",
|
|
396
279
|
"settings.title": "Preferences",
|
|
397
280
|
"settings.description": "Language, appearance and timezone. All three take effect immediately and are remembered on this device.",
|
|
398
281
|
"settings.language": "Language",
|
|
@@ -400,12 +283,14 @@
|
|
|
400
283
|
"settings.appearance.system": "Follow the system",
|
|
401
284
|
"settings.appearance.light": "Light",
|
|
402
285
|
"settings.appearance.dark": "Dark",
|
|
403
|
-
"
|
|
404
|
-
"
|
|
405
|
-
"
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
286
|
+
"reindex.title": "Rebuild the search index",
|
|
287
|
+
"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.",
|
|
288
|
+
"reindex.confirm": "Rebuild",
|
|
289
|
+
"reindex.running": "Sending…",
|
|
290
|
+
"reindex.cancel": "Cancel",
|
|
291
|
+
"reindex.close": "Close",
|
|
292
|
+
"reindex.queued": "{count} nodes are queued. The index catches up in the background; searching keeps working meanwhile.",
|
|
293
|
+
"reindex.failed": "The rebuild was not started. Check your access and try again.",
|
|
409
294
|
"auth.signOut": "Sign out",
|
|
410
295
|
"auth.signOutFailed": "Signing out failed. Check your connection and try again.",
|
|
411
296
|
"signIn.refusedTitle": "Signed in, but not accepted",
|
|
@@ -425,93 +310,5 @@
|
|
|
425
310
|
"common.loading": "Loading…",
|
|
426
311
|
"common.retry": "Try again",
|
|
427
312
|
"common.close": "Close",
|
|
428
|
-
"common.unavailable": "Intel is currently unavailable."
|
|
429
|
-
"board.summary": "{tasks} tasks in {statuses} statuses",
|
|
430
|
-
"board.views": "Views of this board",
|
|
431
|
-
"board.view.kanban": "Board",
|
|
432
|
-
"board.view.table": "Table",
|
|
433
|
-
"board.view.calendar": "Calendar",
|
|
434
|
-
"board.view.graph": "Graph",
|
|
435
|
-
"board.view.gantt": "Gantt",
|
|
436
|
-
"board.statuses": "Statuses",
|
|
437
|
-
"board.statusLabel": "Status name",
|
|
438
|
-
"board.statusUp": "Move status up",
|
|
439
|
-
"board.statusDown": "Move status down",
|
|
440
|
-
"board.statusRemove": "Remove the status {label}",
|
|
441
|
-
"board.addStatus": "New status",
|
|
442
|
-
"board.shelfFixed": "Always the last one",
|
|
443
|
-
"board.showArchived": "Show archived",
|
|
444
|
-
"board.addTask": "New task",
|
|
445
|
-
"board.empty": "Nothing on this board yet. Add the first task above.",
|
|
446
|
-
"board.noTasks": "Nothing here that matches.",
|
|
447
|
-
"board.laneEmpty": "Empty",
|
|
448
|
-
"board.archivedEmpty": "Nothing archived.",
|
|
449
|
-
"board.blocked": "Blocked",
|
|
450
|
-
"board.open": "Open",
|
|
451
|
-
"board.subtaskCount": "{done}/{total} subtasks",
|
|
452
|
-
"board.unassigned": "Unassigned",
|
|
453
|
-
"board.assignee.me": "Me",
|
|
454
|
-
"board.assignee.unnamed": "Assigned",
|
|
455
|
-
"board.unknownTask": "Task not available to you",
|
|
456
|
-
"board.column.title": "Title",
|
|
457
|
-
"board.column.status": "Status",
|
|
458
|
-
"board.column.assignee": "Assignee",
|
|
459
|
-
"board.column.startDate": "Start date",
|
|
460
|
-
"board.column.dueDate": "Due date",
|
|
461
|
-
"board.column.labels": "Labels",
|
|
462
|
-
"board.columns": "Columns",
|
|
463
|
-
"board.filterTitle": "Filter by title",
|
|
464
|
-
"board.groupBy": "Group by",
|
|
465
|
-
"board.groupBy.none": "Nothing",
|
|
466
|
-
"board.groupBy.status": "Status",
|
|
467
|
-
"board.groupBy.assignee": "Assignee",
|
|
468
|
-
"board.toggleSubtasks": "Show or hide the subtasks of {task}",
|
|
469
|
-
"board.calendar.previous": "Previous month",
|
|
470
|
-
"board.calendar.next": "Next month",
|
|
471
|
-
"board.calendar.today": "Today",
|
|
472
|
-
"board.calendar.more": "+{count} more",
|
|
473
|
-
"board.calendar.undated": "{count} without a due date — not in this grid, but on the board and in the table.",
|
|
474
|
-
"board.gantt.scale": "Scale",
|
|
475
|
-
"board.gantt.scale.days": "Days",
|
|
476
|
-
"board.gantt.scale.weeks": "Weeks",
|
|
477
|
-
"board.gantt.scale.months": "Months",
|
|
478
|
-
"board.gantt.today": "Today",
|
|
479
|
-
"board.gantt.move": "Move {task}",
|
|
480
|
-
"board.gantt.resizeStart": "Change when {task} starts",
|
|
481
|
-
"board.gantt.resizeEnd": "Change when {task} is due",
|
|
482
|
-
"board.gantt.spanLabel": "{start} to {end}",
|
|
483
|
-
"board.gantt.waitsFor": "waits for {tasks}",
|
|
484
|
-
"board.gantt.hiddenLinks": "{count} dependencies are not drawn: the task waited for has no bar here.",
|
|
485
|
-
"board.gantt.undated": "Without dates",
|
|
486
|
-
"board.gantt.undatedCount": "{count} without dates — on the board, but on no timeline.",
|
|
487
|
-
"board.gantt.nothingDated": "Nothing on this board has a date yet. Give a task a due date and it appears here.",
|
|
488
|
-
"board.graph.subtree": "Subtree",
|
|
489
|
-
"board.graph.wholeBoard": "Whole board",
|
|
490
|
-
"board.graph.parentEdge": "contains",
|
|
491
|
-
"board.graph.dependsEdge": "waits for",
|
|
492
|
-
"board.detail": "Task",
|
|
493
|
-
"board.description": "Description",
|
|
494
|
-
"board.subtasks": "Subtasks",
|
|
495
|
-
"board.addSubtask": "New subtask",
|
|
496
|
-
"board.dependencies": "Waits for",
|
|
497
|
-
"board.addDependency": "Add a dependency",
|
|
498
|
-
"board.removeDependency": "Remove this dependency",
|
|
499
|
-
"board.references": "References",
|
|
500
|
-
"board.addReference": "Add a reference",
|
|
501
|
-
"board.removeReference": "Remove this reference",
|
|
502
|
-
"board.addLabel": "New label",
|
|
503
|
-
"board.removeLabel": "Remove the label {label}",
|
|
504
|
-
"board.deleteTask": "Delete task",
|
|
505
|
-
"board.deleteConfirm": "Deleting “{task}” removes it and everything below it: {count} in total. Any dependency pointing into that is cleared.",
|
|
506
|
-
"board.deleted": "Deleted: {count}.",
|
|
507
|
-
"board.archivedHint": "This task is on the archive shelf. Move it to another status to bring it back.",
|
|
508
|
-
"board.dnd.start": "Picked up {task}",
|
|
509
|
-
"board.dnd.over": "{task} is over {lane}",
|
|
510
|
-
"board.dnd.end": "Dropped {task} into {lane}",
|
|
511
|
-
"board.dnd.endUnchanged": "{task} was not moved and is still in {lane}",
|
|
512
|
-
"board.dnd.endRefused": "{lane} no longer takes cards, {task} was not moved and is still in {from}",
|
|
513
|
-
"board.dnd.cancel": "Dropping {task} was cancelled",
|
|
514
|
-
"board.dnd.instructions": "Press enter to open this task. To move it instead, press the space bar on it and use the arrow keys to take it to another position or lane, then press space, enter or tab to put it down, or escape to leave it where it was.",
|
|
515
|
-
"board.card.roleDescription": "task, movable",
|
|
516
|
-
"board.statusTerminal": "Means done"
|
|
313
|
+
"common.unavailable": "Intel is currently unavailable."
|
|
517
314
|
}
|