Adding edit of incoming webhook (#5272)
Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
c0bb6f99f8
Коммит
19b753467d
@@ -2684,7 +2684,7 @@
|
||||
"translation": "Team-Hub wird gestoppt für teamId=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.create_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.create_incoming.disabled.app_error",
|
||||
"translation": "Eingehende Webhooks wurden vom Systemadministrator deaktiviert."
|
||||
},
|
||||
{
|
||||
@@ -2708,11 +2708,11 @@
|
||||
"translation": "Entweder trigger_words oder channel_id müssen gesetzt sein"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.delete_incoming.disabled.app_error",
|
||||
"translation": "Eingehende Webhooks wurden vom Systemadministrator deaktiviert."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.permissions.app_errror",
|
||||
"id": "api.webhook.delete_incoming.permissions.app_error",
|
||||
"translation": "Ungültige Berechtigungen um eingehenden Webhook zu löschen"
|
||||
},
|
||||
{
|
||||
|
||||
42
i18n/en.json
42
i18n/en.json
@@ -2692,9 +2692,21 @@
|
||||
"translation": "team hub stopping for teamId=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.create_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.create_incoming.disabled.app_error",
|
||||
"translation": "Incoming webhooks have been disabled by the system admin."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.update_incoming.disabled.app_error",
|
||||
"translation": "Incoming webhooks have been disabled by the system admin."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.update_incoming.permissions.app_error",
|
||||
"translation": "Invalid permissions to update incoming webhook"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.team_mismatch.app_error",
|
||||
"translation": "Cannot update webhook across teams"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.create_outgoing.disabled.app_error",
|
||||
"translation": "Outgoing webhooks have been disabled by the system admin."
|
||||
@@ -2716,11 +2728,31 @@
|
||||
"translation": "Either trigger_words or channel_id must be set"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.update_outgoing.disabled.app_error",
|
||||
"translation": "Outgoing webhooks have been disabled by the system admin."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.update_outgoing.intersect.app_error",
|
||||
"translation": "Outgoing webhooks from the same channel cannot have the same trigger words/callback URLs."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.update_outgoing.not_open.app_error",
|
||||
"translation": "Outgoing webhooks can only be updated to public channels."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.update_outgoing.permissions.app_error",
|
||||
"translation": "Invalid permissions to update outgoing webhook."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.update_outgoing.triggers.app_error",
|
||||
"translation": "Either trigger_words or channel_id must be set"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.disabled.app_error",
|
||||
"translation": "Incoming webhooks have been disabled by the system admin."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.permissions.app_errror",
|
||||
"id": "api.webhook.delete_incoming.permissions.app_error",
|
||||
"translation": "Invalid permissions to delete incoming webhook"
|
||||
},
|
||||
{
|
||||
@@ -5547,6 +5579,10 @@
|
||||
"id": "store.sql_webhooks.save_incoming.existing.app_error",
|
||||
"translation": "You cannot overwrite an existing IncomingWebhook"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_webhooks.update_incoming.app_error",
|
||||
"translation": "We couldn't update the IncomingWebhook"
|
||||
},
|
||||
{
|
||||
"id": "store.sql_webhooks.save_outgoing.app_error",
|
||||
"translation": "We couldn't save the OutgoingWebhook"
|
||||
|
||||
@@ -2684,7 +2684,7 @@
|
||||
"translation": "deteniendo el hub de equipo para teamId=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.create_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.create_incoming.disabled.app_error",
|
||||
"translation": "Webhooks entrantes han sido inhabilitados por el administrador del sistema."
|
||||
},
|
||||
{
|
||||
@@ -2708,11 +2708,11 @@
|
||||
"translation": "Debe establecerse palabras que desencadenen una acción o un channel_id"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.delete_incoming.disabled.app_error",
|
||||
"translation": "Webhooks entrantes han sido inhabilitados por el administrador del sistema."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.permissions.app_errror",
|
||||
"id": "api.webhook.delete_incoming.permissions.app_error",
|
||||
"translation": "Permisos inapropiados para eliminar un webhook de entrada"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2684,7 +2684,7 @@
|
||||
"translation": "Hub d'équipe arrêté pour teamId=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.create_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.create_incoming.disabled.app_error",
|
||||
"translation": "Les webhooks entrants ont été désactivés par l'administrateur système."
|
||||
},
|
||||
{
|
||||
@@ -2708,11 +2708,11 @@
|
||||
"translation": "Les trigger_words ou channel_id doivent être définis"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.delete_incoming.disabled.app_error",
|
||||
"translation": "Les webhooks entrants ont été désactivées par l'administrateur système."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.permissions.app_errror",
|
||||
"id": "api.webhook.delete_incoming.permissions.app_error",
|
||||
"translation": "Droits insuffisants pour supprimer le webhook entrant"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2684,7 +2684,7 @@
|
||||
"translation": "teamId=%v用のチームハブを停止しています"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.create_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.create_incoming.disabled.app_error",
|
||||
"translation": "内向きのウェブフックはシステム管理者によって無効にされています。"
|
||||
},
|
||||
{
|
||||
@@ -2708,11 +2708,11 @@
|
||||
"translation": "trigger_wordsまたはchannel_idを設定してください"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.delete_incoming.disabled.app_error",
|
||||
"translation": "内向きのウェブフックはシステム管理者によって無効にされています。"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.permissions.app_errror",
|
||||
"id": "api.webhook.delete_incoming.permissions.app_error",
|
||||
"translation": "内向きのウェブフックを削除するのに十分な権限が付与されていません"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2684,7 +2684,7 @@
|
||||
"translation": "team hub stopping for teamId=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.create_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.create_incoming.disabled.app_error",
|
||||
"translation": "Incoming webhook은 관리자가 사용할 수 없게 설정했습니다."
|
||||
},
|
||||
{
|
||||
@@ -2708,11 +2708,11 @@
|
||||
"translation": "Either trigger_words or channel_id must be set"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.delete_incoming.disabled.app_error",
|
||||
"translation": "Incoming webhook은 관리자가 사용할 수 없게 설정했습니다."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.permissions.app_errror",
|
||||
"id": "api.webhook.delete_incoming.permissions.app_error",
|
||||
"translation": "Incoming webhook을 삭제할 권한이 없습니다"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2684,7 +2684,7 @@
|
||||
"translation": "Team hub word gestopt voor teamId=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.create_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.create_incoming.disabled.app_error",
|
||||
"translation": "Commando's zijn uitgeschakeld door de beheerder."
|
||||
},
|
||||
{
|
||||
@@ -2708,11 +2708,11 @@
|
||||
"translation": "Ofwel trigger_words of channel_id moet worden geconfigueerd"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.delete_incoming.disabled.app_error",
|
||||
"translation": "Commando's zijn uitgeschakeld door de beheerder."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.permissions.app_errror",
|
||||
"id": "api.webhook.delete_incoming.permissions.app_error",
|
||||
"translation": "Onjuiste rechten voor het verwijderen van de webhook opdracht"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2684,7 +2684,7 @@
|
||||
"translation": "central de equipes parou para teamId=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.create_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.create_incoming.disabled.app_error",
|
||||
"translation": "Webhooks de entrada foram desabilitados pelo administrador do sistema."
|
||||
},
|
||||
{
|
||||
@@ -2708,11 +2708,11 @@
|
||||
"translation": "Ou trigger_words ou channel_id precisa ser definido"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.delete_incoming.disabled.app_error",
|
||||
"translation": "Webhooks de entrada foram desabilitados pelo administrador do sistema."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.permissions.app_errror",
|
||||
"id": "api.webhook.delete_incoming.permissions.app_error",
|
||||
"translation": "Permissões inadequadas para deletar o webhook de entrada"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2684,7 +2684,7 @@
|
||||
"translation": "остановка командного хаба для teamId=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.create_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.create_incoming.disabled.app_error",
|
||||
"translation": "Входящие вебхуки были отключены системным администратором."
|
||||
},
|
||||
{
|
||||
@@ -2708,11 +2708,11 @@
|
||||
"translation": "Должны быть заданы trigger_words или channel_id"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.delete_incoming.disabled.app_error",
|
||||
"translation": "Входящие вебхуки отключены системным администратором."
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.permissions.app_errror",
|
||||
"id": "api.webhook.delete_incoming.permissions.app_error",
|
||||
"translation": "Отсутствуют права на удаление входящего вебхука"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2684,7 +2684,7 @@
|
||||
"translation": "团队枢纽停止 teamId=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.create_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.create_incoming.disabled.app_error",
|
||||
"translation": "传入的webhooks已被系统管理员禁用。"
|
||||
},
|
||||
{
|
||||
@@ -2708,11 +2708,11 @@
|
||||
"translation": "无论是trigger_words或channel_id必须设置"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.delete_incoming.disabled.app_error",
|
||||
"translation": "传入的webhooks已被系统管理员禁用。"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.permissions.app_errror",
|
||||
"id": "api.webhook.delete_incoming.permissions.app_error",
|
||||
"translation": "无效的删除传入的 webhook 权限"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2684,7 +2684,7 @@
|
||||
"translation": "正在停止團隊中心 teamId=%v"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.create_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.create_incoming.disabled.app_error",
|
||||
"translation": "傳入的 Webhook 已被系統管理員停用。"
|
||||
},
|
||||
{
|
||||
@@ -2708,11 +2708,11 @@
|
||||
"translation": "必須設定觸發詞或者頻道 ID"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.disabled.app_errror",
|
||||
"id": "api.webhook.delete_incoming.disabled.app_error",
|
||||
"translation": "傳入的 Webhook 已被系統管理員停用"
|
||||
},
|
||||
{
|
||||
"id": "api.webhook.delete_incoming.permissions.app_errror",
|
||||
"id": "api.webhook.delete_incoming.permissions.app_error",
|
||||
"translation": "沒有適當的權限刪除傳入的 Webhook"
|
||||
},
|
||||
{
|
||||
|
||||
Ссылка в новой задаче
Block a user