Skip to content

Commit a4ed5aa

Browse files
authored
Traduce library/fcntl.po (#1735)
Viendo el resto de la documentación, el término pipe se deja como tal en muchos lugares, así que opté por hacer lo mismo, sólo encasillándolo entre *. Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
1 parent 74ff16b commit a4ed5aa

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

library/fcntl.po

+7-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-08-07 18:24+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2021-12-15 10:56+0800\n"
15+
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language: es_ES\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/library/fcntl.rst:2
2526
msgid ":mod:`fcntl` --- The ``fcntl`` and ``ioctl`` system calls"
@@ -88,6 +89,9 @@ msgid ""
8889
"``F_SETPIPE_SZ`` constants, which allow to check and modify a pipe's size "
8990
"respectively."
9091
msgstr ""
92+
"En Linux >= 2.6.11, el módulo fcntl expone las constantes ``F_GETPIPE_SZ`` y "
93+
"``F_SETPIPE_SZ``, las cuales permiten chequear y modificar el tamaño de un "
94+
"*pipe*, respectivamente."
9195

9296
#: ../Doc/library/fcntl.rst:47
9397
msgid "The module defines the following functions:"

0 commit comments

Comments
 (0)