export works from web

This commit is contained in:
Priec
2026-08-15 19:05:59 +02:00
parent 10d9784b9b
commit e3104a367e
11 changed files with 199 additions and 92 deletions

View File

@@ -566,8 +566,10 @@ analytics-result-meta-truncated = { $rows ->
transfer-eyebrow = Prenos údajov
import-title = Import CSV
import-lead = Vyberte súbor v prehliadači alebo vložte CSV. Riadky sa overujú proti živým štruktúram tabuliek pred hromadným vkladaním cez gRPC.
import-profile = Profil
import-target-tables = Cieľové tabuľky
import-scope = Rozsah
import-choose-scope = Vyberte globálne alebo profil
import-target-tables = Cieľová tabuľka
import-choose-table = Vyberte tabuľku
import-csv-file = Súbor CSV
import-csv-data = Údaje CSV
import-error-title = CSV sa nepodarilo importovať
@@ -586,11 +588,11 @@ import-success-message = Vložené { $inserted ->
[few] { $table_count } tabuľkách
*[other] { $table_count } tabuľkách
}.
import-err-select-profile = Vyberte profil.
import-err-tables-required = Zadajte aspoň jednu cieľovú tabuľku.
import-err-select-profile = Vyberte rozsah.
import-err-tables-required = Vyberte cieľovú tabuľku.
import-err-csv-required = Vyberte súbor CSV alebo vložte údaje CSV.
import-err-unknown-profile = Neznámy profil.
import-err-tables-not-in-profile = Jedna alebo viac cieľových tabuliek nepatrí do profilu.
import-err-unknown-profile = Neznámy rozsah.
import-err-tables-not-in-profile = Cieľová tabuľka nepatrí do vybraného rozsahu.
import-err-missing-structure = Backend vynechal požadovanú štruktúru tabuľky.
import-err-no-importable-columns = CSV nemá importovateľné stĺpce pre tabuľku '{ $table }'.
import-err-column-not-importable = Stĺpec '{ $column }' nie je importovateľný pre tabuľku '{ $table }'.
@@ -609,18 +611,18 @@ import-err-bad-integer = Neplatná celočíselná hodnota '{ $value }'
export-title = Export CSV
export-lead = Súbor sa generuje z živých údajov tabuliek cez gRPC.
export-profile = Profil
export-choose-profile = Vyberte profil
export-tables = Tabuľky
export-comma-hint = Viacero tabuliek oddeľte čiarkami.
export-scope = Rozsah
export-choose-scope = Vyberte globálne alebo profil
export-tables = Tabuľka
export-choose-table = Vyberte tabuľku
export-include-system = Zahrnúť systémové stĺpce
export-include-system-hint = Do súboru pridá id, deleted a row_revision. Import ich ignoruje.
export-error-title = CSV sa nepodarilo exportovať
export-download = Stiahnuť CSV
export-err-select-profile = Vyberte profil.
export-err-tables-required = Zadajte aspoň jednu tabuľku.
export-err-unknown-profile = Neznámy profil.
export-err-tables-not-in-profile = Jedna alebo viac tabuliek nepatrí do vybraného profilu.
export-err-select-profile = Vyberte rozsah.
export-err-tables-required = Vyberte tabuľku.
export-err-unknown-profile = Neznámy rozsah.
export-err-tables-not-in-profile = Tabuľka nepatrí do vybraného rozsahu.
export-err-missing-structure = Backend vynechal požadovanú štruktúru tabuľky.
export-err-negative-count = Backend vrátil záporný počet riadkov.
export-err-range = Export presahuje podporovaný rozsah pozícií riadkov.