@things-factory/integration-melsec 4.3.234 → 4.3.238
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/translations/ja.json +13 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/integration-melsec",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.238",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"clean": "npm run clean:server"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@things-factory/integration-base": "^4.3.
|
|
25
|
+
"@things-factory/integration-base": "^4.3.238",
|
|
26
26
|
"p-queue": "^6.4.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "926d659dd0e4d6c24c33ed7cf558779a51f5cba7"
|
|
29
29
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"label.plc_address": "PLCアドレス",
|
|
3
|
+
"label.read_length": "連続アドレス数",
|
|
4
|
+
"label.write_length": "連続アドレス数",
|
|
5
|
+
"label.expected_value": "期待値",
|
|
6
|
+
"label.wait_term": "ターム",
|
|
7
|
+
"label.auto_reset": "自動リセット",
|
|
8
|
+
"label.reset_delay": "リセットDelay",
|
|
9
|
+
"label.keepalive": "Keep Alive",
|
|
10
|
+
"label.signed": "Signed",
|
|
11
|
+
"text.START": "スタート",
|
|
12
|
+
"text.FINISH": "完了"
|
|
13
|
+
}
|