You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZIP Import: Finished base import process & error handling
Added file creation reverting and DB rollback on error.
Added error display on failed import.
Extracted likely shown import form/error text to translation files.
Copy file name to clipboardExpand all lines: lang/en/entities.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@
52
52
'import_pending_none' => 'No imports have been started.',
53
53
'import_continue' => 'Continue Import',
54
54
'import_continue_desc' => 'Review the content due to be imported from the uploaded ZIP file. When ready, run the import to add its contents to this system. The uploaded ZIP import file will be automatically removed on successful import.',
55
+
'import_details' => 'Import Details',
55
56
'import_run' => 'Run Import',
56
57
'import_size' => ':size Import ZIP Size',
57
58
'import_uploaded_at' => 'Uploaded :relativeTime',
@@ -60,6 +61,8 @@
60
61
'import_location_desc' => 'Select a target location for your imported content. You\'ll need the relevant permissions to create within the location you choose.',
61
62
'import_delete_confirm' => 'Are you sure you want to delete this import?',
62
63
'import_delete_desc' => 'This will delete the uploaded import ZIP file, and cannot be undone.',
64
+
'import_errors' => 'Import Errors',
65
+
'import_errors_desc' => 'The follow errors occurred during the import attempt:',
0 commit comments