aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-02-16 04:44:31 +0100
committerGitHub <noreply@github.com>2019-02-16 04:44:31 +0100
commit5c78e5cd2c0347873d24e862bfa677bed619bc94 (patch)
treeefe4a64bf97d01fd6c338d32647029628dd718ad
parentcdbf8e8b2540768cc4c82176f6510d8e6ae8f037 (diff)
parentdb351dc67022bc25a109addcf0acbfa4e2ba0d9c (diff)
Merge pull request #3698 from yabirgb/master
Spanish translation of the README
-rw-r--r--README.es.md70
-rw-r--r--README.md2
2 files changed, 71 insertions, 1 deletions
diff --git a/README.es.md b/README.es.md
new file mode 100644
index 00000000..daa1fc09
--- /dev/null
+++ b/README.es.md
@@ -0,0 +1,70 @@
+# sway
+
+[**English**](https://github.com/swaywm/sway/blob/master/README.md#sway--) - [日本語](https://github.com/swaywm/sway/blob/master/README.ja.md#sway--) - [Deutsch](https://github.com/swaywm/sway/blob/master/README.de.md#sway--) - [Ελληνικά](https://github.com/swaywm/sway/blob/master/README.el.md#sway--) - [Français](https://github.com/swaywm/sway/blob/master/README.fr.md#sway--) - [Українська](https://github.com/swaywm/sway/blob/master/README.uk.md#sway--) - [Italiano](https://github.com/swaywm/sway/blob/master/README.it.md#sway--) - [Português](https://github.com/swaywm/sway/blob/master/README.pt.md#sway--) -
+[Русский](https://github.com/swaywm/sway/blob/master/README.ru.md#sway--) - [Български](https://github.com/swaywm/sway/blob/master/README.bg.md#sway--) - [Español](https://github.com/swaywm/sway/blob/master/README.es.md#sway--)
+
+sway es un compositor de [Wayland](http://wayland.freedesktop.org/) compatible con i3.
+Lea el [FAQ](https://github.com/swaywm/sway/wiki). Únase al [canal de IRC](http://webchat.freenode.net/?channels=sway&uio=d4) (#sway on
+irc.freenode.net).
+
+Si quiere apoyar el desarrollo de sway, por favor, contribuya en [la página de Patreon de SirCmpwn](https://patreon.com/sircmpwn).
+
+## Firmas de las versiones
+
+Las distintas versiones están firmadas con [B22DA89A](http://pgp.mit.edu/pks/lookup?op=vindex&search=0x52CB6609B22DA89A)
+y publicadas [en GitHub](https://github.com/swaywm/sway/releases).
+
+## Instalación
+
+### Usando paquetes
+
+Sway está disponible en muchas distribuciones. Pruebe instalando el paquete "sway" desde la suya.
+Si no está disponible, puede consultar [esta documentación](https://github.com/swaywm/sway/wiki/Unsupported-packages)
+y así obtener información acerca de como instalarlo.
+
+Si está interesado en crear un paquete para su distribución, únase al canal de IRC o
+escriba un email a sir@cmpwn.com
+
+### Compilando el código fuente
+
+Instale las dependencias:
+
+* meson \*
+* [wlroots](https://github.com/swaywm/wlroots)
+* wayland
+* wayland-protocols \*
+* pcre
+* json-c
+* pango
+* cairo
+* gdk-pixbuf2 \*\*
+* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) >= 1.8.1 (optional: man pages) \*
+* git \*
+
+_\*Compile-time dep_
+
+_\*\*opcional: necesario para swaybg_
+
+Desde su consola, ejecute las órdenes:
+
+ meson build
+ ninja -C build
+ sudo ninja -C build install
+
+En sistemas sin `logind`, necesitará cambiar los permisos del archivo compilado de sway:
+
+ sudo chmod a+s /usr/local/bin/sway
+
+Sway abandonará los permisos de super-usuario al poco de arrancar.
+
+## Configuración
+
+Si ya utiliza i3, copie su archivo de configuración de i3 a `~/.config/sway/config` y
+sway funcionará sin tener que configurar nada más. En otro caso, copie el archivo de
+configuración básico a `~/.config/sway/config`, normalmente se encuentra en `/etc/sway/config`.
+Ejecute `man 5 sway` para obtener información sobre la configuración.
+
+## Ejecución
+
+Ejecute `sway` desde su consola. Algunos gestores de pantalla pueden funcionar sin estar
+soportados por `sway` (sabemos que gdm funciona bastante bien).
diff --git a/README.md b/README.md
index 239e7e3e..f5173adf 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# sway
[**English**](https://github.com/swaywm/sway/blob/master/README.md#sway--) - [日本語](https://github.com/swaywm/sway/blob/master/README.ja.md#sway--) - [Deutsch](https://github.com/swaywm/sway/blob/master/README.de.md#sway--) - [Ελληνικά](https://github.com/swaywm/sway/blob/master/README.el.md#sway--) - [Français](https://github.com/swaywm/sway/blob/master/README.fr.md#sway--) - [Українська](https://github.com/swaywm/sway/blob/master/README.uk.md#sway--) - [Italiano](https://github.com/swaywm/sway/blob/master/README.it.md#sway--) - [Português](https://github.com/swaywm/sway/blob/master/README.pt.md#sway--) -
-[Русский](https://github.com/swaywm/sway/blob/master/README.ru.md#sway--) - [Български](https://github.com/swaywm/sway/blob/master/README.bg.md#sway--)
+[Русский](https://github.com/swaywm/sway/blob/master/README.ru.md#sway--) - [Български](https://github.com/swaywm/sway/blob/master/README.bg.md#sway--) - [Español](https://github.com/swaywm/sway/blob/master/README.es.md#sway--)
sway is an i3-compatible [Wayland](http://wayland.freedesktop.org/) compositor.
Read the [FAQ](https://github.com/swaywm/sway/wiki). Join the [IRC