1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/utility/daemon/locales/en-US/daemon.json
Wataru Sato eec57351d0
Add Japanese translations for daemon Node (#843)
* Separate language resources

* Add Japanese translations for daemon Node
2021-10-18 21:12:00 +01:00

43 lines
1.5 KiB
JSON

{
"daemon": {
"label": {
"command": "Command",
"arguments": "Arguments",
"autostart": "Auto-start daemon on deploy ?",
"addenter": "Add [enter] to every message sent ?",
"relaunch": "Relaunch command on exit or error ?",
"reply": "and",
"onclose": "on close"
},
"placeholder": {
"arguments": "space separated arguments"
},
"option": {
"reply": {
"buffer": "leave reply as a buffer",
"string": "format reply as a string",
"lines": "output lines of text",
"number": "try to convert reply to a number"
},
"onclose": {
"sigkill": "kill process immediately",
"sigterm": "try to terminate process",
"sigint": "try to interrupt process"
}
},
"tip": "<b>Note:</b> The command should just be the actual command. All parameters should be passed in as arguments.",
"status": {
"nocommand": "no command",
"running": "running",
"stopped": "stopped",
"error": "error"
},
"errors": {
"badparams": "Bad parameters - should be a JSON array or space separated",
"notrunning": "Command not running",
"notfound": "Command not found",
"notexecutable": "Command not executable",
"restarting": "Restarting"
}
}
}