From 1809f7437cc7065498e8bc634adc95027afd8635 Mon Sep 17 00:00:00 2001 From: Myrmece Date: Thu, 2 Nov 2017 23:30:32 +0900 Subject: [PATCH] Updated translation. (#1703) --- translations/fr-fr.all.json | 72 ++++++++++++++++++++++++++++++++++--- 1 file changed, 68 insertions(+), 4 deletions(-) diff --git a/translations/fr-fr.all.json b/translations/fr-fr.all.json index 7d1081fa..b24af231 100644 --- a/translations/fr-fr.all.json +++ b/translations/fr-fr.all.json @@ -139,6 +139,10 @@ "id": "torrents", "translation": "Torrents" }, + { + "id": "followers", + "translation": "Abonnés" + }, { "id": "follow", "translation": "S'abonner" @@ -535,6 +539,10 @@ "id": "description_markdown_notice", "translation": "Les descriptions peuvent faire l'usage de Markdown." }, + { + "id": "comment_markdown_notice", + "translation": "Les commentaires peuvent faire l'usage de Markdown." + }, { "id": "show_all", "translation": "Ts les torrents" @@ -623,6 +631,10 @@ "id": "userstatus_moderator", "translation": "Modérateur" }, + { + "id": "userstatus_uploader", + "translation": "Uploader" + }, { "id": "api_token", "translation": "Authentifieur d'API" @@ -771,6 +783,10 @@ "id": "report_type", "translation": "Motif de signalement" }, + { + "id": "report_message", + "translation": "Signaler le message" + }, { "id": "illegal_content", "translation": "Contenu illégal" @@ -787,6 +803,10 @@ "id": "duplicate_deprecated", "translation": "Doublon / Obsolète" }, + { + "id": "other", + "translation": "Autre" + }, { "id": "captcha", "translation": "Captcha" @@ -825,12 +845,28 @@ }, { "id": "clear_notifications", - "translation": "Effacer les notifications" + "translation": "Effacer les notifications lues" + }, + { + "id": "clear_all_notifications", + "translation": "Effacer toutes les notifications" + }, + { + "id": "mark_notifications_as_read", + "translation": "Marquer les notifications comme lues" }, { "id": "notifications_cleared", "translation": "Notifications supprimées !" }, + { + "id": "read_notifications_cleared", + "translation": "Notifications lues supprimées !" + }, + { + "id": "notifications_read", + "translation": "Toutes les notifications ont été marquées comme lues !" + }, { "id": "my_notifications", "translation": "Notifications" @@ -951,6 +987,10 @@ "id": "delete_report", "translation": "Supprimer le signalement" }, + { + "id": "delete_all_reports", + "translation": "Supprimer tous les signalements" + }, { "id": "comment_deleted", "translation": "Le commentaire a été supprimé." @@ -1923,6 +1963,10 @@ "id": "announcement", "translation": "Annonce" }, + { + "id": "create_anouncement_success", + "translation": "Annonce créée avec succès" + }, { "id": "update_client_failed", "translation": "La mise à jour du client a échoué." @@ -2088,8 +2132,8 @@ "translation": "Message" }, { - "id": "delay", - "translation": "Délai" + "id": "duration", + "translation": "Durée (Heures)" }, { "id": "update_annoucement_panel", @@ -2175,6 +2219,10 @@ "id": "search_from_specific_user", "translation": "Rechercher de %s" }, + { + "id": "browsing_user_torrents", + "translation": "Navigation des torrents de %s" + }, { "id": "hours_minutes_ago", "translation": "Il y a {0} heure(s) et {1} minute(s)" @@ -2182,5 +2230,21 @@ { "id": "days_hours_ago", "translation": "Il y a {0} jour(s) et {1} heure(s)" + }, + { + "id": "status", + "translation": "Statut" + }, + { + "id": "event", + "translation": "Événement" + }, + { + "id": "read", + "translation": "Lu" + }, + { + "id": "unread", + "translation": "Non lu" } -] \ No newline at end of file +]