bulk import

This commit is contained in:
Filipriec
2026-08-21 22:36:41 +02:00
parent 239d43ac1a
commit 0756e99959
9 changed files with 600 additions and 95 deletions

View File

@@ -592,9 +592,6 @@ import-continue = Pokračovat
import-carried = Import do tabulky { $table } v rozsahu { $scope }.
import-error-title = CSV se nepodařilo importovat
import-import-rows = Importovat
import-failure-message = Před zastavením importu se importovalo { $inserted } z { $source_rows } řádků. Selhal řádek CSV { $row }.
Backend: { $error }
Již importované řádky zůstávají v tabulce. Aby nevznikly duplicity, neimportujte znovu celý soubor: nejprve tyto řádky odstraňte nebo importujte pouze chybný a zbývající řádky.
import-failure-no-rows-message = Nic se neimportovalo. Selhal řádek CSV { $row }.
Backend: { $error }
import-err-bad-date = Řádek CSV { $row }, sloupec { $column }: „{ $value }“ není platné datum ve formátu { $format }.
@@ -611,7 +608,7 @@ import-success-message = Vloženo { $inserted ->
# --- Import v průběhu -------------------------------------------------------
import-progress-heading = Importuje se do { $table }
import-progress-rows = Importováno { $inserted } z { $total } řádků
import-progress-rows = Připraveno { $inserted } z { $total } řádků
import-progress-label = Průběh importu
import-progress-elapsed = Uplynulo
import-progress-rate = Rychlost

View File

@@ -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

View File

@@ -592,9 +592,6 @@ import-continue = Pokračovať
import-carried = Import do tabuľky { $table } v rozsahu { $scope }.
import-error-title = CSV sa nepodarilo importovať
import-import-rows = Importovať
import-failure-message = Pred zastavením importu sa importovalo { $inserted } z { $source_rows } riadkov. Zlyhal riadok CSV { $row }.
Backend: { $error }
Už importované riadky zostávajú v tabuľke. Aby nevznikli duplicity, neimportujte znova celý súbor: najprv tieto riadky odstráňte alebo importujte iba chybný a zostávajúce riadky.
import-failure-no-rows-message = Nič sa neimportovalo. Zlyhal riadok CSV { $row }.
Backend: { $error }
import-err-bad-date = Riadok CSV { $row }, stĺpec { $column }: „{ $value }“ nie je platný dátum vo formáte { $format }.
@@ -609,7 +606,7 @@ import-success-message = Vložený { $inserted ->
# --- Import počas behu ------------------------------------------------------
import-progress-heading = Importuje sa do { $table }
import-progress-rows = Importovaných { $inserted } z { $total } riadkov
import-progress-rows = Pripravených { $inserted } z { $total } riadkov
import-progress-label = Priebeh importu
import-progress-elapsed = Uplynulo
import-progress-rate = Rýchlosť