import page jiff

This commit is contained in:
Priec
2026-08-18 01:02:05 +02:00
parent b71ed4f42f
commit c75dacc0e8
12 changed files with 297 additions and 9 deletions

View File

@@ -569,6 +569,12 @@ import-choose-scope = Choose global or a profile
import-target-tables = Target table
import-choose-table = Choose a table
import-csv-file = CSV file
import-date-format = Date format
import-date-format-yy-mm-dd = YY-MM-DD (26-08-18)
import-date-format-dd-mm-yy = DD-MM-YY (18-08-26)
import-date-format-yyyy-mm-dd = YYYY-MM-DD (2026-08-18)
import-date-format-dd-mm-yyyy = DD-MM-YYYY (18-08-2026)
import-date-format-hint = Used for DATE columns. Jiff expands YY values 6999 to 19691999 and 0068 to 20002068, then normalizes every date before import.
import-csv-data = CSV data
import-csv-format-hint = The first row is normally used as the file's column names. Use UTF-8 CSV with a comma separator and every field in double quotes, for example: "hl","he","s"
import-continue = Continue
@@ -580,6 +586,7 @@ import-failure-message = Imported { $inserted } of { $source_rows } rows before
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.
import-success-title = Import complete
import-success-message = Inserted { $inserted ->
[one] { $inserted } row