update translation labels (#1704) (#1706)

* update translation labels (#1704)

* fix
This commit is contained in:
Tom Kralidis
2024-07-03 11:38:28 -04:00
committed by GitHub
parent cbab803c0d
commit d5bf314288
8 changed files with 65 additions and 5 deletions
+12
View File
@@ -644,3 +644,15 @@ msgstr ""
msgid "Display Schema of"
msgstr ""
msgid "Contact"
msgstr ""
msgid "CRS"
msgstr ""
msgid "Epoch"
msgstr ""
msgid "not specified"
msgstr ""
+12
View File
@@ -694,3 +694,15 @@ msgstr ""
msgid "Display Schema of"
msgstr ""
msgid "Contact"
msgstr ""
msgid "CRS"
msgstr ""
msgid "Epoch"
msgstr ""
msgid "not specified"
msgstr ""
+12
View File
@@ -696,3 +696,15 @@ msgstr ""
msgid "Display Schema of"
msgstr ""
msgid "Contact"
msgstr ""
msgid "CRS"
msgstr ""
msgid "Epoch"
msgstr ""
msgid "not specified"
msgstr ""
+12
View File
@@ -703,3 +703,15 @@ msgstr ""
msgid "Display Schema of"
msgstr ""
msgid "Contact"
msgstr ""
msgid "CRS"
msgstr ""
msgid "Epoch"
msgstr ""
msgid "not specified"
msgstr ""
+12
View File
@@ -644,3 +644,15 @@ msgstr ""
msgid "Display Schema of"
msgstr ""
msgid "Contact"
msgstr ""
msgid "CRS"
msgstr ""
msgid "Epoch"
msgstr ""
msgid "not specified"
msgstr ""
+1 -1
View File
@@ -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'] %}