Skip to content

Commit ef9c974

Browse files
Update translations from Transifex
1 parent c3d500a commit ef9c974

10 files changed

Lines changed: 8492 additions & 8418 deletions

File tree

c-api/module.po

Lines changed: 76 additions & 67 deletions
Large diffs are not rendered by default.

c-api/typeobj.po

Lines changed: 242 additions & 234 deletions
Large diffs are not rendered by default.

howto/pyporting.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.10\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
19+
"POT-Creation-Date: 2021-08-05 13:13+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
2121
"Last-Translator: i17obot <i17obot@rougeth.com>, 2021\n"
2222
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -64,10 +64,10 @@ msgid ""
6464
"Cannon's `Why Python 3 exists`_."
6565
msgstr ""
6666

67-
#: ../../howto/pyporting.rst:23
67+
#: ../../howto/pyporting.rst:24
6868
msgid ""
69-
"For help with porting, you can email the python-porting_ mailing list with "
70-
"questions."
69+
"For help with porting, you can view the archived python-porting_ mailing "
70+
"list."
7171
msgstr ""
7272

7373
#: ../../howto/pyporting.rst:27

library/collections.po

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
87
# Marco Rougeth <marco@rougeth.com>, 2021
98
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
109
# i17obot <i17obot@rougeth.com>, 2021
1110
# Welington Carlos <wcarlos3@gmail.com>, 2021
1211
# Alexandre B A Villares, 2021
12+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2021-08-03 13:12+0000\n"
2020
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
21-
"Last-Translator: Alexandre B A Villares, 2021\n"
21+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2021\n"
2222
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2323
"teams/5390/pt_BR/)\n"
2424
"MIME-Version: 1.0\n"
@@ -225,14 +225,22 @@ msgid ""
225225
"or new empty dict. This method is used for creating subcontexts that can be "
226226
"updated without altering values in any of the parent mappings."
227227
msgstr ""
228+
"Retorna uma nova :class:`ChainMap` contendo um novo mapa seguido de todos os "
229+
"mapas na instância atual. Se ``m`` for especificado, torna-se o novo mapa na "
230+
"frente da lista de mapeamentos; Se não especificado, é usado um dicionário "
231+
"vazio, de modo que chamar ``d.new_child()`` é equivalente a: ``ChainMap({}, "
232+
"*d.maps)``. Se algum argumento nomeado for especificado, ele atualizará o "
233+
"mapa passado ou o novo dicionário vazio. Esse método é usado para criar "
234+
"subcontextos que podem ser atualizados sem alterar valores em nenhum dos "
235+
"mapeamentos pai."
228236

229237
#: ../../library/collections.rst:86
230238
msgid "The optional ``m`` parameter was added."
231239
msgstr "O parâmetro opcional ``m`` foi adicionado."
232240

233241
#: ../../library/collections.rst:89
234242
msgid "Keyword arguments support was added."
235-
msgstr ""
243+
msgstr "Suporte a argumentos nomeados foi adicionado."
236244

237245
#: ../../library/collections.rst:94
238246
msgid ""
@@ -255,16 +263,22 @@ msgid ""
255263
"Note, the iteration order of a :class:`ChainMap()` is determined by scanning "
256264
"the mappings last to first::"
257265
msgstr ""
266+
"Observe, a ordem de iteração de um :class:`ChainMap()` é determinada pela "
267+
"varredura dos mapeamentos do último ao primeiro::"
258268

259269
#: ../../library/collections.rst:110
260270
msgid ""
261271
"This gives the same ordering as a series of :meth:`dict.update` calls "
262272
"starting with the last mapping::"
263273
msgstr ""
274+
"Isso dá a mesma ordem de uma série de chamadas :meth:`dict.update` começando "
275+
"com o último mapeamento::"
264276

265277
#: ../../library/collections.rst:118
266278
msgid "Added support for ``|`` and ``|=`` operators, specified in :pep:`584`."
267279
msgstr ""
280+
"Adicionado suporte para os operadores ``|`` e ``|=``, especificados na :pep:"
281+
"`584`."
268282

269283
#: ../../library/collections.rst:123
270284
msgid ""
@@ -273,6 +287,10 @@ msgid ""
273287
"<https://github.com/enthought/codetools>`_ has options to support writing to "
274288
"any mapping in the chain."
275289
msgstr ""
290+
"A `classe MultiContext <https://github.com/enthought/codetools/blob/4.0.0/"
291+
"codetools/contexts/multi_context.py>`_ no `pacote CodeTools <https://github."
292+
"com/enthought/codetools>`_ de Enthought tem opções para suportar a escrita "
293+
"em qualquer mapeamento na cadeia."
276294

277295
#: ../../library/collections.rst:129
278296
msgid ""

library/filecmp.po

Lines changed: 43 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.10\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
15+
"POT-Creation-Date: 2021-08-05 13:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
1717
"Last-Translator: i17obot <i17obot@rougeth.com>, 2021\n"
1818
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -50,30 +50,37 @@ msgstr ""
5050

5151
#: ../../library/filecmp.rst:25
5252
msgid ""
53-
"If *shallow* is true, files with identical :func:`os.stat` signatures are "
54-
"taken to be equal. Otherwise, the contents of the files are compared."
53+
"If *shallow* is true and the :func:`os.stat` signatures (file type, size, "
54+
"and modification time) of both files are identical, the files are taken to "
55+
"be equal."
5556
msgstr ""
5657

57-
#: ../../library/filecmp.rst:28
58+
#: ../../library/filecmp.rst:29
59+
msgid ""
60+
"Otherwise, the files are treated as different if their sizes or contents "
61+
"differ."
62+
msgstr ""
63+
64+
#: ../../library/filecmp.rst:31
5865
msgid ""
5966
"Note that no external programs are called from this function, giving it "
6067
"portability and efficiency."
6168
msgstr ""
6269

63-
#: ../../library/filecmp.rst:31
70+
#: ../../library/filecmp.rst:34
6471
msgid ""
6572
"This function uses a cache for past comparisons and the results, with cache "
6673
"entries invalidated if the :func:`os.stat` information for the file "
6774
"changes. The entire cache may be cleared using :func:`clear_cache`."
6875
msgstr ""
6976

70-
#: ../../library/filecmp.rst:38
77+
#: ../../library/filecmp.rst:41
7178
msgid ""
7279
"Compare the files in the two directories *dir1* and *dir2* whose names are "
7380
"given by *common*."
7481
msgstr ""
7582

76-
#: ../../library/filecmp.rst:41
83+
#: ../../library/filecmp.rst:44
7784
msgid ""
7885
"Returns three lists of file names: *match*, *mismatch*, *errors*. *match* "
7986
"contains the list of files that match, *mismatch* contains the names of "
@@ -83,153 +90,153 @@ msgid ""
8390
"could not be done for some other reason."
8491
msgstr ""
8592

86-
#: ../../library/filecmp.rst:48
93+
#: ../../library/filecmp.rst:51
8794
msgid ""
8895
"The *shallow* parameter has the same meaning and default value as for :func:"
8996
"`filecmp.cmp`."
9097
msgstr ""
9198

92-
#: ../../library/filecmp.rst:51
99+
#: ../../library/filecmp.rst:54
93100
msgid ""
94101
"For example, ``cmpfiles('a', 'b', ['c', 'd/e'])`` will compare ``a/c`` with "
95102
"``b/c`` and ``a/d/e`` with ``b/d/e``. ``'c'`` and ``'d/e'`` will each be in "
96103
"one of the three returned lists."
97104
msgstr ""
98105

99-
#: ../../library/filecmp.rst:58
106+
#: ../../library/filecmp.rst:61
100107
msgid ""
101108
"Clear the filecmp cache. This may be useful if a file is compared so quickly "
102109
"after it is modified that it is within the mtime resolution of the "
103110
"underlying filesystem."
104111
msgstr ""
105112

106-
#: ../../library/filecmp.rst:68
113+
#: ../../library/filecmp.rst:71
107114
msgid "The :class:`dircmp` class"
108115
msgstr "A classe :class:`dircmp`"
109116

110-
#: ../../library/filecmp.rst:72
117+
#: ../../library/filecmp.rst:75
111118
msgid ""
112119
"Construct a new directory comparison object, to compare the directories *a* "
113120
"and *b*. *ignore* is a list of names to ignore, and defaults to :attr:"
114121
"`filecmp.DEFAULT_IGNORES`. *hide* is a list of names to hide, and defaults "
115122
"to ``[os.curdir, os.pardir]``."
116123
msgstr ""
117124

118-
#: ../../library/filecmp.rst:77
125+
#: ../../library/filecmp.rst:80
119126
msgid ""
120127
"The :class:`dircmp` class compares files by doing *shallow* comparisons as "
121128
"described for :func:`filecmp.cmp`."
122129
msgstr ""
123130

124-
#: ../../library/filecmp.rst:80
131+
#: ../../library/filecmp.rst:83
125132
msgid "The :class:`dircmp` class provides the following methods:"
126133
msgstr ""
127134

128-
#: ../../library/filecmp.rst:84
135+
#: ../../library/filecmp.rst:87
129136
msgid "Print (to :data:`sys.stdout`) a comparison between *a* and *b*."
130137
msgstr ""
131138

132-
#: ../../library/filecmp.rst:88
139+
#: ../../library/filecmp.rst:91
133140
msgid ""
134141
"Print a comparison between *a* and *b* and common immediate subdirectories."
135142
msgstr ""
136143

137-
#: ../../library/filecmp.rst:93
144+
#: ../../library/filecmp.rst:96
138145
msgid ""
139146
"Print a comparison between *a* and *b* and common subdirectories "
140147
"(recursively)."
141148
msgstr ""
142149

143-
#: ../../library/filecmp.rst:96
150+
#: ../../library/filecmp.rst:99
144151
msgid ""
145152
"The :class:`dircmp` class offers a number of interesting attributes that may "
146153
"be used to get various bits of information about the directory trees being "
147154
"compared."
148155
msgstr ""
149156

150-
#: ../../library/filecmp.rst:100
157+
#: ../../library/filecmp.rst:103
151158
msgid ""
152159
"Note that via :meth:`__getattr__` hooks, all attributes are computed lazily, "
153160
"so there is no speed penalty if only those attributes which are lightweight "
154161
"to compute are used."
155162
msgstr ""
156163

157-
#: ../../library/filecmp.rst:107
164+
#: ../../library/filecmp.rst:110
158165
msgid "The directory *a*."
159166
msgstr ""
160167

161-
#: ../../library/filecmp.rst:112
168+
#: ../../library/filecmp.rst:115
162169
msgid "The directory *b*."
163170
msgstr ""
164171

165-
#: ../../library/filecmp.rst:117
172+
#: ../../library/filecmp.rst:120
166173
msgid "Files and subdirectories in *a*, filtered by *hide* and *ignore*."
167174
msgstr ""
168175

169-
#: ../../library/filecmp.rst:122
176+
#: ../../library/filecmp.rst:125
170177
msgid "Files and subdirectories in *b*, filtered by *hide* and *ignore*."
171178
msgstr ""
172179

173-
#: ../../library/filecmp.rst:127
180+
#: ../../library/filecmp.rst:130
174181
msgid "Files and subdirectories in both *a* and *b*."
175182
msgstr ""
176183

177-
#: ../../library/filecmp.rst:132
184+
#: ../../library/filecmp.rst:135
178185
msgid "Files and subdirectories only in *a*."
179186
msgstr ""
180187

181-
#: ../../library/filecmp.rst:137
188+
#: ../../library/filecmp.rst:140
182189
msgid "Files and subdirectories only in *b*."
183190
msgstr ""
184191

185-
#: ../../library/filecmp.rst:142
192+
#: ../../library/filecmp.rst:145
186193
msgid "Subdirectories in both *a* and *b*."
187194
msgstr ""
188195

189-
#: ../../library/filecmp.rst:147
196+
#: ../../library/filecmp.rst:150
190197
msgid "Files in both *a* and *b*."
191198
msgstr "Arquivos em *a* e *b*."
192199

193-
#: ../../library/filecmp.rst:152
200+
#: ../../library/filecmp.rst:155
194201
msgid ""
195202
"Names in both *a* and *b*, such that the type differs between the "
196203
"directories, or names for which :func:`os.stat` reports an error."
197204
msgstr ""
198205

199-
#: ../../library/filecmp.rst:158
206+
#: ../../library/filecmp.rst:161
200207
msgid ""
201208
"Files which are identical in both *a* and *b*, using the class's file "
202209
"comparison operator."
203210
msgstr ""
204211

205-
#: ../../library/filecmp.rst:164
212+
#: ../../library/filecmp.rst:167
206213
msgid ""
207214
"Files which are in both *a* and *b*, whose contents differ according to the "
208215
"class's file comparison operator."
209216
msgstr ""
210217

211-
#: ../../library/filecmp.rst:170
218+
#: ../../library/filecmp.rst:173
212219
msgid "Files which are in both *a* and *b*, but could not be compared."
213220
msgstr ""
214221

215-
#: ../../library/filecmp.rst:175
222+
#: ../../library/filecmp.rst:178
216223
msgid ""
217224
"A dictionary mapping names in :attr:`common_dirs` to :class:`dircmp` "
218225
"instances (or MyDirCmp instances if this instance is of type MyDirCmp, a "
219226
"subclass of :class:`dircmp`)."
220227
msgstr ""
221228

222-
#: ../../library/filecmp.rst:179
229+
#: ../../library/filecmp.rst:182
223230
msgid ""
224231
"Previously entries were always :class:`dircmp` instances. Now entries are "
225232
"the same type as *self*, if *self* is a subclass of :class:`dircmp`."
226233
msgstr ""
227234

228-
#: ../../library/filecmp.rst:188
235+
#: ../../library/filecmp.rst:191
229236
msgid "List of directories ignored by :class:`dircmp` by default."
230237
msgstr ""
231238

232-
#: ../../library/filecmp.rst:191
239+
#: ../../library/filecmp.rst:194
233240
msgid ""
234241
"Here is a simplified example of using the ``subdirs`` attribute to search "
235242
"recursively through two directories to show common different files::"

0 commit comments

Comments
 (0)