@things-factory/board-ui 10.0.0-beta.71 → 10.0.0-beta.72

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.71",
3
+ "version": "10.0.0-beta.72",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -42,10 +42,10 @@
42
42
  "@operato/shell": "^10.0.0-beta.1",
43
43
  "@operato/styles": "^10.0.0-beta.1",
44
44
  "@operato/utils": "^10.0.0-beta.1",
45
- "@things-factory/barcode-base": "^10.0.0-beta.67",
46
- "@things-factory/board-ai": "^10.0.0-beta.71",
47
- "@things-factory/fav-base": "^10.0.0-beta.67",
45
+ "@things-factory/barcode-base": "^10.0.0-beta.72",
46
+ "@things-factory/board-ai": "^10.0.0-beta.72",
47
+ "@things-factory/fav-base": "^10.0.0-beta.72",
48
48
  "@things-factory/utils": "^10.0.0-beta.5"
49
49
  },
50
- "gitHead": "107b67b655c05a500038b2c447986125f1a8a03e"
50
+ "gitHead": "df28904355d85974279d2be2c51b1ffa39768953"
51
51
  }
@@ -10,6 +10,7 @@ export default {
10
10
  { tagname: 'board-player-by-name-page', page: 'board-player-by-name' },
11
11
  { tagname: 'board-modeller-page', page: 'board-modeller' },
12
12
  { tagname: 'board-list-page', page: 'board-list' },
13
+ { tagname: 'board-create-wizard-page', page: 'board-create' },
13
14
  { tagname: 'play-list-page', page: 'play-list' },
14
15
  { tagname: 'attachment-list-page', page: 'attachment-list' },
15
16
  { tagname: 'font-list-page', page: 'font-list' },
@@ -715,5 +715,72 @@
715
715
  "label.align-left": "left",
716
716
  "label.align-right": "right",
717
717
  "label.align-top": "top",
718
- "label.align-bottom": "bottom"
718
+ "label.align-bottom": "bottom",
719
+ "label.from-scratch": "from scratch",
720
+ "label.from-template": "from template",
721
+ "label.from-new-drawing": "from new drawing",
722
+ "label.from-existing-drawing": "from existing drawing",
723
+ "title.create board": "Create Board",
724
+ "label.select file": "select file",
725
+ "label.upload": "upload",
726
+ "label.import progress": "conversion progress",
727
+ "label.review": "review",
728
+ "label.done": "done",
729
+ "placeholder.search template": "Search templates",
730
+ "text.loading": "Loading...",
731
+ "text.no templates": "No templates available.",
732
+ "text.no existing files": "No drawing or image files found. Use the 'From New Drawing' tab to upload.",
733
+ "label.new board name": "new board name",
734
+ "placeholder.board name": "New Board",
735
+ "label.board description": "board description",
736
+ "placeholder.board description": "Detailed description (optional)",
737
+ "label.no group": "(no group)",
738
+ "text.saving": "Saving...",
739
+ "button.create board": "create board",
740
+ "placeholder.search file": "Search by filename",
741
+ "label.mimetype": "MIME type",
742
+ "label.user prompt": "drawing notes / key features",
743
+ "hint.user prompt": "Optional — e.g. 'FAB lithography zone, large rectangles are stockers, thin lines are OHT rails'",
744
+ "placeholder.user prompt": "Add notes about this drawing (optional)",
745
+ "button.choose another": "choose another file",
746
+ "button.start import": "start conversion",
747
+ "button.retry": "retry",
748
+ "label.queued": "queued",
749
+ "label.parsing": "parsing",
750
+ "label.mapping": "mapping",
751
+ "label.assembling": "assembling board",
752
+ "label.binding": "data binding",
753
+ "label.completed": "completed",
754
+ "label.failed": "failed",
755
+ "button.start over": "start over",
756
+ "button.save as new board": "save as new board",
757
+ "label.entities": "entities",
758
+ "label.matched": "matched",
759
+ "label.generic": "generic",
760
+ "label.warnings": "warnings",
761
+ "label.choose variant": "choose AI variant",
762
+ "hint.choose variant": "Different AI interpretations of the same drawing. Choose the most accurate one.",
763
+ "hint.regenerate variants": "Regenerate if none of the variants look right",
764
+ "button.regenerate": "regenerate",
765
+ "label.viewtype top-down": "floor plan (top-down)",
766
+ "label.viewtype perspective-3d": "3D render / bird's eye",
767
+ "label.viewtype photo": "photo",
768
+ "label.ai analysis": "AI analysis summary",
769
+ "label.view type": "drawing type",
770
+ "label.confidence": "confidence",
771
+ "label.reasoning": "reasoning",
772
+ "label.ai intent": "AI intent / approach",
773
+ "label.user hint": "user hint",
774
+ "label.categories": "categories",
775
+ "label.image size": "image size",
776
+ "label.ai client": "AI model",
777
+ "text.perspective notice": "Perspective drawings are difficult to infer floor plan positions — positional accuracy may be low. Please verify and adjust.",
778
+ "text.import success": "Board created successfully",
779
+ "label.draft": "draft",
780
+ "button.import another": "import another drawing",
781
+ "button.open modeller": "open modeller",
782
+ "text.uploading": "Uploading...",
783
+ "text.drop or click to upload": "Drop a drawing here or click to browse",
784
+ "text.create board": "Create New Board",
785
+ "label.create board": "create board"
719
786
  }
@@ -719,5 +719,72 @@
719
719
  "label.align-top": "상단",
720
720
  "label.align-left": "왼쪽",
721
721
  "label.align-right": "오른쪽",
722
- "label.align-bottom": "하단"
722
+ "label.align-bottom": "하단",
723
+ "label.from-scratch": "처음부터",
724
+ "label.from-template": "템플릿에서",
725
+ "label.from-new-drawing": "새 도면에서",
726
+ "label.from-existing-drawing": "기존 도면에서",
727
+ "title.create board": "보드 만들기",
728
+ "label.select file": "파일 선택",
729
+ "label.upload": "업로드",
730
+ "label.import progress": "변환 진행",
731
+ "label.review": "검수",
732
+ "label.done": "완료",
733
+ "placeholder.search template": "템플릿 검색",
734
+ "text.loading": "불러오는 중...",
735
+ "text.no templates": "템플릿이 없습니다.",
736
+ "text.no existing files": "도면/이미지 파일이 없습니다. '새 도면에서' 탭을 이용하세요.",
737
+ "label.new board name": "새 보드 이름",
738
+ "placeholder.board name": "새 보드",
739
+ "label.board description": "보드 설명",
740
+ "placeholder.board description": "보드의 자세한 설명 (선택)",
741
+ "label.no group": "(그룹 없음)",
742
+ "text.saving": "저장 중...",
743
+ "button.create board": "보드 만들기",
744
+ "placeholder.search file": "파일명 검색",
745
+ "label.mimetype": "MIME 타입",
746
+ "label.user prompt": "도면 설명 / 강조하고 싶은 부분",
747
+ "hint.user prompt": "선택 — 예: 'FAB 리소그래피 구역, 가운데 큰 사각형들이 stocker, 가는 직선들은 OHT 레일'",
748
+ "placeholder.user prompt": "도면에 대한 추가 설명을 적어주세요 (선택)",
749
+ "button.choose another": "다른 파일 선택",
750
+ "button.start import": "변환 시작",
751
+ "button.retry": "다시 시도",
752
+ "label.queued": "대기 중",
753
+ "label.parsing": "파싱",
754
+ "label.mapping": "매핑",
755
+ "label.assembling": "보드 조립",
756
+ "label.binding": "데이터 바인딩",
757
+ "label.completed": "완료",
758
+ "label.failed": "실패",
759
+ "button.start over": "처음부터",
760
+ "button.save as new board": "새 보드로 저장",
761
+ "label.entities": "엔티티",
762
+ "label.matched": "매핑됨",
763
+ "label.generic": "일반 객체",
764
+ "label.warnings": "경고",
765
+ "label.choose variant": "AI 시안 선택",
766
+ "hint.choose variant": "같은 도면에 대한 AI의 다른 해석들. 가장 적절한 것을 선택하세요.",
767
+ "hint.regenerate variants": "마음에 드는 시안이 없으면 AI에 다시 요청",
768
+ "button.regenerate": "다시 요청",
769
+ "label.viewtype top-down": "평면도 (top-down)",
770
+ "label.viewtype perspective-3d": "3D 렌더 / 조감도",
771
+ "label.viewtype photo": "사진",
772
+ "label.ai analysis": "AI 분석 요약",
773
+ "label.view type": "도면 종류",
774
+ "label.confidence": "신뢰도",
775
+ "label.reasoning": "근거",
776
+ "label.ai intent": "AI의 의도 / 진행 방식",
777
+ "label.user hint": "사용자 힌트",
778
+ "label.categories": "카테고리",
779
+ "label.image size": "이미지 크기",
780
+ "label.ai client": "AI 모델",
781
+ "text.perspective notice": "Perspective 도면은 floor plan 위치 추론이 어렵습니다 — 위치 정확도가 낮을 수 있으니 확인 후 조정해 주세요.",
782
+ "text.import success": "보드가 생성되었습니다",
783
+ "label.draft": "초안",
784
+ "button.import another": "다른 도면 가져오기",
785
+ "button.open modeller": "모델러 열기",
786
+ "text.uploading": "업로드 중...",
787
+ "text.drop or click to upload": "도면을 끌어다 놓거나 클릭",
788
+ "text.create board": "새 보드 만들기",
789
+ "label.create board": "보드 만들기"
723
790
  }