@operato/scene-integration 2.0.0-alpha.4 → 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 CHANGED
@@ -3,6 +3,24 @@
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
+
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)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * 컴포넌트 명 다국어 ([fbc26d9](https://github.com/things-scene/operato-scene/commit/fbc26d9fb24e858541598ba55e2b8d33f2df8d8a))
21
+
22
+
23
+
6
24
  ## [2.0.0-alpha.4](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2024-03-21)
7
25
 
8
26
 
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",
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": "751900a110419fae2198a915227700738256bcab"
62
+ "gitHead": "4b495a98c769d6c4194904a62a1cd7a5e37593db"
63
63
  }
@@ -1,20 +1,19 @@
1
1
  {
2
- "component.data-subscription": "data-subscription",
3
- "component.scenario-control": "scenario-control",
4
- "component.scenario-run": "scenario-run",
5
- "component.scenario-start": "scenario-start",
6
- "component.scenario-stop": "scenario-stop",
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
- "keyword": "keyword",
12
- "label.connection-name": "connection name",
13
- "label.scenario-name": "Scenario Name",
14
- "label.control-type": "Control Type",
15
- "label.init-data-endpoint": "Initial Data Endpoint",
16
- "label.instance-name": "Instance Name",
17
- "label.repeat-interval": "repeat interval",
18
- "label.run-on-start": "Run on Start",
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
  }
@@ -1,14 +1,13 @@
1
1
  {
2
- "component.data-subscription": "data-subscription",
3
- "component.scenario-control": "scenario-control",
4
- "component.scenario-run": "scenario-run",
5
- "component.scenario-start": "scenario-start",
6
- "component.scenario-stop": "scenario-stop",
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
- "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
  }
@@ -1,14 +1,13 @@
1
1
  {
2
- "component.data-subscription": "data-subscription",
3
- "component.scenario-control": "scenario-control",
4
- "component.scenario-run": "scenario-run",
5
- "component.scenario-start": "scenario-start",
6
- "component.scenario-stop": "scenario-stop",
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
- "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": "작업 타입",
@@ -1,20 +1,19 @@
1
1
  {
2
- "component.data-subscription": "data-subscription",
3
- "component.scenario-control": "scenario-control",
4
- "component.scenario-run": "scenario-run",
5
- "component.scenario-start": "scenario-start",
6
- "component.scenario-stop": "scenario-stop",
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
- "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": "Nama Skenario",
14
- "label.control-type": "Jenis Kawalan",
15
- "label.init-data-endpoint": "Titik Akhir Data Awal",
16
- "label.instance-name": "Nama Pembolehubah",
17
- "label.repeat-interval": "interval berulang",
18
- "label.run-on-start": "Jalankan pada Permulaan",
19
- "label.mask-on-error": "Mask pada Kesalahan"
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
  }
@@ -1,20 +1,19 @@
1
1
  {
2
- "component.data-subscription": "data-subscription",
3
- "component.scenario-control": "scenario-control",
4
- "component.scenario-run": "scenario-run",
5
- "component.scenario-start": "scenario-start",
6
- "component.scenario-stop": "scenario-stop",
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
- "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
  }