diff --git a/website/translated_docs/ar/ci.md b/website/translated_docs/ar/ci.md new file mode 100644 index 000000000..5e970fbc5 --- /dev/null +++ b/website/translated_docs/ar/ci.md @@ -0,0 +1,9 @@ +--- +id: ci +title: "Continuous Integration" +--- +You may use verdaccio with continuous integration while login or publish. When using NPM to install a private module in a continuous integration environment for the first time, a brick wall is quickly hit. The NPM login command is designed to be used interactively. This causes an issue in CI, scripts, etc. Here’s how to use NPM login different continuous integration platforms. + +- [Travis CI](https://remysharp.com/2015/10/26/using-travis-with-private-npm-deps) +- [Circle CI 1.0](https://circleci.com/docs/1.0/npm-login/) +- [Gitlab CI](https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/) \ No newline at end of file diff --git a/website/translated_docs/de/ci.md b/website/translated_docs/de/ci.md new file mode 100644 index 000000000..5e970fbc5 --- /dev/null +++ b/website/translated_docs/de/ci.md @@ -0,0 +1,9 @@ +--- +id: ci +title: "Continuous Integration" +--- +You may use verdaccio with continuous integration while login or publish. When using NPM to install a private module in a continuous integration environment for the first time, a brick wall is quickly hit. The NPM login command is designed to be used interactively. This causes an issue in CI, scripts, etc. Here’s how to use NPM login different continuous integration platforms. + +- [Travis CI](https://remysharp.com/2015/10/26/using-travis-with-private-npm-deps) +- [Circle CI 1.0](https://circleci.com/docs/1.0/npm-login/) +- [Gitlab CI](https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/) \ No newline at end of file diff --git a/website/translated_docs/es-ES/ci.md b/website/translated_docs/es-ES/ci.md new file mode 100644 index 000000000..5e970fbc5 --- /dev/null +++ b/website/translated_docs/es-ES/ci.md @@ -0,0 +1,9 @@ +--- +id: ci +title: "Continuous Integration" +--- +You may use verdaccio with continuous integration while login or publish. When using NPM to install a private module in a continuous integration environment for the first time, a brick wall is quickly hit. The NPM login command is designed to be used interactively. This causes an issue in CI, scripts, etc. Here’s how to use NPM login different continuous integration platforms. + +- [Travis CI](https://remysharp.com/2015/10/26/using-travis-with-private-npm-deps) +- [Circle CI 1.0](https://circleci.com/docs/1.0/npm-login/) +- [Gitlab CI](https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/) \ No newline at end of file diff --git a/website/translated_docs/es-ES/packages.md b/website/translated_docs/es-ES/packages.md index 441b0101c..4aa3f89a5 100644 --- a/website/translated_docs/es-ES/packages.md +++ b/website/translated_docs/es-ES/packages.md @@ -124,17 +124,17 @@ packages: proxy: npmjs ``` -Let's describe what we want with the example above: +Vamos a describir que es lo que queremos con el ejemplo de arriba: -* I want to host my own `jquery` dependency but I need to avoid proxying it. -* I want all dependencies that match with `my-company-*` but I need to avoid proxying them. -* I want to proxying all the rest dependencies. +* Quiero almacenar mi propia dependencia ` jquery` pero necesito evitar que se busque en el proxy. +* Quiero que todas mis dependencias que coincidan con `my-company-*` pero necesito evitar que dichos paquetes se actualicen vía proxy. +* Quiero que el resto de dependencias se actualicen vía proxy. -Be **aware that the order of your packages definitions is important and always use double wilcard**. Because if you do not include it `verdaccio` will include it for you and the way how your dependencies are solved will be affected. +Se **consciente que el orden de la definición de los paquetes es importante y siempre usa doble wildcard**. Porque sino lo incluyes `verdaccio`lo incluirá por ti y en la forma que tus dependencias son resueltas se verá afectada. ### Configuración -You can define mutiple `packages` and each of them must have an unique `Regex`. +Puedes definir multiples `paquetes`y cada uno de ellos deben tener un único ` Regex`. | Propiedad | Tipo | Requerido | Ejemplo | Soporte | Descripción | | --------- | ------- | --------- | -------------- | ------- | ---------------------------------------------------------- | @@ -143,4 +143,4 @@ You can define mutiple `packages` and each of them must have an unique `Regex`. | proxy | string | No | npmjs | all | limita las busquedas a un uplink específico | | storage | boolean | No | [true,false] | all | TODO | -> We higlight recommend do not use **allow_access**/**allow_publish** and **proxy_access** anymore, those are deprecated and soon will be removed, please use the short version of each of those (**access**/**publish**/**proxy**). \ No newline at end of file +> Recomendamos ya no usar **allow_access**/**allow_publish** y **proxy_access** nunca más, esas propiedades están depreciadas y pronto serán removidas, por favor use las versiones cortas (**access**/**publish**/**proxy**). \ No newline at end of file diff --git a/website/translated_docs/fr/ci.md b/website/translated_docs/fr/ci.md new file mode 100644 index 000000000..5e970fbc5 --- /dev/null +++ b/website/translated_docs/fr/ci.md @@ -0,0 +1,9 @@ +--- +id: ci +title: "Continuous Integration" +--- +You may use verdaccio with continuous integration while login or publish. When using NPM to install a private module in a continuous integration environment for the first time, a brick wall is quickly hit. The NPM login command is designed to be used interactively. This causes an issue in CI, scripts, etc. Here’s how to use NPM login different continuous integration platforms. + +- [Travis CI](https://remysharp.com/2015/10/26/using-travis-with-private-npm-deps) +- [Circle CI 1.0](https://circleci.com/docs/1.0/npm-login/) +- [Gitlab CI](https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/) \ No newline at end of file diff --git a/website/translated_docs/ja/ci.md b/website/translated_docs/ja/ci.md new file mode 100644 index 000000000..5e970fbc5 --- /dev/null +++ b/website/translated_docs/ja/ci.md @@ -0,0 +1,9 @@ +--- +id: ci +title: "Continuous Integration" +--- +You may use verdaccio with continuous integration while login or publish. When using NPM to install a private module in a continuous integration environment for the first time, a brick wall is quickly hit. The NPM login command is designed to be used interactively. This causes an issue in CI, scripts, etc. Here’s how to use NPM login different continuous integration platforms. + +- [Travis CI](https://remysharp.com/2015/10/26/using-travis-with-private-npm-deps) +- [Circle CI 1.0](https://circleci.com/docs/1.0/npm-login/) +- [Gitlab CI](https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/) \ No newline at end of file diff --git a/website/translated_docs/pt-BR/ci.md b/website/translated_docs/pt-BR/ci.md new file mode 100644 index 000000000..5e970fbc5 --- /dev/null +++ b/website/translated_docs/pt-BR/ci.md @@ -0,0 +1,9 @@ +--- +id: ci +title: "Continuous Integration" +--- +You may use verdaccio with continuous integration while login or publish. When using NPM to install a private module in a continuous integration environment for the first time, a brick wall is quickly hit. The NPM login command is designed to be used interactively. This causes an issue in CI, scripts, etc. Here’s how to use NPM login different continuous integration platforms. + +- [Travis CI](https://remysharp.com/2015/10/26/using-travis-with-private-npm-deps) +- [Circle CI 1.0](https://circleci.com/docs/1.0/npm-login/) +- [Gitlab CI](https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/) \ No newline at end of file diff --git a/website/translated_docs/ur-IN/ci.md b/website/translated_docs/ur-IN/ci.md new file mode 100644 index 000000000..5e970fbc5 --- /dev/null +++ b/website/translated_docs/ur-IN/ci.md @@ -0,0 +1,9 @@ +--- +id: ci +title: "Continuous Integration" +--- +You may use verdaccio with continuous integration while login or publish. When using NPM to install a private module in a continuous integration environment for the first time, a brick wall is quickly hit. The NPM login command is designed to be used interactively. This causes an issue in CI, scripts, etc. Here’s how to use NPM login different continuous integration platforms. + +- [Travis CI](https://remysharp.com/2015/10/26/using-travis-with-private-npm-deps) +- [Circle CI 1.0](https://circleci.com/docs/1.0/npm-login/) +- [Gitlab CI](https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/) \ No newline at end of file diff --git a/website/translated_docs/ur-PK/ci.md b/website/translated_docs/ur-PK/ci.md new file mode 100644 index 000000000..5e970fbc5 --- /dev/null +++ b/website/translated_docs/ur-PK/ci.md @@ -0,0 +1,9 @@ +--- +id: ci +title: "Continuous Integration" +--- +You may use verdaccio with continuous integration while login or publish. When using NPM to install a private module in a continuous integration environment for the first time, a brick wall is quickly hit. The NPM login command is designed to be used interactively. This causes an issue in CI, scripts, etc. Here’s how to use NPM login different continuous integration platforms. + +- [Travis CI](https://remysharp.com/2015/10/26/using-travis-with-private-npm-deps) +- [Circle CI 1.0](https://circleci.com/docs/1.0/npm-login/) +- [Gitlab CI](https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/) \ No newline at end of file diff --git a/website/translated_docs/zh-Hans/ci.md b/website/translated_docs/zh-Hans/ci.md new file mode 100644 index 000000000..5e970fbc5 --- /dev/null +++ b/website/translated_docs/zh-Hans/ci.md @@ -0,0 +1,9 @@ +--- +id: ci +title: "Continuous Integration" +--- +You may use verdaccio with continuous integration while login or publish. When using NPM to install a private module in a continuous integration environment for the first time, a brick wall is quickly hit. The NPM login command is designed to be used interactively. This causes an issue in CI, scripts, etc. Here’s how to use NPM login different continuous integration platforms. + +- [Travis CI](https://remysharp.com/2015/10/26/using-travis-with-private-npm-deps) +- [Circle CI 1.0](https://circleci.com/docs/1.0/npm-login/) +- [Gitlab CI](https://www.exclamationlabs.com/blog/continuous-deployment-to-npm-using-gitlab-ci/) \ No newline at end of file