From 167cae9e59fb298779e8a0a3039ae5794a485a32 Mon Sep 17 00:00:00 2001 From: Kristan Ntavidi Date: Fri, 9 Apr 2021 11:31:16 +0300 Subject: [PATCH] User guide links update. Placeholders in dataset identifier and validation. Confirmation dialog minor changes. --- .../dataset/dataset-wizard/dataset-wizard.component.ts | 3 ++- .../components/form-field/form-field.component.html | 4 ++-- dmp-frontend/src/assets/i18n/de.json | 6 +++++- dmp-frontend/src/assets/i18n/en.json | 6 +++++- dmp-frontend/src/assets/i18n/es.json | 6 +++++- dmp-frontend/src/assets/i18n/gr.json | 6 +++++- dmp-frontend/src/assets/i18n/pt.json | 6 +++++- dmp-frontend/src/assets/i18n/sk.json | 6 +++++- dmp-frontend/src/assets/i18n/sr.json | 6 +++++- dmp-frontend/src/assets/i18n/tr.json | 6 +++++- .../confirmation-dialog.component.html | 10 ++++++---- user-guide/UserGuide_de.html | 2 +- user-guide/UserGuide_en.html | 2 +- user-guide/UserGuide_es.html | 2 +- user-guide/UserGuide_gr.html | 2 +- user-guide/UserGuide_sk.html | 2 +- user-guide/UserGuide_sr.html | 2 +- user-guide/UserGuide_tr.html | 2 +- 18 files changed, 57 insertions(+), 22 deletions(-) diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts index a8352b06e..842c40eb7 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts @@ -1138,7 +1138,8 @@ export class DatasetWizardComponent extends BaseComponent implements OnInit, IBr confirmButton: confirmButtonText, cancelButton: cancelButtonText, isDeleteConfirmation: true - } + }, + maxWidth:'40em' }); dialogRef.afterClosed().pipe(takeUntil(this._destroyed)).subscribe(result => { if (result) { diff --git a/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-field/form-field.component.html b/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-field/form-field.component.html index 90fc3ddbc..80f2dbe8f 100644 --- a/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-field/form-field.component.html +++ b/dmp-frontend/src/app/ui/misc/dataset-description-form/components/form-field/form-field.component.html @@ -283,7 +283,7 @@ - + {{ type.name }} @@ -314,7 +314,7 @@ - + {{ type.name }} diff --git a/dmp-frontend/src/assets/i18n/de.json b/dmp-frontend/src/assets/i18n/de.json index f8d4f847a..e998e8ac5 100644 --- a/dmp-frontend/src/assets/i18n/de.json +++ b/dmp-frontend/src/assets/i18n/de.json @@ -1294,7 +1294,11 @@ "EXTERNAL-SOURCE-HINT": "Liste jener Werte, die von externer(n) Quelle(n) stammen" }, "DATASET-PROFILE-VALIDATOR": { - "ACTION": "Validate" + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER":{ + "IDENTIFIER-TYPE":"Identifier Type" }, "RECENT-ACTIVITY-ORDER": { "CREATED": "Created", diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index ab37bd8d7..7b9d1cbc7 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -1294,7 +1294,11 @@ "EXTERNAL-SOURCE-HINT": "List of values provided by external source(s)" }, "DATASET-PROFILE-VALIDATOR": { - "ACTION": "Validate" + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER":{ + "IDENTIFIER-TYPE":"Identifier Type" }, "RECENT-ACTIVITY-ORDER": { "CREATED": "Created", diff --git a/dmp-frontend/src/assets/i18n/es.json b/dmp-frontend/src/assets/i18n/es.json index a07c2118b..72a60b987 100644 --- a/dmp-frontend/src/assets/i18n/es.json +++ b/dmp-frontend/src/assets/i18n/es.json @@ -1294,7 +1294,11 @@ "EXTERNAL-SOURCE-HINT": "Lista de valores para seleccionar la(s) fuente(s) externa(s)" }, "DATASET-PROFILE-VALIDATOR": { - "ACTION": "Validate" + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER":{ + "IDENTIFIER-TYPE":"Identifier Type" }, "RECENT-ACTIVITY-ORDER": { "CREATED": "Creado", diff --git a/dmp-frontend/src/assets/i18n/gr.json b/dmp-frontend/src/assets/i18n/gr.json index 85ba6ae04..38217a96b 100644 --- a/dmp-frontend/src/assets/i18n/gr.json +++ b/dmp-frontend/src/assets/i18n/gr.json @@ -1294,7 +1294,11 @@ "EXTERNAL-SOURCE-HINT": "Κατάλογος τιμών που παρέχονται από εξωτερικές πηγές" }, "DATASET-PROFILE-VALIDATOR": { - "ACTION": "Validate" + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER":{ + "IDENTIFIER-TYPE":"Identifier Type" }, "RECENT-ACTIVITY-ORDER": { "CREATED": "Δημιουργημένο", diff --git a/dmp-frontend/src/assets/i18n/pt.json b/dmp-frontend/src/assets/i18n/pt.json index 471d309d5..78e8431a9 100644 --- a/dmp-frontend/src/assets/i18n/pt.json +++ b/dmp-frontend/src/assets/i18n/pt.json @@ -1294,7 +1294,11 @@ "EXTERNAL-SOURCE-HINT": "Lista de valores fornecidas por fonte(s) externa(s)" }, "DATASET-PROFILE-VALIDATOR": { - "ACTION": "Validate" + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER":{ + "IDENTIFIER-TYPE":"Identifier Type" }, "RECENT-ACTIVITY-ORDER": { "CREATED": "Criado", diff --git a/dmp-frontend/src/assets/i18n/sk.json b/dmp-frontend/src/assets/i18n/sk.json index 405a910e2..c8b4ac9c8 100644 --- a/dmp-frontend/src/assets/i18n/sk.json +++ b/dmp-frontend/src/assets/i18n/sk.json @@ -1294,7 +1294,11 @@ "EXTERNAL-SOURCE-HINT": "Zoznam hodnôt dodaných z externých zdrojov." }, "DATASET-PROFILE-VALIDATOR": { - "ACTION": "Validate" + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER":{ + "IDENTIFIER-TYPE":"Identifier Type" }, "RECENT-ACTIVITY-ORDER": { "CREATED": "Vytvorené", diff --git a/dmp-frontend/src/assets/i18n/sr.json b/dmp-frontend/src/assets/i18n/sr.json index 1991d983e..5f14785a8 100644 --- a/dmp-frontend/src/assets/i18n/sr.json +++ b/dmp-frontend/src/assets/i18n/sr.json @@ -1294,7 +1294,11 @@ "EXTERNAL-SOURCE-HINT": "Lista vrednosti obezbeđenih od spoljnih izvora" }, "DATASET-PROFILE-VALIDATOR": { - "ACTION": "Validate" + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER":{ + "IDENTIFIER-TYPE":"Identifier Type" }, "RECENT-ACTIVITY-ORDER": { "CREATED": "Kreirano", diff --git a/dmp-frontend/src/assets/i18n/tr.json b/dmp-frontend/src/assets/i18n/tr.json index a1f0acaa3..c93485287 100644 --- a/dmp-frontend/src/assets/i18n/tr.json +++ b/dmp-frontend/src/assets/i18n/tr.json @@ -1294,7 +1294,11 @@ "EXTERNAL-SOURCE-HINT": "Dış kaynak(lar) tarafından sağlanan değerlerin listesi" }, "DATASET-PROFILE-VALIDATOR": { - "ACTION": "Validate" + "ACTION": "Validate", + "REPOSITORIES-PLACEHOLDER": "Repositories" + }, + "DATASET-PROFILE-IDENTIFIER":{ + "IDENTIFIER-TYPE":"Identifier Type" }, "RECENT-ACTIVITY-ORDER": { "CREATED": "Oluşturulmuş", diff --git a/dmp-frontend/src/common/modules/confirmation-dialog/confirmation-dialog.component.html b/dmp-frontend/src/common/modules/confirmation-dialog/confirmation-dialog.component.html index 4247532d3..258eb7cda 100644 --- a/dmp-frontend/src/common/modules/confirmation-dialog/confirmation-dialog.component.html +++ b/dmp-frontend/src/common/modules/confirmation-dialog/confirmation-dialog.component.html @@ -8,12 +8,14 @@ close -
-
{{ data.message }}
-
+
+
close
+
+
{{ data.message }}
+
{{ data.privacyPolicyNames }}
@@ -21,7 +23,7 @@
{{'GENERAL.CONFIRMATION-DIALOG.ACTIONS.REQUIRED' | translate}}
-
+
diff --git a/user-guide/UserGuide_de.html b/user-guide/UserGuide_de.html index b64d4663e..8bcc11716 100644 --- a/user-guide/UserGuide_de.html +++ b/user-guide/UserGuide_de.html @@ -2054,7 +2054,7 @@

Homepage

 

-

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

+

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

 

 

diff --git a/user-guide/UserGuide_en.html b/user-guide/UserGuide_en.html index b64d4663e..8bcc11716 100644 --- a/user-guide/UserGuide_en.html +++ b/user-guide/UserGuide_en.html @@ -2054,7 +2054,7 @@

Homepage

 

-

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

+

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

 

 

diff --git a/user-guide/UserGuide_es.html b/user-guide/UserGuide_es.html index b64d4663e..8bcc11716 100644 --- a/user-guide/UserGuide_es.html +++ b/user-guide/UserGuide_es.html @@ -2054,7 +2054,7 @@

Homepage

 

-

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

+

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

 

 

diff --git a/user-guide/UserGuide_gr.html b/user-guide/UserGuide_gr.html index b64d4663e..8bcc11716 100644 --- a/user-guide/UserGuide_gr.html +++ b/user-guide/UserGuide_gr.html @@ -2054,7 +2054,7 @@

Homepage

 

-

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

+

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

 

 

diff --git a/user-guide/UserGuide_sk.html b/user-guide/UserGuide_sk.html index b64d4663e..8bcc11716 100644 --- a/user-guide/UserGuide_sk.html +++ b/user-guide/UserGuide_sk.html @@ -2054,7 +2054,7 @@

Homepage

 

-

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

+

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

 

 

diff --git a/user-guide/UserGuide_sr.html b/user-guide/UserGuide_sr.html index b64d4663e..8bcc11716 100644 --- a/user-guide/UserGuide_sr.html +++ b/user-guide/UserGuide_sr.html @@ -2054,7 +2054,7 @@

Homepage

 

-

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

+

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

 

 

diff --git a/user-guide/UserGuide_tr.html b/user-guide/UserGuide_tr.html index b64d4663e..8bcc11716 100644 --- a/user-guide/UserGuide_tr.html +++ b/user-guide/UserGuide_tr.html @@ -2054,7 +2054,7 @@

Homepage

 

-

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.

+

The homepage can be found under argos.openaire.eu, also accessible from  the OpenAIRE Service catalogue and the EOSC.