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