From 4869af44612e3cf2881ac1477bf3e49dead165d1 Mon Sep 17 00:00:00 2001 From: kbeyro <121854496+kbeyro@users.noreply.github.com> Date: Thu, 10 Apr 2025 11:31:37 +0200 Subject: [PATCH] add translation for clasters --- src/test/shell/data/i18n/de.json | 11 ++++++++++- src/test/shell/data/i18n/en.json | 11 ++++++++++- src/test/shell/data/i18n/fr.json | 11 ++++++++++- src/test/shell/data/i18n/pl.json | 11 ++++++++++- 4 files changed, 40 insertions(+), 4 deletions(-) diff --git a/src/test/shell/data/i18n/de.json b/src/test/shell/data/i18n/de.json index 4cce919a9..5fc50ea20 100644 --- a/src/test/shell/data/i18n/de.json +++ b/src/test/shell/data/i18n/de.json @@ -169,7 +169,16 @@ "SMTP_SERVER_HOSTNAME": "Hostname des SMTP-Servers", "SMTP_SERVER_PORT": "SMTP-Serverport", "SMTP_SERVER_USERNAME": "SMTP-Server Benutzername", - "SMTP_SERVER_PASSWORD": "SMTP-Server Passwort" + "SMTP_SERVER_PASSWORD": "SMTP-Server Passwort", + "TITLE_GENERAL" : "General cluster information", + "GENERAL" : "Basic information", + "NAME" : "Cluster name", + "CODENAME" : "Cluster codename", + "ID" : "Cluster id", + "DESCRIPTION" : "Description", + "CREATION_DATE" : "Creation date", + "MODIFICATION_DATE" : "Modification date", + "PATH_TO_CONFIG" : "Path to config file" }, "GITLAB": { "TITLE": "GitLab Konfiguration", diff --git a/src/test/shell/data/i18n/en.json b/src/test/shell/data/i18n/en.json index 8dd956592..c9e5d44aa 100644 --- a/src/test/shell/data/i18n/en.json +++ b/src/test/shell/data/i18n/en.json @@ -169,7 +169,16 @@ "SMTP_SERVER_HOSTNAME": "SMTP server hostname", "SMTP_SERVER_PORT": "SMTP server port", "SMTP_SERVER_USERNAME": "SMTP server username", - "SMTP_SERVER_PASSWORD": "SMTP server password" + "SMTP_SERVER_PASSWORD": "SMTP server password", + "TITLE_GENERAL" : "General cluster information", + "GENERAL" : "Basic information", + "NAME" : "Cluster name", + "CODENAME" : "Cluster codename", + "ID" : "Cluster id", + "DESCRIPTION" : "Description", + "CREATION_DATE" : "Creation date", + "MODIFICATION_DATE" : "Modification date", + "PATH_TO_CONFIG" : "Path to config file" }, "GITLAB": { "TITLE": "GitLab configuration", diff --git a/src/test/shell/data/i18n/fr.json b/src/test/shell/data/i18n/fr.json index ae72dda76..624662303 100644 --- a/src/test/shell/data/i18n/fr.json +++ b/src/test/shell/data/i18n/fr.json @@ -169,7 +169,16 @@ "SMTP_SERVER_HOSTNAME": "Nom d'hôte du serveur SMTP", "SMTP_SERVER_PORT": "Port du serveur SMTP", "SMTP_SERVER_USERNAME": "Nom d'utilisateur du serveur SMTP", - "SMTP_SERVER_PASSWORD": "Mot de passe du serveur SMTP" + "SMTP_SERVER_PASSWORD": "Mot de passe du serveur SMTP", + "TITLE_GENERAL" : "General cluster information", + "GENERAL" : "Basic information", + "NAME" : "Cluster name", + "CODENAME" : "Cluster codename", + "ID" : "Cluster id", + "DESCRIPTION" : "Description", + "CREATION_DATE" : "Creation date", + "MODIFICATION_DATE" : "Modification date", + "PATH_TO_CONFIG" : "Path to config file" }, "GITLAB": { "TITLE": "Configuration de GitLab", diff --git a/src/test/shell/data/i18n/pl.json b/src/test/shell/data/i18n/pl.json index 756a41814..2ebaa5659 100644 --- a/src/test/shell/data/i18n/pl.json +++ b/src/test/shell/data/i18n/pl.json @@ -169,7 +169,16 @@ "SMTP_SERVER_HOSTNAME": "Nazwa serwera SMTP", "SMTP_SERVER_PORT": "Port serwera SMTP", "SMTP_SERVER_USERNAME": "Nazwa użytkownika serwera SMTP", - "SMTP_SERVER_PASSWORD": "Hasło użytkownika serwera SMTP" + "SMTP_SERVER_PASSWORD": "Hasło użytkownika serwera SMTP", + "TITLE_GENERAL" : "Podstawowe ustawienia klastra", + "GENERAL" : "Ustawienia klastra", + "NAME" : "Nazwa klastra", + "CODENAME" : "Nazwa kodowa klastra", + "ID" : "Identyfikator", + "DESCRIPTION" : "Opis", + "CREATION_DATE" : "Data utworzenia", + "MODIFICATION_DATE" : "Data modyfikacji", + "PATH_TO_CONFIG" : "Ścieżka do pliku konfiguracyjnego" }, "GITLAB": { "TITLE": "Konfiguracja GitLab", -- GitLab