@things-factory/scene-visualizer 4.3.227 → 4.3.237

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@things-factory/scene-visualizer",
3
3
  "description": "The visualizer component for things-scene.",
4
- "version": "4.3.227",
4
+ "version": "4.3.237",
5
5
  "things-scene": true,
6
6
  "browser": "src/index.js",
7
7
  "author": "heartyoh",
@@ -19,5 +19,5 @@
19
19
  "lit": "^2.2.0",
20
20
  "three": "^0.122.0"
21
21
  },
22
- "gitHead": "e745df475dd3ee67be6d42b3e8a273f07a7a11bc"
22
+ "gitHead": "90cda1a8580b7be252a474c138bea4b6870d7dfc"
23
23
  }
@@ -0,0 +1,11 @@
1
+ {
2
+ "label.bin-locations": "bin locations",
3
+ "label.camera-x": "カメラX",
4
+ "label.camera-y": "カメラY",
5
+ "label.camera-z": "カメラZ",
6
+ "label.gamma-factor": "ガンマ因子",
7
+ "label.section-digits": "section digits",
8
+ "label.shelf-locations": "shelf locations",
9
+ "label.unit-digits": "unit digits",
10
+ "label.popup-position": "ポップアップ位置"
11
+ }