@blocklet/discuss-kit 2.0.32 → 2.0.34

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.
@@ -23,9 +23,11 @@ const en = flat({
23
23
  deleted: "This comment has been deleted",
24
24
  emptyContent: "No comment yet",
25
25
  userActionLog: {
26
+ and: "and",
26
27
  added: "added the",
27
28
  removed: "removed the",
28
29
  label: "label",
30
+ labels: "labels",
29
31
  assigned: "assigned",
30
32
  unassigned: "unassigned",
31
33
  selfAssigned: "self-assigned this",
@@ -33,10 +35,12 @@ const en = flat({
33
35
  published: "published this",
34
36
  unpublished: "unpublished this",
35
37
  changeTitle: "changed the title",
36
- edited: "edited",
37
- created: "created",
38
38
  changeBoard: "changed the board",
39
- mention: "mentioned this"
39
+ mention: "mentioned this",
40
+ pin: "pinned this",
41
+ unpin: "unpinned this",
42
+ markAsFeatured: "marked this as featured",
43
+ unmarkAsFeatured: "unmarked this as featured"
40
44
  }
41
45
  });
42
46
  module.exports = en;
@@ -23,20 +23,26 @@ const zh = flat({
23
23
  deleted: "该评论已被删除",
24
24
  emptyContent: "暂无评论内容",
25
25
  userActionLog: {
26
+ and: "和",
26
27
  added: "添加",
27
28
  removed: "移除",
28
29
  label: "标签",
29
- assigned: "分配给",
30
- unassigned: "取消分配给",
31
- selfAssigned: "分配给自己",
32
- selfUnassigned: "取消分配给自己",
30
+ labels: "标签",
31
+ assigned: "分配",
32
+ unassigned: "取消分配",
33
+ selfAssigned: "分配自己",
34
+ selfUnassigned: "取消分配自己",
33
35
  published: "发布",
34
36
  unpublished: "取消发布",
35
37
  changeTitle: "修改标题",
36
- edited: "编辑于",
37
- created: "创建于",
38
+ edited: "编辑",
39
+ created: "创建",
38
40
  changeBoard: "修改板块",
39
- mention: "提到"
41
+ mention: "提到",
42
+ pin: "置顶",
43
+ unpin: "取消置顶",
44
+ markAsFeatured: "标记为精品",
45
+ unmarkAsFeatured: "取消精品"
40
46
  }
41
47
  });
42
48
  module.exports = zh;
@@ -22,9 +22,11 @@ const en = flat({
22
22
  deleted: "This comment has been deleted",
23
23
  emptyContent: "No comment yet",
24
24
  userActionLog: {
25
+ and: "and",
25
26
  added: "added the",
26
27
  removed: "removed the",
27
28
  label: "label",
29
+ labels: "labels",
28
30
  assigned: "assigned",
29
31
  unassigned: "unassigned",
30
32
  selfAssigned: "self-assigned this",
@@ -32,10 +34,12 @@ const en = flat({
32
34
  published: "published this",
33
35
  unpublished: "unpublished this",
34
36
  changeTitle: "changed the title",
35
- edited: "edited",
36
- created: "created",
37
37
  changeBoard: "changed the board",
38
- mention: "mentioned this"
38
+ mention: "mentioned this",
39
+ pin: "pinned this",
40
+ unpin: "unpinned this",
41
+ markAsFeatured: "marked this as featured",
42
+ unmarkAsFeatured: "unmarked this as featured"
39
43
  }
40
44
  });
41
45
  export {
@@ -22,20 +22,26 @@ const zh = flat({
22
22
  deleted: "该评论已被删除",
23
23
  emptyContent: "暂无评论内容",
24
24
  userActionLog: {
25
+ and: "和",
25
26
  added: "添加",
26
27
  removed: "移除",
27
28
  label: "标签",
28
- assigned: "分配给",
29
- unassigned: "取消分配给",
30
- selfAssigned: "分配给自己",
31
- selfUnassigned: "取消分配给自己",
29
+ labels: "标签",
30
+ assigned: "分配",
31
+ unassigned: "取消分配",
32
+ selfAssigned: "分配自己",
33
+ selfUnassigned: "取消分配自己",
32
34
  published: "发布",
33
35
  unpublished: "取消发布",
34
36
  changeTitle: "修改标题",
35
- edited: "编辑于",
36
- created: "创建于",
37
+ edited: "编辑",
38
+ created: "创建",
37
39
  changeBoard: "修改板块",
38
- mention: "提到"
40
+ mention: "提到",
41
+ pin: "置顶",
42
+ unpin: "取消置顶",
43
+ markAsFeatured: "标记为精品",
44
+ unmarkAsFeatured: "取消精品"
39
45
  }
40
46
  });
41
47
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/discuss-kit",
3
- "version": "2.0.32",
3
+ "version": "2.0.34",
4
4
  "description": "A react component for Discuss Kit blocklet.",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/es/index.js",
@@ -37,8 +37,8 @@
37
37
  "@arcblock/did-connect": "^2.10.1",
38
38
  "@arcblock/ux": "^2.10.1",
39
39
  "@arcblock/ws": "^1.18.123",
40
- "@blocklet/discuss-kit-ux": "2.0.32",
41
- "@blocklet/editor": "2.0.32",
40
+ "@blocklet/discuss-kit-ux": "2.0.34",
41
+ "@blocklet/editor": "2.0.34",
42
42
  "@blocklet/js-sdk": "^1.16.28",
43
43
  "@blocklet/ui-react": "^2.10.1",
44
44
  "@emotion/react": "^11.10.5",
@@ -78,5 +78,5 @@
78
78
  "vite-plugin-build": "^0.10.0",
79
79
  "vite-plugin-svgr": "^4.2.0"
80
80
  },
81
- "gitHead": "e033fe44010c8be31d9b1f5bdab70f9bf81d5fd9"
81
+ "gitHead": "b263e6028893327ab2c0d25d673cecc87cd6d0cb"
82
82
  }