put table definition2 - name change

This commit is contained in:
Filipriec
2026-08-24 09:58:49 +02:00
parent 5d6f53c96e
commit 77e409dce6
11 changed files with 51 additions and 7 deletions

View File

@@ -169,6 +169,8 @@ td-add-columns-to = Add columns to
td-append-hint = Columns are appended. Nothing that already exists is changed, and the new columns can be indexed as they are added.
td-adjust-table-of = Adjust table
td-adjust-table-hint = This table has no data, so you can add new columns or select existing columns to remove. The change is saved atomically.
td-table-name = Table name
td-table-name-hint = Rename the table here. Links and its definition continue to point to the same table.
td-remove-column = Remove
td-remove-column-aria = Remove { $column }
td-remove-column-confirm = Remove column "{ $column }"? This can't be undone once you save.
@@ -330,7 +332,7 @@ td-err-select-table-first = Select a table first.
td-err-profile-gone = Profile `{ $missing }` no longer exists.
td-err-not-a-table = `{ $missing }` is not a table of { $scope }.
td-err-describe-column = Describe at least one column before adding.
td-err-describe-change = Select a column to remove or stage at least one column to add.
td-err-describe-change = Change the table name, select a column to remove, or stage at least one column to add.
td-err-backend-no-columns = The backend did not add the columns.
td-err-backend-no-adjustment = The backend did not adjust the table definition.
td-err-populated-append-only = This table contains data. Existing columns cannot be removed; only new columns can be added.