fix gpio node ok status label

This commit is contained in:
Dave Conway-Jones
2019-10-06 09:51:26 +01:00
parent b35de37ec1
commit 4979ad8966
6 changed files with 13 additions and 9 deletions

View File

@@ -52,7 +52,8 @@
"closed" : "geschlossen",
"not-running" : "nicht aktiv",
"not-available" : "nicht verfügbar",
"na" : "N/A: __Wert__"
"na" : "N/A: __Wert__",
"ok": "OK"
},
"errors" : {
"ignorenode" : "Raspberry Pi-spezifische Nodes inaktiv",

View File

@@ -53,7 +53,8 @@
"closed": "closed",
"not-running": "not running",
"not-available": "not available",
"na": "N/A : __value__"
"na": "N/A : __value__",
"ok": "OK"
},
"errors": {
"ignorenode": "Raspberry Pi specific node set inactive",

View File

@@ -52,7 +52,8 @@
"closed": "切断",
"not-running": "停止中",
"not-available": "利用不可",
"na": "N/A : __value__"
"na": "N/A : __value__",
"ok": "OK"
},
"errors": {
"ignorenode": "Raspberry Pi固有のードを無視しました",

View File

@@ -52,7 +52,8 @@
"closed": "절단",
"not-running": "정지중",
"not-available": "이용불가",
"na": "N/A : __value__"
"na": "N/A : __value__",
"ok": "OK"
},
"errors": {
"ignorenode": "Raspberry Pi고유의 노드를 무시했습니다",