10000 Merge branch '3.8' into traduccion-email.utils.po · python/python-docs-es@7c7391a · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c7391a

Browse files
authored
Merge branch '3.8' into traduccion-email.utils.po
2 parents fdbc076 + e5eb48a commit 7c7391a

14 files changed

+1439
-164
lines changed

TRANSLATORS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,8 @@ Juan Carlos Tello (@jctello)
116116
Ricardo Rodríguez (@ricrogz)
117117
Ana (@popiula)
118118
David Silva (@dvidsilva)
119-
Enrique Zárate (enrique-zarate)
120-
Jaume Montané (@jaumemy)
119+
Ricardo Rodríguez (@ricrogz)
120+
Enrique Zárate (@enrique-zarate)
121+
Jaume Montané (@jaumemy)
122+
Endika Gil (@endikagil)
123+
Federico Zuccolo (@fzuccolo)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
threading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
submensajes
2+
pseudodiccionario
3+
recodificada
4+
defect
5+
subcontenido
6+
multiparte

dictionaries/library_sqlite3.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
prototipar
2+
Configurarla
3+
autorizador
4+
desconexión
5+
commit
6+
collation
7+
backend
8+
sobrecoste
9+
arraysize
10+
rowid
11+
datetime

dictionaries/library_uu.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Ellinghouse
2+
Jack
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
MultiCall
2+
ProtocolError
3+
Faults
4+
singleton
5+
Fault
6+
facto
7+
base64
8+
desagrupar
9+
Apache
10+
desarrollador
11+
desagrupación
12+
boxcar
13+
Authorization
14+
xmlrpc

library/dummy_threading.po

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,59 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12+
"PO-Revision-Date: 2020-11-21 14:29-0300\n"
1513
"Language-Team: python-doc-es\n"
1614
"MIME-Version: 1.0\n"
1715
"Content-Type: text/plain; charset=UTF-8\n"
1816
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"Last-Translator: \n"
19+
"Language: es\n"
20+
"X-Generator: Poedit 2.4.2\n"
1921

2022
#: ../Doc/library/dummy_threading.rst:2
2123
msgid ""
2224
":mod:`dummy_threading` --- Drop-in replacement for the :mod:`threading` "
2325
"module"
2426
msgstr ""
27+
":mod:`dummy_threading` --- Reemplazo directo para el modulo :mod:`threading`"
2528

2629
#: ../Doc/library/dummy_threading.rst:7
2730
msgid "**Source code:** :source:`Lib/dummy_threading.py`"
28-
msgstr ""
31+
msgstr "**Código fuente:** :source:`Lib/dummy_threading.py`"
2932

3033
#: ../Doc/library/dummy_threading.rst:9
3134
msgid ""
3235
"Python now always has threading enabled. Please use :mod:`threading` "
3336
"instead."
3437
msgstr ""
38+
"Ahora Python siempre tiene threading habilitado. Por favor utilice en su "
39+
"lugar :mod:`threading`."
3540

3641
#: ../Doc/library/dummy_threading.rst:14
3742
msgid ""
3843
"This module provides a duplicate interface to the :mod:`threading` module. "
3944
"It was meant to be imported when the :mod:`_thread` module was not provided "
4045
"on a platform."
4146
msgstr ""
47+
"Este módulo proporciona una interfaz duplicada al modulo :mod:`threading`. "
48+
"Estaba destinado a ser importado cuando el modulo :mod:`_thread` no fuera "
49+
"proporcionado por una plataforma."
4250

4351
#: ../Doc/library/dummy_threading.rst:18
4452
msgid ""
4553
"Be careful to not use this module where deadlock might occur from a thread "
4654
"being created that blocks waiting for another thread to be created. This "
4755
"often occurs with blocking I/O."
4856
msgstr ""
57+
"Tenga cuidado de no usar este módulo donde pueda ocurrir un bloqueo mutuo "
58+
"debido a la creación de un hilo que bloquee la espera de crear otro hilo. "
59+
"Esto sucede a menudo con el bloqueo de E/S."

0 commit comments

Comments
 (0)
0