From b37f05f11df4efee456a938fd2193744716e6e48 Mon Sep 17 00:00:00 2001 From: verdacciobot <35213902+verdacciobot@users.noreply.github.com> Date: Tue, 9 Jan 2018 17:27:08 +0100 Subject: [PATCH] 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) --- website/translated_docs/es-ES/web.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/translated_docs/es-ES/web.md b/website/translated_docs/es-ES/web.md index 1fceb6580..61a969cd9 100644 --- a/website/translated_docs/es-ES/web.md +++ b/website/translated_docs/es-ES/web.md @@ -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 | \ No newline at end of file +| 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 | \ No newline at end of file