0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

docs: update translation

docs: update translation
This commit is contained in:
verdacciobot 2018-03-05 08:22:22 +01:00 committed by Juan Picado @jotadeveloper
parent 875dbf1cc3
commit e33bc7131a
3 changed files with 9 additions and 9 deletions

View file

@ -26,7 +26,7 @@
"server-configuration": "Configuración del Servidor",
"ssl": "Configurar certificados SSL",
"unit-testing": "Tests Unitario",
"uplinks": "Enlaces externos",
"uplinks": "Uplinks",
"use-cases": "Casos de Uso",
"webui": "Interfaz de Usuario Web",
"what-is-verdaccio": "Qué es Verdaccio?",
@ -57,7 +57,7 @@
"and also you can chat with the Verdaccio community at|no description given": "y también puedes hablar con nuestra comunidad en",
"More Help?|no description given": "Mas Ayuda?",
"This project is maintained by the Verdaccio community.|no description given": "Este proyecto es mantenido por la comunidad de Verdaccio.",
"Documentation": "Documentation",
"Documentation": "Documentación",
"Contribute|no description given": "Contribuye",
"Easy to Install|no description given": "Fácil de Instalar",
"Easy to Set Up|no description given": "Fácil de Configurar",

View file

@ -1,13 +1,13 @@
---
id: build
title: "Build the source code"
title: "Construye el proyecto"
---
Verdaccio relies on `yarn` instead `npm` to download dependencies.
Verdaccio usa `yarn` en vez de `npm` para descargar dependencias.
*Note: the current build only will build with `➜ yarn@1.x`.
*Nota: el actual projecto usa `➜ yarn@1.x`.
```bash
yarn install
```
To see the complete list of scripts, [click here](https://github.com/verdaccio/verdaccio/wiki/Build-Source-Code).
Para ver una lista completa de scripts, [clicka aquí](https://github.com/verdaccio/verdaccio/wiki/Build-Source-Code).

View file

@ -48,6 +48,6 @@ notify:
| method | string | No | all | | HTTP verb |
| packagePattern | string | No | all | | Solo ejecutar esta notificación si el nombre del paquete coincide con la expresión regular |
| packagePatternFlags | string | No | all | | Any flags to be used with the regular expression |
| headers | array/object | Yes | all | | If this endpoint requires specific headers, set them here as an array of key: value objects. |
| endpoint | string | Yes | all | | set the URL endpoint for this call |
| content | string | Yes | all | | any Handlebar expressions |
| headers | array/object | Yes | all | | Si el endpoint requiere encabezados específicos, defínelos aquí como un arreglo (key:value). |
| endpoint | string | Yes | all | | define el URL para el endpoint |
| content | string | Yes | all | | una plantilla en Handlebars |