Skip to content

Commit

Permalink
#306 Bulk edit improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
unaibrrgn committed Sep 22, 2023
1 parent c42583a commit 8d78c42
Show file tree
Hide file tree
Showing 3 changed files with 1,273 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@ bulkimport.error.itemreference=Some items linking to references could not be ins

bulk.import.success=The bulk import has been complete with success.
bulk.import.error=The bulk import has been complete with the following errors:
bulk.import.error.emptyfile=The bulk import cannot be complete because the file does not contain any item.
bulk.import.error.emptyfile=The bulk import cannot be complete because the file does not contain any item.
bulk.import.error.emptyrequired=The bulk cannot be complete because the file does not contain data on required field: {fields} on line: {line}.
bulk.import.error.file=The bulk import has been complete with errors. The file could not be processed because of a wrong format.
bulk.import.error.header.localid=The header of the file does not contain the "LocalID" column.
bulk.import.error.header.language=The header of the file does not contain the "Language" column.
Expand Down
Loading

0 comments on commit 8d78c42

Please sign in to comment.