import parsing

This commit is contained in:
Priec
2026-08-17 13:50:34 +02:00
parent a80b389a3f
commit 69dd0137ab
7 changed files with 107 additions and 51 deletions

View File

@@ -563,6 +563,7 @@ import-target-tables = Target table
import-choose-table = Choose a table
import-csv-file = CSV file
import-csv-data = CSV data
import-csv-format-hint = Use UTF-8 CSV with a comma separator and every field in double quotes, for example: "name","number","active"
import-error-title = Could not import CSV
import-import-rows = Import rows
import-success-title = Import complete
@@ -604,6 +605,7 @@ import-success-ignored-system = { $columns } are assigned by the server, so the
import-err-missing-type = Missing type for column '{ $column }'
import-err-permission = Import permission is required. A table also needs insert permission before it can be loaded.
import-err-unterminated-quote = CSV contains an unterminated quoted value.
import-err-strict-csv = Invalid CSV format. Every field must be enclosed in double quotes, fields must be separated by commas, and each record must stay on one line.
import-err-empty = CSV is empty.
import-err-bad-boolean = Invalid boolean value '{ $value }'
import-err-bad-integer = Invalid integer value '{ $value }'