Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Archivo traducido 'library/_thread.po'#2368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
rtobar merged 3 commits intopython:3.11fromoscar-garzon:3.11
Apr 10, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletionsTRANSLATORS
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -181,6 +181,7 @@ Neptali Gil Martorelli
nicocastanio
Nicolás Demarchi (@gilgamezh)
Omar Mendo (@beejeke)
Oscar Garzon (@oscar-garzon)
Oscar Martinez
Pablo Lobariñas (@Qkolnek)
Paula Aragón (@pandrearro)
Expand Down
27 changes: 13 additions & 14 deletionslibrary/_thread.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date:2021-12-18 17:01-0300\n"
"PO-Revision-Date:2023-04-09 19:43-0600\n"
"Last-Translator: \n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.10.3\n"
"X-Generator: Poedit 3.2.2\n"

#: ../Doc/library/_thread.rst:2
msgid ":mod:`_thread` --- Low-level threading API"
Expand DownExpand Up@@ -231,10 +232,10 @@ msgstr ""
"el tamaño de pila es la estrategia sugerida si no se cuenta con información "
"más específica)."

#, fuzzy
msgid ":ref:`Availability <availability>`: Windows, pthreads."
msgstr ""
":ref:`Disponibilidad <availability>`: Sistemas Windows, con hilos POSIX."
":ref:`Disponibilidad <availability>`: Windows, hilos POSIX (también "
"llamados pthreads)."

#: ../Doc/library/_thread.rst:145
msgid "Unix platforms with POSIX threads support."
Expand DownExpand Up@@ -266,30 +267,28 @@ msgstr ""
"hilo (solamente un hilo por vez puede adquirir un candado; para eso existen)."

#: ../Doc/library/_thread.rst:166
#, fuzzy
msgid ""
"If the *blocking* argument is present, the action depends on its value: if "
"it is False, the lock is only acquired if it can be acquired immediately "
"without waiting, while if it is True, the lock is acquired unconditionally "
"as above."
msgstr ""
"Si el argumentoentero *waitflag* está presente, la acción depende de su "
"valor: siescero, el candadosolamentees adquirido siestá disponible de "
"forma inmediata, sin esperas. Mientras quesi esdistinto de cero, el "
"candado es adquirido sin condiciones,comoen el caso anterior."
"Si el argumento*blocking* está presente, la acción depende de su valor: si "
"esFalse, el candado es adquiridosólosipuede ser adquirido inmediatamente "
"sin espera, en cambiosi esTrue, el candado es adquirido incondicionalmente "
"comoarriba."

#: ../Doc/library/_thread.rst:171
#, fuzzy
msgid ""
"If the floating-point *timeout* argument is present and positive, it "
"specifies the maximum wait time in seconds before returning. A negative "
"*timeout* argument specifies an unbounded wait. You cannot specify a "
"*timeout* if *blocking* is False."
msgstr ""
"Si el argumento de punto flotante *timeout* está presente y es positivo, "
"especifica el tiempo máximo de espera en segundos antes de retornar. Un "
"argumento *timeout* negativo, especifica una espera ilimitada. No se puede "
"especificar un *timeout* si *waitflag* escero."
"ésteespecifica el tiempo máximo de espera en segundos antes de retornar. Un "
"argumento *timeout* negativo especifica una espera ilimitada. No se puede "
"especificar un *timeout* si *blocking* esFalse."

#: ../Doc/library/_thread.rst:176
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp