From aeb64919a592e085841cbc767c77a46627b141ca Mon Sep 17 00:00:00 2001 From: Carsten Reitz <95033856+CREITZ25@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:51:57 +0200 Subject: [PATCH] #267: fix NLS configuration (#268) --- cli/src/main/resources/nls/Ide.properties | 2 ++ cli/src/main/resources/nls/Ide_de.properties | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cli/src/main/resources/nls/Ide.properties b/cli/src/main/resources/nls/Ide.properties index 1715ce61a..158414033 100644 --- a/cli/src/main/resources/nls/Ide.properties +++ b/cli/src/main/resources/nls/Ide.properties @@ -36,6 +36,8 @@ cmd-vscode=Tool commandlet for Visual Studio Code (IDE) cmd-cobigen=Tool commandlet for Cobigen cmd-jasypt=Tool commandlet for Jasypt cmd-sonar=Tool commandlet for SonarQube +cmd-docker=Tool commandlet for Docker. +cmd-gcviewer=Tool commandlet for GC Viewer. val-args=The commandline arguments to pass to the tool. val-edition=The tool edition. val-sonar-command=START|STOP|ANALYZE diff --git a/cli/src/main/resources/nls/Ide_de.properties b/cli/src/main/resources/nls/Ide_de.properties index 2d80f673e..374ef169f 100644 --- a/cli/src/main/resources/nls/Ide_de.properties +++ b/cli/src/main/resources/nls/Ide_de.properties @@ -33,6 +33,8 @@ cmd-vscode=Werkzeug Kommando für Visual Studio Code (IDE) cmd-cobigen=Werkzeug Kommando für Cobigen. cmd-jasypt=Werkzeug Kommando für Jasypt cmd-sonar=Werkzeug Kommando für SonarQube. +cmd-docker=Werkzeug Kommando für Docker. +cmd-gcviewer=Werkzeug Kommando für GC Viewer. val-args=Die Kommandozeilen-Argumente zur Übergabe an das Werkzeug. val-edition=Die Werkzeug Edition. val-tool=Das zu selektierende Werkzeug Kommando.