@operato/scene-integration 2.0.0-alpha.1 → 2.0.0-alpha.4
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 +9 -0
- package/translations/ja.json +9 -0
- package/translations/ko.json +9 -0
- package/translations/ms.json +9 -0
- package/translations/zh.json +9 -0
- 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.4](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2024-03-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* 컴포넌트 명 다국어 ([64e1f08](https://github.com/things-scene/operato-scene/commit/64e1f08af32d2ac193c3d31b0025f8d06f569ca4))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [2.0.0-alpha.1](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2024-02-04)
|
|
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.4",
|
|
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": "751900a110419fae2198a915227700738256bcab"
|
|
63
63
|
}
|
package/translations/en.json
CHANGED
|
@@ -1,4 +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",
|
|
2
11
|
"keyword": "keyword",
|
|
3
12
|
"label.connection-name": "connection name",
|
|
4
13
|
"label.scenario-name": "Scenario Name",
|
package/translations/ja.json
CHANGED
|
@@ -1,4 +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",
|
|
2
11
|
"keyword": "キーワード",
|
|
3
12
|
"label.connection-name": "接続名",
|
|
4
13
|
"label.scenario-name": "シナリオ名",
|
package/translations/ko.json
CHANGED
|
@@ -1,4 +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",
|
|
2
11
|
"keyword": "키워드",
|
|
3
12
|
"label.connection-name": "커넥션 이름",
|
|
4
13
|
"label.scenario-name": "시나리오 명",
|
package/translations/ms.json
CHANGED
|
@@ -1,4 +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",
|
|
2
11
|
"keyword": "kata kunci",
|
|
3
12
|
"label.connection-name": "nama sambungan",
|
|
4
13
|
"label.scenario-name": "Nama Skenario",
|
package/translations/zh.json
CHANGED
|
@@ -1,4 +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",
|
|
2
11
|
"keyword": "关键词",
|
|
3
12
|
"label.connection-name": "连接名称",
|
|
4
13
|
"label.scenario-name": "场景名称",
|