From 79acc134f9817c92968a8c9f0c5dd45f01051713 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Mon, 15 Jul 2024 17:22:32 +0300 Subject: [PATCH] translations --- .../ui/plan/plan-editor-blueprint/plan-editor.component.html | 2 +- frontend/src/assets/i18n/baq.json | 3 ++- frontend/src/assets/i18n/de.json | 3 ++- frontend/src/assets/i18n/en.json | 5 +++-- frontend/src/assets/i18n/es.json | 3 ++- frontend/src/assets/i18n/gr.json | 3 ++- frontend/src/assets/i18n/hr.json | 3 ++- frontend/src/assets/i18n/pl.json | 3 ++- frontend/src/assets/i18n/pt.json | 3 ++- frontend/src/assets/i18n/sk.json | 3 ++- frontend/src/assets/i18n/sr.json | 3 ++- frontend/src/assets/i18n/tr.json | 3 ++- 12 files changed, 24 insertions(+), 13 deletions(-) diff --git a/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.html b/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.html index 449072578..424eed369 100644 --- a/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.html +++ b/frontend/src/app/ui/plan/plan-editor-blueprint/plan-editor.component.html @@ -205,7 +205,7 @@
{{i + 1}}.{{j + 1}} {{field.label}}*
diff --git a/frontend/src/assets/i18n/baq.json b/frontend/src/assets/i18n/baq.json index 77fc50c10..226185830 100644 --- a/frontend/src/assets/i18n/baq.json +++ b/frontend/src/assets/i18n/baq.json @@ -1738,7 +1738,8 @@ "SAVE-AND-CONTINUE": "Save & Continue", "REVERSE": "Undo Finalization", "LOCKED": "Locked", - "ANNOTATIONS": "Comment" + "ANNOTATIONS": "Comment", + "COPY-LINK":"Copy Link" }, "PLACEHOLDER": { "DESCRIPTION": "Deskribapenarekin bete", diff --git a/frontend/src/assets/i18n/de.json b/frontend/src/assets/i18n/de.json index bfbc5f023..958ff9442 100644 --- a/frontend/src/assets/i18n/de.json +++ b/frontend/src/assets/i18n/de.json @@ -1738,7 +1738,8 @@ "SAVE-AND-CONTINUE": "Save & Continue", "REVERSE": "Undo Finalization", "LOCKED": "Locked", - "ANNOTATIONS": "Comment" + "ANNOTATIONS": "Comment", + "COPY-LINK":"Copy Link" }, "PLACEHOLDER": { "DESCRIPTION": "Fill with description", diff --git a/frontend/src/assets/i18n/en.json b/frontend/src/assets/i18n/en.json index 7ee851695..1c8624d96 100644 --- a/frontend/src/assets/i18n/en.json +++ b/frontend/src/assets/i18n/en.json @@ -1738,7 +1738,8 @@ "SAVE-AND-CONTINUE": "Save & Continue", "REVERSE": "Undo Finalization", "LOCKED": "Locked", - "ANNOTATIONS": "Comment" + "ANNOTATIONS": "Comment", + "COPY-LINK":"Copy Link" }, "PLACEHOLDER": { "DESCRIPTION": "Fill with description", @@ -2366,4 +2367,4 @@ "copy": "Copy", "clone": "Clone", "new-version": "New Version" -} +} \ No newline at end of file diff --git a/frontend/src/assets/i18n/es.json b/frontend/src/assets/i18n/es.json index 3747171cb..f38dad6f7 100644 --- a/frontend/src/assets/i18n/es.json +++ b/frontend/src/assets/i18n/es.json @@ -1738,7 +1738,8 @@ "SAVE-AND-CONTINUE": "Save & Continue", "REVERSE": "Undo Finalization", "LOCKED": "Locked", - "ANNOTATIONS": "Comment" + "ANNOTATIONS": "Comment", + "COPY-LINK":"Copy Link" }, "PLACEHOLDER": { "DESCRIPTION": "Rellenar con la descripción", diff --git a/frontend/src/assets/i18n/gr.json b/frontend/src/assets/i18n/gr.json index f331e85cf..0da64d929 100644 --- a/frontend/src/assets/i18n/gr.json +++ b/frontend/src/assets/i18n/gr.json @@ -1738,7 +1738,8 @@ "SAVE-AND-CONTINUE": "Save & Continue", "REVERSE": "Undo Finalization", "LOCKED": "Locked", - "ANNOTATIONS": "Comment" + "ANNOTATIONS": "Comment", + "COPY-LINK":"Copy Link" }, "PLACEHOLDER": { "DESCRIPTION": "Συμπληρώστε με περιγραφή", diff --git a/frontend/src/assets/i18n/hr.json b/frontend/src/assets/i18n/hr.json index 64153cafd..a8f19394b 100644 --- a/frontend/src/assets/i18n/hr.json +++ b/frontend/src/assets/i18n/hr.json @@ -1738,7 +1738,8 @@ "SAVE-AND-CONTINUE": "Save & Continue", "REVERSE": "Undo Finalization", "LOCKED": "Locked", - "ANNOTATIONS": "Comment" + "ANNOTATIONS": "Comment", + "COPY-LINK":"Copy Link" }, "PLACEHOLDER": { "DESCRIPTION": "Dodajte opis", diff --git a/frontend/src/assets/i18n/pl.json b/frontend/src/assets/i18n/pl.json index 96acdb17a..03050ecde 100644 --- a/frontend/src/assets/i18n/pl.json +++ b/frontend/src/assets/i18n/pl.json @@ -1738,7 +1738,8 @@ "SAVE-AND-CONTINUE": "Save & Continue", "REVERSE": "Undo Finalization", "LOCKED": "Locked", - "ANNOTATIONS": "Comment" + "ANNOTATIONS": "Comment", + "COPY-LINK":"Copy Link" }, "PLACEHOLDER": { "DESCRIPTION": "Dodaj opis", diff --git a/frontend/src/assets/i18n/pt.json b/frontend/src/assets/i18n/pt.json index 4e0805046..756d8dd00 100644 --- a/frontend/src/assets/i18n/pt.json +++ b/frontend/src/assets/i18n/pt.json @@ -1738,7 +1738,8 @@ "SAVE-AND-CONTINUE": "Save & Continue", "REVERSE": "Undo Finalization", "LOCKED": "Locked", - "ANNOTATIONS": "Comment" + "ANNOTATIONS": "Comment", + "COPY-LINK":"Copy Link" }, "PLACEHOLDER": { "DESCRIPTION": "Preencha com a descrição", diff --git a/frontend/src/assets/i18n/sk.json b/frontend/src/assets/i18n/sk.json index 2ece162cc..c3eec8bb8 100644 --- a/frontend/src/assets/i18n/sk.json +++ b/frontend/src/assets/i18n/sk.json @@ -1738,7 +1738,8 @@ "SAVE-AND-CONTINUE": "Save & Continue", "REVERSE": "Undo Finalization", "LOCKED": "Locked", - "ANNOTATIONS": "Comment" + "ANNOTATIONS": "Comment", + "COPY-LINK":"Copy Link" }, "PLACEHOLDER": { "DESCRIPTION": "Doplniť opis", diff --git a/frontend/src/assets/i18n/sr.json b/frontend/src/assets/i18n/sr.json index c8928c032..ce1767f9d 100644 --- a/frontend/src/assets/i18n/sr.json +++ b/frontend/src/assets/i18n/sr.json @@ -1738,7 +1738,8 @@ "SAVE-AND-CONTINUE": "Save & Continue", "REVERSE": "Undo Finalization", "LOCKED": "Locked", - "ANNOTATIONS": "Comment" + "ANNOTATIONS": "Comment", + "COPY-LINK":"Copy Link" }, "PLACEHOLDER": { "DESCRIPTION": "Dodajte opis", diff --git a/frontend/src/assets/i18n/tr.json b/frontend/src/assets/i18n/tr.json index eebe50cef..f3776dc23 100644 --- a/frontend/src/assets/i18n/tr.json +++ b/frontend/src/assets/i18n/tr.json @@ -1738,7 +1738,8 @@ "SAVE-AND-CONTINUE": "Save & Continue", "REVERSE": "Undo Finalization", "LOCKED": "Locked", - "ANNOTATIONS": "Comment" + "ANNOTATIONS": "Comment", + "COPY-LINK":"Copy Link" }, "PLACEHOLDER": { "DESCRIPTION": "Açıklamaları Doldur",