@things-factory/board-ui 10.1.28 → 10.1.29

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.1.28",
3
+ "version": "10.1.29",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -43,10 +43,11 @@
43
43
  "@operato/shell": "^10.0.0",
44
44
  "@operato/styles": "^10.0.0",
45
45
  "@operato/utils": "^10.0.0",
46
- "@things-factory/barcode-base": "^10.1.28",
47
- "@things-factory/board-ai": "^10.1.28",
48
- "@things-factory/fav-base": "^10.1.28",
46
+ "@things-factory/barcode-base": "^10.1.29",
47
+ "@things-factory/board-ai": "^10.1.29",
48
+ "@things-factory/fav-base": "^10.1.29",
49
+ "@things-factory/setting-base": "^10.1.29",
49
50
  "@things-factory/utils": "^10.1.20"
50
51
  },
51
- "gitHead": "3a260a0f79bc6b41a692a103955bfcc541aff60e"
52
+ "gitHead": "e6bf9dec003fe5e794746aaeb5852b3b50478232"
52
53
  }
@@ -101,6 +101,7 @@
101
101
  "error.license key is empty": "License Key is empty!",
102
102
  "error.license key is not certified": "License Key is not certified!",
103
103
  "error.license token not valid": "Your license token data is not valid!",
104
+ "error.name must be unique from the original board": "use a different name from the original board",
104
105
  "error.setting-error": "Setting error",
105
106
  "error.your license due date is x, please renewal your license!": "Your license due date is {x}, please renewal your license!",
106
107
  "error.your license is expired! expired date is [x]": "Your license is expired! Expired date is [{x}]",
@@ -613,6 +614,9 @@
613
614
  "label.viewtype perspective-3d": "3D render / bird's eye",
614
615
  "label.viewtype photo": "photo",
615
616
  "label.viewtype top-down": "floor plan (top-down)",
617
+ "label.visibility-domain": "this domain",
618
+ "label.visibility-private": "private",
619
+ "label.visibility-public": "public",
616
620
  "label.waiting-time": "Waiting Time",
617
621
  "label.warning": "Warning",
618
622
  "label.warnings": "warnings",
@@ -664,6 +668,7 @@
664
668
  "text.Sure To Delete Important": "All related data will be removed. Are you sure to delete?",
665
669
  "text.Sure to X": "Are you sure to {x}",
666
670
  "text.add_files": "text.Add Files",
671
+ "text.ai_assistant": "ai assistant",
667
672
  "text.backfilling thumbnails": "generating thumbnails...",
668
673
  "text.board cloned": "board '{board}' is cloned successfully",
669
674
  "text.board created": "board '{board}' is created successfully",
@@ -96,6 +96,7 @@
96
96
  "error.license key is empty": "ライセンス情報がありません!",
97
97
  "error.license key is not certified": "ライセンスが認証されていません!",
98
98
  "error.license token not valid": "ライセンス トークン データのテストに失敗しました!",
99
+ "error.name must be unique from the original board": "元のボードと違う名前にしてください",
99
100
  "error.setting-error": "設定エラー",
100
101
  "error.your license due date is x, please renewal your license!": "ライセンス期限は{x}です. ライセンスを更新してください!",
101
102
  "error.your license is expired! expired date is [x]": "ライセンスが満了しました! 満了日は[{x}]です!",
@@ -565,6 +566,9 @@
565
566
  "label.version": "バージョン",
566
567
  "label.vertical": "縦",
567
568
  "label.viewer-option": "ビューア設定",
569
+ "label.visibility-domain": "このドメイン",
570
+ "label.visibility-private": "非公開",
571
+ "label.visibility-public": "公開",
568
572
  "label.waiting-time": "待ち時間",
569
573
  "label.warning": "警告",
570
574
  "label.wheel-size": "ホイール サイズ",
@@ -610,6 +614,7 @@
610
614
  "text.Sure To Delete Important": "関連する全てのデータが削除されます. 削除しますか? ",
611
615
  "text.Sure to X": "{x}しますか?",
612
616
  "text.add_files": "ファイル追加",
617
+ "text.ai_assistant": "AI アシスタント",
613
618
  "text.backfilling thumbnails": "サムネイル生成中...",
614
619
  "text.board cloned": "ボード '{board}'は正常にクローンされました",
615
620
  "text.board created": "ボード'{board}'が作成されました",
@@ -105,6 +105,7 @@
105
105
  "error.license key is empty": "라이센스 정보가 없습니다!",
106
106
  "error.license key is not certified": "라이센스가 인증되지 않았습니다!",
107
107
  "error.license token not valid": "라이선스 토큰 데이터 검사에 실패하였습니다!",
108
+ "error.name must be unique from the original board": "원본 보드와 다른 이름을 적으십시오",
108
109
  "error.setting-error": "설정 오류",
109
110
  "error.your license due date is x, please renewal your license!": "라이센스 기한은 {x}입니다. 라이센스를 갱신하십시오!",
110
111
  "error.your license is expired! expired date is [x]": "라이센스가 만료되었습니다! 만료일은 [{x}]입니다!",
@@ -616,6 +617,9 @@
616
617
  "label.viewtype perspective-3d": "3D 렌더 / 조감도",
617
618
  "label.viewtype photo": "사진",
618
619
  "label.viewtype top-down": "평면도 (top-down)",
620
+ "label.visibility-domain": "도메인 공개",
621
+ "label.visibility-private": "비공개",
622
+ "label.visibility-public": "전체 공개",
619
623
  "label.waiting-time": "대기 시간",
620
624
  "label.warning": "경고",
621
625
  "label.warnings": "경고",
@@ -667,6 +671,7 @@
667
671
  "text.Sure To Delete Important": "관련된 모든 데이터가 삭제됩니다. 삭제하시겠습니까? ",
668
672
  "text.Sure to X": "{x} 하시겠습니까?",
669
673
  "text.add_files": "파일 추가",
674
+ "text.ai_assistant": "AI 어시스턴트",
670
675
  "text.backfilling thumbnails": "썸네일 생성 중...",
671
676
  "text.board cloned": "보드 '{board}'이 복사되었습니다",
672
677
  "text.board created": "보드 '{board}'이 생성되었습니다",
@@ -92,6 +92,7 @@
92
92
  "error.license key is empty": "Kunci Lesen kosong!",
93
93
  "error.license key is not certified": "Kunci Lesen tidak disahkan!",
94
94
  "error.license token not valid": "Data token lesen anda tidak sah!",
95
+ "error.name must be unique from the original board": "gunakan nama yang berbeza daripada papan asal",
95
96
  "error.setting-error": "Ralat Tetapan",
96
97
  "error.your license due date is x, please renewal your license!": "Tarikh tamat tempoh lesen anda adalah {x}, sila perbaharui lesen anda!",
97
98
  "error.your license is expired! expired date is [x]": "Lesen anda sudah tamat tempoh! Tarikh tamat tempoh adalah [{x}]",
@@ -459,6 +460,9 @@
459
460
  "label.vertical_position": "Kedudukan Menegak",
460
461
  "label.view": "Lihat",
461
462
  "label.visibility": "Keterlihatan",
463
+ "label.visibility-domain": "domain ini",
464
+ "label.visibility-private": "peribadi",
465
+ "label.visibility-public": "awam",
462
466
  "label.visible": "Boleh Dilihat",
463
467
  "label.warning": "Amaran",
464
468
  "label.week": "Minggu",
@@ -490,6 +494,7 @@
490
494
  "profile.update_profile": "Kemaskini Profil",
491
495
  "profile.update_successful": "Profil telah berjaya dikemaskini",
492
496
  "profile.user_profile": "Profil Pengguna",
497
+ "text.ai_assistant": "pembantu ai",
493
498
  "text.all": "Semua",
494
499
  "text.an_error_occurred": "Ralat telah berlaku",
495
500
  "text.apply_changes": "Terapkan Perubahan",
@@ -93,6 +93,7 @@
93
93
  "error.license key is empty": "许可证密钥为空!",
94
94
  "error.license key is not certified": "许可证密钥未通过认证!",
95
95
  "error.license token not valid": "您的数据密钥验证失败,系统许可无效!",
96
+ "error.name must be unique from the original board": "请使用与原看板不同的名称",
96
97
  "error.setting-error": "设置错误",
97
98
  "error.your license due date is x, please renewal your license!": "您的许可证到期日期为{x},请续订您的许可证!",
98
99
  "error.your license is expired! expired date is [x]": "您的许可证已过期! 过期日为[{x}]",
@@ -564,6 +565,9 @@
564
565
  "label.version": "版本",
565
566
  "label.vertical": "垂直对齐",
566
567
  "label.viewer-option": "viewer配置",
568
+ "label.visibility-domain": "本域公开",
569
+ "label.visibility-private": "私有",
570
+ "label.visibility-public": "公开",
567
571
  "label.waiting-time": "等待时间",
568
572
  "label.warning": "报警",
569
573
  "label.wheel-size": "滚轮大小",
@@ -609,6 +613,7 @@
609
613
  "text.Sure To Delete Important": "所有相关数据都会被删除,请确认是否删除?",
610
614
  "text.Sure to X": "确定要{x}吗?",
611
615
  "text.add_files": "添加文件",
616
+ "text.ai_assistant": "AI 助手",
612
617
  "text.backfilling thumbnails": "正在生成缩略图...",
613
618
  "text.board cloned": "看板 '{board}' 已成功克隆",
614
619
  "text.board created": "看板 '{board}' 创建成功",