This commit is contained in:
@@ -215,7 +215,7 @@ namespace AyaNova.Api.Controllers
|
||||
if (dataListSelection.SelectedRowIds.Length == 0)
|
||||
return BadRequest(new ApiErrorResponse(ApiErrorCode.VALIDATION_REQUIRED, null, "List of ids"));
|
||||
|
||||
var JobName = $"Bulk operation: DELETE on {dataListSelection.ObjectType} ({dataListSelection.SelectedRowIds.LongLength} specified)";
|
||||
var JobName = $"LT:BatchOperation: DELETE on {dataListSelection.ObjectType} ({dataListSelection.SelectedRowIds.LongLength} specified)";
|
||||
JObject o = JObject.FromObject(new
|
||||
{
|
||||
idList = dataListSelection.SelectedRowIds
|
||||
|
||||
@@ -1960,5 +1960,6 @@
|
||||
"CopyToClipboard": "In die Zwischenablage kopieren",
|
||||
"VendorPopUpNotes": "Popup-Notizen",
|
||||
"EraseMultipleObjectsWarning": "Warnung: Sie sind dabei, mehrere Objekte dauerhaft zu löschen.\nBist du sicher?",
|
||||
"Errors":"Fehler"
|
||||
"Errors":"Fehler",
|
||||
"BatchDeleteJob": "Batch-Löschauftrag"
|
||||
}
|
||||
@@ -1960,5 +1960,6 @@
|
||||
"CopyToClipboard": "Copy to clipboard",
|
||||
"VendorPopUpNotes": "Pop-up notes",
|
||||
"EraseMultipleObjectsWarning": "Warning: you are about to permanently erase multiple objects.\r\nAre you sure?",
|
||||
"Errors":"Errors"
|
||||
"Errors": "Errors",
|
||||
"BatchDeleteJob": "Batch delete job"
|
||||
}
|
||||
@@ -1960,5 +1960,6 @@
|
||||
"CopyToClipboard": "Copiar al Portapapeles",
|
||||
"VendorPopUpNotes": "Notas emergentes",
|
||||
"EraseMultipleObjectsWarning": "Advertencia: está a punto de borrar de forma permanente varios objetos.\n¿Estás seguro?",
|
||||
"Errors":"Errores"
|
||||
"Errors": "Errores",
|
||||
"BatchDeleteJob": "Trabajo de eliminación por lotes"
|
||||
}
|
||||
@@ -1960,5 +1960,6 @@
|
||||
"CopyToClipboard": "Copier dans le Presse-papiers",
|
||||
"VendorPopUpNotes": "Notes contextuelles",
|
||||
"EraseMultipleObjectsWarning": "Attention: vous êtes sur le point d'effacer définitivement plusieurs objets.\nÊtes-vous sûr?",
|
||||
"Errors":"les erreurs"
|
||||
"Errors": "les erreurs",
|
||||
"BatchDeleteJob": "Tâche de suppression par lots"
|
||||
}
|
||||
Reference in New Issue
Block a user