diff --git a/config/locales/de.yml b/config/locales/de.yml index 6aca7d64..edb5610f 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -129,6 +129,12 @@ de: error: one: Fehler other: Fehler + error_template: + one: Fehlertemplate + other: Fehlertemplates + error_template_attribute: + one: Fehlertemplatettribut + other: Fehlertemplatettribute execution_environment: one: Ausführungsumgebung other: Ausführungsumgebungen diff --git a/config/locales/en.yml b/config/locales/en.yml index 34d8894f..7cfe4c48 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -150,6 +150,12 @@ en: error: one: Error other: Errors + error_template: + one: Error Template + other: Error Templates + error_template_attribute: + one: Error Template Attribute + other: Error Template Attributes execution_environment: one: Execution Environment other: Execution Environments