mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-05-17 00:16:32 +03:00
feat(ux): changed warning msg (#7300)
This commit is contained in:
committed by
GitHub
parent
5551f2fd79
commit
7d7f12b5b1
@@ -697,12 +697,12 @@
|
||||
"pauseMonitorMsg": "Are you sure want to pause?",
|
||||
"enableDefaultNotificationDescription": "This notification will be enabled by default for new monitors. You can still disable the notification separately for each monitor.",
|
||||
"Clear All Events": "Clear All Events",
|
||||
"clearAllEventsMsg": "Are you sure want to delete all events?",
|
||||
"clearAllEventsMsg": "Are you sure you want to delete all events for all monitors? This permanently removes associated message data and cannot be undone.",
|
||||
"Events cleared successfully": "Events cleared successfully.",
|
||||
"No monitors found": "No monitors found.",
|
||||
"Could not clear events": "Could not clear {failed}/{total} events",
|
||||
"clearEventsMsg": "Are you sure want to delete all events for this monitor?",
|
||||
"clearHeartbeatsMsg": "Are you sure want to delete all heartbeats for this monitor?",
|
||||
"clearEventsMsg": "Are you sure you want to delete all events for this monitor? This permanently removes associated message data and cannot be undone.",
|
||||
"clearHeartbeatsMsg": "Are you sure you want to delete all heartbeats for this monitor? This permanently removes all heartbeat data and cannot be undone.",
|
||||
"confirmClearStatisticsMsg": "Are you sure you want to delete ALL statistics?",
|
||||
"importHandleDescription": "Choose 'Skip existing' if you want to skip every monitor or notification with the same name. 'Overwrite' will delete every existing monitor and notification.",
|
||||
"confirmImportMsg": "Are you sure you want to import the backup? Please verify you've selected the correct import option.",
|
||||
|
||||
Reference in New Issue
Block a user