Files
codeocean/config/locales/en/error_template.yml
Sebastian Serth e551c8a699 Reorder translations and add missing prefixes
- files should be prefixed with code_ocean/
- the markdown editor is part of the application (helper)
2024-05-21 19:42:26 +02:00

20 lines
685 B
YAML

---
en:
activerecord:
attributes:
error_template:
description: Description
hint: Hint
name: Name
signature: Signature Regular Expression
models:
error_template:
one: Error Template
other: Error Templates
error_templates:
add_attribute: Add attribute
attributes: Attributes
hints:
hint_templates: 'Attribute names in {{double curly braces}} are replaced by the corresponding attribute value at runtime, e.g. "The error occurs in line {{Line}}." --(StructuredError: {Line: 4})--> "The error occurs in line 4."'
signature: A regular expression in Ruby syntax without leading and trailing "/"