web crate put add table

This commit is contained in:
Filipriec
2026-08-23 23:43:27 +02:00
parent a44dccf84b
commit b4135e5d20
14 changed files with 239 additions and 17 deletions

View File

@@ -135,7 +135,7 @@ admin-no-profile-tables = Tento profil nemá vlastní tabulky.
admin-no-dependencies = Bez závislostí
admin-depends-on-prefix = Závisí na
admin-row-display-prefix = zobrazení:
admin-add-columns = Přidat sloupce
admin-add-columns = Upravit sloupce
admin-column-presentation = Aliasy sloupců
admin-delete-table = Smazat tabulku
admin-who-may-use-it = Kdo ji může používat
@@ -161,9 +161,17 @@ admin-system-columns-label = Systémové sloupce · skryté před uživateli
# --- Stránky definice tabulky (přidat sloupce / zobrazení / smazat / kopírovat / šablona / historie)
td-add-columns-title = Přidat sloupce
td-adjust-columns-title = Upravit sloupce
td-presentation-title = Zobrazení sloupců
td-add-columns-to = Přidat sloupce do
td-append-hint = Sloupce se přidávají na konec. Nic, co už existuje, se nemění a nové sloupce lze indexovat hned při přidání.
td-adjust-columns-of = Upravit sloupce tabulky
td-adjust-hint = Přidejte nové sloupce nebo označte existující k odebrání. Samotné přidání funguje i v tabulce s daty; odebrání nebo nahrazení vyžaduje prázdnou tabulku a uloží se atomicky.
td-existing-columns = Existující sloupce
td-new-columns = Nové sloupce k přidání
td-remove-column = Odebrat
td-remove-column-aria = Odebrat { $column }
td-save-definition = Uložit definici tabulky
td-rename-column = Aliasy sloupců
td-rename-hint = Přejmenovává se jen zobrazený název, ne fyzický sloupec pod ním, takže uložená data a skripty zůstávají nedotčené.
td-column-label = Sloupec
@@ -189,7 +197,7 @@ td-col-target-column = Cílový sloupec
td-col-description = Popis
td-source = zdroj
td-could-not-add-column = Sloupec se nepodařilo přidat
td-could-not-add-column = Sloupce se nepodařilo upravit
td-staged = Připraveno
td-link-alias = Alias odkazu
td-column-name = Název sloupce
@@ -250,6 +258,8 @@ td-global-label = Globální — všechny profily
td-tab-aria = akce s tabulkou
td-tab-add-columns = Přidat sloupce
td-tab-add-columns-sub = Připojit nové sloupce
td-tab-adjust-columns = Upravit sloupce
td-tab-adjust-columns-sub = Přidat, odebrat nebo nahradit
td-tab-presentation = Zobrazení
td-tab-presentation-sub = Změnit aliasy a pořadí
td-tab-delete = Smazat
@@ -306,6 +316,7 @@ td-columns-added = { $count ->
[few] { $count } sloupce přidány do `{ $table }`.
*[other] { $count } sloupců přidáno do `{ $table }`.
}
td-definition-adjusted = Tabulka `{ $table }` upravena: přidáno { $added }, odebráno { $removed }.
td-profile-copied = { $message } — zkopírováno { $tables ->
[one] { $tables } tabulka
[few] { $tables } tabulky
@@ -324,7 +335,9 @@ td-err-select-table-first = Nejprve vyberte tabulku.
td-err-profile-gone = Profil `{ $missing }` už neexistuje.
td-err-not-a-table = `{ $missing }` není tabulka rozsahu { $scope }.
td-err-describe-column = Před přidáním popište alespoň jeden sloupec.
td-err-describe-change = Označte sloupec k odebrání nebo připravte alespoň jeden sloupec k přidání.
td-err-backend-no-columns = Backend nepřidal sloupce.
td-err-backend-no-adjustment = Backend neupravil definici tabulky.
td-err-choose-rename = Zadejte nový název sloupce.
td-err-unknown-column = Tento sloupec už do této tabulky nepatří. Panel níže ukazuje tabulku, jaká je teď.
td-err-backend-no-rename = Backend nepřejmenoval sloupec.

View File

@@ -139,7 +139,7 @@ admin-no-profile-tables = This profile has no tables of its own.
admin-no-dependencies = No dependencies
admin-depends-on-prefix = Depends on
admin-row-display-prefix = display:
admin-add-columns = Add columns
admin-add-columns = Adjust columns
admin-column-presentation = Column aliases
admin-delete-table = Delete table
admin-who-may-use-it = Who may use it
@@ -163,9 +163,17 @@ admin-system-columns-label = System columns · hidden from users
# --- Table definition pages (add columns / presentation / delete / copy / template / history) -
td-add-columns-title = Add columns
td-adjust-columns-title = Adjust columns
td-presentation-title = Column presentation
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-columns-of = Adjust columns of
td-adjust-hint = Add new columns, or select existing columns to remove. Add-only changes also work on populated tables; removing or replacing columns requires an empty table and is saved atomically.
td-existing-columns = Existing columns
td-new-columns = New columns to add
td-remove-column = Remove
td-remove-column-aria = Remove { $column }
td-save-definition = Save table definition
td-rename-column = Column aliases
td-rename-hint = Renames what the column is called, not the physical column underneath, so stored data and scripts are untouched.
td-column-label = Column
@@ -191,7 +199,7 @@ td-col-target-column = Target column
td-col-description = Description
td-source = source
td-could-not-add-column = Could not add the column
td-could-not-add-column = Could not adjust the columns
td-staged = Staged
td-link-alias = Link alias
td-column-name = Column name
@@ -250,6 +258,8 @@ td-global-label = Global — all profiles
td-tab-aria = table actions
td-tab-add-columns = Add columns
td-tab-add-columns-sub = Append new columns
td-tab-adjust-columns = Adjust columns
td-tab-adjust-columns-sub = Add, remove, or replace columns
td-tab-presentation = Presentation
td-tab-presentation-sub = Change aliases and order
td-tab-delete = Delete
@@ -305,6 +315,7 @@ td-columns-added = { $count ->
[one] { $count } column added to `{ $table }`.
*[other] { $count } columns added to `{ $table }`.
}
td-definition-adjusted = `{ $table }` adjusted: { $added } added, { $removed } removed.
td-profile-copied = { $message } — { $tables ->
[one] { $tables } table
*[other] { $tables } tables
@@ -320,7 +331,9 @@ 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-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-choose-rename = Type a new name for the column.
td-err-unknown-column = That column is not part of this table any more. The panel below is the table as it now is.
td-err-backend-no-rename = The backend did not rename the column.

View File

@@ -135,7 +135,7 @@ admin-no-profile-tables = Tento profil nemá vlastné tabuľky.
admin-no-dependencies = Bez závislostí
admin-depends-on-prefix = Závisí od
admin-row-display-prefix = zobrazenie:
admin-add-columns = Pridať stĺpce
admin-add-columns = Upraviť stĺpce
admin-column-presentation = Aliasy stĺpcov
admin-delete-table = Vymazať tabuľku
admin-who-may-use-it = Kto ju môže používať
@@ -161,9 +161,17 @@ admin-system-columns-label = Systémové stĺpce · skryté pred používateľmi
# --- Stránky definície tabuľky (pridať stĺpce / zobrazenie / vymazať / kopírovať / šablóna / história)
td-add-columns-title = Pridať stĺpce
td-adjust-columns-title = Upraviť stĺpce
td-presentation-title = Zobrazenie stĺpcov
td-add-columns-to = Pridať stĺpce do
td-append-hint = Stĺpce sa pridávajú na koniec. Nič, čo už existuje, sa nemení a nové stĺpce možno indexovať hneď pri pridaní.
td-adjust-columns-of = Upraviť stĺpce tabuľky
td-adjust-hint = Pridajte nové stĺpce alebo označte existujúce na odstránenie. Samotné pridanie funguje aj v tabuľke s údajmi; odstránenie alebo nahradenie vyžaduje prázdnu tabuľku a uloží sa atómovo.
td-existing-columns = Existujúce stĺpce
td-new-columns = Nové stĺpce na pridanie
td-remove-column = Odstrániť
td-remove-column-aria = Odstrániť { $column }
td-save-definition = Uložiť definíciu tabuľky
td-rename-column = Aliasy stĺpcov
td-rename-hint = Premenúva sa len zobrazený názov, nie fyzický stĺpec pod ním, takže uložené údaje a skripty zostávajú nedotknuté.
td-column-label = Stĺpec
@@ -189,7 +197,7 @@ td-col-target-column = Cieľový stĺpec
td-col-description = Popis
td-source = zdroj
td-could-not-add-column = Stĺpec sa nepodarilo pridať
td-could-not-add-column = Stĺpce sa nepodarilo upraviť
td-staged = Pripravené
td-link-alias = Alias odkazu
td-column-name = Názov stĺpca
@@ -250,6 +258,8 @@ td-global-label = Globálne — všetky profily
td-tab-aria = akcie s tabuľkou
td-tab-add-columns = Pridať stĺpce
td-tab-add-columns-sub = Pripojiť nové stĺpce
td-tab-adjust-columns = Upraviť stĺpce
td-tab-adjust-columns-sub = Pridať, odstrániť alebo nahradiť
td-tab-presentation = Zobrazenie
td-tab-presentation-sub = Zmeniť aliasy a poradie
td-tab-delete = Vymazať
@@ -306,6 +316,7 @@ td-columns-added = { $count ->
[few] { $count } stĺpce pridané do `{ $table }`.
*[other] { $count } stĺpcov pridaných do `{ $table }`.
}
td-definition-adjusted = Tabuľka `{ $table }` upravená: pridané { $added }, odstránené { $removed }.
td-profile-copied = { $message } — skopírované { $tables ->
[one] { $tables } tabuľka
[few] { $tables } tabuľky
@@ -324,7 +335,9 @@ td-err-select-table-first = Najprv vyberte tabuľku.
td-err-profile-gone = Profil `{ $missing }` už neexistuje.
td-err-not-a-table = `{ $missing }` nie je tabuľka rozsahu { $scope }.
td-err-describe-column = Pred pridaním popíšte aspoň jeden stĺpec.
td-err-describe-change = Označte stĺpec na odstránenie alebo pripravte aspoň jeden stĺpec na pridanie.
td-err-backend-no-columns = Backend nepridal stĺpce.
td-err-backend-no-adjustment = Backend neupravil definíciu tabuľky.
td-err-choose-rename = Zadajte nový názov stĺpca.
td-err-unknown-column = Tento stĺpec už do tejto tabuľky nepatrí. Panel nižšie ukazuje tabuľku, aká je teraz.
td-err-backend-no-rename = Backend nepremenoval stĺpec.