From 79740dd7377366781cd4cb8d80a5354099a68e1c Mon Sep 17 00:00:00 2001 From: Gustavo Date: Tue, 21 Mar 2017 22:44:55 -0300 Subject: [PATCH] Included success message translation --- users/locale/pt_BR/LC_MESSAGES/django.po | 205 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------------ 1 file changed, 103 insertions(+), 102 deletions(-) diff --git a/users/locale/pt_BR/LC_MESSAGES/django.po b/users/locale/pt_BR/LC_MESSAGES/django.po index 58621c2..5355a32 100644 --- a/users/locale/pt_BR/LC_MESSAGES/django.po +++ b/users/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-03-09 17:01-0300\n" +"POT-Creation-Date: 2017-03-21 22:38-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,69 +18,69 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: users/forms.py:25 users/forms.py:30 users/forms.py:189 +#: .\forms.py:25 .\forms.py:30 .\forms.py:189 msgid "You must insert an email address" msgstr "Você deve inserir um endereço de email" -#: users/forms.py:40 +#: .\forms.py:40 msgid "The image is too large. It should have less than 2MB." msgstr "A imagem é muito grande. Ela deve conter menos de 2MB." -#: users/forms.py:51 +#: .\forms.py:51 msgid "The confirmation password is incorrect." msgstr "A confirmação de senha está incorreta." -#: users/forms.py:58 users/forms.py:114 users/templates/users/login.html:52 +#: .\forms.py:58 .\forms.py:114 .\templates\users\login.html:52 msgid "Password" msgstr "Senha" -#: users/forms.py:59 users/forms.py:115 users/forms.py:146 users/forms.py:202 +#: .\forms.py:59 .\forms.py:115 .\forms.py:146 .\forms.py:202 msgid "Confirm Password" msgstr "Confirmação de Senha" -#: users/forms.py:76 users/forms.py:180 users/templates/users/list.html:56 -#: users/templates/users/login.html:47 users/templates/users/search.html:47 +#: .\forms.py:76 .\forms.py:180 .\templates\users\list.html:56 +#: .\templates\users\login.html:47 .\templates\users\search.html:47 msgid "Email" msgstr "Email" -#: users/forms.py:77 users/models.py:27 users/templates/users/list.html:55 -#: users/templates/users/search.html:46 +#: .\forms.py:77 .\models.py:27 .\templates\users\list.html:55 +#: .\templates\users\search.html:46 msgid "Name" msgstr "Nome" -#: users/forms.py:78 users/models.py:28 +#: .\forms.py:78 .\models.py:28 msgid "Last Name" msgstr "Sobrenome" -#: users/forms.py:79 users/models.py:29 +#: .\forms.py:79 .\models.py:29 msgid "Social Name" msgstr "Nome Social" -#: users/forms.py:145 users/forms.py:201 +#: .\forms.py:145 .\forms.py:201 msgid "New Password" msgstr "Nova Senha" -#: users/forms.py:152 +#: .\forms.py:152 msgid "The value inputed does not match with your actual password." msgstr "O valor inserido não corresponde à sua senha atual." -#: users/forms.py:173 +#: .\forms.py:173 msgid "Actual Password" msgstr "Senha Atual" -#: users/forms.py:194 +#: .\forms.py:194 msgid "You must insert a valid email address" msgstr "Você deve inserir um endereço de email válido" -#: users/models.py:16 +#: .\models.py:16 msgid "File not supported." msgstr "Arquivo não suportado." -#: users/models.py:20 +#: .\models.py:20 msgid "Mail" msgstr "Email" -#: users/models.py:23 +#: .\models.py:23 msgid "" "Type a valid email. This fields should only contain letters, numbers and the " "characteres: @/./+/-/_ ." @@ -88,111 +88,109 @@ msgstr "" "Digite um email válido. Esse campo deve conter apenas letras, números e os " "caracteres: @/./+/-/_ ." -#: users/models.py:26 +#: .\models.py:26 msgid "Your email address that will be used to access the platform" msgstr "Seu endereço de email que será usado para acessar a plataforma" -#: users/models.py:30 users/templates/users/list.html:57 -#: users/templates/users/profile.html:60 users/templates/users/search.html:48 +#: .\models.py:30 .\templates\users\list.html:57 +#: .\templates\users\profile.html:60 .\templates\users\search.html:48 msgid "Description" msgstr "Descrição" -#: users/models.py:31 +#: .\models.py:31 msgid "Photo" msgstr "Foto" -#: users/models.py:32 +#: .\models.py:32 msgid "Create Date" msgstr "Data de Criação" -#: users/models.py:33 +#: .\models.py:33 msgid "Last Update" msgstr "Última Atualização" -#: users/models.py:34 +#: .\models.py:34 msgid "Show email?" msgstr "Mostrar email?" -#: users/models.py:34 +#: .\models.py:34 msgid "Allow everyone to see my address" msgstr "Permitir que todos vejam meu endereço de email" -#: users/models.py:34 +#: .\models.py:34 msgid "Only classmates can see my address" msgstr "Apenas meus colegas de disciplina podem ver meu endereço de email" -#: users/models.py:34 +#: .\models.py:34 msgid "Nobody can see my address" msgstr "Ninguém pode ver meu endereço de email" -#: users/models.py:35 +#: .\models.py:35 msgid "Administrator" msgstr "Administrador" -#: users/models.py:36 +#: .\models.py:36 msgid "Active" msgstr "Ativo" -#: users/models.py:44 +#: .\models.py:44 msgid "User" msgstr "Usuário" -#: users/models.py:45 +#: .\models.py:45 msgid "Users" msgstr "Usuários" -#: users/models.py:63 +#: .\models.py:63 msgid "Yes" msgstr "Sim" -#: users/models.py:65 +#: .\models.py:65 msgid "Is not an admin" msgstr "Não é administrador" -#: users/templates/users/_form.html:16 users/templates/users/register.html:52 +#: .\templates\users\_form.html:16 .\templates\users\register.html:52 msgid "Choose your photo..." msgstr "Escolha sua foto..." -#: users/templates/users/_form.html:61 +#: .\templates\users\_form.html:62 msgid "Save" msgstr "Salvar" -#: users/templates/users/_form.html:64 users/templates/users/delete.html:27 -#: users/templates/users/delete_account.html:27 +#: .\templates\users\_form.html:65 .\templates\users\delete.html:27 +#: .\templates\users\delete_account.html:27 msgid "Cancel" msgstr "Cancelar" -#: users/templates/users/delete.html:9 +#: .\templates\users\delete.html:9 msgid "Delete User" msgstr "Deletar Usuário" -#: users/templates/users/delete.html:19 +#: .\templates\users\delete.html:19 msgid "Are you sure you want delete the user" msgstr "Tem certeza que deseja deletar o usuário" -#: users/templates/users/delete.html:20 -#: users/templates/users/delete_account.html:20 +#: .\templates\users\delete.html:20 .\templates\users\delete_account.html:20 msgid "All data will be lost and havent how recover it." msgstr "Toda informação será perdida e não poderá ser recuperada" -#: users/templates/users/delete.html:24 -#: users/templates/users/delete_account.html:24 +#: .\templates\users\delete.html:24 .\templates\users\delete_account.html:24 msgid "Remove" msgstr "Deletar" -#: users/templates/users/delete_account.html:9 +#: .\templates\users\delete_account.html:9 msgid "Remove Account" msgstr "Remover Conta" -#: users/templates/users/delete_account.html:19 +#: .\templates\users\delete_account.html:19 msgid "Are you sure you want delete your account?" msgstr "Tem certeza que deseja deletar sua conta?" -#: users/templates/users/forgot_password.html:39 users/views.py:380 +#: .\templates\users\forgot_password.html:39 .\views.py:380 msgid "Forgot Password" msgstr "Esqueceu Senha" -#: users/templates/users/forgot_password.html:40 +#: .\templates\users\forgot_password.html:40 msgid "" "Enter your email below (the one used to access the platform) to recover your " "password" @@ -200,132 +198,131 @@ msgstr "" "Digite seu endereço de email abaixo (o utilizado para acessar a plataforma) " "para recuperar sua senha" -#: users/templates/users/forgot_password.html:72 +#: .\templates\users\forgot_password.html:72 msgid "Recover" msgstr "Recuperar" -#: users/templates/users/forgot_password.html:75 -#: users/templates/users/new_password.html:80 -#: users/templates/users/register.html:91 +#: .\templates\users\forgot_password.html:75 +#: .\templates\users\new_password.html:80 .\templates\users\register.html:91 msgid "Back" msgstr "Voltar" -#: users/templates/users/list.html:30 users/templates/users/search.html:21 +#: .\templates\users\list.html:30 .\templates\users\search.html:21 msgid "Search..." msgstr "Pesquisar..." -#: users/templates/users/list.html:41 users/templates/users/search.html:32 +#: .\templates\users\list.html:41 .\templates\users\search.html:32 msgid "Create User" msgstr "Criar Usuário" -#: users/templates/users/list.html:59 users/templates/users/profile.html:63 -#: users/templates/users/search.html:50 +#: .\templates\users\list.html:59 .\templates\users\profile.html:63 +#: .\templates\users\search.html:50 msgid "Not Informed" msgstr "Não Informado" -#: users/templates/users/list.html:65 users/templates/users/search.html:56 +#: .\templates\users\list.html:65 .\templates\users\search.html:56 msgid "Edit" msgstr "Editar" -#: users/templates/users/list.html:66 users/templates/users/search.html:57 +#: .\templates\users\list.html:66 .\templates\users\search.html:57 msgid "Delete" msgstr "Deletar" -#: users/templates/users/list.html:76 users/templates/users/search.html:67 +#: .\templates\users\list.html:76 .\templates\users\search.html:67 msgid "No users found" msgstr "Nenhum usuário encontrado" -#: users/templates/users/login.html:39 +#: .\templates\users\login.html:39 msgid "Sign in with your account to continue" msgstr "Entre com a sua conta para continuar" -#: users/templates/users/login.html:63 users/templates/users/login.html:70 +#: .\templates\users\login.html:63 .\templates\users\login.html:70 msgid "Log in" msgstr "Entrar" -#: users/templates/users/login.html:66 users/views.py:354 +#: .\templates\users\login.html:66 .\views.py:354 msgid "Sign Up" msgstr "Cadastrar" -#: users/templates/users/login.html:81 users/templates/users/login.html:117 +#: .\templates\users\login.html:81 .\templates\users\login.html:117 msgid "Forgot your password?" msgstr "Esqueceu sua senha?" -#: users/templates/users/new_password.html:39 +#: .\templates\users\new_password.html:39 msgid "Set new password" msgstr "Digite a nova senha" -#: users/templates/users/new_password.html:77 +#: .\templates\users\new_password.html:77 msgid "Reset" msgstr "Restaurar" -#: users/templates/users/profile.html:40 +#: .\templates\users\profile.html:40 msgid "System Admin" msgstr "Administrador do sistema" -#: users/templates/users/profile.html:44 +#: .\templates\users\profile.html:44 msgid "Coordinator in" msgstr "Coordenador em" -#: users/templates/users/profile.html:48 +#: .\templates\users\profile.html:48 msgid "Professor in" msgstr "Professor em" -#: users/templates/users/profile.html:52 +#: .\templates\users\profile.html:52 msgid "Student in" msgstr "Estudante em" -#: users/templates/users/register.html:39 +#: .\templates\users\register.html:39 msgid "User Register" msgstr "Cadastro de Usuário" -#: users/templates/users/register.html:88 +#: .\templates\users\register.html:88 msgid "Register" msgstr "Cadastrar" -#: users/templatetags/profile_verifies.py:16 +#: .\templatetags\profile_verifies.py:16 msgid "Is not a coordinator" msgstr "Não é coordenador" -#: users/templatetags/profile_verifies.py:25 +#: .\templatetags\profile_verifies.py:25 msgid "Is not a professor" msgstr "Não é professor" -#: users/templatetags/profile_verifies.py:34 +#: .\templatetags\profile_verifies.py:34 msgid "Is not a student" msgstr "Não é estudante" -#: users/views.py:55 +#: .\views.py:55 msgid "Manage Users" msgstr "Gerenciar Usuários" -#: users/views.py:85 +#: .\views.py:85 msgid "Search Users" msgstr "Pesquisar Usuário" -#: users/views.py:108 +#: .\views.py:108 #, python-format -msgid "User %s created successfully" -msgstr "Usuário %s criado com sucesso" +msgid "User \"%s\" created successfully" +msgstr "Usuário \"%s\" criado com sucesso" -#: users/views.py:122 +#: .\views.py:122 msgid "Add User" msgstr "Cadastrar Usuário" -#: users/views.py:156 +#: .\views.py:156 #, python-format msgid "User %s updated successfully" msgstr "Usuário %s atualizado com sucesso" -#: users/views.py:170 +#: .\views.py:170 msgid "Update User" msgstr "Atualizar Usuário" -#: users/views.py:225 +#: .\views.py:225 msgid "User removed successfully!" msgstr "Usuário removido com sucesso!" -#: users/views.py:226 +#: .\views.py:226 msgid "" "Could not remove the account. The user is attach to one or more functions " "(administrator, coordinator, professor ou student) in the system." @@ -333,39 +330,39 @@ msgstr "" "Não é possível deletar a conta. O usuário está vinculado com uma ou mais " "funções (administrador, coordenador, professor ou estudante) no sistema." -#: users/views.py:249 +#: .\views.py:249 msgid "Delete Account" msgstr "Remover Conta" -#: users/views.py:292 +#: .\views.py:292 msgid "Password changed successfully!" msgstr "Senha alterada com sucesso!" -#: users/views.py:298 +#: .\views.py:298 msgid "Change Password" msgstr "Alterar Senha" -#: users/views.py:316 +#: .\views.py:316 msgid "Profile" msgstr "Perfil" -#: users/views.py:335 +#: .\views.py:335 msgid "Update Profile" msgstr "Atualizar Perfil" -#: users/views.py:341 +#: .\views.py:341 msgid "Profile edited successfully!" msgstr "Perfil editado com sucesso!" -#: users/views.py:361 +#: .\views.py:361 msgid "User successfully registered!" msgstr "Usuário cadastrado com sucesso!" -#: users/views.py:399 +#: .\views.py:399 msgid "Recover Password" msgstr "Recuperar Senha" -#: users/views.py:435 +#: .\views.py:435 msgid "" "Soon you'll receive an email with instructions to set your new password. If " "you don't receive it in 24 hours, please check your spam box." @@ -373,34 +370,38 @@ msgstr "" "Em breve você receberá um email com instruções para cadastrar sua nova " "senha. Se você não recebê-lo em 24 hhoras, por favor olhe sua caixa de spam." -#: users/views.py:438 +#: .\views.py:438 msgid "No user is associated with this email address" msgstr "Nenhum usuário associado com esse endereço de email." -#: users/views.py:451 +#: .\views.py:451 msgid "Reset Password" msgstr "Recuperar Senha" -#: users/views.py:473 +#: .\views.py:473 msgid "Password reset successfully." msgstr "Senha alterada com sucesso!" -#: users/views.py:477 +#: .\views.py:477 msgid "We were not able to reset your password." msgstr "Não foi possível restaurar sua senha" -#: users/views.py:480 +#: .\views.py:480 msgid "The reset password link is no longer valid." msgstr "O link para restaurar senha não está mais válido." -#: users/views.py:486 +#: .\views.py:486 msgid "Log In" msgstr "Entrar" -#: users/views.py:507 +#: .\views.py:507 msgid "System under maintenance. Try again later" msgstr "Sistema em manutenção. Tente novamente mais tarde" -#: users/views.py:509 +#: .\views.py:509 msgid "E-mail or password are incorrect." msgstr "Email ou senha incorretos." + +#, fuzzy +#~ msgid "User {name} created successfully" +#~ msgstr "Usuário {name} criado com sucesso" -- libgit2 0.21.2