diff --git a/config/locales/client.ar.yml b/config/locales/client.ar.yml index 653b24e..ced95e5 100644 --- a/config/locales/client.ar.yml +++ b/config/locales/client.ar.yml @@ -176,6 +176,7 @@ ar: help: "اسم قناة Teams، مثل \"مناقشة\"" webhook_url: title: "عنوان URL لخطاف الويب" + help: "عنوان URL الذي يتم إدخاله عند إنشاء خطاف ويب وارد جديد" errors: invalid_channel: "هذه القناة غير موجودة على Microsoft Teams" webex: diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index d6145cb..fe87845 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -176,6 +176,7 @@ de: help: "Ein Teams-Kanalname, z. B. „Discourse“" webhook_url: title: "Webhook-URL" + help: "Die URL, welche beim Erstellen eines neuen eingehenden Webhook angegeben wird" errors: invalid_channel: "Dieser Kanal existiert nicht in Microsoft Teams" webex: diff --git a/config/locales/client.es.yml b/config/locales/client.es.yml index c025d40..1dbe0d5 100644 --- a/config/locales/client.es.yml +++ b/config/locales/client.es.yml @@ -176,6 +176,7 @@ es: help: "Un nombre de canal de Teams, por ejemplo, discourse" webhook_url: title: "URL del webhook" + help: "La URL proporcionada al crear un nuevo webhook entrante" errors: invalid_channel: "Ese canal no existe en Microsoft Teams" webex: diff --git a/config/locales/client.fr.yml b/config/locales/client.fr.yml index 8e41ef4..b474071 100644 --- a/config/locales/client.fr.yml +++ b/config/locales/client.fr.yml @@ -176,6 +176,7 @@ fr: help: "Un nom de canal Teams, p. ex., « discourse »" webhook_url: title: "URL du webhook" + help: "L'adresse URL fournie lorsque vous créez un nouveau webhook entrant" errors: invalid_channel: "Ce canal n'existe pas sur Microsoft Teams" webex: diff --git a/config/locales/client.hu.yml b/config/locales/client.hu.yml index 85bb8d2..63d61a9 100644 --- a/config/locales/client.hu.yml +++ b/config/locales/client.hu.yml @@ -104,3 +104,7 @@ hu: title: "Webhook URL" flowdock: title: "Flowdock" + teams: + param: + webhook_url: + help: "Az új bejövő webhook létrehozásakor megadott URL" diff --git a/config/locales/client.it.yml b/config/locales/client.it.yml index 9993648..14a696b 100644 --- a/config/locales/client.it.yml +++ b/config/locales/client.it.yml @@ -176,6 +176,7 @@ it: help: "Il nome di un canale Teams, ad es., discourse" webhook_url: title: "URL Webhook" + help: "L'URL fornito quando si crea una nuovo webhook in ingresso" errors: invalid_channel: "Quel canale non esiste su Microsoft Teams" webex: diff --git a/config/locales/client.ja.yml b/config/locales/client.ja.yml index cddfac8..a797c3a 100644 --- a/config/locales/client.ja.yml +++ b/config/locales/client.ja.yml @@ -176,6 +176,7 @@ ja: help: "Teams チャンネル名。例: discourse" webhook_url: title: "Webhook の URL" + help: "新しい着信 Webhook を作成するときに提供される URL" errors: invalid_channel: "そのチャンネルは Microsoft Teams に存在しません" webex: diff --git a/config/locales/client.pt_BR.yml b/config/locales/client.pt_BR.yml index 91d0471..26a2948 100644 --- a/config/locales/client.pt_BR.yml +++ b/config/locales/client.pt_BR.yml @@ -176,6 +176,7 @@ pt_BR: help: "Um nome de canal do Teams, por exemplo: discourse" webhook_url: title: "Webhook URL" + help: "A URL fornecida ao criar um novo webhook de entrada" errors: invalid_channel: "Este canal não existe no Microsoft Teams" webex: diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index 173ab97..3dd8fae 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -176,6 +176,7 @@ zh_CN: help: "Teams 频道名称,例如 discourse" webhook_url: title: "网络钩子 URL" + help: "创建新的入站网络钩子时提供的 URL" errors: invalid_channel: "该频道在 Microsoft Teams 上不存在" webex: diff --git a/config/locales/server.ru.yml b/config/locales/server.ru.yml index fdb0a74..db2ed6b 100644 --- a/config/locales/server.ru.yml +++ b/config/locales/server.ru.yml @@ -103,6 +103,7 @@ ru: modal_title: "Создать стенограмму" modal_description: "Все сообщения в ветке обсуждения будут собраны в единое сообщение на форуме. Вам будет предоставлена возможность отредактировать стенограмму перед публикацией." transcript_ready: "Стенограмма готова" + continue_on_discourse: "Продолжить на форуме" error: "Что-то пошло не так при создании стенограммы, извините!" post_to_discourse: "Нажмите здесь, чтобы составить пост на Дискурсе с транскриптом" api_required: "Извините, эта интеграция не настроена для поддержки записи стенограмм."