@commercetools-frontend-extensions/export-resources-modal 4.1.3 → 4.2.1

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.
@@ -13,26 +13,10 @@ var zhCN = {
13
13
  developer_comment: "Label for \"Continue\" button",
14
14
  string: "继续"
15
15
  },
16
- "ExportResourcesModal.exportAllMessage": {
17
- developer_comment: "All resources will be exported",
18
- string: "将导出全部 <b>{count}</b> 个 {resourceType}。"
19
- },
20
- "ExportResourcesModal.exportAllResources": {
21
- developer_comment: "Export All selection",
22
- string: "导出全部 {resourceType}({count} 个)"
23
- },
24
16
  "ExportResourcesModal.exportBasedOnMyViewsMessage": {
25
17
  developer_comment: "Select Export setttings based on my views",
26
18
  string: "选择基于以下条件导出设置:"
27
19
  },
28
- "ExportResourcesModal.exportMatchingMessage": {
29
- developer_comment: "resources will be exported",
30
- string: "将导出 <b>{count}</b> 个 {resourceType}。"
31
- },
32
- "ExportResourcesModal.exportOnlySelectedResources": {
33
- developer_comment: "Export only selected resources",
34
- string: "导出选定的 {resourceType}({count} 个)"
35
- },
36
20
  "ExportResourcesModal.exportOperationSuccessMessage": {
37
21
  developer_comment: "Success message",
38
22
  string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
@@ -41,24 +25,24 @@ var zhCN = {
41
25
  developer_comment: "Label for Export Scope",
42
26
  string: "范围"
43
27
  },
44
- "ExportResourcesModal.exportScopeAll": {
45
- developer_comment: "Label for Export All",
46
- string: "导出全部:{total} 个类别"
28
+ "ExportResourcesModal.exportScopeAllCategories": {
29
+ developer_comment: "Label for Export All categories",
30
+ string: "Export all: {total} categories"
47
31
  },
48
- "ExportResourcesModal.exportScopeSelected": {
49
- developer_comment: "Label for Export Selected",
50
- string: "导出选定内容:{total} 个类别"
32
+ "ExportResourcesModal.exportScopeAllProducts": {
33
+ developer_comment: "Label for Export All products",
34
+ string: "Export all: {total} products"
51
35
  },
52
- "ExportResourcesModal.exportScopeSelectedWithoutCount": {
53
- developer_comment: "Label for Export Selected without count",
54
- string: "导出选定内容"
36
+ "ExportResourcesModal.exportScopeSelectedCategories": {
37
+ developer_comment: "Label for Export Selected categories",
38
+ string: "Export selected: {total} categories"
55
39
  },
56
- "ExportResourcesModal.exportSelectedMessage": {
57
- developer_comment: "resources are selected and will be exported",
58
- string: "已选择并将导出 <b>{count}</b> 个 {resourceType}。"
40
+ "ExportResourcesModal.exportScopeSelectedProducts": {
41
+ developer_comment: "Label for Export Selected products",
42
+ string: "Export selected: {total} products"
59
43
  },
60
- "ExportResourcesModal.exportSelection": {
61
- developer_comment: "Export selection",
44
+ "ExportResourcesModal.exportScopeSelectedWithoutCount": {
45
+ developer_comment: "Label for Export Selected without count",
62
46
  string: "导出选定内容"
63
47
  },
64
48
  "ExportResourcesModal.exportSettings": {
@@ -89,9 +73,13 @@ var zhCN = {
89
73
  developer_comment: "Error when no locale is selected",
90
74
  string: "请选择至少一个区域设置"
91
75
  },
92
- "ExportResourcesModal.modalTitle": {
93
- developer_comment: "Label for the modal title",
94
- string: "导出 {resourceType}"
76
+ "ExportResourcesModal.modalTitle.category": {
77
+ developer_comment: "Label for the categories modal title",
78
+ string: "Export categories"
79
+ },
80
+ "ExportResourcesModal.modalTitle.product": {
81
+ developer_comment: "Label for the products modal title",
82
+ string: "Export products"
95
83
  },
96
84
  "ExportResourcesModal.myViews": {
97
85
  developer_comment: "Label for \"My Views\" Select Field",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend-extensions/export-resources-modal",
3
3
  "description": "Shared export modal for exporting resources",
4
- "version": "4.1.3",
4
+ "version": "4.2.1",
5
5
  "license": "BSD-3-Clause",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -17,7 +17,7 @@
17
17
  "dependencies": {
18
18
  "@babel/runtime": "7.24.7",
19
19
  "@babel/runtime-corejs3": "7.24.7",
20
- "@commercetools-frontend/experimental-components": "6.1.1",
20
+ "@commercetools-frontend/experimental-components": "6.1.2",
21
21
  "@emotion/react": "11.11.4",
22
22
  "@emotion/styled": "11.11.5",
23
23
  "@formatjs/cli": "6.2.12",
@@ -30,17 +30,17 @@
30
30
  "react": "17.0.2"
31
31
  },
32
32
  "devDependencies": {
33
- "@commercetools-frontend/actions-global": "22.28.0",
34
- "@commercetools-frontend/application-components": "22.28.0",
35
- "@commercetools-frontend/application-shell": "22.28.0",
36
- "@commercetools-frontend/application-shell-connectors": "22.28.0",
37
- "@commercetools-frontend/constants": "22.28.0",
38
- "@commercetools-frontend/i18n": "22.28.0",
39
- "@commercetools-frontend/jest-preset-mc-app": "22.28.0",
40
- "@commercetools-frontend/sdk": "22.28.0",
41
- "@commercetools-frontend/sentry": "22.28.0",
42
- "@commercetools-frontend/ui-kit": "19.6.0",
43
- "@commercetools-uikit/design-system": "19.6.0",
33
+ "@commercetools-frontend/actions-global": "22.29.0",
34
+ "@commercetools-frontend/application-components": "22.29.0",
35
+ "@commercetools-frontend/application-shell": "22.29.0",
36
+ "@commercetools-frontend/application-shell-connectors": "22.29.0",
37
+ "@commercetools-frontend/constants": "22.29.0",
38
+ "@commercetools-frontend/i18n": "22.29.0",
39
+ "@commercetools-frontend/jest-preset-mc-app": "22.29.0",
40
+ "@commercetools-frontend/sdk": "22.29.0",
41
+ "@commercetools-frontend/sentry": "22.29.0",
42
+ "@commercetools-frontend/ui-kit": "19.7.0",
43
+ "@commercetools-uikit/design-system": "19.7.0",
44
44
  "@preconstruct/cli": "2.8.4",
45
45
  "@types/jest": "29.5.12",
46
46
  "@types/testing-library__jest-dom": "^5.14.5",
@@ -51,17 +51,17 @@
51
51
  "rimraf": "5.0.7"
52
52
  },
53
53
  "peerDependencies": {
54
- "@commercetools-frontend/actions-global": "22.28.0",
55
- "@commercetools-frontend/application-components": "22.28.0",
56
- "@commercetools-frontend/application-shell": "22.28.0",
57
- "@commercetools-frontend/application-shell-connectors": "22.28.0",
58
- "@commercetools-frontend/constants": "22.28.0",
59
- "@commercetools-frontend/i18n": "22.28.0",
60
- "@commercetools-frontend/jest-preset-mc-app": "22.28.0",
61
- "@commercetools-frontend/sdk": "22.28.0",
62
- "@commercetools-frontend/sentry": "22.28.0",
63
- "@commercetools-frontend/ui-kit": "19.6.0",
64
- "@commercetools-uikit/design-system": "19.6.0",
54
+ "@commercetools-frontend/actions-global": "22.29.0",
55
+ "@commercetools-frontend/application-components": "22.29.0",
56
+ "@commercetools-frontend/application-shell": "22.29.0",
57
+ "@commercetools-frontend/application-shell-connectors": "22.29.0",
58
+ "@commercetools-frontend/constants": "22.29.0",
59
+ "@commercetools-frontend/i18n": "22.29.0",
60
+ "@commercetools-frontend/jest-preset-mc-app": "22.29.0",
61
+ "@commercetools-frontend/sdk": "22.29.0",
62
+ "@commercetools-frontend/sentry": "22.29.0",
63
+ "@commercetools-frontend/ui-kit": "19.7.0",
64
+ "@commercetools-uikit/design-system": "19.7.0",
65
65
  "react-intl": "6.x",
66
66
  "react-redux": "7.x",
67
67
  "redux": "4.x"