mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 21:13:57 +00:00
fix folder name
This commit is contained in:
55
src/Bundle/ChillReportBundle/translations/messages.fr.yml
Normal file
55
src/Bundle/ChillReportBundle/translations/messages.fr.yml
Normal file
@@ -0,0 +1,55 @@
|
||||
'Report edit': "Edition d'un rapport"
|
||||
'Save report': "Enregistrer le rapport"
|
||||
'Reset report': "Remise à zéro"
|
||||
'Add a report': "Ajout d'un rapport"
|
||||
'Add report': 'Ajouter le rapport'
|
||||
'Create a new report': 'Créer un nouveau rapport'
|
||||
'Report view': "Détails d'un rapport"
|
||||
'Update the report': 'Modifier le rapport'
|
||||
'Report list': 'Liste des rapports'
|
||||
Details: Détails
|
||||
Person: Personne
|
||||
Scope: Cercle
|
||||
Date: Date
|
||||
User: Utilisateur
|
||||
'Report type': 'Type de rapport'
|
||||
'View the report': "Voir le rapport"
|
||||
Report data: Données du rapport
|
||||
'Report view : %name%': 'Rapport : %name%'
|
||||
Report: Rapport
|
||||
No report registered for this person.: Aucun rapport pour cette personne.
|
||||
|
||||
#Flash messages
|
||||
'Success : report created!': "Succès : le rapport a bien été créé !"
|
||||
'The form is not valid. The report has not been created !': "Le formulaire comporte des erreurs, le rapport n'a pas été créé"
|
||||
'Success : report updated!': "Succès : le rapport a bien été mis à jour !"
|
||||
'The form is not valid. The report has not been updated !': "Le formulaire comporte des erreurs, le rapport n'a pas été mis à jour"
|
||||
|
||||
#Exception messags
|
||||
'Unable to find this report.': Rapport introuvable.
|
||||
'This is not the report of the person.': "La personne et le rapport sélectionnés ne sont pas associés"
|
||||
|
||||
|
||||
#search
|
||||
'You may not set a date argument and a date in default': Vous avez introduit deux dates, l'une avec l'argument date et l'autre en zone de recherche par défaut. Merci d'indiquer l'un ou l'autre
|
||||
'You must provide either a date:YYYY-mm-dd argument or a YYYY-mm-dd default search': Merci d'indiquer soit un argument date:YYYY-mm-dd, soit une date dans la recherche par défaut.
|
||||
'Reports search results': Recherche dans les rapports
|
||||
'%total% reports matching the search "%pattern%"': '{0} Aucun rapport ne correspond à la recherche "%pattern%" | {1} Un rapport correspond à la recherche "%pattern%" | ]1,Inf]%total% rapports correspondent à la recherche "%pattern%"'
|
||||
|
||||
#timeline
|
||||
'%user% has filled a %report_label% report': "%user% a ajouté un rapport '%report_label%'"
|
||||
|
||||
#roles
|
||||
CHILL_REPORT_UPDATE: Modifier les rapports
|
||||
CHILL_REPORT_SEE: Voir les rapports
|
||||
CHILL_REPORT_CREATE: Créer des rapports
|
||||
CHILL_REPORT_LISTS: Liste des rapports
|
||||
|
||||
|
||||
#exports
|
||||
"List for report '%type%'": Liste des rapports "%type%"
|
||||
"Generate list of report '%type%'": Génère une liste des rapports "%type%"
|
||||
"Report's question": Question du rapport
|
||||
Filter by report's date: Filtrer par date de rapport
|
||||
Report is after this date: Rapports après cette date
|
||||
Report is before this date: Rapports avant cette date
|
31
src/Bundle/ChillReportBundle/translations/messages.nl.yml
Normal file
31
src/Bundle/ChillReportBundle/translations/messages.nl.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
'Report edit': Dossier uitgave
|
||||
'Save report': Bewaar consultatiegegevens
|
||||
'Reset report': Verwijder consultatiegegevens
|
||||
'Add a report': Voeg een consultatierapport toe
|
||||
'Add report': 'Voeg rapport toe'
|
||||
'Create a new report': 'Maak een nieuw consultatieblad aan'
|
||||
'Report view': "Details van de consultatiegegevens"
|
||||
'Update the report': 'Vul dossier aan'
|
||||
'Report list': 'Overzicht van de consultaties'
|
||||
Details: Details
|
||||
Person: Person
|
||||
Scope: Scope
|
||||
Date: Datum
|
||||
User: Gebruiker
|
||||
'Report type': 'Soort of verslag'
|
||||
'View the report': "Bekijk de consultatiegegevens"
|
||||
|
||||
#Flash messages
|
||||
'Success : report created!': "De consultatiegegevens zijn correct ingevuld!"
|
||||
'The form is not valid. The report has not been created !': "De gegevens zijn niet correct, er wordt geen rapport gemaakt"
|
||||
'Success : report updated!': "Update is gelukt"
|
||||
'The form is not valid. The report has not been updated !': "Update is mislukt, probeer opnieuw."
|
||||
|
||||
#Exception messags
|
||||
'Unable to find this report.': Dossier is onvindbaar
|
||||
'This is not the report of the person.': "Dit is niet het dossier van deze person"
|
||||
|
||||
'You are going to leave a page with unsubmitted data. Are you sure you want to leave ?': 'U bent aan te vertrekken een pagina die veranderdt datas behoudt. Bent u er zeker van dat u wil vertrekken ?'
|
||||
|
||||
#timeline
|
||||
'%user% has filled a %report_label% report on %date%': "%user% heeft een rapport '%report_label%' toegevoegd om %date%"
|
Reference in New Issue
Block a user