Skip to content

Traducido howto/ipaddress.po #978

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Oct 6, 2020
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
eflipe and cmaureir authored Oct 6, 2020
commit b9152947636e2efb05216db048f37f782c0787a1
18 changes: 9 additions & 9 deletions howto/ipaddress.po
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ msgstr ""

#: ../Doc/howto/ipaddress.rst:82
msgid "Defining Networks"
msgstr "Definición de Redes"
msgstr "Definiendo Redes"

#: ../Doc/howto/ipaddress.rst:84
msgid ""
Expand Down Expand Up @@ -190,8 +190,8 @@ msgid ""
"the constructor::"
msgstr ""
"De forma predeterminada, al intentar crear un objeto de red con los bits de "
"host establecidos, se generará un :exc:`ValueError`. Para solicitar que los "
"bits adicionales se coaccionen a cero, el indicador ``strict=False`` se "
"host establecidos, se lanzará un :exc:`ValueError`. Para solicitar que los "
"bits adicionales se coaccionen a cero, el flag ``strict=False`` se "
"puede pasar al constructor::"

#: ../Doc/howto/ipaddress.rst:119
Expand All @@ -201,7 +201,7 @@ msgid ""
"network is considered to contain only the single address identified by the "
"integer, so the network prefix includes the entire network address::"
msgstr ""
"Si bien el formulario de cadena ofrece mucha más flexibilidad, las redes "
"Si bien la forma de cadena de caracteres ofrece mucha más flexibilidad, las redes "
"también se pueden definir con enteros, al igual que las direcciones de host. "
"En este caso, se considera que la red contiene solo la dirección única "
"identificada por el entero, por lo que el prefijo de red incluye toda la "
Expand All @@ -218,7 +218,7 @@ msgstr ""

#: ../Doc/howto/ipaddress.rst:135
msgid "Host Interfaces"
msgstr "Interfaces de host"
msgstr "Interfaces de Host"

#: ../Doc/howto/ipaddress.rst:137
msgid ""
Expand Down Expand Up @@ -252,7 +252,7 @@ msgstr ""

#: ../Doc/howto/ipaddress.rst:157
msgid "Inspecting Address/Network/Interface Objects"
msgstr "Inspección de objetos de dirección/red/interfaz"
msgstr "Inspeccionando objetos Dirección/Red/Interfaz (*Address/Network/Interface*)"

#: ../Doc/howto/ipaddress.rst:159
msgid ""
Expand All @@ -266,15 +266,15 @@ msgstr ""

#: ../Doc/howto/ipaddress.rst:163
msgid "Extracting the IP version::"
msgstr "Extracción de la versión de IP::"
msgstr "Extrayendo la versión IP::"

#: ../Doc/howto/ipaddress.rst:172
msgid "Obtaining the network from an interface::"
msgstr "Obtención de la red desde una interfaz::"
msgstr "Obteniendo la red desde una interfaz::"

#: ../Doc/howto/ipaddress.rst:181
msgid "Finding out how many individual addresses are in a network::"
msgstr "Averiguar cuántas direcciones individuales hay en una red::"
msgstr "Averiguando cuántas direcciones individuales hay en una red::"

#: ../Doc/howto/ipaddress.rst:190
msgid "Iterating through the \"usable\" addresses on a network::"
Expand Down