import export rbac2
This commit is contained in:
@@ -591,7 +591,7 @@ import-err-header-lengths = Table and column header rows have different lengths.
|
||||
import-err-row-width = A CSV data row has a different number of fields than the header.
|
||||
import-err-no-data-rows = CSV contains headers but no data rows.
|
||||
import-err-missing-type = Missing type for column '{ $column }'
|
||||
import-err-permission = Insert permission is required for at least one readable table.
|
||||
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-empty = CSV is empty.
|
||||
import-err-bad-boolean = Invalid boolean value '{ $value }'
|
||||
@@ -614,7 +614,7 @@ export-err-tables-not-in-profile = The table does not belong to the selected sco
|
||||
export-err-missing-structure = The backend omitted a requested table structure.
|
||||
export-err-negative-count = The backend returned a negative row count.
|
||||
export-err-range = The export exceeds the supported row-position range.
|
||||
export-err-permission = Read permission is required for at least one table.
|
||||
export-err-permission = Export permission is required. A table also needs read permission before it can be downloaded.
|
||||
|
||||
# --- Add logic -------------------------------------------------------------
|
||||
add-logic-title = Add logic
|
||||
|
||||
Reference in New Issue
Block a user