fixing errors2

This commit is contained in:
Priec
2026-08-15 15:32:11 +02:00
parent fa9ee23538
commit 52b0dbd744
6 changed files with 104 additions and 28 deletions

View File

@@ -695,6 +695,7 @@ draft-err-profile-name = Enter a name for the new profile.
draft-err-table-conflict-global = A table named `{ $name }` already exists. A shared table's name has to be free in every profile.
draft-err-table-conflict = A table named `{ $name }` already exists in profile `{ $profile }`, or is shared by every profile.
draft-err-no-columns = Add at least one column before saving.
draft-err-ragged-columns = The posted column data is incomplete: { $posted } columns were sent, but only { $kept } carry every field. Each column needs a name, type, indexing, quantity-ledger, required, rounding and currency value.
draft-err-alias-taken = Alias `{ $alias }` for generated column `{ $source }` is already taken by another column.
draft-err-accounting-currency = Accounting currency must be a three-letter ISO-4217 code