Add localization and plural forms for error templates and error template attributes
This commit is contained in:
@ -129,6 +129,12 @@ de:
|
|||||||
error:
|
error:
|
||||||
one: Fehler
|
one: Fehler
|
||||||
other: Fehler
|
other: Fehler
|
||||||
|
error_template:
|
||||||
|
one: Fehlertemplate
|
||||||
|
other: Fehlertemplates
|
||||||
|
error_template_attribute:
|
||||||
|
one: Fehlertemplatettribut
|
||||||
|
other: Fehlertemplatettribute
|
||||||
execution_environment:
|
execution_environment:
|
||||||
one: Ausführungsumgebung
|
one: Ausführungsumgebung
|
||||||
other: Ausführungsumgebungen
|
other: Ausführungsumgebungen
|
||||||
|
@ -150,6 +150,12 @@ en:
|
|||||||
error:
|
error:
|
||||||
one: Error
|
one: Error
|
||||||
other: Errors
|
other: Errors
|
||||||
|
error_template:
|
||||||
|
one: Error Template
|
||||||
|
other: Error Templates
|
||||||
|
error_template_attribute:
|
||||||
|
one: Error Template Attribute
|
||||||
|
other: Error Template Attributes
|
||||||
execution_environment:
|
execution_environment:
|
||||||
one: Execution Environment
|
one: Execution Environment
|
||||||
other: Execution Environments
|
other: Execution Environments
|
||||||
|
Reference in New Issue
Block a user