-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
pages.es/linux/a*: add Spanish translations #15742
base: main
Are you sure you want to change the base?
Conversation
Hello! I've noticed something unusual when checking this PR:
Is this intended? If so, just ignore this comment. Otherwise, please double-check the commits. |
I double-checked these three files and couldn't spot "something unusual" with the files. They are all based on the English version of the files. Same line count, same information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's probably this
pages.es/linux/arch-chroot.md
Outdated
|
||
- Especifica el usuario (distinto del actual) para ejecutar el intérprete de comandos: | ||
|
||
`arch-chroot -u {{usuario}} {{ruta/al/nuevo/raiz}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`arch-chroot -u {{usuario}} {{ruta/al/nuevo/raiz}}` | |
`arch-chroot -u {{usuario}} {{ruta/a/nueva/raíz}}` |
pages.es/linux/arch-chroot.md
Outdated
|
||
- Ejecuta un comando personalizado (en lugar de Bash) en el nuevo directorio raíz: | ||
|
||
`arch-chroot {{ruta/al/nuevo/raiz}} {{comando}} {{argumentos_del_comando}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`arch-chroot {{ruta/al/nuevo/raiz}} {{comando}} {{argumentos_del_comando}}` | |
`arch-chroot {{ruta/a/nueva/raíz}} {{comando}} {{argumentos_del_comando}}` |
pages.es/linux/arch-chroot.md
Outdated
|
||
- Especifica un intérprete de comandos distinto de Bash (en este caso, el paquete `zsh` debe estar instalado en el sistema de destino): | ||
|
||
`arch-chroot {{ruta/al/nuevo/raiz}} {{zsh}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`arch-chroot {{ruta/al/nuevo/raiz}} {{zsh}}` | |
`arch-chroot {{ruta/a/nueva/raíz}} {{zsh}}` |
pages.es/linux/arecord.md
Outdated
|
||
`arecord --list-devices` | ||
|
||
- Permite una interfaz interactiva (por ejemplo, usa la barra espaciadora o enter para reproducir o pausar): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Permite una interfaz interactiva (por ejemplo, usa la barra espaciadora o enter para reproducir o pausar): | |
- Permite una interfaz interactiva (por ejemplo, usa la barra espaciadora o tecla Entrar para reproducir o pausar): |
pages.es/linux/ark.md
Outdated
|
||
`ark --batch --destination {{ruta/al/directorio}} {{ruta/al/archivo}}` | ||
|
||
- Crea un archivo si no existe y agrega archivos específicos a él: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Crea un archivo si no existe y agrega archivos específicos a él: | |
- Crea un archivo si no existe y agrega archivos específicos al mismo: |
pages.es/linux/arpaname.md
Outdated
|
||
- Traduce direcciones IP (IPv4 e IPv6) al nombre ARPA correspondiente: | ||
|
||
`arpaname {{direccion_ip}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`arpaname {{direccion_ip}}` | |
`arpaname {{dirección_ip}}` |
pages.es/linux/as.md
Outdated
|
||
`as {{ruta/al/archivo.s}} -o {{ruta/al/archivo_salida.o}}` | ||
|
||
- Genera la salida más rápido omitiendo el preprocesamiento de espacios en blanco y comentarios. (Solo debe usarse con compiladores de confianza): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Genera la salida más rápido omitiendo el preprocesamiento de espacios en blanco y comentarios. (Solo debe usarse con compiladores de confianza): | |
- Genera la salida más rápida omitiendo el preprocesamiento de espacios en blanco y comentarios. (Solo debe usarse con compiladores de confianza): |
pages.es/linux/asterisk.md
Outdated
> Ejecuta y administra instancias de servidores telefónicos e intercambiadores (teléfonos). | ||
> Más información: <https://docs.asterisk.org>. | ||
|
||
- [R]econécta a un servidor en ejecución y activa el registro con 3 niveles de [v]erbosidad: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [R]econécta a un servidor en ejecución y activa el registro con 3 niveles de [v]erbosidad: | |
- [R]econecta a un servidor en ejecución y activa el registro con 3 niveles de [v]erbosidad: |
pages.es/linux/asterisk.md
Outdated
|
||
`asterisk -r -vvv` | ||
|
||
- [R]econécta a un servidor en ejecución, ejecuta un solo comando y regresa: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [R]econécta a un servidor en ejecución, ejecuta un solo comando y regresa: | |
- [R]econecta a un servidor en ejecución, ejecuta un solo comando y regresa: |
pages.es/linux/atool.md
Outdated
@@ -0,0 +1,20 @@ | |||
# atool | |||
|
|||
> Administra archivos comprimidos de varios formatos. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> Administra archivos comprimidos de varios formatos. | |
> Administra archivos comprimidos en varios formatos. |
pages.es/linux/ausyscall.md
Outdated
|
||
`ausyscall {{patrón_de_búsqueda}}` | ||
|
||
- Muestra el nombre de una llamada al sistema específica a partir de su número: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Muestra el nombre de una llamada al sistema específica a partir de su número: | |
- Muestra el nombre de una llamada al sistema específico a partir de su número: |
pages.es/linux/autorecon.md
Outdated
|
||
- Realiza reconocimiento sobre el(los) objetivo(s) desde un archivo: | ||
|
||
`sudo autorecon --target-file {{ruta/a/archivo}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`sudo autorecon --target-file {{ruta/a/archivo}}` | |
`sudo autorecon --target-file {{ruta/al/archivo}}` |
pages.es/linux/avifenc.md
Outdated
|
||
- Convierte una imagen PNG específica a AVIF: | ||
|
||
`avifenc {{rual/a/entrada.png}} {{ruta/a/salida.avif}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`avifenc {{rual/a/entrada.png}} {{ruta/a/salida.avif}}` | |
`avifenc {{ruta/a/entrada.png}} {{ruta/a/salida.avif}}` |
Right. Do not translate example.com. See here |
@kant Can you please use the "Start a review" button so you don't spam emails every 3 minutes? |
Co-authored-by: Darío Hereñú <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
common
,linux
,osx
,windows
,sunos
,android
, etc.