@open-mercato/core 0.4.5-develop-eeccf7adf4 → 0.4.5-develop-5191db4ef3
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/dist/modules/auth/components/AclEditor.js +4 -2
- package/dist/modules/auth/components/AclEditor.js.map +2 -2
- package/dist/modules/auth/frontend/reset.js +3 -3
- package/dist/modules/auth/frontend/reset.js.map +2 -2
- package/dist/modules/dashboards/components/WidgetVisibilityEditor.js +35 -6
- package/dist/modules/dashboards/components/WidgetVisibilityEditor.js.map +2 -2
- package/dist/modules/workflows/backend/definitions/visual-editor/page.js +6 -6
- package/dist/modules/workflows/backend/definitions/visual-editor/page.js.map +2 -2
- package/package.json +2 -2
- package/src/modules/attachments/i18n/de.json +4 -0
- package/src/modules/attachments/i18n/en.json +4 -0
- package/src/modules/attachments/i18n/es.json +4 -0
- package/src/modules/attachments/i18n/pl.json +4 -0
- package/src/modules/auth/components/AclEditor.tsx +4 -2
- package/src/modules/auth/frontend/reset.tsx +3 -3
- package/src/modules/auth/i18n/de.json +5 -0
- package/src/modules/auth/i18n/en.json +5 -0
- package/src/modules/auth/i18n/es.json +5 -0
- package/src/modules/auth/i18n/pl.json +5 -0
- package/src/modules/catalog/i18n/de.json +21 -0
- package/src/modules/catalog/i18n/en.json +21 -0
- package/src/modules/catalog/i18n/es.json +21 -0
- package/src/modules/catalog/i18n/pl.json +21 -0
- package/src/modules/currencies/i18n/de.json +6 -0
- package/src/modules/currencies/i18n/en.json +6 -0
- package/src/modules/currencies/i18n/es.json +6 -0
- package/src/modules/currencies/i18n/pl.json +6 -0
- package/src/modules/customers/i18n/de.json +22 -1
- package/src/modules/customers/i18n/en.json +21 -0
- package/src/modules/customers/i18n/es.json +21 -0
- package/src/modules/customers/i18n/pl.json +21 -0
- package/src/modules/dashboards/components/WidgetVisibilityEditor.tsx +41 -5
- package/src/modules/dashboards/i18n/de.json +5 -1
- package/src/modules/dashboards/i18n/en.json +5 -1
- package/src/modules/dashboards/i18n/es.json +5 -1
- package/src/modules/dashboards/i18n/pl.json +5 -1
- package/src/modules/dictionaries/i18n/de.json +14 -1
- package/src/modules/dictionaries/i18n/en.json +14 -1
- package/src/modules/dictionaries/i18n/es.json +14 -1
- package/src/modules/dictionaries/i18n/pl.json +14 -1
- package/src/modules/feature_toggles/i18n/de.json +3 -0
- package/src/modules/feature_toggles/i18n/en.json +3 -0
- package/src/modules/feature_toggles/i18n/es.json +3 -0
- package/src/modules/feature_toggles/i18n/pl.json +3 -0
- package/src/modules/query_index/i18n/es.json +2 -2
- package/src/modules/resources/i18n/de.json +57 -0
- package/src/modules/resources/i18n/en.json +57 -0
- package/src/modules/resources/i18n/es.json +57 -0
- package/src/modules/resources/i18n/pl.json +57 -0
- package/src/modules/sales/i18n/de.json +23 -0
- package/src/modules/sales/i18n/en.json +23 -0
- package/src/modules/sales/i18n/es.json +23 -0
- package/src/modules/sales/i18n/pl.json +23 -0
- package/src/modules/staff/i18n/de.json +14 -0
- package/src/modules/staff/i18n/en.json +14 -0
- package/src/modules/staff/i18n/es.json +14 -0
- package/src/modules/staff/i18n/pl.json +14 -0
- package/src/modules/workflows/backend/definitions/visual-editor/page.tsx +6 -6
- package/src/modules/workflows/i18n/de.json +41 -0
- package/src/modules/workflows/i18n/en.json +41 -0
- package/src/modules/workflows/i18n/es.json +41 -0
- package/src/modules/workflows/i18n/pl.json +41 -0
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"workflows.common.browse": "Durchsuchen",
|
|
98
98
|
"workflows.common.cancel": "Abbrechen",
|
|
99
99
|
"workflows.common.change": "Ändern",
|
|
100
|
+
"workflows.common.clear": "Löschen",
|
|
100
101
|
"workflows.common.confirmCancel": "Möchten Sie diesen Workflow wirklich abbrechen?",
|
|
101
102
|
"workflows.common.confirmDelete": "Möchten Sie dies wirklich löschen?",
|
|
102
103
|
"workflows.common.create": "Erstellen",
|
|
@@ -141,12 +142,15 @@
|
|
|
141
142
|
"workflows.create.eventTriggersTitle": "Ereignis-Trigger",
|
|
142
143
|
"workflows.create.title": "Workflow-Definition erstellen",
|
|
143
144
|
"workflows.definitions.activities": "Aktivitäten",
|
|
145
|
+
"workflows.definitions.backToList": "Zurück zu Definitionen",
|
|
144
146
|
"workflows.definitions.category": "Kategorie",
|
|
145
147
|
"workflows.definitions.create": "Workflow erstellen",
|
|
148
|
+
"workflows.definitions.create.summary": "Workflow-Zusammenfassung erstellen",
|
|
146
149
|
"workflows.definitions.createdAt": "Erstellt am",
|
|
147
150
|
"workflows.definitions.createdBy": "Erstellt von",
|
|
148
151
|
"workflows.definitions.delete": "Workflow löschen",
|
|
149
152
|
"workflows.definitions.description": "Beschreibung",
|
|
153
|
+
"workflows.definitions.detail.summary": "Definitionsübersicht",
|
|
150
154
|
"workflows.definitions.disable": "Workflow deaktivieren",
|
|
151
155
|
"workflows.definitions.duplicate": "Workflow duplizieren",
|
|
152
156
|
"workflows.definitions.edit": "Workflow bearbeiten",
|
|
@@ -254,6 +258,7 @@
|
|
|
254
258
|
"workflows.events.detail.technicalDetails": "Technische Details",
|
|
255
259
|
"workflows.events.detail.tenantId": "Mandanten-ID",
|
|
256
260
|
"workflows.events.detail.title": "Workflow-Ereignisdetails",
|
|
261
|
+
"workflows.events.detail.type": "Ereignistyp",
|
|
257
262
|
"workflows.events.detail.workflowContext": "Workflow-Kontext",
|
|
258
263
|
"workflows.events.detail.workflowInstance": "Workflow-Instanz",
|
|
259
264
|
"workflows.events.eventData": "Ereignisdaten",
|
|
@@ -613,11 +618,20 @@
|
|
|
613
618
|
"workflows.instances.actions.cancel": "Abbrechen",
|
|
614
619
|
"workflows.instances.actions.retry": "Wiederholen",
|
|
615
620
|
"workflows.instances.actions.viewDetails": "Details anzeigen",
|
|
621
|
+
"workflows.instances.backToList": "Zurück zu Instanzen",
|
|
622
|
+
"workflows.instances.cancelFailed": "Workflow-Instanz konnte nicht abgebrochen werden.",
|
|
623
|
+
"workflows.instances.compensation.activities": "Kompensationsaktivitäten",
|
|
624
|
+
"workflows.instances.compensation.completed": "Kompensation abgeschlossen",
|
|
625
|
+
"workflows.instances.compensation.inProgress": "Kompensation in Bearbeitung",
|
|
616
626
|
"workflows.instances.confirm.cancel": "Möchten Sie den Workflow '{{workflowId}}' wirklich abbrechen?",
|
|
617
627
|
"workflows.instances.confirm.retry": "Möchten Sie den Workflow '{{workflowId}}' wirklich wiederholen?",
|
|
628
|
+
"workflows.instances.confirmCancel": "Diese Workflow-Instanz abbrechen?",
|
|
629
|
+
"workflows.instances.confirmRetry": "Diese Workflow-Instanz erneut versuchen?",
|
|
618
630
|
"workflows.instances.detail.loading": "Workflow-Instanz wird geladen…",
|
|
619
631
|
"workflows.instances.detail.notFound": "Workflow-Instanz nicht gefunden.",
|
|
632
|
+
"workflows.instances.detail.type": "Instanztyp",
|
|
620
633
|
"workflows.instances.duration": "Dauer",
|
|
634
|
+
"workflows.instances.elapsed": "Vergangen",
|
|
621
635
|
"workflows.instances.fields.cancelledAt": "Abgebrochen am",
|
|
622
636
|
"workflows.instances.fields.completedAt": "Abgeschlossen am",
|
|
623
637
|
"workflows.instances.fields.correlationKey": "Korrelationsschlüssel",
|
|
@@ -645,13 +659,17 @@
|
|
|
645
659
|
"workflows.instances.filters.workflowId": "Workflow-ID",
|
|
646
660
|
"workflows.instances.filters.workflowIdPlaceholder": "Nach Workflow-ID filtern…",
|
|
647
661
|
"workflows.instances.list.title": "Workflow-Instanzen",
|
|
662
|
+
"workflows.instances.loadFailed": "Workflow-Instanz konnte nicht geladen werden.",
|
|
648
663
|
"workflows.instances.messages.cancelFailed": "Workflow-Instanz konnte nicht abgebrochen werden",
|
|
649
664
|
"workflows.instances.messages.cancelled": "Workflow-Instanz erfolgreich abgebrochen",
|
|
650
665
|
"workflows.instances.messages.loadFailed": "Workflow-Instanzen konnten nicht geladen werden",
|
|
651
666
|
"workflows.instances.messages.retried": "Workflow-Instanz erfolgreich wiederholt",
|
|
652
667
|
"workflows.instances.messages.retryFailed": "Workflow-Instanz konnte nicht wiederholt werden",
|
|
653
668
|
"workflows.instances.noExecutionHistory": "Kein Ausführungsverlauf verfügbar",
|
|
669
|
+
"workflows.instances.notFound": "Workflow-Instanz nicht gefunden.",
|
|
654
670
|
"workflows.instances.plural": "Workflow-Instanzen",
|
|
671
|
+
"workflows.instances.retryFailed": "Workflow-Instanz konnte nicht erneut gestartet werden.",
|
|
672
|
+
"workflows.instances.sections.compensation": "Kompensation",
|
|
655
673
|
"workflows.instances.sections.context": "Kontextdaten",
|
|
656
674
|
"workflows.instances.sections.executionHistory": "Ereignisprotokoll",
|
|
657
675
|
"workflows.instances.sections.executionTimeline": "Ausführungszeitachse",
|
|
@@ -746,6 +764,23 @@
|
|
|
746
764
|
"workflows.nodeTypes.waitForSignal": "AUF SIGNAL WARTEN",
|
|
747
765
|
"workflows.notifications.task.assigned.body": "Ihnen wurde die Aufgabe \"{taskName}\" im Workflow \"{workflowName}\" zugewiesen{dueDate, select, other { (fällig: {dueDate})}}",
|
|
748
766
|
"workflows.notifications.task.assigned.title": "Aufgabe zugewiesen",
|
|
767
|
+
"workflows.orderApproval.approveButton": "Genehmigen",
|
|
768
|
+
"workflows.orderApproval.commentsLabel": "Kommentare",
|
|
769
|
+
"workflows.orderApproval.commentsPlaceholder": "Optionale Kommentare hinzufügen…",
|
|
770
|
+
"workflows.orderApproval.completeError": "Genehmigungsaufgabe konnte nicht abgeschlossen werden.",
|
|
771
|
+
"workflows.orderApproval.completed": "Genehmigungsworkflow abgeschlossen.",
|
|
772
|
+
"workflows.orderApproval.decisionLabel": "Entscheidung",
|
|
773
|
+
"workflows.orderApproval.groupDescription": "Bestellung prüfen und genehmigen oder ablehnen.",
|
|
774
|
+
"workflows.orderApproval.groupLabel": "Bestellgenehmigung",
|
|
775
|
+
"workflows.orderApproval.missingStatuses": "Fehlende Bestellstatus. Stellen Sie sicher, dass pending_approval, approved und rejected vorhanden sind.",
|
|
776
|
+
"workflows.orderApproval.noWorkflowActive": "Kein Genehmigungsworkflow für diese Bestellung aktiv.",
|
|
777
|
+
"workflows.orderApproval.pendingDescription": "Diese Bestellung erfordert eine Genehmigung.",
|
|
778
|
+
"workflows.orderApproval.pendingTitle": "Genehmigung ausstehend",
|
|
779
|
+
"workflows.orderApproval.processing": "Workflow wird verarbeitet…",
|
|
780
|
+
"workflows.orderApproval.rejectButton": "Ablehnen",
|
|
781
|
+
"workflows.orderApproval.requestApproval": "Genehmigung anfordern",
|
|
782
|
+
"workflows.orderApproval.startError": "Genehmigungsworkflow konnte nicht gestartet werden.",
|
|
783
|
+
"workflows.orderApproval.submitDecision": "Entscheidung einreichen",
|
|
749
784
|
"workflows.signals.awaiting": "Wartet auf Signal",
|
|
750
785
|
"workflows.signals.correlationKey": "Korrelationsschlüssel",
|
|
751
786
|
"workflows.signals.payload": "Signal-Nutzlast",
|
|
@@ -969,5 +1004,11 @@
|
|
|
969
1004
|
"workflows.visualEditor.runTest": "Test ausführen",
|
|
970
1005
|
"workflows.visualEditor.showMetadata": "Metadaten anzeigen",
|
|
971
1006
|
"workflows.visualEditor.validate": "Validieren",
|
|
1007
|
+
"workflows.visualEditor.hint.addSteps": "Klicke auf Schritttypen, um sie hinzuzufügen",
|
|
1008
|
+
"workflows.visualEditor.hint.connectSteps": "Verbinde Schritte durch Ziehen von den Griffen",
|
|
1009
|
+
"workflows.visualEditor.hint.dragSteps": "Ziehe Schritte, um sie zu positionieren",
|
|
1010
|
+
"workflows.visualEditor.hint.editSteps": "Klicke auf Schritte und Übergänge, um sie zu bearbeiten",
|
|
1011
|
+
"workflows.visualEditor.hint.validate": "Vor dem Speichern validieren",
|
|
1012
|
+
"workflows.visualEditor.howToUse": "Anleitung:",
|
|
972
1013
|
"workflows.visualEditor.workflowMetadata": "Workflow-Metadaten"
|
|
973
1014
|
}
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"workflows.common.browse": "Browse",
|
|
98
98
|
"workflows.common.cancel": "Cancel",
|
|
99
99
|
"workflows.common.change": "Change",
|
|
100
|
+
"workflows.common.clear": "Clear",
|
|
100
101
|
"workflows.common.confirmCancel": "Are you sure you want to cancel this workflow?",
|
|
101
102
|
"workflows.common.confirmDelete": "Are you sure you want to delete this?",
|
|
102
103
|
"workflows.common.create": "Create",
|
|
@@ -141,12 +142,15 @@
|
|
|
141
142
|
"workflows.create.eventTriggersTitle": "Event Triggers",
|
|
142
143
|
"workflows.create.title": "Create Workflow Definition",
|
|
143
144
|
"workflows.definitions.activities": "Activities",
|
|
145
|
+
"workflows.definitions.backToList": "Back to definitions",
|
|
144
146
|
"workflows.definitions.category": "Category",
|
|
145
147
|
"workflows.definitions.create": "Create Workflow",
|
|
148
|
+
"workflows.definitions.create.summary": "Create workflow summary",
|
|
146
149
|
"workflows.definitions.createdAt": "Created At",
|
|
147
150
|
"workflows.definitions.createdBy": "Created By",
|
|
148
151
|
"workflows.definitions.delete": "Delete Workflow",
|
|
149
152
|
"workflows.definitions.description": "Description",
|
|
153
|
+
"workflows.definitions.detail.summary": "Definition summary",
|
|
150
154
|
"workflows.definitions.disable": "Disable Workflow",
|
|
151
155
|
"workflows.definitions.duplicate": "Duplicate Workflow",
|
|
152
156
|
"workflows.definitions.edit": "Edit Workflow",
|
|
@@ -254,6 +258,7 @@
|
|
|
254
258
|
"workflows.events.detail.technicalDetails": "Technical Details",
|
|
255
259
|
"workflows.events.detail.tenantId": "Tenant ID",
|
|
256
260
|
"workflows.events.detail.title": "Workflow Event Details",
|
|
261
|
+
"workflows.events.detail.type": "Event Type",
|
|
257
262
|
"workflows.events.detail.workflowContext": "Workflow Context",
|
|
258
263
|
"workflows.events.detail.workflowInstance": "Workflow Instance",
|
|
259
264
|
"workflows.events.eventData": "Event Data",
|
|
@@ -613,11 +618,20 @@
|
|
|
613
618
|
"workflows.instances.actions.cancel": "Cancel",
|
|
614
619
|
"workflows.instances.actions.retry": "Retry",
|
|
615
620
|
"workflows.instances.actions.viewDetails": "View Details",
|
|
621
|
+
"workflows.instances.backToList": "Back to instances",
|
|
622
|
+
"workflows.instances.cancelFailed": "Failed to cancel workflow instance.",
|
|
623
|
+
"workflows.instances.compensation.activities": "Compensation Activities",
|
|
624
|
+
"workflows.instances.compensation.completed": "Compensation Completed",
|
|
625
|
+
"workflows.instances.compensation.inProgress": "Compensation In Progress",
|
|
616
626
|
"workflows.instances.confirm.cancel": "Are you sure you want to cancel workflow '{{workflowId}}'?",
|
|
617
627
|
"workflows.instances.confirm.retry": "Are you sure you want to retry workflow '{{workflowId}}'?",
|
|
628
|
+
"workflows.instances.confirmCancel": "Cancel this workflow instance?",
|
|
629
|
+
"workflows.instances.confirmRetry": "Retry this workflow instance?",
|
|
618
630
|
"workflows.instances.detail.loading": "Loading workflow instance...",
|
|
619
631
|
"workflows.instances.detail.notFound": "Workflow instance not found.",
|
|
632
|
+
"workflows.instances.detail.type": "Instance Type",
|
|
620
633
|
"workflows.instances.duration": "Duration",
|
|
634
|
+
"workflows.instances.elapsed": "Elapsed",
|
|
621
635
|
"workflows.instances.fields.cancelledAt": "Cancelled At",
|
|
622
636
|
"workflows.instances.fields.completedAt": "Completed At",
|
|
623
637
|
"workflows.instances.fields.correlationKey": "Correlation Key",
|
|
@@ -645,13 +659,17 @@
|
|
|
645
659
|
"workflows.instances.filters.workflowId": "Workflow ID",
|
|
646
660
|
"workflows.instances.filters.workflowIdPlaceholder": "Filter by workflow ID...",
|
|
647
661
|
"workflows.instances.list.title": "Workflow Instances",
|
|
662
|
+
"workflows.instances.loadFailed": "Failed to load workflow instance.",
|
|
648
663
|
"workflows.instances.messages.cancelFailed": "Failed to cancel workflow instance",
|
|
649
664
|
"workflows.instances.messages.cancelled": "Workflow instance cancelled successfully",
|
|
650
665
|
"workflows.instances.messages.loadFailed": "Failed to load workflow instances",
|
|
651
666
|
"workflows.instances.messages.retried": "Workflow instance retried successfully",
|
|
652
667
|
"workflows.instances.messages.retryFailed": "Failed to retry workflow instance",
|
|
653
668
|
"workflows.instances.noExecutionHistory": "No execution history available",
|
|
669
|
+
"workflows.instances.notFound": "Workflow instance not found.",
|
|
654
670
|
"workflows.instances.plural": "Workflow Instances",
|
|
671
|
+
"workflows.instances.retryFailed": "Failed to retry workflow instance.",
|
|
672
|
+
"workflows.instances.sections.compensation": "Compensation",
|
|
655
673
|
"workflows.instances.sections.context": "Context Data",
|
|
656
674
|
"workflows.instances.sections.executionHistory": "Event Log",
|
|
657
675
|
"workflows.instances.sections.executionTimeline": "Execution Timeline",
|
|
@@ -746,6 +764,23 @@
|
|
|
746
764
|
"workflows.nodeTypes.waitForSignal": "WAIT FOR SIGNAL",
|
|
747
765
|
"workflows.notifications.task.assigned.body": "You have been assigned to task \"{taskName}\" in workflow \"{workflowName}\"{dueDate, select, other { (due: {dueDate})}}",
|
|
748
766
|
"workflows.notifications.task.assigned.title": "Task Assigned",
|
|
767
|
+
"workflows.orderApproval.approveButton": "Approve",
|
|
768
|
+
"workflows.orderApproval.commentsLabel": "Comments",
|
|
769
|
+
"workflows.orderApproval.commentsPlaceholder": "Add optional comments…",
|
|
770
|
+
"workflows.orderApproval.completeError": "Failed to complete approval task.",
|
|
771
|
+
"workflows.orderApproval.completed": "Approval workflow completed.",
|
|
772
|
+
"workflows.orderApproval.decisionLabel": "Decision",
|
|
773
|
+
"workflows.orderApproval.groupDescription": "Review and approve or reject this order.",
|
|
774
|
+
"workflows.orderApproval.groupLabel": "Order Approval",
|
|
775
|
+
"workflows.orderApproval.missingStatuses": "Missing order status entries. Please ensure pending_approval, approved, and rejected statuses exist.",
|
|
776
|
+
"workflows.orderApproval.noWorkflowActive": "No approval workflow is active for this order.",
|
|
777
|
+
"workflows.orderApproval.pendingDescription": "This order requires approval before processing.",
|
|
778
|
+
"workflows.orderApproval.pendingTitle": "Pending Approval",
|
|
779
|
+
"workflows.orderApproval.processing": "Workflow is processing…",
|
|
780
|
+
"workflows.orderApproval.rejectButton": "Reject",
|
|
781
|
+
"workflows.orderApproval.requestApproval": "Request Approval",
|
|
782
|
+
"workflows.orderApproval.startError": "Failed to start approval workflow.",
|
|
783
|
+
"workflows.orderApproval.submitDecision": "Submit Decision",
|
|
749
784
|
"workflows.signals.awaiting": "Waiting for signal",
|
|
750
785
|
"workflows.signals.correlationKey": "Correlation Key",
|
|
751
786
|
"workflows.signals.payload": "Signal Payload",
|
|
@@ -969,5 +1004,11 @@
|
|
|
969
1004
|
"workflows.visualEditor.runTest": "Run Test",
|
|
970
1005
|
"workflows.visualEditor.showMetadata": "Show Metadata",
|
|
971
1006
|
"workflows.visualEditor.validate": "Validate",
|
|
1007
|
+
"workflows.visualEditor.hint.addSteps": "Click step types to add them",
|
|
1008
|
+
"workflows.visualEditor.hint.connectSteps": "Connect steps by dragging from handles",
|
|
1009
|
+
"workflows.visualEditor.hint.dragSteps": "Drag steps to position them",
|
|
1010
|
+
"workflows.visualEditor.hint.editSteps": "Click steps and transitions to edit them",
|
|
1011
|
+
"workflows.visualEditor.hint.validate": "Validate before saving",
|
|
1012
|
+
"workflows.visualEditor.howToUse": "How to use:",
|
|
972
1013
|
"workflows.visualEditor.workflowMetadata": "Workflow Metadata"
|
|
973
1014
|
}
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"workflows.common.browse": "Explorar",
|
|
98
98
|
"workflows.common.cancel": "Cancelar",
|
|
99
99
|
"workflows.common.change": "Cambiar",
|
|
100
|
+
"workflows.common.clear": "Limpiar",
|
|
100
101
|
"workflows.common.confirmCancel": "¿Seguro que quieres cancelar este flujo de trabajo?",
|
|
101
102
|
"workflows.common.confirmDelete": "¿Seguro que quieres eliminar esto?",
|
|
102
103
|
"workflows.common.create": "Crear",
|
|
@@ -141,12 +142,15 @@
|
|
|
141
142
|
"workflows.create.eventTriggersTitle": "Disparadores de eventos",
|
|
142
143
|
"workflows.create.title": "Crear definicion de flujo de trabajo",
|
|
143
144
|
"workflows.definitions.activities": "Actividades",
|
|
145
|
+
"workflows.definitions.backToList": "Volver a definiciones",
|
|
144
146
|
"workflows.definitions.category": "Categoria",
|
|
145
147
|
"workflows.definitions.create": "Crear flujo de trabajo",
|
|
148
|
+
"workflows.definitions.create.summary": "Resumen de creación de flujo de trabajo",
|
|
146
149
|
"workflows.definitions.createdAt": "Fecha de creacion",
|
|
147
150
|
"workflows.definitions.createdBy": "Creado por",
|
|
148
151
|
"workflows.definitions.delete": "Eliminar flujo de trabajo",
|
|
149
152
|
"workflows.definitions.description": "Descripcion",
|
|
153
|
+
"workflows.definitions.detail.summary": "Resumen de definición",
|
|
150
154
|
"workflows.definitions.disable": "Deshabilitar flujo de trabajo",
|
|
151
155
|
"workflows.definitions.duplicate": "Duplicar flujo de trabajo",
|
|
152
156
|
"workflows.definitions.edit": "Editar flujo de trabajo",
|
|
@@ -254,6 +258,7 @@
|
|
|
254
258
|
"workflows.events.detail.technicalDetails": "Detalles tecnicos",
|
|
255
259
|
"workflows.events.detail.tenantId": "ID del inquilino",
|
|
256
260
|
"workflows.events.detail.title": "Detalles del evento del flujo de trabajo",
|
|
261
|
+
"workflows.events.detail.type": "Tipo de evento",
|
|
257
262
|
"workflows.events.detail.workflowContext": "Contexto del flujo de trabajo",
|
|
258
263
|
"workflows.events.detail.workflowInstance": "Instancia del flujo de trabajo",
|
|
259
264
|
"workflows.events.eventData": "Datos del evento",
|
|
@@ -613,11 +618,20 @@
|
|
|
613
618
|
"workflows.instances.actions.cancel": "Cancelar",
|
|
614
619
|
"workflows.instances.actions.retry": "Reintentar",
|
|
615
620
|
"workflows.instances.actions.viewDetails": "Ver detalles",
|
|
621
|
+
"workflows.instances.backToList": "Volver a instancias",
|
|
622
|
+
"workflows.instances.cancelFailed": "Error al cancelar la instancia de flujo de trabajo.",
|
|
623
|
+
"workflows.instances.compensation.activities": "Actividades de compensación",
|
|
624
|
+
"workflows.instances.compensation.completed": "Compensación completada",
|
|
625
|
+
"workflows.instances.compensation.inProgress": "Compensación en progreso",
|
|
616
626
|
"workflows.instances.confirm.cancel": "¿Seguro que quieres cancelar el flujo de trabajo '{{workflowId}}'?",
|
|
617
627
|
"workflows.instances.confirm.retry": "¿Seguro que quieres reintentar el flujo de trabajo '{{workflowId}}'?",
|
|
628
|
+
"workflows.instances.confirmCancel": "¿Cancelar esta instancia de flujo de trabajo?",
|
|
629
|
+
"workflows.instances.confirmRetry": "¿Reintentar esta instancia de flujo de trabajo?",
|
|
618
630
|
"workflows.instances.detail.loading": "Cargando instancia del flujo de trabajo...",
|
|
619
631
|
"workflows.instances.detail.notFound": "Instancia del flujo de trabajo no encontrada.",
|
|
632
|
+
"workflows.instances.detail.type": "Tipo de instancia",
|
|
620
633
|
"workflows.instances.duration": "Duracion",
|
|
634
|
+
"workflows.instances.elapsed": "Transcurrido",
|
|
621
635
|
"workflows.instances.fields.cancelledAt": "Cancelado el",
|
|
622
636
|
"workflows.instances.fields.completedAt": "Completado el",
|
|
623
637
|
"workflows.instances.fields.correlationKey": "Clave de correlacion",
|
|
@@ -645,13 +659,17 @@
|
|
|
645
659
|
"workflows.instances.filters.workflowId": "ID del flujo de trabajo",
|
|
646
660
|
"workflows.instances.filters.workflowIdPlaceholder": "Filtrar por ID de flujo de trabajo...",
|
|
647
661
|
"workflows.instances.list.title": "Instancias de flujo de trabajo",
|
|
662
|
+
"workflows.instances.loadFailed": "Error al cargar la instancia de flujo de trabajo.",
|
|
648
663
|
"workflows.instances.messages.cancelFailed": "No se pudo cancelar la instancia del flujo de trabajo",
|
|
649
664
|
"workflows.instances.messages.cancelled": "Instancia del flujo de trabajo cancelada correctamente",
|
|
650
665
|
"workflows.instances.messages.loadFailed": "No se pudieron cargar las instancias del flujo de trabajo",
|
|
651
666
|
"workflows.instances.messages.retried": "Instancia del flujo de trabajo reintentada correctamente",
|
|
652
667
|
"workflows.instances.messages.retryFailed": "No se pudo reintentar la instancia del flujo de trabajo",
|
|
653
668
|
"workflows.instances.noExecutionHistory": "No hay historial de ejecucion disponible",
|
|
669
|
+
"workflows.instances.notFound": "Instancia de flujo de trabajo no encontrada.",
|
|
654
670
|
"workflows.instances.plural": "Instancias de flujo de trabajo",
|
|
671
|
+
"workflows.instances.retryFailed": "Error al reintentar la instancia de flujo de trabajo.",
|
|
672
|
+
"workflows.instances.sections.compensation": "Compensación",
|
|
655
673
|
"workflows.instances.sections.context": "Datos de contexto",
|
|
656
674
|
"workflows.instances.sections.executionHistory": "Registro de eventos",
|
|
657
675
|
"workflows.instances.sections.executionTimeline": "Cronologia de ejecucion",
|
|
@@ -746,6 +764,23 @@
|
|
|
746
764
|
"workflows.nodeTypes.waitForSignal": "ESPERAR SENAL",
|
|
747
765
|
"workflows.notifications.task.assigned.body": "Se te ha asignado la tarea \"{taskName}\" en el flujo de trabajo \"{workflowName}\"{dueDate, select, other { (vence: {dueDate})}}",
|
|
748
766
|
"workflows.notifications.task.assigned.title": "Tarea asignada",
|
|
767
|
+
"workflows.orderApproval.approveButton": "Aprobar",
|
|
768
|
+
"workflows.orderApproval.commentsLabel": "Comentarios",
|
|
769
|
+
"workflows.orderApproval.commentsPlaceholder": "Agregar comentarios opcionales…",
|
|
770
|
+
"workflows.orderApproval.completeError": "Error al completar la tarea de aprobación.",
|
|
771
|
+
"workflows.orderApproval.completed": "Flujo de aprobación completado.",
|
|
772
|
+
"workflows.orderApproval.decisionLabel": "Decisión",
|
|
773
|
+
"workflows.orderApproval.groupDescription": "Revise y apruebe o rechace este pedido.",
|
|
774
|
+
"workflows.orderApproval.groupLabel": "Aprobación de pedido",
|
|
775
|
+
"workflows.orderApproval.missingStatuses": "Faltan entradas de estado del pedido. Asegúrese de que existan los estados pending_approval, approved y rejected.",
|
|
776
|
+
"workflows.orderApproval.noWorkflowActive": "No hay un flujo de aprobación activo para este pedido.",
|
|
777
|
+
"workflows.orderApproval.pendingDescription": "Este pedido requiere aprobación antes de procesarse.",
|
|
778
|
+
"workflows.orderApproval.pendingTitle": "Aprobación pendiente",
|
|
779
|
+
"workflows.orderApproval.processing": "El flujo de trabajo se está procesando…",
|
|
780
|
+
"workflows.orderApproval.rejectButton": "Rechazar",
|
|
781
|
+
"workflows.orderApproval.requestApproval": "Solicitar aprobación",
|
|
782
|
+
"workflows.orderApproval.startError": "Error al iniciar el flujo de aprobación.",
|
|
783
|
+
"workflows.orderApproval.submitDecision": "Enviar decisión",
|
|
749
784
|
"workflows.signals.awaiting": "Esperando senal",
|
|
750
785
|
"workflows.signals.correlationKey": "Clave de correlacion",
|
|
751
786
|
"workflows.signals.payload": "Carga de la senal",
|
|
@@ -969,5 +1004,11 @@
|
|
|
969
1004
|
"workflows.visualEditor.runTest": "Ejecutar prueba",
|
|
970
1005
|
"workflows.visualEditor.showMetadata": "Mostrar metadatos",
|
|
971
1006
|
"workflows.visualEditor.validate": "Validar",
|
|
1007
|
+
"workflows.visualEditor.hint.addSteps": "Haz clic en los tipos de pasos para agregarlos",
|
|
1008
|
+
"workflows.visualEditor.hint.connectSteps": "Conecta pasos arrastrando desde los conectores",
|
|
1009
|
+
"workflows.visualEditor.hint.dragSteps": "Arrastra los pasos para posicionarlos",
|
|
1010
|
+
"workflows.visualEditor.hint.editSteps": "Haz clic en pasos y transiciones para editarlos",
|
|
1011
|
+
"workflows.visualEditor.hint.validate": "Valida antes de guardar",
|
|
1012
|
+
"workflows.visualEditor.howToUse": "Cómo usar:",
|
|
972
1013
|
"workflows.visualEditor.workflowMetadata": "Metadatos del flujo de trabajo"
|
|
973
1014
|
}
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"workflows.common.browse": "Przeglądaj",
|
|
98
98
|
"workflows.common.cancel": "Anuluj",
|
|
99
99
|
"workflows.common.change": "Zmień",
|
|
100
|
+
"workflows.common.clear": "Wyczyść",
|
|
100
101
|
"workflows.common.confirmCancel": "Czy na pewno chcesz anulować ten przepływ?",
|
|
101
102
|
"workflows.common.confirmDelete": "Czy na pewno chcesz to usunąć?",
|
|
102
103
|
"workflows.common.create": "Utwórz",
|
|
@@ -141,12 +142,15 @@
|
|
|
141
142
|
"workflows.create.eventTriggersTitle": "Wyzwalacze Zdarzeń",
|
|
142
143
|
"workflows.create.title": "Utwórz Definicję Przepływu",
|
|
143
144
|
"workflows.definitions.activities": "Działania",
|
|
145
|
+
"workflows.definitions.backToList": "Powrót do definicji",
|
|
144
146
|
"workflows.definitions.category": "Kategoria",
|
|
145
147
|
"workflows.definitions.create": "Utwórz Przepływ Pracy",
|
|
148
|
+
"workflows.definitions.create.summary": "Podsumowanie tworzenia przepływu pracy",
|
|
146
149
|
"workflows.definitions.createdAt": "Utworzono",
|
|
147
150
|
"workflows.definitions.createdBy": "Utworzone Przez",
|
|
148
151
|
"workflows.definitions.delete": "Usuń Przepływ Pracy",
|
|
149
152
|
"workflows.definitions.description": "Opis",
|
|
153
|
+
"workflows.definitions.detail.summary": "Podsumowanie definicji",
|
|
150
154
|
"workflows.definitions.disable": "Wyłącz Przepływ Pracy",
|
|
151
155
|
"workflows.definitions.duplicate": "Duplikuj Przepływ Pracy",
|
|
152
156
|
"workflows.definitions.edit": "Edytuj Przepływ Pracy",
|
|
@@ -254,6 +258,7 @@
|
|
|
254
258
|
"workflows.events.detail.technicalDetails": "Szczegóły Techniczne",
|
|
255
259
|
"workflows.events.detail.tenantId": "ID Tenanta",
|
|
256
260
|
"workflows.events.detail.title": "Szczegóły Zdarzenia Przepływu",
|
|
261
|
+
"workflows.events.detail.type": "Typ zdarzenia",
|
|
257
262
|
"workflows.events.detail.workflowContext": "Kontekst Przepływu",
|
|
258
263
|
"workflows.events.detail.workflowInstance": "Instancja Przepływu",
|
|
259
264
|
"workflows.events.eventData": "Dane Zdarzenia",
|
|
@@ -613,11 +618,20 @@
|
|
|
613
618
|
"workflows.instances.actions.cancel": "Anuluj",
|
|
614
619
|
"workflows.instances.actions.retry": "Ponów",
|
|
615
620
|
"workflows.instances.actions.viewDetails": "Zobacz Szczegóły",
|
|
621
|
+
"workflows.instances.backToList": "Powrót do instancji",
|
|
622
|
+
"workflows.instances.cancelFailed": "Nie udało się anulować instancji przepływu pracy.",
|
|
623
|
+
"workflows.instances.compensation.activities": "Czynności kompensacyjne",
|
|
624
|
+
"workflows.instances.compensation.completed": "Kompensacja zakończona",
|
|
625
|
+
"workflows.instances.compensation.inProgress": "Kompensacja w toku",
|
|
616
626
|
"workflows.instances.confirm.cancel": "Czy na pewno chcesz anulować przepływ '{{workflowId}}'?",
|
|
617
627
|
"workflows.instances.confirm.retry": "Czy na pewno chcesz ponowić przepływ '{{workflowId}}'?",
|
|
628
|
+
"workflows.instances.confirmCancel": "Anulować tę instancję przepływu pracy?",
|
|
629
|
+
"workflows.instances.confirmRetry": "Ponowić tę instancję przepływu pracy?",
|
|
618
630
|
"workflows.instances.detail.loading": "Ładowanie instancji przepływu...",
|
|
619
631
|
"workflows.instances.detail.notFound": "Instancja przepływu nie znaleziona.",
|
|
632
|
+
"workflows.instances.detail.type": "Typ instancji",
|
|
620
633
|
"workflows.instances.duration": "Czas Trwania",
|
|
634
|
+
"workflows.instances.elapsed": "Czas trwania",
|
|
621
635
|
"workflows.instances.fields.cancelledAt": "Anulowano",
|
|
622
636
|
"workflows.instances.fields.completedAt": "Ukończono",
|
|
623
637
|
"workflows.instances.fields.correlationKey": "Klucz Korelacji",
|
|
@@ -645,13 +659,17 @@
|
|
|
645
659
|
"workflows.instances.filters.workflowId": "ID Przepływu Pracy",
|
|
646
660
|
"workflows.instances.filters.workflowIdPlaceholder": "Filtruj po ID przepływu...",
|
|
647
661
|
"workflows.instances.list.title": "Instancje Przepływów Pracy",
|
|
662
|
+
"workflows.instances.loadFailed": "Nie udało się załadować instancji przepływu pracy.",
|
|
648
663
|
"workflows.instances.messages.cancelFailed": "Nie udało się anulować instancji przepływu",
|
|
649
664
|
"workflows.instances.messages.cancelled": "Instancja przepływu anulowana pomyślnie",
|
|
650
665
|
"workflows.instances.messages.loadFailed": "Nie udało się załadować instancji przepływów",
|
|
651
666
|
"workflows.instances.messages.retried": "Instancja przepływu ponowiona pomyślnie",
|
|
652
667
|
"workflows.instances.messages.retryFailed": "Nie udało się ponowić instancji przepływu",
|
|
653
668
|
"workflows.instances.noExecutionHistory": "Brak historii wykonania",
|
|
669
|
+
"workflows.instances.notFound": "Nie znaleziono instancji przepływu pracy.",
|
|
654
670
|
"workflows.instances.plural": "Instancje Przepływów Pracy",
|
|
671
|
+
"workflows.instances.retryFailed": "Nie udało się ponowić instancji przepływu pracy.",
|
|
672
|
+
"workflows.instances.sections.compensation": "Kompensacja",
|
|
655
673
|
"workflows.instances.sections.context": "Dane Kontekstu",
|
|
656
674
|
"workflows.instances.sections.executionHistory": "Dziennik Zdarzeń",
|
|
657
675
|
"workflows.instances.sections.executionTimeline": "Oś Czasu Wykonania",
|
|
@@ -746,6 +764,23 @@
|
|
|
746
764
|
"workflows.nodeTypes.waitForSignal": "CZEKAJ NA SYGNAŁ",
|
|
747
765
|
"workflows.notifications.task.assigned.body": "Przypisano Ci zadanie \"{taskName}\" w przepływie \"{workflowName}\"{dueDate, select, other { (termin: {dueDate})}}",
|
|
748
766
|
"workflows.notifications.task.assigned.title": "Przypisano Zadanie",
|
|
767
|
+
"workflows.orderApproval.approveButton": "Zatwierdź",
|
|
768
|
+
"workflows.orderApproval.commentsLabel": "Komentarze",
|
|
769
|
+
"workflows.orderApproval.commentsPlaceholder": "Dodaj opcjonalne komentarze…",
|
|
770
|
+
"workflows.orderApproval.completeError": "Nie udało się zakończyć zadania zatwierdzenia.",
|
|
771
|
+
"workflows.orderApproval.completed": "Przepływ zatwierdzania zakończony.",
|
|
772
|
+
"workflows.orderApproval.decisionLabel": "Decyzja",
|
|
773
|
+
"workflows.orderApproval.groupDescription": "Przejrzyj i zatwierdź lub odrzuć to zamówienie.",
|
|
774
|
+
"workflows.orderApproval.groupLabel": "Zatwierdzanie zamówienia",
|
|
775
|
+
"workflows.orderApproval.missingStatuses": "Brakuje wpisów statusów zamówienia. Upewnij się, że istnieją statusy pending_approval, approved i rejected.",
|
|
776
|
+
"workflows.orderApproval.noWorkflowActive": "Brak aktywnego przepływu zatwierdzania dla tego zamówienia.",
|
|
777
|
+
"workflows.orderApproval.pendingDescription": "To zamówienie wymaga zatwierdzenia przed realizacją.",
|
|
778
|
+
"workflows.orderApproval.pendingTitle": "Oczekuje na zatwierdzenie",
|
|
779
|
+
"workflows.orderApproval.processing": "Przepływ pracy jest przetwarzany…",
|
|
780
|
+
"workflows.orderApproval.rejectButton": "Odrzuć",
|
|
781
|
+
"workflows.orderApproval.requestApproval": "Poproś o zatwierdzenie",
|
|
782
|
+
"workflows.orderApproval.startError": "Nie udało się uruchomić przepływu zatwierdzania.",
|
|
783
|
+
"workflows.orderApproval.submitDecision": "Zatwierdź decyzję",
|
|
749
784
|
"workflows.signals.awaiting": "Oczekiwanie na sygnał",
|
|
750
785
|
"workflows.signals.correlationKey": "Klucz Korelacji",
|
|
751
786
|
"workflows.signals.payload": "Zawartość Sygnału",
|
|
@@ -969,5 +1004,11 @@
|
|
|
969
1004
|
"workflows.visualEditor.runTest": "Uruchom test",
|
|
970
1005
|
"workflows.visualEditor.showMetadata": "Pokaż metadane",
|
|
971
1006
|
"workflows.visualEditor.validate": "Waliduj",
|
|
1007
|
+
"workflows.visualEditor.hint.addSteps": "Kliknij typy kroków, aby je dodać",
|
|
1008
|
+
"workflows.visualEditor.hint.connectSteps": "Łącz kroki, przeciągając z uchwytów",
|
|
1009
|
+
"workflows.visualEditor.hint.dragSteps": "Przeciągaj kroki, aby je rozmieścić",
|
|
1010
|
+
"workflows.visualEditor.hint.editSteps": "Kliknij kroki i przejścia, aby je edytować",
|
|
1011
|
+
"workflows.visualEditor.hint.validate": "Zwaliduj przed zapisaniem",
|
|
1012
|
+
"workflows.visualEditor.howToUse": "Jak używać:",
|
|
972
1013
|
"workflows.visualEditor.workflowMetadata": "Metadane przepływu pracy"
|
|
973
1014
|
}
|