@commercetools-frontend-extensions/unpublish-products-modal 1.1.9 → 1.2.0

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.
Files changed (46) hide show
  1. package/dist/{active-drag-drop-area-76561453.cjs.dev.js → active-drag-drop-area-2b23a825.cjs.prod.js} +1 -2
  2. package/dist/{active-drag-drop-area-fc38d754.esm.js → active-drag-drop-area-5709c481.esm.js} +1 -2
  3. package/dist/{active-drag-drop-area-0fd690f1.cjs.prod.js → active-drag-drop-area-dfc9a24c.cjs.dev.js} +1 -2
  4. package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.dev.js +1 -2
  5. package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.prod.js +1 -2
  6. package/dist/commercetools-frontend-extensions-unpublish-products-modal.esm.js +1 -2
  7. package/dist/de-003f2859.cjs.prod.js +150 -0
  8. package/dist/de-985804ff.esm.js +148 -0
  9. package/dist/de-d3d76e3c.cjs.dev.js +150 -0
  10. package/dist/en-5727e1f9.esm.js +148 -0
  11. package/dist/en-b170969b.cjs.dev.js +150 -0
  12. package/dist/en-da1bb187.cjs.prod.js +150 -0
  13. package/dist/{enabled-drop-area-79821080.cjs.dev.js → enabled-drop-area-755a9ef6.cjs.dev.js} +1 -2
  14. package/dist/{enabled-drop-area-be9f12e6.cjs.prod.js → enabled-drop-area-9209d2ac.cjs.prod.js} +1 -2
  15. package/dist/{enabled-drop-area-b3baf8c9.esm.js → enabled-drop-area-a1d62139.esm.js} +1 -2
  16. package/dist/es-040a89ab.cjs.prod.js +150 -0
  17. package/dist/es-4955e68e.cjs.dev.js +150 -0
  18. package/dist/es-ddb13dad.esm.js +148 -0
  19. package/dist/{file-dropped-area-82dc8dd6.esm.js → file-dropped-area-0f0a223c.esm.js} +1 -2
  20. package/dist/{file-dropped-area-fe292b15.cjs.dev.js → file-dropped-area-ca26707f.cjs.prod.js} +1 -2
  21. package/dist/{file-dropped-area-4749e851.cjs.prod.js → file-dropped-area-f44849bb.cjs.dev.js} +1 -2
  22. package/dist/fr-FR-01187000.cjs.dev.js +150 -0
  23. package/dist/fr-FR-9ed02ab8.cjs.prod.js +150 -0
  24. package/dist/fr-FR-ef84bd8b.esm.js +148 -0
  25. package/dist/{index-e479383b.cjs.dev.js → index-46884b7c.cjs.dev.js} +9 -11
  26. package/dist/{index-f4643bb1.cjs.prod.js → index-85708701.cjs.prod.js} +9 -11
  27. package/dist/{index-4a29e111.esm.js → index-a2de9e0c.esm.js} +9 -10
  28. package/dist/pt-BR-46c4eaae.cjs.prod.js +150 -0
  29. package/dist/pt-BR-872a8cea.cjs.dev.js +150 -0
  30. package/dist/pt-BR-f693f646.esm.js +148 -0
  31. package/package.json +41 -39
  32. package/dist/de-a34c5dd4.cjs.dev.js +0 -6
  33. package/dist/de-cd6c45d3.esm.js +0 -4
  34. package/dist/de-d954fe3d.cjs.prod.js +0 -6
  35. package/dist/en-3a9aa2d4.esm.js +0 -4
  36. package/dist/en-6b3694f6.cjs.dev.js +0 -6
  37. package/dist/en-c7757448.cjs.prod.js +0 -6
  38. package/dist/es-042343bd.cjs.prod.js +0 -6
  39. package/dist/es-8b3ecab1.cjs.dev.js +0 -6
  40. package/dist/es-e544023d.esm.js +0 -4
  41. package/dist/fr-FR-9d9081ee.esm.js +0 -4
  42. package/dist/fr-FR-e7126fcc.cjs.dev.js +0 -6
  43. package/dist/fr-FR-fce1ca96.cjs.prod.js +0 -6
  44. package/dist/pt-BR-b37d730b.esm.js +0 -4
  45. package/dist/pt-BR-ea6b3251.cjs.dev.js +0 -6
  46. package/dist/pt-BR-ec2a1a11.cjs.prod.js +0 -6
@@ -0,0 +1,148 @@
1
+ var frFR = {
2
+ "UnpublishProductsModal.browseFile": {
3
+ string: "Parcourir le fichier"
4
+ },
5
+ "UnpublishProductsModal.cancel": {
6
+ developer_comment: "The label for the cancel button",
7
+ string: "Annuler"
8
+ },
9
+ "UnpublishProductsModal.chooseFile": {
10
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
11
+ string: "Choisir un fichier"
12
+ },
13
+ "UnpublishProductsModal.confirmationQuestion": {
14
+ developer_comment: "Confirmation question",
15
+ string: "Voulez-vous vraiment dépublier ces produits ?"
16
+ },
17
+ "UnpublishProductsModal.confirmationText": {
18
+ developer_comment: "Confirmation text",
19
+ string: "{count, plural, one {Vous êtes sur le point de dépublier <b>{count}</b> produit dans le projet : <b>{projectName}</b>.} many {Vous êtes sur le point de dépublier <b>{count}</b> produits dans le projet : <b>{projectName}</b>.} other {Vous êtes sur le point de dépublier <b>{count}</b> produit(s) dans le projet : <b>{projectName}</b>.}}"
20
+ },
21
+ "UnpublishProductsModal.continue": {
22
+ developer_comment: "Continue button",
23
+ string: "Continuer"
24
+ },
25
+ "UnpublishProductsModal.csvFormatErrorDescription": {
26
+ developer_comment: "Error message displayed when the CSV file is not formatted correctly",
27
+ string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the product keys"
28
+ },
29
+ "UnpublishProductsModal.csvFormatErrorTitle": {
30
+ developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
31
+ string: "Fichier CSV invalide"
32
+ },
33
+ "UnpublishProductsModal.dataType": {
34
+ developer_comment: "Label for the data type selection dropdown",
35
+ string: "Type de données"
36
+ },
37
+ "UnpublishProductsModal.details": {
38
+ developer_comment: "\"Details\" column",
39
+ string: "Détails"
40
+ },
41
+ "UnpublishProductsModal.dragAndDropCSV": {
42
+ developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
43
+ string: "Faites glisser-déposer un fichier CSV"
44
+ },
45
+ "UnpublishProductsModal.dropAreaNotEnoughRowsDescription": {
46
+ developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
47
+ string: "Assurez-vous que le fichier contienne un en-tête et au moins une ligne de données"
48
+ },
49
+ "UnpublishProductsModal.dropAreaNotEnoughRowsTitle": {
50
+ developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
51
+ string: "Fichier CSV invalide"
52
+ },
53
+ "UnpublishProductsModal.errorType": {
54
+ developer_comment: "Error type\" column",
55
+ string: "Type d'erreur"
56
+ },
57
+ "UnpublishProductsModal.fileFormatNotSupported": {
58
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
59
+ string: "Format invalide : le fichier n'est pas au format .CSV et ne peut pas être traité."
60
+ },
61
+ "UnpublishProductsModal.fileUploadFailed": {
62
+ developer_comment: "A title on the file upload page, shown on file upload error state",
63
+ string: "Échec de l'importation du fichier"
64
+ },
65
+ "UnpublishProductsModal.fileUploadInstructions": {
66
+ developer_comment: "Instructions for uploading a CSV file with product keys to unpublish",
67
+ string: "Le fichier CSV doit contenir les clés de produit à dépublier sous l'en-tête « clé ». La taille maximale du fichier est de {maxFileSize} Mo avec une limite de {maxRowCount} lignes. Téléchargez le <csvTemplateLink>modèle CSV</csvTemplateLink> ou référez-vous à<documentationLink>la documentation</documentationLink>."
68
+ },
69
+ "UnpublishProductsModal.genericError": {
70
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
71
+ string: "Une erreur est survenue : essayez d'importer à nouveau le fichier ou contactez notre équipe d'assistance pour qu'elle vous vienne en aide."
72
+ },
73
+ "UnpublishProductsModal.heresAPreview": {
74
+ developer_comment: "Here is a preview",
75
+ string: "Voici un aperçu :"
76
+ },
77
+ "UnpublishProductsModal.importStarted": {
78
+ developer_comment: "Import started",
79
+ string: "<b>Votre importation de données à dépublier en bloc a démarré.</b><newline></newline>Allez dans <logsLink>Journaux d'importation</logsLink> pour voir la progression."
80
+ },
81
+ "UnpublishProductsModal.instructions": {
82
+ developer_comment: "Label for the instructions section",
83
+ string: "Instructions"
84
+ },
85
+ "UnpublishProductsModal.missingKeyError": {
86
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
87
+ string: "Le champ « clé » est manquant ou incomplet dans certaines lignes. Veuillez vérifier que chaque ligne comporte une valeur « clé »."
88
+ },
89
+ "UnpublishProductsModal.missingRequiredField": {
90
+ developer_comment: "Error message displayed when a required field is missing",
91
+ string: "Champ requis manquant"
92
+ },
93
+ "UnpublishProductsModal.or": {
94
+ developer_comment: "The word \"or\" in the drag and drop message",
95
+ string: "ou"
96
+ },
97
+ "UnpublishProductsModal.preparingImport": {
98
+ developer_comment: "Preparing import",
99
+ string: "<b>Préparez la dépublication en bloc.</b><newline></newline>Une fois la préparation terminée, vous pouvez suivre la progression <logsLink>dans les Journaux d'importation</logsLink>. Les données seront dépubliées une fois l'importation finalisée."
100
+ },
101
+ "UnpublishProductsModal.productsToBeUnpublished": {
102
+ developer_comment: "Products to be unpublished",
103
+ string: "{count, plural, one {<b>{count}</b> produit à dépublier} many {<b>{count}</b> produits à dépublier} other {<b>{count}</b> produit(s) à dépublier}}"
104
+ },
105
+ "UnpublishProductsModal.rowLimitExceededDescription": {
106
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
107
+ string: "Le fichier contient plus que le maximum de lignes {rowLimit} permissible"
108
+ },
109
+ "UnpublishProductsModal.rowLimitExceededTitle": {
110
+ string: "Limite de ligne dépassée"
111
+ },
112
+ "UnpublishProductsModal.sizeExceededDescription": {
113
+ developer_comment: "Error description when the file size exceeds the allowable limit",
114
+ string: "Le fichier excède la taille maximale autorisée de {fileSizeLimit} Mo"
115
+ },
116
+ "UnpublishProductsModal.sizeExceededTitle": {
117
+ string: "Taille du fichier excédée"
118
+ },
119
+ "UnpublishProductsModal.startBulkUnpublish": {
120
+ developer_comment: "Start bulk unpublish button",
121
+ string: "Démarrer la dépublication en bloc"
122
+ },
123
+ "UnpublishProductsModal.tooManyFilesError": {
124
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
125
+ string: "Plusieurs fichiers détectés : vous ne pouvez glisser-déposer qu'un fichier à la fois."
126
+ },
127
+ "UnpublishProductsModal.unexpectedError": {
128
+ developer_comment: "Generic notification message when file upload fails",
129
+ string: "Une erreur inattendue s'est produite lors de l'importation du fichier. Veuillez réessayez ou contactez l'assistance si cette erreur se reproduit."
130
+ },
131
+ "UnpublishProductsModal.unpublishModalTitle": {
132
+ developer_comment: "The title of the modal",
133
+ string: "Dépublication en bloc via CSV"
134
+ },
135
+ "UnpublishProductsModal.uploadAndPreview": {
136
+ developer_comment: "Label for the button that uploads the file and shows the preview",
137
+ string: "Téléchargement et aperçu"
138
+ },
139
+ "UnpublishProductsModal.uploadError": {
140
+ developer_comment: "Title when errors detected while uploading file",
141
+ string: "Il {errorsCount, plural, one {y a <b>1</b> erreur} other {y a <b>{errorsCount}</b> erreurs}} détectée(s) lors du téléchargement du fichier « {fileName} »."
142
+ },
143
+ "UnpublishProductsModal.uploadNewFile": {
144
+ string: "Importer un nouveau fichier"
145
+ }
146
+ };
147
+
148
+ export { frFR as default };
@@ -41,7 +41,6 @@ var _wrapNativeSuper = require('@babel/runtime-corejs3/helpers/wrapNativeSuper')
41
41
  var sentry = require('@commercetools-frontend/sentry');
42
42
  var applicationShell = require('@commercetools-frontend/application-shell');
43
43
  var _sliceInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/slice');
44
- var DataTable = require('@commercetools-uikit/data-table');
45
44
  var i18n = require('@commercetools-frontend/i18n');
46
45
 
47
46
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
@@ -66,7 +65,6 @@ var _someInstanceProperty__default = /*#__PURE__*/_interopDefault(_someInstanceP
66
65
  var _styled__default = /*#__PURE__*/_interopDefault(_styled);
67
66
  var _Reflect$construct__default = /*#__PURE__*/_interopDefault(_Reflect$construct);
68
67
  var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanceProperty);
69
- var DataTable__default = /*#__PURE__*/_interopDefault(DataTable);
70
68
 
71
69
  function ownKeys$a(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
72
70
  function _objectSpread$a(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$a(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$a(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
@@ -419,11 +417,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
419
417
  return /*#__PURE__*/react.css(process.env.NODE_ENV === "production" ? "" : ";label:getDefaultDropWrapperStyles;", process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRyb3AtYXJlYS13cmFwcGVyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF5QlkiLCJmaWxlIjoiZHJvcC1hcmVhLXdyYXBwZXIudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHlwZSBEcm9wem9uZVJvb3RQcm9wcyB9IGZyb20gJ3JlYWN0LWRyb3B6b25lJ1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IHN0eWxlcyB9IGZyb20gJy4vc3R5bGVzJ1xuaW1wb3J0IHsgdHlwZSBEcm9wQXJlYVN0YXRlIH0gZnJvbSAnLi4vLi4vLi4vQHR5cGVzJ1xuXG5pbnRlcmZhY2UgRHJvcFdyYXBwZXJQcm9wcyBleHRlbmRzIERyb3B6b25lUm9vdFByb3BzIHtcbiAgZHJvcEFyZWFTdGF0ZTogRHJvcEFyZWFTdGF0ZVxufVxuZXhwb3J0IGNvbnN0IERyb3BXcmFwcGVyID0gc3R5bGVkLmRpdjxEcm9wV3JhcHBlclByb3BzPmBcbiAgJHtzdHlsZXMuYmFzZX1cbiAgJHsocHJvcHMpID0+IHtcbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ3JlYWR5LWZvci1kcm9wJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5yZWFkeUZvckRyb3BcbiAgICB9XG4gICAgaWYgKHByb3BzLmRyb3BBcmVhU3RhdGUgPT09ICdhY3RpdmUtZHJhZycpIHtcbiAgICAgIHJldHVybiBzdHlsZXMuYWN0aXZlRHJhZ1xuICAgIH1cbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2ZpbGUtZHJvcHBlZCcpIHtcbiAgICAgIHJldHVybiBzdHlsZXMuZmlsZURyb3BwZWRcbiAgICB9XG4gICAgcmV0dXJuIGdldERlZmF1bHREcm9wV3JhcHBlclN0eWxlcyhwcm9wcy5kcm9wQXJlYVN0YXRlKVxuICB9fVxuYFxuZnVuY3Rpb24gZ2V0RGVmYXVsdERyb3BXcmFwcGVyU3R5bGVzKF9kcm9wQXJlYVN0YXRlOiBuZXZlcikge1xuICByZXR1cm4gY3NzYGBcbn1cbiJdfQ== */");
420
418
  }
421
419
 
422
- var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-76561453.cjs.dev.js' /* webpackChunkName: "active-drag-drop-area" */); }));
420
+ var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-dfc9a24c.cjs.dev.js' /* webpackChunkName: "active-drag-drop-area" */); }));
423
421
 
424
- var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-79821080.cjs.dev.js' /* webpackChunkName: "enabled-drop-area" */); }));
422
+ var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-755a9ef6.cjs.dev.js' /* webpackChunkName: "enabled-drop-area" */); }));
425
423
 
426
- var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-fe292b15.cjs.dev.js' /* webpackChunkName: "filed-dropped-area" */); }));
424
+ var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-f44849bb.cjs.dev.js' /* webpackChunkName: "filed-dropped-area" */); }));
427
425
 
428
426
  function getDropArea(_ref) {
429
427
  let dropAreaState = _ref.dropAreaState,
@@ -1112,7 +1110,7 @@ const UploadErrorTable = props => {
1112
1110
  const shouldShowPagination = props.rows.length > pagination.perPage.value;
1113
1111
  return jsxRuntime.jsxs(uiKit.Spacings.Stack, {
1114
1112
  scale: "l",
1115
- children: [jsxRuntime.jsx(DataTable__default["default"], {
1113
+ children: [jsxRuntime.jsx(uiKit.DataTable, {
1116
1114
  verticalCellAlignment: "center",
1117
1115
  isCondensed: true,
1118
1116
  rows: currentPageRows,
@@ -1451,17 +1449,17 @@ const getChunkImport = locale => {
1451
1449
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
1452
1450
  switch (intlLocale) {
1453
1451
  case 'de':
1454
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-de" */'./de-a34c5dd4.cjs.dev.js'); });
1452
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-de" */'./de-d3d76e3c.cjs.dev.js'); });
1455
1453
  case 'es':
1456
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-es" */'./es-8b3ecab1.cjs.dev.js'); });
1454
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-es" */'./es-4955e68e.cjs.dev.js'); });
1457
1455
  case 'fr-FR':
1458
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-fr-FR" */'./fr-FR-e7126fcc.cjs.dev.js'); });
1456
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-fr-FR" */'./fr-FR-01187000.cjs.dev.js'); });
1459
1457
  case 'ja':
1460
1458
  return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-ja" */'./ja-9bd5f452.cjs.dev.js'); });
1461
1459
  case 'pt-BR':
1462
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-ea6b3251.cjs.dev.js'); });
1460
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-872a8cea.cjs.dev.js'); });
1463
1461
  default:
1464
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-en" */'./en-6b3694f6.cjs.dev.js'); });
1462
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-en" */'./en-b170969b.cjs.dev.js'); });
1465
1463
  }
1466
1464
  };
1467
1465
  const loadMessages = async locale => {
@@ -41,7 +41,6 @@ var _wrapNativeSuper = require('@babel/runtime-corejs3/helpers/wrapNativeSuper')
41
41
  var sentry = require('@commercetools-frontend/sentry');
42
42
  var applicationShell = require('@commercetools-frontend/application-shell');
43
43
  var _sliceInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/slice');
44
- var DataTable = require('@commercetools-uikit/data-table');
45
44
  var i18n = require('@commercetools-frontend/i18n');
46
45
 
47
46
  function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
@@ -66,7 +65,6 @@ var _someInstanceProperty__default = /*#__PURE__*/_interopDefault(_someInstanceP
66
65
  var _styled__default = /*#__PURE__*/_interopDefault(_styled);
67
66
  var _Reflect$construct__default = /*#__PURE__*/_interopDefault(_Reflect$construct);
68
67
  var _sliceInstanceProperty__default = /*#__PURE__*/_interopDefault(_sliceInstanceProperty);
69
- var DataTable__default = /*#__PURE__*/_interopDefault(DataTable);
70
68
 
71
69
  function ownKeys$a(e, r) { var t = _Object$keys__default["default"](e); if (_Object$getOwnPropertySymbols__default["default"]) { var o = _Object$getOwnPropertySymbols__default["default"](e); r && (o = _filterInstanceProperty__default["default"](o).call(o, function (r) { return _Object$getOwnPropertyDescriptor__default["default"](e, r).enumerable; })), t.push.apply(t, o); } return t; }
72
70
  function _objectSpread$a(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys$a(Object(t), !0)).call(_context, function (r) { _defineProperty(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](e, _Object$getOwnPropertyDescriptors__default["default"](t)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys$a(Object(t))).call(_context2, function (r) { _Object$defineProperty__default["default"](e, r, _Object$getOwnPropertyDescriptor__default["default"](t, r)); }); } return e; }
@@ -416,11 +414,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
416
414
  return /*#__PURE__*/react.css("" , "" );
417
415
  }
418
416
 
419
- var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-0fd690f1.cjs.prod.js' /* webpackChunkName: "active-drag-drop-area" */); }));
417
+ var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-2b23a825.cjs.prod.js' /* webpackChunkName: "active-drag-drop-area" */); }));
420
418
 
421
- var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-be9f12e6.cjs.prod.js' /* webpackChunkName: "enabled-drop-area" */); }));
419
+ var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-9209d2ac.cjs.prod.js' /* webpackChunkName: "enabled-drop-area" */); }));
422
420
 
423
- var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-4749e851.cjs.prod.js' /* webpackChunkName: "filed-dropped-area" */); }));
421
+ var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-ca26707f.cjs.prod.js' /* webpackChunkName: "filed-dropped-area" */); }));
424
422
 
425
423
  function getDropArea(_ref) {
426
424
  let dropAreaState = _ref.dropAreaState,
@@ -1109,7 +1107,7 @@ const UploadErrorTable = props => {
1109
1107
  const shouldShowPagination = props.rows.length > pagination.perPage.value;
1110
1108
  return jsxRuntime.jsxs(uiKit.Spacings.Stack, {
1111
1109
  scale: "l",
1112
- children: [jsxRuntime.jsx(DataTable__default["default"], {
1110
+ children: [jsxRuntime.jsx(uiKit.DataTable, {
1113
1111
  verticalCellAlignment: "center",
1114
1112
  isCondensed: true,
1115
1113
  rows: currentPageRows,
@@ -1439,17 +1437,17 @@ const getChunkImport = locale => {
1439
1437
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
1440
1438
  switch (intlLocale) {
1441
1439
  case 'de':
1442
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-de" */'./de-d954fe3d.cjs.prod.js'); });
1440
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-de" */'./de-003f2859.cjs.prod.js'); });
1443
1441
  case 'es':
1444
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-es" */'./es-042343bd.cjs.prod.js'); });
1442
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-es" */'./es-040a89ab.cjs.prod.js'); });
1445
1443
  case 'fr-FR':
1446
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-fr-FR" */'./fr-FR-fce1ca96.cjs.prod.js'); });
1444
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-fr-FR" */'./fr-FR-9ed02ab8.cjs.prod.js'); });
1447
1445
  case 'ja':
1448
1446
  return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-ja" */'./ja-37632763.cjs.prod.js'); });
1449
1447
  case 'pt-BR':
1450
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-ec2a1a11.cjs.prod.js'); });
1448
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-46c4eaae.cjs.prod.js'); });
1451
1449
  default:
1452
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-en" */'./en-c7757448.cjs.prod.js'); });
1450
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "unpublish-products-modal-i18n-en" */'./en-da1bb187.cjs.prod.js'); });
1453
1451
  }
1454
1452
  };
1455
1453
  const loadMessages = async locale => {
@@ -23,7 +23,7 @@ import Papa from 'papaparse';
23
23
  import { jsx, jsxs } from '@emotion/react/jsx-runtime';
24
24
  import { FormDialog, InfoDialog, ConfirmationDialog } from '@commercetools-frontend/application-components';
25
25
  import { Masking } from '@commercetools-frontend/fullstory';
26
- import { customProperties, Constraints, Text, Link, Spacings, SecondaryButton, ProgressBar, usePaginationState, PageNavigator, Stamp, PrimaryButton, ImportIcon, Card, CloseBoldIcon } from '@commercetools-frontend/ui-kit';
26
+ import { customProperties, Constraints, Text, Link, Spacings, SecondaryButton, ProgressBar, usePaginationState, DataTable, PageNavigator, Stamp, PrimaryButton, ImportIcon, Card, CloseBoldIcon } from '@commercetools-frontend/ui-kit';
27
27
  import _someInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/some';
28
28
  import { useDropzone } from 'react-dropzone';
29
29
  import { useShowNotification } from '@commercetools-frontend/actions-global';
@@ -39,7 +39,6 @@ import _wrapNativeSuper from '@babel/runtime-corejs3/helpers/esm/wrapNativeSuper
39
39
  import { reportErrorToSentry } from '@commercetools-frontend/sentry';
40
40
  import { createHttpClientOptions, buildApiUrl } from '@commercetools-frontend/application-shell';
41
41
  import _sliceInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/slice';
42
- import DataTable from '@commercetools-uikit/data-table';
43
42
  import { parseChunkImport, mapLocaleToIntlLocale } from '@commercetools-frontend/i18n';
44
43
 
45
44
  function ownKeys$a(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -393,11 +392,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
393
392
  return /*#__PURE__*/css(process.env.NODE_ENV === "production" ? "" : ";label:getDefaultDropWrapperStyles;", process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRyb3AtYXJlYS13cmFwcGVyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF5QlkiLCJmaWxlIjoiZHJvcC1hcmVhLXdyYXBwZXIudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHlwZSBEcm9wem9uZVJvb3RQcm9wcyB9IGZyb20gJ3JlYWN0LWRyb3B6b25lJ1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IHN0eWxlcyB9IGZyb20gJy4vc3R5bGVzJ1xuaW1wb3J0IHsgdHlwZSBEcm9wQXJlYVN0YXRlIH0gZnJvbSAnLi4vLi4vLi4vQHR5cGVzJ1xuXG5pbnRlcmZhY2UgRHJvcFdyYXBwZXJQcm9wcyBleHRlbmRzIERyb3B6b25lUm9vdFByb3BzIHtcbiAgZHJvcEFyZWFTdGF0ZTogRHJvcEFyZWFTdGF0ZVxufVxuZXhwb3J0IGNvbnN0IERyb3BXcmFwcGVyID0gc3R5bGVkLmRpdjxEcm9wV3JhcHBlclByb3BzPmBcbiAgJHtzdHlsZXMuYmFzZX1cbiAgJHsocHJvcHMpID0+IHtcbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ3JlYWR5LWZvci1kcm9wJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5yZWFkeUZvckRyb3BcbiAgICB9XG4gICAgaWYgKHByb3BzLmRyb3BBcmVhU3RhdGUgPT09ICdhY3RpdmUtZHJhZycpIHtcbiAgICAgIHJldHVybiBzdHlsZXMuYWN0aXZlRHJhZ1xuICAgIH1cbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2ZpbGUtZHJvcHBlZCcpIHtcbiAgICAgIHJldHVybiBzdHlsZXMuZmlsZURyb3BwZWRcbiAgICB9XG4gICAgcmV0dXJuIGdldERlZmF1bHREcm9wV3JhcHBlclN0eWxlcyhwcm9wcy5kcm9wQXJlYVN0YXRlKVxuICB9fVxuYFxuZnVuY3Rpb24gZ2V0RGVmYXVsdERyb3BXcmFwcGVyU3R5bGVzKF9kcm9wQXJlYVN0YXRlOiBuZXZlcikge1xuICByZXR1cm4gY3NzYGBcbn1cbiJdfQ== */");
394
393
  }
395
394
 
396
- var ActiveDragDropArea = /*#__PURE__*/lazy(() => import('./active-drag-drop-area-fc38d754.esm.js' /* webpackChunkName: "active-drag-drop-area" */));
395
+ var ActiveDragDropArea = /*#__PURE__*/lazy(() => import('./active-drag-drop-area-5709c481.esm.js' /* webpackChunkName: "active-drag-drop-area" */));
397
396
 
398
- var EnabledDropArea = /*#__PURE__*/lazy(() => import('./enabled-drop-area-b3baf8c9.esm.js' /* webpackChunkName: "enabled-drop-area" */));
397
+ var EnabledDropArea = /*#__PURE__*/lazy(() => import('./enabled-drop-area-a1d62139.esm.js' /* webpackChunkName: "enabled-drop-area" */));
399
398
 
400
- var FileDropped = /*#__PURE__*/lazy(() => import('./file-dropped-area-82dc8dd6.esm.js' /* webpackChunkName: "filed-dropped-area" */));
399
+ var FileDropped = /*#__PURE__*/lazy(() => import('./file-dropped-area-0f0a223c.esm.js' /* webpackChunkName: "filed-dropped-area" */));
401
400
 
402
401
  function getDropArea(_ref) {
403
402
  let dropAreaState = _ref.dropAreaState,
@@ -1425,17 +1424,17 @@ const getChunkImport = locale => {
1425
1424
  const intlLocale = mapLocaleToIntlLocale(locale);
1426
1425
  switch (intlLocale) {
1427
1426
  case 'de':
1428
- return import(/* webpackChunkName: "unpublish-products-modal-i18n-de" */'./de-cd6c45d3.esm.js');
1427
+ return import(/* webpackChunkName: "unpublish-products-modal-i18n-de" */'./de-985804ff.esm.js');
1429
1428
  case 'es':
1430
- return import(/* webpackChunkName: "unpublish-products-modal-i18n-es" */'./es-e544023d.esm.js');
1429
+ return import(/* webpackChunkName: "unpublish-products-modal-i18n-es" */'./es-ddb13dad.esm.js');
1431
1430
  case 'fr-FR':
1432
- return import(/* webpackChunkName: "unpublish-products-modal-i18n-fr-FR" */'./fr-FR-9d9081ee.esm.js');
1431
+ return import(/* webpackChunkName: "unpublish-products-modal-i18n-fr-FR" */'./fr-FR-ef84bd8b.esm.js');
1433
1432
  case 'ja':
1434
1433
  return import(/* webpackChunkName: "unpublish-products-modal-i18n-ja" */'./ja-73c088a7.esm.js');
1435
1434
  case 'pt-BR':
1436
- return import(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-b37d730b.esm.js');
1435
+ return import(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-f693f646.esm.js');
1437
1436
  default:
1438
- return import(/* webpackChunkName: "unpublish-products-modal-i18n-en" */'./en-3a9aa2d4.esm.js');
1437
+ return import(/* webpackChunkName: "unpublish-products-modal-i18n-en" */'./en-5727e1f9.esm.js');
1439
1438
  }
1440
1439
  };
1441
1440
  const loadMessages = async locale => {
@@ -0,0 +1,150 @@
1
+ 'use strict';
2
+
3
+ var ptBR = {
4
+ "UnpublishProductsModal.browseFile": {
5
+ string: "Procurar arquivo"
6
+ },
7
+ "UnpublishProductsModal.cancel": {
8
+ developer_comment: "The label for the cancel button",
9
+ string: "Cancelar"
10
+ },
11
+ "UnpublishProductsModal.chooseFile": {
12
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
13
+ string: "Escolher arquivo"
14
+ },
15
+ "UnpublishProductsModal.confirmationQuestion": {
16
+ developer_comment: "Confirmation question",
17
+ string: "Tem certeza de que deseja cancelar a publicação dos produtos?"
18
+ },
19
+ "UnpublishProductsModal.confirmationText": {
20
+ developer_comment: "Confirmation text",
21
+ string: "{count, plural, one {Você está prestes a cancelar a publicação de <b>{count}</b> produto no projeto: <b>{projectName}</b>.} many {Você está prestes a cancelar a publicação de <b>{count}</b> produtos no projeto: <b>{projectName}</b>.} other {Você está prestes a cancelar a publicação de <b>{count}</b> produtos no projeto: <b>{projectName}</b>.}}"
22
+ },
23
+ "UnpublishProductsModal.continue": {
24
+ developer_comment: "Continue button",
25
+ string: "Continuar"
26
+ },
27
+ "UnpublishProductsModal.csvFormatErrorDescription": {
28
+ developer_comment: "Error message displayed when the CSV file is not formatted correctly",
29
+ string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the product keys"
30
+ },
31
+ "UnpublishProductsModal.csvFormatErrorTitle": {
32
+ developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
33
+ string: "Arquivo CSV inválido"
34
+ },
35
+ "UnpublishProductsModal.dataType": {
36
+ developer_comment: "Label for the data type selection dropdown",
37
+ string: "Tipo de dados"
38
+ },
39
+ "UnpublishProductsModal.details": {
40
+ developer_comment: "\"Details\" column",
41
+ string: "Detalhes"
42
+ },
43
+ "UnpublishProductsModal.dragAndDropCSV": {
44
+ developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
45
+ string: "Arraste e solte o CSV"
46
+ },
47
+ "UnpublishProductsModal.dropAreaNotEnoughRowsDescription": {
48
+ developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
49
+ string: "Certifique-se de que o arquivo tenha um cabeçalho e pelo menos uma linha de dados"
50
+ },
51
+ "UnpublishProductsModal.dropAreaNotEnoughRowsTitle": {
52
+ developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
53
+ string: "Arquivo CSV inválido"
54
+ },
55
+ "UnpublishProductsModal.errorType": {
56
+ developer_comment: "Error type\" column",
57
+ string: "Tipo de erro"
58
+ },
59
+ "UnpublishProductsModal.fileFormatNotSupported": {
60
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
61
+ string: "Formato de arquivo inválido: o arquivo não está no formato CSV e não pode ser processado."
62
+ },
63
+ "UnpublishProductsModal.fileUploadFailed": {
64
+ developer_comment: "A title on the file upload page, shown on file upload error state",
65
+ string: "Falha ao carregar o arquivo"
66
+ },
67
+ "UnpublishProductsModal.fileUploadInstructions": {
68
+ developer_comment: "Instructions for uploading a CSV file with product keys to unpublish",
69
+ string: "O arquivo CSV deve conter as chaves do produto a terem a publicação cancelada com o cabeçalho 'chave'. O tamanho máximo do arquivo é {maxFileSize} MB com um limite de {maxRowCount} linhas. Baixe <csvTemplateLink>o modelo CSV</csvTemplateLink> ou consulte <documentationLink>a documentação</documentationLink>."
70
+ },
71
+ "UnpublishProductsModal.genericError": {
72
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
73
+ string: "Ocorreu um erro: tente enviar o arquivo novamente ou entre em contato com nossa equipe de suporte para obter assistência."
74
+ },
75
+ "UnpublishProductsModal.heresAPreview": {
76
+ developer_comment: "Here is a preview",
77
+ string: "Aqui está uma prévia:"
78
+ },
79
+ "UnpublishProductsModal.importStarted": {
80
+ developer_comment: "Import started",
81
+ string: "<b>Sua importação para cancelamento de publicação em massa foi iniciada.</b><newline></newline>Vá para <logsLink>Logs de importação</logsLink> para visualizar o progresso."
82
+ },
83
+ "UnpublishProductsModal.instructions": {
84
+ developer_comment: "Label for the instructions section",
85
+ string: "Instruções"
86
+ },
87
+ "UnpublishProductsModal.missingKeyError": {
88
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
89
+ string: "O campo \"chave\" está ausente ou incompleto em algumas linhas. Certifique-se de que cada linha tenha um valor de \"chave\"."
90
+ },
91
+ "UnpublishProductsModal.missingRequiredField": {
92
+ developer_comment: "Error message displayed when a required field is missing",
93
+ string: "Campo obrigatório ausente"
94
+ },
95
+ "UnpublishProductsModal.or": {
96
+ developer_comment: "The word \"or\" in the drag and drop message",
97
+ string: "ou"
98
+ },
99
+ "UnpublishProductsModal.preparingImport": {
100
+ developer_comment: "Preparing import",
101
+ string: "<b>Preparar o cancelamento de publicação em massa.</b><newline></newline>Após a conclusão da preparação, você pode acompanhar o progresso <logsLink>nos Logs de importação</logsLink>. Os dados serão cancelados após a importação ser finalizada."
102
+ },
103
+ "UnpublishProductsModal.productsToBeUnpublished": {
104
+ developer_comment: "Products to be unpublished",
105
+ string: "{count, plural, one {<b>{count}</b> produto terá a publicação cancelada} many {<b>{count}</b> produtos terão a publicação cancelada} other {<b>{count}</b> produtos terão a publicação cancelada}}"
106
+ },
107
+ "UnpublishProductsModal.rowLimitExceededDescription": {
108
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
109
+ string: "O arquivo contém mais do que o máximo de {rowLimit} linhas permitidas"
110
+ },
111
+ "UnpublishProductsModal.rowLimitExceededTitle": {
112
+ string: "Limite de linhas excedido"
113
+ },
114
+ "UnpublishProductsModal.sizeExceededDescription": {
115
+ developer_comment: "Error description when the file size exceeds the allowable limit",
116
+ string: "O arquivo excede o tamanho máximo permitido de {fileSizeLimit} MB"
117
+ },
118
+ "UnpublishProductsModal.sizeExceededTitle": {
119
+ string: "Tamanho de arquivo excedido"
120
+ },
121
+ "UnpublishProductsModal.startBulkUnpublish": {
122
+ developer_comment: "Start bulk unpublish button",
123
+ string: "Iniciar cancelamento de publicação em massa"
124
+ },
125
+ "UnpublishProductsModal.tooManyFilesError": {
126
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
127
+ string: "Vários arquivos detectados: você só pode arrastar e soltar um arquivo por vez."
128
+ },
129
+ "UnpublishProductsModal.unexpectedError": {
130
+ developer_comment: "Generic notification message when file upload fails",
131
+ string: "Um erro inesperado ocorreu durante o carregamento do arquivo. Tente novamente ou entre em contato com o suporte se o problema continuar ocorrendo."
132
+ },
133
+ "UnpublishProductsModal.unpublishModalTitle": {
134
+ developer_comment: "The title of the modal",
135
+ string: "Cancelar publicação em massa via CSV"
136
+ },
137
+ "UnpublishProductsModal.uploadAndPreview": {
138
+ developer_comment: "Label for the button that uploads the file and shows the preview",
139
+ string: "Carregar e visualizar"
140
+ },
141
+ "UnpublishProductsModal.uploadError": {
142
+ developer_comment: "Title when errors detected while uploading file",
143
+ string: "Há {errorsCount, plural, one {<b>1</b> erro detectado} other {<b>{errorsCount}</b> erros detectados}} ao carregar o arquivo \"{fileName}\"."
144
+ },
145
+ "UnpublishProductsModal.uploadNewFile": {
146
+ string: "Carregar novo arquivo"
147
+ }
148
+ };
149
+
150
+ exports["default"] = ptBR;
@@ -0,0 +1,150 @@
1
+ 'use strict';
2
+
3
+ var ptBR = {
4
+ "UnpublishProductsModal.browseFile": {
5
+ string: "Procurar arquivo"
6
+ },
7
+ "UnpublishProductsModal.cancel": {
8
+ developer_comment: "The label for the cancel button",
9
+ string: "Cancelar"
10
+ },
11
+ "UnpublishProductsModal.chooseFile": {
12
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
13
+ string: "Escolher arquivo"
14
+ },
15
+ "UnpublishProductsModal.confirmationQuestion": {
16
+ developer_comment: "Confirmation question",
17
+ string: "Tem certeza de que deseja cancelar a publicação dos produtos?"
18
+ },
19
+ "UnpublishProductsModal.confirmationText": {
20
+ developer_comment: "Confirmation text",
21
+ string: "{count, plural, one {Você está prestes a cancelar a publicação de <b>{count}</b> produto no projeto: <b>{projectName}</b>.} many {Você está prestes a cancelar a publicação de <b>{count}</b> produtos no projeto: <b>{projectName}</b>.} other {Você está prestes a cancelar a publicação de <b>{count}</b> produtos no projeto: <b>{projectName}</b>.}}"
22
+ },
23
+ "UnpublishProductsModal.continue": {
24
+ developer_comment: "Continue button",
25
+ string: "Continuar"
26
+ },
27
+ "UnpublishProductsModal.csvFormatErrorDescription": {
28
+ developer_comment: "Error message displayed when the CSV file is not formatted correctly",
29
+ string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the product keys"
30
+ },
31
+ "UnpublishProductsModal.csvFormatErrorTitle": {
32
+ developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
33
+ string: "Arquivo CSV inválido"
34
+ },
35
+ "UnpublishProductsModal.dataType": {
36
+ developer_comment: "Label for the data type selection dropdown",
37
+ string: "Tipo de dados"
38
+ },
39
+ "UnpublishProductsModal.details": {
40
+ developer_comment: "\"Details\" column",
41
+ string: "Detalhes"
42
+ },
43
+ "UnpublishProductsModal.dragAndDropCSV": {
44
+ developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
45
+ string: "Arraste e solte o CSV"
46
+ },
47
+ "UnpublishProductsModal.dropAreaNotEnoughRowsDescription": {
48
+ developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
49
+ string: "Certifique-se de que o arquivo tenha um cabeçalho e pelo menos uma linha de dados"
50
+ },
51
+ "UnpublishProductsModal.dropAreaNotEnoughRowsTitle": {
52
+ developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
53
+ string: "Arquivo CSV inválido"
54
+ },
55
+ "UnpublishProductsModal.errorType": {
56
+ developer_comment: "Error type\" column",
57
+ string: "Tipo de erro"
58
+ },
59
+ "UnpublishProductsModal.fileFormatNotSupported": {
60
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
61
+ string: "Formato de arquivo inválido: o arquivo não está no formato CSV e não pode ser processado."
62
+ },
63
+ "UnpublishProductsModal.fileUploadFailed": {
64
+ developer_comment: "A title on the file upload page, shown on file upload error state",
65
+ string: "Falha ao carregar o arquivo"
66
+ },
67
+ "UnpublishProductsModal.fileUploadInstructions": {
68
+ developer_comment: "Instructions for uploading a CSV file with product keys to unpublish",
69
+ string: "O arquivo CSV deve conter as chaves do produto a terem a publicação cancelada com o cabeçalho 'chave'. O tamanho máximo do arquivo é {maxFileSize} MB com um limite de {maxRowCount} linhas. Baixe <csvTemplateLink>o modelo CSV</csvTemplateLink> ou consulte <documentationLink>a documentação</documentationLink>."
70
+ },
71
+ "UnpublishProductsModal.genericError": {
72
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
73
+ string: "Ocorreu um erro: tente enviar o arquivo novamente ou entre em contato com nossa equipe de suporte para obter assistência."
74
+ },
75
+ "UnpublishProductsModal.heresAPreview": {
76
+ developer_comment: "Here is a preview",
77
+ string: "Aqui está uma prévia:"
78
+ },
79
+ "UnpublishProductsModal.importStarted": {
80
+ developer_comment: "Import started",
81
+ string: "<b>Sua importação para cancelamento de publicação em massa foi iniciada.</b><newline></newline>Vá para <logsLink>Logs de importação</logsLink> para visualizar o progresso."
82
+ },
83
+ "UnpublishProductsModal.instructions": {
84
+ developer_comment: "Label for the instructions section",
85
+ string: "Instruções"
86
+ },
87
+ "UnpublishProductsModal.missingKeyError": {
88
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
89
+ string: "O campo \"chave\" está ausente ou incompleto em algumas linhas. Certifique-se de que cada linha tenha um valor de \"chave\"."
90
+ },
91
+ "UnpublishProductsModal.missingRequiredField": {
92
+ developer_comment: "Error message displayed when a required field is missing",
93
+ string: "Campo obrigatório ausente"
94
+ },
95
+ "UnpublishProductsModal.or": {
96
+ developer_comment: "The word \"or\" in the drag and drop message",
97
+ string: "ou"
98
+ },
99
+ "UnpublishProductsModal.preparingImport": {
100
+ developer_comment: "Preparing import",
101
+ string: "<b>Preparar o cancelamento de publicação em massa.</b><newline></newline>Após a conclusão da preparação, você pode acompanhar o progresso <logsLink>nos Logs de importação</logsLink>. Os dados serão cancelados após a importação ser finalizada."
102
+ },
103
+ "UnpublishProductsModal.productsToBeUnpublished": {
104
+ developer_comment: "Products to be unpublished",
105
+ string: "{count, plural, one {<b>{count}</b> produto terá a publicação cancelada} many {<b>{count}</b> produtos terão a publicação cancelada} other {<b>{count}</b> produtos terão a publicação cancelada}}"
106
+ },
107
+ "UnpublishProductsModal.rowLimitExceededDescription": {
108
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
109
+ string: "O arquivo contém mais do que o máximo de {rowLimit} linhas permitidas"
110
+ },
111
+ "UnpublishProductsModal.rowLimitExceededTitle": {
112
+ string: "Limite de linhas excedido"
113
+ },
114
+ "UnpublishProductsModal.sizeExceededDescription": {
115
+ developer_comment: "Error description when the file size exceeds the allowable limit",
116
+ string: "O arquivo excede o tamanho máximo permitido de {fileSizeLimit} MB"
117
+ },
118
+ "UnpublishProductsModal.sizeExceededTitle": {
119
+ string: "Tamanho de arquivo excedido"
120
+ },
121
+ "UnpublishProductsModal.startBulkUnpublish": {
122
+ developer_comment: "Start bulk unpublish button",
123
+ string: "Iniciar cancelamento de publicação em massa"
124
+ },
125
+ "UnpublishProductsModal.tooManyFilesError": {
126
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
127
+ string: "Vários arquivos detectados: você só pode arrastar e soltar um arquivo por vez."
128
+ },
129
+ "UnpublishProductsModal.unexpectedError": {
130
+ developer_comment: "Generic notification message when file upload fails",
131
+ string: "Um erro inesperado ocorreu durante o carregamento do arquivo. Tente novamente ou entre em contato com o suporte se o problema continuar ocorrendo."
132
+ },
133
+ "UnpublishProductsModal.unpublishModalTitle": {
134
+ developer_comment: "The title of the modal",
135
+ string: "Cancelar publicação em massa via CSV"
136
+ },
137
+ "UnpublishProductsModal.uploadAndPreview": {
138
+ developer_comment: "Label for the button that uploads the file and shows the preview",
139
+ string: "Carregar e visualizar"
140
+ },
141
+ "UnpublishProductsModal.uploadError": {
142
+ developer_comment: "Title when errors detected while uploading file",
143
+ string: "Há {errorsCount, plural, one {<b>1</b> erro detectado} other {<b>{errorsCount}</b> erros detectados}} ao carregar o arquivo \"{fileName}\"."
144
+ },
145
+ "UnpublishProductsModal.uploadNewFile": {
146
+ string: "Carregar novo arquivo"
147
+ }
148
+ };
149
+
150
+ exports["default"] = ptBR;