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:
parent
cb18eeae4f
commit
b37f05f11d
1 changed files with 8 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
id: webui
|
id: webui
|
||||||
date: 2017-07-10T23:36:56.503Z
|
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
|
```yaml
|
||||||
web:
|
web:
|
||||||
|
@ -12,10 +12,10 @@ web:
|
||||||
logo: logo.png
|
logo: logo.png
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuración
|
||||||
|
|
||||||
| Property | Type | Required | Example | Support | Description |
|
| Propiedad | Tipo | Requerido | Ejemplo | Soporte | Descripcion |
|
||||||
| -------- | ------- | -------- | ------------------------------ | ------- | ---------------------------------- |
|
| --------- | ------- | --------- | ------------------------------ | ------- | ------------------------------------ |
|
||||||
| enable | boolean | No | true/false | all | allow to display the web interface |
|
| enable | boolean | No | true/false | all | habilita la interfaz web |
|
||||||
| title | string | No | $authenticated | all | HTML head title description |
|
| title | string | No | $authenticated | all | El título de la interfaz web |
|
||||||
| logo | string | No | http://my.logo.domain/logo.png | all | a URI where logo is located |
|
| logo | string | No | http://my.logo.domain/logo.png | all | el URI donde el logo esta localizado |
|
Loading…
Reference in a new issue