@commercetools-frontend-extensions/export-resources-modal 0.0.0-canary-20240701104218 → 0.0.0-canary-20240703150208
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/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +33 -8
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +33 -8
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +33 -8
- package/dist/{de-82710cdd.cjs.dev.js → de-2a6234a5.cjs.dev.js} +21 -33
- package/dist/{de-b9d63c63.cjs.prod.js → de-4316954a.cjs.prod.js} +21 -33
- package/dist/{de-46061c8d.esm.js → de-9c23a6d0.esm.js} +21 -33
- package/dist/declarations/src/@constants/exportable-resources.d.ts +1 -0
- package/dist/declarations/src/@types/export-resources-modal-shape.d.ts +4 -4
- package/dist/{en-f925e246.cjs.prod.js → en-3ff78dd6.cjs.prod.js} +19 -31
- package/dist/{en-89c3433d.cjs.dev.js → en-824a97a4.cjs.dev.js} +19 -31
- package/dist/{en-ccae410d.esm.js → en-918b9076.esm.js} +19 -31
- package/dist/{es-4070c248.cjs.dev.js → es-2adfbcfc.cjs.dev.js} +21 -33
- package/dist/{es-bc8419ea.esm.js → es-96a36990.esm.js} +21 -33
- package/dist/{es-27083d0c.cjs.prod.js → es-b80ca82c.cjs.prod.js} +21 -33
- package/dist/{fr-FR-8f0fa6f5.cjs.dev.js → fr-FR-6c989046.cjs.prod.js} +21 -33
- package/dist/{fr-FR-88c9c9ec.esm.js → fr-FR-8589dc5c.esm.js} +21 -33
- package/dist/{fr-FR-a10662d7.cjs.prod.js → fr-FR-d36cb786.cjs.dev.js} +21 -33
- package/dist/{pt-BR-3564f4a9.cjs.prod.js → pt-BR-6dc77a9e.cjs.dev.js} +21 -33
- package/dist/{pt-BR-0e5eed49.esm.js → pt-BR-aef7dfa4.esm.js} +21 -33
- package/dist/{pt-BR-fb2a1e7b.cjs.dev.js → pt-BR-b8807555.cjs.prod.js} +21 -33
- package/dist/{zh-CN-8bc9c078.cjs.dev.js → zh-CN-086bca26.cjs.dev.js} +21 -33
- package/dist/{zh-CN-5b6b0a01.esm.js → zh-CN-b9eaf9b3.esm.js} +21 -33
- package/dist/{zh-CN-ed634d04.cjs.prod.js → zh-CN-e961895b.cjs.prod.js} +21 -33
- package/package.json +1 -1
|
@@ -13,26 +13,10 @@ var en = {
|
|
|
13
13
|
developer_comment: "Label for \"Continue\" button",
|
|
14
14
|
string: "Continue"
|
|
15
15
|
},
|
|
16
|
-
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
-
developer_comment: "All resources will be exported",
|
|
18
|
-
string: "All <b>{count}</b> {resourceType} will be exported."
|
|
19
|
-
},
|
|
20
|
-
"ExportResourcesModal.exportAllResources": {
|
|
21
|
-
developer_comment: "Export All selection",
|
|
22
|
-
string: "Export all {resourceType} ({count})"
|
|
23
|
-
},
|
|
24
16
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
17
|
developer_comment: "Select Export setttings based on my views",
|
|
26
18
|
string: "Select export settings based on:"
|
|
27
19
|
},
|
|
28
|
-
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
-
developer_comment: "resources will be exported",
|
|
30
|
-
string: "<b>{count}</b> {resourceType} will be exported."
|
|
31
|
-
},
|
|
32
|
-
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
-
developer_comment: "Export only selected resources",
|
|
34
|
-
string: "Export selected {resourceType} ({count})"
|
|
35
|
-
},
|
|
36
20
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
21
|
developer_comment: "Success message",
|
|
38
22
|
string: "<b>Your export has started.</b> <newline></newline><logsLink>Go to Export logs</logsLink> to view the progress and download the file."
|
|
@@ -41,26 +25,26 @@ var en = {
|
|
|
41
25
|
developer_comment: "Label for Export Scope",
|
|
42
26
|
string: "Scope"
|
|
43
27
|
},
|
|
44
|
-
"ExportResourcesModal.
|
|
45
|
-
developer_comment: "Label for Export All",
|
|
28
|
+
"ExportResourcesModal.exportScopeAllCategories": {
|
|
29
|
+
developer_comment: "Label for Export All categories",
|
|
46
30
|
string: "Export all: {total} categories"
|
|
47
31
|
},
|
|
48
|
-
"ExportResourcesModal.
|
|
49
|
-
developer_comment: "Label for Export
|
|
32
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
|
+
developer_comment: "Label for Export All products",
|
|
34
|
+
string: "Export all: {total} products"
|
|
35
|
+
},
|
|
36
|
+
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
37
|
+
developer_comment: "Label for Export Selected categories",
|
|
50
38
|
string: "Export selected: {total} categories"
|
|
51
39
|
},
|
|
40
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
|
+
developer_comment: "Label for Export Selected products",
|
|
42
|
+
string: "Export selected: {total} products"
|
|
43
|
+
},
|
|
52
44
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
53
45
|
developer_comment: "Label for Export Selected without count",
|
|
54
46
|
string: "Export selected"
|
|
55
47
|
},
|
|
56
|
-
"ExportResourcesModal.exportSelectedMessage": {
|
|
57
|
-
developer_comment: "resources are selected and will be exported",
|
|
58
|
-
string: "<b>{count}</b> {resourceType} are selected and will be exported."
|
|
59
|
-
},
|
|
60
|
-
"ExportResourcesModal.exportSelection": {
|
|
61
|
-
developer_comment: "Export selection",
|
|
62
|
-
string: "Export selection"
|
|
63
|
-
},
|
|
64
48
|
"ExportResourcesModal.exportSettings": {
|
|
65
49
|
developer_comment: "Label for Export Settings",
|
|
66
50
|
string: "Settings"
|
|
@@ -89,9 +73,13 @@ var en = {
|
|
|
89
73
|
developer_comment: "Error when no locale is selected",
|
|
90
74
|
string: "Please select at least one locale"
|
|
91
75
|
},
|
|
92
|
-
"ExportResourcesModal.modalTitle": {
|
|
93
|
-
developer_comment: "Label for the modal title",
|
|
94
|
-
string: "Export
|
|
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",
|
|
@@ -11,26 +11,10 @@ var en = {
|
|
|
11
11
|
developer_comment: "Label for \"Continue\" button",
|
|
12
12
|
string: "Continue"
|
|
13
13
|
},
|
|
14
|
-
"ExportResourcesModal.exportAllMessage": {
|
|
15
|
-
developer_comment: "All resources will be exported",
|
|
16
|
-
string: "All <b>{count}</b> {resourceType} will be exported."
|
|
17
|
-
},
|
|
18
|
-
"ExportResourcesModal.exportAllResources": {
|
|
19
|
-
developer_comment: "Export All selection",
|
|
20
|
-
string: "Export all {resourceType} ({count})"
|
|
21
|
-
},
|
|
22
14
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
23
15
|
developer_comment: "Select Export setttings based on my views",
|
|
24
16
|
string: "Select export settings based on:"
|
|
25
17
|
},
|
|
26
|
-
"ExportResourcesModal.exportMatchingMessage": {
|
|
27
|
-
developer_comment: "resources will be exported",
|
|
28
|
-
string: "<b>{count}</b> {resourceType} will be exported."
|
|
29
|
-
},
|
|
30
|
-
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
31
|
-
developer_comment: "Export only selected resources",
|
|
32
|
-
string: "Export selected {resourceType} ({count})"
|
|
33
|
-
},
|
|
34
18
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
35
19
|
developer_comment: "Success message",
|
|
36
20
|
string: "<b>Your export has started.</b> <newline></newline><logsLink>Go to Export logs</logsLink> to view the progress and download the file."
|
|
@@ -39,26 +23,26 @@ var en = {
|
|
|
39
23
|
developer_comment: "Label for Export Scope",
|
|
40
24
|
string: "Scope"
|
|
41
25
|
},
|
|
42
|
-
"ExportResourcesModal.
|
|
43
|
-
developer_comment: "Label for Export All",
|
|
26
|
+
"ExportResourcesModal.exportScopeAllCategories": {
|
|
27
|
+
developer_comment: "Label for Export All categories",
|
|
44
28
|
string: "Export all: {total} categories"
|
|
45
29
|
},
|
|
46
|
-
"ExportResourcesModal.
|
|
47
|
-
developer_comment: "Label for Export
|
|
30
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
31
|
+
developer_comment: "Label for Export All products",
|
|
32
|
+
string: "Export all: {total} products"
|
|
33
|
+
},
|
|
34
|
+
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
35
|
+
developer_comment: "Label for Export Selected categories",
|
|
48
36
|
string: "Export selected: {total} categories"
|
|
49
37
|
},
|
|
38
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
39
|
+
developer_comment: "Label for Export Selected products",
|
|
40
|
+
string: "Export selected: {total} products"
|
|
41
|
+
},
|
|
50
42
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
51
43
|
developer_comment: "Label for Export Selected without count",
|
|
52
44
|
string: "Export selected"
|
|
53
45
|
},
|
|
54
|
-
"ExportResourcesModal.exportSelectedMessage": {
|
|
55
|
-
developer_comment: "resources are selected and will be exported",
|
|
56
|
-
string: "<b>{count}</b> {resourceType} are selected and will be exported."
|
|
57
|
-
},
|
|
58
|
-
"ExportResourcesModal.exportSelection": {
|
|
59
|
-
developer_comment: "Export selection",
|
|
60
|
-
string: "Export selection"
|
|
61
|
-
},
|
|
62
46
|
"ExportResourcesModal.exportSettings": {
|
|
63
47
|
developer_comment: "Label for Export Settings",
|
|
64
48
|
string: "Settings"
|
|
@@ -87,9 +71,13 @@ var en = {
|
|
|
87
71
|
developer_comment: "Error when no locale is selected",
|
|
88
72
|
string: "Please select at least one locale"
|
|
89
73
|
},
|
|
90
|
-
"ExportResourcesModal.modalTitle": {
|
|
91
|
-
developer_comment: "Label for the modal title",
|
|
92
|
-
string: "Export
|
|
74
|
+
"ExportResourcesModal.modalTitle.category": {
|
|
75
|
+
developer_comment: "Label for the categories modal title",
|
|
76
|
+
string: "Export categories"
|
|
77
|
+
},
|
|
78
|
+
"ExportResourcesModal.modalTitle.product": {
|
|
79
|
+
developer_comment: "Label for the products modal title",
|
|
80
|
+
string: "Export products"
|
|
93
81
|
},
|
|
94
82
|
"ExportResourcesModal.myViews": {
|
|
95
83
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
@@ -13,26 +13,10 @@ var es = {
|
|
|
13
13
|
developer_comment: "Label for \"Continue\" button",
|
|
14
14
|
string: "Continuar"
|
|
15
15
|
},
|
|
16
|
-
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
-
developer_comment: "All resources will be exported",
|
|
18
|
-
string: "Los <b>{count}</b> {resourceType} se exportarán."
|
|
19
|
-
},
|
|
20
|
-
"ExportResourcesModal.exportAllResources": {
|
|
21
|
-
developer_comment: "Export All selection",
|
|
22
|
-
string: "Exportar los {resourceType} ({count})"
|
|
23
|
-
},
|
|
24
16
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
17
|
developer_comment: "Select Export setttings based on my views",
|
|
26
18
|
string: "Seleccionar las configuraciones de exportación basándose en:"
|
|
27
19
|
},
|
|
28
|
-
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
-
developer_comment: "resources will be exported",
|
|
30
|
-
string: "<b>{count}</b> {resourceType} se exportarán."
|
|
31
|
-
},
|
|
32
|
-
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
-
developer_comment: "Export only selected resources",
|
|
34
|
-
string: "Exportar los {resourceType} ({count}) seleccionados"
|
|
35
|
-
},
|
|
36
20
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
21
|
developer_comment: "Success message",
|
|
38
22
|
string: "<b>Tu exportación ha comenzado.</b> <newline></newline><logsLink>Ve a Registros de exportación</logsLink> para ver el progreso y descargar el archivo."
|
|
@@ -41,26 +25,26 @@ var es = {
|
|
|
41
25
|
developer_comment: "Label for Export Scope",
|
|
42
26
|
string: "Ámbito"
|
|
43
27
|
},
|
|
44
|
-
"ExportResourcesModal.
|
|
45
|
-
developer_comment: "Label for Export All",
|
|
46
|
-
string: "
|
|
28
|
+
"ExportResourcesModal.exportScopeAllCategories": {
|
|
29
|
+
developer_comment: "Label for Export All categories",
|
|
30
|
+
string: "Export all: {total} categories"
|
|
31
|
+
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
|
+
developer_comment: "Label for Export All products",
|
|
34
|
+
string: "Export all: {total} products"
|
|
47
35
|
},
|
|
48
|
-
"ExportResourcesModal.
|
|
49
|
-
developer_comment: "Label for Export Selected",
|
|
50
|
-
string: "
|
|
36
|
+
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
37
|
+
developer_comment: "Label for Export Selected categories",
|
|
38
|
+
string: "Export selected: {total} categories"
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
|
+
developer_comment: "Label for Export Selected products",
|
|
42
|
+
string: "Export selected: {total} products"
|
|
51
43
|
},
|
|
52
44
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
53
45
|
developer_comment: "Label for Export Selected without count",
|
|
54
46
|
string: "Exportar selección"
|
|
55
47
|
},
|
|
56
|
-
"ExportResourcesModal.exportSelectedMessage": {
|
|
57
|
-
developer_comment: "resources are selected and will be exported",
|
|
58
|
-
string: "<b>{count}</b> {resourceType} se han seleccionado y se exportarán."
|
|
59
|
-
},
|
|
60
|
-
"ExportResourcesModal.exportSelection": {
|
|
61
|
-
developer_comment: "Export selection",
|
|
62
|
-
string: "Exportar la selección"
|
|
63
|
-
},
|
|
64
48
|
"ExportResourcesModal.exportSettings": {
|
|
65
49
|
developer_comment: "Label for Export Settings",
|
|
66
50
|
string: "Configuraciones"
|
|
@@ -89,9 +73,13 @@ var es = {
|
|
|
89
73
|
developer_comment: "Error when no locale is selected",
|
|
90
74
|
string: "Selecciona al menos un idioma"
|
|
91
75
|
},
|
|
92
|
-
"ExportResourcesModal.modalTitle": {
|
|
93
|
-
developer_comment: "Label for the modal title",
|
|
94
|
-
string: "
|
|
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",
|
|
@@ -11,26 +11,10 @@ var es = {
|
|
|
11
11
|
developer_comment: "Label for \"Continue\" button",
|
|
12
12
|
string: "Continuar"
|
|
13
13
|
},
|
|
14
|
-
"ExportResourcesModal.exportAllMessage": {
|
|
15
|
-
developer_comment: "All resources will be exported",
|
|
16
|
-
string: "Los <b>{count}</b> {resourceType} se exportarán."
|
|
17
|
-
},
|
|
18
|
-
"ExportResourcesModal.exportAllResources": {
|
|
19
|
-
developer_comment: "Export All selection",
|
|
20
|
-
string: "Exportar los {resourceType} ({count})"
|
|
21
|
-
},
|
|
22
14
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
23
15
|
developer_comment: "Select Export setttings based on my views",
|
|
24
16
|
string: "Seleccionar las configuraciones de exportación basándose en:"
|
|
25
17
|
},
|
|
26
|
-
"ExportResourcesModal.exportMatchingMessage": {
|
|
27
|
-
developer_comment: "resources will be exported",
|
|
28
|
-
string: "<b>{count}</b> {resourceType} se exportarán."
|
|
29
|
-
},
|
|
30
|
-
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
31
|
-
developer_comment: "Export only selected resources",
|
|
32
|
-
string: "Exportar los {resourceType} ({count}) seleccionados"
|
|
33
|
-
},
|
|
34
18
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
35
19
|
developer_comment: "Success message",
|
|
36
20
|
string: "<b>Tu exportación ha comenzado.</b> <newline></newline><logsLink>Ve a Registros de exportación</logsLink> para ver el progreso y descargar el archivo."
|
|
@@ -39,26 +23,26 @@ var es = {
|
|
|
39
23
|
developer_comment: "Label for Export Scope",
|
|
40
24
|
string: "Ámbito"
|
|
41
25
|
},
|
|
42
|
-
"ExportResourcesModal.
|
|
43
|
-
developer_comment: "Label for Export All",
|
|
44
|
-
string: "
|
|
26
|
+
"ExportResourcesModal.exportScopeAllCategories": {
|
|
27
|
+
developer_comment: "Label for Export All categories",
|
|
28
|
+
string: "Export all: {total} categories"
|
|
29
|
+
},
|
|
30
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
31
|
+
developer_comment: "Label for Export All products",
|
|
32
|
+
string: "Export all: {total} products"
|
|
45
33
|
},
|
|
46
|
-
"ExportResourcesModal.
|
|
47
|
-
developer_comment: "Label for Export Selected",
|
|
48
|
-
string: "
|
|
34
|
+
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
35
|
+
developer_comment: "Label for Export Selected categories",
|
|
36
|
+
string: "Export selected: {total} categories"
|
|
37
|
+
},
|
|
38
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
39
|
+
developer_comment: "Label for Export Selected products",
|
|
40
|
+
string: "Export selected: {total} products"
|
|
49
41
|
},
|
|
50
42
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
51
43
|
developer_comment: "Label for Export Selected without count",
|
|
52
44
|
string: "Exportar selección"
|
|
53
45
|
},
|
|
54
|
-
"ExportResourcesModal.exportSelectedMessage": {
|
|
55
|
-
developer_comment: "resources are selected and will be exported",
|
|
56
|
-
string: "<b>{count}</b> {resourceType} se han seleccionado y se exportarán."
|
|
57
|
-
},
|
|
58
|
-
"ExportResourcesModal.exportSelection": {
|
|
59
|
-
developer_comment: "Export selection",
|
|
60
|
-
string: "Exportar la selección"
|
|
61
|
-
},
|
|
62
46
|
"ExportResourcesModal.exportSettings": {
|
|
63
47
|
developer_comment: "Label for Export Settings",
|
|
64
48
|
string: "Configuraciones"
|
|
@@ -87,9 +71,13 @@ var es = {
|
|
|
87
71
|
developer_comment: "Error when no locale is selected",
|
|
88
72
|
string: "Selecciona al menos un idioma"
|
|
89
73
|
},
|
|
90
|
-
"ExportResourcesModal.modalTitle": {
|
|
91
|
-
developer_comment: "Label for the modal title",
|
|
92
|
-
string: "
|
|
74
|
+
"ExportResourcesModal.modalTitle.category": {
|
|
75
|
+
developer_comment: "Label for the categories modal title",
|
|
76
|
+
string: "Export categories"
|
|
77
|
+
},
|
|
78
|
+
"ExportResourcesModal.modalTitle.product": {
|
|
79
|
+
developer_comment: "Label for the products modal title",
|
|
80
|
+
string: "Export products"
|
|
93
81
|
},
|
|
94
82
|
"ExportResourcesModal.myViews": {
|
|
95
83
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
@@ -13,26 +13,10 @@ var es = {
|
|
|
13
13
|
developer_comment: "Label for \"Continue\" button",
|
|
14
14
|
string: "Continuar"
|
|
15
15
|
},
|
|
16
|
-
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
-
developer_comment: "All resources will be exported",
|
|
18
|
-
string: "Los <b>{count}</b> {resourceType} se exportarán."
|
|
19
|
-
},
|
|
20
|
-
"ExportResourcesModal.exportAllResources": {
|
|
21
|
-
developer_comment: "Export All selection",
|
|
22
|
-
string: "Exportar los {resourceType} ({count})"
|
|
23
|
-
},
|
|
24
16
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
17
|
developer_comment: "Select Export setttings based on my views",
|
|
26
18
|
string: "Seleccionar las configuraciones de exportación basándose en:"
|
|
27
19
|
},
|
|
28
|
-
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
-
developer_comment: "resources will be exported",
|
|
30
|
-
string: "<b>{count}</b> {resourceType} se exportarán."
|
|
31
|
-
},
|
|
32
|
-
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
-
developer_comment: "Export only selected resources",
|
|
34
|
-
string: "Exportar los {resourceType} ({count}) seleccionados"
|
|
35
|
-
},
|
|
36
20
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
21
|
developer_comment: "Success message",
|
|
38
22
|
string: "<b>Tu exportación ha comenzado.</b> <newline></newline><logsLink>Ve a Registros de exportación</logsLink> para ver el progreso y descargar el archivo."
|
|
@@ -41,26 +25,26 @@ var es = {
|
|
|
41
25
|
developer_comment: "Label for Export Scope",
|
|
42
26
|
string: "Ámbito"
|
|
43
27
|
},
|
|
44
|
-
"ExportResourcesModal.
|
|
45
|
-
developer_comment: "Label for Export All",
|
|
46
|
-
string: "
|
|
28
|
+
"ExportResourcesModal.exportScopeAllCategories": {
|
|
29
|
+
developer_comment: "Label for Export All categories",
|
|
30
|
+
string: "Export all: {total} categories"
|
|
31
|
+
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
|
+
developer_comment: "Label for Export All products",
|
|
34
|
+
string: "Export all: {total} products"
|
|
47
35
|
},
|
|
48
|
-
"ExportResourcesModal.
|
|
49
|
-
developer_comment: "Label for Export Selected",
|
|
50
|
-
string: "
|
|
36
|
+
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
37
|
+
developer_comment: "Label for Export Selected categories",
|
|
38
|
+
string: "Export selected: {total} categories"
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
|
+
developer_comment: "Label for Export Selected products",
|
|
42
|
+
string: "Export selected: {total} products"
|
|
51
43
|
},
|
|
52
44
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
53
45
|
developer_comment: "Label for Export Selected without count",
|
|
54
46
|
string: "Exportar selección"
|
|
55
47
|
},
|
|
56
|
-
"ExportResourcesModal.exportSelectedMessage": {
|
|
57
|
-
developer_comment: "resources are selected and will be exported",
|
|
58
|
-
string: "<b>{count}</b> {resourceType} se han seleccionado y se exportarán."
|
|
59
|
-
},
|
|
60
|
-
"ExportResourcesModal.exportSelection": {
|
|
61
|
-
developer_comment: "Export selection",
|
|
62
|
-
string: "Exportar la selección"
|
|
63
|
-
},
|
|
64
48
|
"ExportResourcesModal.exportSettings": {
|
|
65
49
|
developer_comment: "Label for Export Settings",
|
|
66
50
|
string: "Configuraciones"
|
|
@@ -89,9 +73,13 @@ var es = {
|
|
|
89
73
|
developer_comment: "Error when no locale is selected",
|
|
90
74
|
string: "Selecciona al menos un idioma"
|
|
91
75
|
},
|
|
92
|
-
"ExportResourcesModal.modalTitle": {
|
|
93
|
-
developer_comment: "Label for the modal title",
|
|
94
|
-
string: "
|
|
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",
|
|
@@ -13,26 +13,10 @@ var frFR = {
|
|
|
13
13
|
developer_comment: "Label for \"Continue\" button",
|
|
14
14
|
string: "Continuer"
|
|
15
15
|
},
|
|
16
|
-
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
-
developer_comment: "All resources will be exported",
|
|
18
|
-
string: "Tous les <b>{count}</b> {resourceType} seront exportés."
|
|
19
|
-
},
|
|
20
|
-
"ExportResourcesModal.exportAllResources": {
|
|
21
|
-
developer_comment: "Export All selection",
|
|
22
|
-
string: "Exporter tous les {resourceType} ({count})"
|
|
23
|
-
},
|
|
24
16
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
17
|
developer_comment: "Select Export setttings based on my views",
|
|
26
18
|
string: "Sélectionnez les paramètres d'exportation sur la base de :"
|
|
27
19
|
},
|
|
28
|
-
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
-
developer_comment: "resources will be exported",
|
|
30
|
-
string: "<b>{count}</b> {resourceType} seront exportés."
|
|
31
|
-
},
|
|
32
|
-
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
-
developer_comment: "Export only selected resources",
|
|
34
|
-
string: "Exporter la sélection {resourceType} ({count})"
|
|
35
|
-
},
|
|
36
20
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
21
|
developer_comment: "Success message",
|
|
38
22
|
string: "<b>Votre exportation a démarré.</b><newline></newline> <logsLink>Allez dans Journaux d'importation</logsLink> pour voir la progression et télécharger le fichier."
|
|
@@ -41,26 +25,26 @@ var frFR = {
|
|
|
41
25
|
developer_comment: "Label for Export Scope",
|
|
42
26
|
string: "Étendue"
|
|
43
27
|
},
|
|
44
|
-
"ExportResourcesModal.
|
|
45
|
-
developer_comment: "Label for Export All",
|
|
46
|
-
string: "
|
|
28
|
+
"ExportResourcesModal.exportScopeAllCategories": {
|
|
29
|
+
developer_comment: "Label for Export All categories",
|
|
30
|
+
string: "Export all: {total} categories"
|
|
31
|
+
},
|
|
32
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
33
|
+
developer_comment: "Label for Export All products",
|
|
34
|
+
string: "Export all: {total} products"
|
|
47
35
|
},
|
|
48
|
-
"ExportResourcesModal.
|
|
49
|
-
developer_comment: "Label for Export Selected",
|
|
50
|
-
string: "
|
|
36
|
+
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
37
|
+
developer_comment: "Label for Export Selected categories",
|
|
38
|
+
string: "Export selected: {total} categories"
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
41
|
+
developer_comment: "Label for Export Selected products",
|
|
42
|
+
string: "Export selected: {total} products"
|
|
51
43
|
},
|
|
52
44
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
53
45
|
developer_comment: "Label for Export Selected without count",
|
|
54
46
|
string: "Sélection d'exportation"
|
|
55
47
|
},
|
|
56
|
-
"ExportResourcesModal.exportSelectedMessage": {
|
|
57
|
-
developer_comment: "resources are selected and will be exported",
|
|
58
|
-
string: "<b>{count}</b> {resourceType} sont sélectionnés et seront exportés."
|
|
59
|
-
},
|
|
60
|
-
"ExportResourcesModal.exportSelection": {
|
|
61
|
-
developer_comment: "Export selection",
|
|
62
|
-
string: "Exporter la sélection"
|
|
63
|
-
},
|
|
64
48
|
"ExportResourcesModal.exportSettings": {
|
|
65
49
|
developer_comment: "Label for Export Settings",
|
|
66
50
|
string: "Paramètres"
|
|
@@ -89,9 +73,13 @@ var frFR = {
|
|
|
89
73
|
developer_comment: "Error when no locale is selected",
|
|
90
74
|
string: "Veuillez sélectionner au moins une langue"
|
|
91
75
|
},
|
|
92
|
-
"ExportResourcesModal.modalTitle": {
|
|
93
|
-
developer_comment: "Label for the modal title",
|
|
94
|
-
string: "
|
|
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",
|
|
@@ -11,26 +11,10 @@ var frFR = {
|
|
|
11
11
|
developer_comment: "Label for \"Continue\" button",
|
|
12
12
|
string: "Continuer"
|
|
13
13
|
},
|
|
14
|
-
"ExportResourcesModal.exportAllMessage": {
|
|
15
|
-
developer_comment: "All resources will be exported",
|
|
16
|
-
string: "Tous les <b>{count}</b> {resourceType} seront exportés."
|
|
17
|
-
},
|
|
18
|
-
"ExportResourcesModal.exportAllResources": {
|
|
19
|
-
developer_comment: "Export All selection",
|
|
20
|
-
string: "Exporter tous les {resourceType} ({count})"
|
|
21
|
-
},
|
|
22
14
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
23
15
|
developer_comment: "Select Export setttings based on my views",
|
|
24
16
|
string: "Sélectionnez les paramètres d'exportation sur la base de :"
|
|
25
17
|
},
|
|
26
|
-
"ExportResourcesModal.exportMatchingMessage": {
|
|
27
|
-
developer_comment: "resources will be exported",
|
|
28
|
-
string: "<b>{count}</b> {resourceType} seront exportés."
|
|
29
|
-
},
|
|
30
|
-
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
31
|
-
developer_comment: "Export only selected resources",
|
|
32
|
-
string: "Exporter la sélection {resourceType} ({count})"
|
|
33
|
-
},
|
|
34
18
|
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
35
19
|
developer_comment: "Success message",
|
|
36
20
|
string: "<b>Votre exportation a démarré.</b><newline></newline> <logsLink>Allez dans Journaux d'importation</logsLink> pour voir la progression et télécharger le fichier."
|
|
@@ -39,26 +23,26 @@ var frFR = {
|
|
|
39
23
|
developer_comment: "Label for Export Scope",
|
|
40
24
|
string: "Étendue"
|
|
41
25
|
},
|
|
42
|
-
"ExportResourcesModal.
|
|
43
|
-
developer_comment: "Label for Export All",
|
|
44
|
-
string: "
|
|
26
|
+
"ExportResourcesModal.exportScopeAllCategories": {
|
|
27
|
+
developer_comment: "Label for Export All categories",
|
|
28
|
+
string: "Export all: {total} categories"
|
|
29
|
+
},
|
|
30
|
+
"ExportResourcesModal.exportScopeAllProducts": {
|
|
31
|
+
developer_comment: "Label for Export All products",
|
|
32
|
+
string: "Export all: {total} products"
|
|
45
33
|
},
|
|
46
|
-
"ExportResourcesModal.
|
|
47
|
-
developer_comment: "Label for Export Selected",
|
|
48
|
-
string: "
|
|
34
|
+
"ExportResourcesModal.exportScopeSelectedCategories": {
|
|
35
|
+
developer_comment: "Label for Export Selected categories",
|
|
36
|
+
string: "Export selected: {total} categories"
|
|
37
|
+
},
|
|
38
|
+
"ExportResourcesModal.exportScopeSelectedProducts": {
|
|
39
|
+
developer_comment: "Label for Export Selected products",
|
|
40
|
+
string: "Export selected: {total} products"
|
|
49
41
|
},
|
|
50
42
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
51
43
|
developer_comment: "Label for Export Selected without count",
|
|
52
44
|
string: "Sélection d'exportation"
|
|
53
45
|
},
|
|
54
|
-
"ExportResourcesModal.exportSelectedMessage": {
|
|
55
|
-
developer_comment: "resources are selected and will be exported",
|
|
56
|
-
string: "<b>{count}</b> {resourceType} sont sélectionnés et seront exportés."
|
|
57
|
-
},
|
|
58
|
-
"ExportResourcesModal.exportSelection": {
|
|
59
|
-
developer_comment: "Export selection",
|
|
60
|
-
string: "Exporter la sélection"
|
|
61
|
-
},
|
|
62
46
|
"ExportResourcesModal.exportSettings": {
|
|
63
47
|
developer_comment: "Label for Export Settings",
|
|
64
48
|
string: "Paramètres"
|
|
@@ -87,9 +71,13 @@ var frFR = {
|
|
|
87
71
|
developer_comment: "Error when no locale is selected",
|
|
88
72
|
string: "Veuillez sélectionner au moins une langue"
|
|
89
73
|
},
|
|
90
|
-
"ExportResourcesModal.modalTitle": {
|
|
91
|
-
developer_comment: "Label for the modal title",
|
|
92
|
-
string: "
|
|
74
|
+
"ExportResourcesModal.modalTitle.category": {
|
|
75
|
+
developer_comment: "Label for the categories modal title",
|
|
76
|
+
string: "Export categories"
|
|
77
|
+
},
|
|
78
|
+
"ExportResourcesModal.modalTitle.product": {
|
|
79
|
+
developer_comment: "Label for the products modal title",
|
|
80
|
+
string: "Export products"
|
|
93
81
|
},
|
|
94
82
|
"ExportResourcesModal.myViews": {
|
|
95
83
|
developer_comment: "Label for \"My Views\" Select Field",
|