diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json index b056b7db..bdb12331 100644 --- a/frontend/src/i18n/locale/de.json +++ b/frontend/src/i18n/locale/de.json @@ -5,5 +5,7 @@ "innovative": "Innovativ", "researchBased": "Forschungsbasiert", "inclusive": "Inclusiv", - "sociallyRelevant": "Gesellschaftlich relevant" + "sociallyRelevant": "Gesellschaftlich relevant", + "login": "login", + "translate": "übersetzen" } diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index fe5ef667..a07a0e8b 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -11,5 +11,7 @@ "innovative": "Innovative", "researchBased": "Research-based", "inclusive": "Inclusive", - "sociallyRelevant": "Socially relevant" + "sociallyRelevant": "Socially relevant", + "login": "login", + "translate": "translate" } diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json index 4d7e9651..4ab34eaf 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -5,5 +5,7 @@ "innovative": "Innovatif", "researchBased": "Fondé sur la recherche", "inclusive": "Inclusif", - "sociallyRelevant": "Socialement pertinent" + "sociallyRelevant": "Socialement pertinent", + "login": "login", + "translate": "traduire" } diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index fe68e474..2e04b428 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -11,5 +11,7 @@ "innovative": "Innovatief", "researchBased": "Onderzoeksgedreven", "inclusive": "Inclusief", - "sociallyRelevant": "Maatschappelijk relevant" + "sociallyRelevant": "Maatschappelijk relevant", + "login": "inloggen", + "translate": "vertalen" }