1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 03:19:36 +01:00

docs: new Crowdin translations (#630)

docs: new Crowdin translations (#630)
This commit is contained in:
verdacciobot 2018-03-16 07:08:06 +01:00 committed by Juan Picado @jotadeveloper
parent 0d5b07f4b9
commit 0c678b9158
4 changed files with 29 additions and 29 deletions

@ -141,11 +141,11 @@ https:
### Proxy
Proxies are special-purpose HTTP servers designed to transfer data from remote servers to local clients.
Proxies tienen propósitos especiales en servidores HTTP diseñados para transferir datos desde servidores remotos a clientes locales.
#### http_proxy and https_proxy
If you have a proxy in your network you can set a `X-Forwarded-For` header using the following properties.
Si ya tienes un proxy en tu red, puedes definir el encabezado `X-Forwarded-For` usando las siguientes propiedades.
```yaml
http_proxy: http://something.local/
@ -154,16 +154,16 @@ https_proxy: https://something.local/
#### no_proxy
This variable should contain a comma-separated list of domain extensions proxy should not be used for.
Esta variable debería contentener una lista de extensiones domínios separados por comas donde el proxy no debería ser usado.
```yaml
http_proxy: http://something.local/
https_proxy: https://something.local/
```
### Notifications
### Notificaciones
Enable notifications to three party tools is fairly easy via web hooks. For more information about this section read the [notifications page](notifications.md).
Habilita notificaciones en aplicaciones a terceros es muy sencillo via web hooks. Para más información sobre esta sección lea [la página de notificaciones](notifications.md).
```yaml
notify:

@ -2,19 +2,19 @@
id: installation
title: "Installation"
---
Verdaccio es una aplicación web multiplataforma, para instalarla al menos necesitas ciertos prerrequisitos.
Verdaccio es una aplicación web multiplataforma. Para instalarlo, necesitas unos pocos prerrequisitos.
#### Prerrequisitos
1. Node mayor que
- Para la versión de `verdaccio@2.x` soportamos desde Node `v4.6.1`.
- Para la versión `verdaccio@3.x` soportamos como mínimo Node `6.12.0`
- En `verdaccio@2.x` Node `v4.6.1` es la versión mínima soportada.
- En `verdaccio@3.x` Node `6.12.0` es la versión mínima soportada.
2. npm `>=3.x` o `yarn`
3. La interfaz web soporta los exploradores `Chrome, Firefox, Edge, and IE9`
3. La interfaz web soporta los exploradores `Chrome, Firefox, Edge, and IE9`.
## Instalando el CLI
`verdaccio` debe ser instalado globamente usando cualquiera de estas opciones
`verdaccio` debe ser instalado globalmente usando uno de los siguientes métodos:
Usando `npm`
@ -30,7 +30,7 @@ yarn global add verdaccio
## Uso Básico
Una vez ha sido instalado solo necesitas ejecutar el comando CLI.
Una vez ha sido instalado, solo necesitas ejecutar un la CLI:
```bash
$> verdaccio
@ -40,8 +40,8 @@ warn --- http address - http://localhost:5555/ - verdaccio/3.0.0
![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif)
Para mas información sobre el CLI por favor [lea la sección cli](cli.md).
Para más información sobre el CLI, por favor [lea la sección cli](cli.md).
## Imagen de Docker
`verdaccio` ofrece una imagen Docker lista para usar, en el mayor de los casos es suficiente con la configuración por defecto, para mas información sobre como instalar la imagen oficial [lea la sección de Docker](docker.md).
`verdaccio` tiene una imagen oficial de docker que puedes usar, y en el mayor de los casos, la configuración por defecto es suficiente. Para mas información sobre como instalar las imagenes oficiales, [lea la sección de docker](docker.md).

@ -2,19 +2,19 @@
id: installation
title: "Instalação"
---
Verdaccio is a multiplatform web application, to install you need at least some prerequisites.
Verdaccio is a multiplatform web application. To install it, you need a few prerequisites.
#### Pré-requisitos
1. Node, acima da versão
- For version `verdaccio@2.x` we support from Node `v4.6.1`.
- For version `verdaccio@3.x` we support as minimum Node `6.12.0`
- For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version.
- For version `verdaccio@3.x` Node `6.12.0` is the minimum supported version.
2. npm `>=3.x` or `yarn`
3. The web interface support browsers `Chrome, Firefox, Edge, and IE9`
3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers.
## Instação
`verdaccio` must be install globaly using any of the most modern
`verdaccio` must be installed globaly using either of the following methods:
Usando `npm`
@ -30,7 +30,7 @@ yarn global add verdaccio
## Como Usar
Assim que instalado, você só precisa executar um único comando na linha de comando.
Once it has been installed, you only need to execute the CLI command:
```bash
$> verdaccio
@ -40,8 +40,8 @@ warn --- http address - http://localhost:5555/ - verdaccio/3.0.0
![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif)
Para mais informações sobre a Linha de Comando, por favor [leia a seção sobre Linha de Comando](cli.md).
For more information about the CLI, please [read the cli section](cli.md).
## Imagem do Docker
`verdaccio` já possui uma imagem para o Docker oficial, na maioria dos casos a configuração padrão já é suficiente. Para mais informações sobre como instalar a imagem oficial, visite a [seção do Docker](docker.md).
`verdaccio` has an official docker image you can use, and in most cases, the default configuration is good enough. For more information about how to install the official image, [read the docker section](docker.md).

@ -2,19 +2,19 @@
id: installation
title: "Installation"
---
Verdaccio 是一个基于 Web 技术的跨平台应用,在安装它之前你需要确保满足以下前提条件
Verdaccio is a multiplatform web application. To install it, you need a few prerequisites.
#### 最低要求:
1. Node.js 版本
- For version `verdaccio@2.x` we support from Node `v4.6.1`.
- For version `verdaccio@3.x` we support as minimum Node `6.12.0`
- For version `verdaccio@2.x` Node `v4.6.1` is the minimum supported version.
- For version `verdaccio@3.x` Node `6.12.0` is the minimum supported version.
2. npm `>=3.x` or `yarn`
3. The web interface support browsers `Chrome, Firefox, Edge, and IE9`
3. The web interface supports the `Chrome, Firefox, Edge, and IE9` browsers.
## 安装
`verdaccio` must be install globaly using any of the most modern
`verdaccio` must be installed globaly using either of the following methods:
使用 `npm`
@ -30,7 +30,7 @@ yarn global add verdaccio
## 基本使用
安装后只需要通过命令行启动即可使用
Once it has been installed, you only need to execute the CLI command:
```bash
$> verdaccio
@ -40,8 +40,8 @@ warn --- http address - http://localhost:5555/ - verdaccio/3.0.0
![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif)
阅读 [命令行文档](cli.md) 以了解更多信息。
For more information about the CLI, please [read the cli section](cli.md).
## Docker 镜像
`Verdaccio` 提供了官方 Docker 镜像可供使用, 默认配置可以满足大多数用户的使用需求,如果希望了解更多有关于如何安装和使用 Docker 镜像的信息,请 [阅读文档中的 Docker 部分](docker.md).
`verdaccio` has an official docker image you can use, and in most cases, the default configuration is good enough. For more information about how to install the official image, [read the docker section](docker.md).