From 0938e749a745190e324ec9665d5498a54957c325 Mon Sep 17 00:00:00 2001 From: Laure Jablonski Date: Mon, 17 Mar 2025 17:02:32 +0100 Subject: [PATCH] fix: alles wordt vertaald --- frontend/src/i18n/locale/de.json | 4 +++- frontend/src/i18n/locale/en.json | 4 +++- frontend/src/i18n/locale/fr.json | 4 +++- frontend/src/i18n/locale/nl.json | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) 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" }