@things-factory/board-ui 7.0.75 → 7.0.76
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/client/pages/board-template/board-template-list-page.ts +15 -1
- package/dist-client/pages/board-template/board-template-list-page.js +15 -1
- package/dist-client/pages/board-template/board-template-list-page.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/translations/en.json +1 -0
- package/translations/ja.json +1 -0
- package/translations/ko.json +1 -0
- package/translations/ms.json +1 -0
- package/translations/zh.json +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/board-ui",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.76",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"@operato/shell": "^7.0.0",
|
|
42
42
|
"@operato/styles": "^7.0.0",
|
|
43
43
|
"@operato/utils": "^7.0.0",
|
|
44
|
-
"@things-factory/barcode-base": "^7.0.
|
|
45
|
-
"@things-factory/fav-base": "^7.0.
|
|
44
|
+
"@things-factory/barcode-base": "^7.0.76",
|
|
45
|
+
"@things-factory/fav-base": "^7.0.76",
|
|
46
46
|
"@things-factory/utils": "^7.0.74"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "297a1fea5be41c08d164f977444f221ee9ec901f"
|
|
49
49
|
}
|
package/translations/en.json
CHANGED
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
"error.your license is not valid in this host": "Your license is not valid in this host!",
|
|
123
123
|
"field.email": "E-mail",
|
|
124
124
|
"field.password": "password",
|
|
125
|
+
"field.tags": "tags",
|
|
125
126
|
"field.visibility": "visibility",
|
|
126
127
|
"label.3dcontainer-style": "3d containerstyle",
|
|
127
128
|
"label.3dish": "3D",
|
package/translations/ja.json
CHANGED
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
"error.your license is expired! expired date is [x]": "ライセンスが満了しました! 満了日は[{x}]です!",
|
|
125
125
|
"error.your license is not valid in this host": "このホストでライセンスが無効です!",
|
|
126
126
|
"field.password": "パスワード",
|
|
127
|
+
"field.tags": "タグ",
|
|
127
128
|
"field.visibility": "可視性",
|
|
128
129
|
"label.3dcontainer-style": "3次元コンテナ スタイル",
|
|
129
130
|
"label.3dish": "3D",
|
package/translations/ko.json
CHANGED
|
@@ -124,6 +124,7 @@
|
|
|
124
124
|
"error.your license is expired! expired date is [x]": "라이센스가 만료되었습니다! 만료일은 [{x}]입니다!",
|
|
125
125
|
"error.your license is not valid in this host": "이 호스트에서 라이센스가 유효하지 않습니다!",
|
|
126
126
|
"field.password": "비밀번호",
|
|
127
|
+
"field.tags": "태그",
|
|
127
128
|
"field.visibility": "가시성",
|
|
128
129
|
"label.3dcontainer-style": "3차원 컨테이너 스타일",
|
|
129
130
|
"label.3dish": "3D",
|
package/translations/ms.json
CHANGED
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
"error.your license is not valid in this host": "Lesen anda tidak sah di hos ini!",
|
|
123
123
|
"field.email": "E-mel",
|
|
124
124
|
"field.password": "Kata Laluan",
|
|
125
|
+
"field.tags": "tag",
|
|
125
126
|
"field.visibility": "ketaraan",
|
|
126
127
|
"label.3dcontainer-style": "Gaya Bekas 3D",
|
|
127
128
|
"label.3dish": "3D",
|
package/translations/zh.json
CHANGED
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
"error.your license is expired! expired date is [x]": "您的许可证已过期! 过期日为[{x}]",
|
|
123
123
|
"error.your license is not valid in this host": "您的许可证在此主机中无效!",
|
|
124
124
|
"field.password": "密码",
|
|
125
|
+
"field.tags": "标签",
|
|
125
126
|
"field.visibility": "可见性",
|
|
126
127
|
"label.3dcontainer-style": "3D容器样式",
|
|
127
128
|
"label.3dish": "立体",
|