Skip to content
Snippets Groups Projects
Verified Commit 5ba94ce9 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: commit save point

parent 02df9832
No related branches found
No related tags found
No related merge requests found
......@@ -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"},
},
},
......
{
"version": "1.0.36"
"version": "1.0.37"
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment