From 2bef3c3878861d5442cf109e2e11b91150fb0b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 19 Jul 2024 15:32:45 +0200 Subject: [PATCH] french translation for the version 2.23.0 [ci-skip] --- .changes/v2.23.0.md | 24 +++++++++++++++++------- CHANGELOG.md | 24 +++++++++++++++++------- 2 files changed, 34 insertions(+), 14 deletions(-) diff --git a/.changes/v2.23.0.md b/.changes/v2.23.0.md index 4c263b9d4..47f36fa51 100644 --- a/.changes/v2.23.0.md +++ b/.changes/v2.23.0.md @@ -1,12 +1,22 @@ ## v2.23.0 - 2024-07-19 ### Feature -* ([#123](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/123)) Add a button to duplicate calendar ranges from a week to another one -* [admin] filter users by active / inactive in the admin user's list +* ([#123](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/123)) Add a button to duplicate calendar ranges from a week to another one +* [admin] filter users by active / inactive in the admin user's list * ([#273](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/273)) Add the possibility to mark all notifications as read - -* Handle duplicate reference id in the import of reference addresses -* Do not update the "createdAt" column when importing postal code which does not change -* Display filename on file upload within the UI interface + +* Handle duplicate reference id in the import of reference addresses +* Do not update the "createdAt" column when importing postal code which does not change +* Display filename on file upload within the UI interface ### Fixed -* ([#271](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/271)) Take into account the acp closing date in the acp works date filter +* ([#271](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/271)) Take into account the acp closing date in the acp works date filter + +### Traduction française des principaux changements +- Ajout d'un bouton pour dupliquer les périodes de disponibilités d'une semaine à une autre; +- dans l'interface d'administration, filtre sur les utilisateurs actifs. Par défaut, seul les utilisateurs + actifs sont affichés; +- Nouveau bouton pour indiquer toutes les notifications comme lues; +- Améliorations sur l'import des adresses et des codes postaux; +- Affiche le nom du fichier déposé quand on téléverse un fichier depuis le poste de travail local; +- Agrandit l'icône du type de fichier dans l'interface de dépôt de fichier; +- correction: tient compte de la date de fermeture du parcours dans les filtres sur les actions d'accompagnement. diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d92e0c4..66e674d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,16 +8,26 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ## v2.23.0 - 2024-07-19 ### Feature -* ([#123](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/123)) Add a button to duplicate calendar ranges from a week to another one -* [admin] filter users by active / inactive in the admin user's list +* ([#123](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/123)) Add a button to duplicate calendar ranges from a week to another one +* [admin] filter users by active / inactive in the admin user's list * ([#273](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/273)) Add the possibility to mark all notifications as read - -* Handle duplicate reference id in the import of reference addresses -* Do not update the "createdAt" column when importing postal code which does not change -* Display filename on file upload within the UI interface + +* Handle duplicate reference id in the import of reference addresses +* Do not update the "createdAt" column when importing postal code which does not change +* Display filename on file upload within the UI interface ### Fixed -* ([#271](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/271)) Take into account the acp closing date in the acp works date filter +* ([#271](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/271)) Take into account the acp closing date in the acp works date filter + +### Traduction française des principaux changements +- Ajout d'un bouton pour dupliquer les périodes de disponibilités d'une semaine à une autre; +- dans l'interface d'administration, filtre sur les utilisateurs actifs. Par défaut, seul les utilisateurs + actifs sont affichés; +- Nouveau bouton pour indiquer toutes les notifications comme lues; +- Améliorations sur l'import des adresses et des codes postaux; +- Affiche le nom du fichier déposé quand on téléverse un fichier depuis le poste de travail local; +- Agrandit l'icône du type de fichier dans l'interface de dépôt de fichier; +- correction: tient compte de la date de fermeture du parcours dans les filtres sur les actions d'accompagnement. ## v2.22.2 - 2024-07-03 ### Fixed