Skip to content

Fixed missing translations #1355

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

Merged
merged 1 commit into from
Dec 10, 2013
Merged
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
28 changes: 14 additions & 14 deletions Resources/translations/FOSUserBundle.pt_PT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ group:
name: Nome do Grupo
new:
submit: Criar Grupo
# flash:
# updated: The group has been updated
# created: The group has been created
# deleted: The group has been deleted
flash:
updated: O grupo foi atualizado
created: O grupo foi criado
deleted: O grupo foi apagado

"Bad credentials": Utilizador e/ou password inválidos

Expand All @@ -28,23 +28,23 @@ profile:
email: Email
edit:
submit: Atualizar conta
# flash:
# updated: The profile has been updated
flash:
updated: O perfil foi atualizado

# Password change
change_password:
submit: Mudar a password
# flash:
# success: The password has been changed
flash:
success: A password foi alterada

# Registration
registration:
check_email: Foi enviado um email para %email%. Este contém um link de ativação que terá de visitar para ativar a sua conta.
confirmed: Parabéns %username%, a sua conta foi confirmada.
#back: Back to the originating page.
back: Voltar para a página anterior.
submit: Registar
#flash:
# user_created: The user has been created successfully
flash:
user_created: O utilizador foi criado com sucesso
email:
subject: Bem-vindo(a) %username%!
message: |
Expand All @@ -61,13 +61,13 @@ resetting:
check_email: Foi enviado um email para %email%. Este contém um link que terá de visitar para puder recuperar a sua password.
resetting:
request:
#invalid_username: The username or email address "%username%" does not exist.
invalid_username: O username ou email "%username%" não existe.
username: "Utilizador:"
submit: Recuperar password
reset:
submit: Alterar password
#flash:
# success: The password has been reset successfully
flash:
success: A password foi recuperada com sucesso
email:
subject: Bem-vindo(a) %username%!
message: |
Expand Down