From ec08f7ca8a937f341e24b09f52b4f5e8334d7182 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Wed, 28 Apr 2021 19:06:34 -0800 Subject: [PATCH] New translations en-US.json (Dutch) --- frontend/src/locales/messages/nl-NL.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/locales/messages/nl-NL.json b/frontend/src/locales/messages/nl-NL.json index c2d00d238..21ae9574e 100644 --- a/frontend/src/locales/messages/nl-NL.json +++ b/frontend/src/locales/messages/nl-NL.json @@ -105,6 +105,7 @@ "recent": "Recent(e)" }, "recipe": { + "assets": "Assets", "add-key": "Sleutel toevoegen", "api-extras": "API Extras", "calories": "Calorieën", @@ -113,8 +114,9 @@ "delete-confirmation": "Weet u zeker dat u dit recept wilt verwijderen?", "delete-recipe": "Recept verwijderen", "description": "Omschrijving", - "fat-content": "Vetten", - "fiber-content": "Vezels", + "fat-content": "Fat", + "fiber-content": "Fiber", + "carbohydrate-content": "Carbohydrate", "grams": "gram", "image": "Afbeelding", "ingredient": "Ingrediënt", @@ -132,13 +134,13 @@ "original-url": "Oorspronkelijke URL", "perform-time": "Kook tijd", "prep-time": "Voorbereiding tijd", - "protein-content": "Eiwitten", + "protein-content": "Protein", "recipe-image": "Recept afbeelding", "recipe-name": "Receptnaam", "servings": "Porties", - "sodium-content": "Sodium gehalte", + "sodium-content": "Sodium", "step-index": "Stap: {step}", - "sugar-content": "Suiker gehalte", + "sugar-content": "Sugar", "tags": "Labels", "title": "Titel", "total-time": "Totale Tijd",