[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot
commit 66347a7b2d531d01883ab2f5f1eec68e3f3d49e8
Author: Translation commit bot <translation@xxxxxxxxxxxxxx>
Date: Sun Aug 16 19:45:18 2020 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot
---
contents+es.po | 57 +++++++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 47 insertions(+), 10 deletions(-)
diff --git a/contents+es.po b/contents+es.po
index d0dee55388..4a19c11c12 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -9846,7 +9846,7 @@ msgid ""
msgstr ""
"* Ten en cuenta que ambos, el puerto OR de Tor y su puerto obfs4, deben ser "
"alcanzables. Si tu puente está detrás de un cortafuegos o NAT, asegúrate de "
-"avrir/redirigir ambos puertos. Puedes usar [nuestra "
+"abrir/redirigir ambos puertos. Puedes usar [nuestra "
"prueba](https://bridges.torproject.org/scan/) para ver si tu puerto obfs4 es"
" alcanzable desde el Internet."
@@ -10181,6 +10181,8 @@ msgid ""
"Get the latest version of Tor. If you're on Debian stable, `sudo apt-get "
"install tor` should give you the latest stable version of Tor."
msgstr ""
+"Obtiene la última versión de Tor. Si estás sobre Debian estable, `sudo apt-"
+"get install tor` debiera darte la más reciente versión estable de Tor."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10189,11 +10191,14 @@ msgid ""
"[Download instructions for Ubuntu](https://support.torproject.org/apt/tor-"
"deb-repo/)."
msgstr ""
+"* Nota: **Usuarios de Ubuntu necesitan obtenerlo del repositorio Tor. Por "
+"favor mirar ** [Instrucciones de descarga para "
+"Ubuntu](https://support.torproject.org/apt/tor-deb-repo/)."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
msgid "### 2. Install obfs4proxy"
-msgstr ""
+msgstr "### 2. Instalar obfs4proxy"
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10201,6 +10206,8 @@ msgid ""
"On [Debian](https://packages.debian.org/search?keywords=obfs4proxy), the "
"`obfs4proxy` package is available in unstable, testing, and stable."
msgstr ""
+"En [Debian](https://packages.debian.org/search?keywords=obfs4proxy), el "
+"paquete `obfs4proxy` está disponible como inestable, de prueba y estable."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10208,6 +10215,8 @@ msgid ""
"On [Ubuntu](https://packages.ubuntu.com/search?keywords=obfs4proxy), bionic,"
" cosmic, disco, and eoan have the package."
msgstr ""
+"En [Ubuntu](https://packages.ubuntu.com/search?keywords=obfs4proxy), "
+"biónico, cósmico, disco, y eoan tienen el paquete."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10215,6 +10224,8 @@ msgid ""
"If you're running any of them, `sudo apt-get install obfs4proxy` should "
"work."
msgstr ""
+"Si estás corriendo cualquiera de ellos, `sudo apt-get install obfs4proxy` "
+"debiera funcionar."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10222,6 +10233,8 @@ msgid ""
"If not, you can [build it from "
"source](https://gitlab.com/yawning/obfs4#installation)."
msgstr ""
+"Si no, puedes [compilarlo a partir del código "
+"fuente](https://gitlab.com/yawning/obfs4#installation)."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10233,16 +10246,18 @@ msgid ""
"### 3. Edit your Tor config file, usually located at `/etc/tor/torrc` and "
"replace its content with:"
msgstr ""
+"### 3. Edita tu archivo de configuración Tor, usualmente ubicado en "
+"`/etc/tor/torrc`, y reemplaza su contenido con:"
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
msgid "# Replace \"TODO1\" with a Tor port of your choice."
-msgstr ""
+msgstr "# Reemplaza \"TODO1\" con un puerto Tor de tu elección."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
msgid "# This port must be externally reachable."
-msgstr ""
+msgstr "# Este puerto debe ser externamente alcanzable."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10250,6 +10265,8 @@ msgid ""
"# Avoid port 9001 because it's commonly associated with Tor and censors may "
"be scanning the Internet for this port."
msgstr ""
+"# Evita el puerto 9001, porque comúnmente está asociado con Tor, y los "
+"censores pueden estar escaneando Internet por el mismo."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10259,7 +10276,7 @@ msgstr "ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy"
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
msgid "# Replace \"TODO2\" with an obfs4 port of your choice."
-msgstr ""
+msgstr "# Reemplaza \"TODO2\" con un puerto obfs4 de tu elección."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10267,6 +10284,8 @@ msgid ""
"# This port must be externally reachable and must be different from the one "
"specified for ORPort."
msgstr ""
+"# Este puerto debe ser externamente alcanzable, y debe ser diferente del "
+"especificado para ORPort."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10274,6 +10293,8 @@ msgid ""
"# \"Ext\" means \"extended\", not \"external\". Don't try to set a specific"
" port number, nor listen on 0.0.0.0."
msgstr ""
+"# \"Ext\" significa \"extendido\", no \"externo\". No intentes establecer "
+"un número de puerto especÃfico, ni escuchar en 0.0.0.0."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10281,11 +10302,13 @@ msgid ""
"# Replace \"<address@xxxxxxxxx>\" with your email address so we can contact "
"you if there are problems with your bridge."
msgstr ""
+"# Reemplaza \"<address@xxxxxxxxx>\" con tu dirección de correo electrónico, "
+"de manera que podamos contactarte si hay problemas con tu puente."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
msgid "# This is optional but encouraged."
-msgstr ""
+msgstr "# Esto es opcional, pero te alentamos a que lo hagas."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10294,22 +10317,29 @@ msgid ""
"or 443), you will need to give obfs4 `CAP_NET_BIND_SERVICE` capabilities to "
"bind the port with a non-root user:"
msgstr ""
+"* Si decides usar un puerto obfs4 fijo menor que 1024 (por ejemplo 80 o "
+"443), necesitarás darle a obfs4 la capacidad `CAP_NET_BIND_SERVICE`, para "
+"enlazar el puerto con un usuario no privilegiado:"
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
msgid "`sudo setcap cap_net_bind_service=+ep /usr/bin/obfs4proxy`"
-msgstr ""
+msgstr "`sudo setcap cap_net_bind_service=+ep /usr/bin/obfs4proxy`"
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
msgid "* Note that both Tor's OR port and its obfs4 port must be reachable."
msgstr ""
+"* Ten en cuenta que tanto el puerto OR de Tor como el puerto obfs4 deben ser"
+" alcanzables."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
msgid ""
"If your bridge is behind a firewall or NAT, make sure to open both ports."
msgstr ""
+"Si tu puente está detrás de un cortafuegos o NAT, asegúrate de abrir ambos "
+"puertos."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10317,6 +10347,8 @@ msgid ""
"You can use [our reachability test](https://bridges.torproject.org/scan/) to"
" see if your obfs4 port is reachable from the Internet."
msgstr ""
+"Puedes usar [nuestra prueba](https://bridges.torproject.org/scan/) para ver "
+"si tu puerto obfs4 es alcanzable desde el Internet."
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10326,6 +10358,11 @@ msgid ""
"`/lib/systemd/system/tor@.service` and then run `systemctl daemon-reload`. "
"(see [bug #18356](https://trac.torproject.org/projects/tor/ticket/18356))"
msgstr ""
+"También necesitarás establecer `NoNewPrivileges=no` en "
+"`/lib/systemd/system/tor@default.service` y "
+"`/lib/systemd/system/tor@.service`, y luego correr `systemctl daemon-"
+"reload`. (ver [error "
+"#18356](https://trac.torproject.org/projects/tor/ticket/18356))"
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10334,14 +10371,14 @@ msgstr ""
#: https//community.torproject.org/relay/setup/bridge/fedora/
#: (content/relay-operations/technical-setup/bridge/fedora/contents+en.lrpage.body)
msgid "### 4. Restart tor"
-msgstr ""
+msgstr "### 4. Reiniciar Tor"
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
#: https//community.torproject.org/relay/setup/bridge/centos-rhel-opensuse/
#: (content/relay-operations/technical-setup/bridge/centos-rhel-opensuse/contents+en.lrpage.body)
msgid "`systemctl restart tor`"
-msgstr ""
+msgstr "`systemctl restart tor`"
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
@@ -10352,7 +10389,7 @@ msgstr ""
#: https//community.torproject.org/relay/setup/bridge/openbsd/
#: (content/relay-operations/technical-setup/bridge/openbsd/contents+en.lrpage.body)
msgid "### 5. Monitor your logs"
-msgstr ""
+msgstr "### 5. Monitorea tus registros"
#: https//community.torproject.org/relay/setup/bridge/debian-ubuntu/
#: (content/relay-operations/technical-setup/bridge/debian-ubuntu/contents+en.lrpage.body)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits