mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-11 19:07:35 +03:00
remove unused i18n
This commit is contained in:
parent
c3d68f3867
commit
f00a6af905
@ -1173,49 +1173,19 @@
|
|||||||
"birdseye": "Birdseye"
|
"birdseye": "Birdseye"
|
||||||
},
|
},
|
||||||
"detect": {
|
"detect": {
|
||||||
"title": "Detection Settings",
|
"title": "Detection Settings"
|
||||||
"toast": {
|
|
||||||
"success": "Detection settings saved successfully",
|
|
||||||
"error": "Failed to save detection settings",
|
|
||||||
"resetSuccess": "Detection settings reset to global defaults",
|
|
||||||
"resetError": "Failed to reset detection settings"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"record": {
|
"record": {
|
||||||
"title": "Recording Settings",
|
"title": "Recording Settings"
|
||||||
"toast": {
|
|
||||||
"success": "Recording settings saved successfully",
|
|
||||||
"error": "Failed to save recording settings",
|
|
||||||
"resetSuccess": "Recording settings reset to global defaults",
|
|
||||||
"resetError": "Failed to reset recording settings"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"snapshots": {
|
"snapshots": {
|
||||||
"title": "Snapshot Settings",
|
"title": "Snapshot Settings"
|
||||||
"toast": {
|
|
||||||
"success": "Snapshot settings saved successfully",
|
|
||||||
"error": "Failed to save snapshot settings",
|
|
||||||
"resetSuccess": "Snapshot settings reset to global defaults",
|
|
||||||
"resetError": "Failed to reset snapshot settings"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"motion": {
|
"motion": {
|
||||||
"title": "Motion Settings",
|
"title": "Motion Settings"
|
||||||
"toast": {
|
|
||||||
"success": "Motion settings saved successfully",
|
|
||||||
"error": "Failed to save motion settings",
|
|
||||||
"resetSuccess": "Motion settings reset to global defaults",
|
|
||||||
"resetError": "Failed to reset motion settings"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"objects": {
|
"objects": {
|
||||||
"title": "Object Settings",
|
"title": "Object Settings"
|
||||||
"toast": {
|
|
||||||
"success": "Object settings saved successfully",
|
|
||||||
"error": "Failed to save object settings",
|
|
||||||
"resetSuccess": "Object settings reset to global defaults",
|
|
||||||
"resetError": "Failed to reset object settings"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"objectLabels": {
|
"objectLabels": {
|
||||||
"summary": "Selected {{count}}",
|
"summary": "Selected {{count}}",
|
||||||
@ -1229,49 +1199,19 @@
|
|||||||
"empty": "No zones available"
|
"empty": "No zones available"
|
||||||
},
|
},
|
||||||
"review": {
|
"review": {
|
||||||
"title": "Review Settings",
|
"title": "Review Settings"
|
||||||
"toast": {
|
|
||||||
"success": "Review settings saved successfully",
|
|
||||||
"error": "Failed to save review settings",
|
|
||||||
"resetSuccess": "Review settings reset to global defaults",
|
|
||||||
"resetError": "Failed to reset review settings"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"audio": {
|
"audio": {
|
||||||
"title": "Audio Settings",
|
"title": "Audio Settings"
|
||||||
"toast": {
|
|
||||||
"success": "Audio settings saved successfully",
|
|
||||||
"error": "Failed to save audio settings",
|
|
||||||
"resetSuccess": "Audio settings reset to global defaults",
|
|
||||||
"resetError": "Failed to reset audio settings"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"title": "Notification Settings",
|
"title": "Notification Settings"
|
||||||
"toast": {
|
|
||||||
"success": "Notification settings saved successfully",
|
|
||||||
"error": "Failed to save notification settings",
|
|
||||||
"resetSuccess": "Notification settings reset to global defaults",
|
|
||||||
"resetError": "Failed to reset notification settings"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"live": {
|
"live": {
|
||||||
"title": "Live View Settings",
|
"title": "Live View Settings"
|
||||||
"toast": {
|
|
||||||
"success": "Live view settings saved successfully",
|
|
||||||
"error": "Failed to save live view settings",
|
|
||||||
"resetSuccess": "Live view settings reset to global defaults",
|
|
||||||
"resetError": "Failed to reset live view settings"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"timestamp_style": {
|
"timestamp_style": {
|
||||||
"title": "Timestamp Settings",
|
"title": "Timestamp Settings"
|
||||||
"toast": {
|
|
||||||
"success": "Timestamp settings saved successfully",
|
|
||||||
"error": "Failed to save timestamp settings",
|
|
||||||
"resetSuccess": "Timestamp settings reset to global defaults",
|
|
||||||
"resetError": "Failed to reset timestamp settings"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"globalConfig": {
|
"globalConfig": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user