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": {} }