diff --git a/src/shared/i18n/en.json b/src/shared/i18n/en.json index 5ed1c43..13eae54 100644 --- a/src/shared/i18n/en.json +++ b/src/shared/i18n/en.json @@ -60,5 +60,10 @@ "@keyword_minimum_error": "Keyword must be at least {{min}} characters", "@keyword_maximum_error": "Keyword must not exceed {{max}} characters", "@keyword_max_keys_errors": "Cannot add more than {{maxNbKey}} keywords" + }, + "study": { + "@open": "Open", + "@duplicate": "Duplicate", + "@delete": "Delete" } } diff --git a/src/shared/i18n/fr.json b/src/shared/i18n/fr.json index b86461a..d162735 100644 --- a/src/shared/i18n/fr.json +++ b/src/shared/i18n/fr.json @@ -58,5 +58,10 @@ "@keyword_minimum_error": "Le mot-clé doit avoir à minimum {{min}} lettres", "@keyword_maximum_error": "Le mot-clé ne doit pas dépasser {{max}} lettres", "@keyword_max_keys_errors": "Il n'est pas possible d'ajouter plus que {{maxNbKey}} mot-clés" + }, + "study": { + "@open": "Ouvrir", + "@duplicate": "Dupliquer", + "@delete": "Effacer" } }