From 94a099c30c7d64a70a357282d86e94020d7fd23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 31 Mar 2023 12:29:00 +0000 Subject: [PATCH] =?UTF-8?q?fix=20typo=20in=20=C3=A9change=20gender?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tests/Controller/ActivityControllerTest.php | 4 ++-- .../ChillActivityBundle/translations/messages.fr.yml | 10 +++++----- .../ChillActivityBundle/translations/messages.nl.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityControllerTest.php b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityControllerTest.php index e9905b171..8e2c219f0 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityControllerTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityControllerTest.php @@ -121,14 +121,14 @@ final class ActivityControllerTest extends WebTestCase $client->getResponse()->getStatusCode(), 'Unexpected HTTP status code for GET /activity/' ); - $crawler = $client->click($crawler->selectLink('Ajouter un nouveau échange') + $crawler = $client->click($crawler->selectLink('Ajouter un nouvel échange') ->link()); $reason1 = $this->getRandomActivityReason(); $reason2 = $this->getRandomActivityReason([$reason1->getId()]); // Fill in the form and submit it - $form = $crawler->selectButton('Ajouter un nouveau échange')->form([ + $form = $crawler->selectButton('Ajouter un nouvel échange')->form([ 'chill_activitybundle_activity' => [ 'date' => '15-01-2015', 'durationTime' => 600, diff --git a/src/Bundle/ChillActivityBundle/translations/messages.fr.yml b/src/Bundle/ChillActivityBundle/translations/messages.fr.yml index 60fa1ba03..03ea01503 100644 --- a/src/Bundle/ChillActivityBundle/translations/messages.fr.yml +++ b/src/Bundle/ChillActivityBundle/translations/messages.fr.yml @@ -13,7 +13,7 @@ user_username: nom de l'utilisateur circle_name: nom du cercle Remark: Commentaire No comments: Aucun commentaire -Add a new activity: Ajouter une nouvelle échange +Add a new activity: Ajouter une nouvel échange Activity list: Liste des échanges present: présent not present: absent @@ -26,7 +26,7 @@ Activity location: Localisation de l'échange No reason associated: Aucun sujet No social issues associated: Aucune problématique sociale No social actions associated: Aucune action d'accompagnement -There isn't any activities.: Aucun échange enregistrée. +There isn't any activities.: Aucun échange enregistré. type_name: type de l'échange person_firstname: prénom person_lastname: nom de famille @@ -50,7 +50,7 @@ received: Reçu #forms -Activity creation: Nouvelle échange +Activity creation: Nouvel échange Create: Créer Back to the list: Retour à la liste Save activity: Sauver l'échange @@ -95,7 +95,7 @@ No documents: Aucun document #controller 'Success : activity created!': L'échange a été créé. 'The form is not valid. The activity has not been created !': Le formulaire est invalide. L'échange n'a pas été créé. -'Success : activity updated!': L'échange a été mise à jour. +'Success : activity updated!': L'échange a été mis à jour. 'The form is not valid. The activity has not been updated !': Le formulaire est invalide. L'échange n'a pas été mise à jour. # ROLES @@ -112,7 +112,7 @@ Activities: Échanges Activity configuration: Configuration des échanges Activity configuration menu: Configuration des échanges Activity types: Types d'échange -Activity type configuration: Configuration des categories d'échanges +Activity type configuration: Configuration des catégories d'échanges Activity Reasons: Sujets d'un échange Activity Reasons Category: Catégories de sujet d'échanges Activity Types Categories: Catégories des types d'échange diff --git a/src/Bundle/ChillActivityBundle/translations/messages.nl.yaml b/src/Bundle/ChillActivityBundle/translations/messages.nl.yaml index 24bed2c54..c7dc05f2b 100644 --- a/src/Bundle/ChillActivityBundle/translations/messages.nl.yaml +++ b/src/Bundle/ChillActivityBundle/translations/messages.nl.yaml @@ -47,7 +47,7 @@ Reasons: Onderwerpen #forms -Activity creation: Nouvelle échange +Activity creation: Nouvel échange Create: Créer Back to the list: Retour à la liste Save activity: Sauver l'échange @@ -84,8 +84,8 @@ No documents: Aucun document #controller 'Success : activity created!': L'échange a été créé. 'The form is not valid. The activity has not been created !': Le formulaire est invalide. L'échange n'a pas été créé. -'Success : activity updated!': L'échange a été mise à jour. -'The form is not valid. The activity has not been updated !': Le formulaire est invalide. L'échange n'a pas été mise à jour. +'Success : activity updated!': L'échange a été mis à jour. +'The form is not valid. The activity has not been updated !': Le formulaire est invalide. L'échange n'a pas été mis à jour. # ROLES CHILL_ACTIVITY_CREATE: Créer un échange