diff --git a/dictionaries/library_cursesascii.txt b/dictionaries/library_cursesascii.txt new file mode 100644 index 0000000000..9aaa6b9737 --- /dev/null +++ b/dictionaries/library_cursesascii.txt @@ -0,0 +1,2 @@ +mnemónicos +teleimpresora diff --git a/library/curses.ascii.po b/library/curses.ascii.po index 6a1469d371..92b4c240ae 100644 --- a/library/curses.ascii.po +++ b/library/curses.ascii.po @@ -1,25 +1,27 @@ # Copyright (C) 2001-2020, Python Software Foundation # This file is distributed under the same license as the Python package. -# Maintained by the python-doc-es workteam. +# Maintained by the python-doc-es workteam. # docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/ # Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-05-06 11:59-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"PO-Revision-Date: 2020-10-19 08:39-0300\n" "Language-Team: python-doc-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" +"Last-Translator: \n" +"Language: es\n" +"X-Generator: Poedit 2.4.1\n" #: ../Doc/library/curses.ascii.rst:2 msgid ":mod:`curses.ascii` --- Utilities for ASCII characters" -msgstr "" +msgstr ":mod:`curses.ascii` --- Utilidades para los caracteres ASCII" #: ../Doc/library/curses.ascii.rst:12 msgid "" @@ -27,298 +29,302 @@ msgid "" "and functions to test membership in various ASCII character classes. The " "constants supplied are names for control characters as follows:" msgstr "" +"El módulo :mod:`curses.ascii` proporciona constantes de nombre para " +"caracteres ASCII y funciones para probar la pertenencia a varias clases de " +"los caracteres ASCII. Las constantes proporcionadas son nombres para " +"caracteres de control de la siguiente manera:" #: ../Doc/library/curses.ascii.rst:17 msgid "Name" -msgstr "" +msgstr "Nombre" #: ../Doc/library/curses.ascii.rst:17 msgid "Meaning" -msgstr "" +msgstr "Significado" #: ../Doc/library/curses.ascii.rst:19 msgid ":const:`NUL`" -msgstr "" +msgstr " :const:`NUL`" #: ../Doc/library/curses.ascii.rst:21 msgid ":const:`SOH`" -msgstr "" +msgstr ":const:`SOH`" #: ../Doc/library/curses.ascii.rst:21 msgid "Start of heading, console interrupt" -msgstr "" +msgstr "Inicio del encabezado, interrupción de la consola" #: ../Doc/library/curses.ascii.rst:23 msgid ":const:`STX`" -msgstr "" +msgstr ":const:`STX`" #: ../Doc/library/curses.ascii.rst:23 msgid "Start of text" -msgstr "" +msgstr "Inicio del texto" #: ../Doc/library/curses.ascii.rst:25 msgid ":const:`ETX`" -msgstr "" +msgstr ":const:`ETX`" #: ../Doc/library/curses.ascii.rst:25 msgid "End of text" -msgstr "" +msgstr "Final del texto" #: ../Doc/library/curses.ascii.rst:27 msgid ":const:`EOT`" -msgstr "" +msgstr ":const:`EOT`" #: ../Doc/library/curses.ascii.rst:27 msgid "End of transmission" -msgstr "" +msgstr "Fin de la transmisión" #: ../Doc/library/curses.ascii.rst:29 msgid ":const:`ENQ`" -msgstr "" +msgstr ":const:`ENQ`" #: ../Doc/library/curses.ascii.rst:29 msgid "Enquiry, goes with :const:`ACK` flow control" -msgstr "" +msgstr "Consulta, va con el control de flujo :const:`ACK`" #: ../Doc/library/curses.ascii.rst:31 msgid ":const:`ACK`" -msgstr "" +msgstr ":const:`ACK`" #: ../Doc/library/curses.ascii.rst:31 msgid "Acknowledgement" -msgstr "" +msgstr "Reconocimiento" #: ../Doc/library/curses.ascii.rst:33 msgid ":const:`BEL`" -msgstr "" +msgstr ":const:`BEL`" #: ../Doc/library/curses.ascii.rst:33 msgid "Bell" -msgstr "" +msgstr "Campana" #: ../Doc/library/curses.ascii.rst:35 msgid ":const:`BS`" -msgstr "" +msgstr ":const:`BS`" #: ../Doc/library/curses.ascii.rst:35 msgid "Backspace" -msgstr "" +msgstr "Retroceso" #: ../Doc/library/curses.ascii.rst:37 msgid ":const:`TAB`" -msgstr "" +msgstr ":const:`TAB`" #: ../Doc/library/curses.ascii.rst:37 msgid "Tab" -msgstr "" +msgstr "Tabulación" #: ../Doc/library/curses.ascii.rst:39 msgid ":const:`HT`" -msgstr "" +msgstr ":const:`HT`" #: ../Doc/library/curses.ascii.rst:39 msgid "Alias for :const:`TAB`: \"Horizontal tab\"" -msgstr "" +msgstr "Alias para :const:`TAB`: \"Tabulación horizontal\"" #: ../Doc/library/curses.ascii.rst:41 msgid ":const:`LF`" -msgstr "" +msgstr ":const:`LF`" #: ../Doc/library/curses.ascii.rst:41 msgid "Line feed" -msgstr "" +msgstr "Línea de alimentación" #: ../Doc/library/curses.ascii.rst:43 msgid ":const:`NL`" -msgstr "" +msgstr ":const:`NL`" #: ../Doc/library/curses.ascii.rst:43 msgid "Alias for :const:`LF`: \"New line\"" -msgstr "" +msgstr "Alias para :const:`LF`: \"Nueva línea\"" #: ../Doc/library/curses.ascii.rst:45 msgid ":const:`VT`" -msgstr "" +msgstr ":const:`VT`" #: ../Doc/library/curses.ascii.rst:45 msgid "Vertical tab" -msgstr "" +msgstr "Tabulación vertical" #: ../Doc/library/curses.ascii.rst:47 msgid ":const:`FF`" -msgstr "" +msgstr ":const:`FF`" #: ../Doc/library/curses.ascii.rst:47 msgid "Form feed" -msgstr "" +msgstr "Alimentación de formulario" #: ../Doc/library/curses.ascii.rst:49 msgid ":const:`CR`" -msgstr "" +msgstr ":const:`CR`" #: ../Doc/library/curses.ascii.rst:49 msgid "Carriage return" -msgstr "" +msgstr "Retorno de carro (*Carriage return* en inglés)" #: ../Doc/library/curses.ascii.rst:51 msgid ":const:`SO`" -msgstr "" +msgstr ":const:`SO`" #: ../Doc/library/curses.ascii.rst:51 msgid "Shift-out, begin alternate character set" -msgstr "" +msgstr "*Shift-out*, comenzar un conjunto de caracteres alternativo" #: ../Doc/library/curses.ascii.rst:53 msgid ":const:`SI`" -msgstr "" +msgstr ":const:`SI`" #: ../Doc/library/curses.ascii.rst:53 msgid "Shift-in, resume default character set" -msgstr "" +msgstr "*Shift-in*, reanudar el conjunto de caracteres predeterminado" #: ../Doc/library/curses.ascii.rst:55 msgid ":const:`DLE`" -msgstr "" +msgstr ":const:`DLE`" #: ../Doc/library/curses.ascii.rst:55 msgid "Data-link escape" -msgstr "" +msgstr "Escape de enlace de datos" #: ../Doc/library/curses.ascii.rst:57 msgid ":const:`DC1`" -msgstr "" +msgstr ":const:`DC1`" #: ../Doc/library/curses.ascii.rst:57 msgid "XON, for flow control" -msgstr "" +msgstr "XON, para control de flujo" #: ../Doc/library/curses.ascii.rst:59 msgid ":const:`DC2`" -msgstr "" +msgstr ":const:`DC2`" #: ../Doc/library/curses.ascii.rst:59 msgid "Device control 2, block-mode flow control" -msgstr "" +msgstr "Control de dispositivo 2, control de flujo en modo bloque" #: ../Doc/library/curses.ascii.rst:61 msgid ":const:`DC3`" -msgstr "" +msgstr ":const:`DC3`" #: ../Doc/library/curses.ascii.rst:61 msgid "XOFF, for flow control" -msgstr "" +msgstr "XOFF, para control de flujo" #: ../Doc/library/curses.ascii.rst:63 msgid ":const:`DC4`" -msgstr "" +msgstr ":const:`DC4`" #: ../Doc/library/curses.ascii.rst:63 msgid "Device control 4" -msgstr "" +msgstr "Control de dispositivo 4" #: ../Doc/library/curses.ascii.rst:65 msgid ":const:`NAK`" -msgstr "" +msgstr ":const:`NAK`" #: ../Doc/library/curses.ascii.rst:65 msgid "Negative acknowledgement" -msgstr "" +msgstr "Reconocimiento negativo" #: ../Doc/library/curses.ascii.rst:67 msgid ":const:`SYN`" -msgstr "" +msgstr ":const:`SYN`" #: ../Doc/library/curses.ascii.rst:67 msgid "Synchronous idle" -msgstr "" +msgstr "Inactivo sincrónico" #: ../Doc/library/curses.ascii.rst:69 msgid ":const:`ETB`" -msgstr "" +msgstr ":const:`ETB`" #: ../Doc/library/curses.ascii.rst:69 msgid "End transmission block" -msgstr "" +msgstr "Bloque de transmisión final" #: ../Doc/library/curses.ascii.rst:71 msgid ":const:`CAN`" -msgstr "" +msgstr ":const:`CAN`" #: ../Doc/library/curses.ascii.rst:71 msgid "Cancel" -msgstr "" +msgstr "Cancelar" #: ../Doc/library/curses.ascii.rst:73 msgid ":const:`EM`" -msgstr "" +msgstr ":const:`EM`" #: ../Doc/library/curses.ascii.rst:73 msgid "End of medium" -msgstr "" +msgstr "Fin del medio" #: ../Doc/library/curses.ascii.rst:75 msgid ":const:`SUB`" -msgstr "" +msgstr ":const:`SUB`" #: ../Doc/library/curses.ascii.rst:75 msgid "Substitute" -msgstr "" +msgstr "Sustituir" #: ../Doc/library/curses.ascii.rst:77 msgid ":const:`ESC`" -msgstr "" +msgstr ":const:`ESC`" #: ../Doc/library/curses.ascii.rst:77 msgid "Escape" -msgstr "" +msgstr "Escapar" #: ../Doc/library/curses.ascii.rst:79 msgid ":const:`FS`" -msgstr "" +msgstr ":const:`FS`" #: ../Doc/library/curses.ascii.rst:79 msgid "File separator" -msgstr "" +msgstr "Separador de archivos" #: ../Doc/library/curses.ascii.rst:81 msgid ":const:`GS`" -msgstr "" +msgstr ":const:`GS`" #: ../Doc/library/curses.ascii.rst:81 msgid "Group separator" -msgstr "" +msgstr "Separador de grupos" #: ../Doc/library/curses.ascii.rst:83 msgid ":const:`RS`" -msgstr "" +msgstr ":const:`RS`" #: ../Doc/library/curses.ascii.rst:83 msgid "Record separator, block-mode terminator" -msgstr "" +msgstr "Separador de registros, finalizador en modo bloque" #: ../Doc/library/curses.ascii.rst:85 msgid ":const:`US`" -msgstr "" +msgstr ":const:`US`" #: ../Doc/library/curses.ascii.rst:85 msgid "Unit separator" -msgstr "" +msgstr "Separador de unidades" #: ../Doc/library/curses.ascii.rst:87 msgid ":const:`SP`" -msgstr "" +msgstr ":const:`SP`" #: ../Doc/library/curses.ascii.rst:87 msgid "Space" -msgstr "" +msgstr "Espacio" #: ../Doc/library/curses.ascii.rst:89 msgid ":const:`DEL`" -msgstr "" +msgstr ":const:`DEL`" #: ../Doc/library/curses.ascii.rst:89 msgid "Delete" -msgstr "" +msgstr "Eliminar" #: ../Doc/library/curses.ascii.rst:92 msgid "" @@ -326,85 +332,108 @@ msgid "" "The mnemonics derive from teleprinter conventions that predate digital " "computers." msgstr "" +"Tenga en cuenta que muchos de estos tienen poca importancia práctica en el " +"uso moderno. Los mnemónicos se derivan de las convenciones de la " +"teleimpresora que son anteriores a las computadoras digitales." #: ../Doc/library/curses.ascii.rst:95 msgid "" "The module supplies the following functions, patterned on those in the " "standard C library:" msgstr "" +"El módulo proporciona las siguientes funciones, siguiendo el patrón de las " +"de la biblioteca C estándar:" #: ../Doc/library/curses.ascii.rst:101 msgid "" "Checks for an ASCII alphanumeric character; it is equivalent to ``isalpha(c) " "or isdigit(c)``." msgstr "" +"Comprueba un carácter alfanumérico ASCII; esto es equivalente a ``isalpha(c) " +"or isdigit(c)``." #: ../Doc/library/curses.ascii.rst:107 msgid "" "Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) " "or islower(c)``." msgstr "" +"Comprueba si hay un carácter alfabético ASCII; es equivalente a ``isupper(c) " +"or islower(c)``." #: ../Doc/library/curses.ascii.rst:113 msgid "Checks for a character value that fits in the 7-bit ASCII set." msgstr "" +"Comprueba un valor de carácter que se ajuste al conjunto ASCII de 7 bits." #: ../Doc/library/curses.ascii.rst:118 msgid "Checks for an ASCII whitespace character; space or horizontal tab." msgstr "" +"Comprueba si hay un carácter de espacio en blanco ASCII; espacio o " +"tabulación horizontal." #: ../Doc/library/curses.ascii.rst:123 msgid "" "Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f)." msgstr "" +"Comprueba un carácter de control ASCII (en el rango de 0x00 a 0x1f o 0x7f)." #: ../Doc/library/curses.ascii.rst:128 msgid "" "Checks for an ASCII decimal digit, ``'0'`` through ``'9'``. This is " "equivalent to ``c in string.digits``." msgstr "" +"Comprueba si hay un dígito decimal ASCII, desde ``'0'`` hasta ``'9'``. Esto " +"es equivalente a ``c in string.digits``." #: ../Doc/library/curses.ascii.rst:134 msgid "Checks for ASCII any printable character except space." -msgstr "" +msgstr "Comprueba en ASCII cualquier carácter imprimible excepto el espacio." #: ../Doc/library/curses.ascii.rst:139 msgid "Checks for an ASCII lower-case character." -msgstr "" +msgstr "Comprueba un carácter ASCII en minúscula." #: ../Doc/library/curses.ascii.rst:144 msgid "Checks for any ASCII printable character including space." -msgstr "" +msgstr "Comprueba cualquier carácter imprimible ASCII, incluido el espacio." #: ../Doc/library/curses.ascii.rst:149 msgid "" "Checks for any printable ASCII character which is not a space or an " "alphanumeric character." msgstr "" +"Comprueba si hay algún carácter ASCII imprimible que no sea un espacio o un " +"carácter alfanumérico." #: ../Doc/library/curses.ascii.rst:155 msgid "" "Checks for ASCII white-space characters; space, line feed, carriage return, " "form feed, horizontal tab, vertical tab." msgstr "" +"Comprueba los caracteres de espacio en blanco ASCII; espacio, línea de " +"alimentación, retorno de carro, formulario de alimentación, tabulación " +"horizontal, tabulación vertical." #: ../Doc/library/curses.ascii.rst:161 msgid "Checks for an ASCII uppercase letter." -msgstr "" +msgstr "Comprueba una letra mayúscula ASCII." #: ../Doc/library/curses.ascii.rst:166 msgid "" "Checks for an ASCII hexadecimal digit. This is equivalent to ``c in string." "hexdigits``." msgstr "" +"Comprueba si hay un dígito hexadecimal ASCII. Esto es equivalente a ``c in " +"string.hexdigits``." #: ../Doc/library/curses.ascii.rst:172 msgid "Checks for an ASCII control character (ordinal values 0 to 31)." -msgstr "" +msgstr "Comprueba un carácter de control ASCII (valores ordinales de 0 a 31)" #: ../Doc/library/curses.ascii.rst:177 msgid "Checks for a non-ASCII character (ordinal values 0x80 and above)." msgstr "" +"Comprueba si hay un carácter no ASCII (valores ordinales 0x80 y superiores)." #: ../Doc/library/curses.ascii.rst:179 msgid "" @@ -412,6 +441,9 @@ msgid "" "argument is a string, it is first converted using the built-in function :" "func:`ord`." msgstr "" +"Estas funciones aceptan enteros o cadenas de un solo carácter; cuando el " +"argumento es una cadena de caracteres, primero se convierte utilizando la " +"función *built-in* :func:`ord`." #: ../Doc/library/curses.ascii.rst:182 msgid "" @@ -419,34 +451,45 @@ msgid "" "character of the string you pass in; they do not actually know anything " "about the host machine's character encoding." msgstr "" +"Tenga en cuenta que todas estas funciones verifican los valores de bits " +"ordinales derivados del carácter de la cadena que ingresa; en realidad, no " +"saben nada sobre la codificación de caracteres de la máquina host." #: ../Doc/library/curses.ascii.rst:186 msgid "" "The following two functions take either a single-character string or integer " "byte value; they return a value of the same type." msgstr "" +"Las siguientes dos funciones toman una cadena de un solo carácter o un valor " +"de byte entero; devuelven un valor del mismo tipo." #: ../Doc/library/curses.ascii.rst:192 msgid "Return the ASCII value corresponding to the low 7 bits of *c*." -msgstr "" +msgstr "Retorna el valor ASCII correspondiente a los 7 bits bajos de *c*." #: ../Doc/library/curses.ascii.rst:197 msgid "" "Return the control character corresponding to the given character (the " "character bit value is bitwise-anded with 0x1f)." msgstr "" +"Retorna el carácter de control correspondiente al carácter dado (el valor " +"del bit del carácter es bit a bit (* bitwise-anded*) con 0x1f)." #: ../Doc/library/curses.ascii.rst:203 msgid "" "Return the 8-bit character corresponding to the given ASCII character (the " "character bit value is bitwise-ored with 0x80)." msgstr "" +"Retorna el carácter de 8 bits correspondiente al carácter ASCII dado (el " +"valor del bit de carácter se escribe bit a bit (*bitwise-ored*) con 0x80)." #: ../Doc/library/curses.ascii.rst:206 msgid "" "The following function takes either a single-character string or integer " "value; it returns a string." msgstr "" +"La siguiente función toma una cadena de un solo carácter o un valor entero; " +"devuelve una cadena." #: ../Doc/library/curses.ascii.rst:216 msgid "" @@ -458,6 +501,13 @@ msgid "" "(0x80) set, the meta bit is stripped, the preceding rules applied, and " "``'!'`` prepended to the result." msgstr "" +"Retorna una representación de cadena del carácter ASCII *c*. Si *c* es " +"imprimible, esta cadena es el propio carácter. Si el carácter es un carácter " +"de control (0x00--0x1f) la cadena consta de un signo de intercalación " +"(``'^'``) seguido de la letra mayúscula correspondiente. Si el carácter es " +"una eliminación ASCII (0x7f), la cadena es ``'^?'``. Si el carácter tiene su " +"meta bit establecido (0x80), el meta bit se elimina, se aplican las reglas " +"anteriores y se antepone ``'!'`` al resultado." #: ../Doc/library/curses.ascii.rst:226 msgid "" @@ -465,3 +515,7 @@ msgid "" "two ASCII control characters from 0 (NUL) to 0x1f (US), in order, plus the " "mnemonic ``SP`` for the space character." msgstr "" +"Una matriz de cadena de caracteres de 33 elementos que contiene los " +"mnemónicos ASCII para los treinta y dos caracteres de control ASCII desde 0 " +"(NUL) a 0x1f (US), en orden, más el mnemónico``SP`` para el carácter de " +"espacio."