From 2eb4bba04c9b49c1dd0cd5013a6afd4e9eb33f6a Mon Sep 17 00:00:00 2001 From: Zambom Date: Wed, 18 Jan 2017 16:45:15 -0200 Subject: [PATCH] More translations --- amadeus/locale/pt_BR/LC_MESSAGES/django.po | 4 ++-- categories/locale/pt_BR/LC_MESSAGES/django.po | 6 +++++- categories/templates/categories/update.html | 3 ++- log/locale/pt_BR/LC_MESSAGES/django.po | 2 +- mailsender/locale/pt_BR/LC_MESSAGES/django.po | 2 +- security/locale/pt_BR/LC_MESSAGES/django.po | 2 +- subjects/locale/pt_BR/LC_MESSAGES/django.po | 2 +- themes/locale/pt_BR/LC_MESSAGES/django.po | 2 +- topics/locale/pt_BR/LC_MESSAGES/django.po | 16 ++++++++-------- topics/templates/topics/create.html | 3 ++- topics/templates/topics/update.html | 3 ++- users/locale/pt_BR/LC_MESSAGES/django.po | 26 +++++++++++++++++--------- users/templates/users/delete.html | 3 ++- users/templates/users/delete_account.html | 3 ++- 14 files changed, 47 insertions(+), 30 deletions(-) diff --git a/amadeus/locale/pt_BR/LC_MESSAGES/django.po b/amadeus/locale/pt_BR/LC_MESSAGES/django.po index 2c4ab1b..e9ede33 100644 --- a/amadeus/locale/pt_BR/LC_MESSAGES/django.po +++ b/amadeus/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-01-18 15:35-0300\n" +"POT-Creation-Date: 2017-01-18 15:42-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -20,7 +20,7 @@ msgstr "" #: amadeus/templates/base.html:90 msgid "Search for subjects and resources" -msgstr "Pesquisar por assuntos e recursos" +msgstr "Buscar por assuntos ou recursos" #: amadeus/templates/base.html:102 msgid "settings" diff --git a/categories/locale/pt_BR/LC_MESSAGES/django.po b/categories/locale/pt_BR/LC_MESSAGES/django.po index 07d8db5..f70a66a 100644 --- a/categories/locale/pt_BR/LC_MESSAGES/django.po +++ b/categories/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-01-18 15:35-0300\n" +"POT-Creation-Date: 2017-01-18 15:42-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -144,6 +144,10 @@ msgstr "em" msgid "ago" msgstr "atras" +#: categories/templates/categories/update.html:8 +msgid "Update: " +msgstr "Editar: " + #: categories/views.py:103 msgid "Replicate Category" msgstr "Replicar Categoria" diff --git a/categories/templates/categories/update.html b/categories/templates/categories/update.html index 2525752..9b26450 100644 --- a/categories/templates/categories/update.html +++ b/categories/templates/categories/update.html @@ -5,7 +5,8 @@ {% block breadcrumbs %} {{ block.super }} - {% with 'Update '|add:category.slug as bread_slug %} + {% trans 'Update: ' as bread %} + {% with bread|add:category.name as bread_slug %} {% breadcrumb bread_slug 'categories:update' %} {% endwith %} {% endblock %} diff --git a/log/locale/pt_BR/LC_MESSAGES/django.po b/log/locale/pt_BR/LC_MESSAGES/django.po index 3431f71..bb56d8d 100644 --- a/log/locale/pt_BR/LC_MESSAGES/django.po +++ b/log/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-01-18 15:35-0300\n" +"POT-Creation-Date: 2017-01-18 15:42-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/mailsender/locale/pt_BR/LC_MESSAGES/django.po b/mailsender/locale/pt_BR/LC_MESSAGES/django.po index 1e674db..0c4bbee 100644 --- a/mailsender/locale/pt_BR/LC_MESSAGES/django.po +++ b/mailsender/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-01-18 15:35-0300\n" +"POT-Creation-Date: 2017-01-18 15:42-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/security/locale/pt_BR/LC_MESSAGES/django.po b/security/locale/pt_BR/LC_MESSAGES/django.po index 241c109..b94afb9 100644 --- a/security/locale/pt_BR/LC_MESSAGES/django.po +++ b/security/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-01-18 15:35-0300\n" +"POT-Creation-Date: 2017-01-18 15:42-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/subjects/locale/pt_BR/LC_MESSAGES/django.po b/subjects/locale/pt_BR/LC_MESSAGES/django.po index 2662250..8c154c2 100644 --- a/subjects/locale/pt_BR/LC_MESSAGES/django.po +++ b/subjects/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-01-18 15:35-0300\n" +"POT-Creation-Date: 2017-01-18 15:42-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/themes/locale/pt_BR/LC_MESSAGES/django.po b/themes/locale/pt_BR/LC_MESSAGES/django.po index e2e3439..30e0775 100644 --- a/themes/locale/pt_BR/LC_MESSAGES/django.po +++ b/themes/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-01-18 15:35-0300\n" +"POT-Creation-Date: 2017-01-18 15:42-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/topics/locale/pt_BR/LC_MESSAGES/django.po b/topics/locale/pt_BR/LC_MESSAGES/django.po index 5f2bb70..f5da523 100644 --- a/topics/locale/pt_BR/LC_MESSAGES/django.po +++ b/topics/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-01-18 15:35-0300\n" +"POT-Creation-Date: 2017-01-18 15:42-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -78,6 +78,10 @@ msgstr "Apenas um tópico por asssunto pode ser um repositório" msgid "Save" msgstr "Salvar" +#: topics/templates/topics/create.html:7 topics/views.py:59 +msgid "Create Topic" +msgstr "Criar Tópico" + #: topics/templates/topics/delete.html:9 msgid "Are you sure you want delete the topic" msgstr "Tem certeza que deseja deletar o tópico" @@ -102,19 +106,15 @@ msgstr "Editar" msgid "Remove" msgstr "Remover" -#: topics/views.py:59 -msgid "Create Topic" -msgstr "Criar Tópico" +#: topics/templates/topics/update.html:7 topics/views.py:103 +msgid "Update Topic" +msgstr "Atualizar Tópico" #: topics/views.py:69 #, python-format msgid "Topic \"%s\" was created on virtual enviroment \"%s\" successfully!" msgstr "Tópico \"%s\" foi criado no ambiente virtual \"%s\" com sucesso!" -#: topics/views.py:103 -msgid "Update Topic" -msgstr "Atualizar Tópico" - #: topics/views.py:113 #, python-format msgid "Topic \"%s\" was updated on virtual enviroment \"%s\" successfully!" diff --git a/topics/templates/topics/create.html b/topics/templates/topics/create.html index c2a26c5..ad69e2d 100644 --- a/topics/templates/topics/create.html +++ b/topics/templates/topics/create.html @@ -4,7 +4,8 @@ {% block breadcrumbs %} {{ block.super }} - {% breadcrumb 'Create Topic' 'topics:create' subject.slug %} + {% trans 'Create Topic' as bread %} + {% breadcrumb bread 'topics:create' subject.slug %} {% endblock %} {% block content %} diff --git a/topics/templates/topics/update.html b/topics/templates/topics/update.html index 53607ae..b3f9cb3 100644 --- a/topics/templates/topics/update.html +++ b/topics/templates/topics/update.html @@ -4,7 +4,8 @@ {% block breadcrumbs %} {{ block.super }} - {% breadcrumb 'Update Topic' 'topics:update' subject.slug topic.slug %} + {% trans 'Update Topic' as bread %} + {% breadcrumb bread 'topics:update' subject.slug topic.slug %} {% endblock %} {% block content %} diff --git a/users/locale/pt_BR/LC_MESSAGES/django.po b/users/locale/pt_BR/LC_MESSAGES/django.po index 8b4e388..03257df 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-01-18 15:35-0300\n" +"POT-Creation-Date: 2017-01-18 15:42-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -157,26 +157,34 @@ msgstr "Escolha sua foto..." msgid "Save" msgstr "Salvar" -#: users/templates/users/_form.html:64 users/templates/users/delete.html:26 -#: users/templates/users/delete_account.html:26 +#: users/templates/users/_form.html:64 users/templates/users/delete.html:27 +#: users/templates/users/delete_account.html:27 msgid "Cancel" msgstr "Cancelar" -#: users/templates/users/delete.html:18 +#: users/templates/users/delete.html:9 +msgid "Delete User" +msgstr "Deletar Usuário" + +#: users/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:19 -#: users/templates/users/delete_account.html:19 +#: users/templates/users/delete.html:20 +#: users/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:23 -#: users/templates/users/delete_account.html:23 +#: users/templates/users/delete.html:24 +#: users/templates/users/delete_account.html:24 msgid "Remove" msgstr "Deletar" -#: users/templates/users/delete_account.html:18 +#: users/templates/users/delete_account.html:9 +msgid "Remove Account" +msgstr "Remover Conta" + +#: users/templates/users/delete_account.html:19 msgid "Are you sure you want delete your account?" msgstr "Tem certeza que deseja deletar sua conta?" diff --git a/users/templates/users/delete.html b/users/templates/users/delete.html index 2bfe62f..f0d2b60 100644 --- a/users/templates/users/delete.html +++ b/users/templates/users/delete.html @@ -6,7 +6,8 @@ {% block breadcrumbs %} {{ block.super }} - {% breadcrumb 'Delete User' 'users:delete' %} + {% trans 'Delete User' as bread %} + {% breadcrumb bread 'users:delete' %} {% endblock %} {% block content %} diff --git a/users/templates/users/delete_account.html b/users/templates/users/delete_account.html index 5d0e621..65cc9d3 100644 --- a/users/templates/users/delete_account.html +++ b/users/templates/users/delete_account.html @@ -6,7 +6,8 @@ {% block breadcrumbs %} {{ block.super }} - {% breadcrumb 'Remove Account' 'users:remove_acc' %} + {% trans 'Remove Account' as bread %} + {% breadcrumb bread 'users:remove_acc' %} {% endblock %} {% block content %} -- libgit2 0.21.2