mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-06 20:11:15 +03:00
Currently translated at 28.8% (13 of 45 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 32.7% (265 of 808 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 56.3% (267 of 474 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 39.5% (509 of 1287 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 98.1% (107 of 109 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 90.7% (49 of 54 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (23 of 23 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (25 of 25 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 11.4% (92 of 807 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 17.7% (84 of 473 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 52.7% (68 of 129 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (100 of 100 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (60 of 60 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (26 of 26 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 95.4% (104 of 109 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (50 of 50 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (239 of 239 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 99.8% (500 of 501 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Ricardo RFPP <ricardo.inteli@gmail.com> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-camera/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-player/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-chat/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-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-replay/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/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/audio Translation: Frigate NVR/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-player Translation: Frigate NVR/views-chat Translation: Frigate NVR/views-classificationmodel Translation: Frigate NVR/views-facelibrary Translation: Frigate NVR/views-live Translation: Frigate NVR/views-replay Translation: Frigate NVR/views-settings
74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
{
|
|
"audio": {
|
|
"global": {
|
|
"detection": "Detecção Global",
|
|
"sensitivity": "Sensibilidade Global"
|
|
},
|
|
"cameras": {
|
|
"detection": "Detecção",
|
|
"sensitivity": "Sensibilidade"
|
|
}
|
|
},
|
|
"timestamp_style": {
|
|
"global": {
|
|
"appearance": "Aparência Global"
|
|
},
|
|
"cameras": {
|
|
"appearance": "Aparência"
|
|
}
|
|
},
|
|
"motion": {
|
|
"global": {
|
|
"sensitivity": "Sensibilidade Global",
|
|
"algorithm": "Algoritmo Global"
|
|
},
|
|
"cameras": {
|
|
"sensitivity": "Sensibilidade",
|
|
"algorithm": "Algoritmo"
|
|
}
|
|
},
|
|
"snapshots": {
|
|
"global": {
|
|
"display": "Exibição Global"
|
|
},
|
|
"cameras": {
|
|
"display": "Exibição"
|
|
}
|
|
},
|
|
"detect": {
|
|
"global": {
|
|
"resolution": "Resolução Global",
|
|
"tracking": "Rastreamento Global"
|
|
},
|
|
"cameras": {
|
|
"resolution": "Resolução",
|
|
"tracking": "Monitorando"
|
|
}
|
|
},
|
|
"objects": {
|
|
"global": {
|
|
"tracking": "Rastreamento Global",
|
|
"filtering": "Filtragem global"
|
|
},
|
|
"cameras": {
|
|
"tracking": "Monitorando",
|
|
"filtering": "Filtragem"
|
|
}
|
|
},
|
|
"record": {
|
|
"global": {
|
|
"retention": "Retenção Global",
|
|
"events": "Eventos Globais"
|
|
},
|
|
"cameras": {
|
|
"retention": "Retenção",
|
|
"events": "Eventos"
|
|
}
|
|
},
|
|
"ffmpeg": {
|
|
"cameras": {
|
|
"cameraFfmpeg": "Argumentos do FFmpeg específicos para a câmera"
|
|
}
|
|
}
|
|
}
|