1
0

Working on formula validation to accomodate functions, WIP

This commit is contained in:
cryptogopher
2019-11-10 00:48:54 +01:00
parent eba2aaa8aa
commit 841fcb2807
2 changed files with 37 additions and 22 deletions

View File

@@ -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'