From c990da25c0b9a4d1f9247872b0e2a2e6155bc80e Mon Sep 17 00:00:00 2001 From: apapachristou Date: Mon, 5 Oct 2020 13:34:23 +0300 Subject: [PATCH] Adds language --- dmp-frontend/src/assets/i18n/de.json | 8 ++++++++ dmp-frontend/src/assets/i18n/es.json | 8 ++++++++ dmp-frontend/src/assets/i18n/gr.json | 8 ++++++++ dmp-frontend/src/assets/i18n/sk.json | 8 ++++++++ dmp-frontend/src/assets/i18n/tr.json | 8 ++++++++ 5 files changed, 40 insertions(+) diff --git a/dmp-frontend/src/assets/i18n/de.json b/dmp-frontend/src/assets/i18n/de.json index 249ee13e4..42aa9b315 100644 --- a/dmp-frontend/src/assets/i18n/de.json +++ b/dmp-frontend/src/assets/i18n/de.json @@ -88,6 +88,14 @@ "INVITATION-DIALOG": { "HINT": "Press comma or enter between authors" }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "You have successfully created your", + "DMP": "DMP", + "TO-DATASET": "You will be transferred to the", + "DATASET": "Dataset", + "EDITOR": "editor", + "START": "let's start" + }, "ACTIONS": { "VIEW-ALL": "Alles anzeigen", "SHOW-MORE": "Mehr anzeigen", diff --git a/dmp-frontend/src/assets/i18n/es.json b/dmp-frontend/src/assets/i18n/es.json index 143c69e54..392dae0d6 100644 --- a/dmp-frontend/src/assets/i18n/es.json +++ b/dmp-frontend/src/assets/i18n/es.json @@ -89,6 +89,14 @@ "INVITATION-DIALOG": { "HINT": "Press comma or enter between authors" }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "You have successfully created your", + "DMP": "DMP", + "TO-DATASET": "You will be transferred to the", + "DATASET": "Dataset", + "EDITOR": "editor", + "START": "let's start" + }, "ACTIONS": { "VIEW-ALL": "Ver todo", "SHOW-MORE": "Mostrar más", diff --git a/dmp-frontend/src/assets/i18n/gr.json b/dmp-frontend/src/assets/i18n/gr.json index 58b1565b6..67d1b3bdc 100644 --- a/dmp-frontend/src/assets/i18n/gr.json +++ b/dmp-frontend/src/assets/i18n/gr.json @@ -89,6 +89,14 @@ "INVITATION-DIALOG": { "HINT": "Press comma or enter between authors" }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "You have successfully created your", + "DMP": "DMP", + "TO-DATASET": "You will be transferred to the", + "DATASET": "Dataset", + "EDITOR": "editor", + "START": "let's start" + }, "ACTIONS": { "VIEW-ALL": "Προβολή όλων", "SHOW-MORE": "Δείτε περισσότερα", diff --git a/dmp-frontend/src/assets/i18n/sk.json b/dmp-frontend/src/assets/i18n/sk.json index f61885da3..a788dab8e 100644 --- a/dmp-frontend/src/assets/i18n/sk.json +++ b/dmp-frontend/src/assets/i18n/sk.json @@ -86,6 +86,14 @@ "INVITATION-DIALOG": { "HINT": "Press comma or enter between authors" }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "You have successfully created your", + "DMP": "DMP", + "TO-DATASET": "You will be transferred to the", + "DATASET": "Dataset", + "EDITOR": "editor", + "START": "let's start" + }, "ACTIONS": { "VIEW-ALL": "Pozrieť všetko", "SHOW-MORE": "Ukázať viac", diff --git a/dmp-frontend/src/assets/i18n/tr.json b/dmp-frontend/src/assets/i18n/tr.json index 7ac27941b..614ce5279 100644 --- a/dmp-frontend/src/assets/i18n/tr.json +++ b/dmp-frontend/src/assets/i18n/tr.json @@ -88,6 +88,14 @@ "INVITATION-DIALOG": { "HINT": "Press comma or enter between authors" }, + "DMP-TO-DATASET-DIALOG": { + "FROM-DMP": "You have successfully created your", + "DMP": "DMP", + "TO-DATASET": "You will be transferred to the", + "DATASET": "Dataset", + "EDITOR": "editor", + "START": "let's start" + }, "ACTIONS": { "VIEW-ALL": "Tümüne Gör", "SHOW-MORE": "Daha fazla göster",