diff options
| author | Haelwenn (lanodan) Monnier <contact+translate.pleroma.social@hacktivis.me> | 2021-03-04 19:52:48 +0000 |
|---|---|---|
| committer | Weblate <noreply@weblate.org> | 2021-03-17 13:26:01 +0000 |
| commit | 35d2a809d21c96bf6a2431cd74f78b450817f8f1 (patch) | |
| tree | 88a2ac5f48790651b7141f6507f5253c88c79ff6 | |
| parent | fa6aba1dbd75c4383880d9d4bbb0d606c9680150 (diff) | |
Translated using Weblate (French)
Currently translated at 97.1% (672 of 692 strings)
Translation: Pleroma/Pleroma-FE
Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/fr/
| -rw-r--r-- | src/i18n/fr.json | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/i18n/fr.json b/src/i18n/fr.json index c2eff808..3c6c104a 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -14,7 +14,8 @@ "text_limit": "Limite de texte", "title": "Caractéristiques", "who_to_follow": "Personnes à suivre", - "pleroma_chat_messages": "Chat Pleroma" + "pleroma_chat_messages": "Chat Pleroma", + "upload_limit": "Limite de téléversement" }, "finder": { "error_fetching_user": "Erreur lors de la recherche de l'utilisateur·ice", @@ -38,7 +39,11 @@ "close": "Fermer", "retry": "Réessayez", "error_retry": "Veuillez réessayer", - "loading": "Chargement…" + "loading": "Chargement…", + "role": { + "moderator": "Modo'", + "admin": "Admin" + } }, "image_cropper": { "crop_picture": "Rogner l'image", @@ -103,7 +108,8 @@ "no_more_notifications": "Aucune notification supplémentaire", "migrated_to": "a migré à", "reacted_with": "a réagi avec {0}", - "follow_request": "veut vous suivre" + "follow_request": "veut vous suivre", + "error": "Erreur de chargement des notifications : {0}" }, "interactions": { "favs_repeats": "Partages et favoris", @@ -724,7 +730,9 @@ "expires_in": "Fin du sondage dans {0}", "not_enough_options": "Trop peu d'options unique au sondage", "vote": "Voter", - "expired": "Sondage terminé il y a {0}" + "expired": "Sondage terminé il y a {0}", + "people_voted_count": "{count} voteur | {count} voteurs", + "votes_count": "{count} vote | {count} votes" }, "emoji": { "emoji": "Émoji", |
