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/random/locales/de/random.json
Normal file
13
function/random/locales/de/random.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"random": {
|
||||
"label": {
|
||||
"generate": "Generiere",
|
||||
"wholeNumber": "eine Ganzzahl (integer)",
|
||||
"realNumber": "eine reelle Zahl (floating point)",
|
||||
"from": "Von",
|
||||
"lowestNumber": "kleinste Zahl",
|
||||
"to": "Bis",
|
||||
"highestNumber": "größte Zahl"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user