conversions web + put table definition
This commit is contained in:
@@ -169,10 +169,9 @@ 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-existing-columns = Existing columns
|
||||
td-new-columns = New columns to add
|
||||
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.
|
||||
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.
|
||||
@@ -906,3 +905,95 @@ validation-err-range-start = Pattern range start cannot exceed its end.
|
||||
validation-err-bad-position = Invalid pattern position '{ $value }'.
|
||||
validation-err-bad-constraint = Unknown character constraint '{ $value }'.
|
||||
validation-err-permission = Validation-management permission is required.
|
||||
|
||||
# Exchange-rate administration workspace
|
||||
rates-title = Conversion rates
|
||||
rates-eyebrow = Admin workspace
|
||||
rates-description = Configure profile currencies, verify conversions, inspect audit evidence, and monitor providers.
|
||||
rates-updated = Conversion rates updated
|
||||
rates-could-not-continue = The operation could not be completed
|
||||
rates-sections = Conversion-rate workspace sections
|
||||
rates-tab-configuration = Configuration
|
||||
rates-tab-configuration-sub = Currencies and providers
|
||||
rates-tab-preview = Preview
|
||||
rates-tab-preview-sub = Test a conversion
|
||||
rates-tab-evidence = Evidence
|
||||
rates-tab-evidence-sub = Inspect a stored result
|
||||
rates-tab-providers = Providers
|
||||
rates-tab-providers-sub = Coverage and imports
|
||||
rates-profile-configuration = Profile configuration
|
||||
rates-no-profiles = No accounting profiles are available.
|
||||
rates-profile = Profile
|
||||
rates-accounting-currency = Accounting currency
|
||||
rates-immutable = fixed after profile creation
|
||||
rates-configured-currencies = Foreign currencies
|
||||
rates-registered-providers = Available providers
|
||||
rates-no-foreign-currencies = No foreign currency has been configured for this profile yet.
|
||||
rates-foreign-currency = Foreign currency
|
||||
rates-default-provider = Default provider
|
||||
rates-providers = Providers
|
||||
rates-coverage = Verified coverage
|
||||
rates-ready = Ready
|
||||
rates-importing = Coverage incomplete
|
||||
rates-make-default = Make default
|
||||
rates-add-binding = Add currency provider
|
||||
rates-append-only-hint = Configuration is append-only: add another provider or make an existing provider the default. Existing bindings are not replaced.
|
||||
rates-provider = Provider
|
||||
rates-choose-provider = Choose a provider
|
||||
rates-make-default-now = Use as the default provider for this currency
|
||||
rates-conversion-preview = Conversion preview
|
||||
rates-preview-hint = Exercise the same selection rules as posting without writing accounting data.
|
||||
rates-amount = Original amount
|
||||
rates-currency = Original currency
|
||||
rates-basis-date = Conversion basis date
|
||||
rates-rate-method = Rate method
|
||||
rates-method-automatic = Automatic official rate
|
||||
rates-method-specific = Official rate from a specific publication date
|
||||
rates-method-saved = Saved custom rate
|
||||
rates-method-manual = One-off manual rate
|
||||
rates-date-context = Date context
|
||||
rates-context-ordinary = Ordinary transaction — previous publication
|
||||
rates-context-statement = Statement — on or before date
|
||||
rates-specific-date = Publication date
|
||||
rates-manual-foreign-units = Foreign units per accounting unit
|
||||
rates-provider-override = Provider override
|
||||
rates-use-default-provider = Use the configured default
|
||||
rates-reason = Reason
|
||||
rates-reason-hint = Required by the backend when an exceptional selection needs justification.
|
||||
rates-preview-action = Preview conversion
|
||||
rates-preview-result = Preview result
|
||||
rates-date-rule = Date rule
|
||||
rates-rate-date = Applied rate date
|
||||
rates-audit-details = Audit details
|
||||
rates-exact-quote = Exact quote
|
||||
rates-determination = Determination method
|
||||
rates-rounding = Rounding method
|
||||
rates-observation = Official observation ID
|
||||
rates-import-batch = Import batch ID
|
||||
rates-evidence-lookup = Evidence lookup
|
||||
rates-evidence-hint = Look up the exact conversion history for one table cell and its revisions.
|
||||
rates-table = Table
|
||||
rates-record-id = Record ID
|
||||
rates-column = Column
|
||||
rates-find-evidence = Find evidence
|
||||
rates-no-exchange = This cell does not contain an exchange-rate conversion.
|
||||
rates-no-evidence = The cell is exchange-enabled, but no conversion evidence was recorded.
|
||||
rates-revision = Row revision
|
||||
rates-conversion = Conversion
|
||||
rates-created = Recorded at
|
||||
rates-more-evidence = More evidence exists; narrow the lookup or use the API cursor to continue.
|
||||
rates-provider-operations = Operations
|
||||
rates-provider-health = Provider health
|
||||
rates-provider-health-hint = Verified coverage, posting horizons, and recent import attempts for the official provider.
|
||||
rates-unavailable-title = Conversion rates are unavailable
|
||||
rates-err-profile-missing = The selected profile no longer exists. The first available profile is shown instead.
|
||||
rates-err-preview-method = Choose a supported rate method.
|
||||
rates-err-record-id = Record ID must be a positive whole number.
|
||||
rates-configuration-added = Added provider { $source } for { $currency }.
|
||||
rates-source-official = Official
|
||||
rates-source-saved = Saved custom
|
||||
rates-source-manual = One-off manual
|
||||
rates-rule-previous = Previous publication
|
||||
rates-rule-on-or-before = On or before date
|
||||
rates-rule-specific = Specific publication date
|
||||
rates-unknown = Unknown
|
||||
|
||||
Reference in New Issue
Block a user