Working on formula validation to accomodate functions, WIP
This commit is contained in:
@@ -26,11 +26,11 @@ en:
|
||||
parent:
|
||||
parent_domain_mismatch: 'parent quantity has to be in the same domain'
|
||||
formula:
|
||||
invalid_formula: 'interpretation failed after: %{part}'
|
||||
invalid_formula: 'interpretation failed: %{msg}'
|
||||
disallowed_token: 'includes disallowed token "%{token}"
|
||||
(of type %{ttype}) at %{location}'
|
||||
disallowed_function_call: 'includes disallowed function call %{function}'
|
||||
unknown_quantity: 'contains undefined quantities: %{quantities}'
|
||||
disallowed_function_call: 'includes disallowed function call: %{function}'
|
||||
unknown_quantity: 'contains undefined quantity: %{quantity}'
|
||||
body_trackers:
|
||||
index:
|
||||
heading: 'Summary'
|
||||
|
||||
Reference in New Issue
Block a user