|
|
@ -3,6 +3,7 @@ export default {
|
|
|
|
checkEverySecond: "Check every {0} seconds",
|
|
|
|
checkEverySecond: "Check every {0} seconds",
|
|
|
|
retryCheckEverySecond: "Retry every {0} seconds",
|
|
|
|
retryCheckEverySecond: "Retry every {0} seconds",
|
|
|
|
resendEveryMinute: "Resend every {0} minutes",
|
|
|
|
resendEveryMinute: "Resend every {0} minutes",
|
|
|
|
|
|
|
|
resendDisabled: "Resend disabled",
|
|
|
|
retriesDescription: "Maximum retries before the service is marked as down and a notification is sent",
|
|
|
|
retriesDescription: "Maximum retries before the service is marked as down and a notification is sent",
|
|
|
|
ignoreTLSError: "Ignore TLS/SSL error for HTTPS websites",
|
|
|
|
ignoreTLSError: "Ignore TLS/SSL error for HTTPS websites",
|
|
|
|
upsideDownModeDescription: "Flip the status upside down. If the service is reachable, it is DOWN.",
|
|
|
|
upsideDownModeDescription: "Flip the status upside down. If the service is reachable, it is DOWN.",
|
|
|
|