@steedos/i18n 2.5.12 → 2.5.13-beta.10

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.12",
4
+ "version": "2.5.13-beta.10",
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.12",
14
+ "@steedos/cachers": "2.5.13-beta.10",
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": "cdf06aa70a7b55d8dae3fdd62bb24d8fe004b5c9"
25
+ "gitHead": "f76edf1cd8bc1d159437aee9b83ca981f67dd2a1"
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,8 +550,14 @@ 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_create: Only workspace administrators and site members can create the categorie
554
+ cms_categories_error_no_permission_to_modify: Only workspace administrators and site members can modify the categorie
555
+ cms_categories_error_no_permission_to_delete: Only workspace administrators and site members can delete the categorie
551
556
  cms_post_error_remove_unreads_fail: Remove post unread record failed
552
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
553
561
  cms_posts_visibility_private: >-
554
562
  Private(Only the post's author and published members can see and only the
555
563
  site's collaborators can edit it.)
@@ -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,7 +511,13 @@ 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_create: 工作区管理员和站点成员可以新建栏目
515
+ cms_categories_error_no_permission_to_modify: 工作区管理员和站点成员可以修改栏目
516
+ cms_categories_error_no_permission_to_delete: 工作区管理员和站点成员可以删除栏目
512
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: 工作区管理员和站点成员可以删除知识
513
521
  cms_posts_visibility: 可见性
514
522
  cms_posts_visibility_private: 私有(文章作者及发布对象可见,且只有作者或站点成员可以编辑。)
515
523
  cms_posts_visibility_space: 工作区(此工作区的所有用户都可见,但只有作者或站点成员可以编辑。)
@@ -1858,8 +1866,8 @@ CustomLabels:
1858
1866
  reload:
1859
1867
  toastr_info: 重新加载中,请稍后...
1860
1868
  toastr_success: 已重新加载
1861
- disable:
1862
- title: 停用
1863
- text: 确定要停用
1864
- toast_info: 停用中,请稍后..
1865
- toastr_success: 已停用
1869
+ disable:
1870
+ title: 停用
1871
+ text: 确定要停用
1872
+ toast_info: 停用中,请稍后..
1873
+ toastr_success: 已停用