import page progress live

This commit is contained in:
Priec
2026-08-19 00:51:13 +02:00
parent e2956455c8
commit d6f2e6b0a4
12 changed files with 724 additions and 61 deletions

View File

@@ -596,6 +596,21 @@ import-success-message = Inserted { $inserted ->
*[other] { $source_rows } prepared rows
}.
# --- The import while it runs ----------------------------------------------
import-progress-heading = Importing into { $table }
import-progress-rows = { $inserted } of { $total } rows imported
import-progress-label = Import progress
import-progress-elapsed = Elapsed
import-progress-rate = Speed
import-progress-remaining = Time left
import-progress-rate-value = { $rows } rows/s
import-progress-seconds = { $seconds } s
import-progress-minutes = { $minutes } m { $seconds } s
import-progress-unknown-yet = —
import-progress-hint = The import runs on the server and keeps going even if this page is closed. This card updates every second.
import-progress-gone = This import is no longer being tracked. It either finished more than five minutes ago or was started in another session.
import-err-already-running = An import is already running. Wait for it to finish before starting another one.
# --- Step 2: mapping -------------------------------------------------------
import-mapping-heading = Map CSV columns into { $table }
import-mapping-hint = Nothing is mapped until you choose it. Map the whole file in order, or select CSV columns and drop them on the table column they should start at.