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 @@
---
de:
activerecord:
attributes:
error_template:
description: Beschreibung
hint: Hinweis
name: Name
signature: Regulärer Ausdruck
models:
error_template:
one: Fehlertemplate
other: Fehlertemplates
error_templates:
add_attribute: Attribut hinzufügen
attributes: Attribute
hints:
hint_templates: 'Attributnamen in {{doppelten geschweiften Klammern}} werden zur Laufzeit durch die jeweiligen Attributwerte ersetzt. Beispiel: "Der Fehler ist in Zeile {{Line}}." --(StructuredError: {Line: 4})--> "Der Fehler ist in Zeile 4."'
signature: Ein regulärer Ausdruck in Ruby-Syntax und ohne führende und schließende "/"