Files
codeocean/config/locales/de/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
711 B
YAML

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