From 6fe200ce4b473439361f3bb0a0ce64fa2d72952c Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Fri, 20 Aug 2021 12:18:38 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (137 of 137 strings) Translation: wger Workout Manager/Mobile App Translate-URL: https://hosted.weblate.org/projects/wger/mobile/de/ --- lib/l10n/app_de.arb | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index 2814e859..2839bd82 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -467,5 +467,27 @@ "supersetWith": "Supersatz mit", "@supersetWith": { "description": "Text used between exercise cards when adding a new set. Translate as something like 'in a superset with'" - } + }, + "total": "Gesamt", + "@total": { + "description": "Label used for total sums of e.g. calories or similar" + }, + "gPerBodyKg": "g pro Körper-kg", + "@gPerBodyKg": { + "description": "Label used for total sums of e.g. calories or similar in grams per Kg of body weight" + }, + "percentEnergy": "Prozent der Energie", + "@percentEnergy": {}, + "difference": "Unterschied", + "@difference": {}, + "logged": "Protokolliert", + "@logged": { + "description": "Header for the column of 'logged' nutritional values, i.e. what was eaten" + }, + "planned": "Geplant", + "@planned": { + "description": "Header for the column of 'planned' nutritional values, i.e. what should be eaten" + }, + "macronutrients": "Makronährstoffe", + "@macronutrients": {} }