diff --git a/cove_ofds/templates/cove_ofds/explore.html b/cove_ofds/templates/cove_ofds/explore.html index e533271..99d6341 100644 --- a/cove_ofds/templates/cove_ofds/explore.html +++ b/cove_ofds/templates/cove_ofds/explore.html @@ -8,46 +8,29 @@ {% block explore_content %}
{% trans 'Schema Version Used' %}: {{ schema_version_used }}
+{% trans 'Your data was checked against schema version' %}: {{ schema_version_used }}
{% trans 'Your data contains links to API endpoints or bulk files for nodes. The additional data available from the links has not been checked. You can check the data by embedding it in network package and submitting it to CoVE.' %}
- -{% trans 'Your data contains links to API endpoints or bulk files for nodes. The additional data available from the links has not been checked. You can check the data by embedding it in network package and submitting it to CoVE.' %}
-{% trans 'Schema Documentation' %}
+{% trans 'Your data contains links to API endpoints or bulk files. The additional data available from the links has not been checked. You can check the data by embedding it in network package and submitting it to CoVE. For more information, see ' %}/links
.
{% trans 'The structure and format of your data does not conform to the OFDS schema. You should check your mapping and data pipeline for errors. For more information, see the ' %}{% trans 'reference documentation' %}.
{% include "cove_ofds/validation_table.html" %}{% trans 'There were no validation errors!' %}
+{% trans 'The structure and format of your data conforms to the OFDS schema.' %}
{% trans 'Your data contains additional fields that are not part of the OFDS schema. You should:' %}
+{% trans 'For more information, see ' %}{% trans 'how to add additional fields' %}.
{% include "libcoveweb2/additional_fields_table.html" %}{% trans 'There were no additional fields!' %}
+{% trans 'Your data contains no additional fields. For more information, see ' %}{% trans 'how to add additional fields' %}.
{% trans 'Your data failed the following additional checks. You should check your mapping and data pipeline for errors.' %}
{% include "cove_ofds/additional_checks_table.html" %} {% else %} -{% trans 'All checks passed!' %}
+{% trans 'Your data passed all additional checks.' %}
{% endif %}{% trans 'The GeoJSON version of your data is visualised on the map below. You should check that nodes and spans appear in the correct location. If not, you may need to ' %}{% trans 'transform your coordinates to the correct coordinate reference system' %}.
{% else %}{% trans 'There are no GeoJSON files to visualise!' %}
+{% trans 'Your data cannot be visualised because it is not available in GeoJSON format. For more information, see ' %}{% trans 'data conversion' %}.