From ae2c7e2bec1b501a7d641627c28343dba62cab72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20R=2E=20Bj=C3=B8rklund?= Date: Sun, 25 May 2025 13:26:56 +0200 Subject: [PATCH] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian=20Bok?= =?UTF-8?q?m=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 25.0% (77 of 307 strings) Translation: wger Workout Manager/Mobile App Translate-URL: https://hosted.weblate.org/projects/wger/mobile/nb_NO/ --- lib/l10n/app_nb.arb | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/lib/l10n/app_nb.arb b/lib/l10n/app_nb.arb index d6bb0030..d3da3c7d 100644 --- a/lib/l10n/app_nb.arb +++ b/lib/l10n/app_nb.arb @@ -1,5 +1,6 @@ { "fiber": "Fiber", + "@fiber": {}, "mealLogged": "Måltid lagt til i dagbok", "@mealLogged": {}, "successfullyDeleted": "Slettet", @@ -30,7 +31,7 @@ "@newNutritionalPlan": {}, "delete": "Slett", "@delete": {}, - "loadingText": "Laster …", + "loadingText": "Laster…", "@loadingText": { "description": "Text to show when entries are being loaded in the background: Loading..." }, @@ -120,7 +121,7 @@ "@workoutSession": { "description": "A (logged) workout session" }, - "notes": "Notiser", + "notes": "Notater", "@notes": { "description": "Personal notes, e.g. for a workout session" }, @@ -255,5 +256,11 @@ "description": "Text for logout button" }, "difference": "Forskjell", - "@difference": {} -} \ No newline at end of file + "@difference": {}, + "copyToClipboard": "Kopier til utklippstavlen", + "@copyToClipboard": {}, + "value": "Verdi", + "@value": { + "description": "The value of a measurement entry" + } +}