import ui
This commit is contained in:
@@ -598,12 +598,17 @@ import-success-message = Inserted { $inserted ->
|
||||
|
||||
# --- Step 2: mapping -------------------------------------------------------
|
||||
import-mapping-heading = Map CSV columns into { $table }
|
||||
import-mapping-hint = The CSV's first row was read as its column names. Connect only the CSV columns you want to import; table columns left without a connection stay empty.
|
||||
import-mapping-hint = Nothing is mapped until you choose it. Map the whole file in order, or select CSV columns and drop them on the table column they should start at.
|
||||
import-mapping-rows = The file holds { $rows } data rows.
|
||||
import-summary-mapped-short = mapped
|
||||
import-summary-attention-short = table columns not mapped
|
||||
import-csv-columns = CSV columns found
|
||||
import-csv-columns-hint = Drag one onto a table column, or click it and then click a table row. The small text is the first data value.
|
||||
import-csv-columns-hint = Click a column, Ctrl/Cmd-click to add more, or Shift-click for a range. The small text is the first data value.
|
||||
import-selection-hint = Click or drag onto a table column to place the selected columns there, one after another.
|
||||
import-select-all-columns = Select all
|
||||
import-clear-selection = Clear selection
|
||||
import-map-in-order = Map in order
|
||||
import-clear-all-mappings = Clear all mappings
|
||||
import-table-columns = Original table columns
|
||||
import-table-columns-hint = Every table column is shown. Leave a row as “Not mapped” when you intentionally do not want to import it.
|
||||
import-drag-source = Map CSV column { $column }
|
||||
|
||||
Reference in New Issue
Block a user