diff --git a/src/languages/da-DK.js b/src/languages/da-DK.js
index c8e4e68..10c4ced 100644
--- a/src/languages/da-DK.js
+++ b/src/languages/da-DK.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "Clear Data",
     Events: "Events",
     Heartbeats: "Heartbeats",
-    "Auto Get": "Auto Get"
+    "Auto Get": "Auto Get",
+    enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
+    "Default enabled": "Default enabled",
+    "Also apply to existing monitors": "Also apply to existing monitors"
 }
diff --git a/src/languages/es-ES.js b/src/languages/es-ES.js
index 0356084..55fd4bc 100644
--- a/src/languages/es-ES.js
+++ b/src/languages/es-ES.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "Clear Data",
     Events: "Events",
     Heartbeats: "Heartbeats",
-    "Auto Get": "Auto Get"
+    "Auto Get": "Auto Get",
+    enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
+    "Default enabled": "Default enabled",
+    "Also apply to existing monitors": "Also apply to existing monitors"
 }
diff --git a/src/languages/fr-FR.js b/src/languages/fr-FR.js
index dca82ac..bc5c6ad 100644
--- a/src/languages/fr-FR.js
+++ b/src/languages/fr-FR.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "Clear Data",
     Events: "Events",
     Heartbeats: "Heartbeats",
-    "Auto Get": "Auto Get"
+    "Auto Get": "Auto Get",
+    enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
+    "Default enabled": "Default enabled",
+    "Also apply to existing monitors": "Also apply to existing monitors"
 }
diff --git a/src/languages/ja.js b/src/languages/ja.js
index d7b4e6e..23a058a 100644
--- a/src/languages/ja.js
+++ b/src/languages/ja.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "Clear Data",
     Events: "Events",
     Heartbeats: "Heartbeats",
-    "Auto Get": "Auto Get"
+    "Auto Get": "Auto Get",
+    enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
+    "Default enabled": "Default enabled",
+    "Also apply to existing monitors": "Also apply to existing monitors"
 }
diff --git a/src/languages/ko-KR.js b/src/languages/ko-KR.js
index d57dcbd..8432ac1 100644
--- a/src/languages/ko-KR.js
+++ b/src/languages/ko-KR.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "Clear Data",
     Events: "Events",
     Heartbeats: "Heartbeats",
-    "Auto Get": "Auto Get"
+    "Auto Get": "Auto Get",
+    enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
+    "Default enabled": "Default enabled",
+    "Also apply to existing monitors": "Also apply to existing monitors"
 }
diff --git a/src/languages/nl-NL.js b/src/languages/nl-NL.js
index ef2305c..19d9535 100644
--- a/src/languages/nl-NL.js
+++ b/src/languages/nl-NL.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "Clear Data",
     Events: "Events",
     Heartbeats: "Heartbeats",
-    "Auto Get": "Auto Get"
+    "Auto Get": "Auto Get",
+    enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
+    "Default enabled": "Default enabled",
+    "Also apply to existing monitors": "Also apply to existing monitors"
 }
diff --git a/src/languages/pl.js b/src/languages/pl.js
index 74137db..8e5fb58 100644
--- a/src/languages/pl.js
+++ b/src/languages/pl.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "Clear Data",
     Events: "Events",
     Heartbeats: "Heartbeats",
-    "Auto Get": "Auto Get"
+    "Auto Get": "Auto Get",
+    enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
+    "Default enabled": "Default enabled",
+    "Also apply to existing monitors": "Also apply to existing monitors"
 }
diff --git a/src/languages/ru-RU.js b/src/languages/ru-RU.js
index 1cea056..f860046 100644
--- a/src/languages/ru-RU.js
+++ b/src/languages/ru-RU.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "Clear Data",
     Events: "Events",
     Heartbeats: "Heartbeats",
-    "Auto Get": "Auto Get"
+    "Auto Get": "Auto Get",
+    enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
+    "Default enabled": "Default enabled",
+    "Also apply to existing monitors": "Also apply to existing monitors"
 }
diff --git a/src/languages/sr-latn.js b/src/languages/sr-latn.js
index 46a6efe..c22f11d 100644
--- a/src/languages/sr-latn.js
+++ b/src/languages/sr-latn.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "Clear Data",
     Events: "Events",
     Heartbeats: "Heartbeats",
-    "Auto Get": "Auto Get"
+    "Auto Get": "Auto Get",
+    enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
+    "Default enabled": "Default enabled",
+    "Also apply to existing monitors": "Also apply to existing monitors"
 }
diff --git a/src/languages/sr.js b/src/languages/sr.js
index c46244a..ac8b3b0 100644
--- a/src/languages/sr.js
+++ b/src/languages/sr.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "Clear Data",
     Events: "Events",
     Heartbeats: "Heartbeats",
-    "Auto Get": "Auto Get"
+    "Auto Get": "Auto Get",
+    enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
+    "Default enabled": "Default enabled",
+    "Also apply to existing monitors": "Also apply to existing monitors"
 }
diff --git a/src/languages/sv-SE.js b/src/languages/sv-SE.js
index a073966..aa4d78f 100644
--- a/src/languages/sv-SE.js
+++ b/src/languages/sv-SE.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "Clear Data",
     Events: "Events",
     Heartbeats: "Heartbeats",
-    "Auto Get": "Auto Get"
+    "Auto Get": "Auto Get",
+    enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
+    "Default enabled": "Default enabled",
+    "Also apply to existing monitors": "Also apply to existing monitors"
 }
diff --git a/src/languages/zh-CN.js b/src/languages/zh-CN.js
index d837ace..c1e59b0 100644
--- a/src/languages/zh-CN.js
+++ b/src/languages/zh-CN.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "Clear Data",
     Events: "Events",
     Heartbeats: "Heartbeats",
-    "Auto Get": "Auto Get"
+    "Auto Get": "Auto Get",
+    enableDefaultNotificationDescription: "For every new monitor this notification will be enabled by default. You can still disable the notification separately for each monitor.",
+    "Default enabled": "Default enabled",
+    "Also apply to existing monitors": "Also apply to existing monitors"
 }
diff --git a/src/languages/zh-HK.js b/src/languages/zh-HK.js
index d7aa9de..c70248b 100644
--- a/src/languages/zh-HK.js
+++ b/src/languages/zh-HK.js
@@ -116,5 +116,8 @@ export default {
     "Clear Data": "清除資料",
     Events: "事件",
     Heartbeats: "脈搏",
-    "Auto Get": "自動獲取"
+    "Auto Get": "自動獲取",
+    enableDefaultNotificationDescription: "新增監測器時這個通知會預設啟用,當然每個監測器亦可分別控制開關。",
+    "Default enabled": "預設通知",
+    "Also apply to existing monitors": "同時取用至目前所有監測器"
 }