From cb18eeae4ff68ec81f143d892b31d62ef271a766 Mon Sep 17 00:00:00 2001 From: verdacciobot <35213902+verdacciobot@users.noreply.github.com> Date: Tue, 9 Jan 2018 09:55:16 +0100 Subject: [PATCH] New Crowdin translations (#458) * 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) --- website/i18n/es-ES.json | 1 - website/i18n/pt-BR.json | 1 - website/i18n/ur-PK.json | 1 - website/i18n/zh-CN.json | 1 - website/i18n/zh-HK.json | 1 - website/i18n/zh-TW.json | 1 - website/translated_docs/es-ES/notifications.md | 16 ++++++++-------- website/translated_docs/pt-BR/notifications.md | 16 ++++++++-------- website/translated_docs/ur-PK/notifications.md | 16 ++++++++-------- website/translated_docs/zh-HK/notifications.md | 16 ++++++++-------- website/translated_docs/zh-Hans/notifications.md | 16 ++++++++-------- website/translated_docs/zh-Hant/notifications.md | 16 ++++++++-------- 12 files changed, 48 insertions(+), 54 deletions(-) diff --git a/website/i18n/es-ES.json b/website/i18n/es-ES.json index 7f50f5178..eaf9f7fcc 100644 --- a/website/i18n/es-ES.json +++ b/website/i18n/es-ES.json @@ -14,7 +14,6 @@ "docker": "Docker", "home": "Verdaccio registro y proxy privado de npm", "iss-server": "Instalando en un servidor IIS", - "index1": "Inicio Documentación", "installation": "Instalación", "kubernetes": "Kubernetes", "logger": "Logger", diff --git a/website/i18n/pt-BR.json b/website/i18n/pt-BR.json index 2279749c5..ed13f89dd 100644 --- a/website/i18n/pt-BR.json +++ b/website/i18n/pt-BR.json @@ -14,7 +14,6 @@ "docker": "Docker", "home": "Verdaccio npm proxy private registry", "iss-server": "Installing on IIS server", - "index1": "Docs Home", "installation": "Installation", "kubernetes": "Kubernetes", "logger": "Logger", diff --git a/website/i18n/ur-PK.json b/website/i18n/ur-PK.json index 2279749c5..ed13f89dd 100644 --- a/website/i18n/ur-PK.json +++ b/website/i18n/ur-PK.json @@ -14,7 +14,6 @@ "docker": "Docker", "home": "Verdaccio npm proxy private registry", "iss-server": "Installing on IIS server", - "index1": "Docs Home", "installation": "Installation", "kubernetes": "Kubernetes", "logger": "Logger", diff --git a/website/i18n/zh-CN.json b/website/i18n/zh-CN.json index 3b506370d..71283c4a5 100644 --- a/website/i18n/zh-CN.json +++ b/website/i18n/zh-CN.json @@ -14,7 +14,6 @@ "docker": "Docker", "home": "Verdaccio 私有 npm 代理仓库", "iss-server": "在 IIS 上安装", - "index1": "文档首页", "installation": "安装", "kubernetes": "Kubernetes", "logger": "日志", diff --git a/website/i18n/zh-HK.json b/website/i18n/zh-HK.json index 2279749c5..ed13f89dd 100644 --- a/website/i18n/zh-HK.json +++ b/website/i18n/zh-HK.json @@ -14,7 +14,6 @@ "docker": "Docker", "home": "Verdaccio npm proxy private registry", "iss-server": "Installing on IIS server", - "index1": "Docs Home", "installation": "Installation", "kubernetes": "Kubernetes", "logger": "Logger", diff --git a/website/i18n/zh-TW.json b/website/i18n/zh-TW.json index 2279749c5..ed13f89dd 100644 --- a/website/i18n/zh-TW.json +++ b/website/i18n/zh-TW.json @@ -14,7 +14,6 @@ "docker": "Docker", "home": "Verdaccio npm proxy private registry", "iss-server": "Installing on IIS server", - "index1": "Docs Home", "installation": "Installation", "kubernetes": "Kubernetes", "logger": "Logger", diff --git a/website/translated_docs/es-ES/notifications.md b/website/translated_docs/es-ES/notifications.md index a5d08428d..cbf3f4933 100644 --- a/website/translated_docs/es-ES/notifications.md +++ b/website/translated_docs/es-ES/notifications.md @@ -44,11 +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 | -| 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 +| 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 | all | | 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/notifications.md b/website/translated_docs/pt-BR/notifications.md index a5d08428d..cbf3f4933 100644 --- a/website/translated_docs/pt-BR/notifications.md +++ b/website/translated_docs/pt-BR/notifications.md @@ -44,11 +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 | -| 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 +| 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 | all | | 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/notifications.md b/website/translated_docs/ur-PK/notifications.md index a5d08428d..cbf3f4933 100644 --- a/website/translated_docs/ur-PK/notifications.md +++ b/website/translated_docs/ur-PK/notifications.md @@ -44,11 +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 | -| 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 +| 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 | all | | 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/notifications.md b/website/translated_docs/zh-HK/notifications.md index a5d08428d..cbf3f4933 100644 --- a/website/translated_docs/zh-HK/notifications.md +++ b/website/translated_docs/zh-HK/notifications.md @@ -44,11 +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 | -| 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 +| 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 | all | | 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-Hans/notifications.md b/website/translated_docs/zh-Hans/notifications.md index a5d08428d..cbf3f4933 100644 --- a/website/translated_docs/zh-Hans/notifications.md +++ b/website/translated_docs/zh-Hans/notifications.md @@ -44,11 +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 | -| 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 +| 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 | all | | 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/notifications.md b/website/translated_docs/zh-Hant/notifications.md index a5d08428d..cbf3f4933 100644 --- a/website/translated_docs/zh-Hant/notifications.md +++ b/website/translated_docs/zh-Hant/notifications.md @@ -44,11 +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 | -| 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 +| 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 | all | | 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