@commercetools-frontend-extensions/unpublish-products-modal 1.1.8 → 1.1.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.
Files changed (46) hide show
  1. package/dist/{active-drag-drop-area-0fd690f1.cjs.prod.js → active-drag-drop-area-06693792.cjs.prod.js} +1 -1
  2. package/dist/{active-drag-drop-area-fc38d754.esm.js → active-drag-drop-area-5c36842f.esm.js} +1 -1
  3. package/dist/{active-drag-drop-area-76561453.cjs.dev.js → active-drag-drop-area-8d06aa0f.cjs.dev.js} +1 -1
  4. package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.dev.js +1 -1
  5. package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.prod.js +1 -1
  6. package/dist/commercetools-frontend-extensions-unpublish-products-modal.esm.js +1 -1
  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-be9f12e6.cjs.prod.js → enabled-drop-area-4a1b3742.cjs.prod.js} +1 -1
  14. package/dist/{enabled-drop-area-b3baf8c9.esm.js → enabled-drop-area-ba43cfcb.esm.js} +1 -1
  15. package/dist/{enabled-drop-area-79821080.cjs.dev.js → enabled-drop-area-c7377ce5.cjs.dev.js} +1 -1
  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-fe292b15.cjs.dev.js → file-dropped-area-2b571367.cjs.dev.js} +1 -1
  20. package/dist/{file-dropped-area-4749e851.cjs.prod.js → file-dropped-area-2d13aa78.cjs.prod.js} +1 -1
  21. package/dist/{file-dropped-area-82dc8dd6.esm.js → file-dropped-area-6cd61798.esm.js} +1 -1
  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-4a29e111.esm.js → index-17a052e2.esm.js} +8 -8
  26. package/dist/{index-f4643bb1.cjs.prod.js → index-58e2f6a9.cjs.prod.js} +8 -8
  27. package/dist/{index-e479383b.cjs.dev.js → index-abae4fb1.cjs.dev.js} +8 -8
  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 +30 -30
  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 es = {
2
+ "UnpublishProductsModal.browseFile": {
3
+ string: "Explorar archivo"
4
+ },
5
+ "UnpublishProductsModal.cancel": {
6
+ developer_comment: "The label for the cancel button",
7
+ string: "Cancelar"
8
+ },
9
+ "UnpublishProductsModal.chooseFile": {
10
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
11
+ string: "Elegir archivo"
12
+ },
13
+ "UnpublishProductsModal.confirmationQuestion": {
14
+ developer_comment: "Confirmation question",
15
+ string: "¿Estás seguro que quieres retirar los productos?"
16
+ },
17
+ "UnpublishProductsModal.confirmationText": {
18
+ developer_comment: "Confirmation text",
19
+ string: "{count, plural, one {Vas a retirar <b>{count}</b> producto en el proyecto: <b>{projectName}</b>.} many {Vas a retirar <b>{count}</b> productos en el proyecto: <b>{projectName}</b>.} other {Vas a retirar <b>{count}</b> productos en el proyecto: <b>{projectName}</b>.}}"
20
+ },
21
+ "UnpublishProductsModal.continue": {
22
+ developer_comment: "Continue button",
23
+ string: "Continuar"
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: "Archivo CSV no válido"
32
+ },
33
+ "UnpublishProductsModal.dataType": {
34
+ developer_comment: "Label for the data type selection dropdown",
35
+ string: "Tipos de datos"
36
+ },
37
+ "UnpublishProductsModal.details": {
38
+ developer_comment: "\"Details\" column",
39
+ string: "Detalles"
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: "Arrastrar y soltar 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: "El archivo debe contener un encabezamiento y al menos una fila de datos"
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: "Archivo CSV no válido"
52
+ },
53
+ "UnpublishProductsModal.errorType": {
54
+ developer_comment: "Error type\" column",
55
+ string: "Tipo de error"
56
+ },
57
+ "UnpublishProductsModal.fileFormatNotSupported": {
58
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
59
+ string: "Formato no válido de archivo: Este archivo no está en formato CSV y no se puede procesar."
60
+ },
61
+ "UnpublishProductsModal.fileUploadFailed": {
62
+ developer_comment: "A title on the file upload page, shown on file upload error state",
63
+ string: "Fallo al cargar el archivo"
64
+ },
65
+ "UnpublishProductsModal.fileUploadInstructions": {
66
+ developer_comment: "Instructions for uploading a CSV file with product keys to unpublish",
67
+ string: "El archivo CSV debe contener bajo el encabezamiento \"clave\" las claves de producto que se han de retirar. El tamaño máximo es {maxFileSize} MB con un límite de {maxRowCount} filas. Descarga <csvTemplateLink>la plantilla CSV</csvTemplateLink> o consulta <documentationLink>documentación</documentationLink>."
68
+ },
69
+ "UnpublishProductsModal.genericError": {
70
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
71
+ string: "Ha habido un error: Intente cargar el archivo de nuevo o póngase en contacto con nuestra asistencia técnica."
72
+ },
73
+ "UnpublishProductsModal.heresAPreview": {
74
+ developer_comment: "Here is a preview",
75
+ string: "Aquí tienes una vista previa:"
76
+ },
77
+ "UnpublishProductsModal.importStarted": {
78
+ developer_comment: "Import started",
79
+ string: "<b>Tu importación para retirada masiva ha comenzado.</b><newline></newline>Ve a <logsLink>Registros de importación</logsLink> para ver cómo progresa."
80
+ },
81
+ "UnpublishProductsModal.instructions": {
82
+ developer_comment: "Label for the instructions section",
83
+ string: "Instrucciones"
84
+ },
85
+ "UnpublishProductsModal.missingKeyError": {
86
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
87
+ string: "El campo \"clave\" falta o no está completo en algunas filas. Asegúrate que cada fila tiene un valor \"clave\"."
88
+ },
89
+ "UnpublishProductsModal.missingRequiredField": {
90
+ developer_comment: "Error message displayed when a required field is missing",
91
+ string: "Falta campo obligatorio"
92
+ },
93
+ "UnpublishProductsModal.or": {
94
+ developer_comment: "The word \"or\" in the drag and drop message",
95
+ string: "o"
96
+ },
97
+ "UnpublishProductsModal.preparingImport": {
98
+ developer_comment: "Preparing import",
99
+ string: "<b>Preparar retirada masiva.</b><newline></newline>Una vez que haya terminado la preparación podrás hacer seguimiento del progreso <logsLink>en los registros de importe</logsLink>. Los datos se retirarán cuando concluya la importación."
100
+ },
101
+ "UnpublishProductsModal.productsToBeUnpublished": {
102
+ developer_comment: "Products to be unpublished",
103
+ string: "{count, plural, one {<b> {count} </b> producto a retirar} many {<b> {count} </b> productos a retirar} other {<b> {count} </b> productos a retirar}}"
104
+ },
105
+ "UnpublishProductsModal.rowLimitExceededDescription": {
106
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
107
+ string: "El archivo supera el máximo admisible de {rowLimits} filas"
108
+ },
109
+ "UnpublishProductsModal.rowLimitExceededTitle": {
110
+ string: "Se ha superado el límite de filas"
111
+ },
112
+ "UnpublishProductsModal.sizeExceededDescription": {
113
+ developer_comment: "Error description when the file size exceeds the allowable limit",
114
+ string: "El archivo supera el máximo admisible de {fileSizeLimit} MB"
115
+ },
116
+ "UnpublishProductsModal.sizeExceededTitle": {
117
+ string: "Se ha superado el tamaño de archivo"
118
+ },
119
+ "UnpublishProductsModal.startBulkUnpublish": {
120
+ developer_comment: "Start bulk unpublish button",
121
+ string: "Iniciar la retirada masiva"
122
+ },
123
+ "UnpublishProductsModal.tooManyFilesError": {
124
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
125
+ string: "Se han detectado varios archivos: Solo se pueden arrastrar y soltar archivos de uno en uno."
126
+ },
127
+ "UnpublishProductsModal.unexpectedError": {
128
+ developer_comment: "Generic notification message when file upload fails",
129
+ string: "Ha ocurrido un error al cargar el archivo. Inténtelo de nuevo o póngase en contacto con el servicio técnico si este error continúa."
130
+ },
131
+ "UnpublishProductsModal.unpublishModalTitle": {
132
+ developer_comment: "The title of the modal",
133
+ string: "Retirar masivamente vía CSV"
134
+ },
135
+ "UnpublishProductsModal.uploadAndPreview": {
136
+ developer_comment: "Label for the button that uploads the file and shows the preview",
137
+ string: "Cargar y vista preliminar"
138
+ },
139
+ "UnpublishProductsModal.uploadError": {
140
+ developer_comment: "Title when errors detected while uploading file",
141
+ string: "Hay {errorsCount, plural, one {<b>1</b> error} other {<b>{errorsCount}</b> errores}} que se han detectado al subir el archivo \"{fileName}\"."
142
+ },
143
+ "UnpublishProductsModal.uploadNewFile": {
144
+ string: "Cargar archivo nuevo"
145
+ }
146
+ };
147
+
148
+ export { es as default };
@@ -2,7 +2,7 @@
2
2
 
3
3
  var reactIntl = require('react-intl');
4
4
  var uiKit = require('@commercetools-frontend/ui-kit');
5
- var dist_commercetoolsFrontendExtensionsUnpublishProductsModal = require('./index-e479383b.cjs.dev.js');
5
+ var dist_commercetoolsFrontendExtensionsUnpublishProductsModal = require('./index-abae4fb1.cjs.dev.js');
6
6
  require('react');
7
7
  require('@commercetools-frontend/actions-global');
8
8
  require('@commercetools-frontend/application-shell-connectors');
@@ -2,7 +2,7 @@
2
2
 
3
3
  var reactIntl = require('react-intl');
4
4
  var uiKit = require('@commercetools-frontend/ui-kit');
5
- var dist_commercetoolsFrontendExtensionsUnpublishProductsModal = require('./index-f4643bb1.cjs.prod.js');
5
+ var dist_commercetoolsFrontendExtensionsUnpublishProductsModal = require('./index-58e2f6a9.cjs.prod.js');
6
6
  require('react');
7
7
  require('@commercetools-frontend/actions-global');
8
8
  require('@commercetools-frontend/application-shell-connectors');
@@ -1,6 +1,6 @@
1
1
  import { useIntl } from 'react-intl';
2
2
  import { Spacings, PaperclipIcon, Constraints, Text, SecondaryButton } from '@commercetools-frontend/ui-kit';
3
- import { u as useUnpublishProductsContext, m as messages } from './index-4a29e111.esm.js';
3
+ import { u as useUnpublishProductsContext, m as messages } from './index-17a052e2.esm.js';
4
4
  import 'react';
5
5
  import '@commercetools-frontend/actions-global';
6
6
  import '@commercetools-frontend/application-shell-connectors';
@@ -0,0 +1,150 @@
1
+ 'use strict';
2
+
3
+ var frFR = {
4
+ "UnpublishProductsModal.browseFile": {
5
+ string: "Parcourir le fichier"
6
+ },
7
+ "UnpublishProductsModal.cancel": {
8
+ developer_comment: "The label for the cancel button",
9
+ string: "Annuler"
10
+ },
11
+ "UnpublishProductsModal.chooseFile": {
12
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
13
+ string: "Choisir un fichier"
14
+ },
15
+ "UnpublishProductsModal.confirmationQuestion": {
16
+ developer_comment: "Confirmation question",
17
+ string: "Voulez-vous vraiment dépublier ces produits ?"
18
+ },
19
+ "UnpublishProductsModal.confirmationText": {
20
+ developer_comment: "Confirmation text",
21
+ 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>.}}"
22
+ },
23
+ "UnpublishProductsModal.continue": {
24
+ developer_comment: "Continue button",
25
+ string: "Continuer"
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: "Fichier CSV invalide"
34
+ },
35
+ "UnpublishProductsModal.dataType": {
36
+ developer_comment: "Label for the data type selection dropdown",
37
+ string: "Type de données"
38
+ },
39
+ "UnpublishProductsModal.details": {
40
+ developer_comment: "\"Details\" column",
41
+ string: "Détails"
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: "Faites glisser-déposer un fichier 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: "Assurez-vous que le fichier contienne un en-tête et au moins une ligne de données"
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: "Fichier CSV invalide"
54
+ },
55
+ "UnpublishProductsModal.errorType": {
56
+ developer_comment: "Error type\" column",
57
+ string: "Type d'erreur"
58
+ },
59
+ "UnpublishProductsModal.fileFormatNotSupported": {
60
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
61
+ string: "Format invalide : le fichier n'est pas au format .CSV et ne peut pas être traité."
62
+ },
63
+ "UnpublishProductsModal.fileUploadFailed": {
64
+ developer_comment: "A title on the file upload page, shown on file upload error state",
65
+ string: "Échec de l'importation du fichier"
66
+ },
67
+ "UnpublishProductsModal.fileUploadInstructions": {
68
+ developer_comment: "Instructions for uploading a CSV file with product keys to unpublish",
69
+ 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>."
70
+ },
71
+ "UnpublishProductsModal.genericError": {
72
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
73
+ string: "Une erreur est survenue : essayez d'importer à nouveau le fichier ou contactez notre équipe d'assistance pour qu'elle vous vienne en aide."
74
+ },
75
+ "UnpublishProductsModal.heresAPreview": {
76
+ developer_comment: "Here is a preview",
77
+ string: "Voici un aperçu :"
78
+ },
79
+ "UnpublishProductsModal.importStarted": {
80
+ developer_comment: "Import started",
81
+ 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."
82
+ },
83
+ "UnpublishProductsModal.instructions": {
84
+ developer_comment: "Label for the instructions section",
85
+ string: "Instructions"
86
+ },
87
+ "UnpublishProductsModal.missingKeyError": {
88
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
89
+ string: "Le champ « clé » est manquant ou incomplet dans certaines lignes. Veuillez vérifier que chaque ligne comporte une valeur « clé »."
90
+ },
91
+ "UnpublishProductsModal.missingRequiredField": {
92
+ developer_comment: "Error message displayed when a required field is missing",
93
+ string: "Champ requis manquant"
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>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."
102
+ },
103
+ "UnpublishProductsModal.productsToBeUnpublished": {
104
+ developer_comment: "Products to be unpublished",
105
+ 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}}"
106
+ },
107
+ "UnpublishProductsModal.rowLimitExceededDescription": {
108
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
109
+ string: "Le fichier contient plus que le maximum de lignes {rowLimit} permissible"
110
+ },
111
+ "UnpublishProductsModal.rowLimitExceededTitle": {
112
+ string: "Limite de ligne dépassée"
113
+ },
114
+ "UnpublishProductsModal.sizeExceededDescription": {
115
+ developer_comment: "Error description when the file size exceeds the allowable limit",
116
+ string: "Le fichier excède la taille maximale autorisée de {fileSizeLimit} Mo"
117
+ },
118
+ "UnpublishProductsModal.sizeExceededTitle": {
119
+ string: "Taille du fichier excédée"
120
+ },
121
+ "UnpublishProductsModal.startBulkUnpublish": {
122
+ developer_comment: "Start bulk unpublish button",
123
+ string: "Démarrer la dépublication en bloc"
124
+ },
125
+ "UnpublishProductsModal.tooManyFilesError": {
126
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
127
+ string: "Plusieurs fichiers détectés : vous ne pouvez glisser-déposer qu'un fichier à la fois."
128
+ },
129
+ "UnpublishProductsModal.unexpectedError": {
130
+ developer_comment: "Generic notification message when file upload fails",
131
+ 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."
132
+ },
133
+ "UnpublishProductsModal.unpublishModalTitle": {
134
+ developer_comment: "The title of the modal",
135
+ string: "Dépublication en bloc via CSV"
136
+ },
137
+ "UnpublishProductsModal.uploadAndPreview": {
138
+ developer_comment: "Label for the button that uploads the file and shows the preview",
139
+ string: "Téléchargement et aperçu"
140
+ },
141
+ "UnpublishProductsModal.uploadError": {
142
+ developer_comment: "Title when errors detected while uploading file",
143
+ 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} »."
144
+ },
145
+ "UnpublishProductsModal.uploadNewFile": {
146
+ string: "Importer un nouveau fichier"
147
+ }
148
+ };
149
+
150
+ exports["default"] = frFR;
@@ -0,0 +1,150 @@
1
+ 'use strict';
2
+
3
+ var frFR = {
4
+ "UnpublishProductsModal.browseFile": {
5
+ string: "Parcourir le fichier"
6
+ },
7
+ "UnpublishProductsModal.cancel": {
8
+ developer_comment: "The label for the cancel button",
9
+ string: "Annuler"
10
+ },
11
+ "UnpublishProductsModal.chooseFile": {
12
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
13
+ string: "Choisir un fichier"
14
+ },
15
+ "UnpublishProductsModal.confirmationQuestion": {
16
+ developer_comment: "Confirmation question",
17
+ string: "Voulez-vous vraiment dépublier ces produits ?"
18
+ },
19
+ "UnpublishProductsModal.confirmationText": {
20
+ developer_comment: "Confirmation text",
21
+ 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>.}}"
22
+ },
23
+ "UnpublishProductsModal.continue": {
24
+ developer_comment: "Continue button",
25
+ string: "Continuer"
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: "Fichier CSV invalide"
34
+ },
35
+ "UnpublishProductsModal.dataType": {
36
+ developer_comment: "Label for the data type selection dropdown",
37
+ string: "Type de données"
38
+ },
39
+ "UnpublishProductsModal.details": {
40
+ developer_comment: "\"Details\" column",
41
+ string: "Détails"
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: "Faites glisser-déposer un fichier 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: "Assurez-vous que le fichier contienne un en-tête et au moins une ligne de données"
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: "Fichier CSV invalide"
54
+ },
55
+ "UnpublishProductsModal.errorType": {
56
+ developer_comment: "Error type\" column",
57
+ string: "Type d'erreur"
58
+ },
59
+ "UnpublishProductsModal.fileFormatNotSupported": {
60
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
61
+ string: "Format invalide : le fichier n'est pas au format .CSV et ne peut pas être traité."
62
+ },
63
+ "UnpublishProductsModal.fileUploadFailed": {
64
+ developer_comment: "A title on the file upload page, shown on file upload error state",
65
+ string: "Échec de l'importation du fichier"
66
+ },
67
+ "UnpublishProductsModal.fileUploadInstructions": {
68
+ developer_comment: "Instructions for uploading a CSV file with product keys to unpublish",
69
+ 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>."
70
+ },
71
+ "UnpublishProductsModal.genericError": {
72
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
73
+ string: "Une erreur est survenue : essayez d'importer à nouveau le fichier ou contactez notre équipe d'assistance pour qu'elle vous vienne en aide."
74
+ },
75
+ "UnpublishProductsModal.heresAPreview": {
76
+ developer_comment: "Here is a preview",
77
+ string: "Voici un aperçu :"
78
+ },
79
+ "UnpublishProductsModal.importStarted": {
80
+ developer_comment: "Import started",
81
+ 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."
82
+ },
83
+ "UnpublishProductsModal.instructions": {
84
+ developer_comment: "Label for the instructions section",
85
+ string: "Instructions"
86
+ },
87
+ "UnpublishProductsModal.missingKeyError": {
88
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
89
+ string: "Le champ « clé » est manquant ou incomplet dans certaines lignes. Veuillez vérifier que chaque ligne comporte une valeur « clé »."
90
+ },
91
+ "UnpublishProductsModal.missingRequiredField": {
92
+ developer_comment: "Error message displayed when a required field is missing",
93
+ string: "Champ requis manquant"
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>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."
102
+ },
103
+ "UnpublishProductsModal.productsToBeUnpublished": {
104
+ developer_comment: "Products to be unpublished",
105
+ 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}}"
106
+ },
107
+ "UnpublishProductsModal.rowLimitExceededDescription": {
108
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
109
+ string: "Le fichier contient plus que le maximum de lignes {rowLimit} permissible"
110
+ },
111
+ "UnpublishProductsModal.rowLimitExceededTitle": {
112
+ string: "Limite de ligne dépassée"
113
+ },
114
+ "UnpublishProductsModal.sizeExceededDescription": {
115
+ developer_comment: "Error description when the file size exceeds the allowable limit",
116
+ string: "Le fichier excède la taille maximale autorisée de {fileSizeLimit} Mo"
117
+ },
118
+ "UnpublishProductsModal.sizeExceededTitle": {
119
+ string: "Taille du fichier excédée"
120
+ },
121
+ "UnpublishProductsModal.startBulkUnpublish": {
122
+ developer_comment: "Start bulk unpublish button",
123
+ string: "Démarrer la dépublication en bloc"
124
+ },
125
+ "UnpublishProductsModal.tooManyFilesError": {
126
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
127
+ string: "Plusieurs fichiers détectés : vous ne pouvez glisser-déposer qu'un fichier à la fois."
128
+ },
129
+ "UnpublishProductsModal.unexpectedError": {
130
+ developer_comment: "Generic notification message when file upload fails",
131
+ 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."
132
+ },
133
+ "UnpublishProductsModal.unpublishModalTitle": {
134
+ developer_comment: "The title of the modal",
135
+ string: "Dépublication en bloc via CSV"
136
+ },
137
+ "UnpublishProductsModal.uploadAndPreview": {
138
+ developer_comment: "Label for the button that uploads the file and shows the preview",
139
+ string: "Téléchargement et aperçu"
140
+ },
141
+ "UnpublishProductsModal.uploadError": {
142
+ developer_comment: "Title when errors detected while uploading file",
143
+ 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} »."
144
+ },
145
+ "UnpublishProductsModal.uploadNewFile": {
146
+ string: "Importer un nouveau fichier"
147
+ }
148
+ };
149
+
150
+ exports["default"] = frFR;
@@ -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 };