@operato/scene-timer 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-timer",
3
3
  "description": "Timer 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
  }
@@ -1,5 +1,6 @@
1
1
  {
2
- "keyword": "keyword",
2
+ "component.timer": "timer",
3
+ "component.duetimer": "duetimer",
3
4
  "label.progress-color": "progress color",
4
5
  "label.days": "days",
5
6
  "label.due": "due",
@@ -1,13 +1,14 @@
1
1
  {
2
- "keyword": "キーワード",
2
+ "component.timer": "タイマー",
3
+ "component.duetimer": "デュアルタイマー",
3
4
  "label.progress-color": "進捗色",
4
5
  "label.days": "日",
5
6
  "label.due": "期限",
6
7
  "label.hours": "時間",
7
8
  "label.minutes": "分",
8
9
  "label.seconds": "秒",
9
- "label.format-run": "時刻フォーマット",
10
+ "label.format-run": "時間フォーマット",
10
11
  "label.format-stop": "停止",
11
12
  "label.data-reflection": "データ反映",
12
- "label.repeat": "繰り返す"
13
+ "label.repeat": "繰り返し"
13
14
  }
@@ -1,5 +1,6 @@
1
1
  {
2
- "keyword": "키워드",
2
+ "component.timer": "타이머",
3
+ "component.duetimer": "만료 타이머",
3
4
  "label.progress-color": "진도 색상",
4
5
  "label.days": "일",
5
6
  "label.due": "종료시간",
@@ -1,8 +1,9 @@
1
1
  {
2
- "keyword": "kata kunci",
2
+ "component.timer": "pemasa",
3
+ "component.duetimer": "duetimer",
3
4
  "label.progress-color": "warna kemajuan",
4
5
  "label.days": "hari",
5
- "label.due": "berakhir",
6
+ "label.due": "tamat tempoh",
6
7
  "label.hours": "jam",
7
8
  "label.minutes": "minit",
8
9
  "label.seconds": "saat",
@@ -1,13 +1,14 @@
1
1
  {
2
- "keyword": "关键词",
2
+ "component.timer": "计时器",
3
+ "component.duetimer": "双计时器",
3
4
  "label.progress-color": "进度颜色",
4
5
  "label.days": "天",
5
- "label.due": "截止时间",
6
+ "label.due": "到期",
6
7
  "label.hours": "小时",
7
8
  "label.minutes": "分钟",
8
- "label.seconds": "秒钟",
9
- "label.format-run": "时间格式",
10
- "label.format-stop": "停止格式",
9
+ "label.seconds": "",
10
+ "label.format-run": "计时格式",
11
+ "label.format-stop": "停止",
11
12
  "label.data-reflection": "数据反映",
12
13
  "label.repeat": "重复"
13
14
  }