From 58562ee6c7c9f3dac085a44781d11475573b5ca6 Mon Sep 17 00:00:00 2001 From: verdacciobot <35213902+verdacciobot@users.noreply.github.com> Date: Thu, 24 May 2018 13:08:15 +0200 Subject: [PATCH] docs: new Crowdin translations (#709) docs: new Crowdin translations (#709) --- website/translated_docs/ar/notifications.md | 23 +++++++------------ website/translated_docs/de/notifications.md | 23 +++++++------------ .../translated_docs/es-ES/notifications.md | 23 +++++++------------ website/translated_docs/fr/notifications.md | 23 +++++++------------ website/translated_docs/ja/notifications.md | 23 +++++++------------ .../translated_docs/pt-BR/notifications.md | 23 +++++++------------ .../translated_docs/ur-IN/notifications.md | 23 +++++++------------ .../translated_docs/ur-PK/notifications.md | 23 +++++++------------ .../translated_docs/zh-Hans/notifications.md | 23 +++++++------------ 9 files changed, 72 insertions(+), 135 deletions(-) diff --git a/website/translated_docs/ar/notifications.md b/website/translated_docs/ar/notifications.md index 67da029d3..335bb022a 100644 --- a/website/translated_docs/ar/notifications.md +++ b/website/translated_docs/ar/notifications.md @@ -6,7 +6,7 @@ Notify was built primarily to use with Slack's Incoming webhooks, but will also ## Usage -An example with a **hipchat** hook: +An example with a **HipChat** and **Google Hangouts Chat** hook: #### Single notification @@ -22,23 +22,16 @@ notify: ```yaml notify: - 'example-package-1' + 'example-google-chat': + method: POST + headers: [{'Content-Type': 'application/json'}] + endpoint: https://chat.googleapis.com/v1/spaces/AAAAB_TcJYs/messages?key=myKey&token=myToken + content: '{"text":"New package published: `{{ name }}{{#each versions}} v{{version}}{{/each}}`"}' + 'example-hipchat': method: POST headers: [{'Content-Type': 'application/json'}] endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-2' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-3' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - - ``` ## Configuration @@ -50,4 +43,4 @@ notify: | 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 +| content | string | Yes | all | | any [handlebar](https://handlebarsjs.com/) expressions | \ No newline at end of file diff --git a/website/translated_docs/de/notifications.md b/website/translated_docs/de/notifications.md index 67da029d3..335bb022a 100644 --- a/website/translated_docs/de/notifications.md +++ b/website/translated_docs/de/notifications.md @@ -6,7 +6,7 @@ Notify was built primarily to use with Slack's Incoming webhooks, but will also ## Usage -An example with a **hipchat** hook: +An example with a **HipChat** and **Google Hangouts Chat** hook: #### Single notification @@ -22,23 +22,16 @@ notify: ```yaml notify: - 'example-package-1' + 'example-google-chat': + method: POST + headers: [{'Content-Type': 'application/json'}] + endpoint: https://chat.googleapis.com/v1/spaces/AAAAB_TcJYs/messages?key=myKey&token=myToken + content: '{"text":"New package published: `{{ name }}{{#each versions}} v{{version}}{{/each}}`"}' + 'example-hipchat': method: POST headers: [{'Content-Type': 'application/json'}] endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-2' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-3' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - - ``` ## Configuration @@ -50,4 +43,4 @@ notify: | 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 +| content | string | Yes | all | | any [handlebar](https://handlebarsjs.com/) expressions | \ No newline at end of file diff --git a/website/translated_docs/es-ES/notifications.md b/website/translated_docs/es-ES/notifications.md index 48daf8ae9..7f9f1593b 100644 --- a/website/translated_docs/es-ES/notifications.md +++ b/website/translated_docs/es-ES/notifications.md @@ -6,7 +6,7 @@ Las notificaciones fueron introducidas con la idea de usar webhooks para Slack, ## Uso -Un ejemplo con ** hipchat**: +An example with a **HipChat** and **Google Hangouts Chat** hook: #### Notificación sencilla @@ -22,23 +22,16 @@ notify: ```yaml notify: - 'example-package-1' + 'example-google-chat': + method: POST + headers: [{'Content-Type': 'application/json'}] + endpoint: https://chat.googleapis.com/v1/spaces/AAAAB_TcJYs/messages?key=myKey&token=myToken + content: '{"text":"New package published: `{{ name }}{{#each versions}} v{{version}}{{/each}}`"}' + 'example-hipchat': method: POST headers: [{'Content-Type': 'application/json'}] endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-2' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-3' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - - ``` ## Configuración @@ -50,4 +43,4 @@ notify: | packagePatternFlags | string | No | all | | Any flags to be used with the regular expression | | headers | array/object | Yes | all | | Si el endpoint requiere encabezados específicos, defínelos aquí como un arreglo (key:value). | | endpoint | string | Yes | all | | define el URL para el endpoint | -| content | string | Yes | all | | una plantilla en Handlebars | \ No newline at end of file +| content | string | Yes | all | | any [handlebar](https://handlebarsjs.com/) expressions | \ No newline at end of file diff --git a/website/translated_docs/fr/notifications.md b/website/translated_docs/fr/notifications.md index 67da029d3..335bb022a 100644 --- a/website/translated_docs/fr/notifications.md +++ b/website/translated_docs/fr/notifications.md @@ -6,7 +6,7 @@ Notify was built primarily to use with Slack's Incoming webhooks, but will also ## Usage -An example with a **hipchat** hook: +An example with a **HipChat** and **Google Hangouts Chat** hook: #### Single notification @@ -22,23 +22,16 @@ notify: ```yaml notify: - 'example-package-1' + 'example-google-chat': + method: POST + headers: [{'Content-Type': 'application/json'}] + endpoint: https://chat.googleapis.com/v1/spaces/AAAAB_TcJYs/messages?key=myKey&token=myToken + content: '{"text":"New package published: `{{ name }}{{#each versions}} v{{version}}{{/each}}`"}' + 'example-hipchat': method: POST headers: [{'Content-Type': 'application/json'}] endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-2' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-3' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - - ``` ## Configuration @@ -50,4 +43,4 @@ notify: | 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 +| content | string | Yes | all | | any [handlebar](https://handlebarsjs.com/) expressions | \ No newline at end of file diff --git a/website/translated_docs/ja/notifications.md b/website/translated_docs/ja/notifications.md index 67da029d3..335bb022a 100644 --- a/website/translated_docs/ja/notifications.md +++ b/website/translated_docs/ja/notifications.md @@ -6,7 +6,7 @@ Notify was built primarily to use with Slack's Incoming webhooks, but will also ## Usage -An example with a **hipchat** hook: +An example with a **HipChat** and **Google Hangouts Chat** hook: #### Single notification @@ -22,23 +22,16 @@ notify: ```yaml notify: - 'example-package-1' + 'example-google-chat': + method: POST + headers: [{'Content-Type': 'application/json'}] + endpoint: https://chat.googleapis.com/v1/spaces/AAAAB_TcJYs/messages?key=myKey&token=myToken + content: '{"text":"New package published: `{{ name }}{{#each versions}} v{{version}}{{/each}}`"}' + 'example-hipchat': method: POST headers: [{'Content-Type': 'application/json'}] endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-2' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-3' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - - ``` ## Configuration @@ -50,4 +43,4 @@ notify: | 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 +| content | string | Yes | all | | any [handlebar](https://handlebarsjs.com/) 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 67da029d3..335bb022a 100644 --- a/website/translated_docs/pt-BR/notifications.md +++ b/website/translated_docs/pt-BR/notifications.md @@ -6,7 +6,7 @@ Notify was built primarily to use with Slack's Incoming webhooks, but will also ## Usage -An example with a **hipchat** hook: +An example with a **HipChat** and **Google Hangouts Chat** hook: #### Single notification @@ -22,23 +22,16 @@ notify: ```yaml notify: - 'example-package-1' + 'example-google-chat': + method: POST + headers: [{'Content-Type': 'application/json'}] + endpoint: https://chat.googleapis.com/v1/spaces/AAAAB_TcJYs/messages?key=myKey&token=myToken + content: '{"text":"New package published: `{{ name }}{{#each versions}} v{{version}}{{/each}}`"}' + 'example-hipchat': method: POST headers: [{'Content-Type': 'application/json'}] endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-2' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-3' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - - ``` ## Configuration @@ -50,4 +43,4 @@ notify: | 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 +| content | string | Yes | all | | any [handlebar](https://handlebarsjs.com/) expressions | \ No newline at end of file diff --git a/website/translated_docs/ur-IN/notifications.md b/website/translated_docs/ur-IN/notifications.md index 67da029d3..335bb022a 100644 --- a/website/translated_docs/ur-IN/notifications.md +++ b/website/translated_docs/ur-IN/notifications.md @@ -6,7 +6,7 @@ Notify was built primarily to use with Slack's Incoming webhooks, but will also ## Usage -An example with a **hipchat** hook: +An example with a **HipChat** and **Google Hangouts Chat** hook: #### Single notification @@ -22,23 +22,16 @@ notify: ```yaml notify: - 'example-package-1' + 'example-google-chat': + method: POST + headers: [{'Content-Type': 'application/json'}] + endpoint: https://chat.googleapis.com/v1/spaces/AAAAB_TcJYs/messages?key=myKey&token=myToken + content: '{"text":"New package published: `{{ name }}{{#each versions}} v{{version}}{{/each}}`"}' + 'example-hipchat': method: POST headers: [{'Content-Type': 'application/json'}] endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-2' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-3' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - - ``` ## Configuration @@ -50,4 +43,4 @@ notify: | 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 +| content | string | Yes | all | | any [handlebar](https://handlebarsjs.com/) 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 67da029d3..335bb022a 100644 --- a/website/translated_docs/ur-PK/notifications.md +++ b/website/translated_docs/ur-PK/notifications.md @@ -6,7 +6,7 @@ Notify was built primarily to use with Slack's Incoming webhooks, but will also ## Usage -An example with a **hipchat** hook: +An example with a **HipChat** and **Google Hangouts Chat** hook: #### Single notification @@ -22,23 +22,16 @@ notify: ```yaml notify: - 'example-package-1' + 'example-google-chat': + method: POST + headers: [{'Content-Type': 'application/json'}] + endpoint: https://chat.googleapis.com/v1/spaces/AAAAB_TcJYs/messages?key=myKey&token=myToken + content: '{"text":"New package published: `{{ name }}{{#each versions}} v{{version}}{{/each}}`"}' + 'example-hipchat': method: POST headers: [{'Content-Type': 'application/json'}] endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-2' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-3' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - - ``` ## Configuration @@ -50,4 +43,4 @@ notify: | 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 +| content | string | Yes | all | | any [handlebar](https://handlebarsjs.com/) 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 67da029d3..335bb022a 100644 --- a/website/translated_docs/zh-Hans/notifications.md +++ b/website/translated_docs/zh-Hans/notifications.md @@ -6,7 +6,7 @@ Notify was built primarily to use with Slack's Incoming webhooks, but will also ## Usage -An example with a **hipchat** hook: +An example with a **HipChat** and **Google Hangouts Chat** hook: #### Single notification @@ -22,23 +22,16 @@ notify: ```yaml notify: - 'example-package-1' + 'example-google-chat': + method: POST + headers: [{'Content-Type': 'application/json'}] + endpoint: https://chat.googleapis.com/v1/spaces/AAAAB_TcJYs/messages?key=myKey&token=myToken + content: '{"text":"New package published: `{{ name }}{{#each versions}} v{{version}}{{/each}}`"}' + 'example-hipchat': method: POST headers: [{'Content-Type': 'application/json'}] endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-2' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - 'example-package-3' - method: POST - headers: [{'Content-Type': 'application/json'}] - endpoint: https://usagge.hipchat.com/v2/room/3729485/notification?auth_token=mySecretToken - content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' - - ``` ## Configuration @@ -50,4 +43,4 @@ notify: | 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 +| content | string | Yes | all | | any [handlebar](https://handlebarsjs.com/) expressions | \ No newline at end of file