Gettext: translate Vereinfacht API validation messages to German
This commit is contained in:
parent
02245e6684
commit
7db609deec
3 changed files with 66 additions and 0 deletions
|
|
@ -2768,3 +2768,25 @@ msgstr ""
|
|||
#, elixir-autogen, elixir-format
|
||||
msgid "Some values are set via environment variables. Those fields are read-only."
|
||||
msgstr ""
|
||||
|
||||
# Vereinfacht API validation messages (looked up at runtime via dgettext)
|
||||
msgid "The address field is required."
|
||||
msgstr ""
|
||||
|
||||
msgid "The city field is required."
|
||||
msgstr ""
|
||||
|
||||
msgid "The email field is required."
|
||||
msgstr ""
|
||||
|
||||
msgid "The first name field is required."
|
||||
msgstr ""
|
||||
|
||||
msgid "The last name field is required."
|
||||
msgstr ""
|
||||
|
||||
msgid "The zip code field is required."
|
||||
msgstr ""
|
||||
|
||||
msgid "Too Many Attempts."
|
||||
msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue