diff --git a/src/languages/da-DK.js b/src/languages/da-DK.js index c8e4e68f..10c4ced7 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 03560848..55fd4bc2 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 dca82ac2..bc5c6adc 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 d7b4e6e2..23a058aa 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 d57dcbd7..8432ac1a 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 ef2305ca..19d9535b 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 74137dbb..8e5fb58c 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 1cea0567..f8600466 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 46a6efec..c22f11d0 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 c46244ad..ac8b3b02 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 a0739667..aa4d78f8 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 d837aced..c1e59b0c 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 d7aa9de8..c70248bb 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": "同時取用至目前所有監測器" }