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

Commit14d9d24

Browse files
Traducido library/tty.po (#1214)
1 parent67f004e commit14d9d24

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

‎dictionaries/library_tty.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tty

‎library/tty.po

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,74 @@
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:2021-02-02 10:07-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/tty.rst:2
2123
msgid":mod:`tty` --- Terminal control functions"
22-
msgstr""
24+
msgstr":mod:`tty` --- Funciones de control de terminal"
2325

2426
#:../Doc/library/tty.rst:11
2527
msgid"**Source code:** :source:`Lib/tty.py`"
26-
msgstr""
28+
msgstr"**Código fuente:** :source:`Lib/tty.py`"
2729

2830
#:../Doc/library/tty.rst:15
2931
msgid""
3032
"The :mod:`tty` module defines functions for putting the tty into cbreak and "
3133
"raw modes."
3234
msgstr""
35+
"El módulo :mod:`tty` define funciones para poner la tty en los modos "
36+
"*cbreak* y *raw*."
3337

3438
#:../Doc/library/tty.rst:18
3539
msgid""
3640
"Because it requires the :mod:`termios` module, it will work only on Unix."
3741
msgstr""
42+
"Dado que requiere el módulo :mod:`termios`, solamente funciona en Unix."
3843

3944
#:../Doc/library/tty.rst:20
4045
msgid"The :mod:`tty` module defines the following functions:"
41-
msgstr""
46+
msgstr"El módulo :mod:`tty` define las siguientes funciones:"
4247

4348
#:../Doc/library/tty.rst:25
4449
msgid""
4550
"Change the mode of the file descriptor *fd* to raw. If *when* is omitted, it "
4651
"defaults to :const:`termios.TCSAFLUSH`, and is passed to :func:`termios."
4752
"tcsetattr`."
4853
msgstr""
54+
"Cambia el modo del descriptor de archivo *fd* a *raw*. Si se omite *when*, "
55+
"el valor por defecto es :const:`termios.TCSAFLUSH`, que se pasa a :func:"
56+
"`termios.tcsetattr`."
4957

5058
#:../Doc/library/tty.rst:32
5159
msgid""
5260
"Change the mode of file descriptor *fd* to cbreak. If *when* is omitted, it "
5361
"defaults to :const:`termios.TCSAFLUSH`, and is passed to :func:`termios."
5462
"tcsetattr`."
5563
msgstr""
64+
"Cambia el modo del descriptor de archivo *fd* a *cbreak*. Si se omite "
65+
"*when*, el valor por defecto es :const:`termios.TCSAFLUSH`, que se pasa a :"
66+
"func:`termios.tcsetattr`."
5667

5768
#:../Doc/library/tty.rst:39
5869
msgid"Module :mod:`termios`"
59-
msgstr""
70+
msgstr"Módulo :mod:`termios`"
6071

6172
#:../Doc/library/tty.rst:40
6273
msgid"Low-level terminal control interface."
63-
msgstr""
74+
msgstr"Interfaz de control de la terminal de bajo nivel."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp