mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
wording of timeline tasks
This commit is contained in:
parent
d4d730ea02
commit
03d8707e79
@ -69,7 +69,7 @@ close: clotûrer
|
|||||||
cancel: annuler
|
cancel: annuler
|
||||||
'%user% has closed the task': %user% a fermé la tâche
|
'%user% has closed the task': %user% a fermé la tâche
|
||||||
'%user% has canceled the task': %user% a annulé la tâche
|
'%user% has canceled the task': %user% a annulé la tâche
|
||||||
'%user% has started the task': %user% a débuté la tâche
|
'%user% has started the task': %user% a commencé la tâche
|
||||||
'%user% has created the task': %user% a introduit la tâche
|
'%user% has created the task': %user% a introduit la tâche
|
||||||
|
|
||||||
#Flash messages
|
#Flash messages
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
<div>
|
<div>
|
||||||
<h3 class="single-line">
|
<h3 class="single-line">
|
||||||
{{ event.datetime|localizeddate('long', 'short') }}
|
{{ event.datetime|localizeddate('long', 'short') }}
|
||||||
<span class="task"> / {{ 'Task'|trans }}</span> /
|
<span class="task">
|
||||||
{% if transition is not null %}
|
{% if transition is not null %}
|
||||||
<span class="statement">{{ task_workflow_metadata(event.task, 'transition.sentence', transition)|trans({ '%user%': event.author.username }) }}</span>
|
<span class="statement">{{ task_workflow_metadata(event.task, 'transition.sentence', transition)|trans({ '%user%': event.author.username }) }}</span>
|
||||||
<span>"{{ event.task.title }}"</span>
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="statement">{{ '%user% has created the task'|trans({ '%user%': event.author.username }) }}</span>
|
<span class="statement">{{ '%user% has created the task'|trans({ '%user%': event.author.username }) }}</span>
|
||||||
<span>"{{ event.task.title }}"</span>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user