mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-19 07:58:46 -05:00
add new uptime intervals
This commit is contained in:
@@ -107,11 +107,16 @@ const UptimeCreate = ({ isClone = false }) => {
|
||||
// Constants
|
||||
const MS_PER_MINUTE = 60000;
|
||||
const FREQUENCIES = [
|
||||
{ _id: 0.25, name: t("time.fifteenSeconds") },
|
||||
{ _id: 0.5, name: t("time.thirtySeconds") },
|
||||
{ _id: 1, name: t("time.oneMinute") },
|
||||
{ _id: 2, name: t("time.twoMinutes") },
|
||||
{ _id: 3, name: t("time.threeMinutes") },
|
||||
{ _id: 4, name: t("time.fourMinutes") },
|
||||
{ _id: 5, name: t("time.fiveMinutes") },
|
||||
{ _id: 10, name: t("time.tenMinutes") },
|
||||
{ _id: 15, name: t("time.fifteenMinutes") },
|
||||
{ _id: 30, name: t("time.thirtyMinutes") },
|
||||
];
|
||||
|
||||
const GAMELIST = Object.entries(games).map(([key, value]) => ({
|
||||
|
||||
@@ -985,6 +985,10 @@
|
||||
},
|
||||
"pageSpeedLighthouseAPI": "Use the Lighthouse PageSpeed API to monitor your website",
|
||||
"time": {
|
||||
"fifteenSeconds": "15 seconds",
|
||||
"thirtySeconds": "30 seconds",
|
||||
"fifteenMinutes": "15 minutes",
|
||||
"thirtyMinutes": "30 minutes",
|
||||
"threeMinutes": "3 minutes",
|
||||
"fiveMinutes": "5 minutes",
|
||||
"tenMinutes": "10 minutes",
|
||||
@@ -994,9 +998,7 @@
|
||||
"oneWeek": "1 week",
|
||||
"fourMinutes": "4 minutes",
|
||||
"oneMinute": "1 minute",
|
||||
"twoMinutes": "2 minutes",
|
||||
"fifteenSeconds": "15 seconds",
|
||||
"thirtySeconds": "30 seconds"
|
||||
"twoMinutes": "2 minutes"
|
||||
},
|
||||
"general": {
|
||||
"noOptionsFound": "No {{unit}} found"
|
||||
|
||||
Reference in New Issue
Block a user