mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
improve UI, i18n and layout of stop/start feature
This commit is contained in:
@@ -288,6 +288,17 @@
|
||||
"copyMessageValue": "Value copied",
|
||||
"copyMessageValue_truncated": "Truncated value copied"
|
||||
},
|
||||
"stopstart":{
|
||||
"status": {
|
||||
"state_changed": "Flows runtime has been changed to '__state__' state"
|
||||
},
|
||||
"errors": {
|
||||
"notAllowed": "Method not allowed",
|
||||
"notAuthorized": "Not authorized",
|
||||
"notFound": "Not found",
|
||||
"noResponse": "No response from server"
|
||||
}
|
||||
},
|
||||
"deploy": {
|
||||
"deploy": "Deploy",
|
||||
"full": "Full",
|
||||
|
Reference in New Issue
Block a user