@things-factory/operato-board 6.1.59 → 6.1.63

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/operato-board",
3
- "version": "6.1.59",
3
+ "version": "6.1.63",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -81,7 +81,7 @@
81
81
  "@operato/styles": "^1.0.0",
82
82
  "@operato/utils": "^1.0.1",
83
83
  "@things-factory/apptool-ui": "^6.1.48",
84
- "@things-factory/auth-ui": "^6.1.48",
84
+ "@things-factory/auth-ui": "^6.1.63",
85
85
  "@things-factory/board-service": "^6.1.55",
86
86
  "@things-factory/board-ui": "^6.1.55",
87
87
  "@things-factory/context-ui": "^6.1.48",
@@ -94,19 +94,19 @@
94
94
  "@things-factory/import-ui": "^6.1.48",
95
95
  "@things-factory/integration-base": "^6.1.52",
96
96
  "@things-factory/integration-msgraph": "^6.1.52",
97
- "@things-factory/integration-notification": "^6.1.59",
97
+ "@things-factory/integration-notification": "^6.1.63",
98
98
  "@things-factory/integration-openai": "^6.1.52",
99
99
  "@things-factory/integration-ui": "^6.1.52",
100
100
  "@things-factory/layout-ui": "^6.1.48",
101
101
  "@things-factory/more-ui": "^6.1.48",
102
- "@things-factory/notification": "^6.1.59",
102
+ "@things-factory/notification": "^6.1.63",
103
103
  "@things-factory/oauth2-client": "^6.1.48",
104
104
  "@things-factory/offline-ui": "^6.1.48",
105
105
  "@things-factory/operato-license-checker": "^3.1.0",
106
106
  "@things-factory/pdf": "^6.1.48",
107
107
  "@things-factory/print-service": "^6.1.48",
108
108
  "@things-factory/print-ui": "^6.1.48",
109
- "@things-factory/resource-ui": "^6.1.48",
109
+ "@things-factory/resource-ui": "^6.1.63",
110
110
  "@things-factory/scene-google-map": "^6.1.48",
111
111
  "@things-factory/setting-ui": "^6.1.48",
112
112
  "@things-factory/shell": "^6.1.48",
@@ -116,5 +116,5 @@
116
116
  "@things-factory/board-test": "^6.1.55",
117
117
  "@things-factory/builder": "^6.1.48"
118
118
  },
119
- "gitHead": "5171439c6798421e40997498f5e1936f86af2671"
119
+ "gitHead": "8fe392456b1fe6a06df7eaae92be3ef00ce5a743"
120
120
  }
@@ -14,6 +14,7 @@
14
14
  "error.invalid license key": "Invalid license key!",
15
15
  "error.license expiration notice": "License Expiration Notice",
16
16
  "error.your license due date is x, please renewal your license!": "Your license due date is {x}, please renewal your license!",
17
+ "menu.board-template": "board template",
17
18
  "text.board created": "board '{board}' is created successfully",
18
19
  "text.board updated": "board '{board}' is updated successfully",
19
20
  "text.board deleted": "board '{board}' is deleted successfully",
@@ -25,5 +26,6 @@
25
26
  "text.play-group deleted": "play-group '{playGroup}' is deleted successfully",
26
27
  "text.joined into play-group": "board '{board}' joined into play-group '{playGroup}'",
27
28
  "text.leaved from play-group": "board '{board}' leaved from play-group '{playGroup}'",
28
- "title.attachment list": "attachment list"
29
+ "title.attachment list": "attachment list",
30
+ "title.board-template list": "board template list"
29
31
  }
@@ -14,6 +14,7 @@
14
14
  "error.invalid license key": "ライセンスが無効です!",
15
15
  "error.license expiration notice": "ライセンス満了予定のお知らせ",
16
16
  "error.your license due date is x, please renewal your license!": "ライセンス期限は{x}です. ライセンスを更新してください!",
17
+ "menu.board-template": "ボードテンプレート管理",
17
18
  "text.board created": "ボード'{board}'が作成されました",
18
19
  "text.board updated": "ボード'{board}'が修正されました",
19
20
  "text.board deleted": "ボード'{board}'が削除されました",
@@ -25,5 +26,6 @@
25
26
  "text.play-group deleted": "プレイグループ'{playGroup}'が削除されました",
26
27
  "text.joined into play-group": "ボード'{board}'がプレイグループ'{playGroup}'に追加されました",
27
28
  "text.leaved from play-group": "ボード'{board}'がプレイグループ'{playGroup}'から削除されました",
28
- "title.attachment list": "添付ファイル照会"
29
+ "title.attachment list": "添付ファイル照会",
30
+ "title.board-template list": "ボードテンプレート管理"
29
31
  }
@@ -14,6 +14,7 @@
14
14
  "error.invalid license key": "라이센스가 유효하지 않습니다!",
15
15
  "error.license expiration notice": "라이선스 만료예정 알림",
16
16
  "error.your license due date is x, please renewal your license!": "라이센스 기한은 {x}입니다. 라이센스를 갱신하십시오!",
17
+ "menu.board-template": "보드 템플릿 관리",
17
18
  "text.board created": "보드 '{board}'이 생성되었습니다",
18
19
  "text.board updated": "보드 '{board}'이 수정되었습니다",
19
20
  "text.board deleted": "보드 '{board}'이 삭제되었습니다",
@@ -25,5 +26,6 @@
25
26
  "text.play-group deleted": "플레이그룹 '{playGroup}'이 삭제되었습니다",
26
27
  "text.joined into play-group": "보드 '{board}'가 플레이그룹 '{playGroup}'에 추가되었습니다",
27
28
  "text.leaved from play-group": "보드 '{board}'가 플레이그룹 '{playGroup}'에서 제거되었습니다",
28
- "title.attachment list": "첨부파일 조회"
29
+ "title.attachment list": "첨부파일 조회",
30
+ "title.board-template list": "보드템플릿 조회"
29
31
  }
@@ -1,29 +1,31 @@
1
1
  {
2
- "label.information": "information",
3
- "label.play-group": "play group",
4
- "label.board": "board",
5
- "label.player": "player",
6
- "label.connection": "connection",
7
- "label.font": "font",
8
- "error.license token not valid": "[ms] Your license token data is not valid!",
9
- "error.count over license limit": "[ms] Your board or domain count over license limit!",
10
- "error.your license is not valid in this host": "[ms] Your license is not valid in this host!",
11
- "error.your license is expired! expired date is [x]": "[ms] Your license is expired! Expired date is [{x}]",
12
- "error.license key is empty": "[ms] License Key is empty!",
13
- "error.license key is not certified": "[ms] License Key is not certified!",
14
- "error.invalid license key": "[ms] Invalid license key!",
15
- "error.license expiration notice": "[ms] License Expiration Notice",
16
- "error.your license due date is x, please renewal your license!": "[ms] Your license due date is {x}, please renewal your license!",
17
- "text.board created": "board '{board}' is created successfully",
18
- "text.board updated": "board '{board}' is updated successfully",
19
- "text.board deleted": "board '{board}' is deleted successfully",
20
- "text.group created": "group '{group}' is created successfully",
21
- "text.group updated": "group '{group}' is updated successfully",
22
- "text.group deleted": "group '{group}' is deleted successfully",
23
- "text.play-group created": "play-group '{playGroup}' is created successfully",
24
- "text.play-group updated": "play-group '{playGroup}' is updated successfully",
25
- "text.play-group deleted": "play-group '{playGroup}' is deleted successfully",
26
- "text.joined into play-group": "board '{board}' joined into play-group '{playGroup}'",
27
- "text.leaved from play-group": "board '{board}' leaved from play-group '{playGroup}'",
28
- "title.attachment list": "[ms] attachment list"
2
+ "label.information": "maklumat",
3
+ "label.play-group": "kumpulan mainan",
4
+ "label.board": "papan",
5
+ "label.player": "pemain",
6
+ "label.connection": "sambungan",
7
+ "label.font": "fon",
8
+ "error.license token not valid": "Data token lesen anda tidak sah!",
9
+ "error.count over license limit": "Bilangan papan atau domain anda melebihi had lesen!",
10
+ "error.your license is not valid in this host": "Lesen anda tidak sah di hos ini!",
11
+ "error.your license is expired! expired date is [x]": "Lesen anda sudah tamat tempoh! Tarikh tamat tempoh adalah [{x}]",
12
+ "error.license key is empty": "Kunci Lesen kosong!",
13
+ "error.license key is not certified": "Kunci Lesen tidak disahkan!",
14
+ "error.invalid license key": "Kunci Lesen tidak sah!",
15
+ "error.license expiration notice": "Notis Tamat Tempoh Lesen",
16
+ "error.your license due date is x, please renewal your license!": "Tarikh tamat tempoh lesen anda adalah {x}, sila perbaharui lesen anda!",
17
+ "menu.board-template": "templat papan",
18
+ "text.board created": "papan '{board}' berjaya dicipta",
19
+ "text.board updated": "papan '{board}' berjaya dikemaskini",
20
+ "text.board deleted": "papan '{board}' berjaya dipadam",
21
+ "text.group created": "kumpulan '{group}' berjaya dicipta",
22
+ "text.group updated": "kumpulan '{group}' berjaya dikemaskini",
23
+ "text.group deleted": "kumpulan '{group}' berjaya dipadam",
24
+ "text.play-group created": "kumpulan mainan '{playGroup}' berjaya dicipta",
25
+ "text.play-group updated": "kumpulan mainan '{playGroup}' berjaya dikemaskini",
26
+ "text.play-group deleted": "kumpulan mainan '{playGroup}' berjaya dipadam",
27
+ "text.joined into play-group": "papan '{board}' menyertai kumpulan mainan '{playGroup}'",
28
+ "text.leaved from play-group": "papan '{board}' keluar dari kumpulan mainan '{playGroup}'",
29
+ "title.attachment list": "senarai lampiran",
30
+ "title.board-template list": "templat papan"
29
31
  }
@@ -14,16 +14,18 @@
14
14
  "error.invalid license key": "无效的许可证密钥!",
15
15
  "error.license expiration notice": "许可证到期提醒",
16
16
  "error.your license due date is x, please renewal your license!": "您的许可证到期日期为{x},请续订您的许可证!",
17
- "text.board created": "board '{board}' is created successfully",
18
- "text.board updated": "board '{board}' is updated successfully",
19
- "text.board deleted": "board '{board}' is deleted successfully",
20
- "text.group created": "group '{group}' is created successfully",
21
- "text.group updated": "group '{group}' is updated successfully",
22
- "text.group deleted": "group '{group}' is deleted successfully",
23
- "text.play-group created": "play-group '{playGroup}' is created successfully",
24
- "text.play-group updated": "play-group '{playGroup}' is updated successfully",
25
- "text.play-group deleted": "play-group '{playGroup}' is deleted successfully",
26
- "text.joined into play-group": "board '{board}' joined into play-group '{playGroup}'",
27
- "text.leaved from play-group": "board '{board}' leaved from play-group '{playGroup}'",
28
- "title.attachment list": "[zh] attachment list"
17
+ "menu.board-template": "看板模板",
18
+ "text.board created": "看板 '{board}' 创建成功",
19
+ "text.board updated": "看板 '{board}' 更新成功",
20
+ "text.board deleted": "看板 '{board}' 删除成功",
21
+ "text.group created": "群组 '{group}' 创建成功",
22
+ "text.group updated": "群组 '{group}' 更新成功",
23
+ "text.group deleted": "群组 '{group}' 删除成功",
24
+ "text.play-group created": "播放组 '{playGroup}' 创建成功",
25
+ "text.play-group updated": "播放组 '{playGroup}' 更新成功",
26
+ "text.play-group deleted": "播放组 '{playGroup}' 删除成功",
27
+ "text.joined into play-group": "看板 '{board}' 加入播放组 '{playGroup}'",
28
+ "text.leaved from play-group": "看板 '{board}' 离开播放组 '{playGroup}'",
29
+ "title.attachment list": "附件列表",
30
+ "title.board-template list": "看板模板"
29
31
  }