mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
listByPerson: improve translations
This commit is contained in:
parent
f8caaafa5a
commit
07b5f2f2ff
@ -16,6 +16,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
|
||||||
Back to details of an event: Retour aux détails d'un événement
|
Back to details of an event: Retour aux détails d'un é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
|
||||||
@ -23,11 +24,14 @@ Back to the most recent events: Retour aux derniers événements
|
|||||||
Event creation: Création d'un événement
|
Event creation: Création d'un événement
|
||||||
Add an event: Ajouter un événement
|
Add an event: Ajouter un événement
|
||||||
Event edit: Modifier 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 updated: L'événement a été modifié
|
||||||
The event was created: L'événement a été créé
|
The event was created: L'événement a été créé
|
||||||
|
|
||||||
#crud participation
|
#crud participation
|
||||||
Edit all the participations: Modifier toutes les participations
|
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
|
Add a participation: Ajouter un participant
|
||||||
Participation creation: Ajouter une participation
|
Participation creation: Ajouter une participation
|
||||||
Associated person: Personne associée
|
Associated person: Personne associée
|
||||||
@ -35,7 +39,6 @@ Associated event: Événement associé
|
|||||||
Back to the event: Retour à l'événement
|
Back to the event: Retour à l'événement
|
||||||
The participation was created: La participation a été créée
|
The participation was created: La participation a été créée
|
||||||
The participation was updated: La participation a été mise à jour
|
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.'
|
'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'
|
'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
|
There are no participation to edit for this event: Il n'y a pas de participation pour cet événement
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
'event_id' : participation.event.id,
|
'event_id' : participation.event.id,
|
||||||
'return_path' : currentPath,
|
'return_path' : currentPath,
|
||||||
'return_label' : returnLabel
|
'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">
|
<div class="bt-dropdown">
|
||||||
<a href="" class="sc-button bt-update"></a>
|
<a href="" class="sc-button bt-update"></a>
|
||||||
@ -66,14 +66,14 @@
|
|||||||
'event_id' : participation.event.id,
|
'event_id' : participation.event.id,
|
||||||
'return_path' : currentPath,
|
'return_path' : currentPath,
|
||||||
'return_label' : returnLabel
|
'return_label' : returnLabel
|
||||||
}) }}" class="sc-button bt-update">{{ 'Event edit'|trans }}
|
}) }}" class="sc-button bt-update">{{ 'Edit the event'|trans }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="{{ path('chill_event_participation_edit', {
|
<a href="{{ path('chill_event_participation_edit', {
|
||||||
'participation_id' : participation.id,
|
'participation_id' : participation.id,
|
||||||
'return_path' : currentPath,
|
'return_path' : currentPath,
|
||||||
'return_label' : returnLabel
|
'return_label' : returnLabel
|
||||||
}) }}" class="sc-button bt-update">{{ 'Participation Edit'|trans }}
|
}) }}" class="sc-button bt-update">{{ 'Edit the participation'|trans }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user