Skip to content

Commit

Permalink
[i18n] fix #459 & add en translations
Browse files Browse the repository at this point in the history
  • Loading branch information
t8g committed Sep 25, 2017
1 parent d872a62 commit e7b9170
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
28 changes: 27 additions & 1 deletion client/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
}
3 changes: 2 additions & 1 deletion client/src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"allFields": "Tous",
"object": {
"people": "Membre",
"organization": "Organisation"
"organization": "Organisation",
"organizations": "Organisation"
},
"actions": {
"create": "Création",
Expand Down

0 comments on commit e7b9170

Please sign in to comment.