mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
25 lines
583 B
JSON
25 lines
583 B
JSON
|
{
|
||
|
"base64": {
|
||
|
"base64": "base64",
|
||
|
"label": {
|
||
|
"action": "Action"
|
||
|
},
|
||
|
"convert": {
|
||
|
"buffer": "Convert Buffer <-> Base64",
|
||
|
"encode": "Encode as Base64",
|
||
|
"decode": "Convert Base64 to String"
|
||
|
},
|
||
|
"log": {
|
||
|
"nonbase64encode": "Not a Base64 string - maybe we should encode it..."
|
||
|
},
|
||
|
"warn": {
|
||
|
"cannothandle": "This node only handles strings or buffers.",
|
||
|
"noproperty": "No property found to process"
|
||
|
},
|
||
|
"error": {
|
||
|
"invalid": "Invalid Base64 string",
|
||
|
"nonbase64": "Not a Base64 string"
|
||
|
}
|
||
|
}
|
||
|
}
|