added/improved DE translation of forms (#765)

This commit is contained in:
heikokue
2021-03-12 14:23:26 +01:00
committed by GitHub
parent 400a2f8ec7
commit 80b9316d92
21 changed files with 672 additions and 72 deletions

View File

@@ -0,0 +1,24 @@
{
"tail": {
"tail": "tail",
"label": {
"filename": "Dateiname",
"type": "Dateityp",
"splitlines": "Aufteilung mittels",
"name": "Name",
"regex": "Aufteilungszeichen oder regulärer Ausdruck (Regex)"
},
"action": {
"text": "Text (String-Rückgabe)",
"binary": "Binary (Buffer-Rückgabe)"
},
"errors": {
"windowsnotsupport": "Zurzeit nicht unterstützt unter Windows",
"filenotfound": "Datei nicht gefunden"
},
"state":{
"stopped": "Gestoppt",
"nofilename":"Fehlender Dateiname am Eingang"
}
}
}