-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
pages.es/windows/*: add Spanish translation #16716
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
base: main
Are you sure you want to change the base?
Conversation
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
> Una utilidad de PowerShell para agregar un paquete de aplicación firmado (`.appx`, `.msix`, `.appxbundle` y `.msixbundle`) a una cuenta de usuario. | ||
> Más información: <https://learn.microsoft.com/powershell/module/appx/Add-AppxPackage>. | ||
|
||
- Agregar un paquete de aplicación: |
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.
- Agregar un paquete de aplicación: | |
- Agrega un paquete de aplicación: |
|
||
`Add-AppxPackage -Path {{ruta\al\paquete.msix}}` | ||
|
||
- Agregar un paquete de aplicación con dependencias: |
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.
- Agregar un paquete de aplicación con dependencias: | |
- Agrega un paquete de aplicación con dependencias: |
|
||
`Add-AppxPackage -Path {{ruta\al\paquete.msix}} -DependencyPath {{ruta\al\dependencias.msix}}` | ||
|
||
- Instalar una aplicación utilizando el archivo del instalador de la aplicación: |
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.
- Instalar una aplicación utilizando el archivo del instalador de la aplicación: | |
- Instala una aplicación utilizando el archivo del instalador de la aplicación: |
|
||
`Add-AppxPackage -AppInstallerFile {{ruta\al\app.appinstaller}}` | ||
|
||
- Agregar un paquete no firmado: |
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.
- Agregar un paquete no firmado: | |
- Agrega un paquete no firmado: |
> Muestra o cambia las asociaciones entre extensiones de archivo y tipos de archivo. | ||
> Más información: <https://learn.microsoft.com/windows-server/administration/windows-commands/assoc>. | ||
|
||
- Listar todas las asociaciones entre extensiones de archivo y tipos de 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.
- Listar todas las asociaciones entre extensiones de archivo y tipos de archivo: | |
- Lista todas las asociaciones entre extensiones de archivo y tipos de archivo: |
|
||
`assoc` | ||
|
||
- Mostrar el tipo de archivo asociado para una extensión específica: |
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.
- Mostrar el tipo de archivo asociado para una extensión específica: | |
- Muestra el tipo de archivo asociado para una extensión específica: |
|
||
`assoc {{.txt}}` | ||
|
||
- Establecer el tipo de archivo asociado para una extensión específica: |
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.
- Establecer el tipo de archivo asociado para una extensión específica: | |
- Establece el tipo de archivo asociado para una extensión específica: |
> Muestra o cambia los atributos de archivos o directorios. | ||
> Más información: <https://learn.microsoft.com/windows-server/administration/windows-commands/attrib>. | ||
|
||
- Mostrar todos los atributos establecidos de los archivos en el directorio actual: |
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.
- Mostrar todos los atributos establecidos de los archivos en el directorio actual: | |
- Muestra todos los atributos establecidos de los archivos en el directorio actual: |
|
||
`attrib` | ||
|
||
- Mostrar todos los atributos establecidos de los archivos en un directorio específico: |
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.
- Mostrar todos los atributos establecidos de los archivos en un directorio específico: | |
- Muestra todos los atributos establecidos de los archivos en un directorio específico: |
|
||
`attrib {{ruta\al\directorio}}` | ||
|
||
- Mostrar todos los atributos establecidos de archivos y [d]irectorios en el directorio actual: |
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.
- Mostrar todos los atributos establecidos de archivos y [d]irectorios en el directorio actual: | |
- Muestra todos los atributos establecidos de archivos y [d]irectorios en el directorio actual: |
|
||
`attrib /d` | ||
|
||
- Mostrar todos los atributos establecidos de los archivos en el directorio actual y [s]ubdirectorios: |
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.
- Mostrar todos los atributos establecidos de los archivos en el directorio actual y [s]ubdirectorios: | |
- Muestra todos los atributos establecidos de los archivos en el directorio actual y [s]ubdirectorios: |
@@ -0,0 +1,12 @@ | |||
# nfsstat | |||
|
|||
> Mostrar o restablecer el número de llamadas realizadas al servidor NFS. |
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.
> Mostrar o restablecer el número de llamadas realizadas al servidor NFS. | |
> Muestra o restablece el número de llamadas realizadas al servidor NFS. |
> Mostrar o restablecer el número de llamadas realizadas al servidor NFS. | ||
> Más información: <https://learn.microsoft.com/windows-server/administration/windows-commands/nfsstat>. | ||
|
||
- Mostrar el número registrado de llamadas realizadas al servidor NFS: |
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.
- Mostrar el número registrado de llamadas realizadas al servidor NFS: | |
- Muestra el número registrado de llamadas realizadas al servidor NFS: |
|
||
`nfsstat` | ||
|
||
- Restablecer el número registrado de llamadas realizadas al servidor NFS: |
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.
- Restablecer el número registrado de llamadas realizadas al servidor NFS: | |
- Restablece el número registrado de llamadas realizadas al servidor NFS: |
|
||
> En PowerShell, este comando es un alias de `New-Item`. | ||
|
||
- Ver la documentación del comando original: |
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.
- Ver la documentación del comando original: | |
- Vea la documentación del comando original: |
> Herramientas de línea de comandos para Octopus Deploy. | ||
> Más información: <https://octopus.com/docs/octopus-rest-api/octo.exe-command-line>. | ||
|
||
- Crear un paquete: |
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.
- Crear un paquete: | |
- Crea un paquete: |
|
||
`octo pack --id={{paquete}}` | ||
|
||
- Subir un paquete a un repositorio en el servidor de Octopus: |
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.
- Subir un paquete a un repositorio en el servidor de Octopus: | |
- Sube un paquete a un repositorio en el servidor de Octopus: |
|
||
- Crear una versión: |
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.
- Crear una versión: | |
- Crea una versión: |
|
||
`octo create-release --project={{nombre_del_proyecto}} --packageversion={{versión}}` | ||
|
||
- Desplegar una versión: |
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.
- Desplegar una versión: | |
- Despliega una versión: |
> Enviar un mensaje a un usuario o sesión. | ||
> Más información: <https://learn.microsoft.com/windows-server/administration/windows-commands/msg>. | ||
|
||
- Enviar un mensaje a un usuario o sesión especificada: |
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.
- Enviar un mensaje a un usuario o sesión especificada: | |
- Envía un mensaje a un usuario o sesión especificada: |
|
||
`msg {{nombre_de_usuario|nombre_de_sesión|id_de_sesión}} {{mensaje}}` | ||
|
||
- Enviar un mensaje desde `stdin`: |
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.
- Enviar un mensaje desde `stdin`: | |
- Envía un mensaje desde `stdin`: |
|
||
`echo "{{mensaje}}" | msg {{nombre_de_usuario|nombre_de_sesión|id_de_sesión}}` | ||
|
||
- Enviar un mensaje a un servidor específico: |
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.
- Enviar un mensaje a un servidor específico: | |
- Envía un mensaje a un servidor específico: |
|
||
`msg /server:{{nombre_del_servidor}} {{nombre_de_usuario|nombre_de_sesión|id_de_sesión}}` | ||
|
||
- Enviar un mensaje a todos los usuarios de la máquina actual: |
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.
- Enviar un mensaje a todos los usuarios de la máquina actual: | |
- Envía un mensaje a todos los usuarios de la máquina actual: |
|
||
`msg *` | ||
|
||
- Establecer un retraso en segundos para un mensaje: |
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.
- Establecer un retraso en segundos para un mensaje: | |
- Establece un retraso en segundos para un mensaje: |
@@ -0,0 +1,20 @@ | |||
# msiexec | |||
|
|||
> Instalar, actualizar, reparar o desinstalar programas de Windows utilizando archivos de paquetes MSI y MSP. |
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.
> Instalar, actualizar, reparar o desinstalar programas de Windows utilizando archivos de paquetes MSI y MSP. | |
> Instala, actualiza, repara o desinstala programas de Windows utilizando archivos de paquetes MSI y MSP. |
Co-authored-by: Darío Hereñú <[email protected]>
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. |
> Instalar, actualizar, reparar o desinstalar programas de Windows utilizando archivos de paquetes MSI y MSP. | ||
> Más información: <https://learn.microsoft.com/windows-server/administration/windows-commands/msiexec>. | ||
|
||
- Instalar un programa desde su paquete MSI: |
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.
- Instalar un programa desde su paquete MSI: | |
- Instala un programa desde su paquete MSI: |
|
||
`msiexec /package {{ruta\al\archivo.msi}}` | ||
|
||
- Instalar un paquete MSI desde un sitio web: |
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.
- Instalar un paquete MSI desde un sitio web: | |
- Instala un paquete MSI desde un sitio web: |
|
||
`msiexec /package {{https://ejemplo.com/instalador.msi}}` | ||
|
||
- Instalar un archivo de parche MSP: |
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.
- Instalar un archivo de parche MSP: | |
- Instala un archivo de parche MSP: |
|
||
`msiexec /update {{ruta\al\archivo.msp}}` | ||
|
||
- Desinstalar un programa o parche utilizando su respectivo archivo MSI o MSP: |
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.
- Desinstalar un programa o parche utilizando su respectivo archivo MSI o MSP: | |
- Desinstala un programa o parche utilizando su respectivo archivo MSI o MSP: |
|
||
> En PowerShell, este comando es un alias de `Remove-Item`. | ||
|
||
- Ver la documentación del comando original: |
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.
- Ver la documentación del comando original: | |
- Vea la documentación del comando original: |
|
||
> En PowerShell, este comando es un alias de `Remove-Item`. | ||
|
||
- Ver la documentación del comando original: |
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.
- Ver la documentación del comando original: | |
- Vea la documentación del comando original: |
> En PowerShell, este comando es un alias de `Remove-Item`. Esta documentación está basada en la versión de Símbolo del sistema (`cmd`) de `rmdir`. | ||
> Más información: <https://learn.microsoft.com/windows-server/administration/windows-commands/rmdir>. | ||
|
||
- Ver la documentación del comando equivalente en PowerShell: |
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.
- Ver la documentación del comando equivalente en PowerShell: | |
- Vea la documentación del comando equivalente en PowerShell: |
|
||
`tldr remove-item` | ||
|
||
- Eliminar un directorio vacío: |
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.
- Eliminar un directorio vacío: | |
- Elimina un directorio vacío: |
Hey @kant, I may be wrong but, I put Spanish verbs on infinitive because on the main English /pages/ directory they are displayed like that. For example, 'Add an app package:' translates to 'Agregar un paquete de aplicación:' in Spanish. If it were 'Adds an app package:', then it would be 'Agrega un paquete de aplicación:' (what you are reviewing). I'm just trying to keep it consistent with the original. |
|
||
`rmdir {{ruta\al\directorio}}` | ||
|
||
- Eliminar un directorio y su contenido de forma recursiva: |
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.
- Eliminar un directorio y su contenido de forma recursiva: | |
- Elimina un directorio y su contenido de forma recursiva: |
|
||
`rmdir {{ruta\al\directorio}} /s` | ||
|
||
- Eliminar un directorio y su contenido de forma recursiva sin pedir confirmación: |
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.
- Eliminar un directorio y su contenido de forma recursiva sin pedir confirmación: | |
- Elimina un directorio y su contenido de forma recursiva sin pedir confirmación: |
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.
Too big to review. Are these files created by hand or AI-generated?
@Starsoon follow the |
All by hand, I can review them again to check coherence. Spanish is my main language, according to me this is correct, but I'll double-check now. |
Will check guidelines again to make sure everything is in order. Not AI. |
common
,linux
,osx
,windows
,sunos
,android
, etc.