@operato/scene-visualizer 2.0.0-alpha.5 → 2.0.0-alpha.7
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 +18 -0
- package/package.json +2 -2
- package/translations/en.json +3 -2
- package/translations/ja.json +29 -28
- package/translations/ko.json +8 -7
- package/translations/ms.json +12 -11
- package/translations/zh.json +25 -24
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.7](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2024-03-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* malformed file ([d0d991f](https://github.com/things-scene/operato-scene/commit/d0d991f16f41da95177544fb074e06e56edd8d1b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [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)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### :bug: Bug Fix
|
|
19
|
+
|
|
20
|
+
* translation ([266d423](https://github.com/things-scene/operato-scene/commit/266d423d9d6992464f45a437acc90ccf8ed33bf6))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
## [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
25
|
|
|
8
26
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/scene-visualizer",
|
|
3
3
|
"description": "visualizer component for operato-scene",
|
|
4
4
|
"author": "heartyoh",
|
|
5
|
-
"version": "2.0.0-alpha.
|
|
5
|
+
"version": "2.0.0-alpha.7",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
8
8
|
"license": "MIT",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"prettier --write"
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "7eef3bd3b639afd0d45f6fb67a548716aea18a53"
|
|
66
66
|
}
|
package/translations/en.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"component.3d-container": "
|
|
2
|
+
"component.3d-container": "3D container",
|
|
3
3
|
"component.visualizer": "visualizer",
|
|
4
|
-
"component.rack-table": "rack
|
|
4
|
+
"component.rack-table": "rack table",
|
|
5
5
|
"component.cube": "cube",
|
|
6
6
|
"component.cylinder": "cylinder",
|
|
7
7
|
"component.sphere": "sphere",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"label.gamma-factor": "gamma factor",
|
|
21
21
|
"label.section-digits": "section digits",
|
|
22
22
|
"label.shelf-locations": "shelf locations",
|
|
23
|
+
"label.show-helper": "show helper",
|
|
23
24
|
"label.unit-digits": "unit digits",
|
|
24
25
|
"label.popup-position": "popup position",
|
|
25
26
|
"label.light-type": "light type",
|
package/translations/ja.json
CHANGED
|
@@ -1,30 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"component.3d-container": "
|
|
3
|
-
"component.visualizer": "
|
|
4
|
-
"component.rack-table": "
|
|
5
|
-
"component.cube": "
|
|
6
|
-
"component.cylinder": "
|
|
7
|
-
"component.sphere": "
|
|
8
|
-
"component.banner": "
|
|
9
|
-
"component.sprite": "
|
|
10
|
-
"component.wall": "
|
|
11
|
-
"component.desk": "
|
|
12
|
-
"component.camera": "
|
|
13
|
-
"component.light": "
|
|
14
|
-
"component.gltf-object": "gltf
|
|
15
|
-
"label.bin-locations": "
|
|
16
|
-
"label.camera-x": "
|
|
17
|
-
"label.camera-y": "
|
|
18
|
-
"label.camera-z": "
|
|
19
|
-
"label.gltf-file-info": "
|
|
20
|
-
"label.gamma-factor": "
|
|
21
|
-
"label.section-digits": "
|
|
22
|
-
"label.shelf-locations": "
|
|
23
|
-
"label.
|
|
24
|
-
"label.
|
|
25
|
-
"label.
|
|
26
|
-
"label.
|
|
27
|
-
"label.
|
|
28
|
-
"label.
|
|
29
|
-
"label.
|
|
2
|
+
"component.3d-container": "3Dコンテナ",
|
|
3
|
+
"component.visualizer": "ビジュアライザ",
|
|
4
|
+
"component.rack-table": "ラックテーブル",
|
|
5
|
+
"component.cube": "立方体",
|
|
6
|
+
"component.cylinder": "円柱",
|
|
7
|
+
"component.sphere": "球体",
|
|
8
|
+
"component.banner": "バナー",
|
|
9
|
+
"component.sprite": "スプライト",
|
|
10
|
+
"component.wall": "壁",
|
|
11
|
+
"component.desk": "デスク",
|
|
12
|
+
"component.camera": "カメラ",
|
|
13
|
+
"component.light": "ライト",
|
|
14
|
+
"component.gltf-object": "gltfオブジェクト",
|
|
15
|
+
"label.bin-locations": "ビンの位置",
|
|
16
|
+
"label.camera-x": "カメラX",
|
|
17
|
+
"label.camera-y": "カメラY",
|
|
18
|
+
"label.camera-z": "カメラZ",
|
|
19
|
+
"label.gltf-file-info": "ファイル情報",
|
|
20
|
+
"label.gamma-factor": "ガンマ係数",
|
|
21
|
+
"label.section-digits": "セクションの桁数",
|
|
22
|
+
"label.shelf-locations": "棚の位置",
|
|
23
|
+
"label.show-helper": "ヘルパーを表示",
|
|
24
|
+
"label.unit-digits": "単位の桁数",
|
|
25
|
+
"label.popup-position": "ポップアップ位置",
|
|
26
|
+
"label.light-type": "ライトの種類",
|
|
27
|
+
"label.intensity": "強度",
|
|
28
|
+
"label.distance": "距離",
|
|
29
|
+
"label.decay": "減衰",
|
|
30
|
+
"label.cast-shadow": "影の投射"
|
|
30
31
|
}
|
package/translations/ko.json
CHANGED
|
@@ -18,13 +18,14 @@
|
|
|
18
18
|
"label.camera-z": "카메라 Z",
|
|
19
19
|
"label.gltf-info": "파일정보",
|
|
20
20
|
"label.gamma-factor": "감마 인자",
|
|
21
|
-
"label.section-digits": "
|
|
22
|
-
"label.shelf-locations": "
|
|
23
|
-
"label.
|
|
21
|
+
"label.section-digits": "섹션 넘버링",
|
|
22
|
+
"label.shelf-locations": "선반 로케이션",
|
|
23
|
+
"label.show-helper": "도우미 보기",
|
|
24
|
+
"label.unit-digits": "유닛 넘버링",
|
|
24
25
|
"label.popup-position": "팝업 위치",
|
|
25
26
|
"label.light-type": "조명 타입",
|
|
26
|
-
"label.intensity": "
|
|
27
|
-
"label.distance": "
|
|
28
|
-
"label.decay": "
|
|
29
|
-
"label.cast-shadow": "
|
|
27
|
+
"label.intensity": "강도",
|
|
28
|
+
"label.distance": "거리",
|
|
29
|
+
"label.decay": "감쇠",
|
|
30
|
+
"label.cast-shadow": "그림자 생성"
|
|
30
31
|
}
|
package/translations/ms.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"component.3d-container": "
|
|
2
|
+
"component.3d-container": "3D container",
|
|
3
3
|
"component.visualizer": "visualizer",
|
|
4
|
-
"component.rack-table": "rack
|
|
4
|
+
"component.rack-table": "rack table",
|
|
5
5
|
"component.cube": "cube",
|
|
6
6
|
"component.cylinder": "cylinder",
|
|
7
7
|
"component.sphere": "sphere",
|
|
@@ -12,16 +12,17 @@
|
|
|
12
12
|
"component.camera": "camera",
|
|
13
13
|
"component.light": "light",
|
|
14
14
|
"component.gltf-object": "gltf-object",
|
|
15
|
-
"label.bin-locations": "
|
|
16
|
-
"label.camera-x": "
|
|
17
|
-
"label.camera-y": "
|
|
18
|
-
"label.camera-z": "
|
|
15
|
+
"label.bin-locations": "bin locations",
|
|
16
|
+
"label.camera-x": "camera X",
|
|
17
|
+
"label.camera-y": "camera Y",
|
|
18
|
+
"label.camera-z": "camera Z",
|
|
19
19
|
"label.gltf-file-info": "file info.",
|
|
20
|
-
"label.gamma-factor": "
|
|
21
|
-
"label.section-digits": "
|
|
22
|
-
"label.shelf-locations": "
|
|
23
|
-
"label.
|
|
24
|
-
"label.
|
|
20
|
+
"label.gamma-factor": "gamma factor",
|
|
21
|
+
"label.section-digits": "section digits",
|
|
22
|
+
"label.shelf-locations": "shelf locations",
|
|
23
|
+
"label.show-helper": "show helper",
|
|
24
|
+
"label.unit-digits": "unit digits",
|
|
25
|
+
"label.popup-position": "popup position",
|
|
25
26
|
"label.light-type": "light type",
|
|
26
27
|
"label.intensity": "intensity",
|
|
27
28
|
"label.distance": "distance",
|
package/translations/zh.json
CHANGED
|
@@ -1,30 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"component.3d-container": "
|
|
3
|
-
"component.visualizer": "
|
|
4
|
-
"component.rack-table": "
|
|
5
|
-
"component.cube": "
|
|
6
|
-
"component.cylinder": "
|
|
7
|
-
"component.sphere": "
|
|
8
|
-
"component.banner": "
|
|
9
|
-
"component.sprite": "
|
|
10
|
-
"component.wall": "
|
|
11
|
-
"component.desk": "
|
|
12
|
-
"component.camera": "
|
|
13
|
-
"component.light": "
|
|
14
|
-
"component.gltf-object": "gltf
|
|
15
|
-
"label.bin-locations": "
|
|
16
|
-
"label.camera-x": "
|
|
17
|
-
"label.camera-y": "
|
|
18
|
-
"label.camera-z": "
|
|
19
|
-
"label.gltf-file-info": "
|
|
2
|
+
"component.3d-container": "3D容器",
|
|
3
|
+
"component.visualizer": "可视化器",
|
|
4
|
+
"component.rack-table": "机架表",
|
|
5
|
+
"component.cube": "立方体",
|
|
6
|
+
"component.cylinder": "圆柱体",
|
|
7
|
+
"component.sphere": "球体",
|
|
8
|
+
"component.banner": "横幅",
|
|
9
|
+
"component.sprite": "精灵",
|
|
10
|
+
"component.wall": "墙",
|
|
11
|
+
"component.desk": "桌子",
|
|
12
|
+
"component.camera": "摄像机",
|
|
13
|
+
"component.light": "灯光",
|
|
14
|
+
"component.gltf-object": "gltf对象",
|
|
15
|
+
"label.bin-locations": "储物箱位置",
|
|
16
|
+
"label.camera-x": "摄像机X",
|
|
17
|
+
"label.camera-y": "摄像机Y",
|
|
18
|
+
"label.camera-z": "摄像机Z",
|
|
19
|
+
"label.gltf-file-info": "文件信息",
|
|
20
20
|
"label.gamma-factor": "伽马因子",
|
|
21
|
-
"label.section-digits": "
|
|
21
|
+
"label.section-digits": "部门数字",
|
|
22
22
|
"label.shelf-locations": "货架位置",
|
|
23
|
+
"label.show-helper": "显示助手",
|
|
23
24
|
"label.unit-digits": "单位数字",
|
|
24
25
|
"label.popup-position": "弹出位置",
|
|
25
|
-
"label.light-type": "
|
|
26
|
-
"label.intensity": "
|
|
27
|
-
"label.distance": "
|
|
28
|
-
"label.decay": "
|
|
29
|
-
"label.cast-shadow": "
|
|
26
|
+
"label.light-type": "灯光类型",
|
|
27
|
+
"label.intensity": "强度",
|
|
28
|
+
"label.distance": "距离",
|
|
29
|
+
"label.decay": "衰减",
|
|
30
|
+
"label.cast-shadow": "投射阴影"
|
|
30
31
|
}
|