mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
tidy some labels
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
inputs:0,
|
||||
outputs:1,
|
||||
icon: "alert.png",
|
||||
paletteLabel: function() {
|
||||
return this._("ping.ping");
|
||||
},
|
||||
label: function() {
|
||||
return this.name||this.host;
|
||||
},
|
||||
|
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"ping": {
|
||||
"ping": "ping",
|
||||
"label": {
|
||||
"target": "Target",
|
||||
"ping": "Ping (S)"
|
||||
|
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"ping": {
|
||||
"ping": "ping",
|
||||
"label": {
|
||||
"target": "対象",
|
||||
"ping": "Ping (秒)"
|
||||
|
Reference in New Issue
Block a user