mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
FIX [template][translations] fixes to template and translations
This commit is contained in:
parent
ded71c5997
commit
86b5f4dfac
@ -1,7 +1,7 @@
|
|||||||
{% extends '@ChillMain/Admin/layout.html.twig' %}
|
{% extends '@ChillMain/Admin/layout.html.twig' %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
{{ 'My absence'|trans }}
|
{{ 'absence.My absence'|trans }}
|
||||||
{% endblock title %}
|
{% endblock title %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
{% if user.absenceStart is not null %}
|
{% if user.absenceStart is not null %}
|
||||||
<div>
|
<div>
|
||||||
<p>Votre absence est indiqué à partier de {{ user.absenceStart|format_datetime() }}.</p>
|
<p>{{ 'absence.You are listed as absent, as of'|trans }} {{ user.absenceStart|format_date('long') }}</p>
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ path('chill_unset_absence_user') }}"
|
<a href="{{ path('chill_unset_absence_user') }}"
|
||||||
@ -21,7 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div>
|
<div>
|
||||||
<p class="chill-no-data-statement">Aucune absence indiquer.</p>
|
<p class="chill-no-data-statement">{{ 'absence.No absence listed'|trans }}</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<ul class="record_actions sticky-form-buttons">
|
<ul class="record_actions sticky-form-buttons">
|
||||||
<li>
|
<li>
|
||||||
<button class="btn btn-save" type="submit">
|
<button class="btn btn-save" type="submit">
|
||||||
{{ 'Create'|trans }}
|
{{ 'Save'|trans }}
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -589,6 +589,8 @@ absence:
|
|||||||
My absence: Mon absence
|
My absence: Mon absence
|
||||||
Unset absence: Supprimer la date d'absence
|
Unset absence: Supprimer la date d'absence
|
||||||
Set absence date: Indiquer date d'absence
|
Set absence date: Indiquer date d'absence
|
||||||
Absence start: Absence à partir de
|
Absence start: Absence à partir du
|
||||||
Absent: Absent
|
Absent: Absent
|
||||||
You are marked as being absent: Vous êtes marquer comme absent.
|
You are marked as being absent: Vous êtes indiqué absent.
|
||||||
|
You are listed as absent, as of: Votre absence est indiqué à partir du
|
||||||
|
No absence listed: Aucune absence indiquée.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user