Commit 68f21ee3519ae547d4468963eb3c3ff0957fe245
1 parent
d38fb865
Exists in
master
and in
2 other branches
Groups translations
Showing
1 changed file
with
40 additions
and
33 deletions
Show diff stats
students_group/locale/pt_BR/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid "" | @@ -8,7 +8,7 @@ msgid "" | ||
8 | msgstr "" | 8 | msgstr "" |
9 | "Project-Id-Version: PACKAGE VERSION\n" | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | "Report-Msgid-Bugs-To: \n" | 10 | "Report-Msgid-Bugs-To: \n" |
11 | -"POT-Creation-Date: 2017-03-09 17:01-0300\n" | 11 | +"POT-Creation-Date: 2017-04-02 18:30-0300\n" |
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | "Language-Team: LANGUAGE <LL@li.org>\n" | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -18,68 +18,68 @@ msgstr "" | @@ -18,68 +18,68 @@ msgstr "" | ||
18 | "Content-Transfer-Encoding: 8bit\n" | 18 | "Content-Transfer-Encoding: 8bit\n" |
19 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" | 19 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" |
20 | 20 | ||
21 | -#: students_group/forms.py:31 | 21 | +#: .\forms.py:31 |
22 | msgid "This subject already has a group with this name" | 22 | msgid "This subject already has a group with this name" |
23 | msgstr "Esse assunto já possui um grupo com esse nome" | 23 | msgstr "Esse assunto já possui um grupo com esse nome" |
24 | 24 | ||
25 | -#: students_group/models.py:9 | 25 | +#: .\models.py:9 |
26 | msgid "Name" | 26 | msgid "Name" |
27 | msgstr "Nome" | 27 | msgstr "Nome" |
28 | 28 | ||
29 | -#: students_group/models.py:10 | 29 | +#: .\models.py:10 |
30 | msgid "Slug" | 30 | msgid "Slug" |
31 | msgstr "Slug" | 31 | msgstr "Slug" |
32 | 32 | ||
33 | -#: students_group/models.py:11 | 33 | +#: .\models.py:11 |
34 | msgid "Description" | 34 | msgid "Description" |
35 | msgstr "Descrição" | 35 | msgstr "Descrição" |
36 | 36 | ||
37 | -#: students_group/models.py:12 | 37 | +#: .\models.py:12 |
38 | msgid "Subject" | 38 | msgid "Subject" |
39 | msgstr "Assunto" | 39 | msgstr "Assunto" |
40 | 40 | ||
41 | -#: students_group/models.py:13 | 41 | +#: .\models.py:13 .\templates\groups\index.html:75 |
42 | msgid "Participants" | 42 | msgid "Participants" |
43 | msgstr "Participantes" | 43 | msgstr "Participantes" |
44 | 44 | ||
45 | -#: students_group/models.py:14 | 45 | +#: .\models.py:14 |
46 | msgid "Create Date" | 46 | msgid "Create Date" |
47 | msgstr "Data de criação" | 47 | msgstr "Data de criação" |
48 | 48 | ||
49 | -#: students_group/models.py:15 | 49 | +#: .\models.py:15 |
50 | msgid "Last Update" | 50 | msgid "Last Update" |
51 | msgstr "Última Atualização" | 51 | msgstr "Última Atualização" |
52 | 52 | ||
53 | -#: students_group/models.py:18 | 53 | +#: .\models.py:18 |
54 | msgid "Students Group" | 54 | msgid "Students Group" |
55 | msgstr "Grupo de Estudo" | 55 | msgstr "Grupo de Estudo" |
56 | 56 | ||
57 | -#: students_group/models.py:19 students_group/views.py:48 | 57 | +#: .\models.py:19 .\views.py:48 |
58 | msgid "Students Groups" | 58 | msgid "Students Groups" |
59 | msgstr "Grupos de Estudo" | 59 | msgstr "Grupos de Estudo" |
60 | 60 | ||
61 | -#: students_group/templates/groups/_form.html:21 | 61 | +#: .\templates\groups\_form.html:21 |
62 | msgid "Attribute students to group" | 62 | msgid "Attribute students to group" |
63 | msgstr "Atribuir estudantes ao grupo" | 63 | msgstr "Atribuir estudantes ao grupo" |
64 | 64 | ||
65 | -#: students_group/templates/groups/_form.html:57 | 65 | +#: .\templates\groups\_form.html:60 |
66 | msgid "Save" | 66 | msgid "Save" |
67 | msgstr "Salvar" | 67 | msgstr "Salvar" |
68 | 68 | ||
69 | -#: students_group/templates/groups/create.html:9 | 69 | +#: .\templates\groups\create.html:9 |
70 | msgid "Replicate: " | 70 | msgid "Replicate: " |
71 | msgstr "Replicar: " | 71 | msgstr "Replicar: " |
72 | 72 | ||
73 | -#: students_group/templates/groups/create.html:15 | ||
74 | -#: students_group/templates/groups/index.html:31 students_group/views.py:123 | 73 | +#: .\templates\groups\create.html:15 .\templates\groups\index.html:31 |
74 | +#: .\views.py:123 | ||
75 | msgid "Create Group" | 75 | msgid "Create Group" |
76 | msgstr "Criar Grupo" | 76 | msgstr "Criar Grupo" |
77 | 77 | ||
78 | -#: students_group/templates/groups/delete.html:9 | 78 | +#: .\templates\groups\delete.html:12 |
79 | msgid "Are you sure you want delete the group" | 79 | msgid "Are you sure you want delete the group" |
80 | msgstr "Tem certeza que deseja deletar o grupo" | 80 | msgstr "Tem certeza que deseja deletar o grupo" |
81 | 81 | ||
82 | -#: students_group/templates/groups/delete.html:10 | 82 | +#: .\templates\groups\delete.html:13 |
83 | msgid "" | 83 | msgid "" |
84 | "With this action the group will no longer exist but your participants will " | 84 | "With this action the group will no longer exist but your participants will " |
85 | "still be attached to the subject." | 85 | "still be attached to the subject." |
@@ -87,57 +87,64 @@ msgstr "" | @@ -87,57 +87,64 @@ msgstr "" | ||
87 | "Com essa ação o grupo irá deixar de existir mas os seus participantes " | 87 | "Com essa ação o grupo irá deixar de existir mas os seus participantes " |
88 | "continuarão vinculados ao assunto." | 88 | "continuarão vinculados ao assunto." |
89 | 89 | ||
90 | -#: students_group/templates/groups/delete.html:15 | 90 | +#: .\templates\groups\delete.html:19 |
91 | msgid "Close" | 91 | msgid "Close" |
92 | msgstr "Fechar" | 92 | msgstr "Fechar" |
93 | 93 | ||
94 | -#: students_group/templates/groups/delete.html:18 | 94 | +#: .\templates\groups\delete.html:20 |
95 | msgid "Delete" | 95 | msgid "Delete" |
96 | msgstr "Deletar" | 96 | msgstr "Deletar" |
97 | 97 | ||
98 | -#: students_group/templates/groups/index.html:13 | 98 | +#: .\templates\groups\index.html:13 |
99 | msgid "Groups" | 99 | msgid "Groups" |
100 | msgstr "Grupos" | 100 | msgstr "Grupos" |
101 | 101 | ||
102 | -#: students_group/templates/groups/index.html:55 | 102 | +#: .\templates\groups\index.html:55 |
103 | msgid "Replicate" | 103 | msgid "Replicate" |
104 | msgstr "Replicar" | 104 | msgstr "Replicar" |
105 | 105 | ||
106 | -#: students_group/templates/groups/index.html:58 | 106 | +#: .\templates\groups\index.html:58 |
107 | msgid "Edit" | 107 | msgid "Edit" |
108 | msgstr "Editar" | 108 | msgstr "Editar" |
109 | 109 | ||
110 | -#: students_group/templates/groups/index.html:59 | 110 | +#: .\templates\groups\index.html:59 |
111 | msgid "Remove" | 111 | msgid "Remove" |
112 | msgstr "Deletar" | 112 | msgstr "Deletar" |
113 | 113 | ||
114 | -#: students_group/templates/groups/index.html:70 | ||
115 | -msgid "Participant(s)" | ||
116 | -msgstr "Participante(s)" | 114 | +#: .\templates\groups\index.html:71 |
115 | +msgid "No participants" | ||
116 | +msgstr "Sem participantes" | ||
117 | 117 | ||
118 | -#: students_group/templates/groups/update.html:8 | 118 | +#: .\templates\groups\index.html:73 |
119 | +msgid "Participant" | ||
120 | +msgstr "Participante" | ||
121 | + | ||
122 | +#: .\templates\groups\update.html:8 | ||
119 | msgid "Update: " | 123 | msgid "Update: " |
120 | msgstr "Editar: " | 124 | msgstr "Editar: " |
121 | 125 | ||
122 | -#: students_group/views.py:133 | 126 | +#: .\views.py:133 |
123 | msgid "Replicate Group" | 127 | msgid "Replicate Group" |
124 | msgstr "Replicar Grupo" | 128 | msgstr "Replicar Grupo" |
125 | 129 | ||
126 | -#: students_group/views.py:140 | 130 | +#: .\views.py:140 |
127 | #, python-format | 131 | #, python-format |
128 | msgid "The group \"%s\" was created successfully!" | 132 | msgid "The group \"%s\" was created successfully!" |
129 | msgstr "O grupo \"%s\" foi criado com sucesso!" | 133 | msgstr "O grupo \"%s\" foi criado com sucesso!" |
130 | 134 | ||
131 | -#: students_group/views.py:170 | 135 | +#: .\views.py:170 |
132 | msgid "Update Group" | 136 | msgid "Update Group" |
133 | msgstr "Atualizar Grupo" | 137 | msgstr "Atualizar Grupo" |
134 | 138 | ||
135 | -#: students_group/views.py:180 | 139 | +#: .\views.py:180 |
136 | #, python-format | 140 | #, python-format |
137 | msgid "The group \"%s\" was updated successfully!" | 141 | msgid "The group \"%s\" was updated successfully!" |
138 | msgstr "O grupo \"%s\" foi atualizado com sucesso!" | 142 | msgstr "O grupo \"%s\" foi atualizado com sucesso!" |
139 | 143 | ||
140 | -#: students_group/views.py:219 | 144 | +#: .\views.py:219 |
141 | #, python-format | 145 | #, python-format |
142 | msgid "The group \"%s\" was removed successfully!" | 146 | msgid "The group \"%s\" was removed successfully!" |
143 | msgstr "O grupo \"%s\" foi removido com sucesso!" | 147 | msgstr "O grupo \"%s\" foi removido com sucesso!" |
148 | + | ||
149 | +#~ msgid "Participant(s)" | ||
150 | +#~ msgstr "Participante(s)" |