diff options
author | Jonathan Klee <klee.jonathan@gmail.com> | 2017-04-09 14:54:02 +0200 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-09 14:54:02 +0200 |
commit | ba2aea3a8046c4adeec4e75eab68538511f66656 (patch) | |
tree | 6e26103fc11292de00966f4765cd01f25e11af99 | |
parent | e5282e4ec0e9dab62dde9481284b0cfd30690fb9 (diff) |
add empty notifications french translation (#1111)
-rw-r--r-- | app/assets/javascripts/components/locales/fr.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/components/locales/fr.jsx b/app/assets/javascripts/components/locales/fr.jsx index fdd9c0e00..496d8bb64 100644 --- a/app/assets/javascripts/components/locales/fr.jsx +++ b/app/assets/javascripts/components/locales/fr.jsx @@ -41,6 +41,7 @@ const fr = { "column.notifications": "Notifications", "column.blocks": "Utilisateurs bloqués", "column.favourites": "Favoris", + "empty_column.notifications": "Vous n’avez pas encore de notification. Interagissez avec d’autres utilisateurs⋅trices pour débuter la conversation.", "tabs_bar.compose": "Composer", "tabs_bar.home": "Accueil", "tabs_bar.mentions": "Mentions", |