@steedos/i18n 2.5.13-beta.7 → 2.5.13-beta.9
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/i18n",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.5.13-beta.
|
|
4
|
+
"version": "2.5.13-beta.9",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"author": "",
|
|
12
12
|
"license": "ISC",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@steedos/cachers": "2.5.13-beta.
|
|
14
|
+
"@steedos/cachers": "2.5.13-beta.9",
|
|
15
15
|
"i18next": "^19.3.4",
|
|
16
16
|
"i18next-sprintf-postprocessor": "^0.2.2",
|
|
17
17
|
"underscore": "1.13.4"
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "3c7f9046326982d3fc836500382679e75e05ba18"
|
|
26
26
|
}
|
|
@@ -550,10 +550,14 @@ CustomLabels:
|
|
|
550
550
|
cms_categories_edit: Edit Category
|
|
551
551
|
cms_categories_remove: Delete Category
|
|
552
552
|
cms_categories_error_deny_set_self: Can't set the Parent property to current categorie.
|
|
553
|
+
cms_categories_error_no_permission_to_create: Only workspace administrators and site members can create the categorie
|
|
553
554
|
cms_categories_error_no_permission_to_modify: Only workspace administrators and site members can modify the categorie
|
|
554
555
|
cms_categories_error_no_permission_to_delete: Only workspace administrators and site members can delete the categorie
|
|
555
556
|
cms_post_error_remove_unreads_fail: Remove post unread record failed
|
|
556
557
|
cms_posts_visibility: Visibility
|
|
558
|
+
cms_posts_error_no_permission_to_create: Only workspace administrators and site members can create the post
|
|
559
|
+
cms_posts_error_no_permission_to_modify: Only workspace administrators and site members can modify the post
|
|
560
|
+
cms_posts_error_no_permission_to_delete: Only workspace administrators and site members can delete the post
|
|
557
561
|
cms_posts_visibility_private: >-
|
|
558
562
|
Private(Only the post's author and published members can see and only the
|
|
559
563
|
site's collaborators can edit it.)
|
|
@@ -511,9 +511,13 @@ CustomLabels:
|
|
|
511
511
|
cms_categories_edit: 编辑栏目
|
|
512
512
|
cms_categories_remove: 删除栏目
|
|
513
513
|
cms_categories_error_deny_set_self: 不能修改上级栏目为当前栏目自身
|
|
514
|
+
cms_categories_error_no_permission_to_create: 工作区管理员和站点成员可以新建栏目
|
|
514
515
|
cms_categories_error_no_permission_to_modify: 工作区管理员和站点成员可以修改栏目
|
|
515
516
|
cms_categories_error_no_permission_to_delete: 工作区管理员和站点成员可以删除栏目
|
|
516
517
|
cms_post_error_remove_unreads_fail: 删除文章未读记录失败
|
|
518
|
+
cms_posts_error_no_permission_to_create: 工作区管理员和站点成员可以新建知识
|
|
519
|
+
cms_posts_error_no_permission_to_modify: 工作区管理员和站点成员可以修改知识
|
|
520
|
+
cms_posts_error_no_permission_to_delete: 工作区管理员和站点成员可以删除知识
|
|
517
521
|
cms_posts_visibility: 可见性
|
|
518
522
|
cms_posts_visibility_private: 私有(文章作者及发布对象可见,且只有作者或站点成员可以编辑。)
|
|
519
523
|
cms_posts_visibility_space: 工作区(此工作区的所有用户都可见,但只有作者或站点成员可以编辑。)
|