diff --git a/frontend/src/app/ui/admin/plan-blueprint/editor/plan-blueprint-editor.component.ts b/frontend/src/app/ui/admin/plan-blueprint/editor/plan-blueprint-editor.component.ts index aa4dd4a01..c627108ce 100644 --- a/frontend/src/app/ui/admin/plan-blueprint/editor/plan-blueprint-editor.component.ts +++ b/frontend/src/app/ui/admin/plan-blueprint/editor/plan-blueprint-editor.component.ts @@ -538,19 +538,19 @@ export class PlanBlueprintEditorComponent extends BaseEditor 0) { this.showValidationErrorsDialog(undefined, errorMessages); diff --git a/frontend/src/assets/i18n/baq.json b/frontend/src/assets/i18n/baq.json index 0d6659937..66dd0ed61 100644 --- a/frontend/src/assets/i18n/baq.json +++ b/frontend/src/assets/i18n/baq.json @@ -1627,6 +1627,13 @@ "LOCKED-DIALOG": { "TITLE": "Plan Blueprint is locked", "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "TITLE-REQUIRED": "Title should be set.", + "DESCRIPTION-REQUIRED": "Description should be set.", + "LANGUAGE-REQUIRED": "Language should be set.", + "ACCESS-REQUIRED": "Access should be set.", + "DESCRIPTION-TEMPLATES-REQUIRED": "At least one section should have description templates." } }, "PLAN-EDITOR": { diff --git a/frontend/src/assets/i18n/de.json b/frontend/src/assets/i18n/de.json index 5918c7e63..5ba5d73b2 100644 --- a/frontend/src/assets/i18n/de.json +++ b/frontend/src/assets/i18n/de.json @@ -1627,6 +1627,13 @@ "LOCKED-DIALOG": { "TITLE": "Plan Blueprint is locked", "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "TITLE-REQUIRED": "Title should be set.", + "DESCRIPTION-REQUIRED": "Description should be set.", + "LANGUAGE-REQUIRED": "Language should be set.", + "ACCESS-REQUIRED": "Access should be set.", + "DESCRIPTION-TEMPLATES-REQUIRED": "At least one section should have description templates." } }, "PLAN-EDITOR": { diff --git a/frontend/src/assets/i18n/en.json b/frontend/src/assets/i18n/en.json index 9bf469d57..5f46a09a8 100644 --- a/frontend/src/assets/i18n/en.json +++ b/frontend/src/assets/i18n/en.json @@ -1627,6 +1627,13 @@ "LOCKED-DIALOG": { "TITLE": "Plan Blueprint is locked", "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "TITLE-REQUIRED": "Title should be set.", + "DESCRIPTION-REQUIRED": "Description should be set.", + "LANGUAGE-REQUIRED": "Language should be set.", + "ACCESS-REQUIRED": "Access should be set.", + "DESCRIPTION-TEMPLATES-REQUIRED": "At least one section should have description templates." } }, "PLAN-EDITOR": { diff --git a/frontend/src/assets/i18n/es.json b/frontend/src/assets/i18n/es.json index 63819f817..d10ff07d9 100644 --- a/frontend/src/assets/i18n/es.json +++ b/frontend/src/assets/i18n/es.json @@ -1627,6 +1627,13 @@ "LOCKED-DIALOG": { "TITLE": "Plan Blueprint is locked", "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "TITLE-REQUIRED": "Title should be set.", + "DESCRIPTION-REQUIRED": "Description should be set.", + "LANGUAGE-REQUIRED": "Language should be set.", + "ACCESS-REQUIRED": "Access should be set.", + "DESCRIPTION-TEMPLATES-REQUIRED": "At least one section should have description templates." } }, "PLAN-EDITOR": { diff --git a/frontend/src/assets/i18n/gr.json b/frontend/src/assets/i18n/gr.json index f3050fea9..716c5b1c1 100644 --- a/frontend/src/assets/i18n/gr.json +++ b/frontend/src/assets/i18n/gr.json @@ -1627,6 +1627,13 @@ "LOCKED-DIALOG": { "TITLE": "Plan Blueprint is locked", "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "TITLE-REQUIRED": "Title should be set.", + "DESCRIPTION-REQUIRED": "Description should be set.", + "LANGUAGE-REQUIRED": "Language should be set.", + "ACCESS-REQUIRED": "Access should be set.", + "DESCRIPTION-TEMPLATES-REQUIRED": "At least one section should have description templates." } }, "PLAN-EDITOR": { diff --git a/frontend/src/assets/i18n/hr.json b/frontend/src/assets/i18n/hr.json index d55d38431..dfaa44985 100644 --- a/frontend/src/assets/i18n/hr.json +++ b/frontend/src/assets/i18n/hr.json @@ -1627,6 +1627,13 @@ "LOCKED-DIALOG": { "TITLE": "Plan Blueprint is locked", "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "TITLE-REQUIRED": "Title should be set.", + "DESCRIPTION-REQUIRED": "Description should be set.", + "LANGUAGE-REQUIRED": "Language should be set.", + "ACCESS-REQUIRED": "Access should be set.", + "DESCRIPTION-TEMPLATES-REQUIRED": "At least one section should have description templates." } }, "PLAN-EDITOR": { diff --git a/frontend/src/assets/i18n/pl.json b/frontend/src/assets/i18n/pl.json index ebd02e7de..5f5528234 100644 --- a/frontend/src/assets/i18n/pl.json +++ b/frontend/src/assets/i18n/pl.json @@ -1627,6 +1627,13 @@ "LOCKED-DIALOG": { "TITLE": "Plan Blueprint is locked", "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "TITLE-REQUIRED": "Title should be set.", + "DESCRIPTION-REQUIRED": "Description should be set.", + "LANGUAGE-REQUIRED": "Language should be set.", + "ACCESS-REQUIRED": "Access should be set.", + "DESCRIPTION-TEMPLATES-REQUIRED": "At least one section should have description templates." } }, "PLAN-EDITOR": { diff --git a/frontend/src/assets/i18n/pt.json b/frontend/src/assets/i18n/pt.json index 79f675c80..b32822085 100644 --- a/frontend/src/assets/i18n/pt.json +++ b/frontend/src/assets/i18n/pt.json @@ -1627,6 +1627,13 @@ "LOCKED-DIALOG": { "TITLE": "Plan Blueprint is locked", "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "TITLE-REQUIRED": "Title should be set.", + "DESCRIPTION-REQUIRED": "Description should be set.", + "LANGUAGE-REQUIRED": "Language should be set.", + "ACCESS-REQUIRED": "Access should be set.", + "DESCRIPTION-TEMPLATES-REQUIRED": "At least one section should have description templates." } }, "PLAN-EDITOR": { diff --git a/frontend/src/assets/i18n/sk.json b/frontend/src/assets/i18n/sk.json index 7bf9412ae..0e3daffb1 100644 --- a/frontend/src/assets/i18n/sk.json +++ b/frontend/src/assets/i18n/sk.json @@ -1627,6 +1627,13 @@ "LOCKED-DIALOG": { "TITLE": "Plan Blueprint is locked", "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "TITLE-REQUIRED": "Title should be set.", + "DESCRIPTION-REQUIRED": "Description should be set.", + "LANGUAGE-REQUIRED": "Language should be set.", + "ACCESS-REQUIRED": "Access should be set.", + "DESCRIPTION-TEMPLATES-REQUIRED": "At least one section should have description templates." } }, "PLAN-EDITOR": { diff --git a/frontend/src/assets/i18n/sr.json b/frontend/src/assets/i18n/sr.json index 9279b26d9..6e5201646 100644 --- a/frontend/src/assets/i18n/sr.json +++ b/frontend/src/assets/i18n/sr.json @@ -1627,6 +1627,13 @@ "LOCKED-DIALOG": { "TITLE": "Plan Blueprint is locked", "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "TITLE-REQUIRED": "Title should be set.", + "DESCRIPTION-REQUIRED": "Description should be set.", + "LANGUAGE-REQUIRED": "Language should be set.", + "ACCESS-REQUIRED": "Access should be set.", + "DESCRIPTION-TEMPLATES-REQUIRED": "At least one section should have description templates." } }, "PLAN-EDITOR": { diff --git a/frontend/src/assets/i18n/tr.json b/frontend/src/assets/i18n/tr.json index 59db56524..3b15efaf7 100644 --- a/frontend/src/assets/i18n/tr.json +++ b/frontend/src/assets/i18n/tr.json @@ -1627,6 +1627,13 @@ "LOCKED-DIALOG": { "TITLE": "Plan Blueprint is locked", "MESSAGE": "Somebody else is modifying the Plan Blueprint at this moment. You may view the Plan Blueprint but you cannot make any changes. If you would like to modify it please come back later." + }, + "FORM-VALIDATION-DISPLAY-DIALOG": { + "TITLE-REQUIRED": "Title should be set.", + "DESCRIPTION-REQUIRED": "Description should be set.", + "LANGUAGE-REQUIRED": "Language should be set.", + "ACCESS-REQUIRED": "Access should be set.", + "DESCRIPTION-TEMPLATES-REQUIRED": "At least one section should have description templates." } }, "PLAN-EDITOR": {