mirror of
https://github.com/we-promise/sure.git
synced 2026-04-14 09:34:05 +00:00
* feat(lang): add all brazilian portuguese translations * feat: update pt-BR errors on translation * fix: atualizar fix base * feat: add reports translations * feat: finish translation to brazilian portuguese * fix: add to supported locales * fix: number of translations * fix: errors on translations * fix: error on rubocop lint --------- Co-authored-by: Leonardo Ralph <theleoralph@gmail.com>
22 lines
672 B
YAML
22 lines
672 B
YAML
---
|
|
pt-BR:
|
|
activerecord:
|
|
attributes:
|
|
user:
|
|
email: E-mail
|
|
family: Família
|
|
family_id: Família
|
|
first_name: Primeiro Nome
|
|
last_name: Sobrenome
|
|
password: Senha
|
|
password_confirmation: Confirmação da Senha
|
|
errors:
|
|
models:
|
|
user:
|
|
attributes:
|
|
base:
|
|
cannot_deactivate_admin_with_other_users: Administrador não pode excluir a conta
|
|
enquanto outros usuários estiverem presentes. Por favor, exclua todos os membros primeiro.
|
|
profile_image:
|
|
invalid_file_size: tamanho do arquivo deve ser menor que %{max_megabytes}MB
|