@operato/scene-manufacturing 2.0.0-alpha.5 → 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 +9 -0
- package/package.json +2 -2
- package/translations/ja.json +2 -2
- package/translations/ko.json +1 -1
- package/translations/ms.json +2 -2
- package/translations/zh.json +2 -2
- 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.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
|
+
|
|
6
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)
|
|
7
16
|
|
|
8
17
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-manufacturing",
|
|
3
3
|
"description": "Things scene components for manufacturing industry",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.6",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"things-scene": true,
|
|
7
7
|
"author": "heartyoh",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"prettier --write"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "4b495a98c769d6c4194904a62a1cd7a5e37593db"
|
|
61
61
|
}
|
package/translations/ja.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"component.tact-timer": "
|
|
2
|
+
"component.tact-timer": "タクトタイマー",
|
|
3
3
|
"label.decrease-progress-color": "進行色の減少",
|
|
4
4
|
"label.decrese-font-color": "フォント色の減少",
|
|
5
5
|
"label.format": "フォーマット",
|
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
"label.increase-progress-color": "進行色の増加",
|
|
8
8
|
"label.progress-direction": "進行方向",
|
|
9
9
|
"label.progress-threshold": "進行閾値",
|
|
10
|
-
"label.tact-time": "
|
|
10
|
+
"label.tact-time": "標準所要時間",
|
|
11
11
|
"label.under-threshold-color": "閾値以下の色"
|
|
12
12
|
}
|
package/translations/ko.json
CHANGED
package/translations/ms.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"component.tact-timer": "tact
|
|
2
|
+
"component.tact-timer": "pemasa tact",
|
|
3
3
|
"label.decrease-progress-color": "warna kemajuan menurun",
|
|
4
4
|
"label.decrese-font-color": "warna fon menurun",
|
|
5
5
|
"label.format": "format",
|
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
"label.increase-progress-color": "warna kemajuan meningkat",
|
|
8
8
|
"label.progress-direction": "arah kemajuan",
|
|
9
9
|
"label.progress-threshold": "ambang kemajuan",
|
|
10
|
-
"label.tact-time": "
|
|
10
|
+
"label.tact-time": "masa standard",
|
|
11
11
|
"label.under-threshold-color": "warna bawah ambang"
|
|
12
12
|
}
|
package/translations/zh.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"component.tact-timer": "
|
|
2
|
+
"component.tact-timer": "节拍计时器",
|
|
3
3
|
"label.decrease-progress-color": "减少进度颜色",
|
|
4
4
|
"label.decrese-font-color": "减少字体颜色",
|
|
5
5
|
"label.format": "格式",
|
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
"label.increase-progress-color": "增加进度颜色",
|
|
8
8
|
"label.progress-direction": "进度方向",
|
|
9
9
|
"label.progress-threshold": "进度阈值",
|
|
10
|
-
"label.tact-time": "
|
|
10
|
+
"label.tact-time": "标准耗时",
|
|
11
11
|
"label.under-threshold-color": "低于阈值颜色"
|
|
12
12
|
}
|