File tree Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 525
525
"BULK_IMPORT_TASK_ERROR_DEFAULT" : " Ihre Aufgabe konnte aufgrund eines Fehlers nicht verarbeitet werden." ,
526
526
"FILTER_BULK_IMPORT_FILE_NAMES" : " Dateinamen für den Massenimport" ,
527
527
"BULK_IMPORT_SEND_TO_IDENTIFICATION" : " Zur Identifizierung senden" ,
528
- "BULK_IMPORT_LOCATION_ID_DESC" : " Je mehr Optionen Sie auswählen, desto länger dauert die Identifizierung. Seien Sie so präzise wie möglich."
528
+ "BULK_IMPORT_LOCATION_ID_DESC" : " Je mehr Optionen Sie auswählen, desto länger dauert die Identifizierung. Seien Sie so präzise wie möglich." ,
529
+ "DANGER_ZONE" : " Gefahrenzone"
529
530
}
530
531
Original file line number Diff line number Diff line change 524
524
"BULK_IMPORT_TASK_ERROR_DEFAULT" : " You task failed to process due to an error." ,
525
525
"FILTER_BULK_IMPORT_FILE_NAMES" : " Bulk Import File Names" ,
526
526
"BULK_IMPORT_SEND_TO_IDENTIFICATION" : " Send to Identification" ,
527
- "BULK_IMPORT_LOCATION_ID_DESC" : " The more options you select, the longer identification takes. Be as specific as possible."
527
+ "BULK_IMPORT_LOCATION_ID_DESC" : " The more options you select, the longer identification takes. Be as specific as possible." ,
528
+ "DANGER_ZONE" : " Danger Zone"
528
529
}
Original file line number Diff line number Diff line change 523
523
"BULK_IMPORT_TASK_ERROR_DEFAULT" : " Su tarea no se pudo procesar debido a un error." ,
524
524
"FILTER_BULK_IMPORT_FILE_NAMES" : " Nombres de archivos de importación masiva" ,
525
525
"BULK_IMPORT_SEND_TO_IDENTIFICATION" : " Enviar para identificación" ,
526
- "BULK_IMPORT_LOCATION_ID_DESC" : " Cuantas más opciones seleccione, más tiempo tardará la identificación. Sea lo más específico posible."
526
+ "BULK_IMPORT_LOCATION_ID_DESC" : " Cuantas más opciones seleccione, más tiempo tardará la identificación. Sea lo más específico posible." ,
527
+ "DANGER_ZONE" : " Zona de Peligro"
527
528
}
Original file line number Diff line number Diff line change 523
523
"BULK_IMPORT_TASK_ERROR_DEFAULT" : " Votre tâche n'a pas pu être traitée en raison d'une erreur." ,
524
524
"FILTER_BULK_IMPORT_FILE_NAMES" : " Noms de fichiers d'importation en masse" ,
525
525
"BULK_IMPORT_SEND_TO_IDENTIFICATION" : " Envoyer à l’identification" ,
526
- "BULK_IMPORT_LOCATION_ID_DESC" : " Plus vous sélectionnez d’options, plus l’identification prendra du temps. Soyez aussi précis que possible."
526
+ "BULK_IMPORT_LOCATION_ID_DESC" : " Plus vous sélectionnez d’options, plus l’identification prendra du temps. Soyez aussi précis que possible." ,
527
+ "DANGER_ZONE" : " Zone de danger"
527
528
}
Original file line number Diff line number Diff line change 524
524
"BULK_IMPORT_TASK_ERROR_DEFAULT" : " Impossibile elaborare la tua attività a causa di un errore." ,
525
525
"FILTER_BULK_IMPORT_FILE_NAMES" : " Nomi dei file di importazione in blocco" ,
526
526
"BULK_IMPORT_SEND_TO_IDENTIFICATION" : " Invia per l’identificazione" ,
527
- "BULK_IMPORT_LOCATION_ID_DESC" : " Più opzioni selezioni, più tempo richiederà l’identificazione. Sii il più specifico possibile."
527
+ "BULK_IMPORT_LOCATION_ID_DESC" : " Più opzioni selezioni, più tempo richiederà l’identificazione. Sii il più specifico possibile." ,
528
+ "DANGER_ZONE" : " Zona pericolosa"
528
529
}
Original file line number Diff line number Diff line change @@ -500,6 +500,11 @@ const BulkImportTask = observer(() => {
500
500
< FormattedMessage id = "BULK_IMPORT_SEND_TO_IDENTIFICATION" />
501
501
</ MainButton >
502
502
</ Col >
503
+ </ Row >
504
+ < Row >
505
+ < h5 className = "text-danger" >
506
+ < FormattedMessage id = "DANGER_ZONE" />
507
+ </ h5 >
503
508
< Col xs = "auto" >
504
509
< MainButton
505
510
onClick = { deleteTask }
@@ -511,6 +516,9 @@ const BulkImportTask = observer(() => {
511
516
height : "40px" ,
512
517
fontSize : "1rem" ,
513
518
border : `1px solid ${ theme . statusColors . red500 } ` ,
519
+ marginLeft : 0 ,
520
+ marginTop : "1rem" ,
521
+ marginBottom : "2rem" ,
514
522
} }
515
523
>
516
524
< FormattedMessage id = "BULK_IMPORT_DELETE_TASK" />
You can’t perform that action at this time.
0 commit comments