arch: add Spanish translation (#11593)

* arch: add Spanish translation

* arch: fix spacing in Spanish translation

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* arch: minor fix in "See also" description

Signed-off-by: GitHub <noreply@github.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
pull/23/head
Darío Hereñú 2023-11-29 01:59:40 -03:00 committed by GitHub
parent 7d884ea5d9
commit 01e85a1e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 4 deletions

17
pages.es/osx/arch.md Normal file
View File

@ -0,0 +1,17 @@
# arch
> Muestra el nombre de la arquitectura del sistema, o ejecuta un comando bajo una arquitectura diferente.
> Véase también: `uname`.
> Más información: <https://www.unix.com/man-page/osx/1/arch/>.
- Muestra la arquitectura del sistema:
`arch`
- Ejecuta un comando usando x86_64:
`arch -x86_64 "{{comando}}"`
- Ejecuta un comando usando arm:
`arch -arm64 "{{comando}}"`

View File

@ -1,7 +1,7 @@
# arch
> Exibe o nome da arquitetura do sistema ou executa um comando em uma arquitetura diferente.
> Veja também `uname`.
> Veja também: `uname`.
> Mais informações: <https://www.unix.com/man-page/osx/1/arch/>.
- Exibir o nome da arquitetura do sistema:

View File

@ -1,7 +1,7 @@
# arch
> Mostra o nome da arquitetura do sistema, ou executa um comando utilizando uma arquitetura escolhida.
> Ver também `uname`.
> Ver também: `uname`.
> Mais informações: <https://www.unix.com/man-page/osx/1/arch/>.
- Mostra o nome da arquitetura do sistema:

View File

@ -1,7 +1,7 @@
# arch
> 显示系统架构的名称,或者在不同的架构下运行命令。
> 另见 `uname`.
> 另见: `uname`.
> 更多信息:<https://www.unix.com/man-page/osx/1/arch/>.
- 显示系统的架构:

View File

@ -1,7 +1,7 @@
# arch
> Display the name of the system architecture, or run a command under a different architecture.
> See also `uname`.
> See also: `uname`.
> More information: <https://www.unix.com/man-page/osx/1/arch/>.
- Display the system's architecture: