From 74f6fe6e25a2bc3c1833c594b8753af863dca82e Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 11 Oct 2024 08:00:34 +0200 Subject: [PATCH] Modified entry form field description text for person type selection as suggested in the review. --- .../i18n/de_DE/interface-i18n/firsttime/vivo_UiLabel.ttl | 6 ++++++ .../i18n/en_CA/interface-i18n/firsttime/vivo_UiLabel.ttl | 6 ++++++ .../i18n/en_US/interface-i18n/firsttime/vivo_UiLabel.ttl | 6 ++++++ .../rdf/i18n/es/interface-i18n/firsttime/vivo_UiLabel.ttl | 6 ++++++ .../i18n/fr_CA/interface-i18n/firsttime/vivo_UiLabel.ttl | 6 ++++++ .../i18n/pt_BR/interface-i18n/firsttime/vivo_UiLabel.ttl | 6 ++++++ .../i18n/ru_RU/interface-i18n/firsttime/vivo_UiLabel.ttl | 6 ++++++ .../sr_Latn_RS/interface-i18n/firsttime/vivo_UiLabel.ttl | 7 +++++++ .../edit/forms/addAuthorsToInformationResource.ftl | 2 +- .../edit/forms/addEditorsToInformationResource.ftl | 2 +- .../freemarker/edit/forms/projectHasParticipant.ftl | 2 +- 11 files changed, 52 insertions(+), 3 deletions(-) diff --git a/home/src/main/resources/rdf/i18n/de_DE/interface-i18n/firsttime/vivo_UiLabel.ttl b/home/src/main/resources/rdf/i18n/de_DE/interface-i18n/firsttime/vivo_UiLabel.ttl index 749960b26..42c043b8b 100644 --- a/home/src/main/resources/rdf/i18n/de_DE/interface-i18n/firsttime/vivo_UiLabel.ttl +++ b/home/src/main/resources/rdf/i18n/de_DE/interface-i18n/firsttime/vivo_UiLabel.ttl @@ -6277,3 +6277,9 @@ uil-data:vis_coauthor_vcard.VIVO uil:hasApp "VIVO" ; uil:hasKey "vis_coauthor_vcard" . +uil-data:select_vcard_or_person.VIVO + rdf:type owl:NamedIndividual ; + rdf:type uil:UILabel ; + rdfs:label "Bitte wählen Sie VCARD nur, wenn die Person kein Profil in VIVO hat und auch nicht haben soll. Ansonsten wählen Sie den Typ \"Person\"."@de-DE ; + uil:hasApp "VIVO" ; + uil:hasKey "select_vcard_or_person" . \ No newline at end of file diff --git a/home/src/main/resources/rdf/i18n/en_CA/interface-i18n/firsttime/vivo_UiLabel.ttl b/home/src/main/resources/rdf/i18n/en_CA/interface-i18n/firsttime/vivo_UiLabel.ttl index 0ff30d116..196814697 100644 --- a/home/src/main/resources/rdf/i18n/en_CA/interface-i18n/firsttime/vivo_UiLabel.ttl +++ b/home/src/main/resources/rdf/i18n/en_CA/interface-i18n/firsttime/vivo_UiLabel.ttl @@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO uil:hasApp "VIVO" ; uil:hasKey "vis_coauthor_vcard" . +uil-data:select_vcard_or_person.VIVO + rdf:type owl:NamedIndividual ; + rdf:type uil:UILabel ; + rdfs:label "Please select VCARD only, when the person has not and is not supposed to have a profile in VIVO. Otherwise choose the type \"Person\"."@en-CA ; + uil:hasApp "VIVO" ; + uil:hasKey "select_vcard_or_person" . \ No newline at end of file diff --git a/home/src/main/resources/rdf/i18n/en_US/interface-i18n/firsttime/vivo_UiLabel.ttl b/home/src/main/resources/rdf/i18n/en_US/interface-i18n/firsttime/vivo_UiLabel.ttl index 69e977619..64a747c90 100644 --- a/home/src/main/resources/rdf/i18n/en_US/interface-i18n/firsttime/vivo_UiLabel.ttl +++ b/home/src/main/resources/rdf/i18n/en_US/interface-i18n/firsttime/vivo_UiLabel.ttl @@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO uil:hasApp "VIVO" ; uil:hasKey "vis_coauthor_vcard" . +uil-data:select_vcard_or_person.VIVO + rdf:type owl:NamedIndividual ; + rdf:type uil:UILabel ; + rdfs:label "Please select VCARD only, when the person has not and is not supposed to have a profile in VIVO. Otherwise choose the type \"Person\"."@en-US ; + uil:hasApp "VIVO" ; + uil:hasKey "select_vcard_or_person" . diff --git a/home/src/main/resources/rdf/i18n/es/interface-i18n/firsttime/vivo_UiLabel.ttl b/home/src/main/resources/rdf/i18n/es/interface-i18n/firsttime/vivo_UiLabel.ttl index 51b2ed1cc..8463c1ccd 100644 --- a/home/src/main/resources/rdf/i18n/es/interface-i18n/firsttime/vivo_UiLabel.ttl +++ b/home/src/main/resources/rdf/i18n/es/interface-i18n/firsttime/vivo_UiLabel.ttl @@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO uil:hasApp "VIVO" ; uil:hasKey "vis_coauthor_vcard" . +uil-data:select_vcard_or_person.VIVO + rdf:type owl:NamedIndividual ; + rdf:type uil:UILabel ; + rdfs:label "Por favor, seleccione VCARD sólo, cuando la persona no tenga ni deba tener un perfil en VIVO. En caso contrario, elija el tipo \"Persona\"."@es ; + uil:hasApp "VIVO" ; + uil:hasKey "select_vcard_or_person" . diff --git a/home/src/main/resources/rdf/i18n/fr_CA/interface-i18n/firsttime/vivo_UiLabel.ttl b/home/src/main/resources/rdf/i18n/fr_CA/interface-i18n/firsttime/vivo_UiLabel.ttl index a1d34198b..b4cde2f91 100644 --- a/home/src/main/resources/rdf/i18n/fr_CA/interface-i18n/firsttime/vivo_UiLabel.ttl +++ b/home/src/main/resources/rdf/i18n/fr_CA/interface-i18n/firsttime/vivo_UiLabel.ttl @@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO uil:hasApp "VIVO" ; uil:hasKey "vis_coauthor_vcard" . +uil-data:select_vcard_or_person.VIVO + rdf:type owl:NamedIndividual ; + rdf:type uil:UILabel ; + rdfs:label "Ne sélectionnez VCARD que si la personne n'a pas et n'est pas censée avoir un profil dans VIVO. Dans le cas contraire, choisissez le type \"Personne\"."@fr-CA ; + uil:hasApp "VIVO" ; + uil:hasKey "select_vcard_or_person" . \ No newline at end of file diff --git a/home/src/main/resources/rdf/i18n/pt_BR/interface-i18n/firsttime/vivo_UiLabel.ttl b/home/src/main/resources/rdf/i18n/pt_BR/interface-i18n/firsttime/vivo_UiLabel.ttl index ea4577791..601f78575 100644 --- a/home/src/main/resources/rdf/i18n/pt_BR/interface-i18n/firsttime/vivo_UiLabel.ttl +++ b/home/src/main/resources/rdf/i18n/pt_BR/interface-i18n/firsttime/vivo_UiLabel.ttl @@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO uil:hasApp "VIVO" ; uil:hasKey "vis_coauthor_vcard" . +uil-data:select_vcard_or_person.VIVO + rdf:type owl:NamedIndividual ; + rdf:type uil:UILabel ; + rdfs:label "Selecione VCARD somente quando a pessoa não tiver e não deva ter um perfil na VIVO. Caso contrário, escolha o tipo \"Pessoa\"."@pt-BR ; + uil:hasApp "VIVO" ; + uil:hasKey "select_vcard_or_person" . diff --git a/home/src/main/resources/rdf/i18n/ru_RU/interface-i18n/firsttime/vivo_UiLabel.ttl b/home/src/main/resources/rdf/i18n/ru_RU/interface-i18n/firsttime/vivo_UiLabel.ttl index 0863562f2..1e51766fd 100644 --- a/home/src/main/resources/rdf/i18n/ru_RU/interface-i18n/firsttime/vivo_UiLabel.ttl +++ b/home/src/main/resources/rdf/i18n/ru_RU/interface-i18n/firsttime/vivo_UiLabel.ttl @@ -6274,3 +6274,9 @@ uil-data:vis_coauthor_vcard.VIVO uil:hasApp "VIVO" ; uil:hasKey "vis_coauthor_vcard" . +uil-data:select_vcard_or_person.VIVO + rdf:type owl:NamedIndividual ; + rdf:type uil:UILabel ; + rdfs:label "Пожалуйста, выбирайте VCARD только в том случае, если у человека нет и не должно быть профиля в VIVO. В противном случае выберите тип \"Персона\"."@ru-RU ; + uil:hasApp "VIVO" ; + uil:hasKey "select_vcard_or_person" . diff --git a/home/src/main/resources/rdf/i18n/sr_Latn_RS/interface-i18n/firsttime/vivo_UiLabel.ttl b/home/src/main/resources/rdf/i18n/sr_Latn_RS/interface-i18n/firsttime/vivo_UiLabel.ttl index 12b5b0abb..e1823d415 100644 --- a/home/src/main/resources/rdf/i18n/sr_Latn_RS/interface-i18n/firsttime/vivo_UiLabel.ttl +++ b/home/src/main/resources/rdf/i18n/sr_Latn_RS/interface-i18n/firsttime/vivo_UiLabel.ttl @@ -6272,3 +6272,10 @@ uil-data:vis_coauthor_vcard.VIVO rdfs:label "Uključite spoljne koautore"@sr-Latn-RS ; uil:hasApp "VIVO" ; uil:hasKey "vis_coauthor_vcard" . + +uil-data:select_vcard_or_person.VIVO + rdf:type owl:NamedIndividual ; + rdf:type uil:UILabel ; + rdfs:label "Izaberite samo VCARD, kada osoba nema i ne bi trebalo da ima profil u VIVO-u. U suprotnom izaberite tip \"Osoba\"."@sr-Latn-RS ; + uil:hasApp "VIVO" ; + uil:hasKey "select_vcard_or_person" . \ No newline at end of file diff --git a/webapp/src/main/webapp/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl b/webapp/src/main/webapp/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl index 9e6933df1..58639b407 100644 --- a/webapp/src/main/webapp/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl +++ b/webapp/src/main/webapp/templates/freemarker/edit/forms/addAuthorsToInformationResource.ftl @@ -132,7 +132,7 @@

-

${i18n().select_type} ${requiredHint}

+

${i18n().select_vcard_or_person} ${requiredHint}

diff --git a/webapp/src/main/webapp/templates/freemarker/edit/forms/addEditorsToInformationResource.ftl b/webapp/src/main/webapp/templates/freemarker/edit/forms/addEditorsToInformationResource.ftl index 315b49d22..9f67beb1c 100644 --- a/webapp/src/main/webapp/templates/freemarker/edit/forms/addEditorsToInformationResource.ftl +++ b/webapp/src/main/webapp/templates/freemarker/edit/forms/addEditorsToInformationResource.ftl @@ -128,7 +128,7 @@

-

${i18n().select_type} ${requiredHint}

+

${i18n().select_vcard_or_person} ${requiredHint}

diff --git a/webapp/src/main/webapp/templates/freemarker/edit/forms/projectHasParticipant.ftl b/webapp/src/main/webapp/templates/freemarker/edit/forms/projectHasParticipant.ftl index 7ef9f80f1..c23c42b39 100644 --- a/webapp/src/main/webapp/templates/freemarker/edit/forms/projectHasParticipant.ftl +++ b/webapp/src/main/webapp/templates/freemarker/edit/forms/projectHasParticipant.ftl @@ -114,7 +114,7 @@ Set this flag on the input acUriReceiver where you would like this behavior to o
- ${i18n().select_type} ${requiredHint}
+ ${i18n().select_vcard_or_person} ${requiredHint}