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

New Crowdin translations (#460)

* New translations notifications.md (Chinese Simplified)

* New translations en.json (Chinese Traditional, Hong Kong)

* New translations en.json (Chinese Traditional)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Spanish)

* New translations en.json (Urdu (Pakistan))

* New translations notifications.md (Chinese Traditional)

* New translations notifications.md (Chinese Traditional, Hong Kong)

* New translations notifications.md (Portuguese, Brazilian)

* New translations notifications.md (Spanish)

* New translations notifications.md (Urdu (Pakistan))

* New translations en.json (Chinese Simplified)

* New translations web.md (Spanish)
This commit is contained in:
verdacciobot 2018-01-09 17:27:08 +01:00 committed by Juan Picado @jotadeveloper
parent cb18eeae4f
commit b37f05f11d

View file

@ -1,9 +1,9 @@
---
id: webui
date: 2017-07-10T23:36:56.503Z
title: Web User Interface
title: Interfaz Web de Usuario
---
Verdaccio has a web user interface to display only the private packges and can be customisable.
Verdaccio contiene una interfaz web para mostrar paquetes privados, puede ser personalizable.
```yaml
web:
@ -12,10 +12,10 @@ web:
logo: logo.png
```
### Configuration
### Configuración
| Property | Type | Required | Example | Support | Description |
| -------- | ------- | -------- | ------------------------------ | ------- | ---------------------------------- |
| enable | boolean | No | true/false | all | allow to display the web interface |
| title | string | No | $authenticated | all | HTML head title description |
| logo | string | No | http://my.logo.domain/logo.png | all | a URI where logo is located |
| Propiedad | Tipo | Requerido | Ejemplo | Soporte | Descripcion |
| --------- | ------- | --------- | ------------------------------ | ------- | ------------------------------------ |
| enable | boolean | No | true/false | all | habilita la interfaz web |
| title | string | No | $authenticated | all | El título de la interfaz web |
| logo | string | No | http://my.logo.domain/logo.png | all | el URI donde el logo esta localizado |