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' %}
|
||||
|
||||
{% block title %}
|
||||
{{ 'My absence'|trans }}
|
||||
{{ 'absence.My absence'|trans }}
|
||||
{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
{% if user.absenceStart is not null %}
|
||||
<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">
|
||||
<li>
|
||||
<a href="{{ path('chill_unset_absence_user') }}"
|
||||
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
{% else %}
|
||||
<div>
|
||||
<p class="chill-no-data-statement">Aucune absence indiquer.</p>
|
||||
<p class="chill-no-data-statement">{{ 'absence.No absence listed'|trans }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
<ul class="record_actions sticky-form-buttons">
|
||||
<li>
|
||||
<button class="btn btn-save" type="submit">
|
||||
{{ 'Create'|trans }}
|
||||
{{ 'Save'|trans }}
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -589,6 +589,8 @@ absence:
|
||||
My absence: Mon absence
|
||||
Unset absence: Supprimer la date d'absence
|
||||
Set absence date: Indiquer date d'absence
|
||||
Absence start: Absence à partir de
|
||||
Absence start: Absence à partir du
|
||||
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