diff --git a/config/locales/client.fa_IR.yml b/config/locales/client.fa_IR.yml index d5ec39e..613f4c9 100644 --- a/config/locales/client.fa_IR.yml +++ b/config/locales/client.fa_IR.yml @@ -110,3 +110,14 @@ fa_IR: param: name: title: "نام" + discourse_automation: + scriptables: + send_slack_message: + title: ارسال پیام اسلک + fields: + message: + label: پیام + url: + label: نشانی اینترنتی + channel: + label: کانال diff --git a/config/locales/client.he.yml b/config/locales/client.he.yml index e4dd073..58fc9c3 100644 --- a/config/locales/client.he.yml +++ b/config/locales/client.he.yml @@ -199,3 +199,14 @@ he: webhook_url: title: "כתובת התלייה" help: "הכתובת שתסופק ביצירת התליית רשת חדשה" + discourse_automation: + scriptables: + send_slack_message: + title: שליחת הודעה ב־Slack + fields: + message: + label: הודעה + url: + label: כתובת + channel: + label: ערוץ diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml index 19e7cf4..d21c5bc 100644 --- a/config/locales/client.ru.yml +++ b/config/locales/client.ru.yml @@ -199,3 +199,14 @@ ru: webhook_url: title: "URL вебхука" help: "URL-адрес, указанный при создании нового вебхука" + discourse_automation: + scriptables: + send_slack_message: + title: Отправить Slack-сообщение + fields: + message: + label: Сообщение + url: + label: URL + channel: + label: Канал diff --git a/config/locales/server.fa_IR.yml b/config/locales/server.fa_IR.yml index 6843ddd..5b1db03 100644 --- a/config/locales/server.fa_IR.yml +++ b/config/locales/server.fa_IR.yml @@ -7,6 +7,10 @@ fa_IR: site_settings: chat_integration_enabled: 'فعال کردن افزونه یکپارچگی گفتگو دیسکورس' + discourse_automation: + scriptables: + send_slack_message: + title: ارسال پیام اسلک chat_integration: all_categories: "(تمام دسته بندی ها)" provider: diff --git a/config/locales/server.he.yml b/config/locales/server.he.yml index a27dfcc..5c001f5 100644 --- a/config/locales/server.he.yml +++ b/config/locales/server.he.yml @@ -56,6 +56,10 @@ he: chat_integration_webex_excerpt_length: "אורך מהפוסט שמופיע בתקציר Webex Teams" chat_integration_google_enabled: "הפעלת ספק שילוב הצ׳אט עם ‚Google Chat’" chat_integration_google_excerpt_length: "אורך מהפוסט שמופיע בתקציר ב־Google Chat" + discourse_automation: + scriptables: + send_slack_message: + title: שליחת הודעה ב־Slack chat_integration: all_categories: "(כל הקטגוריות)" deleted_category: "(קטגוריה שנמחקה)" diff --git a/config/locales/server.ru.yml b/config/locales/server.ru.yml index db2ed6b..f6ba202 100644 --- a/config/locales/server.ru.yml +++ b/config/locales/server.ru.yml @@ -56,6 +56,10 @@ ru: chat_integration_webex_excerpt_length: "Размер сообщения в Webex Teams" chat_integration_google_enabled: "Включить провайдера для чат-интеграции c Google Chat" chat_integration_google_excerpt_length: "Размер сообщения в Google Chat" + discourse_automation: + scriptables: + send_slack_message: + title: Отправить Slack-сообщение chat_integration: all_categories: "(все категории)" deleted_category: "(удаленный раздел)"