mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
rdv: add translations
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<h1>{{ "Calendar"|trans }}</h1>
|
||||
|
||||
<dl class="chill_view_data">
|
||||
<dt class="inline">{{ 'main user'|trans }}</dt>
|
||||
<dt class="inline">{{ 'main user concerned'|trans }}</dt>
|
||||
<dd>{{ entity.mainUser }}</dd>
|
||||
</dl>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<dt class="inline">{{ 'sendSMS'|trans }}</dt>
|
||||
<dd>
|
||||
{% if entity.sendSMS is not null %}
|
||||
{% if entity.sendSMS %}Oui{% else %}Non{% endif %}
|
||||
{% if entity.sendSMS %}{{ 'Yes'|trans }}{% else %}{{ 'No'|trans }}{% endif %}
|
||||
{% else %}
|
||||
<span class="chill-no-data-statement">{{ 'Unknown'|trans }}</span>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user