Modify ping, base64 and msgpack node to support multi-language (#364)

Thanks again Yokoi-san

* Internationalize ping node

* Internationalize base64 node

* Internationalize msgpack node
This commit is contained in:
Kazuhito Yokoi
2017-11-11 00:17:05 +09:00
committed by Dave Conway-Jones
parent 482cfea1de
commit 377cfbba92
5 changed files with 24 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
{
"ping": {
"label": {
"target": "Target",
"ping": "Ping (S)"
}
}
}

View File

@@ -0,0 +1,8 @@
{
"ping": {
"label": {
"target": "対象",
"ping": "Ping (秒)"
}
}
}