|
1331 | 1331 | "pause": "Pause", |
1332 | 1332 | "compare": "Compare", |
1333 | 1333 | "download": "Download", |
| 1334 | + "batchDownload": "Batch Download", |
1334 | 1335 | "delete": "Delete", |
1335 | 1336 | "batchDownload": "Batch Download", |
1336 | 1337 | "edit": "Edit", |
|
1345 | 1346 | "operatorOrchestration": "Operator Orchestration" |
1346 | 1347 | }, |
1347 | 1348 | "task": { |
| 1349 | + "sections": { |
| 1350 | + "taskInfo": "Task Information", |
| 1351 | + "dataSourceSelection": "Data Source Selection" |
| 1352 | + }, |
1348 | 1353 | "columns": { |
1349 | 1354 | "taskName": "Task Name", |
1350 | 1355 | "taskId": "Task ID", |
|
1361 | 1366 | "dataSizeChange": "Data Size Change", |
1362 | 1367 | "actions": "Actions" |
1363 | 1368 | }, |
1364 | | - "form": { |
1365 | | - "name": "Name", |
1366 | | - "namePlaceholder": "Enter task name", |
1367 | | - "description": "Description", |
1368 | | - "descriptionPlaceholder": "Describe the task goals and requirements", |
1369 | | - "srcDataset": "Source Dataset", |
1370 | | - "srcDatasetPlaceholder": "Please select source dataset", |
1371 | | - "destDatasetName": "Target Dataset Name", |
1372 | | - "destDatasetNamePlaceholder": "Enter or select target dataset name", |
1373 | | - "destDatasetType": "Target Dataset Type", |
1374 | | - "destDatasetTypeRequired": "Please select target dataset type", |
1375 | | - "useSourceDataset": "Use Source Dataset", |
1376 | | - "useSourceDatasetHint": "When checked, target dataset will use source dataset and cannot be modified", |
1377 | | - "destDatasetNameRequired": "Please enter target dataset name", |
1378 | | - "cannotUseSourceDataset": "Cannot use source dataset as target. Check 'Use Source Dataset' or enter a different name" |
1379 | | - }, |
1380 | | - "sections": { |
1381 | | - "taskInfo": "Task Info", |
1382 | | - "dataSourceSelection": "Data Source Selection" |
1383 | | - }, |
1384 | | - "messages": { |
1385 | | - "taskCreated": "Task created successfully", |
1386 | | - "taskStarted": "Task started successfully", |
1387 | | - "taskPaused": "Task paused successfully", |
1388 | | - "taskDeleted": "Task deleted successfully", |
1389 | | - "taskDetailFailed": "Failed to fetch task details", |
1390 | | - "fetchTaskResultFailed": "Failed to fetch task results", |
1391 | | - "fetchTaskLogFailed": "Failed to fetch task logs" |
1392 | | - } |
| 1369 | + "form": { |
| 1370 | + "name": "Name", |
| 1371 | + "namePlaceholder": "Enter task name", |
| 1372 | + "description": "Description", |
| 1373 | + "descriptionPlaceholder": "Describe the purpose", |
| 1374 | + "srcDataset": "Source Dataset", |
| 1375 | + "srcDatasetPlaceholder": "Select source dataset", |
| 1376 | + "destDatasetType": "Target Dataset Type", |
| 1377 | + "useSourceDataset": "Use Source Dataset", |
| 1378 | + "useSourceDatasetHint": "Output will be replaced in source dataset", |
| 1379 | + "cannotUseSourceDataset": "Cannot use source dataset as destination", |
| 1380 | + "destDatasetNameRequired": "Destination dataset name is required", |
| 1381 | + "destDatasetTypeRequired": "Target dataset type is required", |
| 1382 | + "allTypes": "All", |
| 1383 | + "showingDatasets": "Showing {{count}} datasets", |
| 1384 | + "noDatasetsFound": "No datasets found" |
| 1385 | + } |
1393 | 1386 | }, |
1394 | 1387 | "template": { |
1395 | 1388 | "columns": { |
|
1439 | 1432 | "searchFileName": "Search file name", |
1440 | 1433 | "searchFileType": "Search file type", |
1441 | 1434 | "selectFiles": "{{count}} files selected", |
| 1435 | + "selectedFilesCount": "Selected {{count}} files", |
1442 | 1436 | "notCompleted": "Not Completed", |
1443 | 1437 | "downloadNotAvailable": "Not Available Yet", |
| 1438 | + "downloadFilesFailed": "Failed to download files", |
1444 | 1439 | "compareDialogTitle": "File Comparison - {{fileName}}", |
1445 | 1440 | "beforeProcessing": "Before Processing", |
1446 | 1441 | "afterProcessing": "After Processing", |
|
0 commit comments