Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fastlane/metadata/android/pt-BR/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ De amantes de fitness a amantes de fitness - organize sua saúde com WGER, seu W

Você já encontrou seu aplicativo de fitness n.º 1 e adora criar suas próprias rotinas esportivas? Não importa que tipo de animal esportivo você seja - todos nós temos algo em comum: adoramos acompanhar nossos dados de saúde <3

Portanto, não o julgamos por você ainda gerenciar sua jornada de condicionamento físico com seu pequeno livro de registro de treino, mas bem-vindo a 2022!
Portanto, não o julgamos por você ainda gerenciar sua jornada de condicionamento físico com seu pequeno livro de registro de treino, mas bem-vindo a 2025!

Desenvolvemos um aplicativo rastreador digital de saúde e condicionamento físico 100% gratuito para você, dimensionado para os recursos mais relevantes para facilitar sua vida. Comece, continue treinando, e comemore seu progresso!

Expand Down
48 changes: 48 additions & 0 deletions lib/l10n/app_fil.arb
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"userProfile": "Profile mo",
"@userProfile": {},
"login": "Pumasok",
"@login": {
"description": "Text for login button"
},
"logout": "Mag-sign out",
"@logout": {
"description": "Text for logout button"
},
"register": "Mag-rehistro",
"@register": {
"description": "Text for registration button"
},
"useDefaultServer": "Gamitin ang default na server",
"@useDefaultServer": {
"description": "Toggle button allowing users to switch between the default and a custom wger server"
},
"useCustomServer": "Gumamit ng custom na server",
"@useCustomServer": {
"description": "Toggle button allowing users to switch between the default and a custom wger server"
},
"invalidUrl": "Mangyaring magpasok ng wastong URL",
"@invalidUrl": {
"description": "Error message when the user enters an invalid URL, e.g. in the login form"
},
"usernameValidChars": "Ang username ay maaari lamang maglaman ng mga titik, digit, at mga character na @, +, ., -, at _",
"@usernameValidChars": {
"description": "Error message when the user tries to register a username with forbidden characters"
},
"passwordsDontMatch": "Ang password ay hindi tugma",
"@passwordsDontMatch": {
"description": "Error message when the user enters two different passwords during registration"
},
"passwordTooShort": "Masyadong maikli ang password",
"@passwordTooShort": {
"description": "Error message when the user a password that is too short"
},
"selectAvailablePlates": "Pumili ng magagamit na mga plato",
"@selectAvailablePlates": {},
"barWeight": "Timbang ng bar",
"@barWeight": {},
"useColors": "Gumamit ng mga kulay",
"@useColors": {},
"password": "Password",
"@password": {}
}
8 changes: 7 additions & 1 deletion lib/l10n/app_pt_BR.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1074,5 +1074,11 @@
"description": "The End date of a nutritional plan"
},
"startDate": "Data inicial",
"@startDate": {}
"@startDate": {},
"dayTypeCustom": "Personalizado",
"@dayTypeCustom": {},
"dayTypeHiit": "Treino de alta intensidade",
"@dayTypeHiit": {},
"dayTypeTabata": "Tabata",
"@dayTypeTabata": {}
}