diff --git a/i18n/de.json b/i18n/de.json index 7e1dfd5dd1..98b771eb4d 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -5810,86 +5810,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "Es konnte das E-Mail-Adresse bestätigt Feld nicht aktualisiert werden" }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "Konnte die Anzahl der eingehenden Webhooks nicht abrufen." - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "Konnte die Anzahl der ausgehenden Webhooks nicht abrufen." - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "Konnte den Webhook nicht löschen." - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "Konnte den Webhook nicht löschen." - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "Konnte den Webhook nicht abrufen." - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "Konnte die Webhooks nicht abrufen." - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "Konnte den Webhook nicht abrufen." - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "Konnte den Webhook nicht abrufen." - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "Konnte die Webhooks nicht abrufen." - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "Konnte die Webhooks nicht abrufen." - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "Konnte den Webhook nicht löschen." - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "Konnte den Webhook nicht löschen." - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "Konnte den Webhook nicht löschen." - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "Konnte den Webhook nicht löschen." - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "Konnte den eingehenden Webhook nicht speichern." - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "Sie können keinen existierenden IncomingWebhook überschreiben" - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "Konnte den ausgehenden Webhook nicht speichern." - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "Sie können keinen existierenden OutgoingWebhook überschreiben" - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "Konnte den eingehenden Webhook nicht aktualisieren." - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "Konnte den Webhook nicht aktualisieren." - }, { "id": "store.update_error", "translation": "Aktualisierungsfehler" @@ -7757,5 +7677,85 @@ { "id": "api.templates.warn_metric_ack.body.contact_email_header", "translation": "E-Mail:" + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "Konnte den Webhook nicht aktualisieren." + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "Konnte den eingehenden Webhook nicht aktualisieren." + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "Sie können keinen existierenden OutgoingWebhook überschreiben" + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "Konnte den ausgehenden Webhook nicht speichern." + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "Sie können keinen existierenden IncomingWebhook überschreiben" + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "Konnte den eingehenden Webhook nicht speichern." + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "Konnte den Webhook nicht löschen." + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "Konnte den Webhook nicht löschen." + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "Konnte den Webhook nicht löschen." + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "Konnte den Webhook nicht löschen." + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "Konnte die Webhooks nicht abrufen." + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "Konnte die Webhooks nicht abrufen." + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "Konnte den Webhook nicht abrufen." + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "Konnte den Webhook nicht abrufen." + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "Konnte die Webhooks nicht abrufen." + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "Konnte den Webhook nicht abrufen." + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "Konnte den Webhook nicht löschen." + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "Konnte den Webhook nicht löschen." + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "Konnte die Anzahl der ausgehenden Webhooks nicht abrufen." + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "Konnte die Anzahl der eingehenden Webhooks nicht abrufen." } ] diff --git a/i18n/es.json b/i18n/es.json index 2363ad20f7..4ac11aae1f 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -5810,86 +5810,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "No se puede actualizar el campo de verificar correo" }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "No se puede contabilizar los webhooks de entrada" - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "No se puede contabilizar los webhooks de salida" - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "No se puede eliminar el webhook" - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "No se puede eliminar el webhook" - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "No se puede obtener el webhook" - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "No se puede obtener los webhooks" - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "No se puede obtener el webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "No se puede obtener el webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "No se puede obtener los webhooks" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "No se puede obtener los webhooks" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "No se puede eliminar el webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "No se puede eliminar el webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "No se puede eliminar el webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "No se puede eliminar el webhook" - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "No se puede guardar el webhook de entrada" - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "No puedes sobreescribir un Webhook de Entrada existente" - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "No se puede guardar el webhook de salida" - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "No puedes sobreescribir un Webhook de Salida existente" - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "No se puede actualizar el webhook de entrada" - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "No se puede actualizar el webhook" - }, { "id": "store.update_error", "translation": "error actualizando" @@ -8029,5 +7949,85 @@ { "id": "api.context.get_user.app_error", "translation": "Incapaz de coger usuario de sesión UserID." + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "No se puede actualizar el webhook" + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "No se puede actualizar el webhook de entrada" + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "No puedes sobreescribir un Webhook de Salida existente" + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "No se puede guardar el webhook de salida" + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "No puedes sobreescribir un Webhook de Entrada existente" + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "No se puede guardar el webhook de entrada" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "No se puede eliminar el webhook" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "No se puede eliminar el webhook" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "No se puede eliminar el webhook" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "No se puede eliminar el webhook" + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "No se puede obtener los webhooks" + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "No se puede obtener los webhooks" + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "No se puede obtener el webhook" + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "No se puede obtener el webhook" + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "No se puede obtener los webhooks" + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "No se puede obtener el webhook" + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "No se puede eliminar el webhook" + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "No se puede eliminar el webhook" + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "No se puede contabilizar los webhooks de salida" + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "No se puede contabilizar los webhooks de entrada" } ] diff --git a/i18n/fr.json b/i18n/fr.json index 22a50b58b7..40287d6801 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -5810,86 +5810,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "Impossible de mettre à jour le champ de vérification de l'adresse e-mail" }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "Impossible de compter les webhooks entrants" - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "Impossible de compter les webhooks sortants" - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "Impossible de supprimer le webhook" - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "Impossible de supprimer le webhook" - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "Impossible de récupérer le webhook" - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "Impossible de récupérer les webhooks" - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "Impossible de récupérer le webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "Impossible de récupérer le webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "Impossible de récupérer les webhooks" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "Impossible de récupérer les webhooks" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "Impossible de supprimer le webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "Impossible de supprimer le webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "Impossible de supprimer le webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "Impossible de supprimer le webhook" - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "Impossible de sauvegarder le webhook entrant" - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "Vous ne pouvez pas écraser un Webhook entrant existant" - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "Impossible de sauvegarder le webhook sortant" - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "Vous ne pouvez pas écraser un OutgoingWebhook existant" - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "Impossible de modifier le webhook entrant" - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "Impossible de modifier le webhook" - }, { "id": "store.update_error", "translation": "erreur de mise à jour" @@ -7737,5 +7657,85 @@ { "id": "api.templates.warn_metric_ack.body.contact_email_header", "translation": "Adresse e-mail :" + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "Impossible de modifier le webhook" + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "Impossible de modifier le webhook entrant" + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "Vous ne pouvez pas écraser un OutgoingWebhook existant" + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "Impossible de sauvegarder le webhook sortant" + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "Vous ne pouvez pas écraser un Webhook entrant existant" + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "Impossible de sauvegarder le webhook entrant" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "Impossible de supprimer le webhook" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "Impossible de supprimer le webhook" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "Impossible de supprimer le webhook" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "Impossible de supprimer le webhook" + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "Impossible de récupérer les webhooks" + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "Impossible de récupérer les webhooks" + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "Impossible de récupérer le webhook" + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "Impossible de récupérer le webhook" + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "Impossible de récupérer les webhooks" + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "Impossible de récupérer le webhook" + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "Impossible de supprimer le webhook" + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "Impossible de supprimer le webhook" + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "Impossible de compter les webhooks sortants" + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "Impossible de compter les webhooks entrants" } ] diff --git a/i18n/it.json b/i18n/it.json index 3d5bb917e7..5bee4f14c2 100644 --- a/i18n/it.json +++ b/i18n/it.json @@ -5810,86 +5810,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "Impossibile aggiornare il campo verifica email." }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "Impossibile contare i webhook in ingresso." - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "Impossibile contare il webhook in uscita." - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "Impossibile eliminare il webhook." - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "Impossibile eliminare il webhook." - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "Impossibile ottenere il webhook." - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "Impossibile ottenere i webhook." - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "Impossibile ottenere il webhook." - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "Impossibile ottenere il webhook." - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "Impossibile ottenere i webhook." - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "Impossibile cancellare i webhook." - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "Impossibile cancellare il webhook." - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "Impossibile cancellare il webhook." - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "Impossibile cancellare il webhook." - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "Impossibile cancellare il webhook." - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "Impossibile salvare il webhook in ingresso." - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "Non puoi sovrascrivere un Webhook in ingresso esistente." - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "Impossibile salvare il webhook in uscita." - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "Non puoi sovrascrivere un Webhook in uscita esistente." - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "Impossibile aggiornare il webhook in ingresso." - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "Impossibile aggiornare il webhook." - }, { "id": "store.update_error", "translation": "errore aggiornamento" @@ -7965,5 +7885,85 @@ { "id": "api.user.delete_user.not_enabled.app_error", "translation": "La funzione di eliminazione definitiva squadra non è attiva. Contattare l'Amministratore di Sistema." + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "Impossibile aggiornare il webhook." + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "Impossibile aggiornare il webhook in ingresso." + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "Non puoi sovrascrivere un Webhook in uscita esistente." + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "Impossibile salvare il webhook in uscita." + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "Non puoi sovrascrivere un Webhook in ingresso esistente." + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "Impossibile salvare il webhook in ingresso." + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "Impossibile cancellare il webhook." + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "Impossibile cancellare il webhook." + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "Impossibile cancellare il webhook." + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "Impossibile cancellare il webhook." + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "Impossibile cancellare i webhook." + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "Impossibile cancellare i webhook." + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "Impossibile ottenere il webhook." + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "Impossibile ottenere il webhook." + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "Impossibile cancellare i webhook." + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "Impossibile ottenere il webhook." + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "Impossibile cancellare il webhook." + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "Impossibile cancellare il webhook." + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "Impossibile contare il webhook in uscita." + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "Impossibile contare i webhook in ingresso." } ] diff --git a/i18n/ja.json b/i18n/ja.json index b27b57b111..f52826c4fd 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -5805,86 +5805,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "電子メールアドレスの確認欄を更新できません。" }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "内向きのウェブフックをカウントできませんでした。" - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "外向きのウェブフックをカウントできませんでした。" - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "ウェブフックを削除できませんでした。" - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "ウェブフックを削除できませんでした。" - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "ウェブフックを取得できませんでした。" - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "ウェブフックを取得できませんでした。" - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "ウェブフックを取得できませんでした。" - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "ウェブフックを取得できませんでした。" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "ウェブフックを取得できませんでした。" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "ウェブフックを取得できませんでした。" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "ウェブフックを削除できませんでした。" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "ウェブフックを削除できませんでした。" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "ウェブフックを削除できませんでした。" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "ウェブフックを削除できませんでした。" - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "内向きのウェブフックを保存できませんでした。" - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "既存の内向きのWebhookを上書きできませんでした。" - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "外向きのトークンを保存できませんでした。" - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "既存のOutgoingWebhookを上書きできませんでした。" - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "内向きのウェブフックを更新できませんでした。" - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "ウェブフックを更新できませんでした。" - }, { "id": "store.update_error", "translation": "updateエラー" @@ -7864,5 +7784,85 @@ { "id": "api.templates.warn_metric_ack.body.contact_email_header", "translation": "電子メールアドレス:" + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "ウェブフックを更新できませんでした。" + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "内向きのウェブフックを更新できませんでした。" + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "既存のOutgoingWebhookを上書きできませんでした。" + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "外向きのトークンを保存できませんでした。" + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "既存の内向きのWebhookを上書きできませんでした。" + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "内向きのウェブフックを保存できませんでした。" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "ウェブフックを削除できませんでした。" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "ウェブフックを削除できませんでした。" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "ウェブフックを削除できませんでした。" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "ウェブフックを削除できませんでした。" + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "ウェブフックを取得できませんでした。" + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "ウェブフックを取得できませんでした。" + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "ウェブフックを取得できませんでした。" + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "ウェブフックを取得できませんでした。" + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "ウェブフックを取得できませんでした。" + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "ウェブフックを取得できませんでした。" + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "ウェブフックを削除できませんでした。" + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "ウェブフックを削除できませんでした。" + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "外向きのウェブフックをカウントできませんでした。" + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "内向きのウェブフックをカウントできませんでした。" } ] diff --git a/i18n/ko.json b/i18n/ko.json index 3b4b37be03..21ba96f685 100644 --- a/i18n/ko.json +++ b/i18n/ko.json @@ -5805,86 +5805,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "Unable to update verify email field" }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "기존에 있는 IncomingWebhook을 덮어쓸 수 없습니다" - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "기존에 있는 OutgoingWebhook을 덮어쓸 수 없습니다" - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "내용을 가져올수 없습니다." - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "내용을 가져올수 없습니다." - }, { "id": "store.update_error", "translation": "update error" @@ -7984,5 +7904,85 @@ { "id": "app.preference.delete.app_error", "translation": "We encountered an error while deleting preferences" + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "기존에 있는 OutgoingWebhook을 덮어쓸 수 없습니다" + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "기존에 있는 IncomingWebhook을 덮어쓸 수 없습니다" + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "내용을 가져올수 없습니다." + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "내용을 가져올수 없습니다." } ] diff --git a/i18n/nl.json b/i18n/nl.json index 933bea51e6..5bdf566f07 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -912,7 +912,7 @@ }, { "id": "api.command_settings.name", - "translation": "settings" + "translation": "instellingen" }, { "id": "api.command_settings.unsupported.app_error", @@ -1098,7 +1098,7 @@ }, { "id": "api.file.file_exists.exists_local.app_error", - "translation": "Unable to check if the file exists." + "translation": "Fout bij het controleren of het bestand bestaat." }, { "id": "api.file.file_exists.s3.app_error", @@ -1174,15 +1174,15 @@ }, { "id": "api.file.upload_file.incorrect_number_of_client_ids.app_error", - "translation": "Unable to upload file(s). Have {{.NumClientIds}} client_ids for {{.NumFiles}} files." + "translation": "Fout bij het opladen van bestand(-en). We hebben{{.NumClientIds}} client_ids voor {{.NumFiles}} bestand(-en)." }, { "id": "api.file.upload_file.incorrect_number_of_files.app_error", - "translation": "Unable to upload files. Incorrect number of files specified." + "translation": "Fout bij uploaden van bestanden. Foutief aantal files opgegeven." }, { "id": "api.file.upload_file.large_image.app_error", - "translation": "File above maximum dimensions could not be uploaded: {{.Filename}}" + "translation": "Bestand is te groot en kon niet worden opgeladen: {{.Filename}}" }, { "id": "api.file.upload_file.large_image_detailed.app_error", @@ -1190,7 +1190,7 @@ }, { "id": "api.file.upload_file.multiple_channel_ids.app_error", - "translation": "Unable to upload file(s). Multiple conflicting channel_ids." + "translation": "Fout bij het opladen van bestand(-en). Meerdere conflicterende channel_ids." }, { "id": "api.file.upload_file.read_form_value.app_error", @@ -5810,86 +5810,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "Het verificatie e-mail adres kan niet bijgewerkt worden" }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "Een bestaande binnenkomende webhook kan niet overschreven worden" - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "Een uitgaande webhook kan niet overschreven worden" - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "Bericht kan niet opgehaald worden" - }, { "id": "store.update_error", "translation": "update error" @@ -8029,5 +7949,89 @@ { "id": "api.context.get_user.app_error", "translation": "Kan de gebruiker niet ophalen vanuit het sessie UserID." + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "Fout bij het bijwerken van de webhook." + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "Fout bij het bijwerken van de IncomingWebhook." + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "Een uitgaande webhook kan niet overschreven worden." + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "Fout bij het bewaren van de OutgoingWebhook." + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "Je kan geen bestaande IncomingWebhook overschrijven." + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "Fout bij het bewaren van de IncomingWebhook." + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "Fout bij het verwijderen van de webhook." + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "Fout bij het verwijderen van de webhook." + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "Fout bij het verwijderen van de webhook." + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "Fout bij het verwijderen van de webhook." + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "Fout bij het ophalen van de webhooks." + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "Fout bij het ophalen van de webhooks." + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "Fout bij het ophalen van de webhook." + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "Fout bij het ophalen van de webhook." + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "Fout bij het ophalen van de webhooks." + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "Fout bij het ophalen van de webhook." + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "Fout bij het verwijderen van de webhook." + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "Fout bij het verwijderen van de webhook." + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "Fout bij het tellen van de uitgaande webhooks." + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "Fout bij het tellen van de inkomende webhooks." + }, + { + "id": "model.command.is_valid.plugin_id.app_error", + "translation": "Ongeldige plugin id." } ] diff --git a/i18n/pl.json b/i18n/pl.json index d9e7040887..2ab17e618b 100644 --- a/i18n/pl.json +++ b/i18n/pl.json @@ -5815,86 +5815,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "Nie można zaktualizować pola weryfikacji adresu e-mail" }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "Nie można policzyć przychodzących webhooków" - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "Nie można policzyć wychodzących webhooków" - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "Nie można usunąć webhooka" - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "Nie można usunąć webhooka" - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "Nie można uzyskać webhooka" - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "Nie można uzyskać webhooków" - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "Nie można uzyskać przychodzących webhooków" - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "Nie można uzyskać wychodzących webhooków" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "Nie można uzyskać webhooków" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "Nie można uzyskać webhooków" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "Nie można usunąć webhooka" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "Nie można usunąć webhooka" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "Nie można usunąć webhooka" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "Nie można usunąć webhooka" - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "Nie można zapisać Przychodzącego Webhooka" - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "Nie udało się zapisać wychodzącego webhooka" - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "Nie można zapisać wychodzącego Webhooka" - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "Nie udało się nadpisać wychodzącego webhooka" - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "Nie można zaktualizować Przychodzącego Webhooka" - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "Nie można zaktualizować webhooka" - }, { "id": "store.update_error", "translation": "błąd aktualizacji" @@ -7754,5 +7674,85 @@ { "id": "api.templates.warn_metric_ack.body.contact_email_header", "translation": "E-Mail:" + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "Nie można zaktualizować webhooka" + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "Nie można zaktualizować Przychodzącego Webhooka" + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "Nie udało się nadpisać wychodzącego webhooka" + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "Nie można zapisać wychodzącego Webhooka" + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "Nie udało się zapisać wychodzącego webhooka" + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "Nie można zapisać Przychodzącego Webhooka" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "Nie można usunąć webhooka" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "Nie można usunąć webhooka" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "Nie można usunąć webhooka" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "Nie można usunąć webhooka" + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "Nie można uzyskać webhooków" + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "Nie można uzyskać webhooków" + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "Nie można uzyskać wychodzących webhooków" + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "Nie można uzyskać wychodzących webhooków" + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "Nie można uzyskać webhooków" + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "Nie można uzyskać wychodzących webhooków" + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "Nie można usunąć webhooka" + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "Nie można usunąć webhooka" + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "Nie można policzyć wychodzących webhooków" + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "Nie można policzyć przychodzących webhooków" } ] diff --git a/i18n/pt-BR.json b/i18n/pt-BR.json index 51478e1afe..00dbd5431f 100644 --- a/i18n/pt-BR.json +++ b/i18n/pt-BR.json @@ -5810,86 +5810,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "Não foi possível verificar o campo email" }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "Não foi possível contar os wehooks de entrada" - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "Não foi possível contar os webhooks de saída" - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "Não foi possível excluir o webhook" - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "Não foi possível excluir o webhook" - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "Não foi possível obter o webhook" - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "Não foi possível obter os webhooks" - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "Não foi possível obter o webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "Não foi possível obter o webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "Não foi possível obter os webhooks" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "Não foi possível obter os webhooks" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "Não foi possível excluir o webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "Não foi possível excluir o webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "Não foi possível excluir o webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "Não foi possível excluir o webhook" - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "Não foi possível salvar o webhook de entrada" - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "Você não pode sobrescrever um existente Webhook Entrada" - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "Não foi possível salvar o webhook de saída" - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "Você não pode sobrescrever um existente Webhook de Saída" - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "Não foi possível atualizar o webhook de entrada" - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "Não foi possível atualizar o webhook" - }, { "id": "store.update_error", "translation": "erro ao atualizar" @@ -7833,5 +7753,85 @@ { "id": "api.context.get_user.app_error", "translation": "Não foi possível obter o usuário da sessão UserID." + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "Não foi possível atualizar o webhook" + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "Não foi possível atualizar o webhook de entrada" + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "Você não pode sobrescrever um existente Webhook de Saída" + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "Não foi possível salvar o webhook de saída" + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "Você não pode sobrescrever um existente Webhook Entrada" + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "Não foi possível salvar o webhook de entrada" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "Não foi possível excluir o webhook" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "Não foi possível excluir o webhook" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "Não foi possível excluir o webhook" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "Não foi possível excluir o webhook" + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "Não foi possível obter os webhooks" + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "Não foi possível obter os webhooks" + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "Não foi possível obter o webhook" + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "Não foi possível obter o webhook" + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "Não foi possível obter os webhooks" + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "Não foi possível obter o webhook" + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "Não foi possível excluir o webhook" + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "Não foi possível excluir o webhook" + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "Não foi possível contar os webhooks de saída" + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "Não foi possível contar os wehooks de entrada" } ] diff --git a/i18n/ro.json b/i18n/ro.json index ac60f5ff2b..66595370ed 100644 --- a/i18n/ro.json +++ b/i18n/ro.json @@ -5815,86 +5815,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "Imposibil de actualizat câmpul de confirmare a e-mailului" }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "Imposibil de numărare a cârligelor de intrare" - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "Imposibil de numărare a cârligelor web de ieșire" - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "Imposibil de șters webhook" - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "Imposibil de șters webhook" - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "În imposibilitatea de a obține webhook" - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "În imposibilitatea de a obține webhooks" - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "În imposibilitatea de a obține webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "În imposibilitatea de a obține webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "În imposibilitatea de a obține webhooks" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "În imposibilitatea de a obține webhooks" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "În imposibilitatea de a șterge webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "În imposibilitatea de a șterge webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "În imposibilitatea de a șterge webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "În imposibilitatea de a șterge webhook" - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "În imposibilitatea de a salva IncomingWebhook" - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "Nu puteți suprascrie un IncomingWebhook existent" - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "În imposibilitatea de a salva OutgoingWebhook" - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "Nu aveți posibilitatea să înlocuiți un OutgoingWebhook existent" - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "Imposibilitatea de a actualiza IncomingWebhook" - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "Imposibilitatea de a actualiza webhook" - }, { "id": "store.update_error", "translation": "eroare de actualizare" @@ -8038,5 +7958,85 @@ { "id": "api.context.get_user.app_error", "translation": "Imposibil de obținut utilizator din sesiunea UserID." + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "Imposibilitatea de a actualiza webhook" + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "Imposibilitatea de a actualiza IncomingWebhook" + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "Nu aveți posibilitatea să înlocuiți un OutgoingWebhook existent" + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "În imposibilitatea de a salva OutgoingWebhook" + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "Nu puteți suprascrie un IncomingWebhook existent" + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "În imposibilitatea de a salva IncomingWebhook" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "În imposibilitatea de a șterge webhook" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "În imposibilitatea de a șterge webhook" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "În imposibilitatea de a șterge webhook" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "În imposibilitatea de a șterge webhook" + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "În imposibilitatea de a obține webhooks" + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "În imposibilitatea de a obține webhooks" + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "În imposibilitatea de a obține webhook" + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "În imposibilitatea de a obține webhook" + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "În imposibilitatea de a obține webhooks" + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "În imposibilitatea de a obține webhook" + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "În imposibilitatea de a șterge webhook" + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "În imposibilitatea de a șterge webhook" + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "Imposibil de numărare a cârligelor web de ieșire" + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "Imposibil de numărare a cârligelor de intrare" } ] diff --git a/i18n/ru.json b/i18n/ru.json index d4e2fd6776..10ed7f3126 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -5815,86 +5815,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "Невозможно обновить поле проверки электронной почты." }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "Невозможно сосчитать входящие веб-хуки." - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "Невозможно сосчитать исходящие веб-хуки." - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "Невозможно удалить вебхук." - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "Невозможно удалить вебхук." - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "Не удалось получить вебхук." - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "Не удалось получить вебхуки." - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "Не удалось получить вебхук." - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "Не удалось получить вебхук." - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "Не удалось получить вебхуки." - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "Не удалось получить вебхуки." - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "Невозможно удалить вебхук." - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "Невозможно удалить вебхук." - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "Невозможно удалить вебхук." - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "Невозможно удалить вебхук." - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "Невозможно сохранить входящий вебхук." - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "Вы не можете перезаписать существующий входящий вебхук." - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "Не удалось сохранить исходящий вебхук." - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "Вы не можете перезаписать существующий исходящий вебхук." - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "Не удалось обновить входящий вебхук." - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "Не удалось обновить вебхук." - }, { "id": "store.update_error", "translation": "ошибка обновления" @@ -8038,5 +7958,89 @@ { "id": "api.context.get_user.app_error", "translation": "Невозможно получить пользователя из UserID сеанса." + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "Не удалось обновить вебхук." + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "Не удалось обновить входящий вебхук." + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "Вы не можете перезаписать существующий исходящий вебхук." + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "Не удалось сохранить исходящий вебхук." + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "Вы не можете перезаписать существующий входящий вебхук." + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "Невозможно сохранить входящий вебхук." + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "Невозможно удалить вебхук." + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "Невозможно удалить вебхук." + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "Невозможно удалить вебхук." + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "Невозможно удалить вебхук." + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "Не удалось получить вебхуки." + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "Не удалось получить вебхуки." + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "Не удалось получить вебхук." + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "Не удалось получить вебхук." + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "Не удалось получить вебхуки." + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "Не удалось получить вебхук." + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "Невозможно удалить вебхук." + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "Невозможно удалить вебхук." + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "Невозможно сосчитать исходящие веб-хуки." + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "Невозможно сосчитать входящие веб-хуки." + }, + { + "id": "model.command.is_valid.plugin_id.app_error", + "translation": "Неверный идентификатор плагина." } ] diff --git a/i18n/tr.json b/i18n/tr.json index baa0d04201..2ce9a93901 100644 --- a/i18n/tr.json +++ b/i18n/tr.json @@ -5810,86 +5810,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "E-posta doğrulama alanı güncellenemedi." }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "Gelen web bağlantıları sayılamadı." - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "Giden web bağlantıları sayılamadı." - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "Web bağlantısı silinemedi." - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "Web bağlantısı silinemedi." - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "Web bağlantısı alınamadı." - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "Web bağlantıları alınamadı." - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "Web bağlantısı alınamadı." - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "Web bağlantısı alınamadı." - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "Web bağlantıları alınamadı." - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "Web bağlantıları alınamadı." - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "Web bağlantısı silinemedi." - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "Web bağlantısı silinemedi." - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "Web bağlantısı silinemedi." - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "Web bağlantısı silinemedi." - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "Gelen web bağlantısı kaydedilemedi." - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "Var olan bir gelen web bağlantısının üzerine yazılamaz." - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "Giden web bağlantısı kaydedilemedi." - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "Var olan bir giden web bağlantısının üzerine yazılamaz." - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "Gelen web bağlantısı güncellenemedi." - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "Web bağlantısı güncellenemedi." - }, { "id": "store.update_error", "translation": "güncelleme sorunu" @@ -8029,5 +7949,89 @@ { "id": "api.context.get_user.app_error", "translation": "Kullanıcı oturum kullanıcı kodundan bulunamadı." + }, + { + "id": "model.command.is_valid.plugin_id.app_error", + "translation": "Uygulama eki kodu geçersiz." + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "Web bağlantısı silinemedi." + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "Giden web bağlantıları sayılamadı." + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "Gelen web bağlantıları sayılamadı." + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "Web bağlantısı güncellenemedi." + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "Gelen web bağlantısı güncellenemedi." + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "Var olan bir giden web bağlantısının üzerine yazılamaz." + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "Giden web bağlantısı kaydedilemedi." + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "Var olan bir gelen web bağlantısının üzerine yazılamaz." + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "Gelen web bağlantısı kaydedilemedi." + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "Web bağlantısı silinemedi." + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "Web bağlantısı silinemedi." + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "Web bağlantısı silinemedi." + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "Web bağlantısı silinemedi." + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "Web bağlantıları alınamadı." + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "Web bağlantıları alınamadı." + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "Web bağlantısı alınamadı." + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "Web bağlantısı alınamadı." + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "Web bağlantıları alınamadı." + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "Web bağlantısı alınamadı." + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "Web bağlantısı silinemedi." } ] diff --git a/i18n/uk.json b/i18n/uk.json index 19cd109bd8..58242ed326 100644 --- a/i18n/uk.json +++ b/i18n/uk.json @@ -5815,86 +5815,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "Неможливо оновити поле перевірки електронної пошти" }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "Неможливо використовувати веб-ключа" - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "Неможливо використовувати веб-ключа" - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "Неможливо видалити веб-ключа" - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "Неможливо видалити веб-ключа" - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "Не вдається отримати веб-ключа" - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "Не вдається отримати веб-ключа" - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "Не вдається отримати веб-ключа" - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "Не вдається отримати веб-ключа" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "Не вдається отримати веб-ключа" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "Не вдається отримати веб-ключа" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "Неможливо видалити веб-ключа " - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "Неможливо видалити веб-ключа" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "Неможливо видалити веб-ключа" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "Неможливо видалити веб-ключа" - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "Не вдається зберегти вхідний веб-ключа" - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "Ви не можете перезаписати існуючий IncomingWebhook" - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "Не вдається зберегти Outgoing Webhook" - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "Ви не можете перезаписати існуючий OutgoingWebhook" - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "Неможливо оновити вхідний веб-ключа" - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "Неможливо оновити веб-ключа" - }, { "id": "store.update_error", "translation": "update error" @@ -7742,5 +7662,85 @@ { "id": "api.templates.warn_metric_ack.body.contact_email_header", "translation": "Адреса електронної пошти:" + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "Неможливо оновити веб-ключа" + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "Неможливо оновити вхідний веб-ключа" + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "Ви не можете перезаписати існуючий OutgoingWebhook" + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "Не вдається зберегти Outgoing Webhook" + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "Ви не можете перезаписати існуючий IncomingWebhook" + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "Не вдається зберегти вхідний веб-ключа" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "Неможливо видалити веб-ключа" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "Неможливо видалити веб-ключа" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "Неможливо видалити веб-ключа" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "Неможливо видалити веб-ключа" + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "Не вдається отримати веб-ключа" + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "Не вдається отримати веб-ключа" + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "Не вдається отримати веб-ключа" + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "Не вдається отримати веб-ключа" + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "Не вдається отримати веб-ключа" + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "Не вдається отримати веб-ключа" + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "Неможливо видалити веб-ключа" + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "Неможливо видалити веб-ключа" + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "Неможливо використовувати веб-ключа" + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "Неможливо використовувати веб-ключа" } ] diff --git a/i18n/zh-CN.json b/i18n/zh-CN.json index 36eaae31a8..e54ec37827 100644 --- a/i18n/zh-CN.json +++ b/i18n/zh-CN.json @@ -5805,86 +5805,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "无法更新验证电子邮件字段" }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "无法获得传入的 webhook 数" - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "无法获得传出的 webhook 数" - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "无法删除 webhook" - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "无法删除 webhook" - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "无法获取 webhook" - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "无法获取 webhook" - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "无法获取 webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "无法获取 webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "无法获取 webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "无法获取 webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "无法删除 webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "无法删除 webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "无法删除 webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "无法删除 webhook" - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "无法保存 IncomingWebhook" - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "您不能覆盖现有的传入的 webhook" - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "无法保存 OutgoingWebhook" - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "你不能覆盖现有的传出的 webhook" - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "无法更新 IncomingWebhook" - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "无法更新 webhook" - }, { "id": "store.update_error", "translation": "更新错误" @@ -7908,5 +7828,85 @@ { "id": "api.server.warn_metric.bot_response.mailto_contact_header", "translation": "联络:{{.Contact}}" + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "无法更新 webhook" + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "无法更新 IncomingWebhook" + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "你不能覆盖现有的传出的 webhook" + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "无法保存 OutgoingWebhook" + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "您不能覆盖现有的传入的 webhook" + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "无法保存 IncomingWebhook" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "无法删除 webhook" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "无法删除 webhook" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "无法删除 webhook" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "无法删除 webhook" + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "无法获取 webhook" + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "无法获取 webhook" + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "无法获取 webhook" + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "无法获取 webhook" + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "无法获取 webhook" + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "无法获取 webhook" + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "无法删除 webhook" + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "无法删除 webhook" + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "无法获得传出的 webhook 数" + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "无法获得传入的 webhook 数" } ] diff --git a/i18n/zh-TW.json b/i18n/zh-TW.json index eb8b7786fe..4b847a8ee4 100644 --- a/i18n/zh-TW.json +++ b/i18n/zh-TW.json @@ -5805,86 +5805,6 @@ "id": "store.sql_user.verify_email.app_error", "translation": "無法更新驗證電子郵件欄位" }, - { - "id": "store.sql_webhooks.analytics_incoming_count.app_error", - "translation": "無法計算內送 Webhook 數量" - }, - { - "id": "store.sql_webhooks.analytics_outgoing_count.app_error", - "translation": "無法計算外寄 Webhook 數量" - }, - { - "id": "store.sql_webhooks.delete_incoming.app_error", - "translation": "無法刪除 Webhook" - }, - { - "id": "store.sql_webhooks.delete_outgoing.app_error", - "translation": "無法刪除 Webhook" - }, - { - "id": "store.sql_webhooks.get_incoming.app_error", - "translation": "無法取得 Webhook" - }, - { - "id": "store.sql_webhooks.get_incoming_by_channel.app_error", - "translation": "無法取得 Webhook" - }, - { - "id": "store.sql_webhooks.get_incoming_by_user.app_error", - "translation": "無法取得 Webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing.app_error", - "translation": "無法取得 Webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_channel.app_error", - "translation": "無法取得 Webhook" - }, - { - "id": "store.sql_webhooks.get_outgoing_by_team.app_error", - "translation": "無法取得 Webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", - "translation": "無法刪除 Webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", - "translation": "無法刪除 Webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", - "translation": "無法刪除 Webhook" - }, - { - "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", - "translation": "無法刪除 Webhook" - }, - { - "id": "store.sql_webhooks.save_incoming.app_error", - "translation": "無法儲存內送 Webhook" - }, - { - "id": "store.sql_webhooks.save_incoming.existing.app_error", - "translation": "無法覆蓋一個已存在的內送 Webhook" - }, - { - "id": "store.sql_webhooks.save_outgoing.app_error", - "translation": "無法儲存外寄 Webhook" - }, - { - "id": "store.sql_webhooks.save_outgoing.override.app_error", - "translation": "無法複蓋一個已存在的外寄 Webhook" - }, - { - "id": "store.sql_webhooks.update_incoming.app_error", - "translation": "無法更新內送 Webhook" - }, - { - "id": "store.sql_webhooks.update_outgoing.app_error", - "translation": "無法更新 Webhook" - }, { "id": "store.update_error", "translation": "更新失敗" @@ -7952,5 +7872,141 @@ { "id": "api.user.delete_user.not_enabled.app_error", "translation": "沒有啟用永久刪除團隊功能。請聯絡系統管理員。" + }, + { + "id": "ent.compliance.actiance.xml.write.appError", + "translation": "寫入 actiance XML 檔案時發生錯誤" + }, + { + "id": "ent.compliance.actiance.xml.creation.appError", + "translation": "建立 actiance XML 檔案時發生錯誤" + }, + { + "id": "ent.compliance.actiance.warning.write.appError", + "translation": "寫入 actiance 警告文字檔案時發生錯誤" + }, + { + "id": "ent.compliance.actiance.warning.creation.appError", + "translation": "建立 actiance 警告文字檔案時發生錯誤" + }, + { + "id": "ent.compliance.actiance.file.creation.appError", + "translation": "建立 actiance XML 檔案時發生錯誤" + }, + { + "id": "app.webhooks.update_outgoing.app_error", + "translation": "無法更新 webhook。" + }, + { + "id": "app.webhooks.update_incoming.app_error", + "translation": "無法更新 IncomingWebhook。" + }, + { + "id": "app.webhooks.save_outgoing.override.app_error", + "translation": "無法覆蓋已存在的 OutgoingWebhook。" + }, + { + "id": "app.webhooks.save_outgoing.app_error", + "translation": "無法儲存 OutgoingWebhook。" + }, + { + "id": "app.webhooks.save_incoming.existing.app_error", + "translation": "您不能覆蓋已存在的 IncomingWebhook。" + }, + { + "id": "app.webhooks.save_incoming.app_error", + "translation": "無法儲存 IncomingWebhook。" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_user.app_error", + "translation": "無法刪除 Webhook。" + }, + { + "id": "app.webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "無法刪除 Webhook。" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_user.app_error", + "translation": "無法刪除 Webhook。" + }, + { + "id": "app.webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "無法刪除 Webhook。" + }, + { + "id": "app.webhooks.get_outgoing_by_team.app_error", + "translation": "無法取得 Webhook。" + }, + { + "id": "app.webhooks.get_outgoing_by_channel.app_error", + "translation": "無法取得 Webhook。" + }, + { + "id": "app.webhooks.get_outgoing.app_error", + "translation": "無法取得 Webhook。" + }, + { + "id": "app.webhooks.get_incoming_by_user.app_error", + "translation": "無法取得 Webhook。" + }, + { + "id": "app.webhooks.get_incoming_by_channel.app_error", + "translation": "無法取得 Webhook。" + }, + { + "id": "app.webhooks.get_incoming.app_error", + "translation": "無法取得 Webhook。" + }, + { + "id": "app.webhooks.delete_outgoing.app_error", + "translation": "無法刪除 Webhook。" + }, + { + "id": "app.webhooks.delete_incoming.app_error", + "translation": "無法刪除 Webhook。" + }, + { + "id": "app.webhooks.analytics_outgoing_count.app_error", + "translation": "無法計算外寄 Webhook 數量" + }, + { + "id": "app.webhooks.analytics_incoming_count.app_error", + "translation": "無法計算內送 Webhook 數量" + }, + { + "id": "app.system.warn_metric.store.app_error", + "translation": "儲存 {{.WarnMetricName}} 的值失敗" + }, + { + "id": "app.system.warn_metric.notification.empty_admin_list.app_error", + "translation": "管理員清單空白。" + }, + { + "id": "app.job.download_export_results_not_enabled", + "translation": "config.json 當中的 DownloadExportResults 設定為 false。請設為 true 才能下載此工作的結果。" + }, + { + "id": "api.job.unable_to_download_job", + "translation": "無法下載此工作" + }, + { + "id": "app.system.warn_metric.bot_displayname", + "translation": "Mattermost Advisor" + }, + { + "id": "app.system.warn_metric.bot_description", + "translation": "[了解 Mattermost Advisor 的更多資訊](https://about.mattermost.com/default-channel-handle-documentation)" + }, + { + "id": "api.templates.warn_metric_ack.body.contact_name_header", + "translation": "聯絡: " + }, + { + "id": "api.server.warn_metric.number_of_active_users_400.notification_title", + "translation": "整合 SAML 2.0" + }, + { + "id": "api.server.warn_metric.number_of_active_users_200.notification_title", + "translation": "整合 AD/LDAP" } ]