listByPerson: improve translations

This commit is contained in:
Tchama 2019-01-25 10:31:44 +01:00
parent f8caaafa5a
commit 07b5f2f2ff
2 changed files with 7 additions and 4 deletions

View File

@ -16,6 +16,7 @@ Moderator: Animateur
#CRUD event
Details of an event: Détails d'un é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
New event: Nouvel événement
Back to the most recent events: Retour aux derniers événements
@ -23,11 +24,14 @@ Back to the most recent events: Retour aux derniers événements
Event creation: Création d'un événement
Add an event: Ajouter un événement
Event edit: Modifier un événement
Edit the event: Modifier l'événement
The event was updated: L'événement a été modifié
The event was created: L'événement a été créé
#crud participation
Edit all the participations: Modifier toutes les participations
Edit the participation: Modifier la participation
Participation Edit: Modifier une participation
Add a participation: Ajouter un participant
Participation creation: Ajouter une participation
Associated person: Personne associée
@ -35,7 +39,6 @@ Associated event: Événement associé
Back to the event: Retour à l'événement
The participation was created: La participation a été créée
The participation was updated: La participation a été mise à jour
Participation Edit: Modifier une participation
'None of the requested people may participate the event: they are maybe already participating.': 'Aucune des personnes indiquées ne peut être ajoutée à l''événement: elles sont peut-être déjà inscrites comme participantes.'
'The following people have been ignored because they are already participating on the event': '{1} La personne suivante a été ignorée parce qu''elle participe déjà à l''événement | ]1,Inf] Les personnes suivantes ont été ignorées parce qu''elles participent déjà à l''événement'
There are no participation to edit for this event: Il n'y a pas de participation pour cet événement

View File

@ -56,7 +56,7 @@
'event_id' : participation.event.id,
'return_path' : currentPath,
'return_label' : returnLabel
}) }}" class="sc-button bt-show"></a>
}) }}" class="sc-button bt-show" title="{{ 'See details of the event'|trans }}"></a>
<div class="bt-dropdown">
<a href="" class="sc-button bt-update"></a>
@ -66,14 +66,14 @@
'event_id' : participation.event.id,
'return_path' : currentPath,
'return_label' : returnLabel
}) }}" class="sc-button bt-update">{{ 'Event edit'|trans }}
}) }}" class="sc-button bt-update">{{ 'Edit the event'|trans }}
</a>
<a href="{{ path('chill_event_participation_edit', {
'participation_id' : participation.id,
'return_path' : currentPath,
'return_label' : returnLabel
}) }}" class="sc-button bt-update">{{ 'Participation Edit'|trans }}
}) }}" class="sc-button bt-update">{{ 'Edit the participation'|trans }}
</a>
</div>