mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
20 lines
519 B
JSON
20 lines
519 B
JSON
{
|
|
"alerts": "Avvisi",
|
|
"detections": "Rilevazioni",
|
|
"motion": {
|
|
"label": "Movimento",
|
|
"only": "Solo Movimento"
|
|
},
|
|
"empty": {
|
|
"alert": "Non ci sono avvisi da rivedere",
|
|
"detection": "Non ci sono rilevamenti da rivedere"
|
|
},
|
|
"newReviewItems": {
|
|
"label": "Visualizza i nuovi elementi da rivedere",
|
|
"button": "Nuovi Oggetti da Rivedere"
|
|
},
|
|
"markTheseItemsAsReviewed": "Segna questi oggetti come visti",
|
|
"markAsReviewed": "Segna come Visto",
|
|
"documentTitle": "Rivedi - Frigate"
|
|
}
|