@steedos/i18n 2.5.13-beta.4 → 2.5.13-beta.6

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",
4
+ "version": "2.5.13-beta.6",
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.4",
14
+ "@steedos/cachers": "2.5.13-beta.6",
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": "7b5076de3ee46290073e9b12772b297e51cd8e71"
25
+ "gitHead": "b15157f84fc595440401ce05c73cf8723e31fc1f"
26
26
  }
@@ -536,6 +536,8 @@ CustomLabels:
536
536
  cms_sites_error_site_owner_only: Site owner only
537
537
  cms_sites_error_has_categories: Can't remove because it has categories
538
538
  cms_sites_error_has_posts: Can't remove because it has posts
539
+ cms_sites_error_no_permission_to_modify: Only workspace administrators and site members can modify the site
540
+ cms_sites_error_no_permission_to_delete: Only workspace administrators and site members can delete the site
539
541
  cms_sites_visibility: Visibility
540
542
  cms_sites_visibility_private: Private(Only the site's collaborators and owner can see.)
541
543
  cms_sites_visibility_team: Team(All users in the space can see.)
@@ -548,6 +550,8 @@ CustomLabels:
548
550
  cms_categories_edit: Edit Category
549
551
  cms_categories_remove: Delete Category
550
552
  cms_categories_error_deny_set_self: Can't set the Parent property to current categorie.
553
+ cms_categories_error_no_permission_to_modify: Only workspace administrators and site members can modify the categorie
554
+ cms_categories_error_no_permission_to_delete: Only workspace administrators and site members can delete the categorie
551
555
  cms_post_error_remove_unreads_fail: Remove post unread record failed
552
556
  cms_posts_visibility: Visibility
553
557
  cms_posts_visibility_private: >-
@@ -498,6 +498,8 @@ CustomLabels:
498
498
  cms_sites_error_site_owner_only: 所有者才能进行修改
499
499
  cms_sites_error_has_categories: 该站点下有栏目,不能删除
500
500
  cms_sites_error_has_posts: 该站点下有文章,不能删除
501
+ cms_sites_error_no_permission_to_modify: 工作区管理员和站点成员可以修改站点
502
+ cms_sites_error_no_permission_to_delete: 工作区管理员和站点成员可以删除站点
501
503
  cms_sites_visibility: 可见性
502
504
  cms_sites_visibility_private: 私有(此站点不公开,只有站点成员可见。)
503
505
  cms_sites_visibility_team: 工作区(此工作区的所有用户都可见,但只有站点成员可以编辑。)
@@ -509,6 +511,8 @@ CustomLabels:
509
511
  cms_categories_edit: 编辑栏目
510
512
  cms_categories_remove: 删除栏目
511
513
  cms_categories_error_deny_set_self: 不能修改上级栏目为当前栏目自身
514
+ cms_categories_error_no_permission_to_modify: 工作区管理员和站点成员可以修改栏目
515
+ cms_categories_error_no_permission_to_delete: 工作区管理员和站点成员可以删除栏目
512
516
  cms_post_error_remove_unreads_fail: 删除文章未读记录失败
513
517
  cms_posts_visibility: 可见性
514
518
  cms_posts_visibility_private: 私有(文章作者及发布对象可见,且只有作者或站点成员可以编辑。)