Reorder translations and add missing prefixes
- files should be prefixed with code_ocean/ - the markdown editor is part of the application (helper)
This commit is contained in:

committed by
Sebastian Serth

parent
1589c9472b
commit
e551c8a699
19
config/locales/en/error_template.yml
Normal file
19
config/locales/en/error_template.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
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 "/"
|
Reference in New Issue
Block a user