From 59818de308ff227e4b7e47ee6762c4f001727eea Mon Sep 17 00:00:00 2001 From: filipecmedeiros Date: Wed, 26 Oct 2016 16:07:46 -0300 Subject: [PATCH] Internacionalization [Issue #223] --- app/locale/he_il/LC_MESSAGES/django.po | 178 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- app/locale/pt_BR/LC_MESSAGES/django.po | 263 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------------------------- core/locale/he_il/LC_MESSAGES/django.po | 66 ------------------------------------------------------------------ core/locale/pt_BR/LC_MESSAGES/django.po | 380 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------- core/templates/guest.html | 4 ++-- core/templates/lembrar_senha.html | 18 +++++++++--------- courses/locale/pt_BR/LC_MESSAGES/django.po | 1035 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- courses/templates/course/index.html | 2 +- courses/templates/subject/form_view_teacher.html | 6 +++--- courses/templates/topic/index.html | 4 ++-- exam/locale/pt_BR/LC_MESSAGES/django.po | 167 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ files/locale/pt_BR/LC_MESSAGES/django.po | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ forum/locale/pt_BR/LC_MESSAGES/django.po | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ links/locale/pt_BR/LC_MESSAGES/django.po | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ poll/locale/pt_BR/LC_MESSAGES/django.po | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ users/locale/pt_BR/LC_MESSAGES/django.po | 328 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------- users/templates/users/profile.html | 4 ++-- users/templates/users/remove_account.html | 4 ++-- 18 files changed, 2243 insertions(+), 766 deletions(-) delete mode 100644 app/locale/he_il/LC_MESSAGES/django.po delete mode 100644 core/locale/he_il/LC_MESSAGES/django.po create mode 100644 exam/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 files/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 forum/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 links/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 poll/locale/pt_BR/LC_MESSAGES/django.po diff --git a/app/locale/he_il/LC_MESSAGES/django.po b/app/locale/he_il/LC_MESSAGES/django.po deleted file mode 100644 index cdb3a09..0000000 --- a/app/locale/he_il/LC_MESSAGES/django.po +++ /dev/null @@ -1,178 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-09-16 02:41-0300\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: app/templates/app/base.html:10 -msgid "The Project" -msgstr "" - -#: app/templates/app/base.html:11 -msgid "CCTE Group" -msgstr "" - -#: app/templates/app/base.html:14 -msgid "Hi" -msgstr "" - -#: app/templates/app/base.html:16 -msgid "See Profile" -msgstr "" - -#: app/templates/app/base.html:17 -msgid "Settings" -msgstr "" - -#: app/templates/app/base.html:18 -msgid "Logout" -msgstr "" - -#: app/templates/app/index.html:6 -msgid "You have:" -msgstr "" - -#: app/templates/app/index.html:10 app/templates/home.html:88 -msgid "Pending Tasks" -msgstr "" - -#: app/templates/app/index.html:14 -msgid "Users Online" -msgstr "" - -#: app/templates/app/index.html:20 -msgid "You can:" -msgstr "" - -#: app/templates/app/index.html:24 app/templates/home_professor.html:25 -msgid "Create Course" -msgstr "" - -#: app/templates/app/index.html:29 app/templates/home.html:93 -msgid "Manage Users" -msgstr "" - -#: app/templates/app/index.html:33 app/templates/home.html:96 -msgid "Manage Courses" -msgstr "" - -#: app/templates/app/index.html:37 -msgid "Gerenciar Categorias" -msgstr "" - -#: app/templates/app/index.html:45 -msgid "Your course(s):" -msgstr "" - -#: app/templates/app/index.html:46 -msgid "No courses subscribed yet" -msgstr "" - -#: app/templates/app/index.html:56 -msgid "Search course:" -msgstr "" - -#: app/templates/app/index.html:62 -msgid "Search" -msgstr "" - -#: app/templates/app/index.html:67 -msgid "Most popular keywords:" -msgstr "" - -#: app/templates/home.html:86 -msgid "Home" -msgstr "" - -#: app/templates/home.html:87 app/templates/home_student.html:25 -msgid "Profile" -msgstr "" - -#: app/templates/home.html:90 -msgid "My courses" -msgstr "" - -#: app/templates/home.html:105 app/templates/home_professor.html:33 -msgid "Courses" -msgstr "" - -#: app/templates/home.html:131 -msgid "No pending tasks at the moment." -msgstr "" - -#: app/templates/home_admin_content.html:10 -msgid "Students" -msgstr "" - -#: app/templates/home_admin_content.html:11 -msgid "Beginning" -msgstr "" - -#: app/templates/home_admin_content.html:12 -msgid "End" -msgstr "" - -#: app/templates/home_admin_content.html:15 -msgid "Edit" -msgstr "" - -#: app/templates/home_professor.html:20 app/templates/home_student.html:21 -msgid "Menu" -msgstr "" - -#: app/templates/home_professor.html:24 -msgid "Pending tasks" -msgstr "" - -#: app/templates/home_professor.html:26 -msgid "Manage Course" -msgstr "" - -#: app/templates/home_professor.html:43 -msgid "Students:" -msgstr "" - -#: app/templates/home_professor.html:44 -msgid "Beginning:" -msgstr "" - -#: app/templates/home_professor.html:45 -msgid "End:" -msgstr "" - -#: app/templates/home_professor.html:52 -msgid "You didn't create any course yet." -msgstr "" - -#: app/templates/home_professor.html:58 app/templates/home_student.html:73 -msgid "Goals" -msgstr "" - -#: app/templates/home_student.html:26 -msgid "My Courses" -msgstr "" - -#: app/templates/home_student.html:27 -msgid "Google accounts" -msgstr "" - -#: app/templates/home_student.html:34 -msgid "Notifications" -msgstr "" - -#: app/templates/home_student.html:76 -msgid "Favorites" -msgstr "" diff --git a/app/locale/pt_BR/LC_MESSAGES/django.po b/app/locale/pt_BR/LC_MESSAGES/django.po index 2b31809..64752fa 100644 --- a/app/locale/pt_BR/LC_MESSAGES/django.po +++ b/app/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: 2016-09-07 00:13-0300\n" +"POT-Creation-Date: 2016-10-26 14:47-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,161 +18,198 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: app/templates/app/base.html:10 -msgid "The Project" -msgstr "O projeto" - -#: app/templates/app/base.html:11 -msgid "CCTE Group" -msgstr "Grupo CCTE" +#: app/templates/home.html:69 app/templates/home_professor.html:20 +#: app/templates/home_student.html:21 +msgid "Menu" +msgstr "Menu" -#: app/templates/app/base.html:14 -msgid "Hi" -msgstr "Olá" +#: app/templates/home.html:73 +msgid "Home" +msgstr "Início" -#: app/templates/app/base.html:16 -#, fuzzy -#| msgid "Profile" -msgid "See Profile" +#: app/templates/home.html:74 app/templates/home_student.html:25 +msgid "Profile" msgstr "Perfil" -#: app/templates/app/base.html:17 -msgid "Settings" -msgstr "Configurações" - -#: app/templates/app/base.html:18 -msgid "Logout" -msgstr "Sair" - -#: app/templates/app/index.html:6 -msgid "You have:" -msgstr "Você tem:" - -#: app/templates/app/index.html:10 +#: app/templates/home.html:76 #, fuzzy -#| msgid "Pending tasks" -msgid "Pending Tasks" -msgstr "Tarefas Pendentes" - -#: app/templates/app/index.html:14 -msgid "Users Online" -msgstr "Usuários Online" - -#: app/templates/app/index.html:20 -msgid "You can:" -msgstr "Você pode:" +#| msgid "My Courses" +msgid "My courses" +msgstr "Meus Cursos" -#: app/templates/app/index.html:24 app/templates/home_app.html:26 -#: app/templates/home_professor.html:23 -msgid "Create Course" -msgstr "Criar Curso" +#: app/templates/home.html:78 app/templates/home_student.html:27 +#, fuzzy +#| msgid "Courses" +msgid "All Courses" +msgstr "Cursos" -#: app/templates/app/index.html:29 +#: app/templates/home.html:80 #, fuzzy #| msgid "Manage Course" msgid "Manage Users" -msgstr "Gerenciar Curso" +msgstr "Gerenciar Usuários" -#: app/templates/app/index.html:33 +#: app/templates/home.html:84 #, fuzzy #| msgid "Manage Course" msgid "Manage Courses" -msgstr "Gerenciar Curso" +msgstr "Gerenciar Cursos" -#: app/templates/app/index.html:37 -msgid "Manage Categories" -msgstr "Gerenciar Categorias" - -#: app/templates/app/index.html:45 -msgid "Your course(s):" -msgstr "Seus cursos:" +#: app/templates/home.html:101 app/templates/home_professor.html:34 +msgid "Courses" +msgstr "Cursos" -#: app/templates/app/index.html:46 -msgid "No courses subscribed yet" -msgstr "Nenhum curso inscrito ainda" +#: app/templates/home_admin_content.html:10 +#, fuzzy +#| msgid "Students:" +msgid "Students" +msgstr "Alunos" -#: app/templates/app/index.html:56 -msgid "Search course:" -msgstr "Pesquisar curso" +#: app/templates/home_admin_content.html:11 +#, fuzzy +#| msgid "Beginning:" +msgid "Beginning" +msgstr "Começo" -#: app/templates/app/index.html:62 -msgid "Search" -msgstr "Pesquisar" +#: app/templates/home_admin_content.html:12 +#, fuzzy +#| msgid "End:" +msgid "End" +msgstr "Fim:" -#: app/templates/app/index.html:67 -msgid "Most popular keywords:" -msgstr "Palavras mais populares:" +#: app/templates/home_admin_content.html:15 +msgid "Edit" +msgstr "Editar" -#: app/templates/home_app.html:14 app/templates/home_professor.html:9 -#: app/templates/home_student.html:9 -msgid "Home" -msgstr "Início" - -#: app/templates/home_app.html:22 app/templates/home_professor.html:22 +#: app/templates/home_professor.html:24 msgid "Pending tasks" msgstr "Tarefas Pendentes" -#: app/templates/home_app.html:23 -#, fuzzy -#| msgid "Users Online" -msgid "Users Online (1)" -msgstr "Usuários Online" - -#: app/templates/home_app.html:24 -#, fuzzy -#| msgid "Courses" -msgid "Course" -msgstr "Cursos" +#: app/templates/home_professor.html:25 +msgid "Create Course" +msgstr "Criar Curso" -#: app/templates/home_app.html:27 app/templates/home_professor.html:24 +#: app/templates/home_professor.html:26 msgid "Manage Course" msgstr "Gerenciar Curso" -#: app/templates/home_app.html:35 app/templates/home_professor.html:31 -msgid "Courses" -msgstr "Cursos" - -#: app/templates/home_app.html:51 app/templates/home_professor.html:48 -msgid "You didn't create any course yet." -msgstr "Você não criou nenhum curso ainda." - -#: app/templates/home_app.html:59 app/templates/home_professor.html:54 -#: app/templates/home_student.html:60 -msgid "Goals" -msgstr "Metas" - -#: app/templates/home_professor.html:18 app/templates/home_student.html:18 -msgid "Menu" -msgstr "Menu" - -#: app/templates/home_professor.html:40 +#: app/templates/home_professor.html:44 msgid "Students:" msgstr "Alunos" -#: app/templates/home_professor.html:41 +#: app/templates/home_professor.html:45 msgid "Beginning:" msgstr "Começo" -#: app/templates/home_professor.html:42 +#: app/templates/home_professor.html:46 msgid "End:" msgstr "Fim:" -#: app/templates/home_student.html:22 -msgid "Profile" -msgstr "Perfil" +#: app/templates/home_professor.html:53 +msgid "You didn't create any course yet." +msgstr "Você não criou nenhum curso ainda." -#: app/templates/home_student.html:23 +#: app/templates/home_student.html:26 msgid "My Courses" msgstr "Meus Cursos" -#: app/templates/home_student.html:24 +#: app/templates/home_student.html:28 msgid "Google accounts" msgstr "Contas do Google" -#: app/templates/home_student.html:31 +#: app/templates/home_student.html:35 msgid "Notifications" msgstr "Notificações" -#: app/templates/home_student.html:63 -msgid "Favorites" -msgstr "Favoritos" +#: app/templates/home_student.html:48 +msgid "His course has notified a new activity!" +msgstr "Seu curso tem uma nova atividade!" + +#: app/templates/home_student.html:51 app/templates/home_student.html:59 +#: app/templates/home_student.html:67 +msgid "Go" +msgstr "Ir" + +#: app/templates/home_student.html:56 +msgid "His teacher has notified a new material!" +msgstr "Seu professor adicionou um novo material!" + +#: app/templates/home_student.html:64 +msgid "You have a new guardian!" +msgstr "Você tem um novo tutor!" + +#: app/templates/home_teacher_student_content.html:14 +msgid "at" +msgstr "em" + +#: app/templates/home_teacher_student_content.html:15 +msgid "ago" +msgstr "atrás" + +#~ msgid "The Project" +#~ msgstr "O projeto" + +#~ msgid "CCTE Group" +#~ msgstr "Grupo CCTE" + +#~ msgid "Hi" +#~ msgstr "Olá" + +#, fuzzy +#~| msgid "Profile" +#~ msgid "See Profile" +#~ msgstr "Perfil" + +#~ msgid "Settings" +#~ msgstr "Configurações" + +#~ msgid "Logout" +#~ msgstr "Sair" + +#~ msgid "You have:" +#~ msgstr "Você tem:" + +#, fuzzy +#~| msgid "Pending tasks" +#~ msgid "Pending Tasks" +#~ msgstr "Tarefas Pendentes" + +#~ msgid "Users Online" +#~ msgstr "Usuários Online" + +#~ msgid "You can:" +#~ msgstr "Você pode:" + +#~ msgid "Manage Categories" +#~ msgstr "Gerenciar Categorias" + +#~ msgid "Your course(s):" +#~ msgstr "Seus cursos:" + +#~ msgid "No courses subscribed yet" +#~ msgstr "Nenhum curso inscrito ainda" + +#~ msgid "Search course:" +#~ msgstr "Pesquisar curso" + +#~ msgid "Search" +#~ msgstr "Pesquisar" + +#~ msgid "Most popular keywords:" +#~ msgstr "Palavras mais populares:" + +#, fuzzy +#~| msgid "Users Online" +#~ msgid "Users Online (1)" +#~ msgstr "Usuários Online" + +#, fuzzy +#~| msgid "Courses" +#~ msgid "Course" +#~ msgstr "Cursos" + +#~ msgid "Goals" +#~ msgstr "Metas" + +#~ msgid "Favorites" +#~ msgstr "Favoritos" diff --git a/core/locale/he_il/LC_MESSAGES/django.po b/core/locale/he_il/LC_MESSAGES/django.po deleted file mode 100644 index 28f25a0..0000000 --- a/core/locale/he_il/LC_MESSAGES/django.po +++ /dev/null @@ -1,66 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-09-16 02:41-0300\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: core/templates/base.html:97 -msgid "Log out" -msgstr "" - -#: core/templates/index.html:38 -msgid "Username" -msgstr "" - -#: core/templates/index.html:44 -msgid "Password" -msgstr "" - -#: core/templates/index.html:52 -msgid "Remember Email" -msgstr "" - -#: core/templates/index.html:61 -msgid "Guest" -msgstr "" - -#: core/templates/index.html:64 core/templates/register_user.html:71 -msgid "Login" -msgstr "" - -#: core/templates/index.html:73 -msgid "Sign Up" -msgstr "" - -#: core/templates/register_user.html:29 -msgid "User Register" -msgstr "" - -#: core/templates/register_user.html:68 -msgid "Save" -msgstr "" - -#: core/templates/remember_password.html:27 -msgid "E-mail" -msgstr "" - -#: core/templates/remember_password.html:31 -msgid "Registration" -msgstr "" - -#: core/templates/remember_password.html:35 -msgid "Send" -msgstr "" diff --git a/core/locale/pt_BR/LC_MESSAGES/django.po b/core/locale/pt_BR/LC_MESSAGES/django.po index 2703cd5..8163aed 100644 --- a/core/locale/pt_BR/LC_MESSAGES/django.po +++ b/core/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: 2016-09-07 00:13-0300\n" +"POT-Creation-Date: 2016-10-26 14:47-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,91 +17,391 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#: core/forms.py:12 +msgid "Password" +msgstr "Senha" + +#: core/forms.py:13 +msgid "Password confirmation" +msgstr "Confirmação de senha" + +#: core/forms.py:27 +msgid "There is already a registered User with this e-mail" +msgstr "Já existe um usuário cadastrado com esse e-mail" + +#: core/forms.py:33 +msgid "Please enter a valid date" +msgstr "Por favor, insira uma data válida" + +#: core/forms.py:40 +msgid "There is already a registeres User with this CPF" +msgstr "Já existem usuários cadastrados com este CPF" + +#: core/forms.py:42 +msgid "Please enter a valid CPF" +msgstr "Por favor, insira um CPF válido" + +#: core/forms.py:50 +#, python-format +msgid "The password must contain at least % d characters." +msgstr "A senha deve conter pelo menos % d caracteres" + +#: core/forms.py:55 +msgid "" +"The password must contain at least one letter and at least one digit or a " +"punctuation character." +msgstr "A senha deve conter pelo menos uma letra, um dígito ou caracter de pontuação." + +#: core/forms.py:65 +msgid "The confirmation password is incorrect." +msgstr "A confirmação de senha está incorreta." + +#: core/models.py:8 +msgid "Type" +msgstr "Tipo" -#: core/models.py:15 core/models.py:36 +#: core/models.py:9 +msgid "Icon" +msgstr "" + +#: core/models.py:12 +msgid "Amadeus Mime Type" +msgstr "" + +#: core/models.py:13 +msgid "Amadeus Mime Types" +msgstr "" + +#: core/models.py:27 core/models.py:51 msgid "Name" msgstr "Nome" -#: core/models.py:16 core/models.py:37 +#: core/models.py:28 core/models.py:52 +msgid "Slug" +msgstr "" + +#: core/models.py:29 core/models.py:53 msgid "Created Date" msgstr "Data de criação" -#: core/models.py:49 +#: core/models.py:54 +msgid "URL" +msgstr "URL" + +#: core/models.py:67 msgid "Action_Applied" msgstr "" -#: core/models.py:50 +#: core/models.py:68 msgid "Resource" msgstr "" -#: core/models.py:61 -msgid "message" -msgstr "mensagem" +#: core/models.py:89 +msgid "Message" +msgstr "Mensagem" -#: core/models.py:62 -msgid "Actor" +#: core/models.py:90 +#, python-format +msgid "%(class)s_Actor" msgstr "" -#: core/models.py:63 +#: core/models.py:90 +msgid "User" +msgstr "Usuário" + +#: core/models.py:91 msgid "Read" msgstr "" -#: core/models.py:64 +#: core/models.py:92 core/models.py:104 +msgid "Date and Time of action" +msgstr "Data e hora da ação" + +#: core/models.py:93 core/models.py:106 msgid "Action_Resource" msgstr "" -#: core/templates/base.html:56 -msgid "Log out" -msgstr "Sair" +#: core/models.py:94 +#, python-format +msgid "%(class)s_Performer" +msgstr "" + +#: core/models.py:94 +msgid "Perfomer" +msgstr "Ator" + +#: core/models.py:97 +msgid "Notification" +msgstr "Notificação" + +#: core/models.py:98 core/templates/base.html:73 core/templates/guest.html:68 +msgid "Notifications" +msgstr "Notificações" + +#: core/models.py:105 +msgid "Actor" +msgstr "Ator" + +#: core/models.py:109 +msgid "Log" +msgstr "Log" + +#: core/models.py:110 +msgid "Logs" +msgstr "Logs" + +#: core/templates/base.html:80 core/templates/guest.html:75 +msgid "See More" +msgstr "Ver Mais" + +#: core/templates/base.html:87 core/templates/guest.html:81 +msgid "messages" +msgstr "Mensagens" + +#: core/templates/base.html:100 core/templates/guest.html:94 +msgid "Menu" +msgstr "Menu" + +#: core/templates/base.html:104 core/templates/lembrar_senha.html:110 +msgid "Home" +msgstr "Início" + +#: core/templates/base.html:105 +msgid "Profile" +msgstr "Perfil" + +#: core/templates/base.html:107 +msgid "My courses" +msgstr "Meus cursos" + +#: core/templates/base.html:108 +msgid "All Courses" +msgstr "Cursos" + +#: core/templates/base.html:111 +msgid "Manage Users" +msgstr "Gerenciar usuários" + +#: core/templates/base.html:115 +msgid "Manage Courses" +msgstr "Gerenciar cursos" + +#: core/templates/base.html:133 +msgid "Category" +msgstr "Categoria" + +#: core/templates/base.html:137 +msgid "Create Category" +msgstr "Criar categorias" + +#: core/templates/base.html:138 +msgid "List Category" +msgstr "Listar categoria" + +#: core/templates/guest.html:98 +msgid "Register" +msgstr "Cadastrar" + +#: core/templates/guest.html:123 +msgid "All" +msgstr "Todos" + +#: core/templates/guest.html:141 +msgid "Are you sure you want to subscribe to this course?" +msgstr "Tem certeza que deseja se inscrever neste curso?" + +#: core/templates/guest.html:141 +msgid "Subscribe" +msgstr "Inscrever" + +#: core/templates/guest.html:146 +msgid "Course Name" +msgstr "Nome do curso" + +#: core/templates/guest.html:147 +msgid "Begining" +msgstr "Início" + +#: core/templates/guest.html:148 +msgid "End" +msgstr "Fim" -#: core/templates/index.html:30 +#: core/templates/guest.html:149 +msgid "Professor" +msgstr "Professor" + +#: core/templates/guest.html:151 +msgid "Description" +msgstr "Descrição" + +#: core/templates/index.html:39 msgid "Username" -msgstr "Usuário" +msgstr "Login" -#: core/templates/index.html:36 -msgid "Password" +#: core/templates/index.html:45 +msgid "password" msgstr "Senha" -#: core/templates/index.html:44 +#: core/templates/index.html:52 msgid "Remember Email" -msgstr "Lembrar Senha" +msgstr "Lembrar E-mail" + +#: core/templates/index.html:58 +msgid "Login" +msgstr "" -#: core/templates/index.html:53 +#: core/templates/index.html:61 msgid "Guest" msgstr "Convidado" -#: core/templates/index.html:56 -msgid "Login" -msgstr "Entrar" +#: core/templates/index.html:64 +msgid "Forgot your password?" +msgstr "Esqueceu a senha?" -#: core/templates/index.html:65 +#: core/templates/index.html:68 msgid "Sign Up" msgstr "Cadastrar" -#: core/templates/register_user.html:29 +#: core/templates/lembrar_senha.html:40 +msgid "Amadeus Project" +msgstr "Projeto Amadeus" + +#: core/templates/lembrar_senha.html:65 +msgid "Enter" +msgstr "Entrar" + +#: core/templates/lembrar_senha.html:101 +msgid "The Project" +msgstr "O Projeto" + +#: core/templates/lembrar_senha.html:103 +msgid "CCTE Group" +msgstr "Grupo CCTE" + +#: core/templates/lembrar_senha.html:106 core/templates/lembrar_senha.html:111 +msgid "Remember password" +msgstr "Lembrar senha" + +#: core/templates/lembrar_senha.html:117 +msgid "New account" +msgstr "Nova conta" + +#: core/templates/lembrar_senha.html:126 +msgid "Email" +msgstr "E-mail" + +#: core/templates/lembrar_senha.html:128 +msgid "Your Email address (exemple@mail.com)" +msgstr "Seu endereço de e-mail (exemplo@mail.com)" + +#: core/templates/lembrar_senha.html:163 +msgid "Copyright Amadeus. All rights reserved" +msgstr "Copyright Amadeus. Todos os direitos reservados" + +#: core/templates/register_user.html:36 msgid "User Register" -msgstr "Registrar Usuário" +msgstr "Cadastro de usuário" -#: core/templates/register_user.html:53 +#: core/templates/register_user.html:88 msgid "Save" msgstr "Salvar" -#: core/templates/remember_password.html:18 +#: core/templates/register_user.html:91 +msgid "Cancel" +msgstr "Cancelar" + +#: core/templates/registration/passwor_reset_complete.html:25 +msgid "Your password has been set. You can go ahead and go now." +msgstr "Sua senha foi redefinida. Você pode prosseguir." + +#: core/templates/registration/passwor_reset_confirm.html:24 +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "Por favor, insira uma nova senha duas vezes para verificarmos que digitou corretamente." + +#: core/templates/registration/passwor_reset_confirm.html:28 +msgid "New password:" +msgstr "Nova senha:" + +#: core/templates/registration/passwor_reset_confirm.html:30 +msgid "Confirm password:" +msgstr "Confirmação de senha:" + +#: core/templates/registration/passwor_reset_confirm.html:31 +msgid "Change my password" +msgstr "Mudar senha" + +#: core/templates/registration/passwor_reset_confirm.html:36 +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "O link de redefinição de senha está inválido, possivelmente porque ele já foi utilizado. Por favor, solicite uma nova redefinição de senha." + +#: core/templates/registration/passwor_reset_done.html:39 +msgid "" +"We have sent instructions to set up your password, if an account exists with " +"the email entered. You should receive them soon." +msgstr "Foi enviado as instruções para redefinição de senha, se a conta existe com o e-mail informado. Você deve receber a mensagem em breve." + +#: core/templates/registration/passwor_reset_done.html:40 +msgid "" +"If you do not receive an email, please make sure you entered the address you " +"registered, and check the spam folder." +msgstr "Se você não recebeu a mensagem, certifique que informou o e-mail corretamente e cheque sua caixa de spam" + +#: core/templates/registration/passwor_reset_done.html:43 +#: core/templates/registration/passwor_reset_form.html:46 +msgid "Back" +msgstr "Voltar" + +#: core/templates/registration/passwor_reset_form.html:39 msgid "E-mail" msgstr "E-mail" -#: core/templates/remember_password.html:22 -msgid "Registration" -msgstr "Registrar" - -#: core/templates/remember_password.html:26 +#: core/templates/registration/passwor_reset_form.html:43 msgid "Send" msgstr "Enviar" -#: core/views.py:31 +#: core/templates/registration/password_reset_subject.txt:2 +#, python-format +msgid "Password reset on %(site_name)s" +msgstr "Senha redefinida em %(site_name)s" + +#: core/tests.py:97 +msgid "Enter a valid email address." +msgstr "Insira um e-mail válido." + +#: core/tests.py:111 core/tests.py:204 +msgid "This field is required." +msgstr "Este campo é obrigatório." + +#: core/views.py:41 msgid "User successfully registered!" -msgstr "Usuario cadastrado com sucesso" +msgstr "Usuário cadastrado com sucesso!" + +#: core/views.py:56 +msgid "Recover your password" +msgstr "Redefina sua senha" + +#: core/views.py:57 +#, python-brace-format +msgid "" +"Hello {0}, \n" +"Recover your password to use your account.\n" +"Number of registration: {1}\n" +"Link for recuver password.\n" +"\n" +"Respectfully,\n" +"Team Amadeus." +msgstr "Olá, {0} \n" +"Redefina a senha para utilizar sua conta.\n" +"Número de registro: {1}\n" +"Link para redefinição de senha.\n" +"\n" +"Atenciosamente,\n" +"Equipe Amadeus." -#: core/views.py:54 -msgid "E-mail or password are incorrect!" -msgstr "O E-mail e/ou a senha estão incorretos" +#: core/views.py:83 +msgid "E-mail or password are incorrect." +msgstr "E-mail ou senha incorretos." diff --git a/core/templates/guest.html b/core/templates/guest.html index 5234870..508048f 100644 --- a/core/templates/guest.html +++ b/core/templates/guest.html @@ -111,7 +111,7 @@ @@ -120,7 +120,7 @@
- {% trans 'Todos' %} + {% trans 'All' %} {% for category in categories %} {{category.name}} {% endfor %} diff --git a/core/templates/lembrar_senha.html b/core/templates/lembrar_senha.html index eaa598f..73a836c 100644 --- a/core/templates/lembrar_senha.html +++ b/core/templates/lembrar_senha.html @@ -98,23 +98,23 @@ Você deve ter recebido uma cópia da Licença Pública Geral GNU, sob o título
-

{% trans 'Lembrar senha' %}

+

{% trans 'Remember password' %}

@@ -123,9 +123,9 @@ Você deve ter recebido uma cópia da Licença Pública Geral GNU, sob o título
-
{% trans 'Endereço de e-mail' %}
+
{% trans 'Email' %}
-
{% trans 'Seu endereço de e-mail (exemplo@mail.com)' %}
+
{% trans 'Your Email address (exemple@mail.com)' %}