tidy some labels

This commit is contained in:
Dave Conway-Jones
2018-04-14 22:43:14 +01:00
parent 99b83ea4bd
commit 025f97206f
9 changed files with 18 additions and 4 deletions

View File

@@ -33,6 +33,9 @@
inputs:0,
outputs:1,
icon: "alert.png",
paletteLabel: function() {
return this._("ping.ping");
},
label: function() {
return this.name||this.host;
},

View File

@@ -1,5 +1,6 @@
{
"ping": {
"ping": "ping",
"label": {
"target": "Target",
"ping": "Ping (S)"

View File

@@ -1,5 +1,6 @@
{
"ping": {
"ping": "ping",
"label": {
"target": "対象",
"ping": "Ping (秒)"