mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 22:57:40 +03:00
Currently translated at 93.1% (54 of 58 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 80.9% (115 of 142 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 67.7% (42 of 62 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 96.0% (24 of 25 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 44.1% (57 of 129 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (98 of 98 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (23 of 23 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 44.9% (461 of 1026 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 77.3% (133 of 172 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 4.6% (37 of 788 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 5.1% (24 of 467 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (22 of 22 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (58 of 58 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 45.9% (56 of 122 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Marcelo Popper Costa <marcelo_popper@hotmail.com> Co-authored-by: Tiago Krüger <tiagokruger404@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-groups/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-validation/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-explore/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-live/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/pt_BR/ Translation: Frigate NVR/Config - Cameras Translation: Frigate NVR/Config - Global Translation: Frigate NVR/Config - Groups Translation: Frigate NVR/Config - Validation Translation: Frigate NVR/components-dialog Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-events Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
51 lines
2.2 KiB
JSON
51 lines
2.2 KiB
JSON
{
|
|
"name": {
|
|
"label": "Nome da câmera",
|
|
"description": "Nome da câmera é obrigatório"
|
|
},
|
|
"friendly_name": {
|
|
"label": "Nome amigável",
|
|
"description": "Nome amigável da câmera utilizado na Interface de Usuário do Frigate"
|
|
},
|
|
"enabled": {
|
|
"label": "Habilitado",
|
|
"description": "Habilitado"
|
|
},
|
|
"audio": {
|
|
"label": "Eventos de áudio",
|
|
"description": "Configurações para detecção de eventos baseados em áudio para esta câmera.",
|
|
"enabled": {
|
|
"label": "Habilitar detecção de áudio",
|
|
"description": "Habilitar ou desabilitar o evento de detecção de áudio para esta câmera."
|
|
},
|
|
"max_not_heard": {
|
|
"label": "Tempo limite final",
|
|
"description": "Quantidade de segundos sem o tipo de áudio configurado antes do término do evento de áudio."
|
|
},
|
|
"min_volume": {
|
|
"label": "Volume mínimo",
|
|
"description": "Limiar mínimo de volume RMS necessário para executar a detecção de áudio; valores mais baixos aumentam a sensibilidade (por exemplo, 200 para volume alto, 500 para volume médio, 1000 para volume baixo)."
|
|
},
|
|
"listen": {
|
|
"label": "Tipos de escuta",
|
|
"description": "Lista de tipos de eventos de áudio a serem detectados (por exemplo: latido, alarme de incêndio, grito, fala, berro)."
|
|
},
|
|
"filters": {
|
|
"label": "Filtros de áudio",
|
|
"description": "Configurações de filtro por tipo de áudio, como limites de confiança, usadas para reduzir falsos positivos."
|
|
},
|
|
"enabled_in_config": {
|
|
"label": "Estado de áudio original",
|
|
"description": "Indica se a detecção de áudio foi originalmente ativada no arquivo de configuração estática."
|
|
},
|
|
"num_threads": {
|
|
"label": "Threads de detecção",
|
|
"description": "Número de threads a serem usadas para o processamento de detecção de áudio."
|
|
}
|
|
},
|
|
"label": "Configuração da Câmera",
|
|
"audio_transcription": {
|
|
"label": "Transcrição de áudio"
|
|
}
|
|
}
|