From 2acfb353086942f62e8963456a70950a85115a5b Mon Sep 17 00:00:00 2001 From: MIDDNIGHT Date: Mon, 15 Jan 2024 16:33:26 +0100 Subject: [PATCH] Update de.json Added german translations strings for firstName, lastName and phone --- locales/de.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/de.json b/locales/de.json index ac96832..881619f 100644 --- a/locales/de.json +++ b/locales/de.json @@ -93,10 +93,13 @@ "address_form": { "name": "Name", "email": "E-Mail", + "firstName": "Vorname", + "lastName": "Nachname", "address1": "Straße und Hausnummer", "address2": "Adresszusatz (optional)", "city": "Stadt", "country": "Land", + "phone": "Telefon", "postalCode": "Postleitzahl", "province": "Bundesland", "dont_see_address": "Ich kann meine Adresse nicht finden"