bulk import
This commit is contained in:
@@ -582,9 +582,6 @@ import-continue = Continue
|
||||
import-carried = Importing into { $table } in { $scope }.
|
||||
import-error-title = Could not import CSV
|
||||
import-import-rows = Import
|
||||
import-failure-message = Imported { $inserted } of { $source_rows } rows before the import stopped. CSV row { $row } failed.
|
||||
Backend: { $error }
|
||||
Rows already imported remain in the table. To avoid duplicates, do not retry the whole file: remove those rows first, or import only the failed and remaining rows.
|
||||
import-failure-no-rows-message = Nothing was imported. CSV row { $row } failed.
|
||||
Backend: { $error }
|
||||
import-err-bad-date = CSV row { $row }, column { $column }: “{ $value }” is not a valid { $format } date.
|
||||
@@ -599,7 +596,7 @@ import-success-message = Inserted { $inserted ->
|
||||
|
||||
# --- The import while it runs ----------------------------------------------
|
||||
import-progress-heading = Importing into { $table }
|
||||
import-progress-rows = { $inserted } of { $total } rows imported
|
||||
import-progress-rows = { $inserted } of { $total } rows staged
|
||||
import-progress-label = Import progress
|
||||
import-progress-elapsed = Elapsed
|
||||
import-progress-rate = Speed
|
||||
|
||||
Reference in New Issue
Block a user