From 4bc65fd3595439c18e9f5c056dd6601e9c43db84 Mon Sep 17 00:00:00 2001 From: Consul Bot Date: Tue, 6 Nov 2018 13:17:48 +0100 Subject: [PATCH] New translations activemodel.yml (German) --- config/locales/de-DE/activemodel.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/locales/de-DE/activemodel.yml diff --git a/config/locales/de-DE/activemodel.yml b/config/locales/de-DE/activemodel.yml new file mode 100644 index 000000000..e1791860a --- /dev/null +++ b/config/locales/de-DE/activemodel.yml @@ -0,0 +1,22 @@ +de: + activemodel: + models: + verification: + residence: "Wohnsitz" + sms: "SMS" + attributes: + verification: + residence: + document_type: "Dokumententyp" + document_number: "Dokumentennummer (einschließlich Buchstaben)" + date_of_birth: "Geburtsdatum" + postal_code: "Postleitzahl" + sms: + phone: "Telefon" + confirmation_code: "Bestätigungscode" + email: + recipient: "E-Mail" + officing/residence: + document_type: "Dokumententyp" + document_number: "Dokumentennummer (einschließlich Buchstaben)" + year_of_birth: "Geburtsjahr"