mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
webhook
This commit is contained in:
@ -9,6 +9,7 @@ module Messages.Comp.NotificationHookManage exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
, fr
|
||||
)
|
||||
|
||||
import Http
|
||||
@ -82,3 +83,24 @@ de =
|
||||
, updateWebhook = "Webhook aktualisieren"
|
||||
, addWebhook = "Neuen Webhook hinzufügen"
|
||||
}
|
||||
|
||||
fr : Texts
|
||||
fr =
|
||||
{ basics = Messages.Basics.fr
|
||||
, notificationForm = Messages.Comp.NotificationHookForm.fr
|
||||
, notificationTable = Messages.Comp.NotificationHookTable.fr
|
||||
, httpError = Messages.Comp.HttpError.fr
|
||||
, channelType = Messages.Data.ChannelType.fr
|
||||
, newHook = "Nouveau webhook"
|
||||
, httpRequest = "Requête HTTP"
|
||||
, hookCreated = "Webhook créé"
|
||||
, hookUpdated = "Webhook mis à jour"
|
||||
, hookStarted = "Webhook démarré"
|
||||
, hookDeleted = "Webhook supprimé"
|
||||
, deleteThisHook = "Supprimer ce webhook"
|
||||
, reallyDeleteHook = "Confirmer la suppression de ce webhook ?"
|
||||
, formInvalid = "Veuillez remplir tous les champs requis"
|
||||
, invalidJsonFilter = \m -> "Filtre d'événement invalide " ++ m
|
||||
, updateWebhook = "Mettre à jour le webhook"
|
||||
, addWebhook = "Ajouter un webhook"
|
||||
}
|
||||
|
Reference in New Issue
Block a user