mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (122 of 122 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (72 of 72 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (118 of 118 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (427 of 427 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (122 of 122 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (72 of 72 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (46 of 46 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (192 of 192 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (425 of 425 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (116 of 116 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (116 of 116 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: João Gabriel Frohlich <gabrielfrohlich14@gmail.com> Co-authored-by: Marcelo Popper Costa <marcelo_popper@hotmail.com> 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-filter/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-settings/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/pt_BR/ Translation: Frigate NVR/common Translation: Frigate NVR/components-camera Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-explore Translation: Frigate NVR/views-settings Translation: Frigate NVR/views-system
This commit is contained in:
committed by
Josh Hawkins
co-authored by
João Gabriel Frohlich
Marcelo Popper Costa
parent
ed86430709
commit
88f7959d7f
@@ -42,7 +42,8 @@
|
||||
"inferenceSpeed": "Velocidade de Inferência do Detector",
|
||||
"temperature": "Detector Temperatura",
|
||||
"cpuUsage": "Utilização de CPU de Detecção",
|
||||
"memoryUsage": "Utilização de Memória do Detector"
|
||||
"memoryUsage": "Utilização de Memória do Detector",
|
||||
"cpuUsageInformation": "CPU utilizado para preparar os dados de entrada e saída de/para os modelos de detecção. Esse valor não mede a utilização da inferência, mesmo se estiver usando um GPU ou acelerador."
|
||||
},
|
||||
"hardwareInfo": {
|
||||
"title": "Informações de Hardware",
|
||||
@@ -102,6 +103,10 @@
|
||||
"title": "Não Utilizado",
|
||||
"tips": "Esse valor por não representar com precisão o espaço livre disponí®el para o Frigate se você possui outros arquivos armazenados no seu drive além das gravações do Frigate. O Frigate não rastreia a utilização do armazenamento além de suas próprias gravações."
|
||||
}
|
||||
},
|
||||
"shm": {
|
||||
"title": "Alocação de memória compartilhada (SHM)",
|
||||
"warning": "O tamanho de {{total}}MB de memória compartilhada (SHM) é insuficiente. Aumente para ao menos {{min_shm}}MB."
|
||||
}
|
||||
},
|
||||
"cameras": {
|
||||
@@ -158,7 +163,8 @@
|
||||
"healthy": "O sistema está saudável",
|
||||
"cameraIsOffline": "{{camera}} está offline",
|
||||
"reindexingEmbeddings": "Reindexando os embeddings ({{processed}}% completado)",
|
||||
"detectIsSlow": "{{detect}} está lento ({{speed}} ms)"
|
||||
"detectIsSlow": "{{detect}} está lento ({{speed}} ms)",
|
||||
"shmTooLow": "A alocação ({{total}} MB) para a pasta /dev/shm deve ser aumentada para ao menos {{min}} MB."
|
||||
},
|
||||
"enrichments": {
|
||||
"title": "Enriquecimentos",
|
||||
|
||||
Reference in New Issue
Block a user