feat: Rename the card to advanced-camera-card (#1873)
Whilst the Frigate support in this card is the best among camera engines, the name incorrectly suggests that Frigate is a requirement. Instead, to broaden the appeal, change to more camera agnostic name. This does not suggest any change in priority, role or support for Frigate. This change is likely to be bug prone, due to the size of the rename -- the code contains 1500+ references to "Frigate" most of which make sense to rename, some which do not, all of which needed human assessment. - Closes #1298 BREAKING CHANGE: References to `frigate-card` in all kinds of configuration need to be updated to `advanced-camera-card`. An automated config upgrade should take care of the majority of usecases (click `Edit -> Upgrade -> Save`), though may not be perfect.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"common": {
|
||||
"frigate_card": "Frigate card",
|
||||
"frigate_card_description": "Una scheda Lovelace per l'uso con Frigate",
|
||||
"advanced_camera_card": "",
|
||||
"advanced_camera_card_description": "",
|
||||
"live": "Live",
|
||||
"no_media": "Nessun contenuto multimediale da visualizzare",
|
||||
"recordings": "Registrazioni",
|
||||
@@ -265,7 +265,7 @@
|
||||
"modes": {
|
||||
"camera": "Istantanea della telecamera di Home Assistant dell'entità telecamera",
|
||||
"entity": "",
|
||||
"screensaver": "Logo Frigate incorporato",
|
||||
"screensaver": "",
|
||||
"url": "Immagine arbitraria specificata dall'URL"
|
||||
},
|
||||
"refresh_seconds": "Numero di secondi dopo i quali aggiornare (0 = mai)",
|
||||
@@ -394,10 +394,10 @@
|
||||
"download": "Download",
|
||||
"enabled": "Pulsante abilitato",
|
||||
"expand": "Espandere",
|
||||
"frigate": "Frigate menu / Visualizzazione predefinita",
|
||||
"fullscreen": "A schermo intero",
|
||||
"icon": "Icona",
|
||||
"image": "Immagine",
|
||||
"iris": "",
|
||||
"live": "Abitare",
|
||||
"media_player": "Invia a Media Player",
|
||||
"microphone": "",
|
||||
@@ -646,7 +646,6 @@
|
||||
"no_camera_entity": "Impossibile trovare l'entità fotocamera",
|
||||
"no_camera_entity_for_triggers": "È necessaria un'entità telecamera per rilevare automaticamente i trigger",
|
||||
"no_camera_id": "Impossibile determinare l'ID della telecamera , potrebbe essere necessario impostare manualmente il parametro 'ID'",
|
||||
"no_camera_name": "Impossibile determinare un nome della telecamera in Frigate, si prega di specificare 'camera_enty' o 'camera_name'",
|
||||
"no_dashboard_or_view": "",
|
||||
"no_live_camera": "Il parametro fotocamera_enty deve essere impostato e valido per questo provider live",
|
||||
"no_supported_camera": "",
|
||||
|
||||
Reference in New Issue
Block a user