@things-factory/board-ui 10.0.0-beta.73 → 10.0.0-beta.74
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/board-ui",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.74",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"@operato/styles": "^10.0.0-beta.1",
|
|
44
44
|
"@operato/utils": "^10.0.0-beta.1",
|
|
45
45
|
"@things-factory/barcode-base": "^10.0.0-beta.72",
|
|
46
|
-
"@things-factory/board-ai": "^10.0.0-beta.
|
|
46
|
+
"@things-factory/board-ai": "^10.0.0-beta.74",
|
|
47
47
|
"@things-factory/fav-base": "^10.0.0-beta.72",
|
|
48
48
|
"@things-factory/utils": "^10.0.0-beta.5"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "589dd8dab5bb2db400e5f10a1f455c3fb69bf9f4"
|
|
51
51
|
}
|
package/translations/ko.json
CHANGED
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
"label.from-template": "템플릿에서",
|
|
725
725
|
"label.from-new-drawing": "새 도면에서",
|
|
726
726
|
"label.from-existing-drawing": "기존 도면에서",
|
|
727
|
-
"title.create board": "보드 만들기",
|
|
727
|
+
"title.create board": "새 보드 만들기",
|
|
728
728
|
"label.select file": "파일 선택",
|
|
729
729
|
"label.upload": "업로드",
|
|
730
730
|
"label.import progress": "변환 진행",
|
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
"placeholder.board description": "보드의 자세한 설명 (선택)",
|
|
741
741
|
"label.no group": "(그룹 없음)",
|
|
742
742
|
"text.saving": "저장 중...",
|
|
743
|
-
"button.create board": "보드 만들기",
|
|
743
|
+
"button.create board": "새 보드 만들기",
|
|
744
744
|
"placeholder.search file": "파일명 검색",
|
|
745
745
|
"label.mimetype": "MIME 타입",
|
|
746
746
|
"label.user prompt": "도면 설명 / 강조하고 싶은 부분",
|
|
@@ -786,5 +786,5 @@
|
|
|
786
786
|
"text.uploading": "업로드 중...",
|
|
787
787
|
"text.drop or click to upload": "도면을 끌어다 놓거나 클릭",
|
|
788
788
|
"text.create board": "새 보드 만들기",
|
|
789
|
-
"label.create board": "보드 만들기"
|
|
789
|
+
"label.create board": "새 보드 만들기"
|
|
790
790
|
}
|