diff --git a/website/translated_docs/es-ES/config.md b/website/translated_docs/es-ES/config.md index 03babdf00..bf80aab4d 100644 --- a/website/translated_docs/es-ES/config.md +++ b/website/translated_docs/es-ES/config.md @@ -3,13 +3,13 @@ id: configuration date: 2017-07-10T23:36:56.503Z title: Configuration File --- -This file is the cornerstone of verdaccio where you can modify the default behaviour, enable plugins and extend features. +Este archivo es la piedra angular de verdaccio donde puedes modificar su comportamiento por defecto, activar plugins y características externas. -A default configuration file is created the very first time you run `verdaccio`. +Cuando ejecutas por primera vez ` verdaccio` se crea un archivo de configuración por defecto. -## Default Configuration +## Configuración por Defecto -The default configuration has support for **scoped** packages and allow any user to access all packages but only **authenticated users to publish**. +La configuración por defecto tiene soporte para paquetes con **enfoque** y permite a los usuarios acceder a todos los paquetes pero solo **a los usuarios autentificados a publicarlos**. ```yaml storage: ./storage @@ -30,9 +30,9 @@ logs: - {type: stdout, format: pretty, level: http} ``` -## Sections +## Secciones -The following sections explain what means each property and the different otpions +Las siguientes secciones explican que significa cada propiedad y las diferentes configuraciones posibles. ### Storage diff --git a/website/translated_docs/es-ES/install.md b/website/translated_docs/es-ES/install.md index 850eb2fda..9d50e01e5 100644 --- a/website/translated_docs/es-ES/install.md +++ b/website/translated_docs/es-ES/install.md @@ -5,24 +5,24 @@ title: Installation --- Verdaccio is a multiplatform web application, to install you need at least some prerequisites. -#### Requisitos previos +#### Prerequisites 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 -## Instalando el CLI +## Installing the CLI -`Verdaccio` se debe instalar globalmente usando la mas reciente +`Verdaccio` must be install globaly using any of the most modern -Usando `npm` +Using `npm` ```bash npm install -g verdaccio ``` -o usando `yarn` +or using `yarn` ```bash yarn global add verdaccio diff --git a/website/translated_docs/es-ES/notifications.md b/website/translated_docs/es-ES/notifications.md index 767716504..a5d08428d 100644 --- a/website/translated_docs/es-ES/notifications.md +++ b/website/translated_docs/es-ES/notifications.md @@ -44,10 +44,11 @@ notify: ## Configuration -| Property | Type | Required | Support | Default | Description | -| -------------- | ------------ | -------- | ------- | ------- | -------------------------------------------------------------------------------------------- | -| method | string | No | all | | HTTP verb | -| packagePattern | string | No | all | | Only run this notification if the package name matches 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 | \ No newline at end of file +| Property | Type | Required | Support | Default | Description | +| ------------------- | ------------ | -------- | ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------- | +| method | string | No | all | | HTTP verb | +| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression | +| packagePatternFlags | string | No | | 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 | \ No newline at end of file diff --git a/website/translated_docs/es-ES/plugins.md b/website/translated_docs/es-ES/plugins.md index 915c12e76..6062772ea 100644 --- a/website/translated_docs/es-ES/plugins.md +++ b/website/translated_docs/es-ES/plugins.md @@ -3,7 +3,7 @@ id: plugins date: 2017-07-10T23:36:56.503Z title: Plugins --- -Verdaccio is an plugabble aplication. Currently supports multiple plugins only for [Auhtentification](auth.md) but there are plans to [improve the plugin system](https://github.com/verdaccio/verdaccio/issues/169). If you are intested to develop your own plugin, read the [development](development.md) section. +Verdaccio is an plugabble aplication. Currently supports multiple plugins only for [Authentication](auth.md) but there are plans to [improve the plugin system](https://github.com/verdaccio/verdaccio/issues/169). If you are interested to develop your own plugin, read the [development](development.md) section. ## Usage @@ -85,6 +85,7 @@ This is a list of plugins compatible with **Verdaccio**. * [verdaccio-bitbucket](https://github.com/idangozlan/verdaccio-bitbucket): Bitbucket authentication plugin for verdaccio. * [verdaccio-ldap](https://www.npmjs.com/package/verdaccio-ldap): LDAP auth plugin for verdaccio. * [verdaccio-active-directory](https://github.com/nowhammies/verdaccio-activedirectory): Active Directory authentication plugin for verdaccio +* [verdaccio-gitlab](https://github.com/bufferoverflow/verdaccio-gitlab): use GitLab Personal Access Token to authenticate ## Caveats diff --git a/website/translated_docs/pt-BR/config.md b/website/translated_docs/pt-BR/config.md index 03babdf00..47e79bb49 100644 --- a/website/translated_docs/pt-BR/config.md +++ b/website/translated_docs/pt-BR/config.md @@ -32,7 +32,7 @@ logs: ## Sections -The following sections explain what means each property and the different otpions +The following sections explain what means each property and the different options. ### Storage diff --git a/website/translated_docs/pt-BR/notifications.md b/website/translated_docs/pt-BR/notifications.md index 767716504..a5d08428d 100644 --- a/website/translated_docs/pt-BR/notifications.md +++ b/website/translated_docs/pt-BR/notifications.md @@ -44,10 +44,11 @@ notify: ## Configuration -| Property | Type | Required | Support | Default | Description | -| -------------- | ------------ | -------- | ------- | ------- | -------------------------------------------------------------------------------------------- | -| method | string | No | all | | HTTP verb | -| packagePattern | string | No | all | | Only run this notification if the package name matches 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 | \ No newline at end of file +| Property | Type | Required | Support | Default | Description | +| ------------------- | ------------ | -------- | ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------- | +| method | string | No | all | | HTTP verb | +| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression | +| packagePatternFlags | string | No | | 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 | \ No newline at end of file diff --git a/website/translated_docs/pt-BR/plugins.md b/website/translated_docs/pt-BR/plugins.md index 915c12e76..6062772ea 100644 --- a/website/translated_docs/pt-BR/plugins.md +++ b/website/translated_docs/pt-BR/plugins.md @@ -3,7 +3,7 @@ id: plugins date: 2017-07-10T23:36:56.503Z title: Plugins --- -Verdaccio is an plugabble aplication. Currently supports multiple plugins only for [Auhtentification](auth.md) but there are plans to [improve the plugin system](https://github.com/verdaccio/verdaccio/issues/169). If you are intested to develop your own plugin, read the [development](development.md) section. +Verdaccio is an plugabble aplication. Currently supports multiple plugins only for [Authentication](auth.md) but there are plans to [improve the plugin system](https://github.com/verdaccio/verdaccio/issues/169). If you are interested to develop your own plugin, read the [development](development.md) section. ## Usage @@ -85,6 +85,7 @@ This is a list of plugins compatible with **Verdaccio**. * [verdaccio-bitbucket](https://github.com/idangozlan/verdaccio-bitbucket): Bitbucket authentication plugin for verdaccio. * [verdaccio-ldap](https://www.npmjs.com/package/verdaccio-ldap): LDAP auth plugin for verdaccio. * [verdaccio-active-directory](https://github.com/nowhammies/verdaccio-activedirectory): Active Directory authentication plugin for verdaccio +* [verdaccio-gitlab](https://github.com/bufferoverflow/verdaccio-gitlab): use GitLab Personal Access Token to authenticate ## Caveats diff --git a/website/translated_docs/ur-PK/config.md b/website/translated_docs/ur-PK/config.md index 03babdf00..47e79bb49 100644 --- a/website/translated_docs/ur-PK/config.md +++ b/website/translated_docs/ur-PK/config.md @@ -32,7 +32,7 @@ logs: ## Sections -The following sections explain what means each property and the different otpions +The following sections explain what means each property and the different options. ### Storage diff --git a/website/translated_docs/ur-PK/notifications.md b/website/translated_docs/ur-PK/notifications.md index 767716504..a5d08428d 100644 --- a/website/translated_docs/ur-PK/notifications.md +++ b/website/translated_docs/ur-PK/notifications.md @@ -44,10 +44,11 @@ notify: ## Configuration -| Property | Type | Required | Support | Default | Description | -| -------------- | ------------ | -------- | ------- | ------- | -------------------------------------------------------------------------------------------- | -| method | string | No | all | | HTTP verb | -| packagePattern | string | No | all | | Only run this notification if the package name matches 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 | \ No newline at end of file +| Property | Type | Required | Support | Default | Description | +| ------------------- | ------------ | -------- | ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------- | +| method | string | No | all | | HTTP verb | +| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression | +| packagePatternFlags | string | No | | 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 | \ No newline at end of file diff --git a/website/translated_docs/ur-PK/plugins.md b/website/translated_docs/ur-PK/plugins.md index 915c12e76..6062772ea 100644 --- a/website/translated_docs/ur-PK/plugins.md +++ b/website/translated_docs/ur-PK/plugins.md @@ -3,7 +3,7 @@ id: plugins date: 2017-07-10T23:36:56.503Z title: Plugins --- -Verdaccio is an plugabble aplication. Currently supports multiple plugins only for [Auhtentification](auth.md) but there are plans to [improve the plugin system](https://github.com/verdaccio/verdaccio/issues/169). If you are intested to develop your own plugin, read the [development](development.md) section. +Verdaccio is an plugabble aplication. Currently supports multiple plugins only for [Authentication](auth.md) but there are plans to [improve the plugin system](https://github.com/verdaccio/verdaccio/issues/169). If you are interested to develop your own plugin, read the [development](development.md) section. ## Usage @@ -85,6 +85,7 @@ This is a list of plugins compatible with **Verdaccio**. * [verdaccio-bitbucket](https://github.com/idangozlan/verdaccio-bitbucket): Bitbucket authentication plugin for verdaccio. * [verdaccio-ldap](https://www.npmjs.com/package/verdaccio-ldap): LDAP auth plugin for verdaccio. * [verdaccio-active-directory](https://github.com/nowhammies/verdaccio-activedirectory): Active Directory authentication plugin for verdaccio +* [verdaccio-gitlab](https://github.com/bufferoverflow/verdaccio-gitlab): use GitLab Personal Access Token to authenticate ## Caveats diff --git a/website/translated_docs/zh-HK/config.md b/website/translated_docs/zh-HK/config.md index 03babdf00..47e79bb49 100644 --- a/website/translated_docs/zh-HK/config.md +++ b/website/translated_docs/zh-HK/config.md @@ -32,7 +32,7 @@ logs: ## Sections -The following sections explain what means each property and the different otpions +The following sections explain what means each property and the different options. ### Storage diff --git a/website/translated_docs/zh-HK/notifications.md b/website/translated_docs/zh-HK/notifications.md index 767716504..a5d08428d 100644 --- a/website/translated_docs/zh-HK/notifications.md +++ b/website/translated_docs/zh-HK/notifications.md @@ -44,10 +44,11 @@ notify: ## Configuration -| Property | Type | Required | Support | Default | Description | -| -------------- | ------------ | -------- | ------- | ------- | -------------------------------------------------------------------------------------------- | -| method | string | No | all | | HTTP verb | -| packagePattern | string | No | all | | Only run this notification if the package name matches 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 | \ No newline at end of file +| Property | Type | Required | Support | Default | Description | +| ------------------- | ------------ | -------- | ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------- | +| method | string | No | all | | HTTP verb | +| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression | +| packagePatternFlags | string | No | | 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 | \ No newline at end of file diff --git a/website/translated_docs/zh-HK/plugins.md b/website/translated_docs/zh-HK/plugins.md index 915c12e76..6062772ea 100644 --- a/website/translated_docs/zh-HK/plugins.md +++ b/website/translated_docs/zh-HK/plugins.md @@ -3,7 +3,7 @@ id: plugins date: 2017-07-10T23:36:56.503Z title: Plugins --- -Verdaccio is an plugabble aplication. Currently supports multiple plugins only for [Auhtentification](auth.md) but there are plans to [improve the plugin system](https://github.com/verdaccio/verdaccio/issues/169). If you are intested to develop your own plugin, read the [development](development.md) section. +Verdaccio is an plugabble aplication. Currently supports multiple plugins only for [Authentication](auth.md) but there are plans to [improve the plugin system](https://github.com/verdaccio/verdaccio/issues/169). If you are interested to develop your own plugin, read the [development](development.md) section. ## Usage @@ -85,6 +85,7 @@ This is a list of plugins compatible with **Verdaccio**. * [verdaccio-bitbucket](https://github.com/idangozlan/verdaccio-bitbucket): Bitbucket authentication plugin for verdaccio. * [verdaccio-ldap](https://www.npmjs.com/package/verdaccio-ldap): LDAP auth plugin for verdaccio. * [verdaccio-active-directory](https://github.com/nowhammies/verdaccio-activedirectory): Active Directory authentication plugin for verdaccio +* [verdaccio-gitlab](https://github.com/bufferoverflow/verdaccio-gitlab): use GitLab Personal Access Token to authenticate ## Caveats diff --git a/website/translated_docs/zh-Hant/config.md b/website/translated_docs/zh-Hant/config.md index 03babdf00..47e79bb49 100644 --- a/website/translated_docs/zh-Hant/config.md +++ b/website/translated_docs/zh-Hant/config.md @@ -32,7 +32,7 @@ logs: ## Sections -The following sections explain what means each property and the different otpions +The following sections explain what means each property and the different options. ### Storage diff --git a/website/translated_docs/zh-Hant/notifications.md b/website/translated_docs/zh-Hant/notifications.md index 767716504..a5d08428d 100644 --- a/website/translated_docs/zh-Hant/notifications.md +++ b/website/translated_docs/zh-Hant/notifications.md @@ -44,10 +44,11 @@ notify: ## Configuration -| Property | Type | Required | Support | Default | Description | -| -------------- | ------------ | -------- | ------- | ------- | -------------------------------------------------------------------------------------------- | -| method | string | No | all | | HTTP verb | -| packagePattern | string | No | all | | Only run this notification if the package name matches 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 | \ No newline at end of file +| Property | Type | Required | Support | Default | Description | +| ------------------- | ------------ | -------- | ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------- | +| method | string | No | all | | HTTP verb | +| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression | +| packagePatternFlags | string | No | | 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 | \ No newline at end of file diff --git a/website/translated_docs/zh-Hant/plugins.md b/website/translated_docs/zh-Hant/plugins.md index 915c12e76..6062772ea 100644 --- a/website/translated_docs/zh-Hant/plugins.md +++ b/website/translated_docs/zh-Hant/plugins.md @@ -3,7 +3,7 @@ id: plugins date: 2017-07-10T23:36:56.503Z title: Plugins --- -Verdaccio is an plugabble aplication. Currently supports multiple plugins only for [Auhtentification](auth.md) but there are plans to [improve the plugin system](https://github.com/verdaccio/verdaccio/issues/169). If you are intested to develop your own plugin, read the [development](development.md) section. +Verdaccio is an plugabble aplication. Currently supports multiple plugins only for [Authentication](auth.md) but there are plans to [improve the plugin system](https://github.com/verdaccio/verdaccio/issues/169). If you are interested to develop your own plugin, read the [development](development.md) section. ## Usage @@ -85,6 +85,7 @@ This is a list of plugins compatible with **Verdaccio**. * [verdaccio-bitbucket](https://github.com/idangozlan/verdaccio-bitbucket): Bitbucket authentication plugin for verdaccio. * [verdaccio-ldap](https://www.npmjs.com/package/verdaccio-ldap): LDAP auth plugin for verdaccio. * [verdaccio-active-directory](https://github.com/nowhammies/verdaccio-activedirectory): Active Directory authentication plugin for verdaccio +* [verdaccio-gitlab](https://github.com/bufferoverflow/verdaccio-gitlab): use GitLab Personal Access Token to authenticate ## Caveats