From 22d8e34dc83695a978ee751131e3cce96964d120 Mon Sep 17 00:00:00 2001 From: kbeyro <121854496+kbeyro@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:36:13 +0200 Subject: [PATCH] Add translate --- src/test/shell/data/i18n/de.json | 1 + src/test/shell/data/i18n/en.json | 1 + src/test/shell/data/i18n/fr.json | 1 + src/test/shell/data/i18n/pl.json | 1 + 4 files changed, 4 insertions(+) diff --git a/src/test/shell/data/i18n/de.json b/src/test/shell/data/i18n/de.json index 6d0b19d12..6399c7727 100644 --- a/src/test/shell/data/i18n/de.json +++ b/src/test/shell/data/i18n/de.json @@ -735,6 +735,7 @@ "VIEW_BUTTON": "Anzeigen", "EDIT_BUTTON": "Bearbeiten", "DELETE_BUTTON": "Remove", + "SELECT_VERSION" : "Select version to be base in creator", "CONFIRM_REMOVAL" : { "HEADER": "Confirm application removal", "DESCRIPTION": "Do you want to completely remove this application from the catalogue along with all its versions?", diff --git a/src/test/shell/data/i18n/en.json b/src/test/shell/data/i18n/en.json index db0f617fa..a3e1a365c 100644 --- a/src/test/shell/data/i18n/en.json +++ b/src/test/shell/data/i18n/en.json @@ -736,6 +736,7 @@ "VIEW_BUTTON": "View", "EDIT_BUTTON": "Edit", "DELETE_BUTTON": "Remove", + "SELECT_VERSION" : "Select version to be base in creator", "CONFIRM_REMOVAL" : { "HEADER": "Confirm application removal", "DESCRIPTION": "Do you want to completely remove this application from the catalogue along with all its versions?", diff --git a/src/test/shell/data/i18n/fr.json b/src/test/shell/data/i18n/fr.json index 2efa5331d..8a1ade28d 100644 --- a/src/test/shell/data/i18n/fr.json +++ b/src/test/shell/data/i18n/fr.json @@ -734,6 +734,7 @@ "VIEW_BUTTON": "View", "EDIT_BUTTON": "Edit", "DELETE_BUTTON": "Remove", + "SELECT_VERSION" : "Select version to be base in creator", "CONFIRM_REMOVAL" : { "HEADER": "Confirm application removal", "DESCRIPTION": "Do you want to completely remove this application from the catalogue along with all its versions?", diff --git a/src/test/shell/data/i18n/pl.json b/src/test/shell/data/i18n/pl.json index 992805e42..19e904699 100644 --- a/src/test/shell/data/i18n/pl.json +++ b/src/test/shell/data/i18n/pl.json @@ -735,6 +735,7 @@ "VIEW_BUTTON": "Pokaż", "EDIT_BUTTON": "Edytuj", "DELETE_BUTTON": "Usuń", + "SELECT_VERSION" : "Wybierz wersję aplikacji, która ma być podstawą w kreatorze", "CONFIRM_REMOVAL" : { "HEADER": "Potwierdź usunięcie aplikacji", "DESCRIPTION": "Czy na pewno chcesz całkowicie usunąć tą aplikację z katalogu razem ze wszystkimi wersjami?", -- GitLab