From d7b9fe3a699d5486428955e411a8dc6e43f8692c Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Tue, 9 Jun 2020 15:38:58 +0200 Subject: [PATCH] locales: update result string for config parsung Signed-off-by: Ralf Zerres --- locales/main.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/main.json b/locales/main.json index 5d50827..b6caee8 100644 --- a/locales/main.json +++ b/locales/main.json @@ -30,6 +30,11 @@ "de": "Umgebungsvariablen prüfen", "en": "Parsing environment" }, + "parse.results": { + "de_DE.UTF-8": "Ergebnisse der Konfigurations-Parameterprüfung", + "de": "Ergebnisse der Konfigurationsparameterprüfung", + "en": "Config parsing results" + }, "config.name": { "de_DE.UTF-8": "Konfigurationswert für", "de": "Konfigurationswert für",