From d49498c71d75560a862f7742939d9f895597304f Mon Sep 17 00:00:00 2001 From: kbeyro <121854496+kbeyro@users.noreply.github.com> Date: Mon, 26 May 2025 12:32:52 +0200 Subject: [PATCH] add labels --- src/test/shell/data/i18n/de.json | 6 ++++-- src/test/shell/data/i18n/en.json | 6 ++++-- src/test/shell/data/i18n/fr.json | 6 ++++-- src/test/shell/data/i18n/pl.json | 8 ++++++-- 4 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/test/shell/data/i18n/de.json b/src/test/shell/data/i18n/de.json index 3a07ad01e..3ffdc0788 100644 --- a/src/test/shell/data/i18n/de.json +++ b/src/test/shell/data/i18n/de.json @@ -193,7 +193,8 @@ "UNKNOWN" : "Unknown", "DETAILS" : "Details", "STATE_SINCE" : "State last change", - "CONTACT_MAIL" : "Contact mail" + "CONTACT_MAIL" : "Contact mail", + "REMOVE" : "Remove cluster" }, "GITLAB": { "TITLE": "GitLab Konfiguration", @@ -1325,6 +1326,7 @@ "USER_ASSIGNMENT" : "User assignment", "DOMAIN_GROUP_CHANGE" : "Domain group change", "NEW" : "Add webhook", - "DETAILS" : "Webhooks details" + "DETAILS" : "Webhooks details", + "SAVE" : "Save webhook" } } diff --git a/src/test/shell/data/i18n/en.json b/src/test/shell/data/i18n/en.json index 6484fdeae..cfdd02ec4 100644 --- a/src/test/shell/data/i18n/en.json +++ b/src/test/shell/data/i18n/en.json @@ -194,7 +194,8 @@ "UNKNOWN" : "Unknown", "CONTACT_MAIL" : "Contact mail", "DETAILS" : "Details", - "STATE_SINCE" : "State last change" + "STATE_SINCE" : "State last change", + "REMOVE" : "Remove cluster" }, "GITLAB": { "TITLE": "GitLab configuration", @@ -1330,6 +1331,7 @@ "USER_ASSIGNMENT" : "User assignment", "DOMAIN_GROUP_CHANGE" : "Domain group change", "NEW" : "Add webhook", - "DETAILS" : "Webhooks details" + "DETAILS" : "Webhooks details", + "SAVE" : "Save webhook" } } diff --git a/src/test/shell/data/i18n/fr.json b/src/test/shell/data/i18n/fr.json index 449bdc580..9a2949633 100644 --- a/src/test/shell/data/i18n/fr.json +++ b/src/test/shell/data/i18n/fr.json @@ -195,7 +195,8 @@ "UNKNOWN" : "Unknown", "CONTACT_MAIL" : "Contact mail", "DETAILS" : "Details", - "STATE_SINCE" : "State last change" + "STATE_SINCE" : "State last change", + "REMOVE" : "Remove cluster" }, "GITLAB": { "TITLE": "Configuration de GitLab", @@ -1329,6 +1330,7 @@ "USER_ASSIGNMENT" : "User assignment", "DOMAIN_GROUP_CHANGE" : "Domain group change", "NEW" : "Add webhook", - "DETAILS" : "Webhooks details" + "DETAILS" : "Webhooks details", + "SAVE" : "Save webhook" } } diff --git a/src/test/shell/data/i18n/pl.json b/src/test/shell/data/i18n/pl.json index ae51c715d..5e12f67b1 100644 --- a/src/test/shell/data/i18n/pl.json +++ b/src/test/shell/data/i18n/pl.json @@ -194,7 +194,9 @@ "UNKNOWN" : "Nieznany", "CONTACT_MAIL" : "Email kontaktowy", "DETAILS" : "Detale", - "STATE_SINCE" : "Stan od" + "STATE_SINCE" : "Stan od", + "REMOVE" : "Remove cluster" + }, "GITLAB": { "TITLE": "Konfiguracja GitLab", @@ -1328,6 +1330,8 @@ "USER_ASSIGNMENT" : "User assignment", "DOMAIN_GROUP_CHANGE" : "Domain group change", "NEW" : "Add webhook", - "DETAILS" : "Webhooks details" + "DETAILS" : "Webhooks details", + "SAVE" : "Save webhook" + } } -- GitLab