From 416a2b94e94fd70ff58fa1c8fc7a947b80874c19 Mon Sep 17 00:00:00 2001 From: Isaac Kaso Date: Tue, 16 Jul 2019 16:00:41 +0300 Subject: [PATCH 1/2] Fix #3940 Integrate the tooltip for metadata with missing params fix #3940 --- web/client/translations/data.de-DE | 2 +- web/client/translations/data.en-US | 2 +- web/client/translations/data.es-ES | 2 +- web/client/translations/data.fr-FR | 2 +- web/client/translations/data.hr-HR | 2 +- web/client/translations/data.it-IT | 2 +- web/client/translations/data.nl-NL | 2 +- web/client/translations/data.pt-PT | 2 +- web/client/translations/data.zh-ZH | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/client/translations/data.de-DE b/web/client/translations/data.de-DE index 65c6b5d73e..e1f2ecea48 100644 --- a/web/client/translations/data.de-DE +++ b/web/client/translations/data.de-DE @@ -1123,7 +1123,7 @@ "showTemplate": "Metadatenvorlage anzeigen", "showPreview": "Vorschau zeigen", "advancedSettings": "Erweiterte Einstellungen", - "templateMetadataAvailable": "Metadaten im Dublin Core-Format verfügbar: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri", + "templateMetadataAvailable": "Metadaten im Dublin Core-Format verfügbar: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", "notification": { "warningAddCatalogService": "Geben Sie eine gültige URL und einen Titel ein", "addCatalogService": "Service wurde korrekt hinzugefügt", diff --git a/web/client/translations/data.en-US b/web/client/translations/data.en-US index 18fbd67c97..f3909bd95b 100644 --- a/web/client/translations/data.en-US +++ b/web/client/translations/data.en-US @@ -1124,7 +1124,7 @@ "showTemplate": "Show metadata template", "showPreview": "Show preview", "advancedSettings": "Advanced settings", - "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri", + "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", "notification": { "warningAddCatalogService": "Insert a valid url and title", "addCatalogService": "Service added correctly", diff --git a/web/client/translations/data.es-ES b/web/client/translations/data.es-ES index 9d145e1ae2..ecda2f3323 100644 --- a/web/client/translations/data.es-ES +++ b/web/client/translations/data.es-ES @@ -1123,7 +1123,7 @@ "showTemplate": "Mostrar plantilla de metadatos", "showPreview": "Mostrar vista previa", "advancedSettings": "Ajustes avanzados", - "templateMetadataAvailable": "Metadatos disponibles en formato Dublin Core: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri", + "templateMetadataAvailable": "Metadatos disponibles en formato Dublin Core: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", "notification": { "warningAddCatalogService": "Introduzca una url y un título válidos", "addCatalogService": "Servicio añadido correctamente", diff --git a/web/client/translations/data.fr-FR b/web/client/translations/data.fr-FR index 42650824d7..678ac8842c 100644 --- a/web/client/translations/data.fr-FR +++ b/web/client/translations/data.fr-FR @@ -1123,7 +1123,7 @@ "showTemplate": "Afficher le modèle de métadonnées", "showPreview": "Afficher l'aperçu", "advancedSettings": "Réglages avancés", - "templateMetadataAvailable": "Métadonnées disponibles au format Dublin Core: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri", + "templateMetadataAvailable": "Métadonnées disponibles au format Dublin Core: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", "notification": { "warningAddCatalogService": "Insérer une URL et un titre valides", "addCatalogService": "Service ajouté correctement", diff --git a/web/client/translations/data.hr-HR b/web/client/translations/data.hr-HR index 9ac973c192..f424f6bc51 100644 --- a/web/client/translations/data.hr-HR +++ b/web/client/translations/data.hr-HR @@ -1124,7 +1124,7 @@ "showTemplate": "Prikaži predložak metapodataka", "showPreview": "Prikaži pretpregled", "advancedSettings": "Napredne mogućnosti", - "templateMetadataAvailable": "Metapodaci distupni iz Dublin Core formata: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri", + "templateMetadataAvailable": "Metapodaci distupni iz Dublin Core formata: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", "notification": { "warningAddCatalogService": "Unesi ispravni url i naslov", "addCatalogService": "Servis je dodan ispravno", diff --git a/web/client/translations/data.it-IT b/web/client/translations/data.it-IT index 5bca04ae2b..83a342ed80 100644 --- a/web/client/translations/data.it-IT +++ b/web/client/translations/data.it-IT @@ -1123,7 +1123,7 @@ "showTemplate": "Mostra il modello dei metadati", "showPreview": "Mostra la preview", "advancedSettings": "Impostazioni avanzante", - "templateMetadataAvailable": "Metadati disponibili del formato Dublin Core: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri", + "templateMetadataAvailable": "Metadati disponibili del formato Dublin Core: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", "notification": { "warningAddCatalogService": "Inserisci un url e titolo validi.", "addCatalogService": "Servizio aggiunto corretamente.", diff --git a/web/client/translations/data.nl-NL b/web/client/translations/data.nl-NL index 819c1d0674..73ffe196d5 100644 --- a/web/client/translations/data.nl-NL +++ b/web/client/translations/data.nl-NL @@ -1047,7 +1047,7 @@ "showTemplate": "Show metadata template", "showPreview": "Show preview", "advancedSettings": "Advanced Settings", - "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri" + "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject" }, "uploader": { "filename": "File Name", diff --git a/web/client/translations/data.pt-PT b/web/client/translations/data.pt-PT index f1c62b3e2e..88491924a9 100644 --- a/web/client/translations/data.pt-PT +++ b/web/client/translations/data.pt-PT @@ -1098,7 +1098,7 @@ "showTemplate": "Show metadata template", "showPreview": "Show preview", "advancedSettings": "Advanced Settings", - "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri", + "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", "notification": { "warningAddCatalogService": "Insert a valid url and title", "addCatalogService": "Service added correctly", diff --git a/web/client/translations/data.zh-ZH b/web/client/translations/data.zh-ZH index 5e26fde6a3..c86e6d51fe 100644 --- a/web/client/translations/data.zh-ZH +++ b/web/client/translations/data.zh-ZH @@ -1074,7 +1074,7 @@ "showTemplate": "Show metadata template", "showPreview": "Show preview", "advancedSettings": "Advanced Settings", - "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri", + "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", "notification": { "warningAddCatalogService": "Insert a valid url and title", "addCatalogService": "Service added correctly", From efa86605c2499cad26d75b0d3399b4f2a94d4a4e Mon Sep 17 00:00:00 2001 From: Isaac Kaso Date: Wed, 17 Jul 2019 13:29:56 +0300 Subject: [PATCH 2/2] sort the templateMetadata in translation --- web/client/translations/data.de-DE | 2 +- web/client/translations/data.en-US | 2 +- web/client/translations/data.es-ES | 2 +- web/client/translations/data.fr-FR | 2 +- web/client/translations/data.hr-HR | 2 +- web/client/translations/data.it-IT | 2 +- web/client/translations/data.nl-NL | 2 +- web/client/translations/data.pt-PT | 2 +- web/client/translations/data.zh-ZH | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/client/translations/data.de-DE b/web/client/translations/data.de-DE index e1f2ecea48..556994e665 100644 --- a/web/client/translations/data.de-DE +++ b/web/client/translations/data.de-DE @@ -1123,7 +1123,7 @@ "showTemplate": "Metadatenvorlage anzeigen", "showPreview": "Vorschau zeigen", "advancedSettings": "Erweiterte Einstellungen", - "templateMetadataAvailable": "Metadaten im Dublin Core-Format verfügbar: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", + "templateMetadataAvailable": "Metadaten im Dublin Core-Format verfügbar: abstract, boundingBox, contributor, creator, description, format, identifier, references, rights, source, subject, temporal, title, type, uri", "notification": { "warningAddCatalogService": "Geben Sie eine gültige URL und einen Titel ein", "addCatalogService": "Service wurde korrekt hinzugefügt", diff --git a/web/client/translations/data.en-US b/web/client/translations/data.en-US index f3909bd95b..b29de1ae03 100644 --- a/web/client/translations/data.en-US +++ b/web/client/translations/data.en-US @@ -1124,7 +1124,7 @@ "showTemplate": "Show metadata template", "showPreview": "Show preview", "advancedSettings": "Advanced settings", - "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", + "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, creator, description, format, identifier, references, rights, source, subject, temporal, title, type, uri", "notification": { "warningAddCatalogService": "Insert a valid url and title", "addCatalogService": "Service added correctly", diff --git a/web/client/translations/data.es-ES b/web/client/translations/data.es-ES index ecda2f3323..96f4d2366a 100644 --- a/web/client/translations/data.es-ES +++ b/web/client/translations/data.es-ES @@ -1123,7 +1123,7 @@ "showTemplate": "Mostrar plantilla de metadatos", "showPreview": "Mostrar vista previa", "advancedSettings": "Ajustes avanzados", - "templateMetadataAvailable": "Metadatos disponibles en formato Dublin Core: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", + "templateMetadataAvailable": "Metadatos disponibles en formato Dublin Core: abstract, boundingBox, contributor, creator, description, format, identifier, references, rights, source, subject, temporal, title, type, uri", "notification": { "warningAddCatalogService": "Introduzca una url y un título válidos", "addCatalogService": "Servicio añadido correctamente", diff --git a/web/client/translations/data.fr-FR b/web/client/translations/data.fr-FR index 678ac8842c..9156413974 100644 --- a/web/client/translations/data.fr-FR +++ b/web/client/translations/data.fr-FR @@ -1123,7 +1123,7 @@ "showTemplate": "Afficher le modèle de métadonnées", "showPreview": "Afficher l'aperçu", "advancedSettings": "Réglages avancés", - "templateMetadataAvailable": "Métadonnées disponibles au format Dublin Core: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", + "templateMetadataAvailable": "Métadonnées disponibles au format Dublin Core: abstract, boundingBox, contributor, creator, description, format, identifier, references, rights, source, subject, temporal, title, type, uri", "notification": { "warningAddCatalogService": "Insérer une URL et un titre valides", "addCatalogService": "Service ajouté correctement", diff --git a/web/client/translations/data.hr-HR b/web/client/translations/data.hr-HR index f424f6bc51..479a77aa10 100644 --- a/web/client/translations/data.hr-HR +++ b/web/client/translations/data.hr-HR @@ -1124,7 +1124,7 @@ "showTemplate": "Prikaži predložak metapodataka", "showPreview": "Prikaži pretpregled", "advancedSettings": "Napredne mogućnosti", - "templateMetadataAvailable": "Metapodaci distupni iz Dublin Core formata: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", + "templateMetadataAvailable": "Metapodaci distupni iz Dublin Core formata: abstract, boundingBox, contributor, creator, description, format, identifier, references, rights, source, subject, temporal, title, type, uri", "notification": { "warningAddCatalogService": "Unesi ispravni url i naslov", "addCatalogService": "Servis je dodan ispravno", diff --git a/web/client/translations/data.it-IT b/web/client/translations/data.it-IT index 83a342ed80..d93cdc52d3 100644 --- a/web/client/translations/data.it-IT +++ b/web/client/translations/data.it-IT @@ -1123,7 +1123,7 @@ "showTemplate": "Mostra il modello dei metadati", "showPreview": "Mostra la preview", "advancedSettings": "Impostazioni avanzante", - "templateMetadataAvailable": "Metadati disponibili del formato Dublin Core: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", + "templateMetadataAvailable": "Metadati disponibili del formato Dublin Core: abstract, boundingBox, contributor, creator, description, format, identifier, references, rights, source, subject, temporal, title, type, uri", "notification": { "warningAddCatalogService": "Inserisci un url e titolo validi.", "addCatalogService": "Servizio aggiunto corretamente.", diff --git a/web/client/translations/data.nl-NL b/web/client/translations/data.nl-NL index 73ffe196d5..b090a50c2b 100644 --- a/web/client/translations/data.nl-NL +++ b/web/client/translations/data.nl-NL @@ -1047,7 +1047,7 @@ "showTemplate": "Show metadata template", "showPreview": "Show preview", "advancedSettings": "Advanced Settings", - "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject" + "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, creator, description, format, identifier, references, rights, source, subject, temporal, title, type, uri" }, "uploader": { "filename": "File Name", diff --git a/web/client/translations/data.pt-PT b/web/client/translations/data.pt-PT index 88491924a9..6a09cc0ba0 100644 --- a/web/client/translations/data.pt-PT +++ b/web/client/translations/data.pt-PT @@ -1098,7 +1098,7 @@ "showTemplate": "Show metadata template", "showPreview": "Show preview", "advancedSettings": "Advanced Settings", - "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", + "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, creator, description, format, identifier, references, rights, source, subject, temporal, title, type, uri", "notification": { "warningAddCatalogService": "Insert a valid url and title", "addCatalogService": "Service added correctly", diff --git a/web/client/translations/data.zh-ZH b/web/client/translations/data.zh-ZH index c86e6d51fe..29e50352ed 100644 --- a/web/client/translations/data.zh-ZH +++ b/web/client/translations/data.zh-ZH @@ -1074,7 +1074,7 @@ "showTemplate": "Show metadata template", "showPreview": "Show preview", "advancedSettings": "Advanced Settings", - "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, description, format, identifier, rights, source, temporal, title, type, uri, creator, references, subject", + "templateMetadataAvailable": "Metadata available from Dublin Core format: abstract, boundingBox, contributor, creator, description, format, identifier, references, rights, source, subject, temporal, title, type, uri", "notification": { "warningAddCatalogService": "Insert a valid url and title", "addCatalogService": "Service added correctly",