Add localization and plural forms for error templates and error template attributes

This commit is contained in:
Maximilian Grundke
2017-07-12 15:15:19 +02:00
parent 2cc1a7478c
commit 24fd142d3c
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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