diff --git a/src/languages/da-DK.js b/src/languages/da-DK.js index c8e4e68fd..10c4ced7e 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 035608483..55fd4bc28 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 dca82ac25..bc5c6adc3 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 d7b4e6e2a..23a058aa0 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 d57dcbd7e..8432ac1ad 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 ef2305ca5..19d9535b3 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 74137dbbf..8e5fb58c8 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 1cea0567f..f8600466c 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 46a6efec7..c22f11d04 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 c46244ada..ac8b3b026 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 a07396678..aa4d78f83 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 d837aced5..c1e59b0c9 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 d7aa9de88..c70248bb1 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": "同時取用至目前所有監測器" }