Files
huly-platform/plugins/view-assets/lang/de.json
T
63e28dc964 feat(tracker): Gantt chart for the issue tracker (#10992)
* feat(tracker): Gantt chart for the issue tracker

Builds on the merged search/filter rework (#10998). Introduces @hcengineering/gantt, a dependency-free scheduling/zoom/drag/viewport engine package (with a neutral GanttDependency contract), and wires the tracker-specific adapter, Svelte UI, model schema, dependency-shift notifications and sanity coverage in tracker-resources.

Signed-off-by: Michael Uray <michaeluray@users.noreply.github.com>

* fix(tracker): source Gantt holidays from HR and scope confirm-gate per view

Follow-up to review feedback on #10992:

- Confirm-gate: the module-global flag is replaced by a createConfirmGate()
  factory - one instance per mounted GanttView, so two Gantt views mounted at
  once in the same JS context no longer block each other's pointer input. A
  two-instance independence test guards the regression.

- Sidebar sorting: the stale deadline cast is dropped and issue.deadline is
  read directly (the field was added to the Issue model in this PR).

- HR holidays: the per-project WorkingDaysConfig.holidays field duplicated the
  workspace-wide hr.class.PublicHoliday concept and could drift from the real
  HR calendar. It is removed. WorkingDaysConfig now carries only the weekday
  mask and an optional holidayDepartment. The tracker adapter resolves holidays
  for the selected department plus all ancestors up to hr.ids.Head, matching
  HR's existing inheritance semantics (hr-resources ScheduleView). A missing or
  invalid reference falls back to company-wide (root) holidays; unrelated
  departments are never included. The ancestor walk is cycle/missing-parent
  safe.

  A small WorkingDaysEditor in the existing project create/edit dialog lets
  users with the existing project permission enable the mode, choose weekdays,
  and select an HR department (default: Company-wide). It persists through the
  existing project create/update transaction paths (createDoc on create,
  client.update on edit) and uses $unset when the mode is disabled. At least
  one working day must stay active.

  Calendar loading is explicit via a CalendarStateMachine: project-scoped drag,
  resize, cascade, keyboard-shift and auto-schedule mutations stay disabled
  until both the project config and the holiday data have loaded. A monotonic
  generation ticket (bumped synchronously on project switch) is re-checked
  immediately before every calendar-dependent date commit, so work started in
  one project can never persist after a switch to another. The all-projects
  view has no single project calendar, so calendar-dependent edits are
  read-only there; display, selection, the context menu and the manual
  date-picker (which does no calendar arithmetic and takes no mutation ticket)
  stay available.

  This depends on the lightweight @hcengineering/hr model package, but not on
  hr-resources; the tracker adapter uses hr.class.* and hr.ids.Head at runtime,
  and actual HR model presence is checked through the hierarchy - without the
  HR model, holidays resolve to an empty set. The @hcengineering/gantt engine
  package stays domain-neutral (no @hcengineering imports, no runtime deps).

Signed-off-by: Michael Uray <michaeluray@users.noreply.github.com>

* fix(gantt): measure FS gap-preservation floor in working days

The finish-to-start gap-preservation floor in the cascade scheduler mixed
two time measures: the FS snap anchor is working-calendar aware, but the
floor added a raw calendar-millisecond start-side delta. With an active
working calendar the two diverge, so dragging a predecessor over a weekend
over-shifted the successor across non-working days (a Fri->Mon body drag is
3 calendar days but only 1 working day, and could even land a successor on
a Saturday).

Measure the floor on the DUE side in working days instead: translate the
predecessor's shift via the new workingDayDelta helper and advance the
floor base with addWorkingDays over the calendar. A day-granular resize
gate (utcMidnight comparison, not a raw === 0 test) arms the floor only on
a start-DAY move, so a pure due-resize stays a pure snap even when the
stored issue carries a time-of-day on the cascade-commit path. The floor
base is normalized via utcMidnight(targetAnchor). The legacy path
(cfg === undefined) stays byte-identical to today's raw-ms floor. A
left-resize in working-days mode now correctly no-ops the floor (the due,
and thus the FS gap, did not move) instead of shifting on the raw start
delta.

Engine: add workingDayDelta (signed, half-open from-exclusive/to-inclusive
working-day step count) and export the previously-private utcMidnight from
packages/gantt/src/working-days.ts. The engine stays domain-neutral (no
@hcengineering imports, empty dependencies).

Adds engine and adapter test coverage: workingDayDelta cases and the full
FS floor matrix (right-resize no-push, weekend-spanner body drag, floor
wins over snap, holiday in the floor path, floor-dominant multi-hop chain,
negative delta, legacy no-cfg, SS pure-snap, raw time-of-day right-resize,
direct left-resize).

Signed-off-by: Michael Uray <michaeluray@users.noreply.github.com>

---------

Signed-off-by: Michael Uray <michaeluray@users.noreply.github.com>
Co-authored-by: Michael Uray <michaeluray@users.noreply.github.com>
2026-08-27 20:24:38 +07:00

168 lines
7.0 KiB
JSON

{
"string": {
"Contains": "enthält",
"NotContains": "enthält nicht",
"MoveClass": "{class} verschieben",
"SelectToMove": "Wählen Sie {classLabel} aus, wohin Sie {class} verschieben möchten.",
"Delete": "Löschen",
"Move": "Verschieben",
"Cancel": "Abbrechen",
"LabelYes": "Ja",
"LabelNo": "Nein",
"LabelNA": "k.A.",
"ChooseAColor": "Farbe wählen",
"Table": "Tabelle",
"Role": "Rolle",
"DeleteObject": "Objekt löschen",
"DeleteObjectConfirm": "Möchten Sie {count, plural, =1 {dieses Objekt} other {diese # Objekte}} löschen?",
"NoCreatePermissionTitle": "Keine ausreichenden Berechtigungen zum Erstellen",
"DeletePopupNoPermissionTitle": "Keine ausreichenden Berechtigungen zum Löschen.",
"DeletePopupNoPermissionLabel": "Bitte kontaktieren Sie Personen aus der folgenden Liste.",
"DeletePopupCreatorLabel": "Ersteller (können nur von ihnen erstellte Objekte löschen):",
"DeletePopupOwnerLabel": "Besitzer (können alle Objekte löschen):",
"Archive": "Archivieren",
"ArchiveConfirm": "Möchten Sie {count, plural, =1 {dieses Objekt} other {diese # Objekte}} archivieren?",
"Open": "Öffnen",
"OpenInNewTab": "In neuem Tab öffnen",
"Assignees": "Zugewiesene Personen",
"Labels": "Bezeichnungen",
"MoveLeft": "Nach links verschieben",
"MoveRight": "Nach rechts verschieben",
"MoveUp": "Nach oben verschieben",
"MoveDown": "Nach unten verschieben",
"RestoreDefaults": "Standardeinstellungen wiederherstellen",
"SelectItem": "Fokussiertes Element auswählen",
"SelectItemAll": "Alle Elemente auswählen",
"SelectItemNone": "Alle Elemente abwählen",
"NumberItems": "{count, plural, =0 {keine Elemente} =1 {1 Element} other {# Elemente}}",
"Assigned": "Zugewiesen",
"Created": "Erstellt",
"Subscribed": "Abonniert",
"ShowPreview": "Dokumentvorschau anzeigen",
"ShowActions": "Aktionen-Popup anzeigen",
"ActionPlaceholder": "Suchen oder Befehl ausführen...",
"General": "Allgemein",
"Navigation": "Navigation",
"Editor": "Editor",
"MarkdownFormatting": "Formatierung",
"CustomizeView": "Ansicht anpassen",
"ConfigureColumns": "Spalten konfigurieren",
"Filter": "Filter",
"ClearFilters": "Filter löschen",
"FilterLessThan": "Weniger als",
"FilterGreaterThan": "Mehr als",
"FilterIsNot": "ist nicht",
"FilterIsEither": "ist",
"FilterIsEitherPlural": "ist",
"FilterStatesCount": "{value, plural, =1 {1 Status} other {# Status}}",
"FilterUpdated": "Filter wurde aktualisiert",
"FilterRemoved": "{count, plural, =1 {# nicht existierender Wert wurde} other {# nicht existierende Werte wurden}} aus dem Filter entfernt",
"Before": "Vor",
"After": "Nach",
"Apply": "Anwenden",
"Save": "Speichern",
"IncludeItemsThatMatch": "Elemente einschließen, die übereinstimmen mit",
"AnyFilter": "einem Filter",
"AllFilters": "allen Filtern",
"MatchCriteria": "Kriterien erfüllen",
"DontMatchCriteria": "Kriterien nicht erfüllen",
"View": "Ansicht",
"MarkupEditor": "Bearbeitung des Rich-Content-Felds",
"List": "Liste",
"Grid": "Raster",
"Timeline": "Zeitstrahl",
"Select": "Auswählen",
"NoGrouping": "Keine Gruppierung",
"Grouping": "Gruppierung",
"Ordering": "Sortierung",
"Manual": "Manuell",
"FilteredViews": "Gefilterte Ansichten",
"NewFilteredView": "Neue gefilterte Ansicht",
"FilteredViewName": "Name der gefilterten Ansicht",
"Then": "Dann",
"ShowPreviewOnClick": "Bitte klicken Sie, um die Dokumentindexvorschau anzuzeigen...",
"Shown": "zeige {len} Ergebnisse {total, plural, =-1 {} other {von gefilterten # Elementen}}",
"Total": "Gesamt: {total, plural, other{#}}",
"ShowEmptyGroups": "Leere Gruppen anzeigen",
"Overdue": "Überfällig",
"Today": "Heute",
"Yesterday": "Gestern",
"ThisWeek": "Diese Woche",
"NextWeek": "Nächste Woche",
"ThisMonth": "Dieser Monat",
"NextMonth": "Nächster Monat",
"NotSpecified": "Nicht angegeben",
"ExactDate": "Genaues Datum",
"BeforeDate": "Vor Datum",
"AfterDate": "Nach Datum",
"BetweenDates": "Zwischen Daten",
"AddSavedView": "Gespeicherte Ansicht hinzufügen",
"Public": "Öffentlich",
"Hide": "Ausblenden",
"Rename": "Umbenennen",
"SaveAs": "Speichern unter",
"And": "und",
"Between": "ist zwischen",
"ShowColors": "Farben verwenden",
"Show": "Anzeigen",
"FilterArrayAll": "alle",
"FilterArrayAny": "beliebige",
"Or": "Oder",
"HyperlinkPlaceholder": "https://jappleseed.com",
"CopyToClipboard": "In die Zwischenablage kopieren",
"CopyAll": "Alle kopieren",
"CopyDocumentMarkdown": "Als Markdown kopieren",
"CopyAsMarkdownTable": "Als Markdown-Tabelle kopieren",
"TableCopiedToClipboard": "Tabelle in die Zwischenablage kopiert",
"TableCopyFailed": "Tabelle konnte nicht in die Zwischenablage kopiert werden",
"PublicView": "Öffentlich",
"ChooseIcon": "Symbol wählen",
"IconColor": "Symbolfarbe wählen",
"IconCategory": "Symbol",
"EmojiCategory": "Emoji",
"Type": "Typ",
"ToViewCommands": "um verfügbare Befehle anzuzeigen",
"UnArchive": "Aus Archiv wiederherstellen",
"UnArchiveConfirm": "Möchten Sie {count, plural, =1 {dieses Objekt} other {diese # Objekte}} aus dem Archiv wiederherstellen?",
"Pin": "Anheften",
"Unpin": "Loslösen",
"Archived": "Archiviert",
"MoreActions": "Weitere Aktionen",
"Leave": "Verlassen",
"Join": "Beitreten",
"Copied": "Kopiert",
"Title": "Titel",
"HideArchived": "Archivierte ausblenden",
"RemoveRelation": "Beziehung entfernen",
"RemoveRelationConfirmation": "Möchten Sie die Beziehung entfernen?",
"MasterDetail": "Master-detail",
"Tree": "Baum",
"Document": "Dokument",
"Loading": "Laden...",
"NoRelations": "Keine Beziehungen",
"ReadOnlyWarningTitle": "✨ Anonymer Gast-Demo",
"ReadOnlyWarningMessage": "Sie sind im Ansichtsmodus. Wählen Sie Ihren Weg: Treten Sie diesem Arbeitsbereich bei, um zusammenzuarbeiten (als Gast) oder erstellen Sie Ihren eigenen Bereich, um Projekte vollständig zu verwalten — Aufgaben, Fristen, Team!",
"ReadOnlyJoinWorkspace": "Arbeitsbereich beitreten",
"ReadOnlySignUp": "Arbeitsbereich erstellen",
"PermissionWarningTitle": "✨ Erweitern Sie Ihren Zugriff!",
"PermissionWarningMessage": "Ihre aktuelle Rolle hat eingeschränkte Berechtigungen. Um diese und andere erweiterte Funktionen freizuschalten, bitten Sie Ihren Arbeitsbereich-Administrator, Ihr Zugriffslevel zu erhöhen!",
"Icon": "Symbol",
"Color": "Farbe",
"AutomationOnly": "Nur Automatisierung",
"CopyLink": "Link kopieren",
"ValueIsSet": "Wert ist gesetzt",
"RoleLabel": "Rolle: {role}",
"ForbidAttributeChanges": "Änderungen verbieten: ",
"AllowAttributeChanges": "Änderungen erlauben: ",
"RelationshipTable": "Beziehungstabelle",
"FilterOverflowBadge": "+{count}",
"AddFilter": "Filter hinzufügen",
"HiddenFilters": "Versteckte Filter"
}
}