From 9bb885805c2850298c1d0e1a91bfe1e8d6205a1d Mon Sep 17 00:00:00 2001 From: nicolas Date: Fri, 25 Nov 2016 13:30:52 +0100 Subject: [PATCH 1/2] Update simple_form.fr.yml --- config/locales/simple_form.fr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/locales/simple_form.fr.yml b/config/locales/simple_form.fr.yml index 8d5bf8b4c..73905a7b3 100644 --- a/config/locales/simple_form.fr.yml +++ b/config/locales/simple_form.fr.yml @@ -21,6 +21,9 @@ fr: follow: Envoyer un courriel lorsque quelqu’un me suit mention: Envoyer un courriel lorsque quelqu’un me mentionne reblog: Envoyer un courriel lorsque quelqu’un partage mes statuts + interactions: + must_be_follower: Masquer les notifications des personnes qui ne vous suivent pas + must_be_following: Masquer les notifications des personnes que vous ne suivez pas 'no': Non required: mark: "*" From effdb42f4c63b957cfdef37a44dfa45284ece337 Mon Sep 17 00:00:00 2001 From: nicolas Date: Fri, 25 Nov 2016 13:31:46 +0100 Subject: [PATCH 2/2] Update fr.jsx --- app/assets/javascripts/components/locales/fr.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/components/locales/fr.jsx b/app/assets/javascripts/components/locales/fr.jsx index 865b52bb2..c4458a145 100644 --- a/app/assets/javascripts/components/locales/fr.jsx +++ b/app/assets/javascripts/components/locales/fr.jsx @@ -47,9 +47,9 @@ const fr = { "upload_button.label": "Joindre un média", "upload_form.undo": "Annuler", "notification.follow": "{name} vous suit.", - "notification.favourite": "{name} a ajouté à ses favoris", - "notification.reblog": "{name} a partagé votre statut", - "notification.mention": "{name} vous a mentionné⋅e" + "notification.favourite": "{name} a ajouté à ses favoris :", + "notification.reblog": "{name} a partagé votre statut :", + "notification.mention": "{name} vous a mentionné⋅e :" }; export default fr;