From 1b6e970a986de4c5017c99679afbecc3d3b34a53 Mon Sep 17 00:00:00 2001 From: t8g Date: Thu, 31 Aug 2017 12:08:10 +0200 Subject: [PATCH] [front: editLog] i18n labels --- client/src/assets/i18n/fr.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/client/src/assets/i18n/fr.json b/client/src/assets/i18n/fr.json index fbae362a..9864a66b 100644 --- a/client/src/assets/i18n/fr.json +++ b/client/src/assets/i18n/fr.json @@ -63,13 +63,17 @@ "user_guide": "Guide utilisateur", "fields_list": "Liste des champs", "editLogs": { - "who": "qui", - "date": "date", - "action": "action", + "who": "Qui", + "date": "Date", + "action": "Action", + "role": "Rôle", + "lab": "Organisation", + "fields": "Champs modifiés", "actions": { - "create": "création", - "update": "édition", - "delete": "suppression" + "create": "Création", + "update": "Édition", + "delete": "Suppression", + "all": "Toutes" } } }