@operato/scene-integration 2.0.0-alpha.5 → 2.0.0-alpha.6
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/CHANGELOG.md +9 -0
- package/package.json +2 -2
- package/translations/en.json +17 -18
- package/translations/ja.json +10 -11
- package/translations/ko.json +0 -1
- package/translations/ms.json +16 -17
- package/translations/zh.json +11 -12
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.0.0-alpha.6](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2024-03-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* translation ([266d423](https://github.com/things-scene/operato-scene/commit/266d423d9d6992464f45a437acc90ccf8ed33bf6))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [2.0.0-alpha.5](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2024-03-21)
|
|
7
16
|
|
|
8
17
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-integration",
|
|
3
3
|
"description": "Things factory integration component for things-scene",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.6",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"prettier --write"
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "4b495a98c769d6c4194904a62a1cd7a5e37593db"
|
|
63
63
|
}
|
package/translations/en.json
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"component.data-subscription": "
|
|
3
|
-
"component.scenario-control": "
|
|
4
|
-
"component.scenario-run": "scenario
|
|
5
|
-
"component.scenario-start": "scenario
|
|
6
|
-
"component.scenario-stop": "scenario
|
|
7
|
-
"component.scenario-instance-subscription": "
|
|
8
|
-
"component.scenario-queue-subscription": "
|
|
9
|
-
"component.connection-state-subscription": "
|
|
10
|
-
"component.connection-control": "
|
|
11
|
-
"
|
|
12
|
-
"label.
|
|
13
|
-
"label.
|
|
14
|
-
"label.
|
|
15
|
-
"label.
|
|
16
|
-
"label.
|
|
17
|
-
"label.
|
|
18
|
-
"label.
|
|
19
|
-
"label.mask-on-error": "Mask on Error"
|
|
2
|
+
"component.data-subscription": "Data subscription",
|
|
3
|
+
"component.scenario-control": "Scenario control",
|
|
4
|
+
"component.scenario-run": "Run scenario",
|
|
5
|
+
"component.scenario-start": "Start scenario",
|
|
6
|
+
"component.scenario-stop": "Stop scenario",
|
|
7
|
+
"component.scenario-instance-subscription": "Scenario instance subscription",
|
|
8
|
+
"component.scenario-queue-subscription": "Scenario queue subscription",
|
|
9
|
+
"component.connection-state-subscription": "Connection state subscription",
|
|
10
|
+
"component.connection-control": "Connection control",
|
|
11
|
+
"label.connection-name": "Connection name",
|
|
12
|
+
"label.scenario-name": "Scenario name",
|
|
13
|
+
"label.control-type": "Control type",
|
|
14
|
+
"label.init-data-endpoint": "Initial data endpoint",
|
|
15
|
+
"label.instance-name": "Instance name",
|
|
16
|
+
"label.repeat-interval": "Repeat interval",
|
|
17
|
+
"label.run-on-start": "Run on start",
|
|
18
|
+
"label.mask-on-error": "Mask on error"
|
|
20
19
|
}
|
package/translations/ja.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"component.data-subscription": "
|
|
3
|
-
"component.scenario-control": "
|
|
4
|
-
"component.scenario-run": "
|
|
5
|
-
"component.scenario-start": "
|
|
6
|
-
"component.scenario-stop": "
|
|
7
|
-
"component.scenario-instance-subscription": "
|
|
8
|
-
"component.scenario-queue-subscription": "
|
|
9
|
-
"component.connection-state-subscription": "
|
|
10
|
-
"component.connection-control": "
|
|
11
|
-
"keyword": "キーワード",
|
|
2
|
+
"component.data-subscription": "データサブスクリプション",
|
|
3
|
+
"component.scenario-control": "シナリオ制御",
|
|
4
|
+
"component.scenario-run": "シナリオ実行",
|
|
5
|
+
"component.scenario-start": "シナリオ開始",
|
|
6
|
+
"component.scenario-stop": "シナリオ停止",
|
|
7
|
+
"component.scenario-instance-subscription": "シナリオインスタンスのサブスクリプション",
|
|
8
|
+
"component.scenario-queue-subscription": "シナリオキューサブスクリプション",
|
|
9
|
+
"component.connection-state-subscription": "接続状態のサブスクリプション",
|
|
10
|
+
"component.connection-control": "接続制御",
|
|
12
11
|
"label.connection-name": "接続名",
|
|
13
12
|
"label.scenario-name": "シナリオ名",
|
|
14
13
|
"label.control-type": "制御タイプ",
|
|
@@ -16,5 +15,5 @@
|
|
|
16
15
|
"label.instance-name": "インスタンス名",
|
|
17
16
|
"label.repeat-interval": "繰り返し間隔",
|
|
18
17
|
"label.run-on-start": "開始時に実行",
|
|
19
|
-
"label.mask-on-error": "
|
|
18
|
+
"label.mask-on-error": "エラー時にマスク"
|
|
20
19
|
}
|
package/translations/ko.json
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"component.scenario-queue-subscription": "시나리오 큐 구독",
|
|
9
9
|
"component.connection-state-subscription": "커넥션 상태 구독",
|
|
10
10
|
"component.connection-control": "커넥션 컨트롤",
|
|
11
|
-
"keyword": "키워드",
|
|
12
11
|
"label.connection-name": "커넥션 이름",
|
|
13
12
|
"label.scenario-name": "시나리오 명",
|
|
14
13
|
"label.control-type": "작업 타입",
|
package/translations/ms.json
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"component.data-subscription": "data
|
|
3
|
-
"component.scenario-control": "
|
|
4
|
-
"component.scenario-run": "
|
|
5
|
-
"component.scenario-start": "
|
|
6
|
-
"component.scenario-stop": "
|
|
7
|
-
"component.scenario-instance-subscription": "
|
|
8
|
-
"component.scenario-queue-subscription": "
|
|
9
|
-
"component.connection-state-subscription": "
|
|
10
|
-
"component.connection-control": "
|
|
11
|
-
"keyword": "kata kunci",
|
|
2
|
+
"component.data-subscription": "langganan data",
|
|
3
|
+
"component.scenario-control": "kawal senario",
|
|
4
|
+
"component.scenario-run": "jalankan senario",
|
|
5
|
+
"component.scenario-start": "mula senario",
|
|
6
|
+
"component.scenario-stop": "hentikan senario",
|
|
7
|
+
"component.scenario-instance-subscription": "langganan contoh senario",
|
|
8
|
+
"component.scenario-queue-subscription": "langganan barisan senario",
|
|
9
|
+
"component.connection-state-subscription": "langganan status sambungan",
|
|
10
|
+
"component.connection-control": "kawal sambungan",
|
|
12
11
|
"label.connection-name": "nama sambungan",
|
|
13
|
-
"label.scenario-name": "
|
|
14
|
-
"label.control-type": "
|
|
15
|
-
"label.init-data-endpoint": "
|
|
16
|
-
"label.instance-name": "
|
|
17
|
-
"label.repeat-interval": "
|
|
18
|
-
"label.run-on-start": "
|
|
19
|
-
"label.mask-on-error": "
|
|
12
|
+
"label.scenario-name": "nama senario",
|
|
13
|
+
"label.control-type": "jenis kawalan",
|
|
14
|
+
"label.init-data-endpoint": "titik akhir data awal",
|
|
15
|
+
"label.instance-name": "nama contoh",
|
|
16
|
+
"label.repeat-interval": "selang ulangan",
|
|
17
|
+
"label.run-on-start": "jalankan pada permulaan",
|
|
18
|
+
"label.mask-on-error": "mask dalam kes ralat"
|
|
20
19
|
}
|
package/translations/zh.json
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"component.data-subscription": "
|
|
3
|
-
"component.scenario-control": "
|
|
4
|
-
"component.scenario-run": "
|
|
5
|
-
"component.scenario-start": "
|
|
6
|
-
"component.scenario-stop": "
|
|
7
|
-
"component.scenario-instance-subscription": "
|
|
8
|
-
"component.scenario-queue-subscription": "
|
|
9
|
-
"component.connection-state-subscription": "
|
|
10
|
-
"component.connection-control": "
|
|
11
|
-
"keyword": "关键词",
|
|
2
|
+
"component.data-subscription": "数据订阅",
|
|
3
|
+
"component.scenario-control": "场景控制",
|
|
4
|
+
"component.scenario-run": "运行场景",
|
|
5
|
+
"component.scenario-start": "开始场景",
|
|
6
|
+
"component.scenario-stop": "停止场景",
|
|
7
|
+
"component.scenario-instance-subscription": "场景实例订阅",
|
|
8
|
+
"component.scenario-queue-subscription": "场景队列订阅",
|
|
9
|
+
"component.connection-state-subscription": "连接状态订阅",
|
|
10
|
+
"component.connection-control": "连接控制",
|
|
12
11
|
"label.connection-name": "连接名称",
|
|
13
12
|
"label.scenario-name": "场景名称",
|
|
14
13
|
"label.control-type": "控制类型",
|
|
15
|
-
"label.init-data-endpoint": "
|
|
14
|
+
"label.init-data-endpoint": "初始数据端点",
|
|
16
15
|
"label.instance-name": "实例名称",
|
|
17
16
|
"label.repeat-interval": "重复间隔",
|
|
18
17
|
"label.run-on-start": "启动时运行",
|
|
19
|
-
"label.mask-on-error": "
|
|
18
|
+
"label.mask-on-error": "错误时掩码"
|
|
20
19
|
}
|