From 5ba94ce9248e7092924d1fe5ae0467270aae5383 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Fri, 1 Jul 2022 15:23:45 +0200
Subject: [PATCH] chore: commit save point

---
 application/source/l10n.go | 10 +++++-----
 release.json               |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/application/source/l10n.go b/application/source/l10n.go
index 67771ac..ce5fbb1 100644
--- a/application/source/l10n.go
+++ b/application/source/l10n.go
@@ -26,7 +26,7 @@ var l10nMap = []l10nKeyTranslation{
 	{
 		"the specified template",
 		[]l10nLocaleTranslation{
-			{"de", "Das angegebene AddTemplate \"%s\" wurde nicht gefunden."},
+			{"de", "Das angegebene Template \"%s\" wurde nicht gefunden."},
 			{"en", "the specified template \"%s\" was not found."},
 		},
 	},
@@ -34,7 +34,7 @@ var l10nMap = []l10nKeyTranslation{
 		"the due of the todo cannot be parsed",
 		[]l10nLocaleTranslation{
 			{"de", "Das Datum %s der Aufgabe \"%s\" kann nicht verarbeitet werden."},
-			{"en", "the due %s of the todo \"%s\" cannot be parsed."},
+			{"en", "the date %s of the todo \"%s\" cannot be parsed."},
 		},
 	},
 	{
@@ -243,8 +243,8 @@ var l10nMap = []l10nKeyTranslation{
 	}, {
 		"RequirementID",
 		[]l10nLocaleTranslation{
-			{"de", "Documents"},
-			{"en", "Anforderungen"},
+			{"de", "Anforderungen"},
+			{"en", "Documents"},
 		},
 	}, {
 		"the id must not be empty",
@@ -270,7 +270,7 @@ var l10nMap = []l10nKeyTranslation{
 	{
 		"if the type is pdf, the output option must be specified",
 		[]l10nLocaleTranslation{
-			{"de", "Der Tpy PDF benötigt die Option --output"},
+			{"de", "Der Typ PDF benötigt die Option --output"},
 			{"en", "if the type is pdf, the output option must be specified"},
 		},
 	},
diff --git a/release.json b/release.json
index 331eef0..865dc64 100644
--- a/release.json
+++ b/release.json
@@ -1,3 +1,3 @@
 {
-  "version": "1.0.36"
+  "version": "1.0.37"
 }
\ No newline at end of file
-- 
GitLab