"webhookJsonDesc":"{0} is good for any modern HTTP servers such as Express.js",
"webhookFormDataDesc":"{multipart} is good for PHP. The JSON will need to be parsed with {decodeFunction}",
"liquidIntroduction":"Templatability is achieved via the Liquid templating language. Please refer to the {0} for usage instructions. These are the available variables:",
"liquidIntroduction":"Templatability is achieved via the Liquid templating language. Please refer to the {0} for usage instructions.",
"templateHeartbeatJSON":"object describing the heartbeat",
"templateMonitorJSON":"object describing the monitor",
@ -980,6 +983,11 @@
"ntfyUsernameAndPassword":"Username and Password",
"ntfyCall":"Phone Call",
"ntfyCallHelptext":"Make a phone call when alert fires. Set to 'yes' to use your first verified number, or enter a specific phone number (e.g. +12223334444). Requires ntfy Pro and a verified phone number.",
"ntfyUseTemplateDescription":"Enable this to customize notification titles and messages using LiquidJS templating",
"ntfyCustomTitle":"Custom Title Template",
"ntfyCustomMessage":"Custom Message Template",
"ntfyNotificationTemplateFallback":"Leave blank to use the default Uptime Kuma format",
"twilioAccountSID":"Account SID",
"twilioApiKey":"Api Key (optional)",
"twilioApiKeyHelptext":"The API key is optional but recommended. You can provide either Account SID and AuthToken from the may TwilioConsole page or Account SID and the pair of Api Key and Api Key secret",