From 207a989d13d322ec2dfe6d515521a308bc044a07 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Mon, 17 Apr 2017 12:13:13 -0300 Subject: [PATCH] News translations updated --- news/locale/pt_BR/LC_MESSAGES/django.po | 103 ++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------- 1 file changed, 46 insertions(+), 57 deletions(-) diff --git a/news/locale/pt_BR/LC_MESSAGES/django.po b/news/locale/pt_BR/LC_MESSAGES/django.po index 92e0997..74d8cec 100644 --- a/news/locale/pt_BR/LC_MESSAGES/django.po +++ b/news/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-04-15 00:13-0300\n" +"POT-Creation-Date: 2017-04-17 12:04-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,141 +18,130 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: news/forms.py:62 +#: .\forms.py:62 msgid "This field is required" msgstr "Este campo é obrigatório." -#: news/forms.py:73 +#: .\forms.py:73 msgid "The image is too large. It should have less than 5MB." msgstr "A imagem é muito grande. Ela deve ter menos que 5MB." -#: news/forms.py:76 +#: .\forms.py:76 msgid "This field is required." msgstr "Este campo é obrigatório." -#: news/models.py:15 +#: .\models.py:15 msgid "File not supported." msgstr "Arquivo não suportado" -#: news/models.py:18 +#: .\models.py:18 msgid "Title" msgstr "Título" -#: news/models.py:19 +#: .\models.py:19 msgid "Slug" msgstr "" -#: news/models.py:20 +#: .\models.py:20 msgid "News Image" msgstr "Imagem de apresentação da notícia" -#: news/models.py:21 +#: .\models.py:21 msgid "News Content" msgstr "Conteúdo da notícia" -#: news/models.py:22 +#: .\models.py:22 msgid "Create Date" msgstr "Data de criação" -#: news/models.py:23 +#: .\models.py:23 msgid "Creator" msgstr "Autor" -#: news/models.py:25 news/models.py:26 +#: .\models.py:25 .\models.py:26 msgid "News" msgstr "Notícia" -#: news/templates/news/_form.html:12 +#: .\templates\news\_form.html:12 msgid "Choose your photo..." msgstr "Escolha a foto" -#: news/templates/news/_form.html:60 +#: .\templates\news\_form.html:60 msgid "Save" msgstr "Salvar" -#: news/templates/news/_form.html:63 +#: .\templates\news\_form.html:63 msgid "Cancel" msgstr "Cancelar" -#: news/templates/news/create.html:7 +#: .\templates\news\create.html:7 msgid "Register News" msgstr "Cadastrar notícia" -#: news/templates/news/delete.html:12 +#: .\templates\news\delete.html:12 msgid "Are you sure you want to delete the news" -msgstr "" +msgstr "Você tem certeza que deseja apagar a notícia" -#: news/templates/news/delete.html:12 +#: .\templates\news\delete.html:12 msgid "All its data will be lost and can't be recovered" -msgstr "" +msgstr "Todos seus dados serão perdidos e não podem ser recuperados" -#: news/templates/news/delete.html:18 +#: .\templates\news\delete.html:18 msgid "Close" -msgstr "" +msgstr "Cancelar" -#: news/templates/news/delete.html:19 news/templates/news/list.html:60 -#: news/templates/news/search.html:60 +#: .\templates\news\delete.html:19 .\templates\news\list.html:60 +#: .\templates\news\search.html:60 msgid "Delete" -msgstr "" +msgstr "Apagar" -#: news/templates/news/list.html:7 news/views.py:47 +#: .\templates\news\list.html:7 .\views.py:47 msgid "Manage News" msgstr "Gerenciar notícias" -#: news/templates/news/list.html:34 news/templates/news/search.html:34 +#: .\templates\news\list.html:34 .\templates\news\search.html:34 msgid "Search by title, author or date" -msgstr "" +msgstr "Pesquisar por título, autor ou data" -#: news/templates/news/list.html:45 news/templates/news/search.html:45 -#: news/views.py:74 +#: .\templates\news\list.html:45 .\templates\news\search.html:45 .\views.py:74 msgid "Create News" msgstr "Criar notícia" -#: news/templates/news/list.html:59 news/templates/news/search.html:59 +#: .\templates\news\list.html:59 .\templates\news\search.html:59 msgid "Edit" -msgstr "" +msgstr "Editar" -#: news/templates/news/list.html:71 news/templates/news/search.html:71 +#: .\templates\news\list.html:71 .\templates\news\search.html:71 msgid "No news found" -msgstr "" +msgstr "Nenhuma notícia encontrada" -#: news/templates/news/search.html:7 news/views.py:142 -#, fuzzy -#| msgid "Create News" +#: .\templates\news\search.html:7 .\views.py:142 msgid "Search News" -msgstr "Criar notícia" +msgstr "Pesquisar Notícia" -#: news/templates/news/update.html:7 news/views.py:92 -#, fuzzy -#| msgid "Create News" +#: .\templates\news\update.html:7 .\views.py:92 msgid "Update News" -msgstr "Criar notícia" +msgstr "Atualizar Notícia" -#: news/templates/news/view.html:32 -#, fuzzy -#| msgid "Create News" +#: .\templates\news\view.html:32 msgid "Print News" -msgstr "Criar notícia" +msgstr "Imprimir Notícia" -#: news/views.py:22 +#: .\views.py:22 msgid "Visualize News" -msgstr "" +msgstr "Visualizar Notícia" -#: news/views.py:68 news/views.py:86 +#: .\views.py:68 .\views.py:86 msgid "News successfully created!" msgstr "Notícia criada com sucesso" -#: news/views.py:159 -#, fuzzy, python-format -#| msgid "News successfully created!" +#: .\views.py:159 msgid "News \"%s\" removed successfully!" -msgstr "Notícia criada com sucesso" +msgstr "Notícia \"%s\" removida com sucesso" -#: news/views.py:166 -#, fuzzy -#| msgid "Create News" +#: .\views.py:166 msgid "Delete News" -msgstr "Criar notícia" +msgstr "Apagar Notícia" #~ msgid "Create news" #~ msgstr "Criar notícia" -- libgit2 0.21.2