From 5890449ca98a0b9922e062e8e828cf708106ffa6 Mon Sep 17 00:00:00 2001 From: Primokorn Date: Fri, 30 Dec 2016 17:07:25 +0100 Subject: [PATCH] Update french messages.json (#60) --- src/_locales/fr/messages.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/_locales/fr/messages.json b/src/_locales/fr/messages.json index 96343d1eee..6929eb1b20 100644 --- a/src/_locales/fr/messages.json +++ b/src/_locales/fr/messages.json @@ -312,8 +312,8 @@ "description": "Edit" }, "noSitesInList": { - "message": "Aucun site dans la liste.", - "description": "There are no sites in list." + "message": "Aucun site correspondant.", + "description": "There are no sites to list." }, "siteInformation": { "message": "Informations du site", @@ -602,5 +602,25 @@ "lost2FAApp": { "message": "Appli d'authentification perdue ?", "description": "Lost authenticator app?" + }, + "credits": { + "message": "Remerciements", + "description": "Credits (giving thanks to people that helped, like at the end of a movie)" + }, + "thankYou": { + "message": "Merci", + "description": "Thank You" + }, + "translations": { + "message": "Traductions", + "description": "Translations" + }, + "searchFolder": { + "message": "Recherche dossier", + "description": "Search folder" + }, + "noneFolder": { + "message": "(aucun)", + "description": "(none) - this is the folder for uncategorized sites" } }