* update translation labels (#1704) * fix
This commit is contained in:
@@ -644,3 +644,15 @@ msgstr ""
|
||||
|
||||
msgid "Display Schema of"
|
||||
msgstr ""
|
||||
|
||||
msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
msgid "CRS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Epoch"
|
||||
msgstr ""
|
||||
|
||||
msgid "not specified"
|
||||
msgstr ""
|
||||
|
||||
@@ -694,3 +694,15 @@ msgstr ""
|
||||
|
||||
msgid "Display Schema of"
|
||||
msgstr ""
|
||||
|
||||
msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
msgid "CRS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Epoch"
|
||||
msgstr ""
|
||||
|
||||
msgid "not specified"
|
||||
msgstr ""
|
||||
|
||||
@@ -696,3 +696,15 @@ msgstr ""
|
||||
|
||||
msgid "Display Schema of"
|
||||
msgstr ""
|
||||
|
||||
msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
msgid "CRS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Epoch"
|
||||
msgstr ""
|
||||
|
||||
msgid "not specified"
|
||||
msgstr ""
|
||||
|
||||
@@ -703,3 +703,15 @@ msgstr ""
|
||||
|
||||
msgid "Display Schema of"
|
||||
msgstr ""
|
||||
|
||||
msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
msgid "CRS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Epoch"
|
||||
msgstr ""
|
||||
|
||||
msgid "not specified"
|
||||
msgstr ""
|
||||
|
||||
@@ -644,3 +644,15 @@ msgstr ""
|
||||
|
||||
msgid "Display Schema of"
|
||||
msgstr ""
|
||||
|
||||
msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
msgid "CRS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Epoch"
|
||||
msgstr ""
|
||||
|
||||
msgid "not specified"
|
||||
msgstr ""
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
title="{{ config['metadata']['identification']['title'] }}" style="height:40px;vertical-align: middle;" /></a>
|
||||
<ul class="nav nav-pills">
|
||||
<li class="nav-item">
|
||||
<a href="mailto:{{ config['metadata']['contact']['email'] }}" class="nav-link" aria-current="page">Contact</a>
|
||||
<a href="mailto:{{ config['metadata']['contact']['email'] }}" class="nav-link" aria-current="page">{% trans %}Contact{% endtrans%}</a>
|
||||
</li>
|
||||
{% if config['server']['admin'] %}
|
||||
<li class="nav-item">
|
||||
|
||||
@@ -106,10 +106,10 @@
|
||||
<h3>{% trans %}Storage CRS{% endtrans %}</h3>
|
||||
<ul>
|
||||
<li>
|
||||
CRS: <a title="{{ data['storageCRS'] }}" href="{{ data['storageCRS'] }}"><span>{{ data['storageCRS'] }}</span></a>
|
||||
{% trans %}CRS{% endtrans %}: <a title="{{ data['storageCRS'] }}" href="{{ data['storageCRS'] }}"><span>{{ data['storageCRS'] }}</span></a>
|
||||
</li>
|
||||
<li>
|
||||
Epoch: <span>{{ data['storageCrsCoordinateEpoch'] or 'not specified' }}</span></a>
|
||||
{% trans %}Epoch{% endtrans %}: <span>{{ data['storageCrsCoordinateEpoch'] or '_(not specified)' }}</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% extends "_base.html" %}
|
||||
{% set ptitle = data['properties'][data['title_field']] or 'Item '.format(data['id']) %}
|
||||
{% set ptitle = data['properties'][data['title_field']] or '_(Item) '.format(data['id']) %}
|
||||
{% block desc %}{{ data.get('properties',{}).get('description', {}) | string | truncate(250) }}{% endblock %}
|
||||
{% block tags %}{{ data['properties'].get('themes', [{}])[0].get('concepts', []) | join(',') }}{% endblock %}
|
||||
{# Optionally renders an img element, otherwise standard value or link rendering #}
|
||||
@@ -98,7 +98,7 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<tr>
|
||||
<td>Links</td>
|
||||
<td>{% trans %}Links{% endtrans %}</td>
|
||||
<td>
|
||||
<ul>
|
||||
{% for l in data['links'] %}
|
||||
|
||||
Reference in New Issue
Block a user