From f74a343be4278953dc1ce216bb0764065805d024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Hort=C3=AAncio=20Moraes?= Date: Thu, 3 Aug 2023 20:30:26 +0000 Subject: [PATCH] Translated using Weblate (Portuguese (Brazil)) Currently translated at 5.6% (13 of 231 strings) Translation: wger Workout Manager/Mobile App Translate-URL: https://hosted.weblate.org/projects/wger/mobile/pt_BR/ --- lib/l10n/app_pt_BR.arb | 45 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/lib/l10n/app_pt_BR.arb b/lib/l10n/app_pt_BR.arb index 0967ef42..986dfb29 100644 --- a/lib/l10n/app_pt_BR.arb +++ b/lib/l10n/app_pt_BR.arb @@ -1 +1,44 @@ -{} +{ + "nutritionalPlan": "Plano nutricional", + "@nutritionalPlan": {}, + "weight": "Peso", + "@weight": { + "description": "The weight of a workout log or body weight entry" + }, + "date": "Data", + "@date": { + "description": "The date of a workout log or body weight entry" + }, + "value": "Valor", + "@value": { + "description": "The value of a measurement entry" + }, + "unit": "Unidade", + "@unit": { + "description": "The unit used for a repetition (kg, time, etc.)" + }, + "edit": "Editar", + "@edit": {}, + "delete": "Excluir", + "@delete": {}, + "login": "Entrar", + "@login": { + "description": "Text for login button" + }, + "userProfile": "Seu perfil", + "@userProfile": {}, + "logout": "Sair", + "@logout": { + "description": "Text for logout button" + }, + "notes": "Notas", + "@notes": { + "description": "Personal notes, e.g. for a workout session" + }, + "description": "Descrição", + "@description": {}, + "register": "Inscrever-se", + "@register": { + "description": "Text for registration button" + } +}