import page jiff
This commit is contained in:
@@ -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 69–99 to 1969–1999 and 00–68 to 2000–2068, 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
|
||||
|
||||
Reference in New Issue
Block a user