From 0383d13ccc75964f7f91006599ab5758c7e3a322 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Wed, 28 Apr 2021 19:06:18 -0800 Subject: [PATCH] New translations en-US.json (German) --- frontend/src/locales/messages/de-DE.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/locales/messages/de-DE.json b/frontend/src/locales/messages/de-DE.json index 6117e0e80..0cf99c620 100644 --- a/frontend/src/locales/messages/de-DE.json +++ b/frontend/src/locales/messages/de-DE.json @@ -105,6 +105,7 @@ "recent": "Neueste" }, "recipe": { + "assets": "Assets", "add-key": "Schlüssel hinzufügen", "api-extras": "API Extras", "calories": "Kalorien", @@ -113,8 +114,9 @@ "delete-confirmation": "Bist du dir sicher, dass du dieses Rezept löschen möchtest?", "delete-recipe": "Rezept löschen", "description": "Beschreibung", - "fat-content": "Fettgehalt", - "fiber-content": "Ballaststoffe", + "fat-content": "Fat", + "fiber-content": "Fiber", + "carbohydrate-content": "Carbohydrate", "grams": "g", "image": "Bild", "ingredient": "Zutat", @@ -132,13 +134,13 @@ "original-url": "Ursprüngliche URL", "perform-time": "Kochzeit", "prep-time": "Vorbereitung", - "protein-content": "Eiweißgehalt", + "protein-content": "Protein", "recipe-image": "Rezeptbild", "recipe-name": "Rezeptname", "servings": "Portionen", - "sodium-content": "Natriumgehalt", + "sodium-content": "Sodium", "step-index": "Schritt {step}:", - "sugar-content": "Zuckergehalt", + "sugar-content": "Sugar", "tags": "Schlagworte", "title": "Titel", "total-time": "Gesamtzeit",