@eo-sdk/client 8.6.0-rc.1 → 8.8.0-rc.1
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/assets/_default/i18n/de.json +1 -0
- package/assets/_default/i18n/en.json +5 -4
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
- package/bundles/eo-sdk-client.umd.js +13 -6
- package/bundles/eo-sdk-client.umd.js.map +1 -1
- package/bundles/eo-sdk-client.umd.min.js +1 -1
- package/bundles/eo-sdk-client.umd.min.js.map +1 -1
- package/eo-sdk-client.metadata.json +1 -1
- package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
- package/esm2015/app/eo-framework/inbox-details/inbox-details.component.js +10 -3
- package/esm2015/app/eo-framework/process/history/process-history.component.js +3 -3
- package/esm2015/projects/eo-sdk/core/lib/model/bpm.model.js +1 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +13 -6
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/lib/model/bpm.model.d.ts +4 -0
- package/projects/eo-sdk/core/package.json +1 -1
|
@@ -637,6 +637,7 @@
|
|
|
637
637
|
"eo.process.details.history.entry.type.WORKITEM_SAVEEVENT_START.title": "Das Skript zum Ereignis 'WorkitemSaved' wurde gestartet.",
|
|
638
638
|
"eo.process.details.history.entry.type.WORKITEM_SAVE_SUBSTITUTE.title": "Die Aufgabe wurde vom Stellvertreter gespeichert.",
|
|
639
639
|
"eo.bpm.activity.forward.error": "Fehler beim Weiterleiten.",
|
|
640
|
+
"eo.bpm.event.script.execution.error": "Die Server-Script-Ausführung scheiterte.",
|
|
640
641
|
"eo.process.personalize": "Aufgabe übernehmen",
|
|
641
642
|
"eo.process.depersonalize": "Aufgabe zurückgeben",
|
|
642
643
|
"eo.process.recipients": "Empfänger",
|
|
@@ -313,9 +313,9 @@
|
|
|
313
313
|
"eo.password.reset.error.password.title": "The password could not be changed.",
|
|
314
314
|
"eo.password.reset.error.old.password.message": "The current password is wrong.",
|
|
315
315
|
"eo.password.reset.error.new.password.message": "The new password is invalid.",
|
|
316
|
-
"eo.password.reset.error.new.password.short": "Wrong
|
|
317
|
-
"eo.password.reset.error.new.password.number": "Wrong password
|
|
318
|
-
"eo.password.reset.error.new.password.specialchars": "Wrong
|
|
316
|
+
"eo.password.reset.error.new.password.short": "Wrong format for password: Enter at least {{amount}} characters.",
|
|
317
|
+
"eo.password.reset.error.new.password.number": "Wrong format for password: Enter at least {{amount}} character(s). ",
|
|
318
|
+
"eo.password.reset.error.new.password.specialchars": "Wrong format for password: Enter at least {{amount}} special characters.",
|
|
319
319
|
"eo.password.reset.success": "The password was changed.",
|
|
320
320
|
"eo.column.config.title": "Column configuration",
|
|
321
321
|
"eo.column.config.action.save": "Save",
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"eo.object.indexdata.save.browsernav": "You are currently editing the metadata of a form that has not been saved. Unsaved data will be lost.",
|
|
481
481
|
"eo.object.indexdata.form.invalid": "The form contains errors. Correct the errors in order to be able to save the entries.",
|
|
482
482
|
"eo.references.not.available": "Not available",
|
|
483
|
-
"eo.references.deleted": "
|
|
483
|
+
"eo.references.deleted": "deleted reference",
|
|
484
484
|
"eo.references.object.notfound": "No references found.",
|
|
485
485
|
"eo.references.to.label": "To this object",
|
|
486
486
|
"eo.references.from.label": "To other objects",
|
|
@@ -638,6 +638,7 @@
|
|
|
638
638
|
"eo.process.details.history.entry.type.WORKITEM_SAVEEVENT_START.title": "The script for the 'WorkitemSaved' event was launched.",
|
|
639
639
|
"eo.process.details.history.entry.type.WORKITEM_SAVE_SUBSTITUTE.title": "The task was saved by the substitute.",
|
|
640
640
|
"eo.bpm.activity.forward.error": "Forwarding error.",
|
|
641
|
+
"eo.bpm.event.script.execution.error": "The server script execution failed.",
|
|
641
642
|
"eo.process.personalize": "Accept task",
|
|
642
643
|
"eo.process.depersonalize": "Return task",
|
|
643
644
|
"eo.process.recipients": "Recipients",
|