@operato/scene-wheel-sorter 2.0.0-alpha.0 → 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.4](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2024-03-21)
16
+
17
+
18
+ ### :bug: Bug Fix
19
+
20
+ * 컴포넌트 명 다국어 ([64e1f08](https://github.com/things-scene/operato-scene/commit/64e1f08af32d2ac193c3d31b0025f8d06f569ca4))
21
+
22
+
23
+
6
24
  ## [2.0.0-alpha.0](https://github.com/things-scene/operato-scene/compare/v1.3.9...v2.0.0-alpha.0) (2024-01-14)
7
25
 
8
26
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-wheel-sorter",
3
3
  "description": "The wheel sorter component for things-scene",
4
4
  "author": "heartyoh",
5
- "version": "2.0.0-alpha.0",
5
+ "version": "2.0.0-alpha.6",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "license": "MIT",
@@ -57,5 +57,5 @@
57
57
  "prettier --write"
58
58
  ]
59
59
  },
60
- "gitHead": "2268fc7a750dda9a342677a6acf4ef99afe1b90c"
60
+ "gitHead": "4b495a98c769d6c4194904a62a1cd7a5e37593db"
61
61
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "component.conveyor": "conveyor",
3
+ "component.conveyor-belt": "conveyor-belt",
4
+ "component.conveyor-join": "conveyor-join",
5
+ "component.conveyor-join-trapezoid": "conveyor-join-trapezoid",
6
+ "component.scanner": "scanner",
7
+ "component.wheel-sorter": "wheel-sorter"
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "component.conveyor": "コンベア",
3
+ "component.conveyor-belt": "コンベアベルト",
4
+ "component.conveyor-join": "コンベア結合",
5
+ "component.conveyor-join-trapezoid": "コンベア結合台形",
6
+ "component.scanner": "スキャナ",
7
+ "component.wheel-sorter": "ホイールソータ"
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "component.conveyor": "컨베이어",
3
+ "component.conveyor-belt": "컨베이어 벨트",
4
+ "component.conveyor-join": "컨베이어 조인",
5
+ "component.conveyor-join-trapezoid": "컨베이어 조인 사다리꼴",
6
+ "component.scanner": "스캐너",
7
+ "component.wheel-sorter": "휠소터"
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "component.conveyor": "penghantar",
3
+ "component.conveyor-belt": "tali pinggang penghantar",
4
+ "component.conveyor-join": "sambungan penghantar",
5
+ "component.conveyor-join-trapezoid": "sambungan penghantar trapezoid",
6
+ "component.scanner": "pemindai",
7
+ "component.wheel-sorter": "pengisih roda"
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "component.conveyor": "传送带",
3
+ "component.conveyor-belt": "传送带带",
4
+ "component.conveyor-join": "传送带连接",
5
+ "component.conveyor-join-trapezoid": "传送带连接梯形",
6
+ "component.scanner": "扫描仪",
7
+ "component.wheel-sorter": "轮式分拣器"
8
+ }