1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

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)
This commit is contained in:
verdacciobot 2018-01-09 09:55:16 +01:00 committed by Juan Picado @jotadeveloper
parent a24ab094aa
commit cb18eeae4f
12 changed files with 48 additions and 54 deletions

@ -14,7 +14,6 @@
"docker": "Docker", "docker": "Docker",
"home": "Verdaccio registro y proxy privado de npm", "home": "Verdaccio registro y proxy privado de npm",
"iss-server": "Instalando en un servidor IIS", "iss-server": "Instalando en un servidor IIS",
"index1": "Inicio Documentación",
"installation": "Instalación", "installation": "Instalación",
"kubernetes": "Kubernetes", "kubernetes": "Kubernetes",
"logger": "Logger", "logger": "Logger",

@ -14,7 +14,6 @@
"docker": "Docker", "docker": "Docker",
"home": "Verdaccio npm proxy private registry", "home": "Verdaccio npm proxy private registry",
"iss-server": "Installing on IIS server", "iss-server": "Installing on IIS server",
"index1": "Docs Home",
"installation": "Installation", "installation": "Installation",
"kubernetes": "Kubernetes", "kubernetes": "Kubernetes",
"logger": "Logger", "logger": "Logger",

@ -14,7 +14,6 @@
"docker": "Docker", "docker": "Docker",
"home": "Verdaccio npm proxy private registry", "home": "Verdaccio npm proxy private registry",
"iss-server": "Installing on IIS server", "iss-server": "Installing on IIS server",
"index1": "Docs Home",
"installation": "Installation", "installation": "Installation",
"kubernetes": "Kubernetes", "kubernetes": "Kubernetes",
"logger": "Logger", "logger": "Logger",

@ -14,7 +14,6 @@
"docker": "Docker", "docker": "Docker",
"home": "Verdaccio 私有 npm 代理仓库", "home": "Verdaccio 私有 npm 代理仓库",
"iss-server": "在 IIS 上安装", "iss-server": "在 IIS 上安装",
"index1": "文档首页",
"installation": "安装", "installation": "安装",
"kubernetes": "Kubernetes", "kubernetes": "Kubernetes",
"logger": "日志", "logger": "日志",

@ -14,7 +14,6 @@
"docker": "Docker", "docker": "Docker",
"home": "Verdaccio npm proxy private registry", "home": "Verdaccio npm proxy private registry",
"iss-server": "Installing on IIS server", "iss-server": "Installing on IIS server",
"index1": "Docs Home",
"installation": "Installation", "installation": "Installation",
"kubernetes": "Kubernetes", "kubernetes": "Kubernetes",
"logger": "Logger", "logger": "Logger",

@ -14,7 +14,6 @@
"docker": "Docker", "docker": "Docker",
"home": "Verdaccio npm proxy private registry", "home": "Verdaccio npm proxy private registry",
"iss-server": "Installing on IIS server", "iss-server": "Installing on IIS server",
"index1": "Docs Home",
"installation": "Installation", "installation": "Installation",
"kubernetes": "Kubernetes", "kubernetes": "Kubernetes",
"logger": "Logger", "logger": "Logger",

@ -44,11 +44,11 @@ notify:
## Configuration ## Configuration
| Property | Type | Required | Support | Default | Description | | Property | Type | Required | Support | Default | Description |
| ------------------- | ------------ | -------- | ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------- | | ------------------- | ------------ | -------- | ------- | ------- | -------------------------------------------------------------------------------------------- |
| method | string | No | all | | HTTP verb | | method | string | No | all | | HTTP verb |
| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression | | 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 | | | 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. | | 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 | | endpoint | string | Yes | all | | set the URL endpoint for this call |
| content | string | Yes | all | | any Handlebar expressions | | content | string | Yes | all | | any Handlebar expressions |

@ -44,11 +44,11 @@ notify:
## Configuration ## Configuration
| Property | Type | Required | Support | Default | Description | | Property | Type | Required | Support | Default | Description |
| ------------------- | ------------ | -------- | ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------- | | ------------------- | ------------ | -------- | ------- | ------- | -------------------------------------------------------------------------------------------- |
| method | string | No | all | | HTTP verb | | method | string | No | all | | HTTP verb |
| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression | | 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 | | | 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. | | 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 | | endpoint | string | Yes | all | | set the URL endpoint for this call |
| content | string | Yes | all | | any Handlebar expressions | | content | string | Yes | all | | any Handlebar expressions |

@ -44,11 +44,11 @@ notify:
## Configuration ## Configuration
| Property | Type | Required | Support | Default | Description | | Property | Type | Required | Support | Default | Description |
| ------------------- | ------------ | -------- | ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------- | | ------------------- | ------------ | -------- | ------- | ------- | -------------------------------------------------------------------------------------------- |
| method | string | No | all | | HTTP verb | | method | string | No | all | | HTTP verb |
| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression | | 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 | | | 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. | | 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 | | endpoint | string | Yes | all | | set the URL endpoint for this call |
| content | string | Yes | all | | any Handlebar expressions | | content | string | Yes | all | | any Handlebar expressions |

@ -44,11 +44,11 @@ notify:
## Configuration ## Configuration
| Property | Type | Required | Support | Default | Description | | Property | Type | Required | Support | Default | Description |
| ------------------- | ------------ | -------- | ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------- | | ------------------- | ------------ | -------- | ------- | ------- | -------------------------------------------------------------------------------------------- |
| method | string | No | all | | HTTP verb | | method | string | No | all | | HTTP verb |
| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression | | 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 | | | 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. | | 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 | | endpoint | string | Yes | all | | set the URL endpoint for this call |
| content | string | Yes | all | | any Handlebar expressions | | content | string | Yes | all | | any Handlebar expressions |

@ -44,11 +44,11 @@ notify:
## Configuration ## Configuration
| Property | Type | Required | Support | Default | Description | | Property | Type | Required | Support | Default | Description |
| ------------------- | ------------ | -------- | ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------- | | ------------------- | ------------ | -------- | ------- | ------- | -------------------------------------------------------------------------------------------- |
| method | string | No | all | | HTTP verb | | method | string | No | all | | HTTP verb |
| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression | | 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 | | | 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. | | 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 | | endpoint | string | Yes | all | | set the URL endpoint for this call |
| content | string | Yes | all | | any Handlebar expressions | | content | string | Yes | all | | any Handlebar expressions |

@ -44,11 +44,11 @@ notify:
## Configuration ## Configuration
| Property | Type | Required | Support | Default | Description | | Property | Type | Required | Support | Default | Description |
| ------------------- | ------------ | -------- | ------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------- | | ------------------- | ------------ | -------- | ------- | ------- | -------------------------------------------------------------------------------------------- |
| method | string | No | all | | HTTP verb | | method | string | No | all | | HTTP verb |
| packagePattern | string | No | all | | Only run this notification if the package name matches the regular expression | | 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 | | | 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. | | 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 | | endpoint | string | Yes | all | | set the URL endpoint for this call |
| content | string | Yes | all | | any Handlebar expressions | | content | string | Yes | all | | any Handlebar expressions |