english text translated in thirdparty view page

This commit is contained in:
Julie Lenaerts 2022-03-19 11:25:56 +01:00
parent 8d92cc0ba7
commit 184a664bf9
3 changed files with 5 additions and 4 deletions

View File

@ -46,6 +46,7 @@ and this project adheres to
* [contact] add contact button color changed plus the pipe at the side removed (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/506) * [contact] add contact button color changed plus the pipe at the side removed (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/506)
* [household] create-edit household composition placed in separate page to avoid confusion (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/505) * [household] create-edit household composition placed in separate page to avoid confusion (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/505)
* [blur] Improved positioning of toggle icon (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/486) * [blur] Improved positioning of toggle icon (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/486)
* [thirdparty] Thirdparty view page, english text translated (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/534)
## Test releases ## Test releases

View File

@ -60,7 +60,7 @@
{% if types|length > 0 %} {% if types|length > 0 %}
{{ types|join(', ') }} {{ types|join(', ') }}
{% else %} {% else %}
<p class="chill-no-data-statement">{{ 'thirdParty.Any categories' }}</p> <p class="chill-no-data-statement">{{ 'thirdparty.no_categories' }}</p>
{% endif %} {% endif %}
</dd> </dd>
@ -110,7 +110,7 @@
<dt>{{ 'Contacts'|trans }}</dt> <dt>{{ 'Contacts'|trans }}</dt>
<dd> <dd>
{% if thirdParty.activeChildren|length == 0 %} {% if thirdParty.activeChildren|length == 0 %}
<p class="chill-no-data-statement">{{ 'Any contacts associated'|trans }}</p> <p class="chill-no-data-statement">{{ 'No contacts associated'|trans }}</p>
{% else %} {% else %}
<div class="flex-table"> <div class="flex-table">
{% for tp in thirdParty.activeChildren %} {% for tp in thirdParty.activeChildren %}

View File

@ -63,13 +63,13 @@ Show thirdparty: Voir le tiers
Add a contact: Ajouter un contact Add a contact: Ajouter un contact
Remove a contact: Supprimer Remove a contact: Supprimer
Contacts: Contacts Contacts: Contacts
Any contact: Aucun contact No contacts associated: Aucun contact
No nameCompany given: Aucune raison sociale renseignée No nameCompany given: Aucune raison sociale renseignée
No acronym given: Aucun sigle renseigné No acronym given: Aucun sigle renseigné
No phone given: Aucun téléphone renseigné No phone given: Aucun téléphone renseigné
No email given: Aucune adresse courriel renseignée No email given: Aucune adresse courriel renseignée
thirdparty.Any categories: Aucune catégorie thirdparty.no_categories: Aucune catégorie
The party is visible in those centers: Le tiers est visible dans ces centres The party is visible in those centers: Le tiers est visible dans ces centres
The party is not visible in any center: Le tiers n'est associé à aucun centre The party is not visible in any center: Le tiers n'est associé à aucun centre