mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-19 22:58:22 +03:00
Currently translated at 71.9% (123 of 171 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 56.0% (14 of 25 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 63.6% (14 of 22 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 49.7% (455 of 915 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 2.7% (13 of 467 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 1.2% (14 of 1084 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Nitokui <xaube@proton.me> 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-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/views-settings Translation: Frigate NVR/views-system
30 lines
924 B
JSON
30 lines
924 B
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"
|
|
},
|
|
"min_volume": {
|
|
"label": "Volume mínimo"
|
|
}
|
|
},
|
|
"label": "Configuração da Câmera"
|
|
}
|