From 4601477f21feced7a9636ae5784bbe6aac6372ce Mon Sep 17 00:00:00 2001 From: Stefano Camillo Date: Wed, 16 Nov 2022 20:40:31 +0000 Subject: [PATCH] Translated using Weblate (Italian) Currently translated at 70.0% (152 of 217 strings) Translation: wger Workout Manager/Mobile App Translate-URL: https://hosted.weblate.org/projects/wger/mobile/it/ --- lib/l10n/app_it.arb | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_it.arb b/lib/l10n/app_it.arb index 70fbf904..961ceb40 100644 --- a/lib/l10n/app_it.arb +++ b/lib/l10n/app_it.arb @@ -568,5 +568,21 @@ "searchIngredient": "Cerca ingrediente", "@searchIngredient": { "description": "Label on ingredient search form" - } + }, + "userProfile": "Il tuo profilo", + "@userProfile": {}, + "exerciseList": "Lista esercizi", + "@exerciseList": {}, + "exercises": "Esercizi", + "@exercises": { + "description": "Multiple exercises for a workout" + }, + "exerciseName": "Nome Esercizio", + "@exerciseName": { + "description": "Label for the name of a workout exercise" + }, + "previous": "Precedente", + "@previous": {}, + "next": "Successivo", + "@next": {} }