mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-23 13:59:22 +08:00
Update Maintenance UI for recurring
This commit is contained in:
@@ -18,7 +18,8 @@ export default {
|
||||
"All Status Pages": "All Status Pages",
|
||||
"Selected status pages": "Selected status pages",
|
||||
"Select status pages...": "Select status pages...",
|
||||
End: "End",
|
||||
recurringIntervalMessage: "Run once every day | Run once every {0} days",
|
||||
"End": "End",
|
||||
affectedMonitorsDescription: "Select monitors that are affected by current maintenance",
|
||||
affectedStatusPages: "Show this maintenance message on selected status pages",
|
||||
atLeastOneMonitor: "Select at least one affected monitor",
|
||||
@@ -61,9 +62,7 @@ export default {
|
||||
List: "List",
|
||||
Add: "Add",
|
||||
"Add Monitor": "Add Monitor",
|
||||
"Add Maintenance": "Add Maintenance",
|
||||
"Add New Monitor": "Add New Monitor",
|
||||
"Add New Maintenance": "Add New Maintenance",
|
||||
"Quick Stats": "Quick Stats",
|
||||
Up: "Up",
|
||||
Down: "Down",
|
||||
@@ -605,4 +604,21 @@ export default {
|
||||
goAlert: "GoAlert",
|
||||
backupOutdatedWarning: "Deprecated: Since a lot of features added and this backup feature is a bit unmaintained, it cannot generate or restore a complete backup.",
|
||||
backupRecommend: "Please backup the volume or the data folder (./data/) directly instead.",
|
||||
recurringInterval: "Interval",
|
||||
"Recurring": "Recurring",
|
||||
strategyManual: "Active/Inactive Manually",
|
||||
warningTimezone: "It is NOT your current browser's timezone. It is your server's timezone.",
|
||||
weekdayShortMon: "Mon",
|
||||
weekdayShortTue: "Tue",
|
||||
weekdayShortWed: "Wed",
|
||||
weekdayShortThu: "Thu",
|
||||
weekdayShortFri: "Fri",
|
||||
weekdayShortSat: "Sat",
|
||||
weekdayShortSun: "Sun",
|
||||
dayOfMonth: "Day of Month",
|
||||
lastDay: "Last Day",
|
||||
lastDay1: "Last Day of Month",
|
||||
lastDay2: "2nd Last Day of Month",
|
||||
lastDay3: "3rd Last Day of Month",
|
||||
lastDay4: "4th Last Day of Month",
|
||||
};
|
||||
|
Reference in New Issue
Block a user