mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
add be i118n version with test
This commit is contained in:
19
function/rbe/locales/en-US/rbe.json
Normal file
19
function/rbe/locales/en-US/rbe.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"rbe": {
|
||||
"label": {
|
||||
"func": "Mode",
|
||||
"bandgap": "Band gap",
|
||||
"name": "Name"
|
||||
},
|
||||
"eg":{
|
||||
"bandgap": "e.g. 10 or 5%"
|
||||
},
|
||||
"opts": {
|
||||
"rbe": "RBE - report if value changed",
|
||||
"deadband": "Deadband - report if changed more than",
|
||||
},
|
||||
"warn": {
|
||||
"nonumber": "no number found in payload"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user