From 3a1ba8a573a804af060ea360fcc6f870f092572e Mon Sep 17 00:00:00 2001 From: The_Quintino Date: Fri, 28 Mar 2025 00:59:15 +0100 Subject: [PATCH] Translated using Weblate (Portuguese) Currently translated at 92.8% (274 of 295 strings) Translation: wger Workout Manager/Mobile App Translate-URL: https://hosted.weblate.org/projects/wger/mobile/pt/ --- lib/l10n/app_pt.arb | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/lib/l10n/app_pt.arb b/lib/l10n/app_pt.arb index a5fb87f5..c3d7a706 100644 --- a/lib/l10n/app_pt.arb +++ b/lib/l10n/app_pt.arb @@ -928,5 +928,35 @@ "darkMode": "Modo sempre escuro", "@darkMode": {}, "settingsIngredientCacheDescription": "Princípio de cache", - "@settingsIngredientCacheDescription": {} -} \ No newline at end of file + "@settingsIngredientCacheDescription": {}, + "routines": "Rotinas", + "@routines": {}, + "newRoutine": "Nova rotina", + "@newRoutine": {}, + "noRoutines": "Você não tem rotinas", + "@noRoutines": {}, + "sets": "Séries", + "@sets": { + "description": "The number of sets to be done for one exercise" + }, + "exerciseNr": "Exercício {nr}", + "@exerciseNr": { + "description": "Header in form indicating the number of the current exercise. Can also be translated as something like 'Set Nr. xy'.", + "type": "text", + "placeholders": { + "nr": { + "type": "String" + } + } + }, + "restDay": "Dia de descanso", + "@restDay": {}, + "isRestDay": "É tempo de descanso", + "@isRestDay": {}, + "routineDays": "Dias na rotina", + "@routineDays": {}, + "restTime": "Tempo de descanso", + "@restTime": {}, + "isRestDayHelp": "Favor notar que todos os sets e exercícios serão removidos quando você marcar um dia como dia de descanso.", + "@isRestDayHelp": {} +}