import improvements3

This commit is contained in:
Priec
2026-08-17 15:37:47 +02:00
parent 71807f9a6d
commit fa24cf0975
8 changed files with 108 additions and 37 deletions

View File

@@ -596,7 +596,7 @@ import-preview-heading = Prepared import for { $table }
import-summary-rows = Source rows
import-summary-columns-used = Mapped table columns
import-summary-ignored = Ignored source columns
import-summary-omitted = Omitted table columns
import-summary-empty = Unmapped table columns sent empty
import-summary-missing-required = Not filled in by this import, and declared NOT NULL by the table: { $columns }. If those columns have no default, the server will refuse the rows.
import-preview-more-rows = { $rows } further rows are prepared and not shown here.
import-prepared-csv = The prepared CSV
@@ -617,6 +617,7 @@ import-err-row-width = Every row must hold as many values as the header. The hea
import-err-no-data-rows = The file needs a header row and at least one data row under it.
import-err-mapping-empty = No column of the table is mapped, so there is nothing to import.
import-err-source-used-twice = Source column '{ $name }' at position { $position } is used for two table columns. A source column can fill one table column only.
import-err-destination-used-twice = Table column '{ $column }' is mapped more than once. A table column can receive one source column only.
import-err-source-position-missing = Column '{ $column }' is set to take position { $position }, and the file only has { $positions }. Prepare the mapping again.
import-err-destination-missing = A mapped column no longer exists in table '{ $table }', or is no longer one an import can write into. Prepare the mapping again.
import-err-missing-type = Missing type for column '{ $column }'