mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
added/improved DE translation of forms (#765)
This commit is contained in:
13
function/datagenerator/locales/de/datagenerator.json
Normal file
13
function/datagenerator/locales/de/datagenerator.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"datagen": {
|
||||
"datagen": "data generator",
|
||||
"label": {
|
||||
"syntax": "Rückgabe",
|
||||
"text": "ein Text-String",
|
||||
"json": "ein analysiertes (parsed) JSON-Objekt"
|
||||
},
|
||||
"errors": {
|
||||
"json-error": "Fehler beim Versuch, String zu JSON zu analysieren (parsen)"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user