removing decimal with precision and decimal count
This commit is contained in:
@@ -48,8 +48,6 @@ label-validation-set-name = validation set name
|
||||
label-minimum = Minimum
|
||||
label-maximum = Maximum
|
||||
label-warning-threshold = Warning threshold
|
||||
label-precision = Precision
|
||||
label-scale = Scale
|
||||
label-column-name = Column name
|
||||
label-table-name = Table name
|
||||
label-linked-table = Linked table
|
||||
@@ -212,19 +210,6 @@ td-temporal-type = Temporal type
|
||||
td-choose-temporal-type = Choose a temporal type
|
||||
td-gtin-type = GTIN type
|
||||
td-choose-gtin-length = Choose a GTIN length
|
||||
td-precision = Precision
|
||||
td-precision-hint = Total digits stored, at least 1.
|
||||
td-scale = Scale
|
||||
td-scale-hint = Digits after the point, no more than the precision.
|
||||
td-fixed-decimal-access = Advanced number types
|
||||
td-fixed-decimal-disabled = Recommended types only
|
||||
td-fixed-decimal-enabled = Enable fixed-scale decimal
|
||||
td-fixed-decimal-access-hint = Exact NUMERIC is recommended. Enable this only for a strict external data contract.
|
||||
td-fixed-decimal-warning-title = Advanced fixed-scale decimal
|
||||
td-fixed-decimal-warning = This type limits total and fractional digits. Values outside the declared scale are refused, calculations must round explicitly, and the type cannot be changed after the table contains data.
|
||||
td-fixed-decimal-enable-first = Enable advanced fixed-scale decimal before using this type.
|
||||
td-exact-decimal = Decimal — exact (recommended)
|
||||
td-fixed-decimal-type = Fixed-scale decimal — advanced
|
||||
td-referenced-table = Referenced table
|
||||
td-choose-table = Choose a table
|
||||
td-group-global = Global
|
||||
@@ -829,9 +814,7 @@ schema-err-generated-exists = `{ $type }` generates a column named `{ $generated
|
||||
schema-err-ql-types = Quantity-ledger columns must use { $types }
|
||||
schema-err-column-ql-types = Column `{ $name }`: quantity-ledger columns must use { $types }
|
||||
schema-err-column-prefix = Column `{ $name }`: { $error }
|
||||
schema-err-decimal-not-valid = `decimal` is not a valid field type.
|
||||
schema-err-link-not-valid = `link` is not a valid field type.
|
||||
schema-err-decimal-args-needed = `{ $type }` needs both a precision and a scale.
|
||||
schema-err-link-target-needed = `link` needs a referenced table.
|
||||
schema-err-generated-type = `{ $type }` is a column type the backend generates itself.
|
||||
schema-err-invalid-type = `{ $type }` is not a valid field type.
|
||||
@@ -856,12 +839,6 @@ error-identifier-number = { $label } cannot start with a number.
|
||||
error-identifier-too-long = { $label } cannot be longer than { $limit } characters.
|
||||
error-identifier-charset = { $label } may only use lowercase letters, digits and underscores.
|
||||
error-identifier-reserved = { $label } uses a reserved name.
|
||||
error-decimal-required = { $label } is required for a decimal column.
|
||||
error-decimal-sign = { $label } cannot carry a sign.
|
||||
error-decimal-whole = { $label } must be a whole number.
|
||||
error-decimal-leading-zeros = { $label } cannot have leading zeros.
|
||||
error-precision-min = Precision must be at least 1.
|
||||
error-scale-gt-precision = Scale cannot be greater than precision.
|
||||
|
||||
# --- Add validation --------------------------------------------------------
|
||||
validation-eyebrow = Validation
|
||||
|
||||
Reference in New Issue
Block a user