diff --git a/backend/i18n/frontend_en.json b/backend/i18n/frontend_en.json index fc3bb9f06..c3662c281 100644 --- a/backend/i18n/frontend_en.json +++ b/backend/i18n/frontend_en.json @@ -698,15 +698,15 @@ "rules.simulation.actionCreated": "Job is created from the enriched event and action and added to a job queue.", "rules.simulation.actionExecuted": "Job will be taken from the queue and executed.", "rules.simulation.conditionEvaluated": "Event is evaluated, whether it matches the conditions in the tigger. ", - "rules.simulation.errorWrongConditionDoesNotMatch": "Condition does not match to the trigger.", - "rules.simulation.errorWrongDisabled": "Rule is dissabled.", + "rules.simulation.errorConditionDoesNotMatch": "Condition does not match to the trigger.", + "rules.simulation.errorDisabled": "Rule is dissabled.", + "rules.simulation.errorEventMismatch": "Event does not match to the trigger.", + "rules.simulation.errorFailed": "Internal Error.", + "rules.simulation.errorFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", + "rules.simulation.errorNoAction": "Action type is obsolete and has been removed.", + "rules.simulation.errorNoTrigger": "Trigger type is obsolete and has been removed.", + "rules.simulation.errorTooOld": "Event is too old.", "rules.simulation.errorWrongEventForTrigger": "Event does not match to the trigger.", - "rules.simulation.errorWrongEventMismatch": "Event does not match to the trigger.", - "rules.simulation.errorWrongFailed": "Internal Error.", - "rules.simulation.errorWrongFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", - "rules.simulation.errorWrongNoAction": "Action type is obsolete and has been removed.", - "rules.simulation.errorWrongNoTrigger": "Trigger type is obsolete and has been removed.", - "rules.simulation.errorWrongTooOld": "Event is too old.", "rules.simulation.eventEnriched": "Event is enriched with additional data", "rules.simulation.eventQueried": "Event is queried from the database", "rules.simulator": "Simulator", diff --git a/backend/i18n/frontend_it.json b/backend/i18n/frontend_it.json index 30401374a..1d90c6456 100644 --- a/backend/i18n/frontend_it.json +++ b/backend/i18n/frontend_it.json @@ -698,15 +698,15 @@ "rules.simulation.actionCreated": "Job is created from the enriched event and action and added to a job queue.", "rules.simulation.actionExecuted": "Job will be taken from the queue and executed.", "rules.simulation.conditionEvaluated": "Event is evaluated, whether it matches the conditions in the tigger. ", - "rules.simulation.errorWrongConditionDoesNotMatch": "Condition does not match to the trigger.", - "rules.simulation.errorWrongDisabled": "Rule is dissabled.", + "rules.simulation.errorConditionDoesNotMatch": "Condition does not match to the trigger.", + "rules.simulation.errorDisabled": "Rule is dissabled.", + "rules.simulation.errorEventMismatch": "Event does not match to the trigger.", + "rules.simulation.errorFailed": "Internal Error.", + "rules.simulation.errorFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", + "rules.simulation.errorNoAction": "Action type is obsolete and has been removed.", + "rules.simulation.errorNoTrigger": "Trigger type is obsolete and has been removed.", + "rules.simulation.errorTooOld": "Event is too old.", "rules.simulation.errorWrongEventForTrigger": "Event does not match to the trigger.", - "rules.simulation.errorWrongEventMismatch": "Event does not match to the trigger.", - "rules.simulation.errorWrongFailed": "Internal Error.", - "rules.simulation.errorWrongFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", - "rules.simulation.errorWrongNoAction": "Action type is obsolete and has been removed.", - "rules.simulation.errorWrongNoTrigger": "Trigger type is obsolete and has been removed.", - "rules.simulation.errorWrongTooOld": "Event is too old.", "rules.simulation.eventEnriched": "Event is enriched with additional data", "rules.simulation.eventQueried": "Event is queried from the database", "rules.simulator": "Simulator", diff --git a/backend/i18n/frontend_nl.json b/backend/i18n/frontend_nl.json index 446d992f3..478d255a3 100644 --- a/backend/i18n/frontend_nl.json +++ b/backend/i18n/frontend_nl.json @@ -698,15 +698,15 @@ "rules.simulation.actionCreated": "Job is created from the enriched event and action and added to a job queue.", "rules.simulation.actionExecuted": "Job will be taken from the queue and executed.", "rules.simulation.conditionEvaluated": "Event is evaluated, whether it matches the conditions in the tigger. ", - "rules.simulation.errorWrongConditionDoesNotMatch": "Condition does not match to the trigger.", - "rules.simulation.errorWrongDisabled": "Rule is dissabled.", + "rules.simulation.errorConditionDoesNotMatch": "Condition does not match to the trigger.", + "rules.simulation.errorDisabled": "Rule is dissabled.", + "rules.simulation.errorEventMismatch": "Event does not match to the trigger.", + "rules.simulation.errorFailed": "Internal Error.", + "rules.simulation.errorFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", + "rules.simulation.errorNoAction": "Action type is obsolete and has been removed.", + "rules.simulation.errorNoTrigger": "Trigger type is obsolete and has been removed.", + "rules.simulation.errorTooOld": "Event is too old.", "rules.simulation.errorWrongEventForTrigger": "Event does not match to the trigger.", - "rules.simulation.errorWrongEventMismatch": "Event does not match to the trigger.", - "rules.simulation.errorWrongFailed": "Internal Error.", - "rules.simulation.errorWrongFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", - "rules.simulation.errorWrongNoAction": "Action type is obsolete and has been removed.", - "rules.simulation.errorWrongNoTrigger": "Trigger type is obsolete and has been removed.", - "rules.simulation.errorWrongTooOld": "Event is too old.", "rules.simulation.eventEnriched": "Event is enriched with additional data", "rules.simulation.eventQueried": "Event is queried from the database", "rules.simulator": "Simulator", diff --git a/backend/i18n/frontend_zh.json b/backend/i18n/frontend_zh.json index 7df1c2a04..67cf0c89d 100644 --- a/backend/i18n/frontend_zh.json +++ b/backend/i18n/frontend_zh.json @@ -698,15 +698,15 @@ "rules.simulation.actionCreated": "Job is created from the enriched event and action and added to a job queue.", "rules.simulation.actionExecuted": "Job will be taken from the queue and executed.", "rules.simulation.conditionEvaluated": "Event is evaluated, whether it matches the conditions in the tigger. ", - "rules.simulation.errorWrongConditionDoesNotMatch": "Condition does not match to the trigger.", - "rules.simulation.errorWrongDisabled": "Rule is dissabled.", + "rules.simulation.errorConditionDoesNotMatch": "Condition does not match to the trigger.", + "rules.simulation.errorDisabled": "Rule is dissabled.", + "rules.simulation.errorEventMismatch": "Event does not match to the trigger.", + "rules.simulation.errorFailed": "Internal Error.", + "rules.simulation.errorFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", + "rules.simulation.errorNoAction": "Action type is obsolete and has been removed.", + "rules.simulation.errorNoTrigger": "Trigger type is obsolete and has been removed.", + "rules.simulation.errorTooOld": "Event is too old.", "rules.simulation.errorWrongEventForTrigger": "Event does not match to the trigger.", - "rules.simulation.errorWrongEventMismatch": "Event does not match to the trigger.", - "rules.simulation.errorWrongFailed": "Internal Error.", - "rules.simulation.errorWrongFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", - "rules.simulation.errorWrongNoAction": "Action type is obsolete and has been removed.", - "rules.simulation.errorWrongNoTrigger": "Trigger type is obsolete and has been removed.", - "rules.simulation.errorWrongTooOld": "Event is too old.", "rules.simulation.eventEnriched": "Event is enriched with additional data", "rules.simulation.eventQueried": "Event is queried from the database", "rules.simulator": "模拟器", diff --git a/backend/i18n/source/frontend_en.json b/backend/i18n/source/frontend_en.json index fc3bb9f06..c3662c281 100644 --- a/backend/i18n/source/frontend_en.json +++ b/backend/i18n/source/frontend_en.json @@ -698,15 +698,15 @@ "rules.simulation.actionCreated": "Job is created from the enriched event and action and added to a job queue.", "rules.simulation.actionExecuted": "Job will be taken from the queue and executed.", "rules.simulation.conditionEvaluated": "Event is evaluated, whether it matches the conditions in the tigger. ", - "rules.simulation.errorWrongConditionDoesNotMatch": "Condition does not match to the trigger.", - "rules.simulation.errorWrongDisabled": "Rule is dissabled.", + "rules.simulation.errorConditionDoesNotMatch": "Condition does not match to the trigger.", + "rules.simulation.errorDisabled": "Rule is dissabled.", + "rules.simulation.errorEventMismatch": "Event does not match to the trigger.", + "rules.simulation.errorFailed": "Internal Error.", + "rules.simulation.errorFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", + "rules.simulation.errorNoAction": "Action type is obsolete and has been removed.", + "rules.simulation.errorNoTrigger": "Trigger type is obsolete and has been removed.", + "rules.simulation.errorTooOld": "Event is too old.", "rules.simulation.errorWrongEventForTrigger": "Event does not match to the trigger.", - "rules.simulation.errorWrongEventMismatch": "Event does not match to the trigger.", - "rules.simulation.errorWrongFailed": "Internal Error.", - "rules.simulation.errorWrongFromRule": "Event has been created from another rule and will be skipped to prevent endless loops.", - "rules.simulation.errorWrongNoAction": "Action type is obsolete and has been removed.", - "rules.simulation.errorWrongNoTrigger": "Trigger type is obsolete and has been removed.", - "rules.simulation.errorWrongTooOld": "Event is too old.", "rules.simulation.eventEnriched": "Event is enriched with additional data", "rules.simulation.eventQueried": "Event is queried from the database", "rules.simulator": "Simulator", diff --git a/frontend/app/features/administration/pages/event-consumers/event-consumers-page.component.html b/frontend/app/features/administration/pages/event-consumers/event-consumers-page.component.html index 643e4123b..f211f5103 100644 --- a/frontend/app/features/administration/pages/event-consumers/event-consumers-page.component.html +++ b/frontend/app/features/administration/pages/event-consumers/event-consumers-page.component.html @@ -1,6 +1,6 @@ - +