From 33a3d964a126294aa25c7c421abb99cde2c1ba65 Mon Sep 17 00:00:00 2001 From: David Quartey <42542676+DavidQuartz@users.noreply.github.com> Date: Mon, 1 Aug 2022 09:07:38 +0000 Subject: [PATCH] Show some informative message when a GPKG is imported (#1107) (#1124) --- .../client/js/routes/upload/UploadCard.jsx | 6 +++--- .../client/static/mapstore/translations/data.de-DE.json | 1 + .../client/static/mapstore/translations/data.en-US.json | 1 + .../client/static/mapstore/translations/data.es-ES.json | 1 + .../client/static/mapstore/translations/data.fr-FR.json | 1 + .../client/static/mapstore/translations/data.it-IT.json | 1 + 6 files changed, 8 insertions(+), 3 deletions(-) diff --git a/geonode_mapstore_client/client/js/routes/upload/UploadCard.jsx b/geonode_mapstore_client/client/js/routes/upload/UploadCard.jsx index bbf33789ec..39e1158ff7 100644 --- a/geonode_mapstore_client/client/js/routes/upload/UploadCard.jsx +++ b/geonode_mapstore_client/client/js/routes/upload/UploadCard.jsx @@ -63,7 +63,7 @@ function UploadCard({ {((progress < 100 && progress > 0) || status === 'running') ? : null} {onRemove ? : null} @@ -83,11 +83,11 @@ function UploadCard({ {(detailUrl || status === 'finished') ? : null} {(state === 'INVALID' || status === 'failed') diff --git a/geonode_mapstore_client/client/static/mapstore/translations/data.de-DE.json b/geonode_mapstore_client/client/static/mapstore/translations/data.de-DE.json index 24e166bd7d..a7b7dcc39e 100644 --- a/geonode_mapstore_client/client/static/mapstore/translations/data.de-DE.json +++ b/geonode_mapstore_client/client/static/mapstore/translations/data.de-DE.json @@ -43,6 +43,7 @@ "groupsCategories": "Gruppenkategorien", "view": "Ansehen", "viewDataset": "Datensatz ansehen", + "viewDatasets": "Datensätze anzeigen", "viewMap": "Karte ansehen", "viewGeoStory": "GeoStory ansehen", "viewDocument": "Dokument ansehen", diff --git a/geonode_mapstore_client/client/static/mapstore/translations/data.en-US.json b/geonode_mapstore_client/client/static/mapstore/translations/data.en-US.json index 3bfbc542dc..114b6a26c7 100644 --- a/geonode_mapstore_client/client/static/mapstore/translations/data.en-US.json +++ b/geonode_mapstore_client/client/static/mapstore/translations/data.en-US.json @@ -43,6 +43,7 @@ "groupsCategories": "Groups categories", "view": "View", "viewDataset": "View dataset", + "viewDatasets": "View datasets", "viewMap": "View map", "viewGeoStory": "View GeoStory", "viewDocument": "View document", diff --git a/geonode_mapstore_client/client/static/mapstore/translations/data.es-ES.json b/geonode_mapstore_client/client/static/mapstore/translations/data.es-ES.json index 5ddeabd8c5..8cb01a4bc6 100644 --- a/geonode_mapstore_client/client/static/mapstore/translations/data.es-ES.json +++ b/geonode_mapstore_client/client/static/mapstore/translations/data.es-ES.json @@ -43,6 +43,7 @@ "groupsCategories": "Categorías de grupo", "view": "Ver", "viewDataset": "Ver dataset", + "viewDatasets": "Ver conjuntos de datos", "viewMap": "Ver mapa", "viewGeoStory": "Ver GeoStory", "viewDocument": "Ver documento", diff --git a/geonode_mapstore_client/client/static/mapstore/translations/data.fr-FR.json b/geonode_mapstore_client/client/static/mapstore/translations/data.fr-FR.json index 5d87569fc8..ac8b48316f 100644 --- a/geonode_mapstore_client/client/static/mapstore/translations/data.fr-FR.json +++ b/geonode_mapstore_client/client/static/mapstore/translations/data.fr-FR.json @@ -43,6 +43,7 @@ "groupsCategories": "Catégories de groupe", "view": "Voir", "viewDataset": "Visualiser dataset", + "viewDatasets": "Afficher les ensembles de données", "viewMap": "Voir la carte", "viewGeoStory": "Voir la GeoStory", "viewDocument": "Voir document", diff --git a/geonode_mapstore_client/client/static/mapstore/translations/data.it-IT.json b/geonode_mapstore_client/client/static/mapstore/translations/data.it-IT.json index d728987c28..a07afc8af5 100644 --- a/geonode_mapstore_client/client/static/mapstore/translations/data.it-IT.json +++ b/geonode_mapstore_client/client/static/mapstore/translations/data.it-IT.json @@ -43,6 +43,7 @@ "groupsCategories": "Categorie gruppo", "view": "View", "viewDataset": "Visualizza dataset", + "viewDatasets": "Visualizzare i set di dati", "viewMap": "Visualizza mappa", "viewGeoStory": "Visualizza GeoStory", "viewDocument": "Visualizza documento",