{
  "introduction": "ProcessPuzzle Design is a set of building blocks for Low-Code business applications. Each card below represents a library you can compose into your own application: from entities and rules through states and workflows, up to the assembled desktop.",
  "base-entity_card_title": "Entity Designer",
  "base-entity_card_subtitle": "Reactive forms and Material tables from entity descriptors",
  "base-entity_card_content": "Facilitates building fully functional Forms and Tables with data source connection and Signal Store state management from a simple Entity Definition.",
  "base-entity_card_content_1": "Generate Angular Material tables with filter, search and paging capabilities",
  "base-entity_card_content_2": "Generate fully fledged reactive forms with validation and error messages",
  "base-entity_card_content_3": "Generate state dependent header to navigate from table to form and back",
  "base-entity_card_button": "Define entities...",
  "base-rule_card_title": "Rule Designer",
  "base-rule_card_subtitle": "Declarative business rules at design and run-time",
  "base-rule_card_content": "Provides a uniform way to define, import, export and evaluate business rules over your domain objects without scattering conditions through the code base.",
  "base-rule_card_content_1": "Define rules in YAML and load them as RuleDefinitions",
  "base-rule_card_content_2": "Evaluate objects against rule sets and collect violations",
  "base-rule_card_content_3": "Import and export rule catalogues between environments",
  "base-rule_card_button": "Define rules...",
  "base-state_card_title": "State Designer",
  "base-state_card_subtitle": "State machines for domain entities",
  "base-state_card_content": "Models the life-cycle of your domain objects as explicit state machines, so transitions, guards and side-effects become first-class citizens.",
  "base-state_card_content_1": "Declare states and allowed transitions for an entity",
  "base-state_card_content_2": "Guard transitions with rules and pre-conditions",
  "base-state_card_content_3": "Drive UI behaviour from the current state of the entity",
  "base-state_card_button": "Define state machines",
  "base-workflow_card_title": "Workflow Designer",
  "base-workflow_card_subtitle": "Long-running business processes and orchestration",
  "base-workflow_card_content": "Composes activities, decisions and waits into long-running workflows that coordinate entities, rules and states across users and systems.",
  "base-workflow_card_content_1": "Describe processes as a sequence of tasks and gateways",
  "base-workflow_card_content_2": "Persist and resume workflow instances across sessions",
  "base-workflow_card_content_3": "Integrate with rules and state machines for decisions",
  "base-workflow_card_button": "Define workflows",
  "base-desktop_card_title": "Desktop Designer",
  "base-desktop_card_subtitle": "The application shell that ties everything together",
  "base-desktop_card_content": "Provides the desktop-style shell that hosts entity views, rule editors, state diagrams and workflow consoles in a consistent, configurable layout.",
  "base-desktop_card_content_1": "Configurable layout with sidenav, header and footer",
  "base-desktop_card_content_2": "Slots for entity, rule, state and workflow modules",
  "base-desktop_card_content_3": "Theming and responsive behaviour out of the box",
  "base-desktop_card_button": "Define desktop",
  "entities": "Entities",
  "rules": "Rules",
  "states": "States",
  "workflows": "Workflows",
  "desktop": "Desktop",
  "under-construction_title": "Under construction",
  "under-construction_message": "This page is not available yet. Come back later."
}
