0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

New Crowdin translations (#463)

* New translations docker.md (Spanish)

* New translations docker.md (Spanish)

* New translations docker.md (Spanish)

* New translations en.json (Portuguese, Brazilian)

* New translations install.md (Portuguese, Brazilian)

* New translations cli.md (Portuguese, Brazilian)

* New translations config.md (Portuguese, Brazilian)

* New translations install.md (Portuguese, Brazilian)
This commit is contained in:
verdacciobot 2018-01-11 06:23:50 +01:00 committed by Juan Picado @jotadeveloper
parent 32273eb60e
commit 3ea7f9a45f
5 changed files with 57 additions and 57 deletions

View file

@ -1,8 +1,8 @@
{
"_comment": "This file is auto-generated by write-translations.js",
"localized-strings": {
"next": "Next",
"previous": "Previous",
"next": "Próximo",
"previous": "Anterior",
"tagline": "A lightweight private npm proxy registry",
"ansible": "Installing with Ansible",
"authentification": "Authentification",
@ -10,31 +10,31 @@
"cli": "Command Line Tool",
"configuration": "Configuration File",
"contributing": "Contributing Verdaccio",
"dev-plugins": "Developing Plugins",
"dev-plugins": "Criando Plugins",
"docker": "Docker",
"home": "Verdaccio npm proxy private registry",
"iss-server": "Installing on IIS server",
"installation": "Installation",
"iss-server": "Instalando em um Servidor ISS",
"installation": "Instalação",
"kubernetes": "Kubernetes",
"logger": "Logger",
"notifications": "Notifications",
"packages": "Package Access",
"plugins": "Plugins",
"protect-your-dependencies": "Protecting packages",
"source-code": "Source Code",
"source-code": "Código Fonte",
"reverse-proxy": "Reverse Proxy Setup",
"server-configuration": "Server Configuration",
"ssl": "Set up the SSL Certificates",
"unit-testing": "Unit Testing",
"uplinks": "Uplinks",
"use-cases": "Use Cases",
"webui": "Web User Interface",
"windows": "Installing As a Windows Service",
"webui": "Interface Web",
"windows": "Instalando como um Serviço no Windows",
"Docs": "Docs",
"Help": "Help",
"Help": "Ajuda",
"Blog": "Blog",
"Introduction": "Introduction",
"Configuration": "Configuration",
"Introduction": "Introdução",
"Configuration": "Configuração",
"Server": "Server",
"Plugins": "Plugins",
"DevOps": "DevOps",
@ -42,15 +42,15 @@
"Guides": "Guides"
},
"pages-strings": {
"Learn more using the [documentation on this site.](/test-site/docs/en/doc1.html)|no description given": "Learn more using the [documentation on this site.](/test-site/docs/en/doc1.html)",
"Browse Docs|no description given": "Browse Docs",
"Ask questions about the documentation and project|no description given": "Ask questions about the documentation and project",
"Join the community|no description given": "Join the community",
"Find out what's new with this project|no description given": "Find out what's new with this project",
"Stay up to date|no description given": "Stay up to date",
"Need help?|no description given": "Need help?",
"This project is maintained by a dedicated group of people.|statement made to reader": "This project is maintained by a dedicated group of people.",
"Help Translate|recruit community translators for your project": "Help Translate",
"Learn more using the [documentation on this site.](/test-site/docs/en/doc1.html)|no description given": "Descubra mais lendo a [documentação neste site.](/test-site/docs/en/doc1.html)",
"Browse Docs|no description given": "Documentação",
"Ask questions about the documentation and project|no description given": "Faça perguntas sobre a documentação e o projeto",
"Join the community|no description given": "Faça parte",
"Find out what's new with this project|no description given": "Descubra todas as novidades sobre o projeto",
"Stay up to date|no description given": "Saiba as Novidades",
"Need help?|no description given": "Precisa de Ajuda?",
"This project is maintained by a dedicated group of people.|statement made to reader": "Este projeto é mantido por um grupo dedicado de pessoas.",
"Help Translate|recruit community translators for your project": "Ajude-nos a Traduzir",
"Edit this Doc|recruitment message asking to edit the doc source": "Edit",
"Translate this Doc|recruitment message asking to translate the docs": "Translate"
}

View file

@ -2,57 +2,57 @@
id: docker
title: Docker
---
To pull the latest pre-built [docker image](https://hub.docker.com/r/verdaccio/verdaccio/):
Para descargar la última [imagen de Docker](https://hub.docker.com/r/verdaccio/verdaccio/):
`docker pull verdaccio/verdaccio`
## Tagged Versions
## Versiones con Etiquetas
Since version `v2.x` you can pull docker images by [tag](https://hub.docker.com/r/verdaccio/verdaccio/tags/), as follows:
Desde la versión `v2.x` puedes descargar imágenes de Docker [por etiquetas](https://hub.docker.com/r/verdaccio/verdaccio/tags/), a como se define aquí:
For a major version:
Para la versión mayor:
```bash
docker pull verdaccio/verdaccio:2
```
For a minor version:
Para la versión menor:
```bash
docker pull verdaccio/verdaccio:2.1
```
For a specific (patch) version:
Para un (parche) especifico:
```bash
docker pull verdaccio/verdaccio:2.1.7
```
For the next major release using the `beta` version.
Para el próximo mayor lanzamiento usando la versión `beta`.
```bash
docker pull verdaccio/verdaccio:beta
```
The Canary version (master branch) is tagged as `next`
Para la versión no estable (master branch) se etiqueta como ` next`
```bash
docker pull verdaccio/verdaccio:next
```
## Running verdaccio using Docker
## Ejecutando verdaccio usando Docker
To run the docker container:
Para ejecutar el contenedor de Docker:
```bash
docker run -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio
```
The last argument defines which image to use. The above line will pull the latest prebuilt image from dockerhub, if you haven't done that already.
El último argumento define cual imagen se usará. La linea anterior descargara la ultima imagen desde dockerhub, si you no lo has echo aún.
If you have [build an image locally](#build-your-own-docker-image) use `verdaccio` as the last argument.
Si has[construido la imagen localmente](#build-your-own-docker-image)usa solamente ` http://www. verdaccio. org/verdaccio/` como último argumento.
You can use `-v` to mount `conf` and `storage` to the hosts filesystem:
Puedes usar `-v` para montar ` conf` y ` storage` como volúmenes externos:
```bash
V_PATH=/path/for/verdaccio; docker run -it --rm --name verdaccio -p 4873:4873 \

View file

@ -1,16 +1,16 @@
---
id: cli
title: Command Line Tool
title: Utilitário na Linha de Comando
---
The verdaccio CLI is your go start the application.
A linha de comando é por onde você pode controlar toda a sua instalação Verdaccio.
## Commands
## Comandos
```bash
$ verdaccio --listen 4000 --config ./config.yaml
```
| Command | Default | Example | Description |
| ------------------ | ------------------------------ | ------------- | ---------------------- |
| --listen \ **-l** | 4873 | -p 7000 | http port |
| --config \ **-c** | ~/.local/verdaccio/config.yaml | ~/config.yaml | the configuration file |
| Comando | Padrão | Exemplo | Descrição |
| ------------------ | ------------------------------ | ------------- | ------------------------- |
| --listen \ **-l** | 4873 | -p 7000 | porta http |
| --config \ **-c** | ~/.local/verdaccio/config.yaml | ~/config.yaml | o arquivo de configuração |

View file

@ -1,12 +1,12 @@
---
id: configuration
title: Configuration File
title: Arquivo de Configuração
---
This file is the cornerstone of verdaccio where you can modify the default behaviour, enable plugins and extend features.
A default configuration file is created the very first time you run `verdaccio`.
## Default Configuration
## Configuração Padrão
The default configuration has support for **scoped** packages and allow any user to access all packages but only **authenticated users to publish**.
@ -29,7 +29,7 @@ logs:
- {type: stdout, format: pretty, level: http}
```
## Sections
## Seções
The following sections explain what means each property and the different options.

View file

@ -1,27 +1,27 @@
---
id: installation
title: Installation
title: Instalação
---
Verdaccio is a multiplatform web application, to install you need at least some prerequisites.
#### Prerequisites
#### Pré-requisitos
1. Node higher than
- For version *2.x* we support from **4.6.1**
- For version *3.x* we support as minimum **6.12.0**
2. npm *>=3.x* or yarn
1. Node, acima da versão
- Para a versão *2.x* é suportado node a partir **4.6.1**
- Para a versão *3.x* é suportado node a partir **6.12.0**
2. npm *>=3.x* ou yarn
## Installing the CLI
## Instação
`Verdaccio` must be install globaly using any of the most modern
Using `npm`
Usando `npm`
```bash
npm install -g verdaccio
```
or using `yarn`
ou usando `yarn`
```bash
yarn global add verdaccio
@ -29,9 +29,9 @@ yarn global add verdaccio
> Warning: Verdaccio current is not support PM2's cluster mode, run it with cluster mode may cause unknown behavior
## Basic Usage
## Como Usar
Once has been installed you only need to execute the CLI command.
Assim que instalado, você só precisa executar um único comando na linha de comando.
```bash
$> verdaccio
@ -41,8 +41,8 @@ warn --- http address - http://localhost:5555/ - verdaccio/3.0.0
![](https://cdn-images-1.medium.com/max/720/1*jDHnZ7_68u5s1lFK2cygnA.gif)
For more information about CLI please [read the cli section](cli.md).
Para mais informações sobre a Linha de Comando, por favor [leia a seção sobre Linha de Comando](cli.md).
## Docker Image
## Imagem do Docker
`verdaccio` has a official docker image you can use, in the most of cases is good enough just the default configuration, for more information about how to install the official image [read the docker section](docker.md).
`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).