Skip to content

Commit e79da5d

Browse files
edsonblwolfrolandgeider
authored andcommitted
Translated using Weblate (Portuguese)
Currently translated at 96.6% (263 of 272 strings) Translation: wger Workout Manager/Mobile App Translate-URL: https://hosted.weblate.org/projects/wger/mobile/pt/
1 parent f8c427e commit e79da5d

File tree

1 file changed

+87
-2
lines changed

1 file changed

+87
-2
lines changed

lib/l10n/app_pt.arb

Lines changed: 87 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"@planned": {
166166
"description": "Header for the column of 'planned' nutritional values, i.e. what should be eaten"
167167
},
168-
"weekAverage": "média dos 7 dias",
168+
"weekAverage": "Média dos 7 dias",
169169
"@weekAverage": {
170170
"description": "Header for the column of '7 day average' nutritional values, i.e. what was logged last week"
171171
},
@@ -783,5 +783,90 @@
783783
"aboutDonateTitle": "Doar",
784784
"@aboutDonateTitle": {},
785785
"aboutDonateText": "Nos compre um café para ajudar o projeto, pagar os custos do servidor e nos manter energizados",
786-
"@aboutDonateText": {}
786+
"@aboutDonateText": {},
787+
"onlyLogging": "Só controlar calorias",
788+
"@onlyLogging": {},
789+
"goalEnergy": "Meta energética",
790+
"@goalEnergy": {},
791+
"goalProtein": "Meta proteica",
792+
"@goalProtein": {},
793+
"goalCarbohydrates": "Meta de carboidratos",
794+
"@goalCarbohydrates": {},
795+
"goalFat": "Meta de gordura",
796+
"@goalFat": {},
797+
"today": "Hoje",
798+
"@today": {},
799+
"kcalValue": "{value} kcal",
800+
"@kcalValue": {
801+
"description": "A value in kcal, e.g. 500 kcal",
802+
"type": "text",
803+
"placeholders": {
804+
"value": {}
805+
}
806+
},
807+
"gValue": "{value} g",
808+
"@gValue": {
809+
"description": "A value in grams, e.g. 5 g",
810+
"type": "text",
811+
"placeholders": {
812+
"value": {}
813+
}
814+
},
815+
"percentValue": "{value} %",
816+
"@percentValue": {
817+
"description": "A value in percent, e.g. 10 %",
818+
"type": "text",
819+
"placeholders": {
820+
"value": {}
821+
}
822+
},
823+
"noIngredientsDefined": "Sem ingredientes definido ainda",
824+
"@noIngredientsDefined": {},
825+
"ingredientLogged": "Ingrediente ativo registrado diariamente",
826+
"@ingredientLogged": {},
827+
"onlyLoggingHelpText": "Marque a caixa se você desejar apenas o seu registo de calorias e não quer a configuração de um detalhado plano nutricional com refeições",
828+
"@onlyLoggingHelpText": {},
829+
"goalMacro": "Macro objetivos",
830+
"@goalMacro": {
831+
"description": "The goal for macronutrients"
832+
},
833+
"selectMealToLog": "Selecione uma refeição para entrar no diário",
834+
"@selectMealToLog": {},
835+
"goalFiber": "Meta de fibra",
836+
"@goalFiber": {},
837+
"deficit": "Défice",
838+
"@deficit": {
839+
"description": "Caloric deficit (either planned or unplanned)"
840+
},
841+
"surplus": "Excedente",
842+
"@surplus": {
843+
"description": "Caloric surplus (either planned or unplanned)"
844+
},
845+
"chart30DaysTitle": "{name} Ultimos 30 dias",
846+
"@chart30DaysTitle": {
847+
"description": "last 30 days chart of 'name' (e.g. 'weight', 'body fat' etc.)",
848+
"type": "text",
849+
"placeholders": {
850+
"name": {}
851+
}
852+
},
853+
"chartDuringPlanTitle": "{chartName} Durante o plano nutricional {planName}",
854+
"@chartDuringPlanTitle": {
855+
"description": "chart of 'chartName' (e.g. 'weight', 'body fat' etc.) logged during plan",
856+
"type": "text",
857+
"placeholders": {
858+
"chartName": {},
859+
"planName": {}
860+
}
861+
},
862+
"loggedToday": "Registrado hoje",
863+
"@loggedToday": {},
864+
"chartAllTimeTitle": "{name} de todo o tempo",
865+
"@chartAllTimeTitle": {
866+
"description": "All-time chart of 'name' (e.g. 'weight', 'body fat' etc.)",
867+
"type": "text",
868+
"placeholders": {
869+
"name": {}
870+
}
871+
}
787872
}

0 commit comments

Comments
 (0)