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:
Sebastian Serth
2024-04-14 12:08:44 +02:00
committed by Sebastian Serth
parent 1589c9472b
commit e551c8a699
98 changed files with 2687 additions and 2357 deletions

View 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 "/"