diff --git a/src/lang/bg-BG.json b/src/lang/bg-BG.json
index 6390a351..63806675 100644
--- a/src/lang/bg-BG.json
+++ b/src/lang/bg-BG.json
@@ -668,5 +668,11 @@
     "high": "висок",
     "General Monitor Type": "Общ тип монитор",
     "Passive Monitor Type": "Пасивет тип монитор",
-    "Specific Monitor Type": "Специфичен тип монитор"
+    "Specific Monitor Type": "Специфичен тип монитор",
+    "ZohoCliq": "ZohoCliq",
+    "wayToGetZohoCliqURL": "Можете да научите как се създава URL адрес за уеб кука {0}.",
+    "Kook": "Kook",
+    "wayToGetKookBotToken": "Създайте приложение и вземете вашия бот токен на {0}",
+    "wayToGetKookGuildID": "Превключете в 'Developer Mode' в 'Kook' настройките, след което десен клик върху 'guild' за да вземете неговото 'ID'",
+    "Guild ID": "Guild ID"
 }
\ No newline at end of file
diff --git a/src/lang/en.json b/src/lang/en.json
index 74829884..ce07e068 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -674,5 +674,7 @@
     "high": "high",
     "General Monitor Type": "General Monitor Type",
     "Passive Monitor Type": "Passive Monitor Type",
-    "Specific Monitor Type": "Specific Monitor Type"
+    "Specific Monitor Type": "Specific Monitor Type",
+    "dataRetentionTimeError": "Retention period must be 0 or greater",
+    "infiniteRetention": "Set to 0 for infinite retention."
 }
\ No newline at end of file
diff --git a/src/lang/fr-FR.json b/src/lang/fr-FR.json
index fe7b605b..4a3feb63 100644
--- a/src/lang/fr-FR.json
+++ b/src/lang/fr-FR.json
@@ -209,6 +209,7 @@
     "here": "ici",
     "Required": "Requis",
     "telegram": "Telegram",
+    "ZohoCliq": "ZohoCliq",
     "Bot Token": "Jeton du robot",
     "wayToGetTelegramToken": "Vous pouvez obtenir un token depuis {0}.",
     "Chat ID": "Chat ID",
@@ -240,7 +241,8 @@
     "Hello @everyone is...": "Bonjour {'@'}everyone il...",
     "teams": "Microsoft Teams",
     "Webhook URL": "URL vers le webhook",
-    "wayToGetTeamsURL": "Vous pouvez apprendre comment créer un Webhook {0}.",
+    "wayToGetTeamsURL": "Vous pouvez apprendre comment créer une URL Webhook {0}.",
+    "wayToGetZohoCliqURL": "Vous pouvez apprendre comment créer une URL Webhook {0}.",
     "signal": "Signal",
     "Number": "Numéro",
     "Recipients": "Destinataires",
@@ -270,6 +272,10 @@
     "apprise": "Apprise (prend en charge plus de 50 services de notification)",
     "GoogleChat": "Google Chat (Google Workspace uniquement)",
     "pushbullet": "Pushbullet",
+    "Kook": "Kook",
+    "wayToGetKookBotToken": "Créez une application et récupérer le jeton de robot à l'addresse {0}",
+    "wayToGetKookGuildID": "Passez en « mode développeur » dans les paramètres de Kook, et cliquez droit sur le Guild pour obtenir son identifiant",
+    "Guild ID": "Identifiant de Guild",
     "line": "Line Messenger",
     "mattermost": "Mattermost",
     "User Key": "Clé d'utilisateur",
@@ -668,5 +674,7 @@
     "high": "Haute",
     "General Monitor Type": "Type de sonde générale",
     "Passive Monitor Type": "Type de sonde passive",
-    "Specific Monitor Type": "Type de sonde spécifique"
+    "Specific Monitor Type": "Type de sonde spécifique",
+    "dataRetentionTimeError": "La durée de conservation doit être supérieure ou égale à 0",
+    "infiniteRetention": "Définissez la valeur à 0 pour une durée de conservation infinie."
 }
\ No newline at end of file