Gettext: translate Vereinfacht API validation messages to German
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
75567a1c0a
commit
17ef898274
3 changed files with 66 additions and 0 deletions
|
|
@ -2749,3 +2749,25 @@ msgstr "Leer lassen, um den aktuellen Wert beizubehalten"
|
|||
#, elixir-autogen, elixir-format
|
||||
msgid "Some values are set via environment variables. Those fields are read-only."
|
||||
msgstr "Einige Werte werden über Umgebungsvariablen gesetzt. Diese Felder sind schreibgeschützt."
|
||||
|
||||
# Vereinfacht API validation messages (looked up at runtime via dgettext)
|
||||
msgid "The address field is required."
|
||||
msgstr "Das Adressfeld ist erforderlich."
|
||||
|
||||
msgid "The city field is required."
|
||||
msgstr "Das Stadtfeld ist erforderlich."
|
||||
|
||||
msgid "The email field is required."
|
||||
msgstr "Das E-Mail-Feld ist erforderlich."
|
||||
|
||||
msgid "The first name field is required."
|
||||
msgstr "Das Vornamenfeld ist erforderlich."
|
||||
|
||||
msgid "The last name field is required."
|
||||
msgstr "Das Nachnamenfeld ist erforderlich."
|
||||
|
||||
msgid "The zip code field is required."
|
||||
msgstr "Das Postleitzahlenfeld ist erforderlich."
|
||||
|
||||
msgid "Too Many Attempts."
|
||||
msgstr "Zu viele Versuche."
|
||||
|
|
|
|||
|
|
@ -2749,3 +2749,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 ""
|
||||
|
|
|
|||
|
|
@ -2749,3 +2749,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