mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-03 09:38:15 +03:00
Add custom notification suspension dialog
This commit is contained in:
@@ -1050,8 +1050,21 @@
|
||||
"1hour": "Suspend for 1 hour",
|
||||
"12hours": "Suspend for 12 hours",
|
||||
"24hours": "Suspend for 24 hours",
|
||||
"custom": "Suspend for custom time\u2026",
|
||||
"untilRestart": "Suspend until restart"
|
||||
},
|
||||
"customSuspension": {
|
||||
"title": "Custom suspension time",
|
||||
"description": "Choose how long notifications should stay suspended for this camera.",
|
||||
"tabDuration": "Duration",
|
||||
"tabUntilTime": "Until time",
|
||||
"hours": "Hours",
|
||||
"minutes": "Minutes",
|
||||
"untilLabel": "Suspend until",
|
||||
"invalidTime": "Pick a time in the future.",
|
||||
"apply": "Apply",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
"cancelSuspension": "Cancel Suspension",
|
||||
"toast": {
|
||||
"success": {
|
||||
|
||||
Reference in New Issue
Block a user