From 3ff044ac9f8ac14e58489f1dae6377ccf320367e Mon Sep 17 00:00:00 2001 From: Karol Solecki Date: Mon, 24 Feb 2025 18:19:25 +0000 Subject: [PATCH] Translated using Weblate (Polish) Currently translated at 95.6% (264 of 276 strings) Translation: wger Workout Manager/Mobile App Translate-URL: https://hosted.weblate.org/projects/wger/mobile/pl/ --- lib/l10n/app_pl.arb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/l10n/app_pl.arb b/lib/l10n/app_pl.arb index e1979345..efa52451 100644 --- a/lib/l10n/app_pl.arb +++ b/lib/l10n/app_pl.arb @@ -847,5 +847,21 @@ "deficit": "deficyt", "@deficit": { "description": "Caloric deficit (either planned or unplanned)" + }, + "chartAllTimeTitle": "{name} Z caƂego okresu", + "@chartAllTimeTitle": { + "description": "All-time chart of 'name' (e.g. 'weight', 'body fat' etc.)", + "type": "text", + "placeholders": { + "name": {} + } + }, + "chart30DaysTitle": "{name} ostatnie 30 dni", + "@chart30DaysTitle": { + "description": "last 30 days chart of 'name' (e.g. 'weight', 'body fat' etc.)", + "type": "text", + "placeholders": { + "name": {} + } } }