diff --git a/src/test/shell/data/i18n/de.json b/src/test/shell/data/i18n/de.json index 4cce919a9cac8382e13b9c588fabc3776f579988..5fc50ea200a54bc366aadf9296e4a8aea42a5fed 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 8dd9565922a6b8de7d1174ac468ed59421334413..c9e5d44aae23b702ff7c478537b000c1f57c4764 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 ae72dda76bce23267c94aad13a36c485484d7a6d..62466230380e4afedddeb1c29f834f8c42013f0a 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 756a41814e2570e2e2a4d1ea75913d20b405b9d8..2ebaa565967cb11a01ce8852a589307c34542530 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",