mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
improve message translation
This commit is contained in:
parent
e2be8f119d
commit
6d2ea8caab
@ -17,7 +17,7 @@ Moderator: Animateur
|
|||||||
#CRUD event
|
#CRUD event
|
||||||
Details of an event: Détails d'un événement
|
Details of an event: Détails d'un événement
|
||||||
See details of the event: Voir les détails de l'événement
|
See details of the event: Voir les détails de l'événement
|
||||||
Back to details of an event: Retour aux détails d'un événement
|
Back to details of the event: Retour aux détails de l'événement
|
||||||
New event: Nouvel événement
|
New event: Nouvel événement
|
||||||
Back to the most recent events: Retour aux derniers événements
|
Back to the most recent events: Retour aux derniers événements
|
||||||
'Back to %person% events': Retour aux événements de %person%
|
'Back to %person% events': Retour aux événements de %person%
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
<a href="{{ path('chill_event__event_edit', {
|
<a href="{{ path('chill_event__event_edit', {
|
||||||
'event_id': event.id,
|
'event_id': event.id,
|
||||||
'return_path': app.request.getRequestUri,
|
'return_path': app.request.getRequestUri,
|
||||||
'return_label': 'Back to details of an event'|trans
|
'return_label': 'Back to details of the event'|trans
|
||||||
}) }}" class="sc-button bt-edit">{{ 'Edit'|trans }}
|
}) }}" class="sc-button bt-edit">{{ 'Edit'|trans }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user