diff --git a/client/src/assets/i18n/en.json b/client/src/assets/i18n/en.json index 4976ed45..1c31bf00 100644 --- a/client/src/assets/i18n/en.json +++ b/client/src/assets/i18n/en.json @@ -61,5 +61,31 @@ "add": "Add", "help": "Help", "user_guide": "User's guide", - "fields_list": "Fields list" + "fields_list": "Fields list", + "editLogs": { + "title": "History", + "who": "Updated by", + "date": "Date", + "action": "Action", + "accessMonitoring": "Tag", + "role": "Role", + "lab": "Organization", + "fields": "Edited fields", + "allFields": "Tous", + "object": { + "people": "people", + "organization": "Organisation", + "organizations": "Organisation" + }, + "actions": { + "create": "Creation", + "update": "Edition", + "delete": "Deletion", + "all": "All" + }, + "limit": "Results per page", + "before": "Value before", + "after": "Value after", + "details": "Details" + }, } diff --git a/client/src/assets/i18n/fr.json b/client/src/assets/i18n/fr.json index 291e34e3..d114b256 100644 --- a/client/src/assets/i18n/fr.json +++ b/client/src/assets/i18n/fr.json @@ -74,7 +74,8 @@ "allFields": "Tous", "object": { "people": "Membre", - "organization": "Organisation" + "organization": "Organisation", + "organizations": "Organisation" }, "actions": { "create": "Création",