Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #535

Merged
merged 3 commits into from
Mar 29, 2024
Merged
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
22 changes: 21 additions & 1 deletion lib/l10n/app_it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -833,5 +833,25 @@
"lower_back": "Zona Lombare",
"@lower_back": {
"description": "Generated entry for translation for server strings"
}
},
"useMetric": "Utilizza unità metrica per il peso corporeo",
"@useMetric": {},
"log": "Log",
"@log": {
"description": "Log a specific meal (imperative form)"
},
"aboutDonateTitle": "Donare",
"@aboutDonateTitle": {},
"aboutDonateText": "Offrici un caffè per aiutare il progetto, pagare i costi del server e mantenerci alimentati",
"@aboutDonateText": {},
"settingsTitle": "Impostazioni",
"@settingsTitle": {},
"settingsCacheTitle": "Cache",
"@settingsCacheTitle": {},
"settingsCacheDescription": "Cache degli esercizi",
"@settingsCacheDescription": {},
"settingsCacheDeletedSnackbar": "Cache svuotata con successo",
"@settingsCacheDeletedSnackbar": {},
"done": "Fatto",
"@done": {}
}
34 changes: 33 additions & 1 deletion lib/l10n/app_pt.arb
Original file line number Diff line number Diff line change
Expand Up @@ -751,5 +751,37 @@
"max_reps": "Repetição Máxima",
"@max_reps": {
"description": "Generated entry for translation for server strings"
}
},
"settingsCacheTitle": "Cache",
"@settingsCacheTitle": {},
"settingsCacheDescription": "Cache do exercício",
"@settingsCacheDescription": {},
"useMetric": "Use unidades métricas para o peso corpora",
"@useMetric": {},
"settingsTitle": "Configurações",
"@settingsTitle": {},
"settingsCacheDeletedSnackbar": "Cache limpo com sucesso",
"@settingsCacheDeletedSnackbar": {},
"log": "Log",
"@log": {
"description": "Log a specific meal (imperative form)"
},
"done": "Feito",
"@done": {},
"noMatchingExerciseFound": "Nenhum exercício correspondente encontrado",
"@noMatchingExerciseFound": {
"description": "Message returned if no exercises match the searched string"
},
"aboutMastodonTitle": "Mastodon",
"@aboutMastodonTitle": {
"description": "Title for mastodon section in the about dialog"
},
"aboutMastodonText": "Siga-nos no Mastodon para atualizações e notícias sobre o projeto",
"@aboutMastodonText": {
"description": "Text for the mastodon section in the about dialog"
},
"aboutDonateTitle": "Doar",
"@aboutDonateTitle": {},
"aboutDonateText": "Nos compre um café para ajudar o projeto, pagar os custos do servidor e nos manter energizados",
"@aboutDonateText": {}
}
68 changes: 67 additions & 1 deletion lib/l10n/app_pt_BR.arb
Original file line number Diff line number Diff line change
Expand Up @@ -613,5 +613,71 @@
"chooseFromLibrary": "Escolher na galeria",
"@chooseFromLibrary": {},
"unVerifiedEmail": "Email não verificado",
"@unVerifiedEmail": {}
"@unVerifiedEmail": {},
"add_exercise_image_license": "As imagens devem ser compatíveis com a licença CC BY SA. Em caso de dúvida, faça upload apenas de fotos que você mesmo tenha tirado.",
"@add_exercise_image_license": {},
"next": "Próximo",
"@next": {},
"settingsCacheTitle": "Cache",
"@settingsCacheTitle": {},
"settingsCacheDescription": "Cache do exercício",
"@settingsCacheDescription": {},
"settingsCacheDeletedSnackbar": "Cache limpa com sucesso",
"@settingsCacheDeletedSnackbar": {},
"translateExercise": "Traduza este exercício agora",
"@translateExercise": {},
"contributeExerciseWarning": "Você só pode contribuir com exercícios se sua conta tiver mais de {days} dias e se você tiver verificado seu e-mail",
"@contributeExerciseWarning": {
"description": "Number of days before which a person can add exercise",
"placeholders": {
"days": {
"type": "String",
"example": "14"
}
}
},
"whatVariationsExist": "Quais variações deste exercício existem, se houver?",
"@whatVariationsExist": {},
"previous": "Anterior",
"@previous": {},
"addExercise": "Adicionar exercício",
"@addExercise": {},
"verifiedEmailInfo": "Um e-mail foi enviado para {email}",
"@verifiedEmailInfo": {
"placeholders": {
"email": {}
}
},
"verifiedEmailReason": "Você precisa verificar seu e-mail para contribuir com exercícios",
"@verifiedEmailReason": {},
"alternativeNames": "Nomes alternativos",
"@alternativeNames": {},
"baseData": "Fundamentos em inglês",
"@baseData": {
"description": "The base data for an exercise such as category, trained muscles, etc."
},
"aboutPageTitle": "Sobre o Wger",
"@aboutPageTitle": {},
"productFoundDescription": "O código de barras corresponde a este produto: {productName}. Deseja continuar?",
"@productFoundDescription": {
"description": "Dialog info when product is found with barcode",
"type": "text",
"placeholders": {
"productName": {}
}
},
"productNotFoundDescription": "O produto com o código de barras escaneado {barcode} não foi encontrado no banco de dados da wger",
"@productNotFoundDescription": {
"description": "Dialog info when product is not found with barcode",
"type": "text",
"placeholders": {
"barcode": {}
}
},
"contributeExercise": "Contribuir com um exercício",
"@contributeExercise": {},
"oneNamePerLine": "Um nome por linha",
"@oneNamePerLine": {},
"settingsTitle": "Configurações",
"@settingsTitle": {}
}
Loading