Translations

* adds/updates translations
This commit is contained in:
mipel
2021-08-11 14:50:54 +02:00
parent 244e300715
commit ddd6669bbf
3 changed files with 143 additions and 115 deletions

View File

@@ -50,7 +50,7 @@
<th scope="row">{% trans 'Conservation office' %}</th>
<td class="align-middle">{{intervention.responsible.conservation_office|default_if_none:""}}</td>
</tr>
<tr {% if not intervention.responsible.conservation_file_number %}class="alert alert-danger"{% endif %}>
<tr {% if not intervention.responsible.conservation_file_number %}class="alert alert-danger" title="{% trans 'Missing' %}" {% endif %}>
<th scope="row">{% trans 'Conversation office file number' %}</th>
<td class="align-middle">{{intervention.responsible.conservation_file_number|default_if_none:""}}</td>
</tr>